diff --git a/public/main.profile.dart.js b/public/main.profile.dart.js index f175bc0de0..23dc7e764b 100644 --- a/public/main.profile.dart.js +++ b/public/main.profile.dart.js @@ -56548,8 +56548,10 @@ return B.EntityAction_newTask; case B.EntityType_vendor: return B.EntityAction_newVendor; + case B.EntityType_purchaseOrder: + return B.EntityAction_newPurchaseOrder; default: - A.print("ERROR: entityType " + A.S(entityType) + " not defined in EntityAction.newEntityType"); + A.print("## ERROR: entityType " + A.S(entityType) + " not defined in EntityAction.newEntityType"); return null; } }, @@ -73751,6 +73753,12 @@ B.JSArray_methods.sort$1(list, new A.filteredPurchaseOrdersSelector_closure0(invoiceMap, invoiceListState, clientMap, vendorMap, userMap)); return list; }, + purchaseOrderStatsForVendor(vendorId, purchaseOrderMap) { + var t1 = {}; + t1.countArchived = t1.countActive = 0; + purchaseOrderMap._map$_map.forEach$1(0, new A.purchaseOrderStatsForVendor_closure(t1, vendorId)); + return new A.EntityStats(t1.countActive, t1.countArchived); + }, hasPurchaseOrderChanges(purchaseOrder, purchaseOrderMap) { var t1; if (purchaseOrder.get$isNew()) @@ -73785,6 +73793,12 @@ _.vendorMap = t3; _.userMap = t4; }, + memoizedPurchaseOrderStatsForVendor_closure: function memoizedPurchaseOrderStatsForVendor_closure() { + }, + purchaseOrderStatsForVendor_closure: function purchaseOrderStatsForVendor_closure(t0, t1) { + this._box_0 = t0; + this.vendorId = t1; + }, _$PurchaseOrderState$_(list, map) { var _s18_ = "PurchaseOrderState"; if (map == null) @@ -124658,7 +124672,7 @@ call$1(e) { return J.$eq$(J.get$name$x(e), "assetBase"); }, - $signature: 123 + $signature: 128 }; A.AssetManager__baseUrl_closure0.prototype = { call$0() { @@ -127270,7 +127284,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 103 + $signature: 102 }; A.NotoDownloader.prototype = { downloadAsBytes$2$debugDescription(url, debugDescription) { @@ -129860,7 +129874,7 @@ call$1(font) { return this.fontFamily == font; }, - $signature: 57 + $signature: 53 }; A.CanvasKitError.prototype = { toString$0(_) { @@ -130398,7 +130412,7 @@ A.sendFontChangeMessage__closure.prototype = { call$1(_) { }, - $signature: 141 + $signature: 140 }; A.FrameReference.prototype = { get$value(receiver) { @@ -136692,7 +136706,7 @@ if (A._asBoolS(J.$index$asx(type$.Map_String_dynamic._as(B.C_JSONMessageCodec.decodeMessage$1(data)), "handled"))) this.event.preventDefault(); }, - $signature: 141 + $signature: 140 }; A._kLogicalKeyToModifierGetter_closure.prototype = { call$1($event) { @@ -137211,7 +137225,7 @@ A.MultiEntriesBrowserHistory_onPopState_closure.prototype = { call$1(_) { }, - $signature: 141 + $signature: 140 }; A.SingleEntryBrowserHistory.prototype = { SingleEntryBrowserHistory$1$urlStrategy(urlStrategy) { @@ -137305,12 +137319,12 @@ A.SingleEntryBrowserHistory_onPopState_closure.prototype = { call$1(_) { }, - $signature: 141 + $signature: 140 }; A.SingleEntryBrowserHistory_onPopState_closure0.prototype = { call$1(_) { }, - $signature: 141 + $signature: 140 }; A.JsUrlStrategy.prototype = {}; A.UrlStrategy.prototype = {}; @@ -137733,7 +137747,7 @@ call$1(data) { this.registrationZone.runUnaryGuarded$1$2(this.callback, data, type$.nullable_ByteData); }, - $signature: 141 + $signature: 140 }; A.EnginePlatformDispatcher__sendPlatformMessage_closure.prototype = { call$1(assetData) { @@ -140821,7 +140835,7 @@ t1.writeValue$2(0, t2, key); t1.writeValue$2(0, t2, value); }, - $signature: 124 + $signature: 123 }; A.StandardMethodCodec.prototype = { decodeMethodCall$1(methodCall) { @@ -142999,7 +143013,7 @@ t2.toString; this.subscriptions.push(A._EventStreamSubscription$(t2, "input", new A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey_closure(t1, key, t2), false, type$._ElementEventStreamImpl_legacy_Event._precomputed1)); }, - $signature: 114 + $signature: 116 }; A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey_closure.prototype = { call$1(e) { @@ -144858,7 +144872,7 @@ throw A.wrapException(A.HttpException$("Failed to parse header value", null)); ++_this._box_0.index; }, - $signature: 114 + $signature: 116 }; A._HeaderValue__parse_maybeExpect.prototype = { call$1(expected) { @@ -144868,7 +144882,7 @@ ++_this._box_0.index; return true; }, - $signature: 57 + $signature: 53 }; A._HeaderValue__parse_parseParameters.prototype = { call$0() { @@ -148554,7 +148568,7 @@ call$1(o) { return this.T._is(o); }, - $signature: 113 + $signature: 106 }; A.Instantiation.prototype = { Instantiation$1(_genericClosure) { @@ -148633,7 +148647,7 @@ this.$arguments.push(argument); ++t1.argumentCount; }, - $signature: 133 + $signature: 135 }; A.TypeErrorDecoder.prototype = { matchTypeError$1(message) { @@ -149777,7 +149791,7 @@ call$1(result) { return this.bodyFunction.call$2(0, result); }, - $signature: 85 + $signature: 86 }; A._awaitOnObject_closure0.prototype = { call$2(error, stackTrace) { @@ -150279,7 +150293,7 @@ } else if (t2 === 0 && !_this.eagerError) _this._future._completeError$2(_this.error._readLocal$0(), _this.stackTrace._readLocal$0()); }, - $signature: 128 + $signature: 129 }; A.Future_wait_closure.prototype = { call$1(value) { @@ -151781,7 +151795,7 @@ call$2(error, stackTrace) { A._cancelAndError(this.subscription, this.future, error, stackTrace); }, - $signature: 128 + $signature: 129 }; A._cancelAndValue_closure.prototype = { call$0() { @@ -152480,7 +152494,7 @@ call$1(v) { return this.K._is(v); }, - $signature: 123 + $signature: 128 }; A._HashMapKeyIterable.prototype = { get$length(_) { @@ -152582,7 +152596,7 @@ call$1(v) { return this.K._is(v); }, - $signature: 123 + $signature: 128 }; A._HashSet.prototype = { _newSet$0() { @@ -153016,7 +153030,7 @@ call$2(k, v) { this.result.$indexSet(0, this.K._as(k), this.V._as(v)); }, - $signature: 124 + $signature: 123 }; A.IterableMixin.prototype = { map$1$1(_, toElement, $T) { @@ -153109,7 +153123,7 @@ call$2(k, v) { this.result.$indexSet(0, this.K._as(k), this.V._as(v)); }, - $signature: 124 + $signature: 123 }; A.LinkedList.prototype = { contains$1(_, entry) { @@ -154615,7 +154629,7 @@ call$1(a) { return this.K._is(a); }, - $signature: 123 + $signature: 128 }; A._SplayTreeIterator.prototype = { get$current(_) { @@ -154852,7 +154866,7 @@ call$1(v) { return this.E._is(v); }, - $signature: 123 + $signature: 128 }; A.SplayTreeSet__copyNode_copyChildren.prototype = { call$2(node, dest) { @@ -156365,7 +156379,7 @@ hash ^= hash >>> 11; return hash + ((hash & 16383) << 15) & 536870911; }, - $signature: 129 + $signature: 127 }; A._BigIntImpl_toDouble_readBits.prototype = { call$1(n) { @@ -156391,7 +156405,7 @@ t1.cachedBitsLength = t4; return result; }, - $signature: 129 + $signature: 127 }; A._BigIntImpl_toDouble_roundUp.prototype = { call$0() { @@ -157470,7 +157484,7 @@ for (t1 = J.get$iterator$ax(value), t2 = this.writeParameter; t1.moveNext$0();) t2.call$2(key, t1.get$current(t1)); }, - $signature: 133 + $signature: 135 }; A.UriData.prototype = { get$uri() { @@ -158871,13 +158885,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 133 + $signature: 135 }; A.MidiInputMap_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 133 + $signature: 135 }; A.MidiOutputMap.prototype = { containsKey$1(receiver, key) { @@ -158930,13 +158944,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 133 + $signature: 135 }; A.MidiOutputMap_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 133 + $signature: 135 }; A.MidiPort.prototype = { get$id(receiver) { @@ -159473,13 +159487,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 133 + $signature: 135 }; A.RtcStatsReport_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 133 + $signature: 135 }; A.ScreenOrientation.prototype = { unlock$0(receiver) { @@ -160586,13 +160600,13 @@ call$1(x) { return !B.JSArray_methods.contains$1(B.List_yrN, x); }, - $signature: 57 + $signature: 53 }; A._SimpleNodeValidator_closure0.prototype = { call$1(x) { return B.JSArray_methods.contains$1(B.List_yrN, x); }, - $signature: 57 + $signature: 53 }; A._TemplatingNodeValidator.prototype = { allowsAttribute$3(element, attributeName, value) { @@ -160946,7 +160960,7 @@ call$2(key, value) { this._box_0.copy[key] = this.$this.walk$1(value); }, - $signature: 124 + $signature: 123 }; A._StructuredClone_walk_closure0.prototype = { call$2(key, value) { @@ -161030,13 +161044,13 @@ call$1(element) { this.array.push(A._convertDartToNative_Value(element)); }, - $signature: 85 + $signature: 86 }; A.convertDartToNative_Dictionary_closure.prototype = { call$2(key, value) { this.object[key] = A._convertDartToNative_Value(value); }, - $signature: 124 + $signature: 123 }; A._StructuredCloneDart2Js.prototype = { forEachObjectKey$2(object, action) { @@ -161183,7 +161197,7 @@ call$1(el) { return J.remove$0$ax(el); }, - $signature: 85 + $signature: 86 }; A.Cursor.prototype = {}; A.CursorWithValue.prototype = { @@ -161422,7 +161436,7 @@ A._lateReadCheck(t1.___FileStream__controller, _s11_).close$0(0); t1._closeCompleter.complete$0(0); }, - $signature: 124 + $signature: 123 }; A._File.prototype = { existsSync$0() { @@ -161743,7 +161757,7 @@ call$1(r) { return this.completer.complete$1(0, r); }, - $signature: 85 + $signature: 86 }; A.promiseToFuture_closure0.prototype = { call$1(e) { @@ -161751,7 +161765,7 @@ return this.completer.completeError$1(new A.NullRejectionException(e === undefined)); return this.completer.completeError$1(e); }, - $signature: 85 + $signature: 86 }; A._JSRandom.prototype = { nextInt$1(max) { @@ -163435,13 +163449,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 133 + $signature: 135 }; A.AudioParamMap_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 133 + $signature: 135 }; A.AudioTrack.prototype = { get$id(receiver) { @@ -165307,13 +165321,13 @@ t1 = true; return t1; }, - $signature: 45 + $signature: 44 }; A.AttributedSpans__getStartingMarkerAtOrBefore_closure0.prototype = { call$1(marker) { return marker.markerType === B.SpanMarkerType_0 && marker.offset <= this.offset; }, - $signature: 45 + $signature: 44 }; A.AttributedSpans__getEndingMarkerAtOrAfter_closure.prototype = { call$1(marker) { @@ -165326,67 +165340,67 @@ t1 = true; return t1; }, - $signature: 45 + $signature: 44 }; A.AttributedSpans__getEndingMarkerAtOrAfter_closure0.prototype = { call$1(marker) { return marker.markerType === B.SpanMarkerType_1 && marker.offset >= this.offset; }, - $signature: 45 + $signature: 44 }; A.AttributedSpans_addAttribution_closure.prototype = { call$1(attribution) { return J.$eq$(attribution.attribution, this.newAttribution); }, - $signature: 45 + $signature: 44 }; A.AttributedSpans_addAttribution_closure0.prototype = { call$1(attribution) { return attribution.offset > this.start; }, - $signature: 45 + $signature: 44 }; A.AttributedSpans_addAttribution_closure1.prototype = { call$1(attribution) { return attribution.offset <= this.end; }, - $signature: 45 + $signature: 44 }; A.AttributedSpans_addAttribution_closure2.prototype = { call$1(element) { return B.JSArray_methods.contains$1(this.markersToDelete, element); }, - $signature: 45 + $signature: 44 }; A.AttributedSpans_removeAttribution_closure.prototype = { call$1(attribution) { return J.$eq$(attribution.attribution, this.attributionToRemove); }, - $signature: 45 + $signature: 44 }; A.AttributedSpans_removeAttribution_closure0.prototype = { call$1(attribution) { return attribution.offset >= this.start; }, - $signature: 45 + $signature: 44 }; A.AttributedSpans_removeAttribution_closure1.prototype = { call$1(attribution) { return attribution.offset <= this.end; }, - $signature: 45 + $signature: 44 }; A.AttributedSpans_removeAttribution_closure2.prototype = { call$1(element) { return B.JSArray_methods.contains$1(this.markersToDelete, element); }, - $signature: 45 + $signature: 44 }; A.AttributedSpans_removeAttribution_closure3.prototype = { call$1(element) { return J.$eq$(element.attribution, this.attributionToRemove); }, - $signature: 45 + $signature: 44 }; A.AttributedSpans_removeAttribution_closure4.prototype = { call$1(element) { @@ -165400,70 +165414,70 @@ $.$get$_log1().log$4(B.Level_FINEST_300, "Comparing start marker " + t1.toString$0(0) + " to another marker " + A.S(marker), null, null); return J.$eq$(marker.attribution, this.attribution) && marker.offset >= t1.offset && !marker.$eq(0, t1); }, - $signature: 45 + $signature: 44 }; A.AttributedSpans__getNearestMarkerAtOrBefore_closure.prototype = { call$1(marker) { var t1 = this.attribution; return t1 == null || J.$eq$(marker.attribution, t1); }, - $signature: 45 + $signature: 44 }; A.AttributedSpans__getNearestMarkerAtOrBefore_closure0.prototype = { call$1(marker) { var t1 = marker.markerType; return t1 === this.type; }, - $signature: 45 + $signature: 44 }; A.AttributedSpans__getMarkerAt_closure.prototype = { call$1(marker) { return J.$eq$(marker.attribution, this.attribution); }, - $signature: 45 + $signature: 44 }; A.AttributedSpans__getMarkerAt_closure0.prototype = { call$1(marker) { return marker.offset === this.offset; }, - $signature: 45 + $signature: 44 }; A.AttributedSpans__getMarkerAt_closure1.prototype = { call$1(marker) { var t1 = marker.markerType; return t1 === this.type; }, - $signature: 45 + $signature: 44 }; A.AttributedSpans__insertMarker_closure.prototype = { call$1(existingMarker) { return existingMarker.compareTo$1(0, this.newMarker) > 0; }, - $signature: 45 + $signature: 44 }; A.AttributedSpans__mergeBackToBackAttributions_closure.prototype = { call$1(marker) { return marker.markerType === B.SpanMarkerType_1 && marker.offset === this.mergePoint - 1; }, - $signature: 45 + $signature: 44 }; A.AttributedSpans__mergeBackToBackAttributions_closure0.prototype = { call$1(marker) { return marker.markerType === B.SpanMarkerType_0 && marker.offset === this.mergePoint; }, - $signature: 45 + $signature: 44 }; A.AttributedSpans__mergeBackToBackAttributions_closure1.prototype = { call$1(marker) { return J.$eq$(marker.attribution, this.startMarker.attribution); }, - $signature: 45 + $signature: 44 }; A.AttributedSpans_copyAttributionRegion_closure.prototype = { call$1(marker) { return marker.offset < this.startOffset; }, - $signature: 45 + $signature: 44 }; A.AttributedSpans_copyAttributionRegion_closure0.prototype = { call$1(marker) { @@ -165516,7 +165530,7 @@ var t1 = marker.offset; return this.startOffset <= t1 && t1 <= this._box_0.endOffset; }, - $signature: 45 + $signature: 44 }; A.AttributedSpans_copyAttributionRegion_closure3.prototype = { call$1(marker) { @@ -165532,7 +165546,7 @@ call$1(marker) { return marker.offset > this._box_0.endOffset; }, - $signature: 45 + $signature: 44 }; A.AttributedSpans_copyAttributionRegion_closure5.prototype = { call$1(marker) { @@ -165591,7 +165605,7 @@ call$1(marker) { return marker.offset < this.startOffset; }, - $signature: 45 + $signature: 44 }; A.AttributedSpans_contractAttributions_closure0.prototype = { call$1(marker) { @@ -165599,7 +165613,7 @@ t2 = marker.offset; return t1 <= t2 && t2 < t1 + this.count; }, - $signature: 45 + $signature: 44 }; A.AttributedSpans_contractAttributions_closure1.prototype = { call$1(marker) { @@ -165629,7 +165643,7 @@ call$1(marker) { return marker.offset >= this.startOffset + this.count; }, - $signature: 45 + $signature: 44 }; A.AttributedSpans_contractAttributions_closure3.prototype = { call$1(marker) { @@ -168116,14 +168130,14 @@ var t1 = this.$this.$ti; this.replacement.$indexSet(0, t1._precomputed1._as(key), t1._rest[1]._as(value)); }, - $signature: 124 + $signature: 123 }; A.MapBuilder_replace_closure0.prototype = { call$2(key, value) { var t1 = this.$this.$ti; this.replacement.$indexSet(0, t1._precomputed1._as(key), t1._rest[1]._as(value)); }, - $signature: 124 + $signature: 123 }; A.BuiltSet.prototype = { get$hashCode(_) { @@ -169700,7 +169714,7 @@ call$1(value) { return value == null; }, - $signature: 123 + $signature: 128 }; A.StandardJsonPlugin__toList_closure0.prototype = { call$2(key, value) { @@ -169715,13 +169729,13 @@ t1[t3 + 1] = value; t2.i = t3 + 2; }, - $signature: 124 + $signature: 123 }; A.StandardJsonPlugin__toListUsingDiscriminator_closure.prototype = { call$1(value) { return value == null; }, - $signature: 123 + $signature: 128 }; A.StandardJsonPlugin__toListUsingDiscriminator_closure0.prototype = { call$2(key, value) { @@ -169738,7 +169752,7 @@ t1[t3 + 1] = value; t2.i = t3 + 2; }, - $signature: 124 + $signature: 123 }; A.CachedNetworkImage.prototype = { build$1(_, context) { @@ -171229,7 +171243,7 @@ t1.toString; B.JSArray_methods.addAll$1(this.matchingSegments, J.where$1$ax(t1, this.where)); }, - $signature: 114 + $signature: 116 }; A.BaseBarRenderer__getVerticalDetailsForDomainValue_closure.prototype = { call$1(bar) { @@ -174191,14 +174205,14 @@ call$1(rendererId) { return this.$this.getSeriesRenderer$1(rendererId)._drawAreaBounds.containsPoint$1(0, this.chartPosition); }, - $signature: 57 + $signature: 53 }; A.BaseChart_getNearestDatumDetailPerSeries_closure.prototype = { call$1(rendererId) { var _this = this; B.JSArray_methods.addAll$1(_this.details, _this.$this.getSeriesRenderer$1(rendererId).getNearestDatumDetailPerSeries$5$selectExactEventLocation$selectOverlappingPoints(_this.drawAreaPoint, true, _this.boundsOverride, false, false)); }, - $signature: 114 + $signature: 116 }; A.BaseChart_getNearestDatumDetailPerSeries_closure0.prototype = { call$2(a, b) { @@ -174324,7 +174338,7 @@ this.rendererToSeriesList.$indexSet(0, rendererId, t1); return t1; }, - $signature: 114 + $signature: 116 }; A.BaseChart_preprocessSeries_closure1.prototype = { call$2(rendererId, seriesList) { @@ -174809,7 +174823,7 @@ call$1(id) { return !this.seriesIds.contains$1(0, id); }, - $signature: 57 + $signature: 53 }; A.SeriesLegend_preProcessSeriesList_closure.prototype = { call$1(series) { @@ -174823,7 +174837,7 @@ call$1(id) { return id === this.seriesId; }, - $signature: 57 + $signature: 53 }; A.LinePointHighlighter0.prototype = { attachTo$1(chart) { @@ -175559,7 +175573,7 @@ ++t2.index; _this.missingColorCountPerCategory.$indexSet(0, category, 0); }, - $signature: 114 + $signature: 116 }; A.BaseSeriesRenderer_assignMissingColors_closure2.prototype = { call$1(series) { @@ -177285,67 +177299,67 @@ call$0() { return B.C_MaterialBlue; }, - $signature: 126 + $signature: 124 }; A.MaterialPalette__orderedPalettes_closure0.prototype = { call$0() { return B.C_MaterialRed; }, - $signature: 126 + $signature: 124 }; A.MaterialPalette__orderedPalettes_closure1.prototype = { call$0() { return B.C_MaterialYellow; }, - $signature: 126 + $signature: 124 }; A.MaterialPalette__orderedPalettes_closure2.prototype = { call$0() { return B.C_MaterialGreen; }, - $signature: 126 + $signature: 124 }; A.MaterialPalette__orderedPalettes_closure3.prototype = { call$0() { return B.C_MaterialPurple; }, - $signature: 126 + $signature: 124 }; A.MaterialPalette__orderedPalettes_closure4.prototype = { call$0() { return B.C_MaterialCyan; }, - $signature: 126 + $signature: 124 }; A.MaterialPalette__orderedPalettes_closure5.prototype = { call$0() { return B.C_MaterialDeepOrange; }, - $signature: 126 + $signature: 124 }; A.MaterialPalette__orderedPalettes_closure6.prototype = { call$0() { return B.C_MaterialLime; }, - $signature: 126 + $signature: 124 }; A.MaterialPalette__orderedPalettes_closure7.prototype = { call$0() { return B.C_MaterialIndigo; }, - $signature: 126 + $signature: 124 }; A.MaterialPalette__orderedPalettes_closure8.prototype = { call$0() { return B.C_MaterialPink; }, - $signature: 126 + $signature: 124 }; A.MaterialPalette__orderedPalettes_closure9.prototype = { call$0() { return B.C_MaterialTeal; }, - $signature: 126 + $signature: 124 }; A.MaterialPalette__orderedPalettes_closure10.prototype = { call$1(f) { @@ -177460,12 +177474,12 @@ A.Performance_time_closure.prototype = { call$1(_) { }, - $signature: 114 + $signature: 116 }; A.Performance_timeEnd_closure.prototype = { call$1(_) { }, - $signature: 114 + $signature: 116 }; A.ProxyGestureListener.prototype = { onLongPress$1(localPosition) { @@ -178178,7 +178192,7 @@ break; } }, - $signature: 98 + $signature: 101 }; A.TabularLegendLayout.prototype = { build$2(_, context, legendEntries) { @@ -178740,13 +178754,13 @@ t3.forward$1$from(0, t2._duration === 0 ? 1 : 0); t1._animationValue = A._lateReadCheck(A._lateReadCheck(t1.__BaseChartState__animationController, _s20_).__AnimationController__value, "_value"); }, - $signature: 85 + $signature: 86 }; A.ChartContainerRenderObject_requestRebuild_doRebuild.prototype = { call$1(_) { A._lateReadCheck(this.$this.__ChartContainerRenderObject__chartState, "_chartState").requestRebuild$0(); }, - $signature: 85 + $signature: 86 }; A.ChartContainerCustomPaint.prototype = { paint$2(canvas, size) { @@ -181340,7 +181354,7 @@ call$2(error, stackTrace) { return this.$this._memory_file$_completer.completeError$2(error, stackTrace); }, - $signature: 128 + $signature: 129 }; A._FileSink__addData_closure.prototype = { call$1(node) { @@ -181809,7 +181823,7 @@ reader.readAsArrayBuffer(file); } }, - $signature: 85 + $signature: 86 }; A.FilePickerWeb_pickFiles_changeEventListener_addPickedFile.prototype = { call$4(file, bytes, path, readStream) { @@ -181838,7 +181852,7 @@ B.Window_methods.removeEventListener$2(window, "focus", this); A.Future_Future$delayed(A.Duration$(0, 0, 0, 500, 0, 0), null, type$.dynamic).then$1$1(0, new A.FilePickerWeb_pickFiles_cancelledEventListener_closure(this._box_0, this.filesCompleter), type$.Null); }, - $signature: 85 + $signature: 86 }; A.FilePickerWeb_pickFiles_cancelledEventListener_closure.prototype = { call$1(value) { @@ -182052,7 +182066,7 @@ call$1(path) { return path.length !== 0; }, - $signature: 57 + $signature: 53 }; A.FilePickerMacOS_resultStringToFilePaths_closure1.prototype = { call$1(path) { @@ -182069,7 +182083,7 @@ call$1(e) { return e.length !== 0; }, - $signature: 57 + $signature: 53 }; A.FilePickerResult.prototype = { $eq(_, other) { @@ -182372,7 +182386,7 @@ call$1(filePath) { return filePath.length !== 0; }, - $signature: 57 + $signature: 53 }; A.filePathsToPlatformFiles_closure0.prototype = { call$1(filePath) { @@ -183918,7 +183932,7 @@ t1.navigator.didStopUserGesture$0(); t1.controller.removeStatusListener$1(this.animationStatusCallback._readLocal$0()); }, - $signature: 41 + $signature: 43 }; A._CupertinoEdgeShadowDecoration.prototype = { lerpFrom$2(a, t) { @@ -184448,7 +184462,7 @@ call$2(innerContext, offset) { this.$this._thumbPainter.paint$2(innerContext.get$canvas(innerContext), this.thumbBounds); }, - $signature: 95 + $signature: 93 }; A.__CupertinoSwitchState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -184876,13 +184890,13 @@ call$1(value) { return value + 1; }, - $signature: 129 + $signature: 127 }; A.FlutterError_defaultStackFilter_closure0.prototype = { call$1(value) { return value + 1; }, - $signature: 129 + $signature: 127 }; A.FlutterError_toString_closure.prototype = { call$1(node) { @@ -184894,7 +184908,7 @@ call$1(line) { return J.contains$1$asx(line, "StackTrace.current") || B.JSString_methods.contains$1(line, "dart-sdk/lib/_internal") || B.JSString_methods.contains$1(line, "dart:sdk_internal"); }, - $signature: 57 + $signature: 53 }; A.DiagnosticsStackTrace.prototype = { get$allowTruncate() { @@ -185330,7 +185344,7 @@ call$0() { return A.Future_Future$delayed(B.Duration_0, null, type$.void); }, - $signature: 103 + $signature: 102 }; A.DebugReassembleConfig.prototype = {}; A.Listenable.prototype = {}; @@ -185448,7 +185462,7 @@ t1 = this.$this; return A._setArrayType([A.DiagnosticsProperty$("The " + A.getRuntimeType(t1).toString$0(0) + " sending notification was", t1, true, B.C__NoDefaultValue, _null, false, _null, _null, B.DiagnosticLevel_3, _null, false, true, true, B.DiagnosticsTreeStyle_9, _null, type$.ChangeNotifier)], type$.JSArray_DiagnosticsNode); }, - $signature: 132 + $signature: 133 }; A._MergingListenable.prototype = { addListener$1(_, listener) { @@ -186369,7 +186383,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 103 + $signature: 102 }; A.AbstractNode.prototype = { redepthChild$1(child) { @@ -186594,7 +186608,7 @@ call$1(line) { return line.length !== 0; }, - $signature: 57 + $signature: 53 }; A.SynchronousFuture.prototype = { asStream$0() { @@ -186892,14 +186906,14 @@ var _null = null; return A._setArrayType([A.DiagnosticsProperty$("Event", this.event, true, B.C__NoDefaultValue, _null, false, _null, _null, B.DiagnosticLevel_3, _null, false, true, true, B.DiagnosticsTreeStyle_9, _null, type$.PointerEvent_2)], type$.JSArray_DiagnosticsNode); }, - $signature: 132 + $signature: 133 }; A.GestureBinding_dispatchEvent_closure0.prototype = { call$0() { var _null = null; return A._setArrayType([A.DiagnosticsProperty$("Event", this.event, true, B.C__NoDefaultValue, _null, false, _null, _null, B.DiagnosticLevel_3, _null, false, true, true, B.DiagnosticsTreeStyle_9, _null, type$.PointerEvent_2), A.DiagnosticsProperty$("Target", this.entry.target, true, B.C__NoDefaultValue, _null, false, _null, _null, B.DiagnosticLevel_3, _null, false, true, true, B.DiagnosticsTreeStyle_9, _null, type$.HitTestTarget)], type$.JSArray_DiagnosticsNode); }, - $signature: 132 + $signature: 133 }; A.FlutterErrorDetailsForPointerEventDispatcher.prototype = {}; A.PointerEventConverter_expand_closure.prototype = { @@ -192213,7 +192227,7 @@ if ($status === B.AnimationStatus_3) this.$this.setState$1(new A._ButtonStyleState_build__closure1()); }, - $signature: 41 + $signature: 43 }; A._ButtonStyleState_build__closure1.prototype = { call$0() { @@ -194984,7 +194998,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 135 + $signature: 131 }; A.__DatePickerDialogState_State_RestorationMixin.prototype = { didUpdateWidget$1(oldWidget) { @@ -205956,7 +205970,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 135 + $signature: 131 }; A._ScaffoldMessengerState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -209353,7 +209367,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 135 + $signature: 131 }; A.__TextFieldState_State_RestorationMixin.prototype = { didUpdateWidget$1(oldWidget) { @@ -209430,7 +209444,7 @@ if (t1 != null) t1.call$1(value); }, - $signature: 114 + $signature: 116 }; A._TextFormFieldState.prototype = { get$_effectiveController() { @@ -212504,21 +212518,21 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 135 + $signature: 131 }; A.__TimePickerDialogState_State_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 135 + $signature: 131 }; A.__TimePickerInputState_State_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 135 + $signature: 131 }; A.__DialState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { @@ -221984,7 +221998,7 @@ t1.toString; context.paintChild$2(t1, offset); }, - $signature: 95 + $signature: 93 }; A._RenderEditableCustomPaint.prototype = { get$parent(_) { @@ -225058,7 +225072,7 @@ call$1(child) { child.reassemble$0(); }, - $signature: 108 + $signature: 107 }; A.RenderObject__debugReportException_closure.prototype = { call$0() { @@ -225068,7 +225082,7 @@ t1.push(A.DiagnosticableTreeNode$("RenderObject", B.DiagnosticsTreeStyle_11, t2)); return t1; }, - $signature: 132 + $signature: 133 }; A.RenderObject_invokeLayoutCallback_closure.prototype = { call$0() { @@ -225082,13 +225096,13 @@ if (A._lateReadCheck(child.__RenderObject__needsCompositing, "_needsCompositing")) this.$this.__RenderObject__needsCompositing = true; }, - $signature: 108 + $signature: 107 }; A.RenderObject_clearSemantics_closure.prototype = { call$1(child) { child.clearSemantics$0(); }, - $signature: 108 + $signature: 107 }; A.RenderObject__getSemanticsForParent_closure.prototype = { call$1(renderChild) { @@ -225125,7 +225139,7 @@ } } }, - $signature: 108 + $signature: 107 }; A.RenderObjectWithChildMixin.prototype = { set$child(value) { @@ -226289,7 +226303,7 @@ t1.toString; context.paintChild$2(t1, offset); }, - $signature: 95 + $signature: 93 }; A.RenderParagraph_describeSemanticsConfiguration_closure.prototype = { call$1(info) { @@ -234223,7 +234237,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 103 + $signature: 102 }; A.SchedulerBinding__handleDrawFrame_closure.prototype = { call$1(timeStamp) { @@ -234424,7 +234438,7 @@ call$1(value) { this.callback.call$0(); }, - $signature: 85 + $signature: 86 }; A.TickerCanceled.prototype = { toString$0(_) { @@ -235151,7 +235165,7 @@ } _this.sortedIds.push(id); }, - $signature: 86 + $signature: 87 }; A._SemanticsSortGroup_sortedWithinKnot_closure0.prototype = { call$1(node) { @@ -235575,35 +235589,35 @@ call$1(args) { this.handler.call$0(); }, - $signature: 36 + $signature: 35 }; A.SemanticsConfiguration_onMoveCursorForwardByCharacter_closure.prototype = { call$1(args) { args.toString; this.value.call$1(A._asBoolS(args)); }, - $signature: 36 + $signature: 35 }; A.SemanticsConfiguration_onMoveCursorBackwardByCharacter_closure.prototype = { call$1(args) { args.toString; this.value.call$1(A._asBoolS(args)); }, - $signature: 36 + $signature: 35 }; A.SemanticsConfiguration_onMoveCursorForwardByWord_closure.prototype = { call$1(args) { args.toString; this.value.call$1(A._asBoolS(args)); }, - $signature: 36 + $signature: 35 }; A.SemanticsConfiguration_onMoveCursorBackwardByWord_closure.prototype = { call$1(args) { args.toString; this.value.call$1(A._asBoolS(args)); }, - $signature: 36 + $signature: 35 }; A.SemanticsConfiguration_onSetSelection_closure.prototype = { call$1(args) { @@ -235618,14 +235632,14 @@ t3.toString; t1.call$1(A.TextSelection$(B.TextAffinity_1, t2, t3, false)); }, - $signature: 36 + $signature: 35 }; A.SemanticsConfiguration_onSetText_closure.prototype = { call$1(args) { args.toString; this.value.call$1(A._asStringS(args)); }, - $signature: 36 + $signature: 35 }; A.DebugSemanticsDumpOrder.prototype = { toString$0(_) { @@ -236000,7 +236014,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 103 + $signature: 102 }; A._DefaultBinaryMessenger.prototype = { send$2(_, channel, message) { @@ -236031,7 +236045,7 @@ A.FlutterError_reportError(new A.FlutterErrorDetails(exception, stack, "services library", t1, null, null, false)); } }, - $signature: 141 + $signature: 140 }; A._DefaultBinaryMessenger_setMessageHandler_closure.prototype = { call$2(data, callback) { @@ -237962,7 +237976,7 @@ replacedLength = originalIndex <= t1 && originalIndex < _this.regionEnd ? 0 : _this.replacementString.length; return replacedLength - (B.JSInt_methods.clamp$2(originalIndex, t1, _this.regionEnd) - t1); }, - $signature: 129 + $signature: 127 }; A.LengthLimitingTextInputFormatter.prototype = { formatEditUpdate$2(oldValue, newValue) { @@ -238137,7 +238151,7 @@ replacedLength = originalIndex <= t2 && originalIndex < t1.end ? 0 : this.replacementString.length; return originalIndex + replacedLength - (B.JSInt_methods.clamp$2(originalIndex, t2, t1.end) - t2); }, - $signature: 129 + $signature: 127 }; A.SelectionChangedCause.prototype = { toString$0(_) { @@ -238437,7 +238451,7 @@ t1 = true; return !t1; }, - $signature: 57 + $signature: 53 }; A.TextInput__handleTextInputInvocation_closure1.prototype = { call$1(elementIdentifier) { @@ -239119,7 +239133,7 @@ call$1($status) { this.$this.setState$1(new A._AnimatedCrossFadeState_initState__closure()); }, - $signature: 41 + $signature: 43 }; A._AnimatedCrossFadeState_initState__closure.prototype = { call$0() { @@ -239339,7 +239353,7 @@ this.controller.dispose$0(0); } }, - $signature: 41 + $signature: 43 }; A._AnimatedSwitcherState__newEntry__closure.prototype = { call$0() { @@ -240292,7 +240306,7 @@ call$1(child) { this._box_0.childElement = child; }, - $signature: 100 + $signature: 97 }; A._AutomaticKeepAliveState__createCallback_closure.prototype = { call$0() { @@ -246216,7 +246230,7 @@ call$1(node) { return !node.get$skipTraversal() && node.get$canRequestFocus(); }, - $signature: 137 + $signature: 146 }; A.FocusNode_debugDescribeChildren_closure.prototype = { call$1(child) { @@ -246917,7 +246931,7 @@ call$1(node) { return !node.get$canRequestFocus() || node.get$skipTraversal(); }, - $signature: 137 + $signature: 146 }; A._DirectionalPolicyDataEntry.prototype = {}; A._DirectionalPolicyData.prototype = {}; @@ -247186,14 +247200,14 @@ var t1 = this.target; return !node.get$rect(node).$eq(0, t1) && node.get$rect(node).get$center()._dx <= t1.left; }, - $signature: 137 + $signature: 146 }; A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure1.prototype = { call$1(node) { var t1 = this.target; return !node.get$rect(node).$eq(0, t1) && node.get$rect(node).get$center()._dx >= t1.right; }, - $signature: 137 + $signature: 146 }; A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure.prototype = { call$2(a, b) { @@ -247206,14 +247220,14 @@ var t1 = this.target; return !node.get$rect(node).$eq(0, t1) && node.get$rect(node).get$center()._dy <= t1.top; }, - $signature: 137 + $signature: 146 }; A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure1.prototype = { call$1(node) { var t1 = this.target; return !node.get$rect(node).$eq(0, t1) && node.get$rect(node).get$center()._dy >= t1.bottom; }, - $signature: 137 + $signature: 146 }; A.DirectionalFocusTraversalPolicyMixin__popPolicyDataIfNeeded_popOrInvalidate.prototype = { call$1(direction) { @@ -247254,14 +247268,14 @@ t1.toString; return A.Scrollable_of(t1) === this.focusedScrollable; }, - $signature: 137 + $signature: 146 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure0.prototype = { call$1(node) { var t1 = node.get$rect(node).intersect$1(this.band); return !t1.get$isEmpty(t1); }, - $signature: 137 + $signature: 146 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure1.prototype = { call$2(a, b) { @@ -247276,14 +247290,14 @@ t1.toString; return A.Scrollable_of(t1) === this.focusedScrollable; }, - $signature: 137 + $signature: 146 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure3.prototype = { call$1(node) { var t1 = node.get$rect(node).intersect$1(this.band); return !t1.get$isEmpty(t1); }, - $signature: 137 + $signature: 146 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure4.prototype = { call$2(a, b) { @@ -247729,7 +247743,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 135 + $signature: 131 }; A._FormFieldState_State_RestorationMixin.prototype = { didUpdateWidget$1(oldWidget) { @@ -247955,7 +247969,7 @@ call$1(child) { this.$this._unmount$1(child); }, - $signature: 100 + $signature: 97 }; A.BuildOwner.prototype = { scheduleBuildFor$1(element) { @@ -248102,7 +248116,7 @@ J.add$1$ax(t1, A.ErrorHint$(t5 + " of " + t2 + ", but _dirtyElements only had " + t4 + " entries. This suggests some confusion in the framework internals.")); return t1; }, - $signature: 132 + $signature: 133 }; A.NotifiableElementMixin.prototype = { attachNotificationTree$0() { @@ -248489,7 +248503,7 @@ child._debugReassembleConfig = this.$this._debugReassembleConfig; child.reassemble$0(); }, - $signature: 100 + $signature: 97 }; A.Element_renderObject_visit.prototype = { call$1(element) { @@ -248500,7 +248514,7 @@ else element.visitChildren$1(this); }, - $signature: 100 + $signature: 97 }; A.Element_updateSlotForChild_visit.prototype = { call$1(element) { @@ -248508,31 +248522,31 @@ if (!(element instanceof A.RenderObjectElement)) element.visitChildren$1(this); }, - $signature: 100 + $signature: 97 }; A.Element__updateDepth_closure.prototype = { call$1(child) { child._updateDepth$1(this.expectedDepth); }, - $signature: 100 + $signature: 97 }; A.Element_detachRenderObject_closure.prototype = { call$1(child) { child.detachRenderObject$0(); }, - $signature: 100 + $signature: 97 }; A.Element_attachRenderObject_closure.prototype = { call$1(child) { child.attachRenderObject$1(this.newSlot); }, - $signature: 100 + $signature: 97 }; A.Element_debugDescribeChildren_closure.prototype = { call$1(child) { this.children.push(child.toDiagnosticsNode$0()); }, - $signature: 100 + $signature: 97 }; A._ElementDiagnosticableTreeNode.prototype = {}; A.ErrorWidget.prototype = { @@ -248595,14 +248609,14 @@ var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode); return t1; }, - $signature: 132 + $signature: 133 }; A.ComponentElement_performRebuild_closure0.prototype = { call$0() { var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode); return t1; }, - $signature: 132 + $signature: 133 }; A.StatelessElement.prototype = { build$0(_) { @@ -248730,7 +248744,7 @@ else child.visitChildren$1(this); }, - $signature: 100 + $signature: 97 }; A.InheritedElement.prototype = { _updateInheritance$0() { @@ -249659,7 +249673,7 @@ } element.visitChildren$1(_this); }, - $signature: 100 + $signature: 97 }; A._HeroState.prototype = { startFlight$1$shouldIncludedChildInPlaceholder(shouldIncludedChildInPlaceholder) { @@ -250694,7 +250708,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 41 + $signature: 43 }; A.ImplicitlyAnimatedWidgetState_didUpdateWidget_closure.prototype = { call$3(tween, targetValue, $constructor) { @@ -251658,14 +251672,14 @@ var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode); return t1; }, - $signature: 132 + $signature: 133 }; A._LayoutBuilderElement__layout_layoutCallback_closure0.prototype = { call$0() { var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode); return t1; }, - $signature: 132 + $signature: 133 }; A.RenderConstrainedLayoutBuilder.prototype = { updateCallback$1(value) { @@ -253537,7 +253551,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 135 + $signature: 131 }; A._NavigatorState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -255830,7 +255844,7 @@ A._PlatformViewLinkState__initialize_closure.prototype = { call$1(_) { }, - $signature: 86 + $signature: 87 }; A.PlatformViewSurface.prototype = { createRenderObject$1(context) { @@ -256553,7 +256567,7 @@ t1._offsetAnimation = null; } }, - $signature: 41 + $signature: 43 }; A._ReorderableItemState_rebuild_closure.prototype = { call$0() { @@ -256645,7 +256659,7 @@ t1.onDropCompleted.call$0(); } }, - $signature: 41 + $signature: 43 }; A._DragItemProxy.prototype = { build$1(_, context) { @@ -256959,7 +256973,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 135 + $signature: 131 }; A.__RestorationScopeState_State_RestorationMixin.prototype = { didUpdateWidget$1(oldWidget) { @@ -257299,7 +257313,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 41 + $signature: 43 }; A.TransitionRoute__updateSecondaryAnimation_closure.prototype = { call$0() { @@ -258742,7 +258756,7 @@ t1 = this.$this; return A._setArrayType([A.DiagnosticsProperty$("The " + A.getRuntimeType(t1).toString$0(0) + " sending notification was", t1, true, B.C__NoDefaultValue, _null, false, _null, _null, B.DiagnosticLevel_3, _null, false, true, true, B.DiagnosticsTreeStyle_9, _null, type$.ScrollNotificationObserverState)], type$.JSArray_DiagnosticsNode); }, - $signature: 132 + $signature: 133 }; A.ScrollNotificationObserverState_build_closure.prototype = { call$1(notification) { @@ -259827,7 +259841,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 135 + $signature: 131 }; A.Scrollable.prototype = { createState$0() { @@ -262166,7 +262180,7 @@ t1.toString; context.paintChild$2(t1, offset.$add(0, this.paintOffset)); }, - $signature: 95 + $signature: 93 }; A._RenderSingleChildViewport_hitTestChildren_closure.prototype = { call$2(result, transformed) { @@ -262570,7 +262584,7 @@ t2.remove$1(0, index); } }, - $signature: 86 + $signature: 87 }; A.SliverMultiBoxAdaptorElement_performRebuild_closure.prototype = { call$0() { @@ -285200,7 +285214,7 @@ A.SlidableGroupNotification_dispatch(this.context, new A.SlidableAutoCloseNotification(t1.groupTag, t1.controller, false), false, type$.SlidableAutoCloseNotification); return null; }, - $signature: 41 + $signature: 43 }; A.SlidableAutoCloseBarrierNotification.prototype = {}; A.SlidableAutoCloseBarrierInteractor.prototype = { @@ -285652,7 +285666,7 @@ t3.toString; t1.totalFlex = t2 + t3; }, - $signature: 108 + $signature: 107 }; A._RenderFlexEntranceTransition_performLayout_closure.prototype = { call$1(child) { @@ -285685,7 +285699,7 @@ t1.updateChildOffsets$1(child); t2.totalMainAxisExtent += mainAxisExtent; }, - $signature: 108 + $signature: 107 }; A._RenderFlexEntranceTransition_hitTestChildren_closure.prototype = { call$2(result, transformed) { @@ -286966,7 +286980,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 103 + $signature: 102 }; A.StyledToastWidgetState_dismissToast_closure.prototype = { call$0() { @@ -287167,7 +287181,7 @@ A.FlutterError_reportError(new A.FlutterErrorDetails(exception, stack, "flutter web plugins", t1, null, null, false)); } }, - $signature: 141 + $signature: 140 }; A.PluginRegistry.prototype = {}; A.GoogleSignInAuthentication.prototype = { @@ -287404,7 +287418,7 @@ call$1(error) { return error instanceof A.PlatformException && error.code === "sign_in_canceled"; }, - $signature: 123 + $signature: 128 }; A.GoogleSignIn_signIn_closure.prototype = { call$1(_) { @@ -292377,7 +292391,7 @@ call$1(v) { return v.length !== 0 && v === this.select; }, - $signature: 57 + $signature: 53 }; A.Token0.prototype = {}; A.TagToken.prototype = { @@ -294391,7 +294405,7 @@ call$1(e) { return J.startsWith$1$s(e, this.name); }, - $signature: 57 + $signature: 53 }; A.HtmlTokenizer_emitCurrentToken_closure.prototype = { call$0() { @@ -294719,19 +294733,19 @@ t2 = result._contents = t4 + B.JSString_methods.substring$2(t5, last, t5.length); t1.format = t2.charCodeAt(0) == 0 ? t2 : t2; }, - $signature: 124 + $signature: 123 }; A._escape_closure.prototype = { call$1(match) { return "\\\\" + A.S(match.$index(0, 1)); }, - $signature: 112 + $signature: 113 }; A._escape_closure0.prototype = { call$1(match) { return "\\" + A.S(match.$index(0, 1)); }, - $signature: 112 + $signature: 113 }; A._escape_closure1.prototype = { call$1(match) { @@ -294742,13 +294756,13 @@ t2.toString; return B.JSArray_methods.join$1(A._setArrayType(t1.split(t2), type$.JSArray_String), "\\" + A.S(match.$index(0, 1))); }, - $signature: 112 + $signature: 113 }; A._escape_closure2.prototype = { call$1(match) { return A.S(match.$index(0, 1)) + A.S(match.$index(0, 2)) + "\\. "; }, - $signature: 112 + $signature: 113 }; A._escape_closure3.prototype = { call$1(match) { @@ -294756,19 +294770,19 @@ t1.toString; return A.stringReplaceAllFuncUnchecked(t1, A.RegExp_RegExp("([*+-])", true, false, false, false), new A._escape__closure(), null); }, - $signature: 112 + $signature: 113 }; A._escape__closure.prototype = { call$1(match) { return "\\" + A.S(match.$index(0, 1)); }, - $signature: 112 + $signature: 113 }; A._escape_closure4.prototype = { call$1(match) { return A.S(match.$index(0, 1)) + "\\> "; }, - $signature: 112 + $signature: 113 }; A._escape_closure5.prototype = { call$1(match) { @@ -294778,7 +294792,7 @@ t2 = A.RegExp_RegExp("\\*", true, false, false, false); return A.stringReplaceAllUnchecked(t1, t2, "\\*"); }, - $signature: 112 + $signature: 113 }; A._escape_closure6.prototype = { call$1(match) { @@ -294788,7 +294802,7 @@ t2 = A.RegExp_RegExp("_", true, false, false, false); return A.stringReplaceAllUnchecked(t1, t2, "\\_"); }, - $signature: 112 + $signature: 113 }; A._escape_closure7.prototype = { call$1(match) { @@ -294798,13 +294812,13 @@ t2 = A.RegExp_RegExp("`", true, false, false, false); return A.stringReplaceAllUnchecked(t1, t2, "\\`"); }, - $signature: 112 + $signature: 113 }; A._escape_closure8.prototype = { call$1(match) { return "\\" + A.S(match.$index(0, 0)); }, - $signature: 112 + $signature: 113 }; A._postProcess_closure.prototype = { call$1(rule) { @@ -296098,7 +296112,7 @@ call$1(match) { return "\\" + A.S(match.$index(0, 0)); }, - $signature: 112 + $signature: 113 }; A.expectQuotedString_closure.prototype = { call$1(match) { @@ -296106,7 +296120,7 @@ t1.toString; return t1; }, - $signature: 112 + $signature: 113 }; A.ExifData.prototype = { ExifData$from$1(other) { @@ -296874,7 +296888,7 @@ call$1(i) { return i; }, - $signature: 129 + $signature: 127 }; A.Image0.prototype = { $add(_, other) { @@ -297732,13 +297746,13 @@ call$1(i) { return i; }, - $signature: 129 + $signature: 127 }; A.DateFormat__initDigitMatcher_closure0.prototype = { call$1(i) { return this.$this.get$localeZeroCodeUnit() + i; }, - $signature: 129 + $signature: 127 }; A.DateFormat__fieldConstructors_closure.prototype = { call$2(pattern, $parent) { @@ -298148,7 +298162,7 @@ call$1(each) { return this.input.peek$1(J.get$length$asx(each)) === each; }, - $signature: 123 + $signature: 128 }; A._DateFormatPatternField_parseEnumeratedString_closure0.prototype = { call$2(a, b) { @@ -298161,7 +298175,7 @@ call$1(x) { return x; }, - $signature: 86 + $signature: 87 }; A.IntlStream.prototype = { read$1(_, howMany) { @@ -299519,7 +299533,7 @@ call$1(contact) { return contact.isPrimary; }, - $signature: 140 + $signature: 139 }; A.ClientEntity_primaryContact_closure0.prototype = { call$0() { @@ -299531,20 +299545,20 @@ call$1(contact) { return contact.sendEmail; }, - $signature: 140 + $signature: 139 }; A.ClientEntity_hasEmailAddress_closure.prototype = { call$1(contact) { var t1 = contact.email; return t1.length !== 0; }, - $signature: 140 + $signature: 139 }; A.ClientEntity_getContact_closure.prototype = { call$1(contact) { return contact.id === this.contactId; }, - $signature: 140 + $signature: 139 }; A.ClientEntity_getContact_closure0.prototype = { call$0() { @@ -319161,7 +319175,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 134 + $signature: 136 }; A._$serializers_closure4.prototype = { call$0() { @@ -319287,37 +319301,37 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 134 + $signature: 136 }; A._$serializers_closure25.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 134 + $signature: 136 }; A._$serializers_closure26.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 134 + $signature: 136 }; A._$serializers_closure27.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 134 + $signature: 136 }; A._$serializers_closure28.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 134 + $signature: 136 }; A._$serializers_closure29.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 134 + $signature: 136 }; A._$serializers_closure30.prototype = { call$0() { @@ -319341,31 +319355,31 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure34.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure35.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure36.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure37.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure38.prototype = { call$0() { @@ -319539,7 +319553,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 134 + $signature: 136 }; A._$serializers_closure67.prototype = { call$0() { @@ -319630,7 +319644,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 134 + $signature: 136 }; A._$serializers_closure82.prototype = { call$0() { @@ -319702,19 +319716,19 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure94.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure95.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure96.prototype = { call$0() { @@ -319792,7 +319806,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 134 + $signature: 136 }; A._$serializers_closure109.prototype = { call$0() { @@ -319871,7 +319885,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure122.prototype = { call$0() { @@ -319883,7 +319897,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure124.prototype = { call$0() { @@ -319955,7 +319969,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure136.prototype = { call$0() { @@ -319967,7 +319981,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure138.prototype = { call$0() { @@ -319979,7 +319993,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure140.prototype = { call$0() { @@ -319991,7 +320005,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure142.prototype = { call$0() { @@ -320003,7 +320017,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure144.prototype = { call$0() { @@ -320033,7 +320047,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure149.prototype = { call$0() { @@ -320051,7 +320065,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure152.prototype = { call$0() { @@ -320063,7 +320077,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure154.prototype = { call$0() { @@ -320075,7 +320089,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure156.prototype = { call$0() { @@ -320087,7 +320101,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure158.prototype = { call$0() { @@ -320099,7 +320113,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure160.prototype = { call$0() { @@ -320111,7 +320125,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure162.prototype = { call$0() { @@ -320123,7 +320137,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure164.prototype = { call$0() { @@ -320141,7 +320155,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure167.prototype = { call$0() { @@ -320153,7 +320167,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure169.prototype = { call$0() { @@ -320206,7 +320220,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure177.prototype = { call$0() { @@ -320218,7 +320232,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure179.prototype = { call$0() { @@ -320230,7 +320244,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure181.prototype = { call$0() { @@ -320242,7 +320256,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure183.prototype = { call$0() { @@ -320254,7 +320268,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure185.prototype = { call$0() { @@ -320266,7 +320280,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure187.prototype = { call$0() { @@ -320278,7 +320292,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure189.prototype = { call$0() { @@ -320290,7 +320304,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure191.prototype = { call$0() { @@ -343642,7 +343656,7 @@ call$1(route) { return false; }, - $signature: 44 + $signature: 45 }; A._createUserLogoutAll_closure.prototype = { call$3(store, dynamicAction, next) { @@ -344549,13 +344563,13 @@ call$1(client) { return client.get$id(client); }, - $signature: 39 + $signature: 40 }; A.handleClientAction_closure0.prototype = { call$1(contact) { return contact.link.length !== 0; }, - $signature: 140 + $signature: 139 }; A.handleClientAction_closure1.prototype = { call$1(b) { @@ -344598,7 +344612,7 @@ t2 = _this.client.id; _this.store.get$_dispatchers()[0].call$1(new A.PurgeClientRequest(t1, t2, password, idToken)); }, - $signature: 42 + $signature: 41 }; A.StartClientMultiselect.prototype = {}; A.AddToClientMultiselect.prototype = {}; @@ -344668,7 +344682,7 @@ call$1(route) { return false; }, - $signature: 44 + $signature: 45 }; A._archiveClient_closure.prototype = { call$3(store, dynamicAction, next) { @@ -345080,7 +345094,7 @@ call$2(completer, action) { return 0; }, - $signature: 104 + $signature: 103 }; A.saveCompleterReducer_closure1.prototype = { call$2(completer, action) { @@ -345126,7 +345140,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_client ? action.entityId : selectedId; }, - $signature: 51 + $signature: 55 }; A.selectedIdReducer_closure357.prototype = { call$2(selectedId, action) { @@ -345150,13 +345164,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 50 + $signature: 52 }; A.selectedIdReducer_closure361.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 55 + $signature: 51 }; A.selectedIdReducer_closure362.prototype = { call$2(selectedId, action) { @@ -346345,7 +346359,7 @@ b.get$settings().get$reportSettings().$indexSet(0, t1.report, t2.rebuild$1(new A.userCompanyEntityReducer___closure(t1, t2))); return b; }, - $signature: 106 + $signature: 105 }; A.userCompanyEntityReducer___closure.prototype = { call$1(b) { @@ -346390,7 +346404,7 @@ b.get$settings().get$reportSettings().$indexSet(0, t1.report, A.ReportSettingsEntity_ReportSettingsEntity(t1.sortColumn, t1.sortTotalsIndex)); return b; }, - $signature: 106 + $signature: 105 }; A.userCompanyEntityReducer_closure0.prototype = { call$2(userCompany, action) { @@ -346410,7 +346424,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 106 + $signature: 105 }; A.userCompanyEntityReducer_closure1.prototype = { call$2(userCompany, action) { @@ -346426,7 +346440,7 @@ t1._user_model$_$v = t2; return b; }, - $signature: 106 + $signature: 105 }; A.userCompanyEntityReducer_closure2.prototype = { call$2(userCompany, action) { @@ -346442,7 +346456,7 @@ t1._user_model$_$v = t2; return b; }, - $signature: 106 + $signature: 105 }; A.userCompanyEntityReducer_closure3.prototype = { call$2(userCompany, action) { @@ -346455,7 +346469,7 @@ b.get$user().get$_user_model$_$this()._isTwoFactorEnabled = false; return b; }, - $signature: 106 + $signature: 105 }; A.userCompanyEntityReducer_closure4.prototype = { call$2(userCompany, action) { @@ -346471,7 +346485,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 106 + $signature: 105 }; A.userCompanyEntityReducer_closure5.prototype = { call$2(userCompany, action) { @@ -346486,7 +346500,7 @@ t1.get$_settings_model$_$this()._languageId = t2; return b; }, - $signature: 106 + $signature: 105 }; A.loadCompanySuccessReducer_closure.prototype = { call$1(b) { @@ -346497,7 +346511,7 @@ b.get$user().get$userCompany().get$notifications().replace$1(0, A.BuiltMap_BuiltMap(B.Map_empty0, type$.legacy_String, type$.legacy_BuiltList_legacy_String)); return b; }, - $signature: 106 + $signature: 105 }; A.loadCompanySuccessReducer_closure0.prototype = { call$1(b) { @@ -346517,7 +346531,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 106 + $signature: 105 }; A.saveCompanySuccessReducer_closure.prototype = { call$1(b) { @@ -346539,7 +346553,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 106 + $signature: 105 }; A.lastUpdatedReducer_closure.prototype = { call$2(state, action) { @@ -348096,7 +348110,7 @@ call$1(companyGateway) { return companyGateway.get$id(companyGateway); }, - $signature: 39 + $signature: 40 }; A.handleCompanyGatewayAction_closure0.prototype = { call$1(value) { @@ -348117,7 +348131,7 @@ t1 = t1.get$id(t1); this.store.get$_dispatchers()[0].call$1(new A.DisconnectCompanyGatewayRequest(this.completer, t1, password, idToken)); }, - $signature: 42 + $signature: 41 }; A.StartCompanyGatewayMultiselect.prototype = {}; A.AddToCompanyGatewayMultiselect.prototype = {}; @@ -348185,7 +348199,7 @@ call$1(route) { return false; }, - $signature: 44 + $signature: 45 }; A._archiveCompanyGateway_closure.prototype = { call$3(store, dynamicAction, next) { @@ -348503,7 +348517,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_companyGateway ? action.entityId : selectedId; }, - $signature: 51 + $signature: 55 }; A.selectedIdReducer_closure122.prototype = { call$2(selectedId, action) { @@ -348521,13 +348535,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 50 + $signature: 52 }; A.selectedIdReducer_closure125.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 55 + $signature: 51 }; A.selectedIdReducer_closure126.prototype = { call$2(selectedId, action) { @@ -349548,7 +349562,7 @@ call$1(credit) { return credit.get$id(credit); }, - $signature: 39 + $signature: 40 }; A.handleCreditAction_closure0.prototype = { call$1(credit) { @@ -349709,7 +349723,7 @@ call$1(route) { return false; }, - $signature: 44 + $signature: 45 }; A._editCredit_closure.prototype = { call$3(store, dynamicAction, next) { @@ -350273,7 +350287,7 @@ call$2(completer, action) { return 0; }, - $signature: 104 + $signature: 103 }; A.historyActivityIdReducer_closure0.prototype = { call$2(index, action) { @@ -350310,7 +350324,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_credit ? action.entityId : selectedId; }, - $signature: 51 + $signature: 55 }; A.selectedIdReducer_closure163.prototype = { call$2(selectedId, action) { @@ -350340,13 +350354,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 50 + $signature: 52 }; A.selectedIdReducer_closure168.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 55 + $signature: 51 }; A.selectedIdReducer_closure169.prototype = { call$2(selectedId, action) { @@ -350784,7 +350798,7 @@ call$1(item) { return item; }, - $signature: 118 + $signature: 119 }; A._markSentCreditSuccess_closure.prototype = { call$1(b) { @@ -350906,7 +350920,7 @@ call$1(contact) { return B.JSArray_methods.contains$1(this._box_0.contactIds, contact.id); }, - $signature: 140 + $signature: 139 }; A.memoizedDropdownCreditList_closure.prototype = { call$7(creditMap, clientMap, vendorMap, creditList, clientId, userMap, excludedIds) { @@ -351024,7 +351038,7 @@ call$2(designId, creditMap) { return A.creditStatsForDesign(designId, creditMap); }, - $signature: 88 + $signature: 83 }; A.creditStatsForDesign_closure.prototype = { call$2(creditId, credit) { @@ -351034,13 +351048,13 @@ else if (credit.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 52 + $signature: 50 }; A.memoizedCreditStatsForClient_closure.prototype = { call$2(clientId, creditMap) { return A.creditStatsForClient(clientId, creditMap); }, - $signature: 88 + $signature: 83 }; A.creditStatsForClient_closure.prototype = { call$2(creditId, credit) { @@ -351050,13 +351064,13 @@ else if (credit.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 52 + $signature: 50 }; A.memoizedCreditStatsForUser_closure.prototype = { call$2(userId, creditMap) { return A.creditStatsForUser(userId, creditMap); }, - $signature: 88 + $signature: 83 }; A.creditStatsForUser_closure.prototype = { call$2(creditId, credit) { @@ -351066,7 +351080,7 @@ else if (credit.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 52 + $signature: 50 }; A.CreditState.prototype = { $get$1(_, creditId) { @@ -351094,7 +351108,7 @@ call$1(item) { return item; }, - $signature: 118 + $signature: 119 }; A.CreditState_loadCredits_closure.prototype = { call$1(b) { @@ -351552,7 +351566,7 @@ call$1(route) { return false; }, - $signature: 44 + $signature: 45 }; A.dashboardUIReducer_closure.prototype = { call$1(b) { @@ -351745,7 +351759,7 @@ } } }, - $signature: 52 + $signature: 50 }; A.memoizedChartQuotes_closure.prototype = { call$5(currencyMap, company, settings, quoteMap, clientMap) { @@ -351828,7 +351842,7 @@ } } }, - $signature: 52 + $signature: 50 }; A.memoizedChartPayments_closure.prototype = { call$6(currencyMap, company, settings, invoiceMap, clientMap, paymentMap) { @@ -351964,7 +351978,7 @@ } } }, - $signature: 138 + $signature: 137 }; A.chartTasks__closure.prototype = { call$1(taskTime) { @@ -352125,7 +352139,7 @@ } } }, - $signature: 105 + $signature: 112 }; A.memoizedChartExpenses_closure.prototype = { call$5(currencyMap, company, settings, invoiceMap, expenseMap) { @@ -352159,7 +352173,7 @@ if (t1) this.tasks.push(task); }, - $signature: 138 + $signature: 137 }; A.memoizedUpcomingInvoices_closure.prototype = { call$2(invoiceMap, clientMap) { @@ -352177,7 +352191,7 @@ if (invoice.get$isUpcoming()) this.invoices.push(invoice); }, - $signature: 52 + $signature: 50 }; A._upcomingInvoices_closure0.prototype = { call$2(invoiceA, invoiceB) { @@ -352201,7 +352215,7 @@ if (invoice.get$isPastDue()) this.invoices.push(invoice); }, - $signature: 52 + $signature: 50 }; A._pastDueInvoices_closure0.prototype = { call$2(invoiceA, invoiceB) { @@ -352254,7 +352268,7 @@ if (quote.get$isUpcoming()) this.quotes.push(quote); }, - $signature: 52 + $signature: 50 }; A._upcomingQuotes_closure0.prototype = { call$2(quoteA, quoteB) { @@ -352278,7 +352292,7 @@ if (quote.get$isPastDue()) this.quotes.push(quote); }, - $signature: 52 + $signature: 50 }; A._expiredQuotes_closure0.prototype = { call$2(quoteA, quoteB) { @@ -352302,7 +352316,7 @@ if (task.get$isRunning()) this.tasks.push(task); }, - $signature: 138 + $signature: 137 }; A._runningTasks_closure0.prototype = { call$2(taskA, taskB) { @@ -352328,7 +352342,7 @@ if (!task.get$isRunning()) this.tasks.push(task); }, - $signature: 138 + $signature: 137 }; A._recentTasks_closure0.prototype = { call$2(taskA, taskB) { @@ -352361,7 +352375,7 @@ if (!t1) this.expenses.push(expense); }, - $signature: 105 + $signature: 112 }; A._recentExpenses_closure0.prototype = { call$2(expenseA, expenseB) { @@ -352824,7 +352838,7 @@ call$1(design) { return design.get$id(design); }, - $signature: 39 + $signature: 40 }; A.handleDesignAction_closure0.prototype = { call$1(b) { @@ -352920,7 +352934,7 @@ call$1(route) { return false; }, - $signature: 44 + $signature: 45 }; A._archiveDesign_closure.prototype = { call$3(store, dynamicAction, next) { @@ -353212,7 +353226,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_design ? action.entityId : selectedId; }, - $signature: 51 + $signature: 55 }; A.selectedIdReducer_closure182.prototype = { call$2(selectedId, action) { @@ -353230,13 +353244,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 50 + $signature: 52 }; A.selectedIdReducer_closure185.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 55 + $signature: 51 }; A.selectedIdReducer_closure186.prototype = { call$2(selectedId, action) { @@ -354101,7 +354115,7 @@ call$1($document) { return $document.get$id($document); }, - $signature: 39 + $signature: 40 }; A.StartDocumentMultiselect.prototype = {}; A.AddToDocumentMultiselect.prototype = {}; @@ -354167,7 +354181,7 @@ call$1(route) { return false; }, - $signature: 44 + $signature: 45 }; A._archiveDocument_closure.prototype = { call$3(store, dynamicAction, next) { @@ -354437,7 +354451,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_document ? action.entityId : selectedId; }, - $signature: 51 + $signature: 55 }; A.selectedIdReducer_closure97.prototype = { call$2(selectedId, action) { @@ -354449,13 +354463,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 50 + $signature: 52 }; A.selectedIdReducer_closure99.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 55 + $signature: 51 }; A.selectedIdReducer_closure100.prototype = { call$2(selectedId, action) { @@ -355244,7 +355258,7 @@ call$1(expense) { return expense.get$id(expense); }, - $signature: 39 + $signature: 40 }; A.handleExpenseAction_closure0.prototype = { call$1(b) { @@ -355365,7 +355379,7 @@ call$1(route) { return false; }, - $signature: 44 + $signature: 45 }; A._archiveExpense_closure.prototype = { call$3(store, dynamicAction, next) { @@ -355501,7 +355515,7 @@ t2.get$_dispatchers()[0].call$1(new A.SaveExpenseSuccess(expense)); t1.completer.complete$1(0, expense); }, - $signature: 146 + $signature: 142 }; A._saveExpense__closure0.prototype = { call$1(error) { @@ -355530,7 +355544,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 146 + $signature: 142 }; A._loadExpense__closure0.prototype = { call$1(error) { @@ -355601,7 +355615,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveExpenseSuccess(expense)); this.action.completer.complete$1(0, null); }, - $signature: 146 + $signature: 142 }; A._saveDocument__closure20.prototype = { call$1(error) { @@ -355691,7 +355705,7 @@ call$2(completer, action) { return 0; }, - $signature: 104 + $signature: 103 }; A.selectedIdReducer_closure79.prototype = { call$2(completer, action) { @@ -355709,7 +355723,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_expense ? action.entityId : selectedId; }, - $signature: 51 + $signature: 55 }; A.selectedIdReducer_closure82.prototype = { call$2(selectedId, action) { @@ -355727,13 +355741,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 50 + $signature: 52 }; A.selectedIdReducer_closure85.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 55 + $signature: 51 }; A.selectedIdReducer_closure86.prototype = { call$2(selectedId, action) { @@ -356255,7 +356269,7 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 105 + $signature: 112 }; A.memoizedExpenseStatsForClient_closure.prototype = { call$2(clientId, expenseMap) { @@ -356271,7 +356285,7 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 105 + $signature: 112 }; A.memoizedClientExpenseList_closure.prototype = { call$2(expenseMap, clientId) { @@ -356323,7 +356337,7 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 105 + $signature: 112 }; A.memoizedExpenseStatsForUser_closure.prototype = { call$2(userId, expenseMap) { @@ -356339,7 +356353,7 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 105 + $signature: 112 }; A.ExpenseState.prototype = { $get$1(_, expenseId) { @@ -356885,7 +356899,7 @@ call$1(expenseCategory) { return expenseCategory.get$id(expenseCategory); }, - $signature: 39 + $signature: 40 }; A.handleExpenseCategoryAction_closure0.prototype = { call$1(b) { @@ -356953,7 +356967,7 @@ call$1(route) { return false; }, - $signature: 44 + $signature: 45 }; A._archiveExpenseCategory_closure.prototype = { call$3(store, dynamicAction, next) { @@ -357245,7 +357259,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_expenseCategory ? action.entityId : selectedId; }, - $signature: 51 + $signature: 55 }; A.selectedIdReducer_closure259.prototype = { call$2(selectedId, action) { @@ -357263,13 +357277,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 50 + $signature: 52 }; A.selectedIdReducer_closure262.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 55 + $signature: 51 }; A.selectedIdReducer_closure263.prototype = { call$2(selectedId, action) { @@ -357613,7 +357627,7 @@ t1.total = t1.total + expense.get$grossAmount(); } }, - $signature: 105 + $signature: 112 }; A.memoizedExpenseStatsForExpenseCategory_closure.prototype = { call$2(companyGatewayId, expenseMap) { @@ -357629,7 +357643,7 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 105 + $signature: 112 }; A.ExpenseCategoryState.prototype = { $get$1(_, categoryId) { @@ -358143,7 +358157,7 @@ call$1(group) { return group.get$id(group); }, - $signature: 39 + $signature: 40 }; A.handleGroupAction_closure0.prototype = { call$1(b) { @@ -358226,7 +358240,7 @@ call$1(route) { return false; }, - $signature: 44 + $signature: 45 }; A._archiveGroup_closure.prototype = { call$3(store, dynamicAction, next) { @@ -358538,7 +358552,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_group ? action.entityId : selectedId; }, - $signature: 51 + $signature: 55 }; A.selectedIdReducer_closure110.prototype = { call$2(selectedId, action) { @@ -358556,13 +358570,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 50 + $signature: 52 }; A.selectedIdReducer_closure113.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 55 + $signature: 51 }; A.selectedIdReducer_closure114.prototype = { call$2(selectedId, action) { @@ -359518,7 +359532,7 @@ call$1(invoice) { return invoice.get$id(invoice); }, - $signature: 39 + $signature: 40 }; A.handleInvoiceAction_closure0.prototype = { call$1(b) { @@ -359676,7 +359690,7 @@ call$1(route) { return false; }, - $signature: 44 + $signature: 45 }; A._viewInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -360321,7 +360335,7 @@ call$2(completer, action) { return 0; }, - $signature: 104 + $signature: 103 }; A.historyActivityIdReducer_closure3.prototype = { call$2(index, action) { @@ -360357,7 +360371,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_invoice ? action.entityId : selectedId; }, - $signature: 51 + $signature: 55 }; A.selectedIdReducer_closure338.prototype = { call$2(selectedId, action) { @@ -360387,13 +360401,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 50 + $signature: 52 }; A.selectedIdReducer_closure343.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 55 + $signature: 51 }; A.selectedIdReducer_closure344.prototype = { call$2(selectedId, action) { @@ -361000,7 +361014,7 @@ if (quote.invoiceId === this.invoice.id) this._box_0.invoiceQuote = quote; }, - $signature: 52 + $signature: 50 }; A.invoiceContactSelector_closure.prototype = { call$1(invitation) { @@ -361012,7 +361026,7 @@ call$1(contact) { return B.JSArray_methods.contains$1(this._box_0.contactIds, contact.id); }, - $signature: 140 + $signature: 139 }; A.memoizedInvoiceQuoteSelector_closure.prototype = { call$2(invoice, quoteMap) { @@ -361176,7 +361190,7 @@ call$2(clientId, invoiceMap) { return A.invoiceStatsForClient(clientId, invoiceMap); }, - $signature: 88 + $signature: 83 }; A.invoiceStatsForClient_closure.prototype = { call$2(invoiceId, invoice) { @@ -361186,13 +361200,13 @@ else if (invoice.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 52 + $signature: 50 }; A.memoizedInvoiceStatsForDesign_closure.prototype = { call$2(designId, invoiceMap) { return A.invoiceStatsForDesign(designId, invoiceMap); }, - $signature: 88 + $signature: 83 }; A.invoiceStatsForDesign_closure.prototype = { call$2(invoiceId, invoice) { @@ -361202,13 +361216,13 @@ else if (invoice.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 52 + $signature: 50 }; A.memoizedInvoiceStatsForSubscription_closure.prototype = { call$2(subscriptionId, invoiceMap) { return A.invoiceStatsForSubscription(subscriptionId, invoiceMap); }, - $signature: 88 + $signature: 83 }; A.invoiceStatsForSubscription_closure.prototype = { call$2(invoiceId, invoice) { @@ -361218,13 +361232,13 @@ else if (invoice.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 52 + $signature: 50 }; A.memoizedInvoiceStatsForProject_closure.prototype = { call$2(projectId, invoiceMap) { return A.invoiceStatsForProject(projectId, invoiceMap); }, - $signature: 88 + $signature: 83 }; A.invoiceStatsForProject_closure.prototype = { call$2(invoiceId, invoice) { @@ -361234,13 +361248,13 @@ else if (invoice.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 52 + $signature: 50 }; A.memoizedInvoiceStatsForUser_closure.prototype = { call$2(userId, invoiceMap) { return A.invoiceStatsForUser(userId, invoiceMap); }, - $signature: 88 + $signature: 83 }; A.invoiceStatsForUser_closure.prototype = { call$2(invoiceId, invoice) { @@ -361250,7 +361264,7 @@ else if (invoice.isDeleted) ++this._box_0.countArchived; }, - $signature: 52 + $signature: 50 }; A.InvoiceState.prototype = { $get$1(_, invoiceId) { @@ -361278,7 +361292,7 @@ call$1(item) { return item; }, - $signature: 118 + $signature: 119 }; A.InvoiceState_loadInvoices_closure.prototype = { call$1(b) { @@ -361820,7 +361834,7 @@ call$1(payment) { return payment.get$id(payment); }, - $signature: 39 + $signature: 40 }; A.handlePaymentAction_closure0.prototype = { call$1(duration) { @@ -361965,7 +361979,7 @@ call$1(route) { return false; }, - $signature: 44 + $signature: 45 }; A._archivePayment_closure.prototype = { call$3(store, dynamicAction, next) { @@ -362317,7 +362331,7 @@ call$2(completer, action) { return 0; }, - $signature: 104 + $signature: 103 }; A.selectedIdReducer_closure18.prototype = { call$2(completer, action) { @@ -362335,7 +362349,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_payment ? action.entityId : selectedId; }, - $signature: 51 + $signature: 55 }; A.selectedIdReducer_closure21.prototype = { call$2(selectedId, action) { @@ -362353,13 +362367,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 50 + $signature: 52 }; A.selectedIdReducer_closure24.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 55 + $signature: 51 }; A.selectedIdReducer_closure25.prototype = { call$2(selectedId, action) { @@ -363351,7 +363365,7 @@ call$1(paymentTerm) { return paymentTerm.get$id(paymentTerm); }, - $signature: 39 + $signature: 40 }; A.StartPaymentTermMultiselect.prototype = {}; A.AddToPaymentTermMultiselect.prototype = {}; @@ -363419,7 +363433,7 @@ call$1(route) { return false; }, - $signature: 44 + $signature: 45 }; A._archivePaymentTerm_closure.prototype = { call$3(store, dynamicAction, next) { @@ -363711,7 +363725,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_paymentTerm ? action.entityId : selectedId; }, - $signature: 51 + $signature: 55 }; A.selectedIdReducer_closure196.prototype = { call$2(selectedId, action) { @@ -363729,13 +363743,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 50 + $signature: 52 }; A.selectedIdReducer_closure199.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 55 + $signature: 51 }; A.selectedIdReducer_closure200.prototype = { call$2(selectedId, action) { @@ -364629,7 +364643,7 @@ call$1(product) { return product.get$id(product); }, - $signature: 39 + $signature: 40 }; A.handleProductAction_closure0.prototype = { call$1(b) { @@ -364724,7 +364738,7 @@ call$1(route) { return false; }, - $signature: 44 + $signature: 45 }; A._archiveProduct_closure.prototype = { call$3(store, dynamicAction, next) { @@ -365065,7 +365079,7 @@ call$2(completer, action) { return 0; }, - $signature: 104 + $signature: 103 }; A.editingReducer_closure139.prototype = { call$2(product, action) { @@ -365114,7 +365128,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_product ? action.entityId : selectedId; }, - $signature: 51 + $signature: 55 }; A.selectedIdReducer_closure374.prototype = { call$2(selectedId, action) { @@ -365132,13 +365146,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 50 + $signature: 52 }; A.selectedIdReducer_closure377.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 55 + $signature: 51 }; A.selectedIdReducer_closure378.prototype = { call$2(selectedId, action) { @@ -366101,7 +366115,7 @@ call$1(project) { return project.get$id(project); }, - $signature: 39 + $signature: 40 }; A.handleProjectAction_closure0.prototype = { call$1(b) { @@ -366220,7 +366234,7 @@ call$1(route) { return false; }, - $signature: 44 + $signature: 45 }; A._archiveProject_closure.prototype = { call$3(store, dynamicAction, next) { @@ -366553,7 +366567,7 @@ call$2(completer, action) { return 0; }, - $signature: 104 + $signature: 103 }; A.saveCompleterReducer_closure.prototype = { call$2(completer, action) { @@ -366583,7 +366597,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_project ? action.entityId : selectedId; }, - $signature: 51 + $signature: 55 }; A.selectedIdReducer_closure37.prototype = { call$2(selectedId, action) { @@ -366601,13 +366615,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 50 + $signature: 52 }; A.selectedIdReducer_closure40.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 55 + $signature: 51 }; A.selectedIdReducer_closure41.prototype = { call$2(selectedId, action) { @@ -366969,14 +366983,14 @@ if (t1) this.tasks.push(task); }, - $signature: 138 + $signature: 137 }; A.convertProjectToInvoiceItem_closure0.prototype = { call$2(index, expense) { if (!expense.get$isArchived() && !expense.isDeleted && expense.projectId === this.project.id && expense.get$isPending()) this.expenses.push(expense); }, - $signature: 105 + $signature: 112 }; A.convertProjectToInvoiceItem_closure1.prototype = { call$2(taskA, taskB) { @@ -367134,7 +367148,7 @@ t1.total = t1.total + B.JSInt_methods._tdivFast$1(task.calculateDuration$0()._duration, 1000000); } }, - $signature: 138 + $signature: 137 }; A.memoizedProjectStatsForClient_closure.prototype = { call$2(clientId, projectMap) { @@ -367739,7 +367753,7 @@ call$1(purchaseOrder) { return purchaseOrder.get$id(purchaseOrder); }, - $signature: 39 + $signature: 40 }; A.handlePurchaseOrderAction_closure0.prototype = { call$1(purchaseOrder) { @@ -367871,7 +367885,7 @@ call$1(route) { return false; }, - $signature: 44 + $signature: 45 }; A._editPurchaseOrder_closure.prototype = { call$3(store, dynamicAction, next) { @@ -368496,7 +368510,7 @@ call$2(completer, action) { return 0; }, - $signature: 104 + $signature: 103 }; A.historyActivityIdReducer_closure2.prototype = { call$2(index, action) { @@ -368533,7 +368547,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_purchaseOrder ? action.entityId : selectedId; }, - $signature: 51 + $signature: 55 }; A.selectedIdReducer_closure319.prototype = { call$2(selectedId, action) { @@ -368563,13 +368577,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 50 + $signature: 52 }; A.selectedIdReducer_closure324.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 55 + $signature: 51 }; A.selectedIdReducer_closure325.prototype = { call$2(selectedId, action) { @@ -369005,7 +369019,7 @@ call$1(item) { return item; }, - $signature: 118 + $signature: 119 }; A._markSentPurchaseOrderSuccess_closure.prototype = { call$1(b) { @@ -369024,7 +369038,7 @@ call$1(item) { return item; }, - $signature: 118 + $signature: 119 }; A._acceptPurchaseOrderSuccess_closure.prototype = { call$1(b) { @@ -369043,7 +369057,7 @@ call$1(item) { return item; }, - $signature: 118 + $signature: 119 }; A._cancelPurchaseOrderSuccess_closure.prototype = { call$1(b) { @@ -369137,7 +369151,7 @@ call$1(item) { return item; }, - $signature: 118 + $signature: 119 }; A._approvePurchaseOrderSuccess_closure.prototype = { call$1(b) { @@ -369276,6 +369290,22 @@ }, $signature: 19 }; + A.memoizedPurchaseOrderStatsForVendor_closure.prototype = { + call$2(vendorId, purchaseOrderMap) { + return A.purchaseOrderStatsForVendor(vendorId, purchaseOrderMap); + }, + $signature: 83 + }; + A.purchaseOrderStatsForVendor_closure.prototype = { + call$2(purchaseOrderId, purchaseOrder) { + if (purchaseOrder.vendorId === this.vendorId) + if (!purchaseOrder.get$isArchived() && !purchaseOrder.isDeleted) + ++this._box_0.countActive; + else if (purchaseOrder.get$isArchived()) + ++this._box_0.countArchived; + }, + $signature: 50 + }; A.PurchaseOrderState.prototype = { $get$1(_, purchaseOrderId) { var _null = null, @@ -369302,7 +369332,7 @@ call$1(item) { return item; }, - $signature: 118 + $signature: 119 }; A.PurchaseOrderState_loadPurchaseOrders_closure.prototype = { call$1(b) { @@ -369878,7 +369908,7 @@ call$1(quote) { return quote.get$id(quote); }, - $signature: 39 + $signature: 40 }; A.handleQuoteAction_closure0.prototype = { call$1(quote) { @@ -370018,7 +370048,7 @@ call$1(route) { return false; }, - $signature: 44 + $signature: 45 }; A._editQuote_closure.prototype = { call$3(store, dynamicAction, next) { @@ -370620,7 +370650,7 @@ call$2(completer, action) { return 0; }, - $signature: 104 + $signature: 103 }; A.historyActivityIdReducer_closure.prototype = { call$2(index, action) { @@ -370656,7 +370686,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_quote ? action.entityId : selectedId; }, - $signature: 51 + $signature: 55 }; A.selectedIdReducer_closure2.prototype = { call$2(selectedId, action) { @@ -370686,13 +370716,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 50 + $signature: 52 }; A.selectedIdReducer_closure7.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 55 + $signature: 51 }; A.selectedIdReducer_closure8.prototype = { call$2(selectedId, action) { @@ -371128,7 +371158,7 @@ call$1(item) { return item; }, - $signature: 118 + $signature: 119 }; A._markSentQuoteSuccess_closure.prototype = { call$1(b) { @@ -371222,7 +371252,7 @@ call$1(item) { return item; }, - $signature: 118 + $signature: 119 }; A._convertQuoteSuccess_closure.prototype = { call$1(b) { @@ -371278,7 +371308,7 @@ call$1(contact) { return B.JSArray_methods.contains$1(this._box_0.contactIds, contact.id); }, - $signature: 140 + $signature: 139 }; A.memoizedFilteredQuoteList_closure.prototype = { call$7(selectionState, quoteMap, quoteList, clientMap, vendorMap, quoteListState, userMap) { @@ -371361,7 +371391,7 @@ call$2(clientId, quoteMap) { return A.quoteStatsForClient(clientId, quoteMap); }, - $signature: 88 + $signature: 83 }; A.quoteStatsForClient_closure.prototype = { call$2(quoteId, quote) { @@ -371371,13 +371401,13 @@ else if (quote.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 52 + $signature: 50 }; A.memoizedQuoteStatsForDesign_closure.prototype = { call$2(designId, quoteMap) { return A.quoteStatsForDesign(designId, quoteMap); }, - $signature: 88 + $signature: 83 }; A.quoteStatsForDesign_closure.prototype = { call$2(quoteId, quote) { @@ -371387,13 +371417,13 @@ else if (quote.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 52 + $signature: 50 }; A.memoizedQuoteStatsForUser_closure.prototype = { call$2(userId, quoteMap) { return A.quoteStatsForUser(userId, quoteMap); }, - $signature: 88 + $signature: 83 }; A.quoteStatsForUser_closure.prototype = { call$2(quoteId, quote) { @@ -371403,7 +371433,7 @@ else if (quote.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 52 + $signature: 50 }; A.QuoteState.prototype = { $get$1(_, quoteId) { @@ -371431,7 +371461,7 @@ call$1(item) { return item; }, - $signature: 118 + $signature: 119 }; A.QuoteState_loadQuotes_closure.prototype = { call$1(b) { @@ -371976,7 +372006,7 @@ call$1(recurringExpense) { return recurringExpense.get$id(recurringExpense); }, - $signature: 39 + $signature: 40 }; A.handleRecurringExpenseAction_closure0.prototype = { call$1(b) { @@ -372050,7 +372080,7 @@ call$1(route) { return false; }, - $signature: 44 + $signature: 45 }; A._archiveRecurringExpense_closure.prototype = { call$3(store, dynamicAction, next) { @@ -372186,7 +372216,7 @@ t2.get$_dispatchers()[0].call$1(new A.SaveRecurringExpenseSuccess(recurringExpense)); t1.completer.complete$1(0, recurringExpense); }, - $signature: 146 + $signature: 142 }; A._saveRecurringExpense__closure0.prototype = { call$1(error) { @@ -372217,7 +372247,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 146 + $signature: 142 }; A._loadRecurringExpense__closure0.prototype = { call$1(error) { @@ -372338,7 +372368,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveRecurringExpenseSuccess(expense)); this.action.completer.complete$1(0, null); }, - $signature: 146 + $signature: 142 }; A._saveDocument__closure6.prototype = { call$1(error) { @@ -372428,7 +372458,7 @@ call$2(completer, action) { return 0; }, - $signature: 104 + $signature: 103 }; A.selectedIdReducer_closure301.prototype = { call$2(completer, action) { @@ -372446,7 +372476,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_recurringExpense ? action.entityId : selectedId; }, - $signature: 51 + $signature: 55 }; A.selectedIdReducer_closure304.prototype = { call$2(selectedId, action) { @@ -372464,13 +372494,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 50 + $signature: 52 }; A.selectedIdReducer_closure307.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 55 + $signature: 51 }; A.selectedIdReducer_closure308.prototype = { call$2(selectedId, action) { @@ -372955,7 +372985,7 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 105 + $signature: 112 }; A.memoizedRecurringExpenseStatsForVendor_closure.prototype = { call$2(vendorId, expenseMap) { @@ -372971,7 +373001,7 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 105 + $signature: 112 }; A.memoizedRecurringExpenseStatsForUser_closure.prototype = { call$2(userId, expenseMap) { @@ -372987,7 +373017,7 @@ else if (expense.isDeleted) ++this._box_0.countArchived; }, - $signature: 105 + $signature: 112 }; A.memoizedRecurringExpenseStatsForExpense_closure.prototype = { call$2(expenseId, expenseMap) { @@ -373003,7 +373033,7 @@ else if (expense.isDeleted) ++this._box_0.countArchived; }, - $signature: 105 + $signature: 112 }; A.RecurringExpenseState.prototype = { $get$1(_, recurringExpenseId) { @@ -373574,7 +373604,7 @@ call$1(recurringInvoice) { return recurringInvoice.get$id(recurringInvoice); }, - $signature: 39 + $signature: 40 }; A.handleRecurringInvoiceAction_closure0.prototype = { call$1(b) { @@ -373670,7 +373700,7 @@ call$1(route) { return false; }, - $signature: 44 + $signature: 45 }; A._showPdfRecurringInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -374097,7 +374127,7 @@ call$2(completer, action) { return 0; }, - $signature: 104 + $signature: 103 }; A.historyActivityIdReducer_closure1.prototype = { call$2(index, action) { @@ -374134,7 +374164,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_recurringInvoice ? action.entityId : selectedId; }, - $signature: 51 + $signature: 55 }; A.selectedIdReducer_closure240.prototype = { call$2(selectedId, action) { @@ -374165,13 +374195,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 50 + $signature: 52 }; A.selectedIdReducer_closure245.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 55 + $signature: 51 }; A.selectedIdReducer_closure246.prototype = { call$2(selectedId, action) { @@ -374820,7 +374850,7 @@ call$2(clientId, invoiceMap) { return A.recurringInvoiceStatsForClient(clientId, invoiceMap); }, - $signature: 88 + $signature: 83 }; A.recurringInvoiceStatsForClient_closure.prototype = { call$2(invoiceId, invoice) { @@ -374830,13 +374860,13 @@ else if (invoice.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 52 + $signature: 50 }; A.memoizedRecurringInvoiceStatsForUser_closure.prototype = { call$2(userId, invoiceMap) { return A.recurringInvoiceStatsForUser(userId, invoiceMap); }, - $signature: 88 + $signature: 83 }; A.recurringInvoiceStatsForUser_closure.prototype = { call$2(invoiceId, invoice) { @@ -374846,13 +374876,13 @@ else if (invoice.isDeleted) ++this._box_0.countArchived; }, - $signature: 52 + $signature: 50 }; A.memoizedRecurringInvoiceStatsForInvoice_closure.prototype = { call$2(invoiceId, invoiceMap) { return A.recurringInvoiceStatsForInvoice(invoiceId, invoiceMap); }, - $signature: 88 + $signature: 83 }; A.recurringInvoiceStatsForInvoice_closure.prototype = { call$2(invoiceId, invoice) { @@ -374862,13 +374892,13 @@ else if (invoice.isDeleted) ++this._box_0.countArchived; }, - $signature: 52 + $signature: 50 }; A.memoizedRecurringInvoiceStatsForDesign_closure.prototype = { call$2(designId, recurringInvoiceMap) { return A.recurringInvoiceStatsForDesign(designId, recurringInvoiceMap); }, - $signature: 88 + $signature: 83 }; A.recurringInvoiceStatsForDesign_closure.prototype = { call$2(invoiceId, invoice) { @@ -374878,13 +374908,13 @@ else if (invoice.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 52 + $signature: 50 }; A.memoizedRecurringInvoiceStatsForSubscription_closure.prototype = { call$2(subscriptionId, invoiceMap) { return A.recurringInvoiceStatsForSubscription(subscriptionId, invoiceMap); }, - $signature: 88 + $signature: 83 }; A.recurringInvoiceStatsForSubscription_closure.prototype = { call$2(invoiceId, invoice) { @@ -374894,7 +374924,7 @@ else if (invoice.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 52 + $signature: 50 }; A.RecurringInvoiceState.prototype = { $get$1(_, invoiceId) { @@ -374922,7 +374952,7 @@ call$1(item) { return item; }, - $signature: 118 + $signature: 119 }; A.RecurringInvoiceState_loadRecurringInvoices_closure.prototype = { call$1(b) { @@ -375377,7 +375407,7 @@ call$1(route) { return false; }, - $signature: 44 + $signature: 45 }; A.reportsUIReducer_closure.prototype = { call$1(b) { @@ -375742,7 +375772,7 @@ call$1(route) { return false; }, - $signature: 44 + $signature: 45 }; A._saveCompany_closure.prototype = { call$3(store, dynamicAction, next) { @@ -376090,7 +376120,7 @@ b.get$_company_state$_$this()._entityType = t1; return b; }, - $signature: 87 + $signature: 88 }; A.settingsUIReducer_closure0.prototype = { call$2(state, action) { @@ -376107,7 +376137,7 @@ b.get$_company_state$_$this()._isChanged = true; return b; }, - $signature: 87 + $signature: 88 }; A.settingsUIReducer_closure1.prototype = { call$2(state, action) { @@ -376131,7 +376161,7 @@ b.get$_company_state$_$this()._isChanged = true; return b; }, - $signature: 87 + $signature: 88 }; A.settingsUIReducer__closure11.prototype = { call$1(b) { @@ -376142,7 +376172,7 @@ b.get$_company_state$_$this()._isChanged = true; return b; }, - $signature: 87 + $signature: 88 }; A.settingsUIReducer__closure12.prototype = { call$1(b) { @@ -376153,7 +376183,7 @@ b.get$_company_state$_$this()._isChanged = true; return b; }, - $signature: 87 + $signature: 88 }; A.settingsUIReducer_closure2.prototype = { call$2(state, action) { @@ -376170,7 +376200,7 @@ b.get$_company_state$_$this()._isChanged = true; return b; }, - $signature: 87 + $signature: 88 }; A.settingsUIReducer_closure3.prototype = { call$2(state, action) { @@ -376203,7 +376233,7 @@ b.get$_company_state$_$this()._updatedAt = t2; return b; }, - $signature: 87 + $signature: 88 }; A.settingsUIReducer_closure4.prototype = { call$2(state, action) { @@ -376225,7 +376255,7 @@ b.get$_company_state$_$this()._isChanged = false; return b; }, - $signature: 87 + $signature: 88 }; A.settingsUIReducer_closure5.prototype = { call$2(state, action) { @@ -376247,7 +376277,7 @@ b.get$_company_state$_$this()._isChanged = false; return b; }, - $signature: 87 + $signature: 88 }; A.settingsUIReducer_closure6.prototype = { call$2(state, action) { @@ -376269,7 +376299,7 @@ b.get$_company_state$_$this()._isChanged = false; return b; }, - $signature: 87 + $signature: 88 }; A.settingsUIReducer_closure7.prototype = { call$2(state, action) { @@ -376289,7 +376319,7 @@ b.get$_company_state$_$this()._isChanged = false; return b; }, - $signature: 87 + $signature: 88 }; A.settingsUIReducer_closure8.prototype = { call$2(state, action) { @@ -376305,7 +376335,7 @@ b.get$_company_state$_$this()._company_state$_filterClearedAt = t1; return b; }, - $signature: 87 + $signature: 88 }; A.settingsUIReducer_closure9.prototype = { call$2(state, action) { @@ -376327,7 +376357,7 @@ b.get$_company_state$_$this()._tabIndex = 0; return b; }, - $signature: 87 + $signature: 88 }; A.settingsUIReducer_closure10.prototype = { call$2(state, action) { @@ -376341,7 +376371,7 @@ b.get$_company_state$_$this()._tabIndex = t1; return b; }, - $signature: 87 + $signature: 88 }; A.settingsUIReducer_closure11.prototype = { call$2(state, action) { @@ -376355,7 +376385,7 @@ b.get$_company_state$_$this()._selectedTemplate = t1; return b; }, - $signature: 87 + $signature: 88 }; A.settingsUIReducer_closure12.prototype = { call$2(state, action) { @@ -376369,7 +376399,7 @@ b.get$_company_state$_$this()._updatedAt = t1; return b; }, - $signature: 87 + $signature: 88 }; A.staticLoadedReducer_closure.prototype = { call$1(b) { @@ -377135,7 +377165,7 @@ call$1(subscription) { return subscription.get$id(subscription); }, - $signature: 39 + $signature: 40 }; A._editSubscription_closure.prototype = { call$3(store, dynamicAction, next) { @@ -377195,7 +377225,7 @@ call$1(route) { return false; }, - $signature: 44 + $signature: 45 }; A._archiveSubscription_closure.prototype = { call$3(store, dynamicAction, next) { @@ -377483,7 +377513,7 @@ call$2(completer, action) { return 0; }, - $signature: 104 + $signature: 103 }; A.selectedIdReducer_closure286.prototype = { call$2(completer, action) { @@ -377501,7 +377531,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_subscription ? action.entityId : selectedId; }, - $signature: 51 + $signature: 55 }; A.selectedIdReducer_closure289.prototype = { call$2(selectedId, action) { @@ -377519,13 +377549,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 50 + $signature: 52 }; A.selectedIdReducer_closure292.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 55 + $signature: 51 }; A.selectedIdReducer_closure293.prototype = { call$2(selectedId, action) { @@ -378383,7 +378413,7 @@ call$1(task) { return task.get$id(task); }, - $signature: 39 + $signature: 40 }; A.handleTaskAction_closure0.prototype = { call$1(task) { @@ -378534,7 +378564,7 @@ call$1(route) { return false; }, - $signature: 44 + $signature: 45 }; A._archiveTask_closure.prototype = { call$3(store, dynamicAction, next) { @@ -378968,7 +378998,7 @@ call$2(completer, action) { return 0; }, - $signature: 104 + $signature: 103 }; A.kanbanLastUpdatedReducer_closure.prototype = { call$2(completer, action) { @@ -379005,7 +379035,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_task ? action.entityId : selectedId; }, - $signature: 51 + $signature: 55 }; A.selectedIdReducer_closure52.prototype = { call$2(selectedId, action) { @@ -379023,13 +379053,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 50 + $signature: 52 }; A.selectedIdReducer_closure55.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 55 + $signature: 51 }; A.selectedIdReducer_closure56.prototype = { call$2(selectedId, action) { @@ -379680,7 +379710,7 @@ else if (task.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 138 + $signature: 137 }; A.memoizedTaskStatsForProject_closure.prototype = { call$2(projectId, taskMap) { @@ -379696,7 +379726,7 @@ else if (task.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 138 + $signature: 137 }; A.memoizedTaskStatsForUser_closure.prototype = { call$2(userId, taskMap) { @@ -380251,7 +380281,7 @@ call$1(taskStatus) { return taskStatus.get$id(taskStatus); }, - $signature: 39 + $signature: 40 }; A.handleTaskStatusAction_closure0.prototype = { call$1(b) { @@ -380319,7 +380349,7 @@ call$1(route) { return false; }, - $signature: 44 + $signature: 45 }; A._archiveTaskStatus_closure.prototype = { call$3(store, dynamicAction, next) { @@ -380611,7 +380641,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_taskStatus ? action.entityId : selectedId; }, - $signature: 51 + $signature: 55 }; A.selectedIdReducer_closure274.prototype = { call$2(selectedId, action) { @@ -380629,13 +380659,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 50 + $signature: 52 }; A.selectedIdReducer_closure277.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 55 + $signature: 51 }; A.selectedIdReducer_closure278.prototype = { call$2(selectedId, action) { @@ -381083,7 +381113,7 @@ t1.total = t1.total + B.JSInt_methods._tdivFast$1(task.calculateDuration$0()._duration, 1000000); } }, - $signature: 138 + $signature: 137 }; A.memoizedTaskStatsForTaskStatus_closure.prototype = { call$2(companyGatewayId, taskMap) { @@ -381099,7 +381129,7 @@ else if (task.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 138 + $signature: 137 }; A.defaultTaskStatusId_closure.prototype = { call$1(statusId) { @@ -381633,7 +381663,7 @@ call$1(taxRate) { return taxRate.get$id(taxRate); }, - $signature: 39 + $signature: 40 }; A.StartTaxRateMultiselect.prototype = {}; A.AddToTaxRateMultiselect.prototype = {}; @@ -381701,7 +381731,7 @@ call$1(route) { return false; }, - $signature: 44 + $signature: 45 }; A._archiveTaxRate_closure.prototype = { call$3(store, dynamicAction, next) { @@ -381837,7 +381867,7 @@ t2.get$_dispatchers()[0].call$1(new A.SaveTaxRateSuccess(taxRate)); t1.completer.complete$1(0, taxRate); }, - $signature: 131 + $signature: 134 }; A._saveTaxRate__closure0.prototype = { call$1(error) { @@ -381865,7 +381895,7 @@ this.store.get$_dispatchers()[0].call$1(new A.LoadTaxRateSuccess(taxRate)); this.action.completer.complete$1(0, null); }, - $signature: 131 + $signature: 134 }; A._loadTaxRate__closure0.prototype = { call$1(error) { @@ -381969,7 +381999,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_taxRate ? action.entityId : selectedId; }, - $signature: 51 + $signature: 55 }; A.selectedIdReducer_closure137.prototype = { call$2(selectedId, action) { @@ -381987,13 +382017,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 50 + $signature: 52 }; A.selectedIdReducer_closure140.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 55 + $signature: 51 }; A.selectedIdReducer_closure141.prototype = { call$2(selectedId, action) { @@ -382820,7 +382850,7 @@ call$1(token) { return token.get$id(token); }, - $signature: 39 + $signature: 40 }; A.StartTokenMultiselect.prototype = {}; A.AddToTokenMultiselect.prototype = {}; @@ -382888,7 +382918,7 @@ call$1(route) { return false; }, - $signature: 44 + $signature: 45 }; A._archiveToken_closure.prototype = { call$3(store, dynamicAction, next) { @@ -383184,7 +383214,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_token ? action.entityId : selectedId; }, - $signature: 51 + $signature: 55 }; A.selectedIdReducer_closure210.prototype = { call$2(selectedId, action) { @@ -383202,13 +383232,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 50 + $signature: 52 }; A.selectedIdReducer_closure213.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 55 + $signature: 51 }; A.selectedIdReducer_closure214.prototype = { call$2(selectedId, action) { @@ -387548,7 +387578,7 @@ call$1(user) { return user.get$id(user); }, - $signature: 39 + $signature: 40 }; A.handleUserAction_closure0.prototype = { call$1(b) { @@ -387638,7 +387668,7 @@ call$2(password, idToken) { this.dispatch.call$2(password, idToken); }, - $signature: 42 + $signature: 41 }; A.handleUserAction_closure13.prototype = { call$2(password, idToken) { @@ -387658,7 +387688,7 @@ call$2(password, idToken) { this.dispatch.call$2(password, idToken); }, - $signature: 42 + $signature: 41 }; A.handleUserAction_closure15.prototype = { call$2(password, idToken) { @@ -387678,7 +387708,7 @@ call$2(password, idToken) { this.dispatch.call$2(password, idToken); }, - $signature: 42 + $signature: 41 }; A.handleUserAction_closure17.prototype = { call$2(password, idToken) { @@ -387705,7 +387735,7 @@ call$2(password, idToken) { this.dispatch.call$2(password, idToken); }, - $signature: 42 + $signature: 41 }; A.handleUserAction_closure18.prototype = { call$2(password, idToken) { @@ -387714,7 +387744,7 @@ t2 = A.snackBarCompleter(_this.context, _this.localization.get$emailSentToConfirmEmail(), false, type$.Null); _this.store.get$_dispatchers()[0].call$1(new A.ResendInviteRequest(t2, t1, password, idToken)); }, - $signature: 42 + $signature: 41 }; A.StartUserMultiselect.prototype = {}; A.AddToUserMultiselect.prototype = {}; @@ -387782,7 +387812,7 @@ call$1(route) { return false; }, - $signature: 44 + $signature: 45 }; A._archiveUser_closure.prototype = { call$3(store, dynamicAction, next) { @@ -388141,7 +388171,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_user ? action.entityId : selectedId; }, - $signature: 51 + $signature: 55 }; A.selectedIdReducer_closure147.prototype = { call$2(selectedId, action) { @@ -388159,13 +388189,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 50 + $signature: 52 }; A.selectedIdReducer_closure150.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 55 + $signature: 51 }; A.selectedIdReducer_closure151.prototype = { call$2(selectedId, action) { @@ -388496,7 +388526,7 @@ B.JSArray_methods.remove$1(b.get$list(b).get$_safeList(), t2); return b; }, - $signature: 125 + $signature: 120 }; A._addUser_closure.prototype = { call$1(b) { @@ -388509,7 +388539,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 125 + $signature: 120 }; A._updateUser_closure.prototype = { call$1(b) { @@ -388518,7 +388548,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 125 + $signature: 120 }; A._updateAuthUser_closure.prototype = { call$1(b) { @@ -388527,7 +388557,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 125 + $signature: 120 }; A._connectOAuthUser_closure.prototype = { call$1(b) { @@ -388536,7 +388566,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 125 + $signature: 120 }; A._connectGmailUser_closure.prototype = { call$1(b) { @@ -388545,7 +388575,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 125 + $signature: 120 }; A._setLoadedUser_closure.prototype = { call$1(b) { @@ -388554,14 +388584,14 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 125 + $signature: 120 }; A._setLoadedUsers_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.users, new A._setLoadedUsers__closure(), new A._setLoadedUsers__closure0(), type$.legacy_String, type$.legacy_UserEntity)); return b; }, - $signature: 125 + $signature: 120 }; A._setLoadedUsers__closure.prototype = { call$1(item) { @@ -388582,14 +388612,14 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 125 + $signature: 120 }; A._setLoadedCompany_closure5.prototype = { call$1(b) { b.get$map(b).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.userCompany.company.users, new A._setLoadedCompany__closure5(), new A._setLoadedCompany__closure6(), type$.legacy_String, type$.legacy_UserEntity)); return b; }, - $signature: 125 + $signature: 120 }; A._setLoadedCompany__closure5.prototype = { call$1(item) { @@ -388610,7 +388640,7 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 125 + $signature: 120 }; A.memoizedFilteredUserList_closure.prototype = { call$5(selectionState, userMap, userList, userListState, authUserId) { @@ -389253,7 +389283,7 @@ call$1(vendor) { return vendor.get$id(vendor); }, - $signature: 39 + $signature: 40 }; A.StartVendorMultiselect.prototype = {}; A.AddToVendorMultiselect.prototype = {}; @@ -389327,7 +389357,7 @@ call$1(route) { return false; }, - $signature: 44 + $signature: 45 }; A._archiveVendor_closure.prototype = { call$3(store, dynamicAction, next) { @@ -389663,7 +389693,7 @@ call$2(completer, action) { return 0; }, - $signature: 104 + $signature: 103 }; A.saveCompleterReducer_closure0.prototype = { call$2(completer, action) { @@ -389693,7 +389723,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_vendor ? action.entityId : selectedId; }, - $signature: 51 + $signature: 55 }; A.selectedIdReducer_closure67.prototype = { call$2(selectedId, action) { @@ -389711,13 +389741,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 50 + $signature: 52 }; A.selectedIdReducer_closure70.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 55 + $signature: 51 }; A.selectedIdReducer_closure71.prototype = { call$2(selectedId, action) { @@ -389803,7 +389833,7 @@ b.get$_vendor_model$_$this()._vendor_model$_isChanged = true; return b; }, - $signature: 102 + $signature: 100 }; A._addContact_closure.prototype = { call$1(b) { @@ -389813,7 +389843,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 102 + $signature: 100 }; A._removeContact_closure.prototype = { call$1(b) { @@ -389822,7 +389852,7 @@ B.JSArray_methods.removeAt$1(t1.get$_safeList(), t2); return b; }, - $signature: 102 + $signature: 100 }; A._updateContact_closure.prototype = { call$1(b) { @@ -389834,7 +389864,7 @@ t1.get$_safeList()[t3] = t2; return b; }, - $signature: 102 + $signature: 100 }; A._viewVendorList_closure.prototype = { call$1(b) { @@ -390774,7 +390804,7 @@ call$1(webhook) { return webhook.get$id(webhook); }, - $signature: 39 + $signature: 40 }; A.StartWebhookMultiselect.prototype = {}; A.AddToWebhookMultiselect.prototype = {}; @@ -390842,7 +390872,7 @@ call$1(route) { return false; }, - $signature: 44 + $signature: 45 }; A._archiveWebhook_closure.prototype = { call$3(store, dynamicAction, next) { @@ -391134,7 +391164,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_webhook ? action.entityId : selectedId; }, - $signature: 51 + $signature: 55 }; A.selectedIdReducer_closure225.prototype = { call$2(selectedId, action) { @@ -391152,13 +391182,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 50 + $signature: 52 }; A.selectedIdReducer_closure228.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 55 + $signature: 51 }; A.selectedIdReducer_closure229.prototype = { call$2(selectedId, action) { @@ -391984,7 +392014,7 @@ } } }, - $signature: 42 + $signature: 41 }; A.FieldGrid_build_closure0.prototype = { call$2(context, constraints) { @@ -392628,7 +392658,7 @@ completer = A.snackBarCompleter(t4, A.Localizations_of(t4, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.Null); t1.get$_dispatchers()[0].call$1(new A.SaveUserSettingsRequest(completer, user)); }, - $signature: 101 + $signature: 96 }; A._AppBottomBarState_build___onColumnsPressed__closure.prototype = { call$1(b) { @@ -392645,7 +392675,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 106 + $signature: 105 }; A._AppBottomBarState_build___onColumnsPressed__closure1.prototype = { call$1(b) { @@ -392766,7 +392796,7 @@ t1 = " "; return A.Column$(A._setArrayType([t2, new A.SizedBox(_null, 8, _null, _null), A.FittedBox$(A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 30, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null))], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); }, - $signature: 120 + $signature: 126 }; A.AppHeader_build__value2.prototype = { call$0() { @@ -392779,7 +392809,7 @@ t1 = " "; return A.Column$(A._setArrayType([t2, new A.SizedBox(_null, 8, _null, _null), A.FittedBox$(A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 30, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null))], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); }, - $signature: 120 + $signature: 126 }; A.AppTitleBar.prototype = { build$1(_, context) { @@ -393025,7 +393055,7 @@ t2 = this.localization; A.fieldCallback(new A.ConfirmEmail_build___closure(this.$this, t1, password, idToken), t1, t2.get$email(), null, null, t2.get$changeEmail()); }, - $signature: 42 + $signature: 41 }; A.ConfirmEmail_build___closure.prototype = { call$1(value) { @@ -393682,7 +393712,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.options.$index(0, option), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, option, type$.legacy_String); }, - $signature: 43 + $signature: 42 }; A.MultiSelectListState_build_closure3.prototype = { call$1(value) { @@ -393752,7 +393782,7 @@ if (t1.liveChanges) t1.onSelected$1(t2.selected); }, - $signature: 142 + $signature: 141 }; A.MultiSelectListState_build__closure1.prototype = { call$0() { @@ -393995,7 +394025,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 35 + $signature: 36 }; A.DocumentGrid_build_closure0.prototype = { call$0() { @@ -394022,7 +394052,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 35 + $signature: 36 }; A.DocumentGrid_build_closure1.prototype = { call$2(context, constraints) { @@ -394111,7 +394141,7 @@ var t1 = this.$this; t1.onDeleteDocument.call$3(t1.document, password, idToken); }, - $signature: 42 + $signature: 41 }; A.DocumentTile_build_closure.prototype = { call$1(context) { @@ -394366,7 +394396,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 35 + $signature: 36 }; A.EditScaffold_build_closure2.prototype = { call$1(action) { @@ -395440,7 +395470,7 @@ t2 = t2._widget.onAddPressed != null ? A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57424_MaterialIcons_null_false, _null, _null), _null, new A._EntityDropdownDialogState_build__headerRow_closure1(t2, t5), B.EdgeInsets_8_8_8_8, _null, t3.get$createNew(), _null) : A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); return A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_10_0_10_0, t1, _null), t4, t6, t2], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 120 + $signature: 126 }; A._EntityDropdownDialogState_build__headerRow_closure.prototype = { call$1(value) { @@ -395488,7 +395518,7 @@ matches = A.List_List$of(t2, true, t2.$ti._eval$1("Iterable.E")); return new A.ScrollableListViewBuilder(new A._EntityDropdownDialogState_build__createList_closure0(t1, matches, this._selectEntity), _null, matches.length, _null, _null, _null); }, - $signature: 120 + $signature: 126 }; A._EntityDropdownDialogState_build__createList_closure.prototype = { call$1(entityId) { @@ -395613,7 +395643,7 @@ t1 = (t2 == null ? "" : t2).length === 0 ? " " : t2; return new A.CopyToClipboard(A.Column$(A._setArrayType([t3, new A.SizedBox(_null, 8, _null, _null), A.FittedBox$(A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 30, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null))], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), t2, false, _null, _null, _null); }, - $signature: 120 + $signature: 126 }; A.EntityHeader_build__value2.prototype = { call$0() { @@ -395625,7 +395655,7 @@ t1 = (t2 == null ? "" : t2).length === 0 ? " " : t2; return new A.CopyToClipboard(A.Column$(A._setArrayType([t3, new A.SizedBox(_null, 8, _null, _null), A.FittedBox$(A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 30, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null))], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), t2, false, _null, _null, _null); }, - $signature: 120 + $signature: 126 }; A.EntityStateLabel.prototype = { build$1(_, context) { @@ -396488,14 +396518,14 @@ if (t1.onChanged != null) t1.onChanged$1(date); }, - $signature: 56 + $signature: 57 }; A._CustomFieldState_build_closure1.prototype = { call$1(option) { var _null = null; return A.DropdownMenuItem$(A.Text$(option, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, option, type$.legacy_String); }, - $signature: 43 + $signature: 42 }; A._CustomFieldState_build_closure2.prototype = { call$1(value) { @@ -396987,7 +397017,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.designState.map._map$_map.$index(0, value).name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_String); }, - $signature: 43 + $signature: 42 }; A.DiscountField.prototype = { build$1(_, context) { @@ -397166,7 +397196,7 @@ } return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, entityId, type$.legacy_String); }, - $signature: 43 + $signature: 42 }; A.DynamicSelector_build_closure1.prototype = { call$1(entity) { @@ -397843,7 +397873,7 @@ b.get$_vendor_model$_$this()._vendor_model$_name = this.name; return b; }, - $signature: 102 + $signature: 100 }; A.TokenMeta.prototype = { build$1(_, context) { @@ -398397,7 +398427,7 @@ } return t1; }, - $signature: 39 + $signature: 40 }; A._InvoiceEmailViewState__buildTemplateDropdown_closure2.prototype = { call$1(template) { @@ -401774,7 +401804,7 @@ t1 = t1.childBuilder$1(t1.selectedValues); return t1; }, - $signature: 120 + $signature: 126 }; A._DropDownMultiSelectState_build__closure1.prototype = { call$1(x) { @@ -403028,7 +403058,7 @@ var _null = null; return index === 0 || index === J.get$length$asx(this.entityList) ? new A.SizedBox(_null, _null, _null, _null) : new A.ListDivider(_null); }, - $signature: 139 + $signature: 138 }; A._EntityListState_build__closure1.prototype = { call$2(context, index) { @@ -403041,7 +403071,7 @@ return t1.itemBuilder$2(context, index - 1); } }, - $signature: 139 + $signature: 138 }; A._EntityListState_build__closure3.prototype = { call$1(_) { @@ -403249,7 +403279,7 @@ call$1(_) { return this.$this._widget.onClearMultiselect$0(); }, - $signature: 53 + $signature: 54 }; A.VariablesHelp.prototype = { createState$0() { @@ -404502,7 +404532,7 @@ t2.future.then$1$1(0, new A.LoginVM_fromStore___closure2(_this._handleLogin, t3), type$.void); } }, - $signature: 42 + $signature: 41 }; A.LoginVM_fromStore___closure2.prototype = { call$1(_) { @@ -404585,7 +404615,7 @@ t2.future.then$1$1(0, new A.LoginVM_fromStore___closure1(_this._handleLogin, t3), type$.void); } }, - $signature: 42 + $signature: 41 }; A.LoginVM_fromStore___closure1.prototype = { call$1(_) { @@ -404637,7 +404667,7 @@ _this.store.get$_dispatchers()[0].call$1(new A.OAuthLoginRequest(t1, idToken, accessToken, t2, t3, t5, "microsoft")); t1.future.then$1$1(0, new A.LoginVM_fromStore___closure0(_this._handleLogin, t4), type$.void); }, - $signature: 42 + $signature: 41 }; A.LoginVM_fromStore___closure0.prototype = { call$1(_) { @@ -404688,7 +404718,7 @@ _this.store.get$_dispatchers()[0].call$1(new A.OAuthSignUpRequest(t1, idToken, _this.url, accessToken, "microsoft")); t1.future.then$1$1(0, new A.LoginVM_fromStore___closure(_this._handleLogin, _this.context), type$.void); }, - $signature: 42 + $signature: 41 }; A.LoginVM_fromStore___closure.prototype = { call$1(_) { @@ -405309,7 +405339,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_String); }, - $signature: 43 + $signature: 42 }; A._ClientPdfViewState_build_closure5.prototype = { call$0() { @@ -405333,7 +405363,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 35 + $signature: 36 }; A._ClientPdfViewState_build_closure6.prototype = { call$0() { @@ -405346,7 +405376,7 @@ var t1 = this.$this; t1.setState$1(new A._ClientPdfViewState_build__closure0(t1, value)); }, - $signature: 56 + $signature: 57 }; A._ClientPdfViewState_build__closure0.prototype = { call$0() { @@ -405359,7 +405389,7 @@ var t1 = this.$this; t1.setState$1(new A._ClientPdfViewState_build__closure(t1, value)); }, - $signature: 56 + $signature: 57 }; A._ClientPdfViewState_build__closure.prototype = { call$0() { @@ -405681,7 +405711,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 53 + $signature: 54 }; A._ClientEditState_build_closure0.prototype = { call$1(context) { @@ -405933,7 +405963,7 @@ call$1(c) { return c.id === this.contact.id; }, - $signature: 140 + $signature: 139 }; A._ClientEditContactsState_build_closure.prototype = { call$1(contact) { @@ -406605,7 +406635,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.state.staticState.sizeMap._map$_map.$index(0, sizeId).name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, sizeId, type$.legacy_String); }, - $signature: 43 + $signature: 42 }; A.ClientEditNotesState_build_closure0.prototype = { call$1(sizeId) { @@ -406791,7 +406821,7 @@ t1 = paymentTerm.numDays; return A.DropdownMenuItem$(A.Text$(t1 === 0 ? this.localization.get$dueOnReceipt() : paymentTerm.name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, B.JSInt_methods.toString$0(t1), type$.legacy_String); }, - $signature: 43 + $signature: 42 }; A.ClientEditSettingsState_build_closure2.prototype = { call$1(numDays) { @@ -406818,7 +406848,7 @@ t1 = paymentTerm.numDays; return A.DropdownMenuItem$(A.Text$(t1 === 0 ? this.localization.get$dueOnReceipt() : paymentTerm.name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, B.JSInt_methods.toString$0(t1), type$.legacy_String); }, - $signature: 43 + $signature: 42 }; A.ClientEditSettingsState_build_closure4.prototype = { call$1(numDays) { @@ -407122,7 +407152,7 @@ t1.get$_dispatchers()[0].call$1(new A.SaveClientRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_ClientEntity), client)); return t2.then$1$1(0, new A.ClientEditVM_ClientEditVM$fromStore___closure0(client, t4, this.state, t1, $navigator), type$.Null).catchError$1(new A.ClientEditVM_ClientEditVM$fromStore___closure1()); }, - $signature: 35 + $signature: 36 }; A.ClientEditVM_ClientEditVM$fromStore___closure.prototype = { call$1(context) { @@ -407908,7 +407938,7 @@ t3 = A.Row$(A._setArrayType([new A.Flexible(1, B.FlexFit_1, t4, _null), new A.Padding(B.EdgeInsets_0_4_0_0, A.DecoratedBox$(new A.Padding(B.EdgeInsets_4_4_4_4, A.Text$(B.JSString_methods.$add(t8, A.formatNumber(t5, context, t2, _null, B.FormatNumberType_0, true, _null, false)), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), B.TextAlign_5, _null, _null), _null), new A.BoxDecoration(t6, _null, _null, t7, _null, _null, B.BoxShape_0), B.DecorationPosition_0), _null)], t3), B.CrossAxisAlignment_2, B.MainAxisAlignment_3, B.MainAxisSize_1, _null); return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, A.Icon$(A.getEntityIcon(ledger.get$entityType()), _null, _null), new A._ClientViewLedgerState_build__closure(entity), new A._ClientViewLedgerState_build__closure0(entity), false, _null, _null, t3, _null, t1, _null, _null); }, - $signature: 139 + $signature: 138 }; A._ClientViewLedgerState_build__closure0.prototype = { call$0() { @@ -408196,7 +408226,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveClientDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.client)); t1.then$1$1(0, new A.ClientViewVM_ClientViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.ClientViewVM_ClientViewVM$fromStore__closure1(context)); }, - $signature: 93 + $signature: 94 }; A.ClientViewVM_ClientViewVM$fromStore__closure0.prototype = { call$1(client) { @@ -408227,13 +408257,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 97 + $signature: 99 }; A.ClientViewVM_ClientViewVM$fromStore__closure.prototype = { call$1(value) { return this.store.get$_dispatchers()[0].call$1(new A.LoadClient(null, this.client.id)); }, - $signature: 99 + $signature: 98 }; A.CompanyGatewayList.prototype = { createState$0() { @@ -408281,7 +408311,7 @@ --newIndex; t1._widget.viewModel.onSortChanged.call$2(oldIndex, newIndex); }, - $signature: 142 + $signature: 141 }; A._CompanyGatewayListState_build_closure.prototype = { call$1(companyGatewayId) { @@ -408427,7 +408457,7 @@ settings = this.uiState.get$settings().rebuild$1(new A.CompanyGatewayListVM_fromStore__closure0(t1)); this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 142 + $signature: 141 }; A.CompanyGatewayListVM_fromStore__closure0.prototype = { call$1(b) { @@ -408540,7 +408570,7 @@ call$1(context) { return this.store.get$_dispatchers()[0].call$1(new A.ClearCompanyGatewayMultiselect()); }, - $signature: 53 + $signature: 54 }; A.CompanyGatewayScreen_build_closure1.prototype = { call$0() { @@ -408931,7 +408961,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_String); }, - $signature: 43 + $signature: 42 }; A._CompanyGatewayEditState_build_closure6.prototype = { call$1(value) { @@ -409080,7 +409110,7 @@ t1 = ""; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(t1), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, gatewayTypeId, type$.legacy_String); }, - $signature: 43 + $signature: 42 }; A._CompanyGatewayEditState_build_closure17.prototype = { call$1(value) { @@ -409240,7 +409270,7 @@ t1 = J.trim$0$s(value); return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t1, type$.legacy_String); }, - $signature: 43 + $signature: 42 }; A._GatewayConfigFieldState_build_closure1.prototype = { call$1(value) { @@ -409584,7 +409614,7 @@ var _this = this; return _this.viewModel.onChanged.call$1(_this.companyGateway.rebuild$1(new A._FeesEditorState_build__closure2(_this.$this, _this.settings, taxRate))); }, - $signature: 94 + $signature: 95 }; A._FeesEditorState_build__closure2.prototype = { call$1(b) { @@ -409609,7 +409639,7 @@ var _this = this; return _this.viewModel.onChanged.call$1(_this.companyGateway.rebuild$1(new A._FeesEditorState_build__closure1(_this.$this, _this.settings, taxRate))); }, - $signature: 94 + $signature: 95 }; A._FeesEditorState_build__closure1.prototype = { call$1(b) { @@ -409634,7 +409664,7 @@ var _this = this; return _this.viewModel.onChanged.call$1(_this.companyGateway.rebuild$1(new A._FeesEditorState_build__closure0(_this.$this, _this.settings, taxRate))); }, - $signature: 94 + $signature: 95 }; A._FeesEditorState_build__closure0.prototype = { call$1(b) { @@ -409755,7 +409785,7 @@ t1.get$_dispatchers()[0].call$1(new A.SaveCompanyGatewayRequest(new A._AsyncCompleter(t3, type$._AsyncCompleter_legacy_CompanyGatewayEntity), companyGateway)); return t3.then$1$1(0, new A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure(companyGateway, t2, t1, this.state, $navigator), type$.Null).catchError$1(new A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure0()); }, - $signature: 35 + $signature: 36 }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure.prototype = { call$1(savedCompanyGateway) { @@ -410158,7 +410188,7 @@ t1.get$_dispatchers()[0].call$1(new A.StartSaving()); _this.webClient.post$4$idToken$password(_this.url, _this.credentials.token, idToken, password).then$1$1(0, new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure(t1, _this.localization), type$.Null).catchError$1(new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure0(t1, _this.context)); }, - $signature: 42 + $signature: 41 }; A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure.prototype = { call$1(response) { @@ -410216,7 +410246,7 @@ t2 = _this.context; _this.webClient.post$4$idToken$password(_this.url, _this.credentials.token, idToken, password).then$1$1(0, new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure1(t1, t2, _this.localization), type$.Null).catchError$1(new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure2(t1, t2)); }, - $signature: 42 + $signature: 41 }; A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure1.prototype = { call$1(response) { @@ -410851,7 +410881,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 53 + $signature: 54 }; A._CreditEditState_build_closure2.prototype = { call$1(context) { @@ -410965,7 +410995,7 @@ call$1(credit) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateCredit(credit)); }, - $signature: 136 + $signature: 132 }; A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure0.prototype = { call$3(context, credit, client) { @@ -410989,7 +411019,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure0(t3), t4); }, - $signature: 116 + $signature: 117 }; A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure.prototype = { call$1(_) { @@ -411063,7 +411093,7 @@ call$2(oldIndex, newIndex) { this.store.get$_dispatchers()[0].call$1(new A.MoveCreditItem(oldIndex, newIndex)); }, - $signature: 142 + $signature: 141 }; A.CreditEditNotesScreen.prototype = { build$1(_, context) { @@ -411088,7 +411118,7 @@ call$1(credit) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateCredit(credit)); }, - $signature: 136 + $signature: 132 }; A.CreditEditPDFScreen.prototype = { build$1(_, context) { @@ -411184,7 +411214,7 @@ return t2.then$1$1(0, new A.CreditEditVM_CreditEditVM$fromStore___closure0(credit, t3, _this.state, t1, $navigator, t4), type$.Null).catchError$1(new A.CreditEditVM_CreditEditVM$fromStore___closure1()); } }, - $signature: 35 + $signature: 36 }; A.CreditEditVM_CreditEditVM$fromStore___closure.prototype = { call$1(context) { @@ -411325,7 +411355,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveCreditDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.credit)); t1.then$1$1(0, new A.CreditViewVM_CreditViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.CreditViewVM_CreditViewVM$fromStore__closure1(context)); }, - $signature: 93 + $signature: 94 }; A.CreditViewVM_CreditViewVM$fromStore__closure0.prototype = { call$1(client) { @@ -411356,13 +411386,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 97 + $signature: 99 }; A.CreditViewVM_CreditViewVM$fromStore__closure.prototype = { call$1(value) { return this.store.get$_dispatchers()[0].call$1(new A.LoadCredit(null, this.credit.id)); }, - $signature: 99 + $signature: 98 }; A.CreditViewVM_CreditViewVM$fromStore_closure3.prototype = { call$3(context, credit, activityId) { @@ -411673,7 +411703,7 @@ var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure4(t1, date)); }, - $signature: 56 + $signature: 57 }; A._DashboardDateRangePickerState_build__closure4.prototype = { call$0() { @@ -411686,7 +411716,7 @@ var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure3(t1, date)); }, - $signature: 56 + $signature: 57 }; A._DashboardDateRangePickerState_build__closure3.prototype = { call$0() { @@ -411719,7 +411749,7 @@ var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure1(t1, date)); }, - $signature: 56 + $signature: 57 }; A._DashboardDateRangePickerState_build__closure1.prototype = { call$0() { @@ -411732,7 +411762,7 @@ var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure0(t1, date)); }, - $signature: 56 + $signature: 57 }; A._DashboardDateRangePickerState_build__closure0.prototype = { call$0() { @@ -412030,7 +412060,7 @@ } return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, currencyId, type$.legacy_String); }, - $signature: 43 + $signature: 42 }; A.DashboardPanels__header__closure3.prototype = { call$1(currencyId) { @@ -412109,7 +412139,7 @@ call$2(index, date) { return this.onDateSelected.call$1(J.$index$asx(this.currentData, index).entityMap.$index(0, date)); }, - $signature: 84 + $signature: 85 }; A.DashboardPanels__quoteChart_closure.prototype = { call$1(b) { @@ -412123,7 +412153,7 @@ call$2(index, date) { return this.onDateSelected.call$1(J.$index$asx(this.currentData, index).entityMap.$index(0, date)); }, - $signature: 84 + $signature: 85 }; A.DashboardPanels__taskChart_closure.prototype = { call$1(b) { @@ -412137,7 +412167,7 @@ call$2(index, date) { return this.onDateSelected.call$1(J.$index$asx(this.currentData, index).entityMap.$index(0, date)); }, - $signature: 84 + $signature: 85 }; A.DashboardPanels__expenseChart_closure.prototype = { call$1(b) { @@ -412151,13 +412181,13 @@ call$2(index, date) { return this.onDateSelected.call$1(J.$index$asx(this.currentData, index).entityMap.$index(0, date)); }, - $signature: 84 + $signature: 85 }; A.DashboardPanels_build__runningTasks.prototype = { call$0() { return new A.Padding(B.EdgeInsets_12_20_0_0, A.Wrap$(B.WrapAlignment_0, J.map$1$1$ax(this.runningTasks, new A.DashboardPanels_build__runningTasks_closure(this.state, this.context), type$.legacy_Card).toList$0(0), B.WrapCrossAlignment_0, 8), null); }, - $signature: 120 + $signature: 126 }; A.DashboardPanels_build__runningTasks_closure.prototype = { call$1(task) { @@ -412243,7 +412273,7 @@ } return new A.SizedBox(_null, _null, _null, _null); }, - $signature: 139 + $signature: 138 }; A.DashboardPanels_build__closure.prototype = { call$0() { @@ -412444,7 +412474,7 @@ call$2(index, date) { return this.$this.onDateSelected.call$1(J.$index$asx(this.currentData, index).entityMap.$index(0, date)); }, - $signature: 84 + $signature: 85 }; A.DashboardScreen.prototype = { createState$0() { @@ -412677,7 +412707,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 35 + $signature: 36 }; A._DashboardScreenState_build__closure0.prototype = { call$1(b) { @@ -413046,7 +413076,7 @@ invoice = t2._map$_map.$index(0, t1); return invoice == null ? new A.SizedBox(_null, _null, _null, _null) : new A.InvoiceListItem(invoice, _null, false, _null); }, - $signature: 139 + $signature: 138 }; A.InvoiceSidebar_build_closure4.prototype = { call$2(context, index) { @@ -413114,7 +413144,7 @@ payment = t2._map$_map.$index(0, t1); return payment == null ? new A.SizedBox(_null, _null, _null, _null) : new A.PaymentListItem(payment, _null, false, _null); }, - $signature: 139 + $signature: 138 }; A.PaymentSidebar_build_closure2.prototype = { call$2(context, index) { @@ -413204,7 +413234,7 @@ quote = t2._map$_map.$index(0, t1); return quote == null ? new A.SizedBox(_null, _null, _null, _null) : new A.QuoteListItem(quote, _null, false, _null); }, - $signature: 139 + $signature: 138 }; A.QuoteSidebar_build_closure4.prototype = { call$2(context, index) { @@ -413294,7 +413324,7 @@ task = t2._map$_map.$index(0, t1); return task == null ? new A.SizedBox(_null, _null, _null, _null) : A.TaskListItem$(_null, false, true, _null, _null, false, task); }, - $signature: 139 + $signature: 138 }; A.TaskSidebar_build_closure4.prototype = { call$2(context, index) { @@ -413362,7 +413392,7 @@ expense = t2._map$_map.$index(0, t1); return expense == null ? new A.SizedBox(_null, _null, _null, _null) : A.ExpenseListItem$(expense, _null, false, true, _null, _null, false); }, - $signature: 139 + $signature: 138 }; A.ExpenseSidbar_build_closure2.prototype = { call$2(context, index) { @@ -413941,7 +413971,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 53 + $signature: 54 }; A._DesignEditState_build_closure.prototype = { call$1(context) { @@ -414812,7 +414842,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 53 + $signature: 54 }; A._ExpenseEditState_build_closure2.prototype = { call$1(context) { @@ -415078,7 +415108,7 @@ b.get$_vendor_model$_$this()._vendor_model$_name = this.name; return b; }, - $signature: 102 + $signature: 100 }; A.ExpenseEditDetailsState_build_closure3.prototype = { call$1(client) { @@ -415210,7 +415240,7 @@ call$1(taxRate) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure10(taxRate))); }, - $signature: 94 + $signature: 95 }; A.ExpenseEditDetailsState_build__closure10.prototype = { call$1(b) { @@ -415253,7 +415283,7 @@ call$1(taxRate) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure7(taxRate))); }, - $signature: 94 + $signature: 95 }; A.ExpenseEditDetailsState_build__closure7.prototype = { call$1(b) { @@ -415296,7 +415326,7 @@ call$1(taxRate) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure4(taxRate))); }, - $signature: 94 + $signature: 95 }; A.ExpenseEditDetailsState_build__closure4.prototype = { call$1(b) { @@ -415331,7 +415361,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure2(date))); }, - $signature: 56 + $signature: 57 }; A.ExpenseEditDetailsState_build__closure2.prototype = { call$1(b) { @@ -415365,7 +415395,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure0(date))); }, - $signature: 56 + $signature: 57 }; A.ExpenseEditDetailsState_build__closure0.prototype = { call$1(b) { @@ -415747,7 +415777,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditSettingsState_build__closure5(date))); }, - $signature: 56 + $signature: 57 }; A.ExpenseEditSettingsState_build__closure5.prototype = { call$1(b) { @@ -415889,7 +415919,7 @@ call$1(expense) { this.store.get$_dispatchers()[0].call$1(new A.UpdateExpense(expense)); }, - $signature: 146 + $signature: 142 }; A.ExpenseEditVM_ExpenseEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -415911,7 +415941,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.ExpenseEditVM_ExpenseEditVM$fromStore__closure2(t3), t4); }, - $signature: 116 + $signature: 117 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure1.prototype = { call$1(_) { @@ -415935,7 +415965,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.ExpenseEditVM_ExpenseEditVM$fromStore__closure0(t3), t4); }, - $signature: 116 + $signature: 117 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure.prototype = { call$1(_) { @@ -415991,7 +416021,7 @@ return t2.then$1$1(0, new A.ExpenseEditVM_ExpenseEditVM$fromStore___closure(expense, t3, _this.state, t1, $navigator, t4), type$.Null).catchError$1(new A.ExpenseEditVM_ExpenseEditVM$fromStore___closure0()); } }, - $signature: 35 + $signature: 36 }; A.ExpenseEditVM_ExpenseEditVM$fromStore___closure.prototype = { call$1(savedExpense) { @@ -416036,7 +416066,7 @@ A.viewEntity(false, savedExpense, _null, true); } }, - $signature: 146 + $signature: 142 }; A.ExpenseEditVM_ExpenseEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -416506,7 +416536,7 @@ call$2($status, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterExpensesByStatus($status)); }, - $signature: 117 + $signature: 118 }; A.ExpenseScreen_build_closure16.prototype = { call$0() { @@ -416558,7 +416588,7 @@ call$2($status, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterExpensesByStatus($status)); }, - $signature: 117 + $signature: 118 }; A.ExpenseScreen_build_closure4.prototype = { call$0() { @@ -416966,7 +416996,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveExpenseDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.expense)); t1.then$1$1(0, new A.ExpenseViewVM_ExpenseViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.ExpenseViewVM_ExpenseViewVM$fromStore__closure1()); }, - $signature: 93 + $signature: 94 }; A.ExpenseViewVM_ExpenseViewVM$fromStore__closure0.prototype = { call$1(client) { @@ -416999,13 +417029,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 97 + $signature: 99 }; A.ExpenseViewVM_ExpenseViewVM$fromStore__closure.prototype = { call$1(value) { return this.store.get$_dispatchers()[0].call$1(new A.LoadExpense(null, this.expense.id)); }, - $signature: 99 + $signature: 98 }; A.ExpenseCategoryEdit.prototype = { createState$0() { @@ -417087,7 +417117,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 53 + $signature: 54 }; A._ExpenseCategoryEditState_build_closure1.prototype = { call$1(context) { @@ -417196,7 +417226,7 @@ t1.get$_dispatchers()[0].call$1(new A.SaveExpenseCategoryRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_ExpenseCategoryEntity), expenseCategory)); return t2.then$1$1(0, new A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure(expenseCategory, t3, this.state, t1, $navigator), type$.Null).catchError$1(new A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure0()); }, - $signature: 35 + $signature: 36 }; A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure.prototype = { call$1(savedExpenseCategory) { @@ -417623,7 +417653,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 53 + $signature: 54 }; A._GroupEditState_build_closure1.prototype = { call$1(context) { @@ -417724,7 +417754,7 @@ t1.get$_dispatchers()[0].call$1(new A.SaveGroupRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_GroupEntity), group)); return t2.then$1$1(0, new A.GroupEditVM_GroupEditVM$fromStore___closure(group, t3, this.state, t1, $navigator), type$.Null).catchError$1(new A.GroupEditVM_GroupEditVM$fromStore___closure0()); }, - $signature: 35 + $signature: 36 }; A.GroupEditVM_GroupEditVM$fromStore___closure.prototype = { call$1(savedGroup) { @@ -418538,7 +418568,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveGroupDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.group)); t1.then$1$1(0, new A.GroupViewVM_GroupViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.GroupViewVM_GroupViewVM$fromStore__closure1(context)); }, - $signature: 93 + $signature: 94 }; A.GroupViewVM_GroupViewVM$fromStore__closure0.prototype = { call$1(client) { @@ -418569,13 +418599,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 97 + $signature: 99 }; A.GroupViewVM_GroupViewVM$fromStore__closure.prototype = { call$1(value) { return this.store.get$_dispatchers()[0].call$1(new A.LoadGroup(null, this.group.id)); }, - $signature: 99 + $signature: 98 }; A.InvoiceEdit.prototype = { createState$0() { @@ -418645,7 +418675,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 53 + $signature: 54 }; A._InvoiceEditState_build_closure2.prototype = { call$1(context) { @@ -419422,7 +419452,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure16(date))); }, - $signature: 56 + $signature: 57 }; A.InvoiceEditDesktopState_build__closure16.prototype = { call$1(b) { @@ -419487,7 +419517,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure13(date))); }, - $signature: 56 + $signature: 57 }; A.InvoiceEditDesktopState_build__closure13.prototype = { call$1(b) { @@ -419500,7 +419530,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure12(date))); }, - $signature: 56 + $signature: 57 }; A.InvoiceEditDesktopState_build__closure12.prototype = { call$1(b) { @@ -419530,7 +419560,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure11(date))); }, - $signature: 56 + $signature: 57 }; A.InvoiceEditDesktopState_build__closure11.prototype = { call$1(b) { @@ -419576,7 +419606,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_String); }, - $signature: 43 + $signature: 42 }; A.InvoiceEditDesktopState_build_closure21.prototype = { call$1(item) { @@ -419732,7 +419762,7 @@ b.get$_vendor_model$_$this()._vendor_model$_name = this.name; return b; }, - $signature: 102 + $signature: 100 }; A.InvoiceEditDesktopState_build__closure4.prototype = { call$1(value) { @@ -419792,13 +419822,13 @@ call$1(taxRate) { this.viewModel.onChanged.call$1(this.invoice.applyTax$1(taxRate)); }, - $signature: 131 + $signature: 134 }; A.InvoiceEditDesktopState_build_closure25.prototype = { call$1(taxRate) { this.viewModel.onChanged.call$1(this.invoice.applyTax$2$isSecond(taxRate, true)); }, - $signature: 131 + $signature: 134 }; A.InvoiceEditDesktopState_build_closure26.prototype = { call$1(taxRate) { @@ -419807,7 +419837,7 @@ A.print("## UPDATED\nRate 3: " + updatedInvoice.taxName3 + " => " + A.S(updatedInvoice.taxRate3)); this.viewModel.onChanged.call$1(t1.applyTax$2$isThird(taxRate, true)); }, - $signature: 131 + $signature: 134 }; A._PdfPreview.prototype = { createState$0() { @@ -420469,7 +420499,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure12(date))); }, - $signature: 56 + $signature: 57 }; A.InvoiceEditDetailsState_build__closure12.prototype = { call$1(b) { @@ -420482,7 +420512,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure11(date))); }, - $signature: 56 + $signature: 57 }; A.InvoiceEditDetailsState_build__closure11.prototype = { call$1(b) { @@ -420512,7 +420542,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure10(date))); }, - $signature: 56 + $signature: 57 }; A.InvoiceEditDetailsState_build__closure10.prototype = { call$1(b) { @@ -420552,25 +420582,25 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_String); }, - $signature: 43 + $signature: 42 }; A.InvoiceEditDetailsState_build_closure20.prototype = { call$1(taxRate) { return this.viewModel.onChanged.call$1(this.invoice.applyTax$1(taxRate)); }, - $signature: 94 + $signature: 95 }; A.InvoiceEditDetailsState_build_closure21.prototype = { call$1(taxRate) { return this.viewModel.onChanged.call$1(this.invoice.applyTax$2$isSecond(taxRate, true)); }, - $signature: 94 + $signature: 95 }; A.InvoiceEditDetailsState_build_closure22.prototype = { call$1(taxRate) { return this.viewModel.onChanged.call$1(this.invoice.applyTax$2$isThird(taxRate, true)); }, - $signature: 94 + $signature: 95 }; A.InvoiceEditDetailsState_build_closure23.prototype = { call$1(value) { @@ -420664,7 +420694,7 @@ b.get$_vendor_model$_$this()._vendor_model$_name = this.name; return b; }, - $signature: 102 + $signature: 100 }; A.InvoiceEditDetailsState_build_closure28.prototype = { call$1(value) { @@ -420740,7 +420770,7 @@ call$1(invoice) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateInvoice(invoice)); }, - $signature: 136 + $signature: 132 }; A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure0.prototype = { call$3(context, invoice, client) { @@ -420763,7 +420793,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure0(t3), t4); }, - $signature: 116 + $signature: 117 }; A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure.prototype = { call$1(_) { @@ -421074,7 +421104,7 @@ var t1 = this.$this; t1.setState$1(new A.ItemEditDetailsState_build__closure1(t1, taxRate)); }, - $signature: 131 + $signature: 134 }; A.ItemEditDetailsState_build__closure1.prototype = { call$0() { @@ -421089,7 +421119,7 @@ var t1 = this.$this; t1.setState$1(new A.ItemEditDetailsState_build__closure0(t1, taxRate)); }, - $signature: 131 + $signature: 134 }; A.ItemEditDetailsState_build__closure0.prototype = { call$0() { @@ -421104,7 +421134,7 @@ var t1 = this.$this; t1.setState$1(new A.ItemEditDetailsState_build__closure(t1, taxRate)); }, - $signature: 131 + $signature: 134 }; A.ItemEditDetailsState_build__closure.prototype = { call$0() { @@ -421560,7 +421590,7 @@ t4.push(new A.Padding(B.EdgeInsets_8_8_8_8, A.Icon$(B.IconData_57862_MaterialIcons_null_false, _null, _null), _null)); return new A.ReorderableDragStartListener(new A.Padding(B.EdgeInsets_0_4_0_4, A.Row$(t4, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), index, true, new A.ObjectKey(item)); }, - $signature: 139 + $signature: 138 }; A._InvoiceEditItemsDesktopState_build__closure29.prototype = { call$1(column) { @@ -421611,7 +421641,7 @@ --newIndex; this.viewModel.onMovedInvoiceItem.call$2(oldIndex, newIndex); }, - $signature: 142 + $signature: 141 }; A._InvoiceEditItemsDesktopState_build_closure4.prototype = { call$1(item) { @@ -422280,7 +422310,7 @@ call$2(oldIndex, newIndex) { this.store.get$_dispatchers()[0].call$1(new A.MoveInvoiceItem(oldIndex, newIndex)); }, - $signature: 142 + $signature: 141 }; A.InvoiceEditNotes.prototype = { createState$0() { @@ -422416,7 +422446,7 @@ call$1(invoice) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateInvoice(invoice)); }, - $signature: 136 + $signature: 132 }; A.InvoiceEditPDF.prototype = { createState$0() { @@ -422629,7 +422659,7 @@ return t2.then$1$1(0, new A.InvoiceEditVM_InvoiceEditVM$fromStore___closure3(invoice, t3, state, t1, $navigator, t4), type$.Null).catchError$1(new A.InvoiceEditVM_InvoiceEditVM$fromStore___closure4()); } }, - $signature: 35 + $signature: 36 }; A.InvoiceEditVM_InvoiceEditVM$fromStore___closure0.prototype = { call$1(context) { @@ -422984,7 +423014,7 @@ t1 = this.products; return new A.ScrollableListViewBuilder(new A._InvoiceItemSelectorState_build__productList_closure(this.$this, t1, this.state), _null, t1.length, _null, _null, _null); }, - $signature: 120 + $signature: 126 }; A._InvoiceItemSelectorState_build__productList_closure.prototype = { call$2(context, index) { @@ -423023,7 +423053,7 @@ t1 = this.tasks; return new A.ScrollableListViewBuilder(new A._InvoiceItemSelectorState_build__taskList_closure(this.$this, t1, this.state), _null, t1.length, _null, _null, _null); }, - $signature: 120 + $signature: 126 }; A._InvoiceItemSelectorState_build__taskList_closure.prototype = { call$2(context, index) { @@ -423062,7 +423092,7 @@ t1 = this.expenses; return new A.ScrollableListViewBuilder(new A._InvoiceItemSelectorState_build__expenseList_closure(this.$this, t1, this.state), _null, t1.length, _null, _null, _null); }, - $signature: 120 + $signature: 126 }; A._InvoiceItemSelectorState_build__expenseList_closure.prototype = { call$2(context, index) { @@ -423640,7 +423670,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 35 + $signature: 36 }; A._InvoicePdfViewState_build_closure2.prototype = { call$0() { @@ -423949,7 +423979,7 @@ call$2($status, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterInvoicesByStatus($status)); }, - $signature: 117 + $signature: 118 }; A.InvoiceScreen_build_closure18.prototype = { call$0() { @@ -423977,7 +424007,7 @@ call$2($status, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterInvoicesByStatus($status)); }, - $signature: 117 + $signature: 118 }; A.InvoiceScreen_build_closure7.prototype = { call$1(value) { @@ -424349,7 +424379,7 @@ call$1(contact) { return contact.id === this.$this.invitation.clientContactId; }, - $signature: 140 + $signature: 139 }; A._InvitationListTile_build_closure2.prototype = { call$0() { @@ -424479,7 +424509,7 @@ }; A.InvoiceOverview.prototype = { build$1(_, context) { - var t3, creditMap, paymentMap, t4, t5, t6, payments, colors, statuses, userCompany, color, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, widgets, dueDateField, t18, relatedInvoice, relatedQuote, _this = this, _null = null, _s4_ = "date", + var t5, creditMap, paymentMap, t6, t7, payments, colors, statuses, userCompany, color, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, widgets, dueDateField, t18, t19, relatedInvoice, relatedQuote, _this = this, _null = null, _s4_ = "date", _s8_ = "invoice1", _s8_0 = "invoice2", _s8_1 = "invoice3", @@ -424490,36 +424520,35 @@ _s10_2 = "surcharge4", t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = _this.viewModel, + state = t2.state, invoice = t2.invoice, client = t2.client, - company = t2.company, - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"); + t3 = state.uiState.selectedCompanyIndex, + t4 = state.userCompanyStates._list, + vendor = t4[t3].vendorState.$get$1(0, invoice.vendorId), + company = t2.company; t2 = type$.legacy_PaymentableEntity; - t3 = type$.legacy_PaymentEntity; - creditMap = A.LinkedHashMap_LinkedHashMap$_empty(t2, t3); - paymentMap = A.LinkedHashMap_LinkedHashMap$_empty(t2, t3); + t5 = type$.legacy_PaymentEntity; + creditMap = A.LinkedHashMap_LinkedHashMap$_empty(t2, t5); + paymentMap = A.LinkedHashMap_LinkedHashMap$_empty(t2, t5); t2 = invoice.entityType; - t3 = t2 === B.EntityType_invoice; - if (t3) { - t4 = $.$get$memoizedPaymentsByInvoice(); - t5 = state.userCompanyStates; - t6 = state.uiState.selectedCompanyIndex; - t6 = t5._list[t6].paymentState; - payments = t4.call$3(invoice.id, t6.map, t6.list); + t5 = t2 === B.EntityType_invoice; + if (t5) { + t6 = $.$get$memoizedPaymentsByInvoice(); + t7 = t4[t3].paymentState; + payments = t6.call$3(invoice.id, t7.map, t7.list); } else if (t2 === B.EntityType_credit) { - t4 = $.$get$memoizedPaymentsByCredit(); - t5 = state.userCompanyStates; - t6 = state.uiState.selectedCompanyIndex; - t6 = t5._list[t6].paymentState; - t6 = t4.call$3(invoice.id, t6.map, t6.list); - payments = t6; + t6 = $.$get$memoizedPaymentsByCredit(); + t7 = t4[t3].paymentState; + t7 = t6.call$3(invoice.id, t7.map, t7.list); + payments = t7; } else { - t4 = A._setArrayType([], type$.JSArray_legacy_PaymentEntity); - payments = t4; + t6 = A._setArrayType([], type$.JSArray_legacy_PaymentEntity); + payments = t6; } J.forEach$1$ax(payments, new A.InvoiceOverview_build_closure(invoice, paymentMap, creditMap)); - t4 = t2 === B.EntityType_quote; - if (t4) { + t6 = t2 === B.EntityType_quote; + if (t6) { colors = new A.QuoteStatusColors(state.prefState.get$colorThemeModel()).get$colors(); statuses = B.Map_IF4bq; } else if (t2 === B.EntityType_credit) { @@ -424528,17 +424557,17 @@ } else if (t2 === B.EntityType_recurringInvoice) { colors = new A.RecurringInvoiceStatusColors(state.prefState.get$colorThemeModel()).get$colors(); statuses = B.Map_BzEVk; - } else if (t2 === B.EntityType_purchaseOrder) { - colors = new A.PurchaseOrderStatusColors(state.prefState.get$colorThemeModel()).get$colors(); - statuses = B.Map_qBWJv; } else { - colors = new A.InvoiceStatusColors(state.prefState.get$colorThemeModel()).get$colors(); - statuses = B.Map_j34mP; + t7 = state.prefState; + if (t2 === B.EntityType_purchaseOrder) { + colors = new A.PurchaseOrderStatusColors(t7.get$colorThemeModel()).get$colors(); + statuses = B.Map_qBWJv; + } else { + colors = new A.InvoiceStatusColors(t7.get$colorThemeModel()).get$colors(); + statuses = B.Map_j34mP; + } } - t5 = state.userCompanyStates; - t6 = state.uiState.selectedCompanyIndex; - t5 = t5._list; - userCompany = t5[t6].userCompany; + userCompany = t4[t3].userCompany; color = colors.$index(0, invoice.get$calculatedStatusId()); t7 = t1.lookup$1(statuses.$index(0, invoice.get$calculatedStatusId())); t8 = t2 === B.EntityType_purchaseOrder; @@ -424550,7 +424579,7 @@ t9 = ""; } else { t9 = t1.localeCode; - if (t4) { + if (t6) { t9 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t9), "quote_amount"); if (t9 == null) t9 = ""; @@ -424569,7 +424598,7 @@ if (t14 == null) t14 = ""; } else - t14 = t4 || t2 === B.EntityType_recurringInvoice ? _null : t1.get$balanceDue(); + t14 = t6 || t2 === B.EntityType_recurringInvoice ? _null : t1.get$balanceDue(); t15 = type$.JSArray_legacy_EntityType; if (B.JSArray_methods.contains$1(A._setArrayType([B.EntityType_invoice, B.EntityType_credit], t15), t2)) t16 = A.formatNumber(invoice.statusId !== "1" ? invoice.balance : t10, context, t11, _null, B.FormatNumberType_0, true, _null, false); @@ -424583,91 +424612,94 @@ t7 = invoice.privateNotes; if (t7.length !== 0) B.JSArray_methods.addAll$1(widgets, A._setArrayType([new A.IconMessage(t7, B.IconData_58286_MaterialIcons_null_false, _null, _null, _null), new A.ListDivider(_null)], t17)); - t7 = !t4; + t7 = !t6; dueDateField = !t7 || t13 ? "valid_until" : "due_date"; t9 = type$.legacy_String; t12 = A.LinkedHashMap_LinkedHashMap$_empty(t9, t9); - if (t4) + if (t6) t12.$indexSet(0, _s4_, A.formatDate(invoice.date, context, true, true, false)); else if (t13) t12.$indexSet(0, _s4_, A.formatDate(invoice.date, context, true, true, false)); else if (t8) t12.$indexSet(0, _s4_, A.formatDate(invoice.date, context, true, true, false)); - else if (t3) + else if (t5) t12.$indexSet(0, _s4_, A.formatDate(invoice.date, context, true, true, false)); t12.$indexSet(0, dueDateField, A.formatDate(invoice.dueDate, context, true, true, false)); - if (t3) + if (t5) t12.$indexSet(0, "next_send_date", A.formatDate(invoice.nextSendDate, context, true, true, false)); - t3 = invoice.partial; - t12.$indexSet(0, "partial_due", A.formatNumber(t3, context, t11, _null, B.FormatNumberType_0, true, _null, true)); + t5 = invoice.partial; + t12.$indexSet(0, "partial_due", A.formatNumber(t5, context, t11, _null, B.FormatNumberType_0, true, _null, true)); t12.$indexSet(0, "partial_due_date", A.formatDate(invoice.partialDueDate, context, true, true, false)); t12.$indexSet(0, "po_number", invoice.poNumber); - t4 = invoice.isAmountDiscount ? B.FormatNumberType_0 : B.FormatNumberType_1; - t12.$indexSet(0, "discount", A.formatNumber(invoice.discount, context, t11, _null, t4, true, _null, true)); + t6 = invoice.isAmountDiscount ? B.FormatNumberType_0 : B.FormatNumberType_1; + t12.$indexSet(0, "discount", A.formatNumber(invoice.discount, context, t11, _null, t6, true, _null, true)); if (t2 === B.EntityType_recurringInvoice) { - t4 = t1.lookup$1(B.Map_tOn4d.$index(0, invoice.frequencyId)); - t8 = A.formatDate(invoice.lastSentDate, context, true, true, false); - t11 = A.formatDate(invoice.nextSendDate, context, true, true, false); - t14 = invoice.remainingCycles; - t14 = t14 === -1 ? t1.get$endless() : A.S(t14); - t16 = invoice.autoBill; - t18 = t1.lookup$1(t16); - if (B.JSArray_methods.contains$1(A._setArrayType(["optin", "optout"], type$.JSArray_legacy_String), t16)) - t16 = " - " + (invoice.autoBillEnabled ? t1.get$yes() : t1.get$no()); + t6 = t1.lookup$1(B.Map_tOn4d.$index(0, invoice.frequencyId)); + t11 = A.formatDate(invoice.lastSentDate, context, true, true, false); + t14 = A.formatDate(invoice.nextSendDate, context, true, true, false); + t16 = invoice.remainingCycles; + t16 = t16 === -1 ? t1.get$endless() : A.S(t16); + t18 = invoice.autoBill; + t19 = t1.lookup$1(t18); + if (B.JSArray_methods.contains$1(A._setArrayType(["optin", "optout"], type$.JSArray_legacy_String), t18)) + t18 = " - " + (invoice.autoBillEnabled ? t1.get$yes() : t1.get$no()); else - t16 = ""; - t16 = J.$add$ansx(t18, t16); - t18 = invoice.dueDateDays; - if (t18 === "terms") - t18 = t1.get$paymentTerm(); - else if (t18 === "1") - t18 = t1.get$firstDayOfTheMonth(); + t18 = ""; + t18 = J.$add$ansx(t19, t18); + t19 = invoice.dueDateDays; + if (t19 === "terms") + t19 = t1.get$paymentTerm(); + else if (t19 === "1") + t19 = t1.get$firstDayOfTheMonth(); else - t18 = t18 === "31" ? t1.get$lastDayOfTheMonth() : B.JSString_methods.replaceFirst$2(t1.get$dayCount(), ":count", A.S(t18)); - t9 = A.LinkedHashMap_LinkedHashMap$_literal(["frequency", t4, "last_sent_date", t8, "next_send_date", t11, "remaining_cycles", t14, "auto_bill", t16, "due_date", t18], t9, t9); + t19 = t19 === "31" ? t1.get$lastDayOfTheMonth() : B.JSString_methods.replaceFirst$2(t1.get$dayCount(), ":count", A.S(t19)); + t9 = A.LinkedHashMap_LinkedHashMap$_literal(["frequency", t6, "last_sent_date", t11, "next_send_date", t14, "remaining_cycles", t16, "auto_bill", t18, "due_date", t19], t9, t9); t9 = t9.get$entries(t9); t9 = t9.get$iterator(t9); for (; t9.moveNext$0();) { - t4 = t9.get$current(t9); - t12.$indexSet(0, t4.get$key(t4), t4.get$value(t4)); + t6 = t9.get$current(t9); + t12.$indexSet(0, t6.get$key(t6), t6.get$value(t6)); } } - t4 = invoice.customValue1; - if (t4.length !== 0) - t12.$indexSet(0, company.getCustomFieldLabel$1(_s8_), A.formatCustomValue(context, _s8_, t4)); - t4 = invoice.customValue2; - if (t4.length !== 0) - t12.$indexSet(0, company.getCustomFieldLabel$1(_s8_0), A.formatCustomValue(context, _s8_0, t4)); - t4 = invoice.customValue3; - if (t4.length !== 0) - t12.$indexSet(0, company.getCustomFieldLabel$1(_s8_1), A.formatCustomValue(context, _s8_1, t4)); - t4 = invoice.customValue4; - if (t4.length !== 0) - t12.$indexSet(0, company.getCustomFieldLabel$1(_s8_2), A.formatCustomValue(context, _s8_2, t4)); - t4 = _this.isFilter; - widgets.push(A.EntityListTile$(client, t4, client.get$primaryContact().email)); + t6 = invoice.customValue1; + if (t6.length !== 0) + t12.$indexSet(0, company.getCustomFieldLabel$1(_s8_), A.formatCustomValue(context, _s8_, t6)); + t6 = invoice.customValue2; + if (t6.length !== 0) + t12.$indexSet(0, company.getCustomFieldLabel$1(_s8_0), A.formatCustomValue(context, _s8_0, t6)); + t6 = invoice.customValue3; + if (t6.length !== 0) + t12.$indexSet(0, company.getCustomFieldLabel$1(_s8_1), A.formatCustomValue(context, _s8_1, t6)); + t6 = invoice.customValue4; + if (t6.length !== 0) + t12.$indexSet(0, company.getCustomFieldLabel$1(_s8_2), A.formatCustomValue(context, _s8_2, t6)); + t6 = _this.isFilter; + if (t8) + widgets.push(A.EntityListTile$(vendor, t6, vendor.get$primaryContact().email)); + else + widgets.push(A.EntityListTile$(client, t6, client.get$primaryContact().email)); t8 = invoice.projectId; if (t8.length !== 0) - widgets.push(A.EntityListTile$(t5[t6].projectState.$get$1(0, t8), t4, _null)); + widgets.push(A.EntityListTile$(t4[t3].projectState.$get$1(0, t8), t6, _null)); t8 = invoice.assignedUserId; if ((t8 == null ? "" : t8).length !== 0) - widgets.push(A.EntityListTile$(t5[t6].userState.$get$1(0, t8), t4, _null)); + widgets.push(A.EntityListTile$(t4[t3].userState.$get$1(0, t8), t6, _null)); t8 = invoice.recurringId; if ((t8 == null ? "" : t8).length !== 0) - widgets.push(A.EntityListTile$(t5[t6].recurringInvoiceState.$get$1(0, t8), t4, _null)); + widgets.push(A.EntityListTile$(t4[t3].recurringInvoiceState.$get$1(0, t8), t6, _null)); else if (B.JSArray_methods.contains$1(A._setArrayType([B.EntityType_recurringInvoice], t15), t2)) - widgets.push(new A.EntitiesListTile(invoice, B.EntityType_invoice, t1.get$invoices(), $.$get$memoizedRecurringInvoiceStatsForInvoice().call$2(invoice.id, t5[t6].invoiceState.map).present$2(t1.get$active(t1), t1.get$archived()), t4, true, _null)); + widgets.push(new A.EntitiesListTile(invoice, B.EntityType_invoice, t1.get$invoices(), $.$get$memoizedRecurringInvoiceStatsForInvoice().call$2(invoice.id, t4[t3].invoiceState.map).present$2(t1.get$active(t1), t1.get$archived()), t6, true, _null)); if (!t7 || t13) { t2 = invoice.invoiceId; - relatedInvoice = t5[t6].invoiceState.map._map$_map.$index(0, t2); + relatedInvoice = t4[t3].invoiceState.map._map$_map.$index(0, t2); if (relatedInvoice == null) relatedInvoice = A.InvoiceEntity_InvoiceEntity(_null, _null, t2, _null, _null, _null); if ((t2 == null ? "" : t2).length !== 0) - widgets.push(A.EntityListTile$(relatedInvoice, t4, _null)); + widgets.push(A.EntityListTile$(relatedInvoice, t6, _null)); } else { - relatedQuote = $.$get$memoizedInvoiceQuoteSelector().call$2(invoice, t5[t6].quoteState.map); + relatedQuote = $.$get$memoizedInvoiceQuoteSelector().call$2(invoice, t4[t3].quoteState.map); if (relatedQuote != null) - widgets.push(A.EntityListTile$(relatedQuote, t4, _null)); + widgets.push(A.EntityListTile$(relatedQuote, t6, _null)); } if (paymentMap._length !== 0) paymentMap.get$entries(paymentMap).forEach$1(0, new A.InvoiceOverview_build_closure0(_this, context, client, widgets)); @@ -424681,10 +424713,10 @@ B.JSArray_methods.forEach$1(t2, new A.InvoiceOverview_build_closure2(_this, widgets, invoice, userCompany)); t2 = new A.InvoiceOverview_build_surchargeRow(context, invoice); B.JSArray_methods.addAll$1(widgets, A._setArrayType([new A.SizedBox(_null, 8, _null, _null), t2.call$2(t1.get$subtotal(), invoice.calculateSubtotal$1$precision(A.precisionForInvoice(state, invoice)))], t17)); - t4 = invoice.customSurcharge1; - t5 = t4 !== 0; - if (t5 && company.enableCustomSurchargeTaxes1) - widgets.push(t2.call$2(company.getCustomFieldLabel$1(_s10_), t4)); + t3 = invoice.customSurcharge1; + t4 = t3 !== 0; + if (t4 && company.enableCustomSurchargeTaxes1) + widgets.push(t2.call$2(company.getCustomFieldLabel$1(_s10_), t3)); t6 = invoice.customSurcharge2; t8 = t6 !== 0; if (t8 && company.enableCustomSurchargeTaxes2) @@ -424698,8 +424730,8 @@ if (t13 && company.enableCustomSurchargeTaxes4) widgets.push(t2.call$2(company.getCustomFieldLabel$1(_s10_2), t12)); invoice.calculateTaxes$2$precision$useInclusiveTaxes(A.precisionForInvoice(state, invoice), invoice.usesInclusiveTaxes).forEach$1(0, new A.InvoiceOverview_build_closure3(widgets, t2)); - if (t5 && !company.enableCustomSurchargeTaxes1) - widgets.push(t2.call$2(company.getCustomFieldLabel$1(_s10_), t4)); + if (t4 && !company.enableCustomSurchargeTaxes1) + widgets.push(t2.call$2(company.getCustomFieldLabel$1(_s10_), t3)); if (t8 && !company.enableCustomSurchargeTaxes2) widgets.push(t2.call$2(company.getCustomFieldLabel$1(_s10_0), t6)); if (t11 && !company.enableCustomSurchargeTaxes3) @@ -424712,8 +424744,8 @@ widgets.push(t2.call$2(t1.get$amount(), t10)); else widgets.push(t2.call$2(t1.get$balanceDue(), invoice.balance)); - if (t3 !== 0) - widgets.push(t2.call$2(t1.get$partialDue(), t3)); + if (t5 !== 0) + widgets.push(t2.call$2(t1.get$partialDue(), t5)); t1 = invoice.publicNotes; if (t1.length !== 0) B.JSArray_methods.addAll$1(widgets, A._setArrayType([new A.ListDivider(_null), new A.IconMessage(t1, _null, _null, _null, _null)], t17)); @@ -424906,7 +424938,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveInvoiceDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.invoice)); t1.then$1$1(0, new A.InvoiceViewVM_InvoiceViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.InvoiceViewVM_InvoiceViewVM$fromStore__closure1(context)); }, - $signature: 93 + $signature: 94 }; A.InvoiceViewVM_InvoiceViewVM$fromStore__closure0.prototype = { call$1(client) { @@ -424937,13 +424969,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 97 + $signature: 99 }; A.InvoiceViewVM_InvoiceViewVM$fromStore__closure.prototype = { call$1(value) { return this.store.get$_dispatchers()[0].call$1(new A.LoadInvoice(null, this.invoice.id)); }, - $signature: 99 + $signature: 98 }; A.InvoiceViewVM_InvoiceViewVM$fromStore_closure3.prototype = { call$2(context, $document) { @@ -425311,7 +425343,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.payment.rebuild$1(new A._PaymentEditState_build__closure4(date))); }, - $signature: 56 + $signature: 57 }; A._PaymentEditState_build__closure4.prototype = { call$1(b) { @@ -425457,7 +425489,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 53 + $signature: 54 }; A.PaymentableEditor.prototype = { createState$0() { @@ -425735,7 +425767,7 @@ return t1; } }, - $signature: 39 + $signature: 40 }; A._PaymentableEditorState_build_closure2.prototype = { call$1(entity) { @@ -425744,7 +425776,7 @@ else return A.formatNumber(entity.get$listDisplayAmount(), this.context, type$.legacy_InvoiceEntity._as(entity).clientId, null, B.FormatNumberType_0, true, null, false); }, - $signature: 39 + $signature: 40 }; A._PaymentableEditorState_build_closure1.prototype = { call$1(selected) { @@ -425780,7 +425812,7 @@ return t1; } }, - $signature: 39 + $signature: 40 }; A._PaymentableEditorState_build_closure5.prototype = { call$1(entity) { @@ -425789,7 +425821,7 @@ else return A.formatNumber(entity.get$listDisplayAmount(), this.context, type$.legacy_InvoiceEntity._as(entity).clientId, null, B.FormatNumberType_0, true, null, false); }, - $signature: 39 + $signature: 40 }; A._PaymentableEditorState_build_closure4.prototype = { call$1(selected) { @@ -425905,7 +425937,7 @@ t2.get$_dispatchers()[0].call$1(new A.SavePaymentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_PaymentEntity), payment)); return t1.then$1$1(0, new A.PaymentEditVM_PaymentEditVM$fromStore___closure2(payment, t4, this.state, t2, $navigator), type$.Null).catchError$1(new A.PaymentEditVM_PaymentEditVM$fromStore___closure3()); }, - $signature: 35 + $signature: 36 }; A.PaymentEditVM_PaymentEditVM$fromStore___closure.prototype = { call$1(invoice) { @@ -426557,7 +426589,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.payment.rebuild$1(new A._PaymentRefundState_build__closure1(date))); }, - $signature: 56 + $signature: 57 }; A._PaymentRefundState_build__closure1.prototype = { call$1(b) { @@ -426621,7 +426653,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 53 + $signature: 54 }; A._PaymentRefundState_build_closure5.prototype = { call$1(context) { @@ -426780,7 +426812,7 @@ type$.legacy_InvoiceEntity._as(entity); return A.formatNumber(entity.amount, this.context, entity.clientId, null, B.FormatNumberType_0, true, null, false); }, - $signature: 39 + $signature: 40 }; A._PaymentableEditorState_build_closure9.prototype = { call$1(selected) { @@ -427160,7 +427192,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 53 + $signature: 54 }; A._PaymentTermEditState_build_closure1.prototype = { call$1(context) { @@ -427250,7 +427282,7 @@ t1.get$_dispatchers()[0].call$1(new A.SavePaymentTermRequest(new A._AsyncCompleter(t4, type$._AsyncCompleter_legacy_PaymentTermEntity), paymentTerm)); return t4.then$1$1(0, new A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure(paymentTerm, t3, this.state, t1, t2), type$.Null).catchError$1(new A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure0()); }, - $signature: 35 + $signature: 36 }; A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure.prototype = { call$1(savedPaymentTerm) { @@ -427756,7 +427788,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 53 + $signature: 54 }; A._ProductEditState_build_closure5.prototype = { call$1(context) { @@ -427792,7 +427824,7 @@ call$1(taxRate) { return this.viewModel.onChanged.call$1(this.product.rebuild$1(new A._ProductEditState_build__closure3(taxRate))); }, - $signature: 94 + $signature: 95 }; A._ProductEditState_build__closure3.prototype = { call$1(b) { @@ -427809,7 +427841,7 @@ call$1(taxRate) { return this.viewModel.onChanged.call$1(this.product.rebuild$1(new A._ProductEditState_build__closure2(taxRate))); }, - $signature: 94 + $signature: 95 }; A._ProductEditState_build__closure2.prototype = { call$1(b) { @@ -427826,7 +427858,7 @@ call$1(taxRate) { return this.viewModel.onChanged.call$1(this.product.rebuild$1(new A._ProductEditState_build__closure1(taxRate))); }, - $signature: 94 + $signature: 95 }; A._ProductEditState_build__closure1.prototype = { call$1(b) { @@ -427917,7 +427949,7 @@ t1.get$_dispatchers()[0].call$1(new A.SaveProductRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_ProductEntity), product)); return t2.then$1$1(0, new A.ProductEditVM_ProductEditVM$fromStore___closure(product, t3, this.state, t1, $navigator), type$.Null).catchError$1(new A.ProductEditVM_ProductEditVM$fromStore___closure0()); }, - $signature: 35 + $signature: 36 }; A.ProductEditVM_ProductEditVM$fromStore___closure.prototype = { call$1(savedProduct) { @@ -428530,7 +428562,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveProductDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.product)); t1.then$1$1(0, new A.ProductViewVM_ProductViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.ProductViewVM_ProductViewVM$fromStore__closure1(context)); }, - $signature: 93 + $signature: 94 }; A.ProductViewVM_ProductViewVM$fromStore__closure0.prototype = { call$1(client) { @@ -428561,13 +428593,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 97 + $signature: 99 }; A.ProductViewVM_ProductViewVM$fromStore__closure.prototype = { call$1(value) { return this.store.get$_dispatchers()[0].call$1(new A.LoadProduct(null, this.product.id)); }, - $signature: 99 + $signature: 98 }; A.ProjectEdit.prototype = { createState$0() { @@ -428697,7 +428729,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 53 + $signature: 54 }; A._ProjectEditState_build_closure1.prototype = { call$1(context) { @@ -428806,7 +428838,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.project.rebuild$1(new A._ProjectEditState_build___closure0(date))); }, - $signature: 56 + $signature: 57 }; A._ProjectEditState_build___closure0.prototype = { call$1(b) { @@ -428873,7 +428905,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.ProjectEditVM_ProjectEditVM$fromStore__closure0(t3), t4); }, - $signature: 116 + $signature: 117 }; A.ProjectEditVM_ProjectEditVM$fromStore__closure.prototype = { call$1(_) { @@ -428911,7 +428943,7 @@ t1.get$_dispatchers()[0].call$1(new A.SaveProjectRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_ProjectEntity), project)); return t2.then$1$1(0, new A.ProjectEditVM_ProjectEditVM$fromStore___closure(project, t3, this.state, t1, $navigator), type$.Null).catchError$1(new A.ProjectEditVM_ProjectEditVM$fromStore___closure0()); }, - $signature: 35 + $signature: 36 }; A.ProjectEditVM_ProjectEditVM$fromStore___closure.prototype = { call$1(savedProject) { @@ -429612,7 +429644,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveProjectDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.project)); t1.then$1$1(0, new A.ProjectViewVM_ProjectViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.ProjectViewVM_ProjectViewVM$fromStore__closure1(context)); }, - $signature: 93 + $signature: 94 }; A.ProjectViewVM_ProjectViewVM$fromStore__closure0.prototype = { call$1(client) { @@ -429643,13 +429675,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 97 + $signature: 99 }; A.ProjectViewVM_ProjectViewVM$fromStore__closure.prototype = { call$1(value) { return this.store.get$_dispatchers()[0].call$1(new A.LoadProject(null, this.project.id)); }, - $signature: 99 + $signature: 98 }; A.PurchaseOrderEdit.prototype = { createState$0() { @@ -429720,7 +429752,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 53 + $signature: 54 }; A._PurchaseOrderEditState_build_closure2.prototype = { call$1(context) { @@ -429834,7 +429866,7 @@ call$1(purchaseOrder) { return this.store.get$_dispatchers()[0].call$1(new A.UpdatePurchaseOrder(purchaseOrder)); }, - $signature: 136 + $signature: 132 }; A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure0.prototype = { call$3(context, purchaseOrder, vendor) { @@ -429855,7 +429887,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore__closure0(t3), t4); }, - $signature: 116 + $signature: 117 }; A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore__closure.prototype = { call$1(_) { @@ -429918,7 +429950,7 @@ call$2(oldIndex, newIndex) { this.store.get$_dispatchers()[0].call$1(new A.MovePurchaseOrderItem(oldIndex, newIndex)); }, - $signature: 142 + $signature: 141 }; A.PurchaseOrderEditNotesScreen.prototype = { build$1(_, context) { @@ -429943,7 +429975,7 @@ call$1(purchaseOrder) { return this.store.get$_dispatchers()[0].call$1(new A.UpdatePurchaseOrder(purchaseOrder)); }, - $signature: 136 + $signature: 132 }; A.PurchaseOrderEditPDFScreen.prototype = { build$1(_, context) { @@ -430039,7 +430071,7 @@ return t2.then$1$1(0, new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure0(purchaseOrder, t3, _this.state, t1, $navigator, t4), type$.Null).catchError$1(new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure1()); } }, - $signature: 35 + $signature: 36 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure.prototype = { call$1(context) { @@ -430629,7 +430661,7 @@ call$2($status, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterPurchaseOrdersByStatus($status)); }, - $signature: 117 + $signature: 118 }; A.PurchaseOrderScreen_build_closure15.prototype = { call$0() { @@ -430657,7 +430689,7 @@ call$2($status, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterPurchaseOrdersByStatus($status)); }, - $signature: 117 + $signature: 118 }; A.PurchaseOrderScreen_build_closure3.prototype = { call$0() { @@ -430765,7 +430797,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SavePurchaseOrderDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.purchaseOrder)); t1.then$1$1(0, new A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure1(context)); }, - $signature: 93 + $signature: 94 }; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure0.prototype = { call$1(client) { @@ -430796,13 +430828,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 97 + $signature: 99 }; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure.prototype = { call$1(value) { return this.store.get$_dispatchers()[0].call$1(new A.LoadPurchaseOrder(null, this.purchaseOrder.id)); }, - $signature: 99 + $signature: 98 }; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure3.prototype = { call$3(context, purchaseOrder, activityId) { @@ -430844,7 +430876,7 @@ call$1(quote) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateQuote(quote)); }, - $signature: 136 + $signature: 132 }; A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure0.prototype = { call$3(context, quote, client) { @@ -430868,7 +430900,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure0(t3), t4); }, - $signature: 116 + $signature: 117 }; A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure.prototype = { call$1(_) { @@ -430931,7 +430963,7 @@ call$2(oldIndex, newIndex) { this.store.get$_dispatchers()[0].call$1(new A.MoveQuoteItem(oldIndex, newIndex)); }, - $signature: 142 + $signature: 141 }; A.QuoteEditNotesScreen.prototype = { build$1(_, context) { @@ -430956,7 +430988,7 @@ call$1(quote) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateQuote(quote)); }, - $signature: 136 + $signature: 132 }; A.QuoteEditPDFScreen.prototype = { build$1(_, context) { @@ -431052,7 +431084,7 @@ return t2.then$1$1(0, new A.QuoteEditVM_QuoteEditVM$fromStore___closure0(quote, t3, _this.state, t1, $navigator, t4), type$.Null).catchError$1(new A.QuoteEditVM_QuoteEditVM$fromStore___closure1()); } }, - $signature: 35 + $signature: 36 }; A.QuoteEditVM_QuoteEditVM$fromStore___closure.prototype = { call$1(context) { @@ -431208,7 +431240,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 53 + $signature: 54 }; A._QuoteEditState_build_closure2.prototype = { call$1(context) { @@ -431818,7 +431850,7 @@ call$2($status, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterQuotesByStatus($status)); }, - $signature: 117 + $signature: 118 }; A.QuoteScreen_build_closure16.prototype = { call$0() { @@ -431870,7 +431902,7 @@ call$2($status, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterQuotesByStatus($status)); }, - $signature: 117 + $signature: 118 }; A.QuoteScreen_build_closure4.prototype = { call$0() { @@ -431954,7 +431986,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveQuoteDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.quote)); t1.then$1$1(0, new A.QuoteViewVM_QuoteViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.QuoteViewVM_QuoteViewVM$fromStore__closure1(context)); }, - $signature: 93 + $signature: 94 }; A.QuoteViewVM_QuoteViewVM$fromStore__closure0.prototype = { call$1(client) { @@ -431985,13 +432017,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 97 + $signature: 99 }; A.QuoteViewVM_QuoteViewVM$fromStore__closure.prototype = { call$1(value) { return this.store.get$_dispatchers()[0].call$1(new A.LoadQuote(null, this.quote.id)); }, - $signature: 99 + $signature: 98 }; A.QuoteViewVM_QuoteViewVM$fromStore_closure3.prototype = { call$3(context, quote, activityId) { @@ -432030,7 +432062,7 @@ call$1(recurringExpense) { this.store.get$_dispatchers()[0].call$1(new A.UpdateRecurringExpense(recurringExpense)); }, - $signature: 146 + $signature: 142 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure2.prototype = { call$2(context, completer) { @@ -432043,7 +432075,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure2(t3), t4); }, - $signature: 116 + $signature: 117 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure1.prototype = { call$1(_) { @@ -432067,7 +432099,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure0(t3), t4); }, - $signature: 116 + $signature: 117 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure.prototype = { call$1(_) { @@ -432132,7 +432164,7 @@ return t4.then$1$1(0, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure(recurringExpense, t3, _this.state, t1, t2, t5), type$.Null).catchError$1(new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure0(t2)); } }, - $signature: 35 + $signature: 36 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure.prototype = { call$1(savedRecurringExpense) { @@ -432181,7 +432213,7 @@ A.viewEntity(false, savedRecurringExpense, _null, true); } }, - $signature: 146 + $signature: 142 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -432713,7 +432745,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveRecurringExpenseDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.recurringExpense)); t1.then$1$1(0, new A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure1()); }, - $signature: 93 + $signature: 94 }; A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure0.prototype = { call$1(client) { @@ -432746,13 +432778,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 97 + $signature: 99 }; A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure.prototype = { call$1(value) { return this.store.get$_dispatchers()[0].call$1(new A.LoadRecurringExpense(null, this.recurringExpense.id)); }, - $signature: 99 + $signature: 98 }; A.RecurringInvoiceEdit.prototype = { createState$0() { @@ -432822,7 +432854,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 53 + $signature: 54 }; A._RecurringInvoiceEditState_build_closure2.prototype = { call$1(context) { @@ -432936,7 +432968,7 @@ call$1(invoice) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateRecurringInvoice(invoice)); }, - $signature: 136 + $signature: 132 }; A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure0.prototype = { call$3(context, invoice, client) { @@ -432960,7 +432992,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure0(t3), t4); }, - $signature: 116 + $signature: 117 }; A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure.prototype = { call$1(_) { @@ -433034,7 +433066,7 @@ call$2(oldIndex, newIndex) { this.store.get$_dispatchers()[0].call$1(new A.MoveRecurringInvoiceItem(oldIndex, newIndex)); }, - $signature: 142 + $signature: 141 }; A.RecurringInvoiceEditNotesScreen.prototype = { build$1(_, context) { @@ -433059,7 +433091,7 @@ call$1(recurringInvoice) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateRecurringInvoice(recurringInvoice)); }, - $signature: 136 + $signature: 132 }; A.RecurringInvoiceEditPDFScreen.prototype = { build$1(_, context) { @@ -433155,7 +433187,7 @@ return t2.then$1$1(0, new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure0(recurringInvoice, t3, _this.state, t1, $navigator, t4), type$.Null).catchError$1(new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure1()); } }, - $signature: 35 + $signature: 36 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure.prototype = { call$1(context) { @@ -433671,7 +433703,7 @@ call$2($status, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterRecurringInvoicesByStatus($status)); }, - $signature: 117 + $signature: 118 }; A.RecurringInvoiceScreen_build_closure15.prototype = { call$2(state, value) { @@ -433699,7 +433731,7 @@ call$2($status, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterRecurringInvoicesByStatus($status)); }, - $signature: 117 + $signature: 118 }; A.RecurringInvoiceScreen_build_closure10.prototype = { call$2(state, value) { @@ -433813,7 +433845,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveRecurringInvoiceDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.invoice)); t1.then$1$1(0, new A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure1(context)); }, - $signature: 93 + $signature: 94 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure0.prototype = { call$1(client) { @@ -433844,13 +433876,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 97 + $signature: 99 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure.prototype = { call$1(value) { return this.store.get$_dispatchers()[0].call$1(new A.LoadRecurringInvoice(null, this.invoice.id)); }, - $signature: 99 + $signature: 98 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure3.prototype = { call$3(context, invoice, activityId) { @@ -434151,7 +434183,7 @@ call$2(invoiceId, invoice) { B.JSArray_methods.forEach$1(invoice.documents._list, new A.documentReport__closure0(this._getRow, invoice, this.data, this.entities)); }, - $signature: 52 + $signature: 50 }; A.documentReport__closure0.prototype = { call$1($document) { @@ -434168,7 +434200,7 @@ call$2(quoteId, quote) { B.JSArray_methods.forEach$1(quote.documents._list, new A.documentReport__closure(this._getRow, quote, this.data, this.entities)); }, - $signature: 52 + $signature: 50 }; A.documentReport__closure.prototype = { call$1($document) { @@ -435183,7 +435215,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(report), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, report, type$.legacy_String); }, - $signature: 43 + $signature: 42 }; A.ReportsScreen_build_closure6.prototype = { call$1(value) { @@ -435205,7 +435237,7 @@ columnTitle = t1.userCompanyStates._list[t2].userCompany.company.getCustomFieldLabel$1(column); return A.DropdownMenuItem$(A.Text$(columnTitle.length === 0 ? this.localization.lookup$1(column) : columnTitle, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, column, type$.legacy_String); }, - $signature: 43 + $signature: 42 }; A.ReportsScreen_build_closure7.prototype = { call$1(value) { @@ -435270,7 +435302,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(column), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, column, type$.legacy_String); }, - $signature: 43 + $signature: 42 }; A.ReportsScreen_build_closure12.prototype = { call$1(value) { @@ -435332,7 +435364,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(column), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, column, type$.legacy_String); }, - $signature: 43 + $signature: 42 }; A.ReportsScreen_build_closure26.prototype = { call$0() { @@ -435384,7 +435416,7 @@ call$1(selected) { this.$this.viewModel.onReportColumnsChanged.call$2(this.context, selected); }, - $signature: 101 + $signature: 96 }; A.ReportsScreen_build_closure20.prototype = { call$0() { @@ -435472,7 +435504,7 @@ call$1(selected) { this.$this.viewModel.onReportColumnsChanged.call$2(this.context, selected); }, - $signature: 101 + $signature: 96 }; A.ReportsScreen_build_closure25.prototype = { call$0() { @@ -435586,7 +435618,7 @@ t2 = reportState.filters.rebuild$1(new A._ReportDataTableState_initState__closure(column, value)); this.viewModel.onReportFiltersChanged.call$2(t1, t2); }, - $signature: 42 + $signature: 41 }; A._ReportDataTableState_initState__closure.prototype = { call$1(b) { @@ -435997,7 +436029,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(ageGroup), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, ageGroup, type$.legacy_String); }, - $signature: 43 + $signature: 42 }; A.ReportResult_tableFilters_closure2.prototype = { call$0() { @@ -436470,7 +436502,7 @@ t1 = this.state.uiState.reportsUIState.report; this.store.get$_dispatchers()[0].call$1(new A.UpdateReportSettings(t1, _null, _null, _null, _null, _null, column, _null, _null, _null)); }, - $signature: 56 + $signature: 57 }; A.ReportsScreenVM_fromStore_closure3.prototype = { call$2(index, ascending) { @@ -436522,7 +436554,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 106 + $signature: 105 }; A.ReportsScreenVM_fromStore__closure8.prototype = { call$1(b) { @@ -437260,7 +437292,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 35 + $signature: 36 }; A._AccountOverview_build_closure6.prototype = { call$0() { @@ -437358,7 +437390,7 @@ call$2(password, idToken) { this.$this.viewModel.onPurgeData.call$3(this.context, password, idToken); }, - $signature: 42 + $signature: 41 }; A._AccountOverview_build_closure12.prototype = { call$0() { @@ -437394,7 +437426,7 @@ call$2(password, idToken) { this.$this.viewModel.onCompanyDelete.call$4(this.context, password, idToken, this.reason); }, - $signature: 42 + $signature: 41 }; A.__AccountManagementState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { @@ -438728,7 +438760,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.state.staticState.sizeMap._map$_map.$index(0, sizeId).name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, sizeId, type$.legacy_String); }, - $signature: 43 + $signature: 42 }; A._CompanyDetailsState_build_closure1.prototype = { call$1(sizeId) { @@ -438831,7 +438863,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 35 + $signature: 36 }; A._CompanyDetailsState_build_closure6.prototype = { call$1(value) { @@ -438851,7 +438883,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_String); }, - $signature: 43 + $signature: 42 }; A._CompanyDetailsState_build_closure7.prototype = { call$1(paymentType) { @@ -438877,7 +438909,7 @@ t1 = paymentTerm.numDays; return A.DropdownMenuItem$(A.Text$(t1 === 0 ? this.localization.get$dueOnReceipt() : paymentTerm.name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, B.JSInt_methods.toString$0(t1), type$.legacy_String); }, - $signature: 43 + $signature: 42 }; A._CompanyDetailsState_build_closure9.prototype = { call$1(numDays) { @@ -438903,7 +438935,7 @@ t1 = paymentTerm.numDays; return A.DropdownMenuItem$(A.Text$(t1 === 0 ? this.localization.get$dueOnReceipt() : paymentTerm.name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, B.JSInt_methods.toString$0(t1), type$.legacy_String); }, - $signature: 43 + $signature: 42 }; A._CompanyDetailsState_build_closure11.prototype = { call$1(numDays) { @@ -439182,7 +439214,7 @@ completer = A.snackBarCompleter(context, t1, false, type$.Null); this.store.get$_dispatchers()[0].call$1(new A.UploadLogoRequest(completer, multipartFile, type)); }, - $signature: 93 + $signature: 94 }; A.CompanyDetailsVM_fromStore_closure4.prototype = { call$1(context) { @@ -439203,7 +439235,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveCompanyDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile)); t1.then$1$1(0, new A.CompanyDetailsVM_fromStore__closure0(context), type$.Null).catchError$1(new A.CompanyDetailsVM_fromStore__closure1(context)); }, - $signature: 93 + $signature: 94 }; A.CompanyDetailsVM_fromStore__closure0.prototype = { call$1(client) { @@ -439234,13 +439266,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 97 + $signature: 99 }; A.CompanyDetailsVM_fromStore__closure.prototype = { call$1(value) { return this.store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); }, - $signature: 99 + $signature: 98 }; A.CreditCardsAndBanks.prototype = { createState$0() { @@ -440226,7 +440258,7 @@ var _null = null; return A.DropdownMenuItem$(A.Row$(A._setArrayType([new A.SizedBox(120, _null, A.Text$(A.toTitleCase(key), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), A.Expanded$(A.Container$(_null, _null, B.Clip_0, $.$get$colorThemesMap().$index(0, key).colorInfo, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1), A.Expanded$(A.Container$(_null, _null, B.Clip_0, $.$get$colorThemesMap().$index(0, key).colorPrimary, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1), A.Expanded$(A.Container$(_null, _null, B.Clip_0, $.$get$colorThemesMap().$index(0, key).colorSuccess, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1), A.Expanded$(A.Container$(_null, _null, B.Clip_0, $.$get$colorThemesMap().$index(0, key).colorWarning, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1), A.Expanded$(A.Container$(_null, _null, B.Clip_0, $.$get$colorThemesMap().$index(0, key).colorDanger, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null, key, type$.legacy_String); }, - $signature: 43 + $signature: 42 }; A._DeviceSettingsState_build_closure17.prototype = { call$1(value) { @@ -441072,7 +441104,7 @@ type$.legacy_UserEntity._as(entity); return entity.get$fullName() + " \u2022 " + entity.email; }, - $signature: 39 + $signature: 40 }; A._EmailSettingsState_build_closure3.prototype = { call$0() { @@ -441099,7 +441131,7 @@ type$.legacy_UserEntity._as(entity); return entity.get$fullName() + " \u2022 " + entity.email; }, - $signature: 39 + $signature: 40 }; A._EmailSettingsState_build_closure7.prototype = { call$1(value) { @@ -441776,7 +441808,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure10(counter, pattern))); }, - $signature: 84 + $signature: 85 }; A._GeneratedNumbersState_build__closure10.prototype = { call$1(b) { @@ -441790,7 +441822,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure9(counter, pattern))); }, - $signature: 84 + $signature: 85 }; A._GeneratedNumbersState_build__closure9.prototype = { call$1(b) { @@ -441804,7 +441836,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure8(counter, pattern))); }, - $signature: 84 + $signature: 85 }; A._GeneratedNumbersState_build__closure8.prototype = { call$1(b) { @@ -441818,7 +441850,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure7(counter, pattern))); }, - $signature: 84 + $signature: 85 }; A._GeneratedNumbersState_build__closure7.prototype = { call$1(b) { @@ -441832,7 +441864,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure6(counter, pattern))); }, - $signature: 84 + $signature: 85 }; A._GeneratedNumbersState_build__closure6.prototype = { call$1(b) { @@ -441846,7 +441878,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure5(counter, pattern))); }, - $signature: 84 + $signature: 85 }; A._GeneratedNumbersState_build__closure5.prototype = { call$1(b) { @@ -441860,7 +441892,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure4(counter, pattern))); }, - $signature: 84 + $signature: 85 }; A._GeneratedNumbersState_build__closure4.prototype = { call$1(b) { @@ -441874,7 +441906,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure3(counter, pattern))); }, - $signature: 84 + $signature: 85 }; A._GeneratedNumbersState_build__closure3.prototype = { call$1(b) { @@ -441888,7 +441920,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure2(counter, pattern))); }, - $signature: 84 + $signature: 85 }; A._GeneratedNumbersState_build__closure2.prototype = { call$1(b) { @@ -441902,7 +441934,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure1(counter, pattern))); }, - $signature: 84 + $signature: 85 }; A._GeneratedNumbersState_build__closure1.prototype = { call$1(b) { @@ -441916,7 +441948,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure0(counter, pattern))); }, - $signature: 84 + $signature: 85 }; A._GeneratedNumbersState_build__closure0.prototype = { call$1(b) { @@ -441930,7 +441962,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure(counter, pattern))); }, - $signature: 84 + $signature: 85 }; A._GeneratedNumbersState_build__closure.prototype = { call$1(b) { @@ -442630,7 +442662,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 35 + $signature: 36 }; A._FileImportState_build__closure1.prototype = { call$0() { @@ -442951,7 +442983,7 @@ fieldLabel = t1.lookup$1(A.stringReplaceAllUnchecked(t2, "_id", "")); return A.DropdownMenuItem$(A.Text$(A.S(t1.lookup$1(B.JSArray_methods.get$first(field.split(".")))) + " - " + A.S(fieldLabel), _null, 1, B.TextOverflow_2, _null, _null, _null, _null, _null, _null), _null, field, type$.legacy_String); }, - $signature: 43 + $signature: 42 }; A.ImportExportScreen.prototype = { build$1(_, context) { @@ -443540,7 +443572,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(pageLayout), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, pageLayout, type$.legacy_String); }, - $signature: 43 + $signature: 42 }; A._InvoiceDesignState_build_closure11.prototype = { call$1(value) { @@ -443560,7 +443592,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(pageSize), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, pageSize, type$.legacy_String); }, - $signature: 43 + $signature: 42 }; A._InvoiceDesignState_build_closure13.prototype = { call$1(value) { @@ -443708,7 +443740,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("client_details", values)); }, - $signature: 101 + $signature: 96 }; A._InvoiceDesignState_build_closure27.prototype = { call$1(field) { @@ -443726,7 +443758,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("company_details", values)); }, - $signature: 101 + $signature: 96 }; A._InvoiceDesignState_build_closure30.prototype = { call$1(field) { @@ -443744,7 +443776,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("company_address", values)); }, - $signature: 101 + $signature: 96 }; A._InvoiceDesignState_build_closure33.prototype = { call$1(field) { @@ -443768,7 +443800,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("invoice_details", values)); }, - $signature: 101 + $signature: 96 }; A._InvoiceDesignState_build_closure37.prototype = { call$1(field) { @@ -443792,7 +443824,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("quote_details", values)); }, - $signature: 101 + $signature: 96 }; A._InvoiceDesignState_build_closure41.prototype = { call$1(field) { @@ -443816,7 +443848,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("credit_details", values)); }, - $signature: 101 + $signature: 96 }; A._InvoiceDesignState_build_closure45.prototype = { call$1(field) { @@ -443846,7 +443878,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("vendor_details", values)); }, - $signature: 101 + $signature: 96 }; A._InvoiceDesignState_build_closure50.prototype = { call$1(field) { @@ -443864,7 +443896,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("purchase_order_details", values)); }, - $signature: 101 + $signature: 96 }; A._InvoiceDesignState_build_closure53.prototype = { call$1(field) { @@ -443882,7 +443914,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("product_columns", values)); }, - $signature: 101 + $signature: 96 }; A._InvoiceDesignState_build_closure56.prototype = { call$1(field) { @@ -443900,7 +443932,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("task_columns", values)); }, - $signature: 101 + $signature: 96 }; A._InvoiceDesignState_build_closure59.prototype = { call$1(field) { @@ -443918,7 +443950,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("total_columns", values)); }, - $signature: 101 + $signature: 96 }; A.__InvoiceDesignState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { @@ -444345,7 +444377,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(key), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, key, type$.legacy_String); }, - $signature: 43 + $signature: 42 }; A._LocalizationSettingsState_build_closure11.prototype = { call$1(value) { @@ -444417,7 +444449,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 35 + $signature: 36 }; A._LocalizationSettingsState_build__closure1.prototype = { call$1(context) { @@ -444590,7 +444622,7 @@ call$1(value) { return this.appBuilder.rebuild$0(); }, - $signature: 85 + $signature: 86 }; A.PaymentSettings.prototype = { createState$0() { @@ -445702,7 +445734,7 @@ t4.get$_dispatchers()[0].call$1(new A.SaveAuthUserRequest(completer, t1, password, idToken)); } }, - $signature: 42 + $signature: 41 }; A._SettingsWizardState__onSavePressed__closure.prototype = { call$1(value) { @@ -446161,7 +446193,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_String); }, - $signature: 43 + $signature: 42 }; A._TaskSettingsState_build_closure8.prototype = { call$0() { @@ -446352,7 +446384,7 @@ call$1(taxRate) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TaxSettingsState_build__closure1(taxRate))); }, - $signature: 94 + $signature: 95 }; A._TaxSettingsState_build__closure1.prototype = { call$1(b) { @@ -446369,7 +446401,7 @@ call$1(taxRate) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TaxSettingsState_build__closure0(taxRate))); }, - $signature: 94 + $signature: 95 }; A._TaxSettingsState_build__closure0.prototype = { call$1(b) { @@ -446386,7 +446418,7 @@ call$1(taxRate) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TaxSettingsState_build__closure(taxRate))); }, - $signature: 94 + $signature: 95 }; A._TaxSettingsState_build__closure.prototype = { call$1(b) { @@ -447005,7 +447037,7 @@ var t1 = this.$this; return t1.setState$1(new A._TemplatesAndRemindersState_build__closure4(t1, value, this.viewModel)); }, - $signature: 85 + $signature: 86 }; A._TemplatesAndRemindersState_build__closure4.prototype = { call$0() { @@ -447408,7 +447440,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 35 + $signature: 36 }; A.TemplatesAndRemindersVM_fromStore____closure.prototype = { call$1(value) { @@ -447757,7 +447789,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 35 + $signature: 36 }; A._UserDetailsState_build_closure1.prototype = { call$0() { @@ -447813,7 +447845,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 35 + $signature: 36 }; A._UserDetailsState_build_closure12.prototype = { call$1(context) { @@ -448186,7 +448218,7 @@ t1 = t2.userCompanyStates._list[t1].userCompany.user.rebuild$1(new A.UserDetailsVM_fromStore____closure0()); this.store.get$_dispatchers()[0].call$1(new A.SaveAuthUserRequest(completer, t1, password, idToken)); }, - $signature: 42 + $signature: 41 }; A.UserDetailsVM_fromStore____closure0.prototype = { call$1(b) { @@ -448222,7 +448254,7 @@ t1 = t2.userCompanyStates._list[t1].userCompany.user.rebuild$1(new A.UserDetailsVM_fromStore____closure()); this.store.get$_dispatchers()[0].call$1(new A.SaveAuthUserRequest(completer, t1, password, idToken)); }, - $signature: 42 + $signature: 41 }; A.UserDetailsVM_fromStore____closure.prototype = { call$1(b) { @@ -448252,7 +448284,7 @@ call$2(password, idToken) { this.store.get$_dispatchers()[0].call$1(new A.DisableTwoFactorRequest(this.completer, password, idToken)); }, - $signature: 42 + $signature: 41 }; A.UserDetailsVM_fromStore_closure2.prototype = { call$1(context) { @@ -448290,7 +448322,7 @@ t2 = t3.userCompanyStates._list[t2].userCompany.user.rebuild$1(new A.UserDetailsVM_fromStore____closure4()); this.store.get$_dispatchers()[0].call$1(new A.SaveAuthUserRequest(completer, t2, password, idToken)); }, - $signature: 42 + $signature: 41 }; A.UserDetailsVM_fromStore____closure3.prototype = { call$1(value) { @@ -448383,7 +448415,7 @@ } else _this.store.get$_dispatchers()[0].call$1(new A.ConnecOAuthUserRequest(_this.completer, "google", _this.password, idToken, accessToken)); }, - $signature: 42 + $signature: 41 }; A.UserDetailsVM_fromStore_closure4.prototype = { call$1(context) { @@ -448423,7 +448455,7 @@ t2 = t3.userCompanyStates._list[t2].userCompany.user.rebuild$1(new A.UserDetailsVM_fromStore____closure2()); this.store.get$_dispatchers()[0].call$1(new A.SaveAuthUserRequest(completer, t2, password, idToken)); }, - $signature: 42 + $signature: 41 }; A.UserDetailsVM_fromStore____closure1.prototype = { call$1(value) { @@ -448485,7 +448517,7 @@ call$2(idToken, accessToken) { this.store.get$_dispatchers()[0].call$1(new A.ConnecOAuthUserRequest(this.completer, "microsoft", this.password, idToken, accessToken)); }, - $signature: 42 + $signature: 41 }; A.UserDetailsVM_fromStore___closure4.prototype = { call$1(error) { @@ -448586,7 +448618,7 @@ t2 = A._lateReadCheck(t1.__Store__state, "_state").uiState.settingsUIState.user; t1.get$_dispatchers()[0].call$1(new A.SaveAuthUserRequest(this.completer, t2, password, idToken)); }, - $signature: 42 + $signature: 41 }; A.WorkflowSettings.prototype = { createState$0() { @@ -448748,7 +448780,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(option), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, option, type$.legacy_String); }, - $signature: 43 + $signature: 42 }; A._WorkflowSettingsState_build_closure5.prototype = { call$1(value) { @@ -449110,7 +449142,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 53 + $signature: 54 }; A._SubscriptionEditState_build_closure25.prototype = { call$1(context) { @@ -449297,7 +449329,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_String); }, - $signature: 43 + $signature: 42 }; A._SubscriptionEditState_build_closure11.prototype = { call$1(value) { @@ -449562,7 +449594,7 @@ t1.get$_dispatchers()[0].call$1(new A.SaveSubscriptionRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_SubscriptionEntity), subscription)); return t2.then$1$1(0, new A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure0(subscription, t3, this.state, t1, $navigator), type$.Null).catchError$1(new A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure1()); }, - $signature: 35 + $signature: 36 }; A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure.prototype = { call$1(context) { @@ -450117,7 +450149,7 @@ credentials = t2.get$credentials(t2); new A.WebClient().post$5$idToken$password$rawResponse(credentials.url + "/self-update", credentials.token, idToken, password, true).then$1$1(0, new A._UpdateDialogState_updateApp__closure0(t1, _this.store), type$.Null).catchError$1(new A._UpdateDialogState_updateApp__closure1(t1, _this.context)); }, - $signature: 42 + $signature: 41 }; A._UpdateDialogState_updateApp__closure.prototype = { call$0() { @@ -450232,7 +450264,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 53 + $signature: 54 }; A._TaskEditState_build_closure2.prototype = { call$2(context, action) { @@ -450647,7 +450679,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build__closure4(t1)); }, - $signature: 56 + $signature: 57 }; A._TaskEditDesktopState_build__closure4.prototype = { call$0() { @@ -450679,7 +450711,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build__closure2(t1)); }, - $signature: 56 + $signature: 57 }; A._TaskEditDesktopState_build__closure2.prototype = { call$0() { @@ -451006,7 +451038,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure3(t3), t4); }, - $signature: 116 + $signature: 117 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure2.prototype = { call$1(_) { @@ -451047,7 +451079,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure1(t3), t4); }, - $signature: 116 + $signature: 117 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure.prototype = { call$1(b) { @@ -451184,7 +451216,7 @@ var t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure3(t1, date, this.showEndDate, this.viewModel)); }, - $signature: 56 + $signature: 57 }; A.TimeEditDetailsState_build__closure3.prototype = { call$0() { @@ -451236,7 +451268,7 @@ var t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure0(t1, date, this.viewModel)); }, - $signature: 56 + $signature: 57 }; A.TimeEditDetailsState_build__closure0.prototype = { call$0() { @@ -451436,7 +451468,7 @@ return t3.then$1$1(0, new A.TaskEditVM_TaskEditVM$fromStore___closure0(task, t6, origTask, t1, t2, $navigator, t4), type$.Null).catchError$1(new A.TaskEditVM_TaskEditVM$fromStore___closure1()); } }, - $signature: 35 + $signature: 36 }; A.TaskEditVM_TaskEditVM$fromStore___closure.prototype = { call$1(context) { @@ -451976,7 +452008,7 @@ t1.setState$1(new A.KanbanViewState_build___closure(t1, startIndex, endIndex)); t1._onBoardChanged$0(); }, - $signature: 142 + $signature: 141 }; A.KanbanViewState_build___closure.prototype = { call$0() { @@ -452747,7 +452779,7 @@ call$2($status, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterTasksByStatus($status)); }, - $signature: 117 + $signature: 118 }; A.TaskScreen_build_closure16.prototype = { call$0() { @@ -452789,7 +452821,7 @@ call$2($status, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterTasksByStatus($status)); }, - $signature: 117 + $signature: 118 }; A.TaskScreen_build_closure5.prototype = { call$1(value) { @@ -453144,7 +453176,7 @@ t3 = t2.uiState.selectedCompanyIndex; return t2.userCompanyStates._list[t3].userCompany.canEditEntity$1(this.task) ? t1.onEditPressed.call$2(context, this.taskTime) : null; }, - $signature: 53 + $signature: 54 }; A._TaskOverviewState_build_closure.prototype = { call$0() { @@ -453271,7 +453303,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveTaskDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.task)); t1.then$1$1(0, new A.TaskViewVM_TaskViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.TaskViewVM_TaskViewVM$fromStore__closure1(context)); }, - $signature: 93 + $signature: 94 }; A.TaskViewVM_TaskViewVM$fromStore__closure0.prototype = { call$1(client) { @@ -453302,13 +453334,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 97 + $signature: 99 }; A.TaskViewVM_TaskViewVM$fromStore__closure.prototype = { call$1(value) { return this.store.get$_dispatchers()[0].call$1(new A.LoadTask(null, this.task.id)); }, - $signature: 99 + $signature: 98 }; A.TaskStatusEdit.prototype = { createState$0() { @@ -453390,7 +453422,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 53 + $signature: 54 }; A._TaskStatusEditState_build_closure1.prototype = { call$1(context) { @@ -453505,7 +453537,7 @@ t1.get$_dispatchers()[0].call$1(new A.SaveTaskStatusRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_TaskStatusEntity), taskStatus)); return t2.then$1$1(0, new A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure(taskStatus, t3, this.state, t1, $navigator), type$.Null).catchError$1(new A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure0()); }, - $signature: 35 + $signature: 36 }; A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure.prototype = { call$1(savedTaskStatus) { @@ -453970,7 +454002,7 @@ call$1(taxRate) { this.store.get$_dispatchers()[0].call$1(new A.UpdateTaxRate(taxRate)); }, - $signature: 131 + $signature: 134 }; A.TaxRateEditVM_TaxRateEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -454005,7 +454037,7 @@ t1.get$_dispatchers()[0].call$1(new A.SaveTaxRateRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_TaxRateEntity), taxRate)); return t2.then$1$1(0, new A.TaxRateEditVM_TaxRateEditVM$fromStore___closure(taxRate, t3, this.state, t1, $navigator), type$.Null).catchError$1(new A.TaxRateEditVM_TaxRateEditVM$fromStore___closure0()); }, - $signature: 35 + $signature: 36 }; A.TaxRateEditVM_TaxRateEditVM$fromStore___closure.prototype = { call$1(savedTaxRate) { @@ -454036,7 +454068,7 @@ } else A.viewEntity(false, savedTaxRate, null, true); }, - $signature: 131 + $signature: 134 }; A.TaxRateEditVM_TaxRateEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -454384,7 +454416,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 53 + $signature: 54 }; A._TokenEditState_build_closure1.prototype = { call$1(context) { @@ -455037,7 +455069,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 53 + $signature: 54 }; A._UserEditState_build_closure14.prototype = { call$1(context) { @@ -455339,13 +455371,13 @@ A.passwordCallback(false, new A.UserEditVM_UserEditVM$fromStore___closure(t1, new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_UserEntity), user), this.context); return t2.then$1$1(0, new A.UserEditVM_UserEditVM$fromStore___closure0(user, t3, this.state, t1, $navigator), type$.Null).catchError$1(new A.UserEditVM_UserEditVM$fromStore___closure1()); }, - $signature: 35 + $signature: 36 }; A.UserEditVM_UserEditVM$fromStore___closure.prototype = { call$2(password, idToken) { this.store.get$_dispatchers()[0].call$1(new A.SaveUserRequest(this.completer, this.user, password, idToken)); }, - $signature: 42 + $signature: 41 }; A.UserEditVM_UserEditVM$fromStore___closure0.prototype = { call$1(savedUser) { @@ -455731,7 +455763,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 53 + $signature: 54 }; A._VendorEditState_build_closure0.prototype = { call$1(context) { @@ -455839,7 +455871,7 @@ b.get$_vendor_model$_$this()._vendor_model$_postalCode = t1; return b; }, - $signature: 102 + $signature: 100 }; A.VendorEditAddressState__onChanged_closure0.prototype = { call$0() { @@ -455860,7 +455892,7 @@ b.get$_vendor_model$_$this()._vendor_model$_countryId = t1; return b; }, - $signature: 102 + $signature: 100 }; A.VendorEditContacts.prototype = { createState$0() { @@ -456316,7 +456348,7 @@ b.get$_vendor_model$_$this()._vendor_model$_customValue4 = t1; return b; }, - $signature: 102 + $signature: 100 }; A.VendorEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -456341,7 +456373,7 @@ b.get$_vendor_model$_$this()._vendor_model$_assignedUserId = this.userId; return b; }, - $signature: 102 + $signature: 100 }; A.VendorEditFooter.prototype = { build$1(_, context) { @@ -456449,7 +456481,7 @@ b.get$_vendor_model$_$this()._vendor_model$_privateNotes = t1; return b; }, - $signature: 102 + $signature: 100 }; A.VendorEditNotesState__onChanged_closure0.prototype = { call$0() { @@ -456472,7 +456504,7 @@ b.get$_vendor_model$_$this()._vendor_model$_currencyId = t1; return b; }, - $signature: 102 + $signature: 100 }; A.VendorEditScreen.prototype = { build$1(_, context) { @@ -456550,7 +456582,7 @@ t1.get$_dispatchers()[0].call$1(new A.SaveVendorRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_VendorEntity), vendor)); return t2.then$1$1(0, new A.VendorEditVM_VendorEditVM$fromStore___closure0(vendor, t3, this.state, t1, $navigator), type$.Null).catchError$1(new A.VendorEditVM_VendorEditVM$fromStore___closure1()); }, - $signature: 35 + $signature: 36 }; A.VendorEditVM_VendorEditVM$fromStore___closure.prototype = { call$1(context) { @@ -457529,6 +457561,8 @@ if (t3 && t2.length !== 0) t4.push(A.EntityListTile$(user, _this.isFilter, _null)); t4.push(new A.FieldGrid(fields, _null)); + if (company.isModuleEnabled$1(B.EntityType_purchaseOrder)) + t4.push(new A.EntitiesListTile(vendor, B.EntityType_purchaseOrder, t1.get$purchaseOrders(), $.$get$memoizedPurchaseOrderStatsForVendor().call$2(t7, t8[t9].purchaseOrderState.map).present$2(t1.get$active(t1), t1.get$archived()), _this.isFilter, false, _null)); if (company.isModuleEnabled$1(B.EntityType_expense)) t4.push(new A.EntitiesListTile(vendor, B.EntityType_expense, t1.get$expenses(), $.$get$memoizedExpenseStatsForVendor().call$2(t7, t8[t9].expenseState.map).present$2(t1.get$active(t1), t1.get$archived()), _this.isFilter, false, _null)); if (company.isModuleEnabled$1(B.EntityType_recurringExpense)) @@ -457593,7 +457627,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveVendorDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.vendor)); t1.then$1$1(0, new A.VendorViewVM_VendorViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.VendorViewVM_VendorViewVM$fromStore__closure1(context)); }, - $signature: 93 + $signature: 94 }; A.VendorViewVM_VendorViewVM$fromStore__closure0.prototype = { call$1(client) { @@ -457624,13 +457658,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 97 + $signature: 99 }; A.VendorViewVM_VendorViewVM$fromStore__closure.prototype = { call$1(value) { return this.store.get$_dispatchers()[0].call$1(new A.LoadVendor(null, this.vendor.id)); }, - $signature: 99 + $signature: 98 }; A.WebhookEdit.prototype = { createState$0() { @@ -457715,7 +457749,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 53 + $signature: 54 }; A._WebhookEditState_build_closure1.prototype = { call$1(context) { @@ -457786,7 +457820,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(B.Map_atQCY.$index(0, eventId)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, eventId, type$.legacy_String); }, - $signature: 43 + $signature: 42 }; A._WebhookEditState_build__closure2.prototype = { call$1(value) { @@ -457932,7 +457966,7 @@ t1.get$_dispatchers()[0].call$1(new A.SaveWebhookRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_WebhookEntity), webhook)); return t2.then$1$1(0, new A.WebhookEditVM_WebhookEditVM$fromStore___closure(webhook, t3, this.state, t1, $navigator), type$.Null).catchError$1(new A.WebhookEditVM_WebhookEditVM$fromStore___closure0()); }, - $signature: 35 + $signature: 36 }; A.WebhookEditVM_WebhookEditVM$fromStore___closure.prototype = { call$1(savedWebhook) { @@ -458508,7 +458542,7 @@ A.showDialog(null, false, new A.passwordCallback__closure0(t2, idToken), _this.context, null, true, type$.legacy_AlertDialog); } }, - $signature: 42 + $signature: 41 }; A.passwordCallback__closure0.prototype = { call$1(context) { @@ -458536,7 +458570,7 @@ A.showDialog(null, false, new A.passwordCallback__closure(t2, idToken), _this.context, null, true, type$.legacy_AlertDialog); } }, - $signature: 42 + $signature: 41 }; A.passwordCallback__closure.prototype = { call$1(context) { @@ -464562,7 +464596,7 @@ call$1(child) { type$.OverflowViewParentData._as(child.parentData).offstage = null; }, - $signature: 108 + $signature: 107 }; A.RenderOverflowView_performFixedLayout_getChildOffset.prototype = { call$1(index) { @@ -464586,7 +464620,7 @@ if (type$.OverflowViewParentData._as(child.parentData).offstage === false) this.visitor.call$1(child); }, - $signature: 108 + $signature: 107 }; A.RenderOverflowView_paint_paintChild.prototype = { call$1(child) { @@ -464597,13 +464631,13 @@ else t1.paintChild$2(child, this.$this._box$_size.bottomRight$1(0, B.Offset_0_0)); }, - $signature: 108 + $signature: 107 }; A.RenderOverflowView_paint_defaultPaint.prototype = { call$2(context, offset) { this.$this.visitOnlyOnStageChildren$1(this.paintChild); }, - $signature: 95 + $signature: 93 }; A.RenderOverflowView_hitTestChildren_closure.prototype = { call$1(renderObject) { @@ -464613,7 +464647,7 @@ t1 = this.position; this.result.addWithPaintOffset$3$hitTest$offset$position(new A.RenderOverflowView_hitTestChildren__closure(t1, childParentData, renderObject), childParentData.offset, t1); }, - $signature: 108 + $signature: 107 }; A.RenderOverflowView_hitTestChildren__closure.prototype = { call$2(result, transformed) { @@ -464898,13 +464932,13 @@ call$1(part) { return part !== ""; }, - $signature: 57 + $signature: 53 }; A.Context_split_closure.prototype = { call$1(part) { return part.length !== 0; }, - $signature: 57 + $signature: 53 }; A._validateArgList_closure.prototype = { call$1(arg) { @@ -465800,7 +465834,7 @@ call$1(index) { return index; }, - $signature: 129 + $signature: 127 }; A.PrintingPlugin_raster_closure0.prototype = { call$1(e) { @@ -467807,7 +467841,7 @@ if (t1) this.$this._widget.onPressed.call$0(); }, - $signature: 41 + $signature: 43 }; A.RoundedLoadingButtonState_initState_closure2.prototype = { call$0() { @@ -468833,7 +468867,7 @@ call$1(key) { return J.startsWith$1$s(key, "flutter."); }, - $signature: 57 + $signature: 53 }; A.SourceFile.prototype = { get$length(_) { @@ -470269,7 +470303,7 @@ } else t1.setToHasData$2$data$middleSnap(data, this.middleState); }, - $signature: 85 + $signature: 86 }; A.ReactiveModelBase__streamSubscription_closure1.prototype = { call$2(err, s) { @@ -472560,13 +472594,13 @@ call$2(doc, transaction) { transaction._document.deleteNode$1(this.nodeBefore); }, - $signature: 119 + $signature: 114 }; A.CommonEditorOperations_deleteUpstream_closure0.prototype = { call$2(doc, transaction) { transaction._document.deleteNode$1(this.node); }, - $signature: 119 + $signature: 114 }; A.CommonEditorOperations__replaceBlockNodeWithEmptyParagraphAndCollapsedSelection_closure.prototype = { call$2(doc, transaction) { @@ -472579,25 +472613,25 @@ t1 = new A.DocumentPosition(newNode.id, B.TextNodePosition_0_TextAffinity_1); this.$this.composer.set$selection(new A.DocumentSelection(t1, t1)); }, - $signature: 119 + $signature: 114 }; A.CommonEditorOperations_convertParagraphByPatternMatching_closure.prototype = { call$2($document, transaction) { transaction._document.replaceNode$2$newNode$oldNode(this.newNode, this.node); }, - $signature: 119 + $signature: 114 }; A.CommonEditorOperations_convertParagraphByPatternMatching_closure0.prototype = { call$2($document, transaction) { transaction._document.insertNodeAt$2(this.paragraphNodeIndex, A.HorizontalRuleNode$(B.C_Uuid.v4$0())); }, - $signature: 119 + $signature: 114 }; A.CommonEditorOperations_convertParagraphByPatternMatching_closure1.prototype = { call$2($document, transaction) { transaction._document.replaceNode$2$newNode$oldNode(this.newNode, this.node); }, - $signature: 119 + $signature: 114 }; A.CommonEditorOperations_convertParagraphByPatternMatching_closure2.prototype = { call$2(value, element) { @@ -472621,13 +472655,13 @@ call$2($document, transaction) { transaction._document.replaceNode$2$newNode$oldNode(this.imageNode, this.node); }, - $signature: 119 + $signature: 114 }; A.CommonEditorOperations_insertBlockLevelNewline_closure.prototype = { call$2(doc, transaction) { transaction._document.insertNodeAfter$2$existingNode$newNode(this.extentNode, A.ParagraphNode$(this.newNodeId, null, A.AttributedText$(null, ""))); }, - $signature: 119 + $signature: 114 }; A.CommonEditorOperations_insertBlockLevelNewline_closure0.prototype = { call$2(doc, transaction) { @@ -472638,19 +472672,19 @@ t1.addListener$1(0, t2.get$_forwardNodeChange()); t2.notifyListeners$0(); }, - $signature: 119 + $signature: 114 }; A.CommonEditorOperations_convertToListItem_closure.prototype = { call$2($document, transaction) { transaction._document.replaceNode$2$newNode$oldNode(this.newNode, this.node); }, - $signature: 119 + $signature: 114 }; A.CommonEditorOperations_convertToBlockquote_closure.prototype = { call$2($document, transaction) { transaction._document.replaceNode$2$newNode$oldNode(this.newNode, this.node); }, - $signature: 119 + $signature: 114 }; A.CommonEditorOperations_convertToParagraph_closure.prototype = { call$2($document, transaction) { @@ -472661,7 +472695,7 @@ } else transaction._document.replaceNode$2$newNode$oldNode(A.ParagraphNode$(t1.id, this.newMetadata, t1._text$_text), t1); }, - $signature: 119 + $signature: 114 }; A._PasteEditorCommand.prototype = { execute$2($document, transaction) { @@ -478432,67 +478466,67 @@ call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["maxWidth", 640, "padding", B.CascadingPadding_24_24_null_null, "textStyle", B.TextStyle_K9x], type$.String, type$.dynamic); }, - $signature: 127 + $signature: 125 }; A.defaultStylesheet_closure0.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_40_null, "textStyle", B.TextStyle_lRE1], type$.String, type$.dynamic); }, - $signature: 127 + $signature: 125 }; A.defaultStylesheet_closure1.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_32_null, "textStyle", B.TextStyle_lRE0], type$.String, type$.dynamic); }, - $signature: 127 + $signature: 125 }; A.defaultStylesheet_closure2.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_28_null, "textStyle", B.TextStyle_lRE], type$.String, type$.dynamic); }, - $signature: 127 + $signature: 125 }; A.defaultStylesheet_closure3.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_24_null], type$.String, type$.dynamic); }, - $signature: 127 + $signature: 125 }; A.defaultStylesheet_closure4.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_0_null], type$.String, type$.dynamic); }, - $signature: 127 + $signature: 125 }; A.defaultStylesheet_closure5.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_0_null], type$.String, type$.dynamic); }, - $signature: 127 + $signature: 125 }; A.defaultStylesheet_closure6.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_0_null], type$.String, type$.dynamic); }, - $signature: 127 + $signature: 125 }; A.defaultStylesheet_closure7.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_24_null], type$.String, type$.dynamic); }, - $signature: 127 + $signature: 125 }; A.defaultStylesheet_closure8.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["textStyle", B.TextStyle_WPt], type$.String, type$.dynamic); }, - $signature: 127 + $signature: 125 }; A.defaultStylesheet_closure9.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_null_96], type$.String, type$.dynamic); }, - $signature: 127 + $signature: 125 }; A.TextNode.prototype = { TextNode$3$id$metadata$text(id, metadata, text) { @@ -479541,7 +479575,7 @@ t1.remainingOffset = remainingOffset; return remainingOffset >= 0; }, - $signature: 57 + $signature: 53 }; A.CharacterMovement__moveOffsetByWord_closure0.prototype = { call$1(char) { @@ -479550,7 +479584,7 @@ A.throwExpression(A.argumentErrorValue(char)); return t1.test(char); }, - $signature: 57 + $signature: 53 }; A.CharacterMovement__moveOffsetByWord_closure1.prototype = { call$1(char) { @@ -479559,7 +479593,7 @@ A.throwExpression(A.argumentErrorValue(char)); return !t1.test(char); }, - $signature: 57 + $signature: 53 }; A.CharacterMovement__moveOffsetByCharacter_closure.prototype = { call$1(char) { @@ -479568,7 +479602,7 @@ t1.remainingOffset = remainingOffset; return remainingOffset >= 0; }, - $signature: 57 + $signature: 53 }; A.MagnifyingGlass.prototype = { build$1(_, context) { @@ -481841,7 +481875,7 @@ call$1(str) { return str.length !== 0; }, - $signature: 57 + $signature: 53 }; A.MethodChannelUrlLauncher.prototype = { canLaunch$1(url) { @@ -484047,14 +484081,14 @@ _instance_2_i = hunkHelpers._instance_2i; _static_0(A, "_engine_SkiaObjects_postFrameCleanUp$closure", "SkiaObjects_postFrameCleanUp", 0); _static_1(A, "_engine_BitmapCanvas__onEvictElement$closure", "BitmapCanvas__onEvictElement", 2897); - _static_1(A, "_engine___noopCallback$closure", "_noopCallback", 141); - _static_1(A, "_engine___emptyCallback$closure", "_emptyCallback", 85); + _static_1(A, "_engine___noopCallback$closure", "_noopCallback", 140); + _static_1(A, "_engine___emptyCallback$closure", "_emptyCallback", 86); _instance_0_u(A.AlarmClock.prototype, "get$_timerDidFire", "_timerDidFire$0", 0); - _instance_1_u(A.HtmlViewEmbedder.prototype, "get$_releaseOverlay", "_releaseOverlay$1", 86); + _instance_1_u(A.HtmlViewEmbedder.prototype, "get$_releaseOverlay", "_releaseOverlay$1", 87); _instance_0_u(A.FontFallbackData.prototype, "get$_ensureFallbackFonts", "_ensureFallbackFonts$0", 0); var _; _instance_1_i(_ = A.FallbackFontDownloadQueue.prototype, "get$add", "add$1", 1025); - _instance_0_u(_, "get$startDownloads", "startDownloads$0", 103); + _instance_0_u(_, "get$startDownloads", "startDownloads$0", 102); _instance_1_u(A.SkiaFontCollection.prototype, "get$_getArrayBuffer", "_getArrayBuffer$1", 535); _instance_1_u(_ = A.Surface.prototype, "get$_contextRestoredListener", "_contextRestoredListener$1", 73); _instance_1_u(_, "get$_contextLostListener", "_contextLostListener$1", 73); @@ -484062,8 +484096,8 @@ _instance_1_u(_ = A.FlutterViewEmbedder.prototype, "get$_metricsDidChange", "_metricsDidChange$1", 1151); _instance_1_u(_, "get$_languageDidChange", "_languageDidChange$1", 73); _instance_1_u(A.KeyboardBinding.prototype, "get$_onKeyData", "_onKeyData$1", 475); - _instance_1_i(A.MultiEntriesBrowserHistory.prototype, "get$onPopState", "onPopState$1", 36); - _instance_1_i(A.SingleEntryBrowserHistory.prototype, "get$onPopState", "onPopState$1", 36); + _instance_1_i(A.MultiEntriesBrowserHistory.prototype, "get$onPopState", "onPopState$1", 35); + _instance_1_i(A.SingleEntryBrowserHistory.prototype, "get$onPopState", "onPopState$1", 35); _instance_1_u(A.PointerBinding.prototype, "get$_onPointerData", "_onPointerData$1", 2408); _instance_0_i(A.RulerHost.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(_ = A.DefaultTextEditingStrategy.prototype, "get$handleChange", "handleChange$1", 73); @@ -484071,12 +484105,12 @@ _instance_1_u(_, "get$handleCompositionUpdate", "handleCompositionUpdate$1", 73); _instance_1_u(_, "get$maybeSendAction", "maybeSendAction$1", 73); _static_2(J, "_interceptors_JSArray__compareAny$closure", "JSArray__compareAny", 347); - _instance_1_i(_ = J.JSArray.prototype, "get$add", "add$1", 36); + _instance_1_i(_ = J.JSArray.prototype, "get$add", "add$1", 35); _instance(_, "get$toList", 1, 0, function() { return {growable: true}; }, ["call$1$growable", "call$0"], ["toList$1$growable", "toList$0"], "List<1>({growable:bool})", 0, 0); _instance(J.JSString.prototype, "get$startsWith", 1, 1, null, ["call$2", "call$1"], ["startsWith$2", "startsWith$1"], 1303, 0, 0); - _instance_1_i(A._CastIterableBase.prototype, "get$contains", "contains$1", 113); + _instance_1_i(A._CastIterableBase.prototype, "get$contains", "contains$1", 106); _static_1(A, "_js_helper_GeneralConstantMap__constantMapHashCode$closure", "GeneralConstantMap__constantMapHashCode", 276); _static_0(A, "_js_helper_Primitives_dateNow$closure", "Primitives_dateNow", 170); _instance_1_i(A.JsLinkedHashMap.prototype, "get$remove", "remove$1", "2?(Object?)"); @@ -484086,15 +484120,15 @@ _static_1(A, "async__AsyncRun__scheduleImmediateWithSetImmediate$closure", "_AsyncRun__scheduleImmediateWithSetImmediate", 505); _static_1(A, "async__AsyncRun__scheduleImmediateWithTimer$closure", "_AsyncRun__scheduleImmediateWithTimer", 505); _static_0(A, "async___startMicrotaskLoop$closure", "_startMicrotaskLoop", 0); - _static_1(A, "async___nullDataHandler$closure", "_nullDataHandler", 85); - _static_2(A, "async___nullErrorHandler$closure", "_nullErrorHandler", 128); + _static_1(A, "async___nullDataHandler$closure", "_nullDataHandler", 86); + _static_2(A, "async___nullErrorHandler$closure", "_nullErrorHandler", 129); _static_0(A, "async___nullDoneHandler$closure", "_nullDoneHandler", 0); _static(A, "async___rootScheduleMicrotask$closure", 4, null, ["call$4"], ["_rootScheduleMicrotask"], 2899, 0); _instance_0_u(_ = A._BroadcastSubscription.prototype, "get$_onPause", "_onPause$0", 0); _instance_0_u(_, "get$_onResume", "_onResume$0", 0); - _instance_1_i(_ = A._BroadcastStreamController.prototype, "get$add", "add$1", 36); - _instance_1_i(_, "get$_async$_add", "_async$_add$1", 36); - _instance_2_u(_, "get$_addError", "_addError$2", 128); + _instance_1_i(_ = A._BroadcastStreamController.prototype, "get$add", "add$1", 35); + _instance_1_i(_, "get$_async$_add", "_async$_add$1", 35); + _instance_2_u(_, "get$_addError", "_addError$2", 129); _instance_0_u(_, "get$_async$_close", "_async$_close$0", 0); _instance(A._Completer.prototype, "get$completeError", 0, 1, function() { return [null]; @@ -484102,56 +484136,56 @@ _instance(A._AsyncCompleter.prototype, "get$complete", 1, 0, function() { return [null]; }, ["call$1", "call$0"], ["complete$1", "complete$0"], 704, 0, 0); - _instance_2_u(A._Future.prototype, "get$_completeError", "_completeError$2", 128); - _instance_1_i(_ = A._StreamController.prototype, "get$add", "add$1", 36); + _instance_2_u(A._Future.prototype, "get$_completeError", "_completeError$2", 129); + _instance_1_i(_ = A._StreamController.prototype, "get$add", "add$1", 35); _instance(_, "get$addError", 0, 1, function() { return [null]; }, ["call$2", "call$1"], ["addError$2", "addError$1"], 669, 0, 0); - _instance_1_i(_, "get$_async$_add", "_async$_add$1", 36); - _instance_2_u(_, "get$_addError", "_addError$2", 128); + _instance_1_i(_, "get$_async$_add", "_async$_add$1", 35); + _instance_2_u(_, "get$_addError", "_addError$2", 129); _instance_0_u(_, "get$_async$_close", "_async$_close$0", 0); _instance_0_u(_ = A._ControllerSubscription.prototype, "get$_onPause", "_onPause$0", 0); _instance_0_u(_, "get$_onResume", "_onResume$0", 0); _instance_0_u(_ = A._BufferingStreamSubscription.prototype, "get$_onPause", "_onPause$0", 0); _instance_0_u(_, "get$_onResume", "_onResume$0", 0); _instance_0_u(A._DoneStreamSubscription.prototype, "get$_sendDone", "_sendDone$0", 0); - _instance_1_u(_ = A._StreamIterator.prototype, "get$_async$_onData", "_async$_onData$1", 36); - _instance_2_u(_, "get$_onError", "_onError$2", 128); + _instance_1_u(_ = A._StreamIterator.prototype, "get$_async$_onData", "_async$_onData$1", 35); + _instance_2_u(_, "get$_onError", "_onError$2", 129); _instance_0_u(_, "get$_onDone", "_onDone$0", 0); _instance_0_u(_ = A._ForwardingStreamSubscription.prototype, "get$_onPause", "_onPause$0", 0); _instance_0_u(_, "get$_onResume", "_onResume$0", 0); - _instance_1_u(_, "get$_handleData", "_handleData$1", 36); + _instance_1_u(_, "get$_handleData", "_handleData$1", 35); _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 2149); _instance_0_u(_, "get$_handleDone", "_handleDone$0", 0); _instance_0_u(_ = A._SinkTransformerStreamSubscription.prototype, "get$_onPause", "_onPause$0", 0); _instance_0_u(_, "get$_onResume", "_onResume$0", 0); - _instance_1_u(_, "get$_handleData", "_handleData$1", 36); - _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 128); + _instance_1_u(_, "get$_handleData", "_handleData$1", 35); + _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 129); _instance_0_u(_, "get$_handleDone", "_handleDone$0", 0); _static_2(A, "collection___defaultEquals$closure", "_defaultEquals", 493); _static_1(A, "collection___defaultHashCode$closure", "_defaultHashCode", 276); _static_2(A, "collection_ListMixin__compareAny$closure", "ListMixin__compareAny", 347); _static_2(A, "collection___dynamicCompare$closure", "_dynamicCompare", 347); _instance_1_i(A._LinkedCustomHashMap.prototype, "get$remove", "remove$1", "2?(Object?)"); - _instance_1_i(A._HashSet.prototype, "get$contains", "contains$1", 113); - _instance_1_i(A._LinkedHashSet.prototype, "get$contains", "contains$1", 113); - _instance_1_i(A.IterableMixin.prototype, "get$contains", "contains$1", 113); - _instance_1_i(A._UnmodifiableSet.prototype, "get$contains", "contains$1", 113); - _instance_1_i(A.SplayTreeSet.prototype, "get$contains", "contains$1", 113); + _instance_1_i(A._HashSet.prototype, "get$contains", "contains$1", 106); + _instance_1_i(A._LinkedHashSet.prototype, "get$contains", "contains$1", 106); + _instance_1_i(A.IterableMixin.prototype, "get$contains", "contains$1", 106); + _instance_1_i(A._UnmodifiableSet.prototype, "get$contains", "contains$1", 106); + _instance_1_i(A.SplayTreeSet.prototype, "get$contains", "contains$1", 106); _static_1(A, "convert___defaultToEncodable$closure", "_defaultToEncodable", 12); - _instance_1_i(_ = A._ByteCallbackSink.prototype, "get$add", "add$1", 36); + _instance_1_i(_ = A._ByteCallbackSink.prototype, "get$add", "add$1", 35); _instance_0_i(_, "get$close", "close$0", 0); _static_1(A, "core__identityHashCode$closure", "identityHashCode", 276); _static_2(A, "core__identical$closure", "identical", 493); _static_2(A, "core_Comparable_compare$closure", "Comparable_compare", 2900); _static_1(A, "core_Uri_decodeComponent$closure", "Uri_decodeComponent", 109); - _instance_1_i(A.Iterable.prototype, "get$contains", "contains$1", 113); + _instance_1_i(A.Iterable.prototype, "get$contains", "contains$1", 106); _instance(A.StringBuffer.prototype, "get$writeln", 0, 0, null, ["call$1", "call$0"], ["writeln$1", "writeln$0"], 704, 0, 0); _static(A, "html__Html5NodeValidator__standardAttributeValidator$closure", 4, null, ["call$4"], ["_Html5NodeValidator__standardAttributeValidator"], 789, 0); _static(A, "html__Html5NodeValidator__uriAttributeValidator$closure", 4, null, ["call$4"], ["_Html5NodeValidator__uriAttributeValidator"], 789, 0); _instance_2_i(A.HttpRequest.prototype, "get$setRequestHeader", "setRequestHeader$2", 173); - _instance_1_u(_ = A.Console.prototype, "get$group", "group$1", 36); - _instance_1_u(_, "get$warn", "warn$1", 36); + _instance_1_u(_ = A.Console.prototype, "get$group", "group$1", 35); + _instance_1_u(_, "get$warn", "warn$1", 35); _instance_0_u(_ = A._FileStream.prototype, "get$_readBlock", "_readBlock$0", 0); _instance_0_i(_, "get$_io$_start", "_io$_start$0", 0); _instance_0_i(A._File.prototype, "get$length", "length$0", 305); @@ -484163,11 +484197,11 @@ _static(A, "ui_Size_lerp$closure", 3, null, ["call$3"], ["Size_lerp"], 2903, 0); _static(A, "ui__lerpDouble$closure", 3, null, ["call$3"], ["lerpDouble"], 2904, 0); _static(A, "ui_Color_lerp$closure", 3, null, ["call$3"], ["Color_lerp"], 2905, 0); - _instance_1_u(A._StoredMessage.prototype, "get$invoke", "invoke$1", 141); + _instance_1_u(A._StoredMessage.prototype, "get$invoke", "invoke$1", 140); _instance_0_u(A._Channel.prototype, "get$_drainStep", "_drainStep$0", 0); _instance_2_u(A.BoardItemState.prototype, "get$onDropItem", "onDropItem$2", 970); _instance_1_u(A.BoardListState.prototype, "get$onDropList", "onDropList$1", 987); - _instance_1_i(A.CopyOnWriteSet.prototype, "get$contains", "contains$1", 113); + _instance_1_i(A.CopyOnWriteSet.prototype, "get$contains", "contains$1", 106); _instance_1_u(_ = A.CachedNetworkImage.prototype, "get$_octoPlaceholderBuilder", "_octoPlaceholderBuilder$1", 75); _instance(_, "get$_octoErrorBuilder", 0, 3, null, ["call$3"], ["_octoErrorBuilder$3"], 657, 0, 0); _instance_1_u(_ = A.MultiImageStreamCompleter.prototype, "get$_multi_image_stream_completer$_handleAppFrame", "_multi_image_stream_completer$_handleAppFrame$1", 21); @@ -484176,14 +484210,14 @@ _instance_1_u(_ = A.StringCharacterRange.prototype, "get$dropBackWhile", "dropBackWhile$1", 663); _instance_1_u(_, "get$expandWhile", "expandWhile$1", 663); _instance_1_u(A.CartesianChart.prototype, "get$makeSeries", "makeSeries$1", "MutableSeries(Object?)"); - _instance_1_u(_ = A.DomainHighlighter0.prototype, "get$_selectionChanged", "_selectionChanged$1", 36); - _instance_1_u(_, "get$_updateColorFunctions", "_updateColorFunctions$1", 36); + _instance_1_u(_ = A.DomainHighlighter0.prototype, "get$_selectionChanged", "_selectionChanged$1", 35); + _instance_1_u(_, "get$_updateColorFunctions", "_updateColorFunctions$1", 35); _instance_1_u(_ = A.Legend.prototype, "get$defaultLegendMeasureFormatter", "defaultLegendMeasureFormatter$1", 680); - _instance_1_u(_, "get$_preProcess", "_preProcess$1", 36); - _instance_1_u(_, "get$_postProcess", "_postProcess$1", 36); - _instance_1_u(_, "get$_legend$_selectionChanged", "_legend$_selectionChanged$1", 36); - _instance_1_u(A.SeriesLegend0.prototype, "get$onData", "onData$1", 36); - _instance_1_u(_ = A.LinePointHighlighter0.prototype, "get$_line_point_highlighter$_selectionChanged", "_line_point_highlighter$_selectionChanged$1", 36); + _instance_1_u(_, "get$_preProcess", "_preProcess$1", 35); + _instance_1_u(_, "get$_postProcess", "_postProcess$1", 35); + _instance_1_u(_, "get$_legend$_selectionChanged", "_legend$_selectionChanged$1", 35); + _instance_1_u(A.SeriesLegend0.prototype, "get$onData", "onData$1", 35); + _instance_1_u(_ = A.LinePointHighlighter0.prototype, "get$_line_point_highlighter$_selectionChanged", "_line_point_highlighter$_selectionChanged$1", 35); _instance_0_u(_, "get$_updateViewData", "_updateViewData$0", 0); _instance_1_u(_ = A.SelectNearest0.prototype, "get$_onTapTest", "_onTapTest$1", 465); _instance_1_u(_, "get$_onLongPressSelect", "_onLongPressSelect$1", 465); @@ -484193,47 +484227,47 @@ _instance_0_u(A.BaseChartState.prototype, "get$_animationTick", "_animationTick$0", 0); _instance_1_u(A.ChartContainerCustomPaint.prototype, "get$_buildSemantics", "_buildSemantics$1", 1977); _instance_1_u(_ = A.ChartGestureDetector.prototype, "get$onTapDown", "onTapDown$1", 91); - _instance_1_u(_, "get$onTapUp", "onTapUp$1", 98); + _instance_1_u(_, "get$onTapUp", "onTapUp$1", 101); _instance_1_u(_, "get$onScaleStart", "onScaleStart$1", 538); _instance_1_u(_, "get$onScaleUpdate", "onScaleUpdate$1", 547); _instance_1_u(_, "get$onScaleEnd", "onScaleEnd$1", 551); _instance_2_u(_ = A.DeepCollectionEquality.prototype, "get$equals", "equals$2", 493); _instance_1_i(_, "get$hash", "hash$1", 276); - _instance_1_u(_, "get$isValidKey", "isValidKey$1", 113); + _instance_1_u(_, "get$isValidKey", "isValidKey$1", 106); _instance_0_i(A.XFileBase.prototype, "get$length", "length$0", 305); _instance_0_i(A.XFile.prototype, "get$length", "length$0", 305); _instance_0_i(A.MemoryFile.prototype, "get$length", "length$0", 305); _static_2(A, "memory_file_system___defaultOpHandle$closure", "_defaultOpHandle", 2906); _instance_1_u(A.MemoryFileSystemEntity.prototype, "get$defaultCheckType", "defaultCheckType$1", 2113); - _static_1(A, "utils0__isEmpty$closure", "isEmpty", 57); + _static_1(A, "utils0__isEmpty$closure", "isEmpty", 53); _instance(_ = A.AnimationController.prototype, "get$reverse", 1, 0, function() { return {from: null}; }, ["call$1$from", "call$0"], ["reverse$1$from", "reverse$0"], 2240, 0, 0); _instance_1_u(_, "get$_directionSetter", "_directionSetter$1", 2263); _instance(_, "get$stop", 1, 0, null, ["call$1$canceled", "call$0"], ["stop$1$canceled", "stop$0"], 2264, 0, 0); _instance_1_u(_, "get$_animation_controller$_tick", "_animation_controller$_tick$1", 21); - _instance_1_u(A.ReverseAnimation.prototype, "get$_statusChangeHandler", "_statusChangeHandler$1", 41); - _instance_1_u(A.CurvedAnimation.prototype, "get$_updateCurveDirection", "_updateCurveDirection$1", 41); - _instance_1_u(_ = A.TrainHoppingAnimation.prototype, "get$_statusChangeHandler", "_statusChangeHandler$1", 41); + _instance_1_u(A.ReverseAnimation.prototype, "get$_statusChangeHandler", "_statusChangeHandler$1", 43); + _instance_1_u(A.CurvedAnimation.prototype, "get$_updateCurveDirection", "_updateCurveDirection$1", 43); + _instance_1_u(_ = A.TrainHoppingAnimation.prototype, "get$_statusChangeHandler", "_statusChangeHandler$1", 43); _instance_0_u(_, "get$_valueChangeHandler", "_valueChangeHandler$0", 0); - _instance_1_u(_ = A.CompoundAnimation.prototype, "get$_maybeNotifyStatusListeners", "_maybeNotifyStatusListeners$1", 41); + _instance_1_u(_ = A.CompoundAnimation.prototype, "get$_maybeNotifyStatusListeners", "_maybeNotifyStatusListeners$1", 43); _instance_0_u(_, "get$_maybeNotifyListeners", "_maybeNotifyListeners$0", 0); _instance_0_u(A.AnimationLocalListenersMixin.prototype, "get$notifyListeners", "notifyListeners$0", 0); - _instance_1_u(A.AnimationLocalStatusListenersMixin.prototype, "get$notifyStatusListeners", "notifyStatusListeners$1", 41); + _instance_1_u(A.AnimationLocalStatusListenersMixin.prototype, "get$notifyStatusListeners", "notifyStatusListeners$1", 43); _instance_1_i(A._Interval.prototype, "get$value", "value$1", 8); - _instance_1_u(_ = A._CupertinoBackGestureDetectorState.prototype, "get$_route$_handleDragStart", "_route$_handleDragStart$1", 83); + _instance_1_u(_ = A._CupertinoBackGestureDetectorState.prototype, "get$_route$_handleDragStart", "_route$_handleDragStart$1", 84); _instance_1_u(_, "get$_route$_handleDragUpdate", "_route$_handleDragUpdate$1", 70); - _instance_1_u(_, "get$_route$_handleDragEnd", "_route$_handleDragEnd$1", 107); + _instance_1_u(_, "get$_route$_handleDragEnd", "_route$_handleDragEnd$1", 108); _instance_0_u(_, "get$_route$_handleDragCancel", "_route$_handleDragCancel$0", 0); _instance_1_u(_, "get$_route$_handlePointerDown", "_route$_handlePointerDown$1", 241); _instance_0_u(A._CupertinoScrollbarState.prototype, "get$handleThumbPress", "handleThumbPress$0", 0); _instance_1_u(_ = A._CupertinoSwitchState.prototype, "get$_switch$_handleTapDown", "_switch$_handleTapDown$1", 91); _instance_0_u(_, "get$_switch$_handleTap", "_switch$_handleTap$0", 0); - _instance_1_u(_, "get$_switch$_handleTapUp", "_switch$_handleTapUp$1", 98); + _instance_1_u(_, "get$_switch$_handleTapUp", "_switch$_handleTapUp$1", 101); _instance_0_u(_, "get$_switch$_handleTapCancel", "_switch$_handleTapCancel$0", 0); - _instance_1_u(_, "get$_switch$_handleDragStart", "_switch$_handleDragStart$1", 83); + _instance_1_u(_, "get$_switch$_handleDragStart", "_switch$_handleDragStart$1", 84); _instance_1_u(_, "get$_switch$_handleDragUpdate", "_switch$_handleDragUpdate$1", 70); - _instance_1_u(_, "get$_switch$_handleDragEnd", "_switch$_handleDragEnd$1", 107); + _instance_1_u(_, "get$_switch$_handleDragEnd", "_switch$_handleDragEnd$1", 108); _static(A, "assertions_FlutterError_dumpErrorToConsole$closure", 1, null, ["call$2$forceReport", "call$1"], ["FlutterError_dumpErrorToConsole", function(details) { return A.FlutterError_dumpErrorToConsole(details, false); }], 2907, 0); @@ -484245,24 +484279,24 @@ _instance_1_u(A.AbstractNode.prototype, "get$redepthChild", "redepthChild$1", 2444); _static_1(A, "stack_frame_StackFrame_fromStackTraceLine$closure", "StackFrame_fromStackTraceLine", 2909); _instance_1_u(_ = A.GestureBinding.prototype, "get$_handlePointerDataPacket", "_handlePointerDataPacket$1", 2456); - _instance_1_u(_, "get$cancelPointer", "cancelPointer$1", 86); + _instance_1_u(_, "get$cancelPointer", "cancelPointer$1", 87); _instance_0_u(_, "get$_flushPointerEventQueue", "_flushPointerEventQueue$0", 0); - _instance_1_u(_, "get$_handlePointerEventImmediately", "_handlePointerEventImmediately$1", 96); + _instance_1_u(_, "get$_handlePointerEventImmediately", "_handlePointerEventImmediately$1", 104); _instance_0_u(_, "get$_handleSampleTimeChanged", "_handleSampleTimeChanged$0", 0); _static(A, "force_press_ForcePressGestureRecognizer__inverseLerp$closure", 3, null, ["call$3"], ["ForcePressGestureRecognizer__inverseLerp"], 2910, 0); - _instance_1_u(A.ForcePressGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 96); + _instance_1_u(A.ForcePressGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 104); _static_1(A, "monodrag_DragGestureRecognizer__defaultBuilder$closure", "DragGestureRecognizer__defaultBuilder", 632); - _instance_1_u(A.DragGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 96); - _instance_1_u(_ = A.MultiDragGestureRecognizer.prototype, "get$_multidrag$_handleEvent", "_multidrag$_handleEvent$1", 96); - _instance_1_u(_, "get$_removeState", "_removeState$1", 86); + _instance_1_u(A.DragGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 104); + _instance_1_u(_ = A.MultiDragGestureRecognizer.prototype, "get$_multidrag$_handleEvent", "_multidrag$_handleEvent$1", 104); + _instance_1_u(_, "get$_removeState", "_removeState$1", 87); _instance_0_u(A._DelayedPointerState.prototype, "get$_delayPassed", "_delayPassed$0", 0); _instance_0_u(A._CountdownZoned.prototype, "get$_onTimeout", "_onTimeout$0", 0); - _instance_1_u(_ = A.DoubleTapGestureRecognizer.prototype, "get$_multitap$_handleEvent", "_multitap$_handleEvent$1", 96); + _instance_1_u(_ = A.DoubleTapGestureRecognizer.prototype, "get$_multitap$_handleEvent", "_multitap$_handleEvent$1", 104); _instance_1_u(_, "get$_reject", "_reject$1", 2571); _instance_0_u(_, "get$_multitap$_reset", "_multitap$_reset$0", 0); - _instance(A.OneSequenceGestureRecognizer.prototype, "get$stopTrackingPointer", 0, 1, null, ["call$1"], ["stopTrackingPointer$1"], 86, 0, 1); - _instance_1_u(A.PrimaryPointerGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 96); - _instance_1_u(A.ScaleGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 96); + _instance(A.OneSequenceGestureRecognizer.prototype, "get$stopTrackingPointer", 0, 1, null, ["call$1"], ["stopTrackingPointer$1"], 87, 0, 1); + _instance_1_u(A.PrimaryPointerGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 104); + _instance_1_u(A.ScaleGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 104); _instance(_ = A._LicensePageState.prototype, "get$_packageLicensePage", 0, 3, null, ["call$3"], ["_packageLicensePage$3"], 716, 0, 0); _instance_2_u(_, "get$_packagesView", "_packagesView$2", 749); _instance_2_u(_ = A._MaterialAppState.prototype, "get$_inspectorSelectButtonBuilder", "_inspectorSelectButtonBuilder$2", 2692); @@ -484270,9 +484304,9 @@ _instance_0_u(_ = A._AppBarState.prototype, "get$_handleDrawerButton", "_handleDrawerButton$0", 0); _instance_0_u(_, "get$_handleDrawerButtonEnd", "_handleDrawerButtonEnd$0", 0); _instance_1_u(_, "get$_app_bar$_handleScrollNotification", "_app_bar$_handleScrollNotification$1", 2703); - _instance_1_u(_ = A._BottomSheetState.prototype, "get$_bottom_sheet$_handleDragStart", "_bottom_sheet$_handleDragStart$1", 83); + _instance_1_u(_ = A._BottomSheetState.prototype, "get$_bottom_sheet$_handleDragStart", "_bottom_sheet$_handleDragStart$1", 84); _instance_1_u(_, "get$_bottom_sheet$_handleDragUpdate", "_bottom_sheet$_handleDragUpdate$1", 70); - _instance_1_u(_, "get$_bottom_sheet$_handleDragEnd", "_bottom_sheet$_handleDragEnd$1", 107); + _instance_1_u(_, "get$_bottom_sheet$_handleDragEnd", "_bottom_sheet$_handleDragEnd$1", 108); _instance_1_u(_, "get$extentChanged", "extentChanged$1", 513); _instance_1_u(_ = A._RenderInputPadding.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); @@ -484286,7 +484320,7 @@ _instance_1_u(_, "get$_handleYearChanged", "_handleYearChanged$1", 272); _instance_1_u(_, "get$_handleDayChanged", "_handleDayChanged$1", 272); _instance_1_u(_ = A._MonthPickerState.prototype, "get$_handleDateSelected", "_handleDateSelected$1", 272); - _instance_1_u(_, "get$_handleMonthPageChanged", "_handleMonthPageChanged$1", 86); + _instance_1_u(_, "get$_handleMonthPageChanged", "_handleMonthPageChanged$1", 87); _instance_0_u(_, "get$_handleNextMonth", "_handleNextMonth$0", 0); _instance_0_u(_, "get$_handlePreviousMonth", "_handlePreviousMonth$0", 0); _instance_1_u(_, "get$_handleGridFocusChange", "_handleGridFocusChange$1", 76); @@ -484299,34 +484333,34 @@ _instance_1_u(_ = A.TableRowInkWell.prototype, "get$getRectCallback", "getRectCallback$1", 933); _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 546); _instance_0_u(_ = A._SortArrowState.prototype, "get$_data_table$_rebuild", "_data_table$_rebuild$0", 0); - _instance_1_u(_, "get$_resetOrientationAnimation", "_resetOrientationAnimation$1", 41); + _instance_1_u(_, "get$_resetOrientationAnimation", "_resetOrientationAnimation$1", 43); _instance_0_u(_ = A._DatePickerDialogState.prototype, "get$_handleOk", "_handleOk$0", 0); _instance_0_u(_, "get$_handleCancel", "_handleCancel$0", 0); _instance_0_u(_, "get$_handleEntryModeToggle", "_handleEntryModeToggle$0", 0); _instance_1_u(_, "get$_handleDateChanged", "_handleDateChanged$1", 272); _static(A, "dialog___buildMaterialDialogTransitions$closure", 4, null, ["call$4"], ["_buildMaterialDialogTransitions"], 2911, 0); _instance_0_u(_ = A.DrawerControllerState.prototype, "get$_animationChanged", "_animationChanged$0", 0); - _instance_1_u(_, "get$_animationStatusChanged", "_animationStatusChanged$1", 41); + _instance_1_u(_, "get$_animationStatusChanged", "_animationStatusChanged$1", 43); _instance_0_u(_, "get$_handleHistoryEntryRemoved", "_handleHistoryEntryRemoved$0", 0); _instance_1_u(_, "get$_handleDragDown", "_handleDragDown$1", 556); _instance_0_u(_, "get$_handleDragCancel", "_handleDragCancel$0", 0); _instance_1_u(_, "get$_move", "_move$1", 70); - _instance_1_u(_, "get$_settle", "_settle$1", 107); + _instance_1_u(_, "get$_settle", "_settle$1", 108); _instance_0_i(_, "get$close", "close$0", 0); _instance_1_u(_ = A._DropdownMenuItemButtonState.prototype, "get$_dropdown$_handleFocusChange", "_dropdown$_handleFocusChange$1", 76); _instance_0_u(_, "get$_handleOnTap", "_handleOnTap$0", 0); _instance_0_u(_ = A._DropdownButtonState.prototype, "get$_dropdown$_handleFocusChanged", "_dropdown$_handleFocusChanged$0", 0); _instance_0_u(_, "get$_dropdown$_handleTap", "_dropdown$_handleTap$0", 0); - _instance_1_u(A._DropdownButtonFormFieldState.prototype, "get$didChange", "didChange$1", 36); + _instance_1_u(A._DropdownButtonFormFieldState.prototype, "get$didChange", "didChange$1", 35); _instance_0_u(A._ExpandIconState.prototype, "get$_handlePressed", "_handlePressed$0", 0); _instance_1_u(_ = A._RenderChildOverflowBox.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_0_u(_ = A._InkState.prototype, "get$_handleRemoved", "_handleRemoved$0", 0); _instance_1_u(_, "get$_build", "_build$1", 75); _instance_0_u(A.InkDecoration.prototype, "get$_handleChanged", "_handleChanged$0", 0); - _instance_1_u(A.InkHighlight.prototype, "get$_handleAlphaStatusChanged", "_handleAlphaStatusChanged$1", 41); - _instance_1_u(A.InkRipple.prototype, "get$_ink_ripple$_handleAlphaStatusChanged", "_ink_ripple$_handleAlphaStatusChanged$1", 41); - _instance_1_u(A.InkSplash.prototype, "get$_ink_splash$_handleAlphaStatusChanged", "_ink_splash$_handleAlphaStatusChanged$1", 41); + _instance_1_u(A.InkHighlight.prototype, "get$_handleAlphaStatusChanged", "_handleAlphaStatusChanged$1", 43); + _instance_1_u(A.InkRipple.prototype, "get$_ink_ripple$_handleAlphaStatusChanged", "_ink_ripple$_handleAlphaStatusChanged$1", 43); + _instance_1_u(A.InkSplash.prototype, "get$_ink_splash$_handleAlphaStatusChanged", "_ink_splash$_handleAlphaStatusChanged$1", 43); _instance_1_u(_ = A.InkResponse.prototype, "get$getRectCallback", "getRectCallback$1", 973); _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 546); _instance(_ = A._InkResponseState.prototype, "get$_simulateTap", 0, 0, function() { @@ -484336,7 +484370,7 @@ _instance_1_u(_, "get$_handleFocusHighlightModeChange", "_handleFocusHighlightModeChange$1", 582); _instance_1_u(_, "get$_handleFocusUpdate", "_handleFocusUpdate$1", 76); _instance_1_u(_, "get$_handleTapDown", "_handleTapDown$1", 91); - _instance_1_u(_, "get$_handleTapUp", "_handleTapUp$1", 98); + _instance_1_u(_, "get$_handleTapUp", "_handleTapUp$1", 101); _instance_0_u(_, "get$_handleTap", "_handleTap$0", 0); _instance_0_u(_, "get$_handleTapCancel", "_handleTapCancel$0", 0); _instance_0_u(_, "get$_handleDoubleTap", "_handleDoubleTap$0", 0); @@ -484345,13 +484379,13 @@ _instance_1_u(_, "get$_ink_well$_handleMouseExit", "_ink_well$_handleMouseExit$1", 202); _instance_1_u(_ = A._InputDatePickerFormFieldState.prototype, "get$_validateDate", "_validateDate$1", 421); _instance_1_u(_, "get$_handleSaved", "_handleSaved$1", 260); - _instance_1_u(_, "get$_handleSubmitted", "_handleSubmitted$1", 114); + _instance_1_u(_, "get$_handleSubmitted", "_handleSubmitted$1", 116); _instance_0_u(A._HelperErrorState.prototype, "get$_input_decorator$_handleChange", "_input_decorator$_handleChange$0", 0); _instance_1_u(_ = A._RenderDecoration.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance_2_u(_, "get$_paintLabel", "_paintLabel$2", 95); + _instance_2_u(_, "get$_paintLabel", "_paintLabel$2", 93); _instance_0_u(A._InputDecoratorState.prototype, "get$_input_decorator$_handleChange", "_input_decorator$_handleChange$0", 0); _instance_1_u(_ = A._RenderListTile.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); @@ -484370,28 +484404,28 @@ _instance_1_u(_, "get$_handleGlowNotification", "_handleGlowNotification$1", 1058); _instance_2_u(_ = A._ReorderableListViewState.prototype, "get$_itemBuilder", "_itemBuilder$2", 172); _instance(_, "get$_proxyDecorator", 0, 3, null, ["call$3"], ["_proxyDecorator$3"], 1061, 0, 0); - _instance_1_u(_ = A._FloatingActionButtonTransitionState.prototype, "get$_handlePreviousAnimationStatusChanged", "_handlePreviousAnimationStatusChanged$1", 41); + _instance_1_u(_ = A._FloatingActionButtonTransitionState.prototype, "get$_handlePreviousAnimationStatusChanged", "_handlePreviousAnimationStatusChanged$1", 43); _instance_0_u(_, "get$_onProgressChanged", "_onProgressChanged$0", 0); _instance_1_u(_ = A.ScaffoldState.prototype, "get$_drawerOpenedCallback", "_drawerOpenedCallback$1", 76); _instance_1_u(_, "get$_endDrawerOpenedCallback", "_endDrawerOpenedCallback$1", 76); _instance_0_u(_, "get$_handleStatusBarTap", "_handleStatusBarTap$0", 0); _instance_0_i(_ = A._StandardBottomSheetState.prototype, "get$close", "close$0", 0); - _instance_1_u(_, "get$_scaffold$_handleDragStart", "_scaffold$_handleDragStart$1", 83); + _instance_1_u(_, "get$_scaffold$_handleDragStart", "_scaffold$_handleDragStart$1", 84); _instance(_, "get$_scaffold$_handleDragEnd", 0, 1, null, ["call$2$isClosing", "call$1"], ["_scaffold$_handleDragEnd$2$isClosing", "_scaffold$_handleDragEnd$1"], 1089, 0, 0); - _instance_1_u(_, "get$_handleStatusChange", "_handleStatusChange$1", 41); + _instance_1_u(_, "get$_handleStatusChange", "_handleStatusChange$1", 43); _instance_1_u(_, "get$extentChanged", "extentChanged$1", 513); _static(A, "scrollbar_theme___lerpBool$closure", 3, null, ["call$3"], ["_lerpBool"], 2912, 0); _instance_1_u(_ = A._SelectableTextSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 168); _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 168); _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 257); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 98); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 101); _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 256); _instance_0_u(_ = A._SelectableTextState.prototype, "get$_onControllerChanged", "_onControllerChanged$0", 0); _instance_2_u(_, "get$_selectable_text$_handleSelectionChanged", "_selectable_text$_handleSelectionChanged$2", 705); _instance_0_u(_, "get$_selectable_text$_handleSelectionHandleTapped", "_selectable_text$_handleSelectionHandleTapped$0", 0); - _instance_1_u(_ = A._MaterialSwitchState.prototype, "get$_switch0$_handleDragStart", "_switch0$_handleDragStart$1", 83); + _instance_1_u(_ = A._MaterialSwitchState.prototype, "get$_switch0$_handleDragStart", "_switch0$_handleDragStart$1", 84); _instance_1_u(_, "get$_switch0$_handleDragUpdate", "_switch0$_handleDragUpdate$1", 70); - _instance_1_u(_, "get$_switch0$_handleDragEnd", "_switch0$_handleDragEnd$1", 107); + _instance_1_u(_, "get$_switch0$_handleDragEnd", "_switch0$_handleDragEnd$1", 108); _instance_1_u(_, "get$_switch0$_handleChanged", "_switch0$_handleChanged$1", 437); _instance_0_u(_ = A._SwitchPainter.prototype, "get$_handleDecorationChanged", "_handleDecorationChanged$0", 0); _instance_0_i(_, "get$dispose", "dispose$0", 0); @@ -484405,7 +484439,7 @@ _instance_1_u(_ = A._TextFieldSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 168); _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 168); _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 257); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 98); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 101); _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 256); _instance_0_u(_ = A._TextFieldState.prototype, "get$_text_field$_handleFocusChanged", "_text_field$_handleFocusChanged$0", 0); _instance_2_u(_, "get$_handleSelectionChanged", "_handleSelectionChanged$2", 705); @@ -484416,12 +484450,12 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance_1_u(_ = A._DialState.prototype, "get$_handlePanStart", "_handlePanStart$1", 83); + _instance_1_u(_ = A._DialState.prototype, "get$_handlePanStart", "_handlePanStart$1", 84); _instance_1_u(_, "get$_handlePanUpdate", "_handlePanUpdate$1", 70); - _instance_1_u(_, "get$_handlePanEnd", "_handlePanEnd$1", 107); - _instance_1_u(_, "get$_time_picker0$_handleTapUp", "_time_picker0$_handleTapUp$1", 98); + _instance_1_u(_, "get$_handlePanEnd", "_handlePanEnd$1", 108); + _instance_1_u(_, "get$_time_picker0$_handleTapUp", "_time_picker0$_handleTapUp$1", 101); _instance_1_u(_ = A._TimePickerInputState.prototype, "get$_handleHourSavedSubmitted", "_handleHourSavedSubmitted$1", 260); - _instance_1_u(_, "get$_handleHourChanged", "_handleHourChanged$1", 114); + _instance_1_u(_, "get$_handleHourChanged", "_handleHourChanged$1", 116); _instance_1_u(_, "get$_handleMinuteSavedSubmitted", "_handleMinuteSavedSubmitted$1", 260); _instance_1_u(_, "get$_handleDayPeriodChanged", "_handleDayPeriodChanged$1", 728); _instance_1_u(_, "get$_validateHour", "_validateHour$1", 421); @@ -484451,9 +484485,9 @@ _instance_1_u(_, "get$_handleHoverChanged", "_handleHoverChanged$1", 76); _instance_0_i(A.ToggleablePainter.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_ = A.TooltipState.prototype, "get$_handleMouseTrackerChange", "_handleMouseTrackerChange$0", 0); - _instance_1_u(_, "get$_tooltip$_handleStatusChanged", "_tooltip$_handleStatusChanged$1", 41); + _instance_1_u(_, "get$_tooltip$_handleStatusChanged", "_tooltip$_handleStatusChanged$1", 43); _instance_0_u(_, "get$ensureTooltipVisible", "ensureTooltipVisible$0", 18); - _instance_1_u(_, "get$_tooltip$_handlePointerEvent", "_tooltip$_handlePointerEvent$1", 96); + _instance_1_u(_, "get$_tooltip$_handlePointerEvent", "_tooltip$_handlePointerEvent$1", 104); _instance_0_u(_, "get$_handlePress", "_handlePress$0", 0); _instance(A.PaintingBinding.prototype, "get$instantiateImageCodec", 0, 1, null, ["call$4$allowUpscaling$cacheHeight$cacheWidth", "call$1"], ["instantiateImageCodec$4$allowUpscaling$cacheHeight$cacheWidth", "instantiateImageCodec$1"], 1157, 0, 0); _instance_2_u(A.DecorationImagePainter.prototype, "get$_handleImage", "_handleImage$2", 742); @@ -484477,7 +484511,7 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); _instance_0_u(_, "get$markNeedsLayout", "markNeedsLayout$0", 0); - _instance_2_u(A.RenderBoxContainerDefaultsMixin.prototype, "get$defaultPaint", "defaultPaint$2", 95); + _instance_2_u(A.RenderBoxContainerDefaultsMixin.prototype, "get$defaultPaint", "defaultPaint$2", 93); _instance_1_u(_ = A.RenderCustomMultiChildLayoutBox.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); @@ -484490,7 +484524,7 @@ _instance_0_u(_, "get$markNeedsPaint", "markNeedsPaint$0", 0); _instance_0_u(_, "get$systemFontsDidChange", "systemFontsDidChange$0", 0); _instance_0_u(_, "get$_showHideCursor", "_showHideCursor$0", 0); - _instance_1_u(_, "get$_handleSetText", "_handleSetText$1", 114); + _instance_1_u(_, "get$_handleSetText", "_handleSetText$1", 116); _instance_1_u(_, "get$_handleSetSelection", "_handleSetSelection$1", 1235); _instance_1_u(_, "get$_handleMoveCursorForwardByCharacter", "_handleMoveCursorForwardByCharacter$1", 76); _instance_1_u(_, "get$_handleMoveCursorBackwardByCharacter", "_handleMoveCursorBackwardByCharacter$1", 76); @@ -484503,7 +484537,7 @@ _instance_1_u(_, "get$_editable$_handleTapDown", "_editable$_handleTapDown$1", 91); _instance_0_u(_, "get$_editable$_handleTap", "_editable$_handleTap$0", 0); _instance_0_u(_, "get$_editable$_handleLongPress", "_editable$_handleLongPress$0", 0); - _instance_2_u(_, "get$_editable$_paintContents", "_editable$_paintContents$2", 95); + _instance_2_u(_, "get$_editable$_paintContents", "_editable$_paintContents$2", 93); _instance_1_u(_ = A.RenderErrorBox.prototype, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); _instance_1_u(_ = A.RenderFlex.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); @@ -484518,11 +484552,11 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _static_1(A, "object_RenderObject__cleanChildRelayoutBoundary$closure", "RenderObject__cleanChildRelayoutBoundary", 108); - _static_1(A, "object_RenderObject__propagateRelayoutBoundaryToChild$closure", "RenderObject__propagateRelayoutBoundaryToChild", 108); - _instance_1_u(_ = A.RenderObject.prototype, "get$dropChild", "dropChild$1", 36); + _static_1(A, "object_RenderObject__cleanChildRelayoutBoundary$closure", "RenderObject__cleanChildRelayoutBoundary", 107); + _static_1(A, "object_RenderObject__propagateRelayoutBoundaryToChild$closure", "RenderObject__propagateRelayoutBoundaryToChild", 107); + _instance_1_u(_ = A.RenderObject.prototype, "get$dropChild", "dropChild$1", 35); _instance_0_u(_, "get$markNeedsPaint", "markNeedsPaint$0", 0); - _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 95, 0, 1); + _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 93, 0, 1); _instance_0_u(_, "get$markNeedsSemanticsUpdate", "markNeedsSemanticsUpdate$0", 0); _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 360, 0, 0); _instance_1_u(_ = A.ContainerRenderObjectMixin.prototype, "get$childBefore", "childBefore$1", "ContainerRenderObjectMixin.0?(Object?)"); @@ -484536,12 +484570,12 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance_1_u(A._PlatformViewGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 96); + _instance_1_u(A._PlatformViewGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 104); _instance_1_u(_ = A.RenderProxyBoxMixin.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 95, 0, 1); + _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 93, 0, 1); _instance_1_u(_ = A.RenderConstrainedBox.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); @@ -484581,7 +484615,7 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 95, 0, 1); + _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 93, 0, 1); _instance_1_u(_ = A.RenderPadding.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); @@ -484600,8 +484634,8 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance_2_u(_, "get$paintStack", "paintStack$2", 95); - _instance_2_u(A.RenderIndexedStack.prototype, "get$paintStack", "paintStack$2", 95); + _instance_2_u(_, "get$paintStack", "paintStack$2", 93); + _instance_2_u(A.RenderIndexedStack.prototype, "get$paintStack", "paintStack$2", 93); _instance_1_u(_ = A.RenderTable.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); @@ -484611,7 +484645,7 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance_2_u(_, "get$_paintContents", "_paintContents$2", 95); + _instance_2_u(_, "get$_paintContents", "_paintContents$2", 93); _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 360, 0, 0); _instance_1_u(_ = A.RenderWrap.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); @@ -484629,7 +484663,7 @@ _instance_1_u(_, "get$_profileFramePostEvent", "_profileFramePostEvent$1", 1324); _instance_1_u(A.Ticker.prototype, "get$_ticker$_tick", "_ticker$_tick$1", 21); _instance_0_i(A.SemanticsOwner.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(A.SemanticsConfiguration.prototype, "get$_onCustomSemanticsAction", "_onCustomSemanticsAction$1", 36); + _instance_1_u(A.SemanticsConfiguration.prototype, "get$_onCustomSemanticsAction", "_onCustomSemanticsAction$1", 35); _static_1(A, "asset_bundle_AssetBundle__utf8decode$closure", "AssetBundle__utf8decode", 2918); _static_1(A, "binding1_ServicesBinding__parseLicenses$closure", "ServicesBinding__parseLicenses", 2919); _instance_0_u(_ = A.ServicesBinding.prototype, "get$_addLicenses", "_addLicenses$0", 1373); @@ -484654,10 +484688,10 @@ _instance_1_u(_ = A._WidgetsAppState.prototype, "get$_onGenerateRoute", "_onGenerateRoute$1", 1521); _instance_1_u(_, "get$_onUnknownRoute", "_onUnknownRoute$1", 1538); _static_1(A, "autocomplete_RawAutocomplete_defaultStringForOption$closure", "RawAutocomplete_defaultStringForOption", 638); - _instance_0_u(_ = A._RawAutocompleteState.prototype, "get$_onChangedField", "_onChangedField$0", 103); + _instance_0_u(_ = A._RawAutocompleteState.prototype, "get$_onChangedField", "_onChangedField$0", 102); _instance_0_u(_, "get$_onChangedFocus", "_onChangedFocus$0", 0); _instance_0_u(_, "get$_onFieldSubmitted", "_onFieldSubmitted$0", 0); - _instance_1_u(_, "get$_select", "_select$1", 36); + _instance_1_u(_, "get$_select", "_select$1", 35); _instance_1_u(_, "get$_highlightPreviousOption", "_highlightPreviousOption$1", 1540); _instance_1_u(_, "get$_highlightNextOption", "_highlightNextOption$1", 1541); _instance_1_u(_, "get$_hideOptions", "_hideOptions$1", 566); @@ -484668,10 +484702,10 @@ _instance_0_u(_ = A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding.prototype, "get$handleMetricsChanged", "handleMetricsChanged$0", 0); _instance_0_u(_, "get$handleTextScaleFactorChanged", "handleTextScaleFactorChanged$0", 0); _instance_0_u(_, "get$handlePlatformBrightnessChanged", "handlePlatformBrightnessChanged$0", 0); - _instance_0_u(_, "get$performReassemble", "performReassemble$0", 103); + _instance_0_u(_, "get$performReassemble", "performReassemble$0", 102); _instance_0_u(A._DraggableScrollableSheetState.prototype, "get$_setExtent", "_setExtent$0", 0); _instance_0_i(A._DraggableScrollableSheetScrollPosition.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(A._DualTransitionBuilderState.prototype, "get$_animationListener", "_animationListener$1", 41); + _instance_1_u(A._DualTransitionBuilderState.prototype, "get$_animationListener", "_animationListener$1", 43); _instance_0_u(_ = A.EditableTextState.prototype, "get$_onFloatingCursorResetTick", "_onFloatingCursorResetTick$0", 0); _instance_0_u(_, "get$_restartConnectionIfNeeded", "_restartConnectionIfNeeded$0", 0); _instance_0_u(_, "get$_updateSelectionOverlayForScroll", "_updateSelectionOverlayForScroll$0", 0); @@ -484694,22 +484728,22 @@ _instance_1_u(_ = A._TextEditingHistoryState.prototype, "get$_undo", "_undo$1", 1766); _instance_1_u(_, "get$_redo", "_redo$1", 1767); _instance_0_u(_, "get$_push", "_push$0", 0); - _instance_1_u(A._UndoStack.prototype, "get$push", "push$1", 36); + _instance_1_u(A._UndoStack.prototype, "get$push", "push$1", 35); _instance_0_i(A.FocusNode.prototype, "get$dispose", "dispose$0", 0); _instance_0_i(_ = A.FocusManager.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_, "get$_focus_manager$_handlePointerEvent", "_focus_manager$_handlePointerEvent$1", 96); + _instance_1_u(_, "get$_focus_manager$_handlePointerEvent", "_focus_manager$_handlePointerEvent$1", 104); _instance_1_u(_, "get$_handleKeyMessage", "_handleKeyMessage$1", 1793); _instance_0_u(_, "get$_applyFocusChange", "_applyFocusChange$0", 0); _instance_0_u(A._FocusState.prototype, "get$_handleFocusChanged", "_handleFocusChanged$0", 0); - _static_1(A, "framework__InactiveElements__deactivateRecursively$closure", "_InactiveElements__deactivateRecursively", 100); + _static_1(A, "framework__InactiveElements__deactivateRecursively$closure", "_InactiveElements__deactivateRecursively", 97); _static_2(A, "framework_Element__sort$closure", "Element__sort", 2922); - _static_1(A, "framework_Element__activateRecursively$closure", "Element__activateRecursively", 100); - _instance_1_u(_ = A._InactiveElements.prototype, "get$_unmount", "_unmount$1", 100); + _static_1(A, "framework_Element__activateRecursively$closure", "Element__activateRecursively", 97); + _instance_1_u(_ = A._InactiveElements.prototype, "get$_unmount", "_unmount$1", 97); _instance_0_u(_, "get$_unmountAll", "_unmountAll$0", 0); _instance_1_u(_ = A.RawGestureDetectorState.prototype, "get$_gesture_detector$_handlePointerDown", "_gesture_detector$_handlePointerDown$1", 241); _instance_1_u(_, "get$_updateSemanticsForRenderObject", "_updateSemanticsForRenderObject$1", 2012); _instance_1_u(_ = A._HeroFlight.prototype, "get$_buildOverlay", "_buildOverlay$1", 75); - _instance_1_u(_, "get$_handleAnimationUpdate", "_handleAnimationUpdate$1", 41); + _instance_1_u(_, "get$_handleAnimationUpdate", "_handleAnimationUpdate$1", 43); _instance_0_u(_, "get$onTick", "onTick$0", 0); _instance_1_u(_ = A.HeroController.prototype, "get$_handleFlightEnded", "_handleFlightEnded$1", 2041); _instance(_, "get$_defaultHeroFlightShuttleBuilder", 0, 5, null, ["call$5"], ["_defaultHeroFlightShuttleBuilder$5"], 2042, 0, 0); @@ -484724,7 +484758,7 @@ _instance_1_u(_, "get$_interactive_viewer$_receivedPointerSignal", "_interactive_viewer$_receivedPointerSignal$1", 431); _instance_0_u(_, "get$_onAnimate", "_onAnimate$0", 0); _instance_0_u(_, "get$_onTransformationControllerChange", "_onTransformationControllerChange$0", 0); - _instance_1_u(A._LayoutBuilderElement.prototype, "get$_layout", "_layout$1", 36); + _instance_1_u(A._LayoutBuilderElement.prototype, "get$_layout", "_layout$1", 35); _instance_1_u(_ = A._RenderLayoutBuilder.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); @@ -484738,7 +484772,7 @@ _instance_1_u(A._NavigatorRemoveObservation.prototype, "get$notify", "notify$1", 346); _instance_1_u(A._NavigatorReplaceObservation.prototype, "get$notify", "notify$1", 346); _instance_1_u(_ = A.NavigatorState.prototype, "get$_handlePointerDown", "_handlePointerDown$1", 241); - _instance_1_u(_, "get$_handlePointerUpOrCancel", "_handlePointerUpOrCancel$1", 96); + _instance_1_u(_, "get$_handlePointerUpOrCancel", "_handlePointerUpOrCancel$1", 104); _instance_1_u(_ = A._RenderOverflowBar.prototype, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); @@ -484747,13 +484781,13 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance_2_u(_, "get$paintStack", "paintStack$2", 95); + _instance_2_u(_, "get$paintStack", "paintStack$2", 93); _instance_1_u(A._GlowingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 169); _instance_0_i(_ = A._GlowController.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_, "get$_changePhase", "_changePhase$1", 41); + _instance_1_u(_, "get$_changePhase", "_changePhase$1", 43); _instance_1_u(_, "get$_tickDisplacement", "_tickDisplacement$1", 21); _instance_1_u(A._StretchingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 169); - _instance_1_u(_ = A._StretchController.prototype, "get$_changePhase", "_changePhase$1", 41); + _instance_1_u(_ = A._StretchController.prototype, "get$_changePhase", "_changePhase$1", 43); _instance_0_i(_, "get$dispose", "dispose$0", 0); _instance_1_u(A.DefaultPlatformMenuDelegate.prototype, "get$_methodCallHandler", "_methodCallHandler$1", 506); _instance_1_u(A.HtmlElementView.prototype, "get$_createHtmlElementView", "_createHtmlElementView$1", 2123); @@ -484773,7 +484807,7 @@ _instance_1_u(A.RestorationMixin.prototype, "get$_updateProperty", "_updateProperty$1", 2132); _instance_0_i(A.RestorableListenable.prototype, "get$dispose", "dispose$0", 0); _instance_0_i(A.RestorableChangeNotifier.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(A.TransitionRoute.prototype, "get$_handleStatusChanged", "_handleStatusChanged$1", 41); + _instance_1_u(A.TransitionRoute.prototype, "get$_handleStatusChanged", "_handleStatusChanged$1", 43); _instance_0_i(A.LocalHistoryEntry.prototype, "get$remove", "remove$0", 0); _instance_1_u(_ = A.ModalRoute.prototype, "get$_buildModalBarrier", "_buildModalBarrier$1", 75); _instance_1_u(_, "get$_buildModalScope", "_buildModalScope$1", 75); @@ -484787,17 +484821,17 @@ _instance_0_i(_, "get$dispose", "dispose$0", 0); _instance_0_i(A.ScrollPositionWithSingleContext.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(_ = A.ScrollableState.prototype, "get$_scrollable$_handleDragDown", "_scrollable$_handleDragDown$1", 556); - _instance_1_u(_, "get$_scrollable$_handleDragStart", "_scrollable$_handleDragStart$1", 83); + _instance_1_u(_, "get$_scrollable$_handleDragStart", "_scrollable$_handleDragStart$1", 84); _instance_1_u(_, "get$_scrollable$_handleDragUpdate", "_scrollable$_handleDragUpdate$1", 70); - _instance_1_u(_, "get$_scrollable$_handleDragEnd", "_scrollable$_handleDragEnd$1", 107); + _instance_1_u(_, "get$_scrollable$_handleDragEnd", "_scrollable$_handleDragEnd$1", 108); _instance_0_u(_, "get$_scrollable$_handleDragCancel", "_scrollable$_handleDragCancel$0", 0); _instance_0_u(_, "get$_disposeHold", "_disposeHold$0", 0); _instance_0_u(_, "get$_disposeDrag", "_disposeDrag$0", 0); _instance_1_u(_, "get$_receivedPointerSignal", "_receivedPointerSignal$1", 431); - _instance_1_u(_, "get$_handlePointerScroll", "_handlePointerScroll$1", 96); + _instance_1_u(_, "get$_handlePointerScroll", "_handlePointerScroll$1", 104); _instance_1_u(_, "get$_handleScrollMetricsNotification", "_handleScrollMetricsNotification$1", 634); _instance_0_i(A.ScrollbarPainter.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_ = A.RawScrollbarState.prototype, "get$_validateInteractions", "_validateInteractions$1", 41); + _instance_1_u(_ = A.RawScrollbarState.prototype, "get$_validateInteractions", "_validateInteractions$1", 43); _instance_0_u(_, "get$handleThumbPress", "handleThumbPress$0", 0); _instance_1_u(_, "get$_handleTrackTapDown", "_handleTrackTapDown$1", 91); _instance_1_u(_, "get$_scrollbar$_handleScrollMetricsNotification", "_scrollbar$_handleScrollMetricsNotification$1", 634); @@ -484813,9 +484847,9 @@ _instance_1_u(A.SliverMultiBoxAdaptorElement.prototype, "get$removeChild", "removeChild$1", 2174); _instance_0_u(A._FloatingHeaderState.prototype, "get$_isScrollingListener", "_isScrollingListener$0", 0); _instance_0_u(_ = A.TextSelectionOverlay.prototype, "get$_updateTextSelectionOverlayVisibilities", "_updateTextSelectionOverlayVisibilities$0", 0); - _instance_1_u(_, "get$_handleSelectionEndHandleDragStart", "_handleSelectionEndHandleDragStart$1", 83); + _instance_1_u(_, "get$_handleSelectionEndHandleDragStart", "_handleSelectionEndHandleDragStart$1", 84); _instance_1_u(_, "get$_handleSelectionEndHandleDragUpdate", "_handleSelectionEndHandleDragUpdate$1", 70); - _instance_1_u(_, "get$_handleSelectionStartHandleDragStart", "_handleSelectionStartHandleDragStart$1", 83); + _instance_1_u(_, "get$_handleSelectionStartHandleDragStart", "_handleSelectionStartHandleDragStart$1", 84); _instance_1_u(_, "get$_handleSelectionStartHandleDragUpdate", "_handleSelectionStartHandleDragUpdate$1", 70); _instance_1_u(_ = A.SelectionOverlay.prototype, "get$_buildStartHandle", "_buildStartHandle$1", 75); _instance_1_u(_, "get$_buildEndHandle", "_buildEndHandle$1", 75); @@ -484823,7 +484857,7 @@ _instance_1_u(_ = A.TextSelectionGestureDetectorBuilder.prototype, "get$onTapDown", "onTapDown$1", 91); _instance_1_u(_, "get$onForcePressStart", "onForcePressStart$1", 168); _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 168); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 98); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 101); _instance_0_u(_, "get$onSingleTapCancel", "onSingleTapCancel$0", 0); _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 256); _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 257); @@ -484831,16 +484865,16 @@ _instance_0_u(_, "get$onSecondaryTap", "onSecondaryTap$0", 0); _instance_1_u(_, "get$onSecondaryTapDown", "onSecondaryTapDown$1", 91); _instance_1_u(_, "get$onDoubleTapDown", "onDoubleTapDown$1", 91); - _instance_1_u(_, "get$onDragSelectionStart", "onDragSelectionStart$1", 83); + _instance_1_u(_, "get$onDragSelectionStart", "onDragSelectionStart$1", 84); _instance_2_u(_, "get$onDragSelectionUpdate", "onDragSelectionUpdate$2", 2199); - _instance_1_u(_, "get$onDragSelectionEnd", "onDragSelectionEnd$1", 107); + _instance_1_u(_, "get$onDragSelectionEnd", "onDragSelectionEnd$1", 108); _instance_1_u(_ = A._TextSelectionGestureDetectorState.prototype, "get$_text_selection$_handleTapDown", "_text_selection$_handleTapDown$1", 91); - _instance_1_u(_, "get$_text_selection$_handleTapUp", "_text_selection$_handleTapUp$1", 98); + _instance_1_u(_, "get$_text_selection$_handleTapUp", "_text_selection$_handleTapUp$1", 101); _instance_0_u(_, "get$_text_selection$_handleTapCancel", "_text_selection$_handleTapCancel$0", 0); - _instance_1_u(_, "get$_handleDragStart", "_handleDragStart$1", 83); + _instance_1_u(_, "get$_handleDragStart", "_handleDragStart$1", 84); _instance_1_u(_, "get$_handleDragUpdate", "_handleDragUpdate$1", 70); _instance_0_u(_, "get$_handleDragUpdateThrottled", "_handleDragUpdateThrottled$0", 0); - _instance_1_u(_, "get$_handleDragEnd", "_handleDragEnd$1", 107); + _instance_1_u(_, "get$_handleDragEnd", "_handleDragEnd$1", 108); _instance_1_u(_, "get$_forcePressStarted", "_forcePressStarted$1", 168); _instance_1_u(_, "get$_forcePressEnded", "_forcePressEnded$1", 168); _instance_1_u(_, "get$_handleLongPressStart", "_handleLongPressStart$1", 256); @@ -484857,19 +484891,19 @@ return A.StoreBuilder__identity(store, type$.dynamic); }], 2928, 0); _instance_1_u(_ = A._StoreStreamListenerState.prototype, "get$_mapConverter", "_mapConverter$1", "2(Object?)"); - _instance_1_u(_, "get$_whereDistinct", "_whereDistinct$1", 113); - _instance_1_u(_, "get$_ignoreChange", "_ignoreChange$1", 113); + _instance_1_u(_, "get$_whereDistinct", "_whereDistinct$1", 106); + _instance_1_u(_, "get$_ignoreChange", "_ignoreChange$1", 106); _instance_2_u(_, "get$_flutter_redux$_handleChange", "_flutter_redux$_handleChange$2", 254); _instance(_, "get$_handleError", 0, 3, null, ["call$3"], ["_handleError$3"], 2225, 0, 0); - _instance_1_u(A._SlidableAutoCloseBarrierNotificationSenderState.prototype, "get$_auto_close_behavior$_handleStatusChanged", "_auto_close_behavior$_handleStatusChanged$1", 41); - _instance_1_u(A._SlidableNotificationSenderState0.prototype, "get$handleStatusChanged", "handleStatusChanged$1", 41); + _instance_1_u(A._SlidableAutoCloseBarrierNotificationSenderState.prototype, "get$_auto_close_behavior$_handleStatusChanged", "_auto_close_behavior$_handleStatusChanged$1", 43); + _instance_1_u(A._SlidableNotificationSenderState0.prototype, "get$handleStatusChanged", "handleStatusChanged$1", 43); _instance_0_u(A.SlidableController.prototype, "get$_onDirectionChanged", "_onDirectionChanged$0", 0); _instance_0_u(A._SlidableDismissalState.prototype, "get$handleResizeRequestChanged", "handleResizeRequestChanged$0", 0); _instance_0_u(_ = A._RenderFlexEntranceTransition.prototype, "get$markNeedsOffsets", "markNeedsOffsets$0", 0); - _instance_1_u(_, "get$updateChildOffsets", "updateChildOffsets$1", 108); - _instance_1_u(_ = A._SlidableGestureDetectorState.prototype, "get$handleDragStart", "handleDragStart$1", 83); + _instance_1_u(_, "get$updateChildOffsets", "updateChildOffsets$1", 107); + _instance_1_u(_ = A._SlidableGestureDetectorState.prototype, "get$handleDragStart", "handleDragStart$1", 84); _instance_1_u(_, "get$handleDragUpdate", "handleDragUpdate$1", 70); - _instance_1_u(_, "get$handleDragEnd", "handleDragEnd$1", 107); + _instance_1_u(_, "get$handleDragEnd", "handleDragEnd$1", 108); _instance_0_u(A._SlidableScrollingBehaviorState.prototype, "get$handleScrollingChanged", "handleScrollingChanged$0", 0); _instance_0_u(_ = A._ActionPaneState.prototype, "get$handleEndGestureChanged", "handleEndGestureChanged$0", 0); _instance_0_u(_, "get$handleRatioChanged", "handleRatioChanged$0", 0); @@ -484877,17 +484911,17 @@ _instance(A.Registrar.prototype, "get$handleFrameworkMessage", 0, 3, null, ["call$3"], ["handleFrameworkMessage$3"], 2238, 0, 0); _instance_0_u(_ = A.MethodChannelGoogleSignIn.prototype, "get$signInSilently", "signInSilently$0", 358); _instance_0_i(_, "get$signIn", "signIn$0", 358); - _instance_0_i(_, "get$signOut", "signOut$0", 103); - _instance_0_i(_, "get$disconnect", "disconnect$0", 103); + _instance_0_i(_, "get$signOut", "signOut$0", 102); + _instance_0_i(_, "get$disconnect", "disconnect$0", 102); _instance_0_u(_ = A.GoogleSignInPlugin.prototype, "get$signInSilently", "signInSilently$0", 358); _instance_0_i(_, "get$signIn", "signIn$0", 358); - _instance_0_i(_, "get$signOut", "signOut$0", 103); - _instance_0_i(_, "get$disconnect", "disconnect$0", 103); + _instance_0_i(_, "get$signOut", "signOut$0", 102); + _instance_0_i(_, "get$disconnect", "disconnect$0", 102); _static_1(A, "constants__isWhitespace$closure", "isWhitespace", 428); _static_1(A, "constants__isDigit$closure", "isDigit", 428); _static_1(A, "constants__isHexDigit$closure", "isHexDigit", 428); - _static_1(A, "constants__AsciiUpperToLower__asciiToLower$closure", "AsciiUpperToLower__asciiToLower", 129); - _instance_1_i(A._CssClassSetImpl.prototype, "get$contains", "contains$1", 113); + _static_1(A, "constants__AsciiUpperToLower__asciiToLower$closure", "AsciiUpperToLower__asciiToLower", 127); + _instance_1_i(A._CssClassSetImpl.prototype, "get$contains", "contains$1", 106); _instance_1_u(A.SelectorEvaluator.prototype, "get$visitSelector", "visitSelector$1", 2268); _instance_0_u(_ = A.HtmlTokenizer.prototype, "get$dataState", "dataState$0", 18); _instance_0_u(_, "get$entityDataState", "entityDataState$0", 18); @@ -484958,17 +484992,17 @@ _instance_0_u(_, "get$cdataSectionState", "cdataSectionState$0", 18); _instance_0_i(A.BrowserClient.prototype, "get$close", "close$0", 0); _static_1(A, "settings__aspectRatioPresetName$closure", "aspectRatioPresetName", 2930); - _instance_1_u(_ = A.DateBuilder.prototype, "get$setYear", "setYear$1", 86); - _instance_1_u(_, "get$setMonth", "setMonth$1", 86); - _instance_1_u(_, "get$setDay", "setDay$1", 86); - _instance_1_u(_, "get$setDayOfYear", "setDayOfYear$1", 86); - _instance_1_u(_, "get$setHour", "setHour$1", 86); - _instance_1_u(_, "get$setMinute", "setMinute$1", 86); - _instance_1_u(_, "get$setSecond", "setSecond$1", 86); - _instance_1_u(_, "get$setFractionalSecond", "setFractionalSecond$1", 86); - _static_1(A, "date_format_DateFormat_localeExists$closure", "DateFormat_localeExists", 123); + _instance_1_u(_ = A.DateBuilder.prototype, "get$setYear", "setYear$1", 87); + _instance_1_u(_, "get$setMonth", "setMonth$1", 87); + _instance_1_u(_, "get$setDay", "setDay$1", 87); + _instance_1_u(_, "get$setDayOfYear", "setDayOfYear$1", 87); + _instance_1_u(_, "get$setHour", "setHour$1", 87); + _instance_1_u(_, "get$setMinute", "setMinute$1", 87); + _instance_1_u(_, "get$setSecond", "setSecond$1", 87); + _instance_1_u(_, "get$setFractionalSecond", "setFractionalSecond$1", 87); + _static_1(A, "date_format_DateFormat_localeExists$closure", "DateFormat_localeExists", 128); _instance_0_u(A.DateFormat.prototype, "get$_initDigitMatcher", "_initDigitMatcher$0", 2334); - _static_1(A, "number_format_NumberFormat_localeExists$closure", "NumberFormat_localeExists", 123); + _static_1(A, "number_format_NumberFormat_localeExists$closure", "NumberFormat_localeExists", 128); _static_1(A, "intl_helpers___throwLocaleError$closure", "_throwLocaleError", 109); _static_0(A, "plural_rules___default_rule$closure", "_default_rule", 47); _static_0(A, "plural_rules___fil_rule$closure", "_fil_rule", 47); @@ -484998,11 +485032,11 @@ _static_0(A, "plural_rules___lt_rule$closure", "_lt_rule", 47); _static_0(A, "plural_rules___en_rule$closure", "_en_rule", 47); _static_0(A, "plural_rules___ak_rule$closure", "_ak_rule", 47); - _static_1(A, "plural_rules__localeHasPluralRules$closure", "localeHasPluralRules", 57); + _static_1(A, "plural_rules__localeHasPluralRules$closure", "localeHasPluralRules", 53); _static(A, "main__main$closure", 0, null, ["call$1$isTesting", "call$0"], ["main0", function() { return A.main0(false); }], 2932, 0); - _instance_0_u(_ = A.InvoiceNinjaAppState.prototype, "get$_authenticate", "_authenticate$0", 35); + _instance_0_u(_ = A.InvoiceNinjaAppState.prototype, "get$_authenticate", "_authenticate$0", 36); _instance_1_u(_, "get$generateRoute", "generateRoute$1", 3552); _static_2(A, "app_reducer__appReducer$closure", "appReducer", 2933); _static_2(A, "auth_reducer__userLoadUrlReducer$closure", "userLoadUrlReducer", 2934); @@ -485784,7 +485818,7 @@ _instance_0_u(_ = A._ImageFormatToolbarState.prototype, "get$_makeImageConfined", "_makeImageConfined$0", 0); _instance_0_u(_, "get$_makeImageFullBleed", "_makeImageFullBleed$0", 0); _instance_1_u(A.ListSyntax.prototype, "get$_removeLeadingEmptyLine", "_removeLeadingEmptyLine$1", 2815); - _instance_1_u(A._FadeWidgetState.prototype, "get$animationStatusChange", "animationStatusChange$1", 41); + _instance_1_u(A._FadeWidgetState.prototype, "get$animationStatusChange", "animationStatusChange$1", 43); _instance_1_i(_ = A.ImageHandler.prototype, "get$build", "build$1", 75); _instance(_, "get$_imageBuilder", 0, 4, null, ["call$4"], ["_imageBuilder$4"], 496, 0, 0); _instance(_, "get$_placeholderBuilder", 0, 4, null, ["call$4"], ["_placeholderBuilder$4"], 496, 0, 0); @@ -485801,12 +485835,12 @@ _instance_0_u(_ = A.RoundedLoadingButtonState.prototype, "get$_btnPressed", "_btnPressed$0", 0); _instance_0_i(_, "get$_rounded_loading_button$_start", "_rounded_loading_button$_start$0", 0); _instance_0_u(_, "get$_rounded_loading_button$_reset", "_rounded_loading_button$_reset$0", 0); - _instance_1_i(A.Subject.prototype, "get$add", "add$1", 36); - _instance_1_u(_ = A._StartWithStreamSink.prototype, "get$onData", "onData$1", 36); - _instance_2_i(_, "get$onError", "onError$2", 128); + _instance_1_i(A.Subject.prototype, "get$add", "add$1", 35); + _instance_1_u(_ = A._StartWithStreamSink.prototype, "get$onData", "onData$1", 35); + _instance_2_i(_, "get$onError", "onError$2", 129); _instance_0_u(_, "get$onDone", "onDone$0", 0); - _instance_1_u(_ = A._StartWithErrorStreamSink.prototype, "get$onData", "onData$1", 36); - _instance_2_i(_, "get$onError", "onError$2", 128); + _instance_1_u(_ = A._StartWithErrorStreamSink.prototype, "get$onData", "onData$1", 35); + _instance_2_i(_, "get$onError", "onError$2", 129); _instance_0_u(_, "get$onDone", "onDone$0", 0); _static(A, "sentry_options__noOpLogger$closure", 2, function() { return {exception: null, logger: null, stackTrace: null}; @@ -485824,24 +485858,24 @@ _instance_0_i(A.DocumentComposer.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(A.MutableDocument.prototype, "get$_forwardNodeChange", "_forwardNodeChange$0", 0); _instance_0_u(_ = A._DocumentMouseInteractorState.prototype, "get$_document_gestures_mouse$_onSelectionChange", "_document_gestures_mouse$_onSelectionChange$0", 0); - _instance_1_u(_, "get$_document_gestures_mouse$_onTapUp", "_document_gestures_mouse$_onTapUp$1", 98); + _instance_1_u(_, "get$_document_gestures_mouse$_onTapUp", "_document_gestures_mouse$_onTapUp$1", 101); _instance_1_u(_, "get$_document_gestures_mouse$_onDoubleTapDown", "_document_gestures_mouse$_onDoubleTapDown$1", 91); _instance_0_u(_, "get$_onDoubleTap", "_onDoubleTap$0", 0); _instance_1_u(_, "get$_document_gestures_mouse$_onTripleTapDown", "_document_gestures_mouse$_onTripleTapDown$1", 91); _instance_0_u(_, "get$_onTripleTap", "_onTripleTap$0", 0); - _instance_1_u(_, "get$_document_gestures_mouse$_onPanStart", "_document_gestures_mouse$_onPanStart$1", 83); + _instance_1_u(_, "get$_document_gestures_mouse$_onPanStart", "_document_gestures_mouse$_onPanStart$1", 84); _instance_1_u(_, "get$_document_gestures_mouse$_onPanUpdate", "_document_gestures_mouse$_onPanUpdate$1", 70); - _instance_1_u(_, "get$_document_gestures_mouse$_onPanEnd", "_document_gestures_mouse$_onPanEnd$1", 107); + _instance_1_u(_, "get$_document_gestures_mouse$_onPanEnd", "_document_gestures_mouse$_onPanEnd$1", 108); _instance_0_u(_, "get$_document_gestures_mouse$_onPanCancel", "_document_gestures_mouse$_onPanCancel$0", 0); - _instance_1_u(_, "get$_onMouseMove", "_onMouseMove$1", 96); + _instance_1_u(_, "get$_onMouseMove", "_onMouseMove$1", 104); _instance_0_u(_, "get$_document_gestures_mouse$_updateDragSelection", "_document_gestures_mouse$_updateDragSelection$0", 0); _instance_1_u(_, "get$_onPointerSignal", "_onPointerSignal$1", 431); - _instance_1_u(_, "get$_document_gestures_mouse$_onTick", "_document_gestures_mouse$_onTick$1", 85); + _instance_1_u(_, "get$_document_gestures_mouse$_onTick", "_document_gestures_mouse$_onTick$1", 86); _instance_0_u(_ = A._AndroidDocumentTouchInteractorState.prototype, "get$_document_gestures_touch_android$_onFocusChange", "_document_gestures_touch_android$_onFocusChange$0", 0); _instance_0_u(_, "get$_document_gestures_touch_android$_onDocumentChange", "_document_gestures_touch_android$_onDocumentChange$0", 0); _instance_0_u(_, "get$_document_gestures_touch_android$_onSelectionChange", "_document_gestures_touch_android$_onSelectionChange$0", 0); _instance_0_u(_, "get$_document_gestures_touch_android$_onScrollChange", "_document_gestures_touch_android$_onScrollChange$0", 0); - _instance_1_u(_, "get$_document_gestures_touch_android$_onTapUp", "_document_gestures_touch_android$_onTapUp$1", 98); + _instance_1_u(_, "get$_document_gestures_touch_android$_onTapUp", "_document_gestures_touch_android$_onTapUp$1", 101); _instance_1_u(_, "get$_onDoubleTapDown", "_onDoubleTapDown$1", 91); _instance_1_u(_, "get$_onTripleTapDown", "_onTripleTapDown$1", 91); _instance_2_u(_, "get$_onHandleDragStart", "_onHandleDragStart$2", 2872); @@ -485849,11 +485883,11 @@ _instance_0_u(_, "get$_document_gestures_touch_android$_onHandleDragEnd", "_document_gestures_touch_android$_onHandleDragEnd$0", 0); _instance_0_u(_, "get$_document_gestures_touch_android$_updateDragSelection", "_document_gestures_touch_android$_updateDragSelection$0", 0); _instance_0_u(_ = A._AndroidDocumentTouchEditingControlsState.prototype, "get$_document_gestures_touch_android$_onEditingControllerChange", "_document_gestures_touch_android$_onEditingControllerChange$0", 0); - _instance_1_u(_, "get$_onCollapsedPanStart", "_onCollapsedPanStart$1", 83); - _instance_1_u(_, "get$_onUpstreamHandlePanStart", "_onUpstreamHandlePanStart$1", 83); - _instance_1_u(_, "get$_onDownstreamHandlePanStart", "_onDownstreamHandlePanStart$1", 83); + _instance_1_u(_, "get$_onCollapsedPanStart", "_onCollapsedPanStart$1", 84); + _instance_1_u(_, "get$_onUpstreamHandlePanStart", "_onUpstreamHandlePanStart$1", 84); + _instance_1_u(_, "get$_onDownstreamHandlePanStart", "_onDownstreamHandlePanStart$1", 84); _instance_1_u(_, "get$_document_gestures_touch_android$_onPanUpdate", "_document_gestures_touch_android$_onPanUpdate$1", 70); - _instance_1_u(_, "get$_document_gestures_touch_android$_onPanEnd", "_document_gestures_touch_android$_onPanEnd$1", 107); + _instance_1_u(_, "get$_document_gestures_touch_android$_onPanEnd", "_document_gestures_touch_android$_onPanEnd$1", 108); _instance_0_u(_, "get$_document_gestures_touch_android$_onPanCancel", "_document_gestures_touch_android$_onPanCancel$0", 0); _instance_0_i(_ = A.AndroidDocumentGestureEditingController.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_, "get$_hideCollapsedHandle", "_hideCollapsedHandle$0", 0); @@ -485861,12 +485895,12 @@ _instance_0_u(_, "get$_onDocumentChange", "_onDocumentChange$0", 0); _instance_0_u(_, "get$_onSelectionChange", "_onSelectionChange$0", 0); _instance_0_u(_, "get$_onScrollChange", "_onScrollChange$0", 0); - _instance_1_u(_, "get$_onTapUp", "_onTapUp$1", 98); - _instance_1_u(_, "get$_onDoubleTapUp", "_onDoubleTapUp$1", 98); - _instance_1_u(_, "get$_onTripleTapUp", "_onTripleTapUp$1", 98); - _instance_1_u(_, "get$_onPanStart", "_onPanStart$1", 83); + _instance_1_u(_, "get$_onTapUp", "_onTapUp$1", 101); + _instance_1_u(_, "get$_onDoubleTapUp", "_onDoubleTapUp$1", 101); + _instance_1_u(_, "get$_onTripleTapUp", "_onTripleTapUp$1", 101); + _instance_1_u(_, "get$_onPanStart", "_onPanStart$1", 84); _instance_1_u(_, "get$_onPanUpdate", "_onPanUpdate$1", 70); - _instance_1_u(_, "get$_onPanEnd", "_onPanEnd$1", 107); + _instance_1_u(_, "get$_onPanEnd", "_onPanEnd$1", 108); _instance_0_u(_, "get$_onPanCancel", "_onPanCancel$0", 0); _instance_0_u(_, "get$_onTapTimeout", "_onTapTimeout$0", 0); _instance_0_u(_, "get$_updateDragSelection", "_updateDragSelection$0", 0); @@ -485892,7 +485926,7 @@ _instance_0_u(_, "get$_convertToHr", "_convertToHr$0", 0); _instance_0_u(_, "get$_closeKeyboard", "_closeKeyboard$0", 0); _instance_2_u(A.DocumentKeyboardInteractor.prototype, "get$_document_input_keyboard$_onKeyPressed", "_document_input_keyboard$_onKeyPressed$2", 283); - _instance_0_u(_ = A._SingleColumnDocumentLayoutState.prototype, "get$_onPresenterMarkedDirty", "_onPresenterMarkedDirty$0", 103); + _instance_0_u(_ = A._SingleColumnDocumentLayoutState.prototype, "get$_onPresenterMarkedDirty", "_onPresenterMarkedDirty$0", 102); _instance(_, "get$_onViewModelChange", 0, 0, null, ["call$3$addedComponents$changedComponents$removedComponents", "call$0"], ["_onViewModelChange$3$addedComponents$changedComponents$removedComponents", "_onViewModelChange$0"], 781, 0, 0); _instance(A._PresenterComponentBuilderState.prototype, "get$_onViewModelChange", 0, 0, null, ["call$3$addedComponents$changedComponents$removedComponents", "call$0"], ["_onViewModelChange$3$addedComponents$changedComponents$removedComponents", "_onViewModelChange$0"], 781, 0, 0); _static_1(A, "_presenter__noStyleBuilder$closure", "noStyleBuilder", 270); @@ -485903,39 +485937,39 @@ _static_2(A, "list_items___defaultOrderedListItemNumeralBuilder$closure", "_defaultOrderedListItemNumeralBuilder", 3551); _static(A, "list_items__tabToIndentListItem$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["tabToIndentListItem", function() { return A.tabToIndentListItem(null, null); - }], 54, 0); + }], 56, 0); _static(A, "list_items__shiftTabToUnIndentListItem$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["shiftTabToUnIndentListItem", function() { return A.shiftTabToUnIndentListItem(null, null); - }], 54, 0); + }], 56, 0); _static(A, "list_items__backspaceToUnIndentListItem$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["backspaceToUnIndentListItem", function() { return A.backspaceToUnIndentListItem(null, null); - }], 54, 0); + }], 56, 0); _static(A, "paragraph0__anyCharacterToInsertInParagraph$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["anyCharacterToInsertInParagraph", function() { return A.anyCharacterToInsertInParagraph(null, null); - }], 54, 0); + }], 56, 0); _static(A, "paragraph0__backspaceToClearParagraphBlockType$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["backspaceToClearParagraphBlockType", function() { return A.backspaceToClearParagraphBlockType(null, null); - }], 54, 0); + }], 56, 0); _static(A, "paragraph0__enterToInsertBlockNewline$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["enterToInsertBlockNewline", function() { return A.enterToInsertBlockNewline(null, null); - }], 54, 0); + }], 56, 0); _static_2(A, "super_editor0__defaultInlineTextStyler$closure", "defaultInlineTextStyler", 3553); _instance_0_u(_ = A.SuperEditorState.prototype, "get$_super_editor0$_onFocusChange", "_super_editor0$_onFocusChange$0", 0); _instance_0_u(_, "get$_updateComposerPreferencesAtSelection", "_updateComposerPreferencesAtSelection$0", 0); _static(A, "text__anyCharacterToInsertInTextContent$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["anyCharacterToInsertInTextContent", function() { return A.anyCharacterToInsertInTextContent(null, null); - }], 54, 0); + }], 56, 0); _static(A, "text__deleteToRemoveDownstreamContent$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["deleteToRemoveDownstreamContent", function() { return A.deleteToRemoveDownstreamContent(null, null); - }], 54, 0); + }], 56, 0); _static(A, "text__shiftEnterToInsertNewlineInBlock$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["shiftEnterToInsertNewlineInBlock", function() { return A.shiftEnterToInsertNewlineInBlock(null, null); - }], 54, 0); + }], 56, 0); _instance_0_i(A.TextNode.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(A.TextComponentState.prototype, "get$_textStyleWithBlockType", "_textStyleWithBlockType$1", 270); _instance_0_u(A._MultiListenableBuilderState.prototype, "get$_onListenableChange", "_onListenableChange$0", 0); - _instance_1_u(A.AutoScroller.prototype, "get$__scrolling$_onTick", "__scrolling$_onTick$1", 85); - _instance_1_u(_ = A.TapSequenceGestureRecognizer.prototype, "get$_multi_tap_gesture$_handleEvent", "_multi_tap_gesture$_handleEvent$1", 96); + _instance_1_u(A.AutoScroller.prototype, "get$__scrolling$_onTick", "__scrolling$_onTick$1", 86); + _instance_1_u(_ = A.TapSequenceGestureRecognizer.prototype, "get$_multi_tap_gesture$_handleEvent", "_multi_tap_gesture$_handleEvent$1", 104); _instance_1_u(_, "get$_multi_tap_gesture$_reject", "_multi_tap_gesture$_reject$1", 2893); _instance_0_u(_, "get$_multi_tap_gesture$_onTapTimeout", "_multi_tap_gesture$_onTapTimeout$0", 0); _instance_0_u(A._CountdownZoned0.prototype, "get$_multi_tap_gesture$_onTimeout", "_multi_tap_gesture$_onTimeout$0", 0); @@ -485971,52 +486005,52 @@ _static_0(A, "utils4__getUtcDateTime$closure", "getUtcDateTime", 288); _static(A, "document_keyboard_actions__doNothingWhenThereIsNoSelection$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["doNothingWhenThereIsNoSelection", function() { return A.doNothingWhenThereIsNoSelection(null, null); - }], 54, 0); + }], 56, 0); _static(A, "document_keyboard_actions__pasteWhenCmdVIsPressed$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["pasteWhenCmdVIsPressed", function() { return A.pasteWhenCmdVIsPressed(null, null); - }], 54, 0); + }], 56, 0); _static(A, "document_keyboard_actions__selectAllWhenCmdAIsPressed$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["selectAllWhenCmdAIsPressed", function() { return A.selectAllWhenCmdAIsPressed(null, null); - }], 54, 0); + }], 56, 0); _static(A, "document_keyboard_actions__copyWhenCmdCIsPressed$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["copyWhenCmdCIsPressed", function() { return A.copyWhenCmdCIsPressed(null, null); - }], 54, 0); + }], 56, 0); _static(A, "document_keyboard_actions__cutWhenCmdXIsPressed$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["cutWhenCmdXIsPressed", function() { return A.cutWhenCmdXIsPressed(null, null); - }], 54, 0); + }], 56, 0); _static(A, "document_keyboard_actions__cmdBToToggleBold$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["cmdBToToggleBold", function() { return A.cmdBToToggleBold(null, null); - }], 54, 0); + }], 56, 0); _static(A, "document_keyboard_actions__cmdIToToggleItalics$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["cmdIToToggleItalics", function() { return A.cmdIToToggleItalics(null, null); - }], 54, 0); + }], 56, 0); _static(A, "document_keyboard_actions__anyCharacterOrDestructiveKeyToDeleteSelection$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["anyCharacterOrDestructiveKeyToDeleteSelection", function() { return A.anyCharacterOrDestructiveKeyToDeleteSelection(null, null); - }], 54, 0); + }], 56, 0); _static(A, "document_keyboard_actions__backspaceToRemoveUpstreamContent$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["backspaceToRemoveUpstreamContent", function() { return A.backspaceToRemoveUpstreamContent(null, null); - }], 54, 0); + }], 56, 0); _static(A, "document_keyboard_actions__moveUpDownLeftAndRightWithArrowKeys$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["moveUpDownLeftAndRightWithArrowKeys", function() { return A.moveUpDownLeftAndRightWithArrowKeys(null, null); - }], 54, 0); + }], 56, 0); _static(A, "document_keyboard_actions__moveToLineStartOrEndWithCtrlAOrE$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["moveToLineStartOrEndWithCtrlAOrE", function() { return A.moveToLineStartOrEndWithCtrlAOrE(null, null); - }], 54, 0); + }], 56, 0); _static(A, "document_keyboard_actions__moveToLineStartWithHome$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["moveToLineStartWithHome", function() { return A.moveToLineStartWithHome(null, null); - }], 54, 0); + }], 56, 0); _static(A, "document_keyboard_actions__moveToLineEndWithEnd$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["moveToLineEndWithEnd", function() { return A.moveToLineEndWithEnd(null, null); - }], 54, 0); + }], 56, 0); _static(A, "document_keyboard_actions__deleteLineWithCmdBksp$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["deleteLineWithCmdBksp", function() { return A.deleteLineWithCmdBksp(null, null); - }], 54, 0); + }], 56, 0); _static(A, "document_keyboard_actions__deleteWordWithAltBksp$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["deleteWordWithAltBksp", function() { return A.deleteWordWithAltBksp(null, null); - }], 54, 0); + }], 56, 0); _static(A, "document_keyboard_actions__collapseSelectionWhenEscIsPressed$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["collapseSelectionWhenEscIsPressed", function() { return A.collapseSelectionWhenEscIsPressed(null, null); - }], 54, 0); + }], 56, 0); _static(A, "uuid_util_UuidUtil_mathRNG$closure", 0, function() { return {seed: -1}; }, ["call$1$seed", "call$0"], ["UuidUtil_mathRNG", function() { @@ -486032,7 +486066,7 @@ _inheritMany(A.Object, [A.AlarmClock, A.AppBootstrap, A.Closure, A.AssetManager, A.AssetManagerException, A._Enum, A._SaveStackTracking, A.ContextStateHandle, A.CkCanvas, A.CkPictureSnapshot, A.CkPaintCommand, J.Interceptor, A.ProductionCollector, A.SkiaObjectCollectionError, A.CanvasKitCanvas, A.SkiaObject, A.CkColorFilter, A.HtmlViewEmbedder, A.ViewClipChain, A.EmbeddedViewParams, A.Mutator, A.Iterable, A.ViewListDiffResult, A.FontFallbackData, A.NotoFont, A.CodeunitRange, A._ResolvedNotoFont, A._ResolvedNotoSubset, A.FallbackFontDownloadQueue, A.NotoDownloader, A.SkiaFontCollection, A.RegisteredFont, A.ImageCodecException, A.CkImage, A.AnimatedImageFrameInfo, A.CkBrowserImageDecoder, A.ImageFileFormat, A.IntervalTree, A.IntervalTreeNode, A.Layer, A.PrerollContext, A.PaintContext, A.LayerScene, A.LayerSceneBuilder, A.LayerTree, A.Frame, A.CompositorContext, A.CkNWayCanvas, A.CkPictureRecorder, A.Rasterizer, A.SkiaObjectCache, A.SynchronousSkiaObjectCache, A.SurfaceFrame, A.Surface, A.CkSurface, A.SurfaceFactory, A.CkParagraphStyle, A.CkTextStyle, A.CkStrutStyle, A.CkLineMetrics, A.CkParagraphBuilder, A._CkParagraphPlaceholder, A._ParagraphCommand, A.Error, A.ClipboardMessageHandler, A.ClipboardAPICopyStrategy, A.ClipboardAPIPasteStrategy, A.ExecCommandCopyStrategy, A.ExecCommandPasteStrategy, A.FlutterConfiguration, A.FlutterViewEmbedder, A.EngineCanvas, A.SaveStackEntry, A.SaveClipEntry, A._SaveElementStackEntry, A.SaveElementStackTracking, A.FrameReference, A.CrossFrameCache, A._CrossFrameCacheItem, A.ShadowDomHostNode, A.ElementHostNode, A.PersistedSurface, A.SvgBlendMode, A.SurfaceCanvas, A._DomClip, A.SvgFilterBuilder, A.SvgFilter, A.SurfacePaint, A.SurfacePaintData, A.Conic, A.QuadBounds, A.ConicBounds, A._ConicPair, A.CubicBounds, A.SurfacePath, A.PathIterator, A.PathRef, A.PathRefIterator, A.QuadRoots, A.SkQuadCoefficients, A.PathWinding, A.PaintRequest, A.RecordingCanvas, A.PaintCommand, A._PaintBounds, A.RenderStrategy, A._WebGlRenderer, A.SurfaceScene, A.SurfaceSceneBuilder, A.NormalizedGradient, A.EngineGradient, A.EngineImageFilter, A.ShaderBuilder, A.ShaderMethod, A.ShaderDeclaration, A._PersistedSurfaceMatch, A.PrerollSurfaceContext, A.HtmlCodec, A.SingleFrameInfo, A.HtmlImage, A.Keyboard, A.KeyboardBinding, A.FlutterHtmlKeyboardEvent, A.KeyboardConverter, A.MouseCursor, A.BrowserHistory, A.UrlStrategy, A.PlatformLocation, A.EnginePictureRecorder, A.EnginePicture, A.PlatformDispatcher, A.PlatformViewManager, A.PlatformViewMessageHandler, A.PointerBinding, A.PointerSupportDetector, A._BaseAdapter, A._WheelEventListenerMixin, A._SanitizedDetails, A._ButtonSanitizer, A._PointerState, A.PointerDataConverter, A.Profiler, A.GlProgram, A.GlContext, A.OffScreenCanvas, A.AccessibilityAnnouncements, A.RoleManager, A.SemanticsUpdate, A.SemanticsNodeUpdate, A.SemanticsObject, A.EngineSemanticsOwner, A.SemanticsHelper, A.SemanticsEnabler, A.DefaultTextEditingStrategy, A._ListBase_Object_ListMixin, A.MethodCall, A.JSONMessageCodec, A.JSONMethodCodec, A.StandardMessageCodec, A.StandardMethodCodec, A.WriteBuffer0, A.ReadBuffer0, A.SurfaceShadowData, A.CanvasParagraph, A.FlatTextSpan, A.ParagraphPlaceholder, A.StyleNode, A.CanvasParagraphBuilder, A.FontCollection, A.FontManager, A.TextLayoutService, A.RangeBox, A.LineSegment, A.LineBuilder, A.Spanometer, A.LineBreakResult, A.RulerHost, A.TextPaintService, A.EngineLineMetrics, A.EngineParagraphStyle, A.EngineTextStyle, A.EngineStrutStyle, A.TextHeightStyle, A.TextDimensions, A.TextHeightRuler, A.DirectionalPosition, A.UnicodeRange, A.UnicodePropertyLookup, A._FindBreakDirection, A.BrowserAutofillHints, A.EngineInputType, A.TextCapitalizationConfig, A.EngineAutofillForm, A.AutofillInfo, A.TextEditingDeltaState, A.EditingState, A.InputConfiguration, A.TextInputCommand, A.TextEditingChannel, A.HybridTextEditing, A.EditableTextStyle, A.EditableTextGeometry, A.Matrix40, A.Vector30, A.FlutterView, A.WindowPadding, A.JS_CONST, A.HttpException, A._HeaderValue, J.ArrayIterator, A._CopyingBytesBuilder, A._BytesBuilder, A.CastIterator, A.MapMixin, A.SentinelValue, A.ListIterator, A.Iterator, A.ExpandIterator, A.EmptyIterator, A.FollowedByIterator, A.WhereTypeIterator, A.FixedLengthListMixin, A.UnmodifiableListMixin, A.Symbol, A.MapView, A.ConstantMap, A.JSInvocationMirror, A.TypeErrorDecoder, A.NullThrownFromJavaScriptException, A.ExceptionAndStackTrace, A._StackTrace, A._Required, A.LinkedHashMapCell, A.LinkedHashMapKeyIterator, A.JSSyntaxRegExp, A._MatchImplementation, A._AllMatchesIterator, A.StringMatch, A._StringAllMatchesIterator, A._Cell, A._InitializedCell, A.Rti, A._FunctionParameters, A._Type, A._TimerImpl, A._AsyncAwaitCompleter, A._AsyncStarStreamController, A._IterationMarker, A._SyncStarIterator, A.AsyncError, A.Stream, A._BufferingStreamSubscription, A._BroadcastStreamController, A.TimeoutException, A._Completer, A._FutureListener, A._Future, A._AsyncCallbackEntry, A.StreamSubscription, A.StreamTransformerBase, A._StreamController, A._SyncStreamControllerDispatch, A._AsyncStreamControllerDispatch, A._AddStreamState, A._DelayedEvent, A._DelayedDone, A._PendingEvents, A._DoneStreamSubscription, A._StreamIterator, A._EventSinkWrapper, A._HandlerEventSink, A._ZoneFunction, A._Zone, A._HashMapKeyIterator, A.__SetBase_Object_SetMixin, A._HashSetIterator, A._LinkedHashSetCell, A._LinkedHashSetIterator, A.IterableMixin, A._LinkedListIterator, A.LinkedListEntry, A.ListMixin, A._MapBaseValueIterator, A._UnmodifiableMapMixin, A._DoubleLinkedQueueEntry, A._DoubleLinkedQueueIterator, A._ListQueueIterator, A.SetMixin, A._SetBase_Object_SetMixin, A._UnmodifiableSetMixin, A._SplayTreeNode, A._SplayTree, A._SplayTreeIterator, A.Codec0, A._Base64Encoder, A._Base64Decoder, A.ChunkedConversionSink, A.HtmlEscapeMode, A._JsonStringifier, A._JsonPrettyPrintMixin, A._Utf8Encoder, A._Utf8Decoder, A._BigIntImpl, A.Comparable, A.DateTime, A.Duration, A.OutOfMemoryError, A.StackOverflowError, A._Exception, A.FormatException, A.IntegerDivisionByZeroException, A.BidirectionalIterator, A.MapEntry, A.Null, A._StringStackTrace, A.Stopwatch, A.RuneIterator, A.StringBuffer, A._Uri, A.UriData, A._SimpleUri, A.Expando, A._FakeUserTag, A.ServiceExtensionResponse, A.TimelineTask, A.CssStyleDeclarationBase, A.EventStreamProvider, A._Html5NodeValidator, A.ImmutableListMixin, A.NodeValidatorBuilder, A._SimpleNodeValidator, A._SvgNodeValidator, A.FixedSizeListIterator, A.Console, A._DOMWindowCrossFrame, A._SameOriginUriPolicy, A._ValidatingTreeSanitizer, A._StructuredClone, A._AcceptStructuredClone, A.OSError, A.FileSystemEntity, A.FileMode, A.FileSystemException, A.FileSystemEntityType, A.JsObject, A.NullRejectionException, A._JSRandom, A._Random, A.Point, A._RectangleBase, A.Endian, A._ChannelCallbackRecord, A._StoredMessage, A._Channel, A.ChannelBuffers, A.OffsetBase, A.Rect, A.Radius, A.RRect, A._HashEnd, A.PlatformViewRegistry, A.KeyData, A.Color, A.MaskFilter, A.ImageFilter, A.Shadow, A.PlatformConfiguration, A.ViewConfiguration0, A.FrameTiming, A.Locale, A.PointerData, A.PointerDataPacket, A.SemanticsAction, A.SemanticsFlag, A.SemanticsUpdateBuilder, A.FontWeight, A.FontFeature, A.TextDecoration, A.TextHeightBehavior, A.TextBox, A.TextPosition, A.TextRange, A.ParagraphConstraints, A.AccessibilityFeatures, A.CallbackHandle, A.GestureSettings, A.GZipEncoder, A.InputStreamBase, A.OutputStreamBase, A.Deflate, A._DeflaterConfig, A._HuffmanTree, A._StaticTree, A.HuffmanTable, A.Inflate, A.AttributedSpans, A.SpanMarker, A.AttributionSpan, A.MultiAttributionSpan, A.IncompatibleOverlappingAttributionsException, A.AttributedText, A.NamedAttribution, A.SpanRange, A._DiagnosticableTree_Object_Diagnosticable, A._State_Object_Diagnosticable, A.BoardViewController, A.CopyOnWriteList, A.CopyOnWriteSet, A.BuiltList, A.ListBuilder, A.BuiltListMultimap, A.ListMultimapBuilder, A.BuiltMap, A.MapBuilder, A.BuiltSet, A.SetBuilder, A.BuiltSetMultimap, A.SetMultimapBuilder, A.EnumClass, A.IndentingBuiltValueToStringHelper, A.JsonObject, A.FullType, A.BigIntSerializer, A.BoolSerializer, A.BuiltJsonSerializers, A.BuiltJsonSerializersBuilder, A.BuiltListMultimapSerializer, A.BuiltListSerializer, A.BuiltMapSerializer, A.BuiltSetMultimapSerializer, A.BuiltSetSerializer, A.DateTimeSerializer, A.DoubleSerializer, A.DurationSerializer, A.Int64Serializer, A.IntSerializer, A.JsonObjectSerializer, A.NullSerializer, A.NumSerializer, A.RegExpSerializer, A.StringSerializer, A.UriSerializer, A.StandardJsonPlugin, A.ImageProvider, A._ImageStreamCompleter_Object_Diagnosticable, A.StringCharacterRange, A.Breaks, A.BackBreaks, A.BaseChart0, A.BaseSeriesRenderer, A.BaseBarRendererElement, A.BaseAnimatedBar, A.LayoutViewConfig, A.ConstCornerStrategy, A.ImmutableAxis, A.Tick, A.CollisionReport, A.BaseRenderSpec, A.BaseTickDrawStrategy, A.NoneDrawStrategy, A.LinearScale, A.LinearScaleDomainInfo, A.LinearScaleFunction, A.LinearScaleViewportSettings, A.NumericExtents, A.BaseTickProvider, A._TickStepInfo, A.OrdinalScaleDomainInfo, A.Scale, A.ScaleOutputExtent, A.RangeBandConfig, A.StepSizeConfig, A.Extents, A.SimpleOrdinalScale, A.AxisSpec, A.TextStyleSpec, A.LineStyleSpec, A.SimpleTickFormatterBase, A.AutoAdjustingDateTimeTickProvider, A.BaseTimeStepper, A._TimeStepIteratorImpl, A.DateTimeTickFormatter, A.TimeTickFormatterImpl, A.LifecycleListener, A.DomainHighlighter0, A.Legend, A.LegendState, A.LegendEntryBase, A.PerSeriesLegendEntryGenerator, A.LinePointHighlighter0, A.LayoutView, A.NullablePoint, A._PointRendererElement, A._AnimatedPoint, A.SelectNearest0, A.CanvasRect, A.CanvasBarStack, A.DatumDetails, A.ImmutableSeries, A.SelectionModel, A.SeriesDatum, A.TypedRegistry, A.IdentityConverter, A.LayoutConfig, A.MarginSpec, A.LayoutManagerImpl, A._MeasuredSizes, A.SizeList, A._DesiredViewSizes, A.VerticalMarginStrategy, A.HorizontalMarginStrategy, A.ViewMargin, A.ViewMeasuredSizes, A._LineRendererElement, A._AnimatedLine, A._AreaRendererElement, A._AnimatedArea, A._AnimatedElements, A._Range, A.Color0, A.LocalDateTimeFactory, A.GestureListener, A.Palette, A.ProxyGestureListener, A.MaterialStyle, A.StyleFactory, A.BaseSymbolRenderer, A.TextMeasurement, A.TypedKey, A.Series, A.ChartBehavior, A.BaseLegendContentBuilder, A.SimpleLegendEntryLayout, A.TabularLegendLayout, A.ChartCanvas, A.AbstractNode, A.Listenable, A.ChartGestureDetector, A.GraphicsFactory, A.LineStyle, A.SelectionModelConfig, A.SymbolRendererCanvas, A.TextElement0, A.TextStyle0, A.MultiChildLayoutDelegate, A.Clock, A.CanonicalizedMap, A.DefaultEquality, A.IterableEquality, A.ListEquality, A._UnorderedEquality, A._MapEntry, A.MapEquality, A.DeepCollectionEquality, A.HeapPriorityQueue, A.XFileBase, A._Parser, A.Token, A.TokenizerBase, A.Message, A.Messages, A.PreprocessorOptions, A.TreeNode, A.Visitor, A.Clock0, A.MemoryFileSystemEntity, A._FileSink, A.MemoryFileStat, A.FileSystem0, A.Node2, A.FileSystemOp, A.FileSystemStyle, A.DirectoryAddOnsMixin, A._LinuxCodes, A.PlatformInterface, A.FilePickerResult, A.KDialogHandler, A.QarmaAndZenityHandler, A.PlatformFile, A.Int64, A.Simulation, A.AnimationWithParentMixin, A.ParametricCurve, A.AnimationLazyListenerMixin, A.AnimationEagerListenerMixin, A.AnimationLocalListenersMixin, A.AnimationLocalStatusListenersMixin, A.Animatable, A.TweenSequenceItem, A._Interval, A.TextSelectionControls, A._IconThemeData_Object_Diagnosticable, A.LocalizationsDelegate, A.DefaultCupertinoLocalizations, A._CupertinoBackGestureController, A._Decoration_Object_Diagnosticable, A.BoxPainter, A._CupertinoTextThemeData_Object_Diagnosticable, A._TextThemeDefaultsBuilder, A.NoDefaultCupertinoThemeData, A._CupertinoThemeDefaults, A._CupertinoTextThemeDefaults, A.CupertinoThumbPainter, A.DiagnosticsNode, A._FlutterErrorDetails_Object_Diagnosticable, A.BindingBase, A.DebugReassembleConfig, A.ChangeNotifier, A.TextTreeConfiguration, A._PrefixedStringBuilder, A._NoDefaultValue, A.TextTreeRenderer, A.DiagnosticPropertiesBuilder, A.Diagnosticable, A.DiagnosticableTreeMixin, A.Key, A._TypeLiteral, A.LicenseParagraph, A.LicenseEntry, A.WriteBuffer, A.ReadBuffer, A.StackFrame, A.SynchronousFuture, A.GestureArenaMember, A.GestureArenaEntry, A._GestureArena, A.GestureArenaManager, A._Resampler, A.GestureBinding, A.Drag, A.DragDownDetails, A.DragStartDetails, A.DragUpdateDetails, A.DragEndDetails, A._PointerEvent_Object_Diagnosticable, A._PointerEventDescription, A._AbstractPointerEvent, A._CopyPointerAddedEvent, A._CopyPointerRemovedEvent, A._CopyPointerHoverEvent, A._CopyPointerEnterEvent, A._CopyPointerExitEvent, A._CopyPointerDownEvent, A._CopyPointerMoveEvent, A._CopyPointerUpEvent, A._CopyPointerScrollEvent, A._CopyPointerCancelEvent, A.ForcePressDetails, A.DeviceGestureSettings, A.HitTestEntry, A._TransformPart, A.HitTestResult, A.LongPressStartDetails, A.LongPressMoveUpdateDetails, A.LongPressEndDetails, A._Vector, A._Matrix, A.PolynomialFit, A.LeastSquaresSolver, A.MultiDragPointerState, A._CountdownZoned, A._TapTracker, A.PointerRouter, A.PointerSignalResolver, A.OffsetPair, A.ScaleStartDetails, A.ScaleUpdateDetails, A.ScaleEndDetails, A._LineBetweenPointers, A.TapDownDetails, A.TapUpDetails, A._CombiningGestureArenaEntry, A.GestureArenaTeam, A.Velocity, A.VelocityEstimate, A._PointAtTime, A.VelocityTracker, A._LicenseData, A._DetailArguments, A._MasterDetailFlowProxy, A.ScrollBehavior, A.SingleChildLayoutDelegate, A.SliverPersistentHeaderDelegate, A._AppBarTheme_Object_Diagnosticable, A._Diagonal, A._MaterialBannerThemeData_Object_Diagnosticable, A._BottomAppBarTheme_Object_Diagnosticable, A._BottomNavigationBarThemeData_Object_Diagnosticable, A._BottomSheetThemeData_Object_Diagnosticable, A._ButtonBarThemeData_Object_Diagnosticable, A._ButtonStyle_Object_Diagnosticable, A._LerpProperties, A._LerpSides, A._LerpShapes, A._MouseCursor_Object_Diagnosticable, A._ButtonThemeData_Object_Diagnosticable, A.SliverGridDelegate, A._CardTheme_Object_Diagnosticable, A._CheckboxThemeData_Object_Diagnosticable, A._LerpProperties4, A._ChipThemeData_Object_Diagnosticable, A._ColorScheme_Object_Diagnosticable, A.DataColumn, A.DataRow, A.DataCell, A.TableColumnWidth, A._DataTableThemeData_Object_Diagnosticable, A._LerpProperties3, A.Route, A._DialogTheme_Object_Diagnosticable, A._DividerThemeData_Object_Diagnosticable, A._DrawerThemeData_Object_Diagnosticable, A._DropdownRouteResult, A._MenuLimits, A.MaterialStateProperty, A._ElevatedButtonThemeData_Object_Diagnosticable, A.ExpansionPanel, A._ExpansionTileThemeData_Object_Diagnosticable, A._DefaultHeroTag, A._FloatingActionButtonThemeData_Object_Diagnosticable, A.FloatingActionButtonLocation, A.FabTopOffsetY, A.FabFloatOffsetY, A.FabDockedOffsetY, A.FabEndOffsetX, A.FloatingActionButtonAnimator, A.InkFeature, A.InteractiveInkFeatureFactory, A.ShapeBorder, A.FloatingLabelAlignment, A._Decoration, A._RenderDecorationLayout, A.InputDecoration, A._InputDecorationTheme_Object_Diagnosticable, A._ListTileThemeData_Object_Diagnosticable, A.DefaultMaterialLocalizations, A._MaterialStatePropertyWith, A._MaterialStatePropertyAll, A.MaterialStateMixin, A.MergeableMaterialItem, A._AnimationTuple, A._NavigationBarThemeData_Object_Diagnosticable, A._LerpProperties2, A._NavigationRailThemeData_Object_Diagnosticable, A._OutlinedButtonThemeData_Object_Diagnosticable, A.MaterialRouteTransitionMixin, A.PageTransitionsBuilder, A._PageTransitionsTheme_Object_Diagnosticable, A._PopupMenuThemeData_Object_Diagnosticable, A._ProgressIndicatorThemeData_Object_Diagnosticable, A._RadioThemeData_Object_Diagnosticable, A._LerpProperties1, A.ScaffoldPrelayoutGeometry, A.ScaffoldGeometry, A.Constraints, A.ScaffoldFeatureController, A._ScrollbarThemeData_Object_Diagnosticable, A._LerpProperties5, A.TextSelectionGestureDetectorBuilder, A._SliderThemeData_Object_Diagnosticable, A._SnackBarThemeData_Object_Diagnosticable, A._SwitchThemeData_Object_Diagnosticable, A._LerpProperties0, A._TabBarTheme_Object_Diagnosticable, A._LerpColors, A._TextButtonThemeData_Object_Diagnosticable, A._TextSelectionThemeData_Object_Diagnosticable, A._TextTheme_Object_Diagnosticable, A._ThemeData_Object_Diagnosticable, A._IdentityThemeDataCacheKey, A._FifoCache, A._VisualDensity_Object_Diagnosticable, A.TimeOfDay, A._TimePickerFragmentContext, A._TappableLabel, A._TimePickerThemeData_Object_Diagnosticable, A._ToggleButtonsThemeData_Object_Diagnosticable, A.ToggleableStateMixin, A._TooltipThemeData_Object_Diagnosticable, A._Typography_Object_Diagnosticable, A.AlignmentGeometry, A.TextAlignVertical, A.PaintingBinding, A.BorderRadiusGeometry, A.BorderSide, A.FittedSizes, A.ClipContext, A.ImageSizeInfo, A.DecorationImagePainter, A.EdgeInsetsGeometry, A._ColorsAndStops, A.Gradient, A.ImageCache, A._CachedImageBase, A._PendingImage, A.ImageConfiguration, A.AssetBundleImageKey, A.ImageInfo, A.ImageStreamListener, A._ImageChunkEvent_Object_Diagnosticable, A._ImageStream_Object_Diagnosticable, A.ImageStreamCompleterHandle, A.Accumulator, A.InlineSpanSemanticsInformation, A.NotchedShape, A._StrutStyle_Object_Diagnosticable, A.PlaceholderDimensions, A._CaretMetrics, A.TextPainter, A._TextStyle_Object_Diagnosticable, A.SpringDescription, A._CriticalSolution, A._OverdampedSolution, A._UnderdampedSolution, A.Tolerance, A.RendererBinding, A.ParentData, A._IntrinsicDimensionsCacheEntry, A.RenderBoxContainerDefaultsMixin, A.CustomPainterSemantics, A.DebugOverflowIndicatorMixin, A.TextSelectionPoint, A._LayoutSizes, A.AnnotationEntry, A.AnnotationResult, A.LayerHandle, A.LayerLink, A._MouseState, A.__MouseTrackerUpdateDetails_Object_Diagnosticable, A.SemanticsHandle, A.PipelineOwner, A.RenderObjectWithChildMixin, A.ContainerParentDataMixin, A.ContainerRenderObjectMixin, A.RelayoutWhenSystemFontsChangeMixin, A._SemanticsFragment, A._SemanticsGeometry, A.SemanticsTag, A._PlatformViewGestureMixin, A.RenderProxyBoxMixin, A.RenderAnimatedOpacityMixin, A._SliverGeometry_Object_Diagnosticable, A.RenderSliverHelpers, A.SliverGridGeometry, A.SliverGridLayout, A.KeepAliveParentDataMixin, A.RenderSliverWithKeepAliveMixin, A.PersistentHeaderShowOnScreenConfiguration, A.RelativeRect, A.ViewConfiguration, A.RevealedOffset, A._RunMetrics, A._TaskEntry, A._FrameCallbackEntry, A.SchedulerBinding, A.Priority, A.Ticker, A.TickerFuture, A.TickerCanceled, A.SemanticsBinding, A.CustomSemanticsAction, A.AttributedString, A._SemanticsData_Object_Diagnosticable, A._BoxEdge, A._TraversalSortNode, A.SemanticsConfiguration, A._SemanticsSortKey_Object_Diagnosticable, A.SemanticsEvent, A.AssetBundle, A.AutofillConfiguration, A.TextInputConfiguration, A.AutofillScopeMixin, A.BinaryMessenger, A.ServicesBinding, A.ClipboardData, A.KeyboardLockMode, A._KeyEvent_Object_Diagnosticable, A.HardwareKeyboard, A.KeyMessage, A.KeyEventManager, A._KeyboardKey_Object_Diagnosticable, A.MethodCall0, A.PlatformException, A.MissingPluginException, A.StringCodec, A.JSONMessageCodec0, A.JSONMethodCodec0, A.StandardMessageCodec0, A.StandardMethodCodec0, A.MouseCursorManager, A.MouseCursorSession, A.BasicMessageChannel, A.MethodChannel, A.PlatformViewsRegistry, A.PlatformViewController, A._RawKeyEventData_Object_Diagnosticable, A._RawKeyEvent_Object_Diagnosticable, A.RawKeyboard, A._ModifierSidePair, A.RestorationBucket, A.ApplicationSwitcherDescription, A.SystemUiOverlayStyle, A.TextEditingDelta, A.TextInputFormatter, A._MutableTextRange, A._TextEditingValueAccumulator, A.TextInputType, A.RawFloatingCursorPoint, A.TextEditingValue, A.TextSelectionDelegate, A.SelectionRect, A.TextInputConnection, A.TextInput, A._Intent_Object_Diagnosticable, A._Action_Object_Diagnosticable, A._ActionDispatcher_Object_Diagnosticable, A._OverridableActionMixin, A._ChildEntry, A.AsyncSnapshot, A.Notification0, A.AutomaticKeepAliveClientMixin, A.WidgetsBindingObserver, A.WidgetsBinding, A.DisposableBuildContext, A._DraggableSheetExtent, A.ToolbarOptions, A._TextBoundary, A._UndoStack, A._Autofocus, A.FocusAttachment, A._FocusNode_Object_DiagnosticableTreeMixin, A._FocusManager_Object_DiagnosticableTreeMixin, A._FocusTraversalGroupInfo, A._FocusTraversalPolicy_Object_Diagnosticable, A._DirectionalPolicyDataEntry, A._DirectionalPolicyData, A.DirectionalFocusTraversalPolicyMixin, A.__ReadingOrderSortData_Object_Diagnosticable, A.__ReadingOrderDirectionalGroupData_Object_Diagnosticable, A._InactiveElements, A.BuildOwner, A.NotifiableElementMixin, A._NotificationNode, A.IndexedSlot, A.GestureRecognizerFactory, A.SemanticsGestureDelegate, A._HeroFlightManifest, A._HeroFlight, A.NavigatorObserver, A.IconData, A.CapturedThemes, A.RenderConstrainedLayoutBuilder, A._Pending, A.DefaultWidgetsLocalizations, A.MediaQueryData, A.RouteSettings, A.RouteTransitionRecord, A.TransitionDelegate, A._NavigatorObservation, A._RestorationInformation, A._StorageEntryIdentifier, A.PageStorageBucket, A._FixedScrollMetrics_Object_ScrollMetrics, A.ScrollPhysics, A.MenuSerializableShortcut, A.PlatformMenuDelegate, A.PlatformViewCreationParams, A._EdgeDraggingAutoScroller, A.RestorationMixin, A.RouteInformation, A.LocalHistoryEntry, A.LocalHistoryRoute, A.ScrollActivity, A.ScrollDragController, A._WrappedScrollBehavior, A.ScrollMetrics, A.ViewportNotificationMixin, A.ViewportElementMixin, A.ScrollableDetails, A.KeySet, A._SingleActivator_Object_Diagnosticable, A.__ActivatorIntentPair_Object_Diagnosticable, A.SliverChildDelegate, A._RenderSliverPersistentHeaderForWidgetsMixin, A.SlottedMultiChildRenderObjectWidgetMixin, A.SlottedContainerRenderObjectMixin, A.TableRow, A._TableElementRow, A.__TableSlot_Object_Diagnosticable, A.TextSelectionOverlay, A.SelectionOverlay, A.SingleTickerProviderStateMixin, A.TickerProviderStateMixin, A.CacheManager, A.ImageCacheManager, A.CacheStore, A.Config, A.CacheLogger, A.FileResponse, A.NonStoringObjectProvider, A.CacheObject, A.MemoryCacheSystem, A.FileService, A.HttpGetResponse, A.QueueItem, A.WebHelper, A.GlobalCupertinoLocalizations, A.GlobalMaterialLocalizations, A.GlobalWidgetsLocalizations, A.SlidableAutoCloseNotification, A.SlidableAutoCloseBarrierNotification, A.EndGesture, A.SlidableController, A.ActionPaneData, A.StyledToastPosition, A.ToastFuture, A.ToastManager, A.GoogleSignInAuthentication, A.GoogleSignInAccount, A.GoogleSignIn, A.GoogleSignInPlatform, A.GoogleSignInUserData, A.GoogleSignInTokenData, A.AttributeName, A._ParentNode, A._NonElementParentNode, A._ElementAndDocument, A.Node0, A.TreeVisitor, A.HtmlParser, A.Phase, A.ParseError, A.ReparseException, A.EncodingBytes, A.ContentAttrParser, A.HtmlInputStream, A.Token0, A.TagAttribute, A.HtmlTokenizer, A.TreeBuilder, A.Pair, A.Node, A._StyleOption, A.Rule, A.BaseClient, A.BaseRequest, A.BaseResponse, A.ClientException, A.MultipartFile, A.MediaType, A.ExifData, A.DecodeInfo, A.Decoder, A.PngFrame, A.Image0, A.ImageException, A.InputBuffer, A.ImageCropper, A.CroppedFileBase, A.ImagePicker, A.ImageResizer, A.DateSymbols, A.NumberSymbols, A.DateBuilder, A.DateFormat, A._DateFormatField, A.IntlStream, A.NumberFormat, A.NumberFormatParseResult, A.NumberFormatParser, A.StringIterator, A.UninitializedLocaleData, A.LocaleDataException, A.InvoiceStatusColors, A.RecurringInvoiceStatusColors, A.CreditStatusColors, A.PurchaseOrderStatusColors, A.QuoteStatusColors, A.PaymentStatusColors, A.ExpenseStatusColors, A.FileStorage, A.AccountEntity, A._$AccountEntitySerializer, A.AccountEntityBuilder, A.ClientListResponse, A.ClientItemResponse, A._ClientEntity_Object_BaseEntity, A._ClientContactEntity_Object_BaseEntity, A._$ClientListResponseSerializer, A._$ClientItemResponseSerializer, A._$ClientEntitySerializer, A._$ClientContactEntitySerializer, A.ClientListResponseBuilder, A.ClientItemResponseBuilder, A.ClientEntityBuilder, A.ClientContactEntityBuilder, A.CompanyGatewayListResponse, A.CompanyGatewayItemResponse, A._CompanyGatewayEntity_Object_BaseEntity, A.FeesAndLimitsSettings, A._$CompanyGatewayListResponseSerializer, A._$CompanyGatewayItemResponseSerializer, A._$CompanyGatewayEntitySerializer, A._$FeesAndLimitsSettingsSerializer, A.CompanyGatewayListResponseBuilder, A.CompanyGatewayItemResponseBuilder, A.CompanyGatewayEntityBuilder, A.FeesAndLimitsSettingsBuilder, A._CompanyEntity_Object_BaseEntity, A._GatewayEntity_Object_SelectableEntity, A.GatewayOptionsEntity, A.UserCompanyEntity, A.UserSettingsEntity, A.ReportSettingsEntity, A.CompanyItemResponse, A.RegistrationFieldEntity, A._$CompanyEntitySerializer, A._$GatewayEntitySerializer, A._$GatewayOptionsEntitySerializer, A._$UserCompanyEntitySerializer, A._$UserSettingsEntitySerializer, A._$ReportSettingsEntitySerializer, A._$CompanyItemResponseSerializer, A._$RegistrationFieldEntitySerializer, A.CompanyEntityBuilder, A.GatewayEntityBuilder, A.GatewayOptionsEntityBuilder, A.UserCompanyEntityBuilder, A.UserSettingsEntityBuilder, A.ReportSettingsEntityBuilder, A.CompanyItemResponseBuilder, A.RegistrationFieldEntityBuilder, A.CreditListResponse, A.CreditItemResponse, A._$CreditListResponseSerializer, A._$CreditItemResponseSerializer, A.CreditListResponseBuilder, A.CreditItemResponseBuilder, A.DashboardSettings, A._$DateRangeSerializer, A._$DateRangeComparisonSerializer, A.DesignListResponse, A.DesignItemResponse, A.DesignPreviewRequest, A._DesignEntity_Object_BaseEntity, A._$DesignListResponseSerializer, A._$DesignItemResponseSerializer, A._$DesignPreviewRequestSerializer, A._$DesignEntitySerializer, A.DesignListResponseBuilder, A.DesignItemResponseBuilder, A.DesignPreviewRequestBuilder, A.DesignEntityBuilder, A.DocumentListResponse, A.DocumentItemResponse, A._DocumentEntity_Object_BaseEntity, A._$DocumentListResponseSerializer, A._$DocumentItemResponseSerializer, A._$DocumentEntitySerializer, A.DocumentListResponseBuilder, A.DocumentItemResponseBuilder, A.DocumentEntityBuilder, A.EntityStatus, A.EntityStats, A.SelectableEntity, A.BaseEntity, A.HasActivities, A.BelongsToClient, A.BelongsToVendor, A.LoginResponse, A.ActivityEntity, A.LedgerEntity, A._$EntityTypeSerializer, A._$EntityStateSerializer, A._$EmailTemplateSerializer, A._$LoginResponseSerializer, A._$ActivityEntitySerializer, A._$LedgerEntitySerializer, A.LoginResponseBuilder, A.ActivityEntityBuilder, A.LedgerEntityBuilder, A.ExpenseCategoryListResponse, A.ExpenseCategoryItemResponse, A._ExpenseCategoryEntity_Object_BaseEntity, A._$ExpenseCategoryListResponseSerializer, A._$ExpenseCategoryItemResponseSerializer, A._$ExpenseCategoryEntitySerializer, A.ExpenseCategoryListResponseBuilder, A.ExpenseCategoryItemResponseBuilder, A.ExpenseCategoryEntityBuilder, A.ExpenseListResponse, A.ExpenseItemResponse, A._ExpenseEntity_Object_BaseEntity, A.ExpenseScheduleEntity, A._ExpenseStatusEntity_Object_EntityStatus, A._$ExpenseListResponseSerializer, A._$ExpenseItemResponseSerializer, A._$ExpenseEntitySerializer, A._$ExpenseScheduleEntitySerializer, A._$ExpenseStatusEntitySerializer, A.ExpenseListResponseBuilder, A.ExpenseItemResponseBuilder, A.ExpenseEntityBuilder, A.ExpenseScheduleEntityBuilder, A.ExpenseStatusEntityBuilder, A.GatewayTokenListResponse, A.GatewayTokenItemResponse, A._GatewayTokenEntity_Object_BaseEntity, A.GatewayTokenMetaEntity, A._$GatewayTokenListResponseSerializer, A._$GatewayTokenItemResponseSerializer, A._$GatewayTokenEntitySerializer, A._$GatewayTokenMetaEntitySerializer, A.GatewayTokenListResponseBuilder, A.GatewayTokenItemResponseBuilder, A.GatewayTokenEntityBuilder, A.GatewayTokenMetaEntityBuilder, A.GroupListResponse, A.GroupItemResponse, A._GroupEntity_Object_BaseEntity, A._$GroupListResponseSerializer, A._$GroupItemResponseSerializer, A._$GroupEntitySerializer, A.GroupListResponseBuilder, A.GroupItemResponseBuilder, A.GroupEntityBuilder, A.HealthCheckResponse, A.HealthCheckPHPResponse, A._$HealthCheckResponseSerializer, A._$HealthCheckPHPResponseSerializer, A.HealthCheckResponseBuilder, A.HealthCheckPHPResponseBuilder, A.PreImportResponse, A.PreImportResponseEntityDetails, A.ImportRequest, A.ImportRequestMapping, A._$PreImportResponseSerializer, A._$PreImportResponseEntityDetailsSerializer, A._$ImportRequestSerializer, A._$ImportRequestMappingSerializer, A.PreImportResponseBuilder, A.PreImportResponseEntityDetailsBuilder, A.ImportRequestBuilder, A.ImportRequestMappingBuilder, A.InvoiceListResponse, A.InvoiceItemResponse, A._InvoiceEntity_Object_BaseEntity, A.InvoiceItemEntity, A._InvitationEntity_Object_BaseEntity, A.InvoiceScheduleEntity, A.InvoiceHistoryEntity, A._$InvoiceListResponseSerializer, A._$InvoiceItemResponseSerializer, A._$InvoiceEntitySerializer, A._$InvoiceItemEntitySerializer, A._$InvitationEntitySerializer, A._$InvoiceScheduleEntitySerializer, A._$InvoiceHistoryEntitySerializer, A.InvoiceListResponseBuilder, A.InvoiceItemResponseBuilder, A.InvoiceEntityBuilder, A.InvoiceItemEntityBuilder, A.InvitationEntityBuilder, A.InvoiceScheduleEntityBuilder, A.InvoiceHistoryEntityBuilder, A.CalculateInvoiceTotal, A.PaymentListResponse, A.PaymentItemResponse, A._PaymentEntity_Object_BaseEntity, A._PaymentableEntity_Object_SelectableEntity, A._$PaymentListResponseSerializer, A._$PaymentItemResponseSerializer, A._$PaymentEntitySerializer, A._$PaymentableEntitySerializer, A.PaymentListResponseBuilder, A.PaymentItemResponseBuilder, A.PaymentEntityBuilder, A.PaymentableEntityBuilder, A.PaymentTermListResponse, A.PaymentTermItemResponse, A._PaymentTermEntity_Object_BaseEntity, A._$PaymentTermListResponseSerializer, A._$PaymentTermItemResponseSerializer, A._$PaymentTermEntitySerializer, A.PaymentTermListResponseBuilder, A.PaymentTermItemResponseBuilder, A.PaymentTermEntityBuilder, A.ProductListResponse, A.ProductItemResponse, A._ProductEntity_Object_BaseEntity, A._$ProductListResponseSerializer, A._$ProductItemResponseSerializer, A._$ProductEntitySerializer, A.ProductListResponseBuilder, A.ProductItemResponseBuilder, A.ProductEntityBuilder, A.ProjectListResponse, A.ProjectItemResponse, A._ProjectEntity_Object_BaseEntity, A._$ProjectListResponseSerializer, A._$ProjectItemResponseSerializer, A._$ProjectEntitySerializer, A.ProjectListResponseBuilder, A.ProjectItemResponseBuilder, A.ProjectEntityBuilder, A.SettingsEntity, A._$SettingsEntitySerializer, A.SettingsEntityBuilder, A.ColorTheme, A.CountryListResponse, A.CountryItemResponse, A._CountryEntity_Object_SelectableEntity, A._$CountryListResponseSerializer, A._$CountryItemResponseSerializer, A._$CountryEntitySerializer, A.CountryListResponseBuilder, A.CountryItemResponseBuilder, A.CountryEntityBuilder, A.CurrencyListResponse, A.CurrencyItemResponse, A._CurrencyEntity_Object_SelectableEntity, A._$CurrencyListResponseSerializer, A._$CurrencyItemResponseSerializer, A._$CurrencyEntitySerializer, A.CurrencyListResponseBuilder, A.CurrencyItemResponseBuilder, A.CurrencyEntityBuilder, A.DateFormatListResponse, A.DateFormatItemResponse, A._DateFormatEntity_Object_SelectableEntity, A._$DateFormatListResponseSerializer, A._$DateFormatItemResponseSerializer, A._$DateFormatEntitySerializer, A.DateFormatListResponseBuilder, A.DateFormatItemResponseBuilder, A.DateFormatEntityBuilder, A.DatetimeFormatListResponse, A.DatetimeFormatItemResponse, A.DatetimeFormatEntity, A._$DatetimeFormatListResponseSerializer, A._$DatetimeFormatItemResponseSerializer, A._$DatetimeFormatEntitySerializer, A.DatetimeFormatListResponseBuilder, A.DatetimeFormatItemResponseBuilder, A.DatetimeFormatEntityBuilder, A._FontEntity_Object_SelectableEntity, A.IndustryListResponse, A.IndustryItemResponse, A._IndustryEntity_Object_SelectableEntity, A._$IndustryListResponseSerializer, A._$IndustryItemResponseSerializer, A._$IndustryEntitySerializer, A.IndustryListResponseBuilder, A.IndustryItemResponseBuilder, A.IndustryEntityBuilder, A._InvoiceStatusEntity_Object_EntityStatus, A._$InvoiceStatusEntitySerializer, A.InvoiceStatusEntityBuilder, A.LanguageListResponse, A.LanguageItemResponse, A._LanguageEntity_Object_SelectableEntity, A._$LanguageListResponseSerializer, A._$LanguageItemResponseSerializer, A._$LanguageEntitySerializer, A.LanguageListResponseBuilder, A.LanguageItemResponseBuilder, A.LanguageEntityBuilder, A.PaymentTypeListResponse, A.PaymentTypeItemResponse, A._PaymentTypeEntity_Object_SelectableEntity, A._$PaymentTypeListResponseSerializer, A._$PaymentTypeItemResponseSerializer, A._$PaymentTypeEntitySerializer, A.PaymentTypeListResponseBuilder, A.PaymentTypeItemResponseBuilder, A.PaymentTypeEntityBuilder, A.SizeListResponse, A.SizeItemResponse, A._SizeEntity_Object_SelectableEntity, A._$SizeListResponseSerializer, A._$SizeItemResponseSerializer, A._$SizeEntitySerializer, A.SizeListResponseBuilder, A.SizeItemResponseBuilder, A.SizeEntityBuilder, A.StaticDataItemResponse, A.StaticDataEntity, A.TemplateEntity, A._$StaticDataItemResponseSerializer, A._$StaticDataEntitySerializer, A._$TemplateEntitySerializer, A.StaticDataItemResponseBuilder, A.StaticDataEntityBuilder, A.TemplateEntityBuilder, A.TimezoneListResponse, A.TimezoneItemResponse, A._TimezoneEntity_Object_SelectableEntity, A._$TimezoneListResponseSerializer, A._$TimezoneItemResponseSerializer, A._$TimezoneEntitySerializer, A.TimezoneListResponseBuilder, A.TimezoneItemResponseBuilder, A.TimezoneEntityBuilder, A.SubscriptionListResponse, A.SubscriptionItemResponse, A._SubscriptionEntity_Object_BaseEntity, A.WebhookConfigurationEntity, A._$SubscriptionListResponseSerializer, A._$SubscriptionItemResponseSerializer, A._$SubscriptionEntitySerializer, A._$WebhookConfigurationEntitySerializer, A.SubscriptionListResponseBuilder, A.SubscriptionItemResponseBuilder, A.SubscriptionEntityBuilder, A.WebhookConfigurationEntityBuilder, A.SystemLogEntity, A._$SystemLogEntitySerializer, A.SystemLogEntityBuilder, A.TaskListResponse, A.TaskItemResponse, A.TaskTime, A._TaskEntity_Object_BaseEntity, A._$TaskListResponseSerializer, A._$TaskItemResponseSerializer, A._$TaskEntitySerializer, A.TaskListResponseBuilder, A.TaskItemResponseBuilder, A.TaskTimeBuilder, A.TaskEntityBuilder, A.TaskStatusListResponse, A.TaskStatusItemResponse, A._TaskStatusEntity_Object_BaseEntity, A._$TaskStatusListResponseSerializer, A._$TaskStatusItemResponseSerializer, A._$TaskStatusEntitySerializer, A.TaskStatusListResponseBuilder, A.TaskStatusItemResponseBuilder, A.TaskStatusEntityBuilder, A.TaxRateListResponse, A.TaxRateItemResponse, A._TaxRateEntity_Object_BaseEntity, A._$TaxRateListResponseSerializer, A._$TaxRateItemResponseSerializer, A._$TaxRateEntitySerializer, A.TaxRateListResponseBuilder, A.TaxRateItemResponseBuilder, A.TaxRateEntityBuilder, A.TokenListResponse, A.TokenItemResponse, A._TokenEntity_Object_BaseEntity, A._$TokenListResponseSerializer, A._$TokenItemResponseSerializer, A._$TokenEntitySerializer, A.TokenListResponseBuilder, A.TokenItemResponseBuilder, A.TokenEntityBuilder, A.UserListResponse, A.UserItemResponse, A.UserTwoFactorResponse, A.UserTwoFactorData, A.UserCompanyItemResponse, A._UserEntity_Object_BaseEntity, A._$UserListResponseSerializer, A._$UserItemResponseSerializer, A._$UserTwoFactorResponseSerializer, A._$UserTwoFactorDataSerializer, A._$UserCompanyItemResponseSerializer, A._$UserEntitySerializer, A.UserListResponseBuilder, A.UserItemResponseBuilder, A.UserTwoFactorResponseBuilder, A.UserTwoFactorDataBuilder, A.UserCompanyItemResponseBuilder, A.UserEntityBuilder, A.VendorListResponse, A.VendorItemResponse, A._VendorEntity_Object_BaseEntity, A._VendorContactEntity_Object_BaseEntity, A._$VendorListResponseSerializer, A._$VendorItemResponseSerializer, A._$VendorEntitySerializer, A._$VendorContactEntitySerializer, A.VendorListResponseBuilder, A.VendorItemResponseBuilder, A.VendorEntityBuilder, A.VendorContactEntityBuilder, A.WebhookListResponse, A.WebhookItemResponse, A._WebhookEntity_Object_BaseEntity, A._$WebhookListResponseSerializer, A._$WebhookItemResponseSerializer, A._$WebhookEntitySerializer, A.WebhookListResponseBuilder, A.WebhookItemResponseBuilder, A.WebhookEntityBuilder, A.AuthRepository, A.ClientRepository, A.CompanyGatewayRepository, A.CreditRepository, A.DesignRepository, A.DocumentRepository, A.ExpenseCategoryRepository, A.ExpenseRepository, A.GroupRepository, A.InvoiceRepository, A.PaymentRepository, A.PaymentTermRepository, A.PersistenceRepository, A.ProductRepository, A.ProjectRepository, A.PurchaseOrderRepository, A.QuoteRepository, A.RecurringExpenseRepository, A.RecurringInvoiceRepository, A.SettingsRepository, A.SubscriptionRepository, A.TaskRepository, A.TaskStatusRepository, A.TaxRateRepository, A.TokenRepository, A.UserRepository, A.VendorRepository, A.WebhookRepository, A.WebClient, A.PersistData, A.ClearPersistedData, A.SwitchListTableLayout, A.PopLastHistory, A.DismissNativeWarning, A.DismissNativeWarningPermanently, A.DismissGatewayWarningPermanently, A.ViewMainScreen, A.StartSaving, A.StopSaving, A.LoadStaticSuccess, A.ToggleEditorLayout, A.ToggleViewerLayout, A.TogglePreviewSidebar, A.UpdateUserPreferences, A.LoadAccountSuccess, A.ResendConfirmation, A.ResendConfirmationFailure, A.ResendConfirmationSuccess, A.RefreshData, A.RefreshDataSuccess, A.RefreshDataFailure, A.PreviewEntity, A.ClearPreviewStack, A.PopPreviewStack, A.PopFilterStack, A.ClearData, A.ClearLastError, A.DiscardChanges, A.ClearEntityFilter, A.ClearEntitySelection, A.FilterByEntity, A.FilterCompany, A.AppState, A.Credentials, A.SelectionState, A._$AppStateSerializer, A.AppStateBuilder, A.LoadStateRequest, A.LoadStateSuccess, A.OAuthLoginRequest, A.UserLoadUrl, A.UserLoginRequest, A.UserLoginSuccess, A.UserLoginFailure, A.RecoverPasswordRequest, A.RecoverPasswordSuccess, A.RecoverPasswordFailure, A.UserLogout, A.UserLogoutAll, A.UserLogoutAllSuccess, A.UserLogoutAllFailure, A.UserSignUpRequest, A.OAuthSignUpRequest, A.UserVerifiedPassword, A.UserUnverifiedPassword, A.AuthState, A._$AuthStateSerializer, A.AuthStateBuilder, A.ViewClientList, A.ViewClient, A.EditClient, A.EditContact, A.ShowPdfClient, A.UpdateClient, A.LoadClient, A.LoadClients, A.LoadClientRequest, A.LoadClientFailure, A.LoadClientSuccess, A.LoadClientsRequest, A.LoadClientsFailure, A.LoadClientsSuccess, A.AddContact, A.UpdateContact, A.DeleteContact, A.SaveClientRequest, A.SaveClientSuccess, A.AddClientSuccess, A.SaveClientFailure, A.ArchiveClientsRequest, A.ArchiveClientsSuccess, A.ArchiveClientsFailure, A.DeleteClientsRequest, A.DeleteClientsSuccess, A.DeleteClientsFailure, A.PurgeClientRequest, A.PurgeClientSuccess, A.PurgeClientFailure, A.RestoreClientsRequest, A.RestoreClientSuccess, A.RestoreClientFailure, A.FilterClients, A.SortClients, A.FilterClientsByState, A.FilterClientsByCustom1, A.FilterClientsByCustom2, A.FilterClientsByCustom3, A.FilterClientsByCustom4, A.StartClientMultiselect, A.AddToClientMultiselect, A.RemoveFromClientMultiselect, A.ClearClientMultiselect, A.SaveClientDocumentRequest, A.SaveClientDocumentFailure, A.UpdateClientTab, A.ClientState, A._ClientUIState_Object_EntityUIState, A._$ClientStateSerializer, A._$ClientUIStateSerializer, A.ClientStateBuilder, A.ClientUIStateBuilder, A.SelectCompany, A.LoadCompanySuccess, A.UpdateCompany, A.SaveCompanyRequest, A.SaveCompanySuccess, A.SaveCompanyFailure, A.AddCompany, A.AddCompanySuccess, A.DeleteCompanyRequest, A.DeleteCompanySuccess, A.DeleteCompanyFailure, A.PurgeDataRequest, A.PurgeDataSuccess, A.PurgeDataFailure, A.UpdateCompanyLanguage, A.SaveCompanyDocumentRequest, A.SaveCompanyDocumentFailure, A.SetDefaultCompanyRequest, A.SetDefaultCompanySuccess, A.SetDefaultCompanyFailure, A.UserCompanyState, A.SettingsUIState, A._$UserCompanyStateSerializer, A._$SettingsUIStateSerializer, A.UserCompanyStateBuilder, A.SettingsUIStateBuilder, A.ViewCompanyGatewayList, A.ViewCompanyGateway, A.EditCompanyGateway, A.UpdateCompanyGateway, A.LoadCompanyGateway, A.LoadCompanyGatewayRequest, A.LoadCompanyGatewayFailure, A.LoadCompanyGatewaySuccess, A.LoadCompanyGatewaysRequest, A.LoadCompanyGatewaysFailure, A.LoadCompanyGatewaysSuccess, A.SaveCompanyGatewayRequest, A.SaveCompanyGatewaySuccess, A.AddCompanyGatewaySuccess, A.SaveCompanyGatewayFailure, A.ArchiveCompanyGatewayRequest, A.ArchiveCompanyGatewaySuccess, A.ArchiveCompanyGatewayFailure, A.DeleteCompanyGatewayRequest, A.DeleteCompanyGatewaySuccess, A.DeleteCompanyGatewayFailure, A.DisconnectCompanyGatewayRequest, A.DisconnectCompanyGatewaySuccess, A.DisconnectCompanyGatewayFailure, A.RestoreCompanyGatewayRequest, A.RestoreCompanyGatewaySuccess, A.RestoreCompanyGatewayFailure, A.FilterCompanyGatewaysByState, A.FilterCompanyGatewaysByCustom1, A.FilterCompanyGatewaysByCustom2, A.FilterCompanyGatewaysByCustom3, A.FilterCompanyGatewaysByCustom4, A.StartCompanyGatewayMultiselect, A.AddToCompanyGatewayMultiselect, A.RemoveFromCompanyGatewayMultiselect, A.ClearCompanyGatewayMultiselect, A.CompanyGatewayState, A._CompanyGatewayUIState_Object_EntityUIState, A._$CompanyGatewayStateSerializer, A._$CompanyGatewayUIStateSerializer, A.CompanyGatewayStateBuilder, A.CompanyGatewayUIStateBuilder, A.ViewCreditList, A.ViewCredit, A.EditCredit, A.ShowEmailCredit, A.ShowPdfCredit, A.EditCreditItem, A.UpdateCredit, A.UpdateCreditClient, A.LoadCredit, A.LoadCredits, A.LoadCreditRequest, A.LoadCreditFailure, A.LoadCreditSuccess, A.LoadCreditsRequest, A.LoadCreditsFailure, A.LoadCreditsSuccess, A.AddCreditContact, A.RemoveCreditContact, A.AddCreditItem, A.MoveCreditItem, A.AddCreditItems, A.UpdateCreditItem, A.DeleteCreditItem, A.SaveCreditRequest, A.SaveCreditSuccess, A.AddCreditSuccess, A.SaveCreditFailure, A.EmailCreditRequest, A.EmailCreditSuccess, A.EmailCreditFailure, A.MarkSentCreditRequest, A.MarkSentCreditSuccess, A.MarkSentCreditFailure, A.BulkEmailCreditsRequest, A.BulkEmailCreditsSuccess, A.BulkEmailCreditsFailure, A.MarkCreditsPaidRequest, A.MarkCreditsPaidSuccess, A.MarkCreditsPaidFailure, A.ArchiveCreditsRequest, A.ArchiveCreditsSuccess, A.ArchiveCreditsFailure, A.DeleteCreditsRequest, A.DeleteCreditsSuccess, A.DeleteCreditsFailure, A.DownloadCreditsRequest, A.DownloadCreditsSuccess, A.DownloadCreditsFailure, A.RestoreCreditsRequest, A.RestoreCreditsSuccess, A.RestoreCreditsFailure, A.FilterCredits, A.SortCredits, A.FilterCreditsByState, A.FilterCreditsByCustom1, A.FilterCreditsByCustom2, A.FilterCreditsByCustom3, A.FilterCreditsByCustom4, A.SaveCreditDocumentRequest, A.SaveCreditDocumentFailure, A.StartCreditMultiselect, A.AddToCreditMultiselect, A.RemoveFromCreditMultiselect, A.ClearCreditMultiselect, A.UpdateCreditTab, A.CreditState, A._CreditUIState_Object_EntityUIState, A._$CreditStateSerializer, A._$CreditUIStateSerializer, A.CreditStateBuilder, A.CreditUIStateBuilder, A.ViewDashboard, A.UpdateDashboardSettings, A.UpdateDashboardSelection, A.UpdateDashboardEntityType, A.UpdateDashboardSidebar, A.ChartDataGroup, A.ChartMoneyData, A.DashboardUIState, A.DashboardUISettings, A._$DashboardUIStateSerializer, A._$DashboardUISettingsSerializer, A.DashboardUIStateBuilder, A.DashboardUISettingsBuilder, A.ViewDesignList, A.ViewDesign, A.EditDesign, A.UpdateDesign, A.LoadDesignRequest, A.LoadDesignFailure, A.LoadDesignSuccess, A.LoadDesignsRequest, A.LoadDesignsFailure, A.LoadDesignsSuccess, A.SaveDesignRequest, A.SaveDesignSuccess, A.AddDesignSuccess, A.SaveDesignFailure, A.ArchiveDesignsRequest, A.ArchiveDesignsSuccess, A.ArchiveDesignsFailure, A.DeleteDesignsRequest, A.DeleteDesignsSuccess, A.DeleteDesignsFailure, A.RestoreDesignsRequest, A.RestoreDesignsSuccess, A.RestoreDesignsFailure, A.FilterDesigns, A.SortDesigns, A.FilterDesignsByState, A.FilterDesignsByCustom1, A.FilterDesignsByCustom2, A.FilterDesignsByCustom3, A.FilterDesignsByCustom4, A.StartDesignMultiselect, A.AddToDesignMultiselect, A.RemoveFromDesignMultiselect, A.ClearDesignMultiselect, A.DesignState, A._DesignUIState_Object_EntityUIState, A._$DesignStateSerializer, A._$DesignUIStateSerializer, A.DesignStateBuilder, A.DesignUIStateBuilder, A.UpdateDocument, A.LoadDocumentRequest, A.LoadDocumentFailure, A.LoadDocumentSuccess, A.LoadDocumentsRequest, A.LoadDocumentsFailure, A.LoadDocumentsSuccess, A.DownloadDocumentsRequest, A.DownloadDocumentsSuccess, A.DownloadDocumentsFailure, A.ArchiveDocumentRequest, A.ArchiveDocumentSuccess, A.ArchiveDocumentFailure, A.DeleteDocumentRequest, A.DeleteDocumentSuccess, A.DeleteDocumentFailure, A.RestoreDocumentRequest, A.RestoreDocumentSuccess, A.RestoreDocumentFailure, A.FilterDocuments, A.SortDocuments, A.FilterDocumentsByState, A.FilterDocumentsByCustom1, A.FilterDocumentsByCustom2, A.FilterDocumentsByCustom3, A.FilterDocumentsByCustom4, A.StartDocumentMultiselect, A.AddToDocumentMultiselect, A.RemoveFromDocumentMultiselect, A.ClearDocumentMultiselect, A.DocumentState, A._DocumentUIState_Object_EntityUIState, A._$DocumentStateSerializer, A._$DocumentUIStateSerializer, A.DocumentStateBuilder, A.DocumentUIStateBuilder, A.ViewExpenseList, A.ViewExpense, A.EditExpense, A.UpdateExpense, A.LoadExpense, A.LoadExpenses, A.LoadExpenseRequest, A.LoadExpenseFailure, A.LoadExpenseSuccess, A.LoadExpensesRequest, A.LoadExpensesFailure, A.LoadExpensesSuccess, A.SaveExpenseRequest, A.SaveExpenseSuccess, A.AddExpenseSuccess, A.SaveExpenseFailure, A.ArchiveExpenseRequest, A.ArchiveExpenseSuccess, A.ArchiveExpenseFailure, A.DeleteExpenseRequest, A.DeleteExpenseSuccess, A.DeleteExpenseFailure, A.RestoreExpenseRequest, A.RestoreExpenseSuccess, A.RestoreExpenseFailure, A.FilterExpenses, A.SortExpenses, A.FilterExpensesByState, A.FilterExpensesByStatus, A.FilterExpensesByCustom1, A.FilterExpensesByCustom2, A.FilterExpensesByCustom3, A.FilterExpensesByCustom4, A.StartExpenseMultiselect, A.AddToExpenseMultiselect, A.RemoveFromExpenseMultiselect, A.ClearExpenseMultiselect, A.SaveExpenseDocumentRequest, A.SaveExpenseDocumentFailure, A.UpdateExpenseTab, A.ExpenseState, A._ExpenseUIState_Object_EntityUIState, A._$ExpenseStateSerializer, A._$ExpenseUIStateSerializer, A.ExpenseStateBuilder, A.ExpenseUIStateBuilder, A.ViewExpenseCategoryList, A.ViewExpenseCategory, A.EditExpenseCategory, A.UpdateExpenseCategory, A.LoadExpenseCategoryRequest, A.LoadExpenseCategoryFailure, A.LoadExpenseCategorySuccess, A.LoadExpenseCategoriesRequest, A.LoadExpenseCategoriesFailure, A.LoadExpenseCategoriesSuccess, A.SaveExpenseCategoryRequest, A.SaveExpenseCategorySuccess, A.AddExpenseCategorySuccess, A.SaveExpenseCategoryFailure, A.ArchiveExpenseCategoriesRequest, A.ArchiveExpenseCategoriesSuccess, A.ArchiveExpenseCategoriesFailure, A.DeleteExpenseCategoriesRequest, A.DeleteExpenseCategoriesSuccess, A.DeleteExpenseCategoriesFailure, A.RestoreExpenseCategoriesRequest, A.RestoreExpenseCategoriesSuccess, A.RestoreExpenseCategoriesFailure, A.FilterExpenseCategories, A.SortExpenseCategories, A.FilterExpenseCategoriesByState, A.FilterExpenseCategoriesByCustom1, A.FilterExpenseCategoriesByCustom2, A.FilterExpenseCategoriesByCustom3, A.FilterExpenseCategoriesByCustom4, A.StartExpenseCategoryMultiselect, A.AddToExpenseCategoryMultiselect, A.RemoveFromExpenseCategoryMultiselect, A.ClearExpenseCategoryMultiselect, A.ExpenseCategoryState, A._ExpenseCategoryUIState_Object_EntityUIState, A._$ExpenseCategoryStateSerializer, A._$ExpenseCategoryUIStateSerializer, A.ExpenseCategoryStateBuilder, A.ExpenseCategoryUIStateBuilder, A.ViewGroupList, A.ViewGroup, A.EditGroup, A.UpdateGroup, A.LoadGroup, A.LoadGroupRequest, A.LoadGroupFailure, A.LoadGroupSuccess, A.LoadGroupsRequest, A.LoadGroupsFailure, A.LoadGroupsSuccess, A.SaveGroupRequest, A.SaveGroupSuccess, A.AddGroupSuccess, A.SaveGroupFailure, A.ArchiveGroupRequest, A.ArchiveGroupSuccess, A.ArchiveGroupFailure, A.DeleteGroupRequest, A.DeleteGroupSuccess, A.DeleteGroupFailure, A.RestoreGroupRequest, A.RestoreGroupSuccess, A.RestoreGroupFailure, A.FilterGroups, A.SortGroups, A.FilterGroupsByState, A.StartGroupMultiselect, A.AddToGroupMultiselect, A.RemoveFromGroupMultiselect, A.ClearGroupMultiselect, A.SaveGroupDocumentRequest, A.SaveGroupDocumentFailure, A.GroupState, A._GroupUIState_Object_EntityUIState, A._$GroupStateSerializer, A._$GroupUIStateSerializer, A.GroupStateBuilder, A.GroupUIStateBuilder, A.ViewInvoiceList, A.ViewInvoice, A.EditInvoice, A.ShowEmailInvoice, A.ShowPdfInvoice, A.EditInvoiceItem, A.UpdateInvoice, A.UpdateInvoiceClient, A.LoadInvoice, A.LoadInvoices, A.LoadInvoiceRequest, A.LoadInvoiceFailure, A.LoadInvoiceSuccess, A.LoadInvoicesRequest, A.LoadInvoicesFailure, A.LoadInvoicesSuccess, A.AddInvoiceContact, A.RemoveInvoiceContact, A.AddInvoiceItem, A.MoveInvoiceItem, A.AddInvoiceItems, A.UpdateInvoiceItem, A.DeleteInvoiceItem, A.SaveInvoiceRequest, A.SaveInvoiceSuccess, A.AddInvoiceSuccess, A.SaveInvoiceFailure, A.EmailInvoiceRequest, A.EmailInvoiceSuccess, A.EmailInvoiceFailure, A.MarkInvoicesSentRequest, A.MarkInvoicesSentSuccess, A.MarkInvoicesSentFailure, A.BulkEmailInvoicesRequest, A.BulkEmailInvoicesSuccess, A.BulkEmailInvoicesFailure, A.MarkInvoicesPaidRequest, A.MarkInvoicesPaidSuccess, A.MarkInvoicesPaidFailure, A.CancelInvoicesRequest, A.CancelInvoicesSuccess, A.CancelInvoicesFailure, A.ArchiveInvoicesRequest, A.ArchiveInvoicesSuccess, A.ArchiveInvoicesFailure, A.DeleteInvoicesRequest, A.DeleteInvoicesSuccess, A.DeleteInvoicesFailure, A.DownloadInvoicesRequest, A.DownloadInvoicesSuccess, A.DownloadInvoicesFailure, A.RestoreInvoicesRequest, A.RestoreInvoicesSuccess, A.RestoreInvoicesFailure, A.FilterInvoices, A.SortInvoices, A.FilterInvoicesByState, A.FilterInvoicesByStatus, A.FilterInvoicesByCustom1, A.FilterInvoicesByCustom2, A.FilterInvoicesByCustom3, A.FilterInvoicesByCustom4, A.StartInvoiceMultiselect, A.AddToInvoiceMultiselect, A.RemoveFromInvoiceMultiselect, A.ClearInvoiceMultiselect, A.SaveInvoiceDocumentRequest, A.SaveInvoiceDocumentFailure, A.UpdateInvoiceTab, A.InvoiceState, A._InvoiceUIState_Object_EntityUIState, A._$InvoiceStateSerializer, A._$InvoiceUIStateSerializer, A.InvoiceStateBuilder, A.InvoiceUIStateBuilder, A.ViewPaymentList, A.ViewPayment, A.EditPayment, A.ViewRefundPayment, A.UpdatePayment, A.LoadPayment, A.LoadPayments, A.LoadPaymentRequest, A.LoadPaymentFailure, A.LoadPaymentSuccess, A.LoadPaymentsRequest, A.LoadPaymentsFailure, A.LoadPaymentsSuccess, A.SavePaymentRequest, A.SavePaymentSuccess, A.AddPaymentSuccess, A.SavePaymentFailure, A.RefundPaymentRequest, A.RefundPaymentSuccess, A.RefundPaymentFailure, A.ArchivePaymentsRequest, A.ArchivePaymentsSuccess, A.ArchivePaymentsFailure, A.DeletePaymentsRequest, A.DeletePaymentsSuccess, A.DeletePaymentsFailure, A.RestorePaymentsRequest, A.RestorePaymentsSuccess, A.RestorePaymentsFailure, A.EmailPaymentRequest, A.EmailPaymentSuccess, A.FilterPayments, A.SortPayments, A.FilterPaymentsByState, A.FilterPaymentsByCustom1, A.FilterPaymentsByCustom2, A.FilterPaymentsByCustom3, A.FilterPaymentsByCustom4, A.StartPaymentMultiselect, A.AddToPaymentMultiselect, A.RemoveFromPaymentMultiselect, A.ClearPaymentMultiselect, A.PaymentState, A._PaymentUIState_Object_EntityUIState, A._$PaymentStateSerializer, A._$PaymentUIStateSerializer, A.PaymentStateBuilder, A.PaymentUIStateBuilder, A.ViewPaymentTermList, A.ViewPaymentTerm, A.EditPaymentTerm, A.UpdatePaymentTerm, A.LoadPaymentTermRequest, A.LoadPaymentTermFailure, A.LoadPaymentTermSuccess, A.LoadPaymentTermsRequest, A.LoadPaymentTermsFailure, A.LoadPaymentTermsSuccess, A.SavePaymentTermRequest, A.SavePaymentTermSuccess, A.AddPaymentTermSuccess, A.SavePaymentTermFailure, A.ArchivePaymentTermsRequest, A.ArchivePaymentTermsSuccess, A.ArchivePaymentTermsFailure, A.DeletePaymentTermsRequest, A.DeletePaymentTermsSuccess, A.DeletePaymentTermsFailure, A.RestorePaymentTermsRequest, A.RestorePaymentTermsSuccess, A.RestorePaymentTermsFailure, A.FilterPaymentTerms, A.SortPaymentTerms, A.FilterPaymentTermsByState, A.FilterPaymentTermsByCustom1, A.FilterPaymentTermsByCustom2, A.FilterPaymentTermsByCustom3, A.FilterPaymentTermsByCustom4, A.StartPaymentTermMultiselect, A.AddToPaymentTermMultiselect, A.RemoveFromPaymentTermMultiselect, A.ClearPaymentTermMultiselect, A.PaymentTermState, A._PaymentTermUIState_Object_EntityUIState, A._$PaymentTermStateSerializer, A._$PaymentTermUIStateSerializer, A.PaymentTermStateBuilder, A.PaymentTermUIStateBuilder, A.ViewProductList, A.ViewProduct, A.EditProduct, A.UpdateProduct, A.LoadProductRequest, A.LoadProduct, A.LoadProductSuccess, A.LoadProductFailure, A.LoadProducts, A.LoadProductsRequest, A.LoadProductsFailure, A.LoadProductsSuccess, A.SaveProductRequest, A.SaveProductSuccess, A.AddProductSuccess, A.SaveProductFailure, A.ArchiveProductsRequest, A.ArchiveProductsSuccess, A.ArchiveProductsFailure, A.DeleteProductsRequest, A.DeleteProductsSuccess, A.DeleteProductsFailure, A.RestoreProductsRequest, A.RestoreProductsSuccess, A.RestoreProductsFailure, A.FilterProducts, A.SortProducts, A.FilterProductsByState, A.FilterProductsByCustom1, A.FilterProductsByCustom2, A.FilterProductsByCustom3, A.FilterProductsByCustom4, A.StartProductMultiselect, A.AddToProductMultiselect, A.RemoveFromProductMultiselect, A.ClearProductMultiselect, A.SaveProductDocumentRequest, A.SaveProductDocumentFailure, A.UpdateProductTab, A.ProductState, A._ProductUIState_Object_EntityUIState, A._$ProductStateSerializer, A._$ProductUIStateSerializer, A.ProductStateBuilder, A.ProductUIStateBuilder, A.ViewProjectList, A.ViewProject, A.EditProject, A.UpdateProject, A.LoadProject, A.LoadProjects, A.LoadProjectRequest, A.LoadProjectFailure, A.LoadProjectSuccess, A.LoadProjectsRequest, A.LoadProjectsFailure, A.LoadProjectsSuccess, A.SaveProjectRequest, A.SaveProjectSuccess, A.AddProjectSuccess, A.SaveProjectFailure, A.ArchiveProjectRequest, A.ArchiveProjectSuccess, A.ArchiveProjectFailure, A.DeleteProjectRequest, A.DeleteProjectSuccess, A.DeleteProjectFailure, A.RestoreProjectRequest, A.RestoreProjectSuccess, A.RestoreProjectFailure, A.FilterProjects, A.SortProjects, A.FilterProjectsByState, A.FilterProjectsByCustom1, A.FilterProjectsByCustom2, A.FilterProjectsByCustom3, A.FilterProjectsByCustom4, A.StartProjectMultiselect, A.AddToProjectMultiselect, A.RemoveFromProjectMultiselect, A.ClearProjectMultiselect, A.SaveProjectDocumentRequest, A.SaveProjectDocumentFailure, A.UpdateProjectTab, A.ProjectState, A._ProjectUIState_Object_EntityUIState, A._$ProjectStateSerializer, A._$ProjectUIStateSerializer, A.ProjectStateBuilder, A.ProjectUIStateBuilder, A.ViewPurchaseOrderList, A.ViewPurchaseOrder, A.EditPurchaseOrder, A.ShowEmailPurchaseOrder, A.ShowPdfPurchaseOrder, A.EditPurchaseOrderItem, A.UpdatePurchaseOrder, A.UpdatePurchaseOrderVendor, A.LoadPurchaseOrder, A.LoadPurchaseOrders, A.LoadPurchaseOrderRequest, A.LoadPurchaseOrderFailure, A.LoadPurchaseOrderSuccess, A.LoadPurchaseOrdersRequest, A.LoadPurchaseOrdersFailure, A.LoadPurchaseOrdersSuccess, A.SavePurchaseOrderDocumentRequest, A.SavePurchaseOrderDocumentFailure, A.SavePurchaseOrderRequest, A.SavePurchaseOrderSuccess, A.AddPurchaseOrderSuccess, A.SavePurchaseOrderFailure, A.BulkEmailPurchaseOrdersRequest, A.BulkEmailPurchaseOrdersSuccess, A.BulkEmailPurchaseOrdersFailure, A.ArchivePurchaseOrdersRequest, A.ArchivePurchaseOrdersSuccess, A.ArchivePurchaseOrdersFailure, A.DeletePurchaseOrdersRequest, A.DeletePurchaseOrdersSuccess, A.DeletePurchaseOrdersFailure, A.DownloadPurchaseOrdersRequest, A.DownloadPurchaseOrdersSuccess, A.DownloadPurchaseOrdersFailure, A.AcceptPurchaseOrdersRequest, A.AcceptPurchaseOrderSuccess, A.AcceptPurchaseOrderFailure, A.CancelPurchaseOrdersRequest, A.CancelPurchaseOrderSuccess, A.CancelPurchaseOrderFailure, A.RestorePurchaseOrdersRequest, A.RestorePurchaseOrdersSuccess, A.RestorePurchaseOrdersFailure, A.EmailPurchaseOrderRequest, A.EmailPurchaseOrderSuccess, A.EmailPurchaseOrderFailure, A.MarkPurchaseOrdersSentRequest, A.MarkPurchaseOrderSentSuccess, A.MarkPurchaseOrderSentFailure, A.ApprovePurchaseOrderSuccess, A.ApprovePurchaseOrderFailure, A.AddPurchaseOrderContact, A.RemovePurchaseOrderContact, A.AddPurchaseOrderItem, A.MovePurchaseOrderItem, A.AddPurchaseOrderItems, A.UpdatePurchaseOrderItem, A.DeletePurchaseOrderItem, A.FilterPurchaseOrders, A.SortPurchaseOrders, A.FilterPurchaseOrdersByState, A.FilterPurchaseOrdersByStatus, A.FilterPurchaseOrdersByCustom1, A.FilterPurchaseOrdersByCustom2, A.FilterPurchaseOrdersByCustom3, A.FilterPurchaseOrdersByCustom4, A.StartPurchaseOrderMultiselect, A.AddToPurchaseOrderMultiselect, A.RemoveFromPurchaseOrderMultiselect, A.ClearPurchaseOrderMultiselect, A.UpdatePurchaseOrderTab, A.PurchaseOrderState, A._PurchaseOrderUIState_Object_EntityUIState, A._$PurchaseOrderStateSerializer, A._$PurchaseOrderUIStateSerializer, A.PurchaseOrderStateBuilder, A.PurchaseOrderUIStateBuilder, A.ViewQuoteList, A.ViewQuote, A.EditQuote, A.ShowEmailQuote, A.ShowPdfQuote, A.EditQuoteItem, A.UpdateQuote, A.UpdateQuoteClient, A.LoadQuote, A.LoadQuotes, A.LoadQuoteRequest, A.LoadQuoteFailure, A.LoadQuoteSuccess, A.LoadQuotesRequest, A.LoadQuotesFailure, A.LoadQuotesSuccess, A.AddQuoteContact, A.RemoveQuoteContact, A.AddQuoteItem, A.MoveQuoteItem, A.AddQuoteItems, A.UpdateQuoteItem, A.DeleteQuoteItem, A.SaveQuoteRequest, A.SaveQuoteSuccess, A.AddQuoteSuccess, A.SaveQuoteFailure, A.EmailQuoteRequest, A.EmailQuoteSuccess, A.EmailQuoteFailure, A.MarkSentQuotesRequest, A.MarkSentQuoteSuccess, A.MarkSentQuoteFailure, A.BulkEmailQuotesRequest, A.BulkEmailQuotesSuccess, A.BulkEmailQuotesFailure, A.ArchiveQuotesRequest, A.ArchiveQuotesSuccess, A.ArchiveQuotesFailure, A.DeleteQuotesRequest, A.DeleteQuotesSuccess, A.DeleteQuotesFailure, A.DownloadQuotesRequest, A.DownloadQuotesSuccess, A.DownloadQuotesFailure, A.RestoreQuotesRequest, A.RestoreQuotesSuccess, A.RestoreQuotesFailure, A.FilterQuotes, A.SortQuotes, A.FilterQuotesByState, A.FilterQuotesByStatus, A.FilterQuotesByCustom1, A.FilterQuotesByCustom2, A.FilterQuotesByCustom3, A.FilterQuotesByCustom4, A.ConvertQuotes, A.ConvertQuoteSuccess, A.ConvertQuoteFailure, A.ApproveQuotes, A.ApproveQuoteSuccess, A.ApproveQuoteFailure, A.SaveQuoteDocumentRequest, A.SaveQuoteDocumentFailure, A.StartQuoteMultiselect, A.AddToQuoteMultiselect, A.RemoveFromQuoteMultiselect, A.ClearQuoteMultiselect, A.UpdateQuoteTab, A.QuoteState, A._QuoteUIState_Object_EntityUIState, A._$QuoteStateSerializer, A._$QuoteUIStateSerializer, A.QuoteStateBuilder, A.QuoteUIStateBuilder, A.ViewRecurringExpenseList, A.ViewRecurringExpense, A.EditRecurringExpense, A.UpdateRecurringExpense, A.LoadRecurringExpense, A.LoadRecurringExpenses, A.LoadRecurringExpenseRequest, A.LoadRecurringExpenseFailure, A.LoadRecurringExpenseSuccess, A.LoadRecurringExpensesRequest, A.LoadRecurringExpensesFailure, A.LoadRecurringExpensesSuccess, A.SaveRecurringExpenseRequest, A.SaveRecurringExpenseSuccess, A.AddRecurringExpenseSuccess, A.SaveRecurringExpenseFailure, A.ArchiveRecurringExpensesRequest, A.ArchiveRecurringExpensesSuccess, A.ArchiveRecurringExpensesFailure, A.DeleteRecurringExpensesRequest, A.DeleteRecurringExpensesSuccess, A.DeleteRecurringExpensesFailure, A.RestoreRecurringExpensesRequest, A.RestoreRecurringExpensesSuccess, A.RestoreRecurringExpensesFailure, A.FilterRecurringExpenses, A.SortRecurringExpenses, A.FilterRecurringExpensesByState, A.FilterRecurringExpensesByCustom1, A.FilterRecurringExpensesByCustom2, A.FilterRecurringExpensesByCustom3, A.FilterRecurringExpensesByCustom4, A.StartRecurringExpenseMultiselect, A.AddToRecurringExpenseMultiselect, A.RemoveFromRecurringExpenseMultiselect, A.ClearRecurringExpenseMultiselect, A.UpdateRecurringExpenseTab, A.StartRecurringExpensesRequest, A.StartRecurringExpensesSuccess, A.StartRecurringExpensesFailure, A.StopRecurringExpensesRequest, A.StopRecurringExpensesSuccess, A.StopRecurringExpensesFailure, A.SaveRecurringExpenseDocumentRequest, A.SaveRecurringExpenseDocumentFailure, A.RecurringExpenseState, A._RecurringExpenseUIState_Object_EntityUIState, A._$RecurringExpenseStateSerializer, A._$RecurringExpenseUIStateSerializer, A.RecurringExpenseStateBuilder, A.RecurringExpenseUIStateBuilder, A.ViewRecurringInvoiceList, A.ViewRecurringInvoice, A.EditRecurringInvoice, A.ShowPdfRecurringInvoice, A.EditRecurringInvoiceItem, A.UpdateRecurringInvoice, A.UpdateRecurringInvoiceClient, A.LoadRecurringInvoice, A.LoadRecurringInvoices, A.LoadRecurringInvoiceRequest, A.LoadRecurringInvoiceFailure, A.LoadRecurringInvoiceSuccess, A.LoadRecurringInvoicesRequest, A.LoadRecurringInvoicesFailure, A.LoadRecurringInvoicesSuccess, A.AddRecurringInvoiceContact, A.RemoveRecurringInvoiceContact, A.SaveRecurringInvoiceRequest, A.SaveRecurringInvoiceSuccess, A.AddRecurringInvoiceSuccess, A.AddRecurringInvoiceItem, A.MoveRecurringInvoiceItem, A.AddRecurringInvoiceItems, A.UpdateRecurringInvoiceItem, A.DeleteRecurringInvoiceItem, A.SaveRecurringInvoiceFailure, A.ArchiveRecurringInvoicesRequest, A.ArchiveRecurringInvoicesSuccess, A.ArchiveRecurringInvoicesFailure, A.DeleteRecurringInvoicesRequest, A.DeleteRecurringInvoicesSuccess, A.DeleteRecurringInvoicesFailure, A.RestoreRecurringInvoicesRequest, A.RestoreRecurringInvoicesSuccess, A.RestoreRecurringInvoicesFailure, A.FilterRecurringInvoices, A.SortRecurringInvoices, A.FilterRecurringInvoicesByState, A.FilterRecurringInvoicesByStatus, A.FilterRecurringInvoicesByCustom1, A.FilterRecurringInvoicesByCustom2, A.FilterRecurringInvoicesByCustom3, A.FilterRecurringInvoicesByCustom4, A.SaveRecurringInvoiceDocumentRequest, A.SaveRecurringInvoiceDocumentFailure, A.StartRecurringInvoicesRequest, A.StartRecurringInvoicesSuccess, A.StartRecurringInvoicesFailure, A.StopRecurringInvoicesRequest, A.StopRecurringInvoicesSuccess, A.StopRecurringInvoicesFailure, A.StartRecurringInvoiceMultiselect, A.AddToRecurringInvoiceMultiselect, A.RemoveFromRecurringInvoiceMultiselect, A.ClearRecurringInvoiceMultiselect, A.UpdateRecurringInvoiceTab, A.RecurringInvoiceState, A._RecurringInvoiceUIState_Object_EntityUIState, A._$RecurringInvoiceStateSerializer, A._$RecurringInvoiceUIStateSerializer, A.RecurringInvoiceStateBuilder, A.RecurringInvoiceUIStateBuilder, A.ViewReports, A.UpdateReportSettings, A.ReportsUIState, A._$ReportsUIStateSerializer, A.ReportsUIStateBuilder, A.ViewSettings, A.ClearSettingsFilter, A.ResetSettings, A.UpdateSettings, A.UpdateSettingsTab, A.UpdatedSetting, A.UpdateSettingsTemplate, A.UpdateUserSettings, A.UploadLogoRequest, A.UploadLogoFailure, A.SaveUserSettingsRequest, A.SaveUserSettingsSuccess, A.SaveUserSettingsFailure, A.SaveAuthUserRequest, A.SaveAuthUserSuccess, A.SaveAuthUserFailure, A.ConnecOAuthUserRequest, A.ConnecOAuthUserSuccess, A.ConnecOAuthUserFailure, A.DisableTwoFactorRequest, A.DisableTwoFactorSuccess, A.DisableTwoFactorFailure, A.ConnecGmailUserSuccess, A.ConnecGmailUserFailure, A.FilterSettings, A.StaticState, A._$StaticStateSerializer, A.StaticStateBuilder, A.ViewSubscriptionList, A.ViewSubscription, A.EditSubscription, A.UpdateSubscription, A.LoadSubscriptionRequest, A.LoadSubscriptionFailure, A.LoadSubscriptionSuccess, A.LoadSubscriptionsRequest, A.LoadSubscriptionsFailure, A.LoadSubscriptionsSuccess, A.SaveSubscriptionRequest, A.SaveSubscriptionSuccess, A.AddSubscriptionSuccess, A.SaveSubscriptionFailure, A.ArchiveSubscriptionsRequest, A.ArchiveSubscriptionsSuccess, A.ArchiveSubscriptionsFailure, A.DeleteSubscriptionsRequest, A.DeleteSubscriptionsSuccess, A.DeleteSubscriptionsFailure, A.RestoreSubscriptionsRequest, A.RestoreSubscriptionsSuccess, A.RestoreSubscriptionsFailure, A.FilterSubscriptions, A.SortSubscriptions, A.FilterSubscriptionsByState, A.FilterSubscriptionsByCustom1, A.FilterSubscriptionsByCustom2, A.FilterSubscriptionsByCustom3, A.FilterSubscriptionsByCustom4, A.StartSubscriptionMultiselect, A.AddToSubscriptionMultiselect, A.RemoveFromSubscriptionMultiselect, A.ClearSubscriptionMultiselect, A.SubscriptionState, A._SubscriptionUIState_Object_EntityUIState, A._$SubscriptionStateSerializer, A._$SubscriptionUIStateSerializer, A.SubscriptionStateBuilder, A.SubscriptionUIStateBuilder, A.ViewTaskList, A.ViewTask, A.EditTask, A.UpdateTask, A.LoadTask, A.LoadTasks, A.LoadTaskRequest, A.LoadTaskFailure, A.LoadTaskSuccess, A.EditTaskTime, A.AddTaskTime, A.UpdateTaskTime, A.DeleteTaskTime, A.LoadTasksRequest, A.LoadTasksFailure, A.LoadTasksSuccess, A.SaveTaskRequest, A.SaveTaskSuccess, A.AddTaskSuccess, A.SaveTaskFailure, A.ArchiveTaskRequest, A.ArchiveTaskSuccess, A.ArchiveTaskFailure, A.StartTasksRequest, A.StartTasksSuccess, A.StartTasksFailure, A.StopTasksRequest, A.StopTasksSuccess, A.StopTasksFailure, A.DeleteTaskRequest, A.DeleteTaskSuccess, A.DeleteTaskFailure, A.RestoreTaskRequest, A.RestoreTaskSuccess, A.RestoreTaskFailure, A.SortTasksRequest, A.SortTasksSuccess, A.SortTasksFailure, A.FilterTasks, A.SortTasks, A.FilterTasksByState, A.FilterTasksByStatus, A.FilterTasksByCustom1, A.FilterTasksByCustom2, A.FilterTasksByCustom3, A.FilterTasksByCustom4, A.UpdateKanban, A.StartTaskMultiselect, A.AddToTaskMultiselect, A.RemoveFromTaskMultiselect, A.ClearTaskMultiselect, A.SaveTaskDocumentRequest, A.SaveTaskDocumentFailure, A.UpdateTaskTab, A.TaskState, A._TaskUIState_Object_EntityUIState, A._$TaskStateSerializer, A._$TaskUIStateSerializer, A.TaskStateBuilder, A.TaskUIStateBuilder, A.ViewTaskStatusList, A.ViewTaskStatus, A.EditTaskStatus, A.UpdateTaskStatus, A.LoadTaskStatusRequest, A.LoadTaskStatusFailure, A.LoadTaskStatusSuccess, A.LoadTaskStatusesRequest, A.LoadTaskStatusesFailure, A.LoadTaskStatusesSuccess, A.SaveTaskStatusRequest, A.SaveTaskStatusSuccess, A.AddTaskStatusSuccess, A.SaveTaskStatusFailure, A.ArchiveTaskStatusesRequest, A.ArchiveTaskStatusesSuccess, A.ArchiveTaskStatusesFailure, A.DeleteTaskStatusesRequest, A.DeleteTaskStatusesSuccess, A.DeleteTaskStatusesFailure, A.RestoreTaskStatusesRequest, A.RestoreTaskStatusesSuccess, A.RestoreTaskStatusesFailure, A.FilterTaskStatuses, A.SortTaskStatuses, A.FilterTaskStatusesByState, A.FilterTaskStatusesByCustom1, A.FilterTaskStatusesByCustom2, A.FilterTaskStatusesByCustom3, A.FilterTaskStatusesByCustom4, A.StartTaskStatusMultiselect, A.AddToTaskStatusMultiselect, A.RemoveFromTaskStatusMultiselect, A.ClearTaskStatusMultiselect, A.TaskStatusState, A._TaskStatusUIState_Object_EntityUIState, A._$TaskStatusStateSerializer, A._$TaskStatusUIStateSerializer, A.TaskStatusStateBuilder, A.TaskStatusUIStateBuilder, A.ViewTaxRateList, A.ViewTaxRate, A.EditTaxRate, A.UpdateTaxRate, A.LoadTaxRateRequest, A.LoadTaxRateFailure, A.LoadTaxRateSuccess, A.LoadTaxRatesRequest, A.LoadTaxRatesFailure, A.LoadTaxRatesSuccess, A.SaveTaxRateRequest, A.SaveTaxRateSuccess, A.AddTaxRateSuccess, A.SaveTaxRateFailure, A.ArchiveTaxRateRequest, A.ArchiveTaxRatesSuccess, A.ArchiveTaxRateFailure, A.DeleteTaxRateRequest, A.DeleteTaxRatesSuccess, A.DeleteTaxRateFailure, A.RestoreTaxRateRequest, A.RestoreTaxRatesSuccess, A.RestoreTaxRateFailure, A.FilterTaxRates, A.SortTaxRates, A.FilterTaxRatesByState, A.StartTaxRateMultiselect, A.AddToTaxRateMultiselect, A.RemoveFromTaxRateMultiselect, A.ClearTaxRateMultiselect, A.TaxRateState, A._TaxRateUIState_Object_EntityUIState, A._$TaxRateStateSerializer, A._$TaxRateUIStateSerializer, A.TaxRateStateBuilder, A.TaxRateUIStateBuilder, A.ViewTokenList, A.ViewToken, A.EditToken, A.UpdateToken, A.LoadTokenRequest, A.LoadTokenFailure, A.LoadTokenSuccess, A.LoadTokensRequest, A.LoadTokensFailure, A.LoadTokensSuccess, A.SaveTokenRequest, A.SaveTokenSuccess, A.AddTokenSuccess, A.SaveTokenFailure, A.ArchiveTokensRequest, A.ArchiveTokensSuccess, A.ArchiveTokensFailure, A.DeleteTokensRequest, A.DeleteTokensSuccess, A.DeleteTokensFailure, A.RestoreTokensRequest, A.RestoreTokensSuccess, A.RestoreTokensFailure, A.FilterTokens, A.SortTokens, A.FilterTokensByState, A.FilterTokensByCustom1, A.FilterTokensByCustom2, A.FilterTokensByCustom3, A.FilterTokensByCustom4, A.StartTokenMultiselect, A.AddToTokenMultiselect, A.RemoveFromTokenMultiselect, A.ClearTokenMultiselect, A.TokenState, A._TokenUIState_Object_EntityUIState, A._$TokenStateSerializer, A._$TokenUIStateSerializer, A.TokenStateBuilder, A.TokenUIStateBuilder, A.EntityUIState, A.ListUIState, A._$ListUIStateSerializer, A.ListUIStateBuilder, A.PrefState, A.PrefStateSortField, A.CompanyPrefState, A.HistoryRecord, A._$PrefStateSerializer, A._$PrefStateSortFieldSerializer, A._$CompanyPrefStateSerializer, A._$AppLayoutSerializer, A._$ModuleLayoutSerializer, A._$AppSidebarModeSerializer, A._$HistoryRecordSerializer, A.PrefStateBuilder, A.PrefStateSortFieldBuilder, A.CompanyPrefStateBuilder, A.HistoryRecordBuilder, A.UpdateCurrentRoute, A.UIState, A._$UIStateSerializer, A.UIStateBuilder, A.ViewUserList, A.ViewUser, A.EditUser, A.UpdateUser, A.LoadUserRequest, A.LoadUserFailure, A.LoadUserSuccess, A.LoadUsersRequest, A.LoadUsersFailure, A.LoadUsersSuccess, A.SaveUserRequest, A.SaveUserSuccess, A.AddUserSuccess, A.SaveUserFailure, A.ArchiveUserRequest, A.ArchiveUserSuccess, A.ArchiveUserFailure, A.DeleteUserRequest, A.DeleteUserSuccess, A.DeleteUserFailure, A.RestoreUserRequest, A.RestoreUserSuccess, A.RestoreUserFailure, A.RemoveUserRequest, A.RemoveUserSuccess, A.RemoveUserFailure, A.ResendInviteRequest, A.ResendInviteSuccess, A.ResendInviteFailure, A.FilterUsers, A.SortUsers, A.FilterUsersByState, A.FilterUsersByCustom1, A.FilterUsersByCustom2, A.FilterUsersByCustom3, A.FilterUsersByCustom4, A.StartUserMultiselect, A.AddToUserMultiselect, A.RemoveFromUserMultiselect, A.ClearUserMultiselect, A.UserState, A._UserUIState_Object_EntityUIState, A._$UserStateSerializer, A._$UserUIStateSerializer, A.UserStateBuilder, A.UserUIStateBuilder, A.ViewVendorList, A.ViewVendor, A.EditVendor, A.UpdateVendor, A.LoadVendor, A.LoadVendors, A.LoadVendorRequest, A.LoadVendorFailure, A.LoadVendorSuccess, A.LoadVendorsRequest, A.LoadVendorsFailure, A.LoadVendorsSuccess, A.SaveVendorRequest, A.SaveVendorSuccess, A.AddVendorSuccess, A.SaveVendorFailure, A.ArchiveVendorRequest, A.ArchiveVendorSuccess, A.ArchiveVendorFailure, A.DeleteVendorRequest, A.DeleteVendorSuccess, A.DeleteVendorFailure, A.RestoreVendorRequest, A.RestoreVendorSuccess, A.RestoreVendorFailure, A.EditVendorContact, A.AddVendorContact, A.UpdateVendorContact, A.DeleteVendorContact, A.FilterVendors, A.SortVendors, A.FilterVendorsByState, A.FilterVendorsByCustom1, A.FilterVendorsByCustom2, A.FilterVendorsByCustom3, A.FilterVendorsByCustom4, A.StartVendorMultiselect, A.AddToVendorMultiselect, A.RemoveFromVendorMultiselect, A.ClearVendorMultiselect, A.SaveVendorDocumentRequest, A.SaveVendorDocumentFailure, A.UpdateVendorTab, A.VendorState, A._VendorUIState_Object_EntityUIState, A._$VendorStateSerializer, A._$VendorUIStateSerializer, A.VendorStateBuilder, A.VendorUIStateBuilder, A.ViewWebhookList, A.ViewWebhook, A.EditWebhook, A.UpdateWebhook, A.LoadWebhookRequest, A.LoadWebhookFailure, A.LoadWebhookSuccess, A.LoadWebhooksRequest, A.LoadWebhooksFailure, A.LoadWebhooksSuccess, A.SaveWebhookRequest, A.SaveWebhookSuccess, A.AddWebhookSuccess, A.SaveWebhookFailure, A.ArchiveWebhooksRequest, A.ArchiveWebhooksSuccess, A.ArchiveWebhooksFailure, A.DeleteWebhooksRequest, A.DeleteWebhooksSuccess, A.DeleteWebhooksFailure, A.RestoreWebhooksRequest, A.RestoreWebhooksSuccess, A.RestoreWebhooksFailure, A.FilterWebhooks, A.SortWebhooks, A.FilterWebhooksByState, A.FilterWebhooksByCustom1, A.FilterWebhooksByCustom2, A.FilterWebhooksByCustom3, A.FilterWebhooksByCustom4, A.StartWebhookMultiselect, A.AddToWebhookMultiselect, A.RemoveFromWebhookMultiselect, A.ClearWebhookMultiselect, A.WebhookState, A._WebhookUIState_Object_EntityUIState, A._$WebhookStateSerializer, A._$WebhookUIStateSerializer, A.WebhookStateBuilder, A.WebhookUIStateBuilder, A.ConfirmEmailVM, A.__AutocompleteEntity_Object_SelectableEntity, A.AppDrawerVM, A.MenuDrawerVM, A._TheState, A.EntityPresenter, A.DataColumn0, A.DataRow0, A.DataCell0, A.LoginVM, A.ClientListVM, A.ClientPdfVM, A.ClientScreenVM, A.ClientEditContactsVM, A.ClientEditVM, A.ClientViewVM, A.CompanyGatewayListVM, A.CompanyGatewayScreenVM, A.CompanyGatewayEditVM, A.CompanyGatewayViewVM, A.EmailEntityVM, A.EntityListVM, A.EntityPdfVM, A.CreditScreenVM, A.EntityEditDetailsVM, A.EntityEditItemsVM, A.EntityEditNotesVM, A.EntityEditPDFVM, A.AbstractInvoiceEditVM, A.AbstractInvoiceViewVM, A.DashboardVM, A.DesignListVM, A.DesignScreenVM, A.DesignEditVM, A.DesignViewVM, A.DocumentListVM, A.DocumentScreenVM, A.DocumentEditVM, A.DocumentViewVM, A.AbstractExpenseEditVM, A.ExpenseListVM, A.ExpenseScreenVM, A.AbstractExpenseViewVM, A.ExpenseCategoryEditVM, A.ExpenseCategoryListVM, A.ExpenseCategoryScreenVM, A.ExpenseCategoryViewVM, A.GroupEditVM, A.GroupListVM, A.GroupScreenVM, A.GroupViewVM, A.EntityEditContactsVM, A.InvoiceScreenVM, A.PaymentEditVM, A.PaymentListVM, A.PaymentScreenVM, A.PaymentRefundVM, A.PaymentViewVM, A.PaymentTermEditVM, A.PaymentTermListVM, A.PaymentTermScreenVM, A.PaymentTermViewVM, A.ProductEditVM, A.ProductListVM, A.ProductScreenVM, A.ProductViewVM, A.ProjectEditVM, A.ProjectListVM, A.ProjectScreenVM, A.ProjectViewVM, A.PurchaseOrderScreenVM, A.QuoteScreenVM, A.RecurringExpenseListVM, A.RecurringExpenseScreenVM, A.RecurringInvoiceListVM, A.RecurringInvoiceScreenVM, A.ReportResult, A.ReportElement, A.ReportsScreenVM, A.GroupTotals, A.AccountManagementVM, A.ClientPortalVM, A.CompanyDetailsVM, A.CreditCardsAndBanksVM, A.CustomFieldsVM, A.DataVisualizationsVM, A.DeviceSettingsVM, A.EmailSettingsVM, A.ExpenseSettingsVM, A.GeneratedNumbersVM, A.ImportExportVM, A.InvoiceDesignVM, A.LocalizationSettingsVM, A.PaymentSettingsVM, A.ProductSettingsVM, A.SettingsListVM, A.SettingsScreenVM, A.TaskSettingsVM, A.TaxSettingsVM, A.TemplatesAndRemindersVM, A.UserDetailsVM, A.WorkflowSettingsVM, A.SubscriptionEditVM, A.SubscriptionListVM, A.SubscriptionScreenVM, A.SubscriptionViewVM, A.TaskEditDetailsVM, A.TaskEditTimesVM, A.TaskEditVM, A.KanbanVM, A.TaskListVM, A.TaskScreenVM, A.TaskViewVM, A.TaskStatusEditVM, A.TaskStatusListVM, A.TaskStatusScreenVM, A.TaskStatusViewVM, A.TaxRateEditVM, A.TaxRateListVM, A.TaxRateScreenVM, A.TaxRateViewVM, A.TokenEditVM, A.TokenListVM, A.TokenScreenVM, A.TokenViewVM, A.UserEditVM, A.UserListVM, A.UserScreenVM, A.UserViewVM, A.VendorEditContactsVM, A.VendorEditVM, A.VendorListVM, A.VendorScreenVM, A.VendorViewVM, A.WebhookEditVM, A.WebhookViewVM, A.WebhookListVM, A.WebhookScreenVM, A.Debouncer, A.PersistUIDebouncer, A.LocaleCodeAware, A.LocalizationsProvider, A._MarkdownToDocument, A._InlineMarkdownToDocument, A.LinkifyElement, A.Linkifier, A.LinkifyOptions, A.AndroidAuthMessages, A.IOSAuthMessages, A.LocalAuthentication, A.Level, A.LogRecord, A.Logger, A.Element1, A.Text1, A.UnparsedContent, A.BlockParser, A.BlockSyntax, A.ListItem, A.Document0, A.LinkReference, A.ExtensionSet, A.InlineParser, A.InlineSyntax, A.SimpleDelimiter, A.DelimiterRun, A.InlineLink, A.AuthenticationResult, A.Configuration, A.BrowserAuthOptions, A.PublicClientApplication, A.CommonEndSessionRequest, A.CommonAuthorizationUrlRequest, A.MsalJsException, A.ImageHandler, A.Context, A.Style, A.ParsedPath, A.PathException, A.MissingPlatformDirectoryException, A.PdfPageFormat, A.Permission, A.Platform0, A.PdfRaster, A.Mutex, A.PdfPreviewActionBounds, A.PdfPreviewRaster, A.PrintJob, A.PrintJobs, A.PrintingInfo, A._QrBitBuffer_Object_ListMixin, A.QrByte, A.InputTooLongException, A.QrPolynomial, A.QrCode, A.QrImage, A.QrRsBlock, A.PaintCache, A._PaintMetrics, A.QrEyeStyle, A.QrDataModuleStyle, A.QrValidationResult, A.MiddlewareClass, A.Store, A.TypedReducer, A.TypedMiddleware, A.RoundedLoadingButtonController, A._Wrapper, A.ForwardingSink, A._Empty, A.ErrorAndStackTrace, A._MultiControllerSink, A.EnvironmentVariables, A.HubAdapter, A.NoOpClient, A.NoOpHub, A.ISentrySpan, A.Platform1, A.PlatformChecker, A.Breadcrumb, A.SentryLevel, A.SpanStatus, A.SentryMeasurement, A.SentryOptions, A.NoOpTransport, A.SentryFlutterWeb, A.SentryNative, A.NativeFrames, A.SharedPreferences, A.SharedPreferencesStorePlatform, A.SourceFile, A.SourceLocationMixin, A.SourceSpanMixin, A.Highlighter, A._Highlight, A._Line, A.SourceLocation, A.SourceSpanException, A.InjectedBaseState, A._Rebuild, A.ReactiveModelBase, A.ReactiveModelListener, A.SnapState, A.MiddleSnapState, A.LifeCycleHooks, A.SideEffects, A._On, A._OnWidget, A.On, A.OnCombined, A.StringScanner, A.DocumentRange, A.DocumentPosition, A.DocumentNode, A._DocumentComposer_Object_ChangeNotifier, A.NonPrimarySelectionListener, A._ComposerPreferences_Object_ChangeNotifier, A.DocumentEditor, A.EditorCommandFunction, A.DocumentEditorTransaction, A._MutableDocument_Object_ChangeNotifier, A.DocumentComponent, A.MovementModifier, A.DocumentSelection, A.DocumentNodeSelection, A.EditContext, A.Stylesheet, A.StyleRule, A.BlockSelector, A._LastBlockMatcher, A.CascadingPadding, A.StyledSelection, A.SelectionStyles, A.LinkAttribution, A.BlockquoteComponentBuilder, A.SingleColumnLayoutComponentViewModel, A.CommonEditorOperations, A._PasteEditorCommand, A.AxisOffset, A._MagnifierAndToolbarController_Object_ChangeNotifier, A.DragHandleAutoScroller, A._FloatingCursorController_Object_ChangeNotifier, A.DocumentImeSerializer, A.ImeConfiguration, A.SoftwareKeyboardHandler, A.HorizontalRuleComponentBuilder, A.ImageComponentBuilder, A.SingleColumnDocumentComponentContext, A.SingleColumnLayoutPresenter, A.SingleColumnLayoutPresenterChangeListener, A.SingleColumnLayoutStylePhase, A.SingleColumnLayoutViewModel, A.SingleColumnLayoutComponentStyles, A.ListItemComponentBuilder, A.IndentListItemCommand, A.UnIndentListItemCommand, A.ConvertListItemToParagraphCommand, A.ConvertParagraphToListItemCommand, A.ChangeListItemTypeCommand, A.SplitListItemCommand, A.DeleteSelectionCommand, A.ParagraphComponentBuilder, A.CombineParagraphsCommand, A.SplitParagraphCommand, A.UpstreamDownstreamNodePosition, A.UpstreamDownstreamNodeSelection, A.DebugPaintConfig, A.TextComponentViewModel, A.ToggleTextAttributionsCommand, A.InsertTextCommand, A.UnknownComponentBuilder, A.Logger0, A.AutoScroller, A._TapTracker0, A._CountdownZoned0, A.Platform, A.CaretStyle, A._BlinkController_Object_ChangeNotifier, A.UserSelection, A.ProseTextBlock, A.RenderParagraphProseTextLayout, A.SelectionHighlightStyle, A.ArMessages, A.CaMessages, A.CsMessages, A.DaMessages, A.DeMessages, A.EnMessages, A.EnShortMessages, A.EsMessages, A.EsShortMessages, A.FaMessages, A.FrMessages, A.FrShortMessages, A.ItMessages, A.ItShortMessages, A.JaMessages, A.NbNoShortMessages, A.NbNoMessages, A.NlMessages, A.NlShortMessages, A.PlMessages, A.PtBrMessages, A.PtBrShortMessages, A.RoMessages, A.RoShortMessages, A.RuMessages, A.RuShortMessages, A.SvMessages, A.SvShortMessages, A.ThMessages, A.ThShortMessages, A.ZhMessages, A.Uuid, A.Matrix3, A.Matrix4, A.Quad, A.Quaternion, A.Vector3, A.Vector4, A.Version]); _inheritMany(A.Closure, [A.Closure0Args, A.Closure2Args, A.AppBootstrap_prepareEngineInitializer_closure0, A.AppBootstrap__prepareAppRunner_closure, A.AssetManager__baseUrl_closure, A.ProductionCollector_closure, A.patchCanvasKitModule_closure0, A.patchCanvasKitModule_closure2, A.HtmlViewEmbedder_getOverlayCanvases_closure, A.HtmlViewEmbedder_submitFrame_closure, A.HtmlViewEmbedder_submitFrame_closure0, A.HtmlViewEmbedder__updateOverlays_closure, A.FontFallbackData_ensureFontsSupportText_closure, A._registerSymbolsAndEmoji_extractUrlFromCss, A.findMinimumFontsForCodeUnits_closure, A.findMinimumFontsForCodeUnits_closure0, A.NotoDownloader_downloadAsBytes_closure, A.NotoDownloader_downloadAsBytes__closure, A.NotoDownloader_downloadAsString_closure, A.NotoDownloader_downloadAsString__closure, A.SkiaFontCollection__getArrayBuffer_closure, A.fetchImage_closure, A.fetchImage_closure0, A.fetchImage_closure1, A.downloadCanvasKit_closure0, A._downloadCanvasKitJs_closure, A.IntervalTree_IntervalTree$createFromRanges__makeBalancedTree, A.IntervalTree_IntervalTree$createFromRanges__computeHigh, A._getEffectiveFontFamilies_closure, A.ClipboardMessageHandler_setDataMethodCall_closure, A.ClipboardMessageHandler_setDataMethodCall_closure0, A.ClipboardMessageHandler_getDataMethodCall_closure, A.ClipboardMessageHandler_getDataMethodCall_closure0, A.ClipboardMessageHandler_getDataMethodCall__closure, A.FlutterViewEmbedder_reset_closure, A.FlutterViewEmbedder_setPreferredOrientation_closure, A.FlutterViewEmbedder_setPreferredOrientation_closure0, A.sendFontChangeMessage_closure, A.sendFontChangeMessage__closure, A.NormalizedGradient_NormalizedGradient_closure, A.HtmlCodec_getNextFrame_closure, A.HtmlCodec_getNextFrame_closure0, A.HtmlCodec__decodeUsingOnLoad_closure, A.HtmlCodec__decodeUsingOnLoad_closure0, A.initializeEngineServices__closure, A._addUrlStrategyListener_closure, A.Keyboard$__closure, A.Keyboard$__closure0, A.Keyboard__handleHtmlEvent_closure0, A._kLogicalKeyToModifierGetter_closure, A._kLogicalKeyToModifierGetter_closure0, A._kLogicalKeyToModifierGetter_closure1, A._kLogicalKeyToModifierGetter_closure2, A._kLogicalKeyToModifierGetter_closure3, A._kLogicalKeyToModifierGetter_closure4, A._kLogicalKeyToModifierGetter_closure5, A._kLogicalKeyToModifierGetter_closure6, A.KeyboardBinding__addEventListener_loggedHandler, A.KeyboardBinding__onKeyData_closure, A.KeyboardBinding__setup_closure, A.KeyboardBinding__setup_closure0, A.KeyboardConverter__scheduleAsyncEvent_closure, A.KeyboardConverter_handleEvent_closure, A.MultiEntriesBrowserHistory_onPopState_closure, A.SingleEntryBrowserHistory_onPopState_closure, A.SingleEntryBrowserHistory_onPopState_closure0, A.HashUrlStrategy__waitForPopState_closure, A.EnginePlatformDispatcher__zonedPlatformMessageResponseCallback_closure, A.EnginePlatformDispatcher__sendPlatformMessage_closure, A.EnginePlatformDispatcher__sendPlatformMessage_closure0, A.EnginePlatformDispatcher__sendPlatformMessage_closure1, A.EnginePlatformDispatcher__sendPlatformMessage_closure2, A.EnginePlatformDispatcher__sendPlatformMessage_closure3, A.EnginePlatformDispatcher__sendPlatformMessage_closure4, A.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure, A.EnginePlatformDispatcher_replyToPlatformMessage_closure, A._BaseAdapter_addEventListener_loggedHandler, A._WheelEventListenerMixin__addWheelEventListener_closure, A._PointerAdapter__addPointerEventListener_closure, A._PointerAdapter_setup_closure, A._PointerAdapter_setup_closure0, A._PointerAdapter_setup_closure1, A._PointerAdapter_setup_closure2, A._PointerAdapter_setup_closure3, A._TouchAdapter__addTouchEventListener_closure, A._TouchAdapter_setup_closure, A._TouchAdapter_setup_closure0, A._TouchAdapter_setup_closure1, A._TouchAdapter_setup_closure2, A._MouseAdapter__addMouseEventListener_closure, A._MouseAdapter_setup_closure, A._MouseAdapter_setup_closure0, A._MouseAdapter_setup_closure1, A._MouseAdapter_setup_closure2, A.Incrementable_closure, A.Incrementable_closure0, A.Scrollable_update_closure0, A.Scrollable_update_closure1, A._roleFactories_closure, A._roleFactories_closure0, A._roleFactories_closure1, A._roleFactories_closure2, A._roleFactories_closure3, A._roleFactories_closure4, A._roleFactories_closure5, A._roleFactories_closure6, A.DesktopSemanticsEnabler_prepareAccessibilityPlaceholder_closure, A.MobileSemanticsEnabler_prepareAccessibilityPlaceholder_closure, A.Tappable_update_closure, A.TextField__initializeForBlink_closure, A.TextField__initializeForWebkit_closure, A.TextField__initializeForWebkit_closure0, A.FontManager__loadFontFace_closure, A.FontManager__loadFontFace_closure0, A._PolyfillFontManager_registerAsset_closure, A.EngineAutofillForm_fromFrameworkMessage_closure, A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey, A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey_closure, A.DefaultTextEditingStrategy_addEventHandlers_closure, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure0, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure1, A.IOSTextEditingStrategy_addEventHandlers_closure, A.IOSTextEditingStrategy_addEventHandlers_closure0, A.IOSTextEditingStrategy__addTapListener_closure, A.AndroidTextEditingStrategy_addEventHandlers_closure, A.FirefoxTextEditingStrategy_addEventHandlers_closure, A.FirefoxTextEditingStrategy_addEventHandlers_closure0, A.HybridTextEditing__startEditing_closure, A.futurize_closure, A.bytesToHexString_closure, A._HeaderValue__parse_expect, A._HeaderValue__parse_maybeExpect, A._CastListBase_removeWhere_closure, A._CastListBase_retainWhere_closure, A.CastMap_entries_closure, A.ConstantStringMap_values_closure, A.GeneralConstantMap__typeTest_closure, A.Instantiation, A.TearOffClosure, A.JsLinkedHashMap_values_closure, A.JsLinkedHashMap_containsValue_closure, A.initHooks_closure, A.initHooks_closure1, A._AsyncRun__initializeScheduleImmediate_internalCallback, A._AsyncRun__initializeScheduleImmediate_closure, A._awaitOnObject_closure, A._asyncStarHelper_closure0, A._SyncBroadcastStreamController__sendData_closure, A._SyncBroadcastStreamController__sendError_closure, A._SyncBroadcastStreamController__sendDone_closure, A.Future_wait_closure, A._Future__chainForeignFuture_closure, A._Future__propagateToListeners_handleWhenCompleteCallback_closure, A._Future_timeout_closure0, A.Stream_Stream$fromFuture_closure, A.Stream_pipe_closure, A.Stream_fold_closure0, A.Stream_fold__closure0, A.Stream_forEach_closure0, A.Stream_forEach__closure0, A.Stream_length_closure, A.Stream_isEmpty_closure0, A.Stream_toList_closure, A.Stream_first_closure0, A._StreamHandlerTransformer_closure, A._RootZone_bindUnaryCallbackGuarded_closure, A._HashMap_values_closure, A._CustomHashMap_closure, A._LinkedCustomHashMap_closure, A.MapMixin_entries_closure, A.SplayTreeMap_closure, A.SplayTreeSet_closure, A._JsonMap_values_closure, A._BigIntImpl_hashCode_finish, A._BigIntImpl_toDouble_readBits, A.DateTime_parse_parseIntOrZero, A.DateTime_parse_parseMilliAndMicroseconds, A._Uri__makePath_closure, A._createTables_setChars, A._createTables_setRange, A.CanvasElement_toBlob_closure, A._ChildrenElementList__filter_closure, A.Element_Element$html_closure, A.Entry_remove_closure0, A.HttpRequest_request_closure, A._EventStreamSubscription_closure, A._EventStreamSubscription_onData_closure, A.NodeValidatorBuilder_allowsElement_closure, A.NodeValidatorBuilder_allowsAttribute_closure, A._SimpleNodeValidator_closure, A._SimpleNodeValidator_closure0, A._TemplatingNodeValidator_closure, A._convertDartToNative_Value_closure, A.FilteredElementList__iterable_closure, A.FilteredElementList__iterable_closure0, A.FilteredElementList_removeRange_closure0, A._FileStream__readBlock_closure, A._FileStream__start_onReady, A._FileStream__start_onOpenFile, A._File_open_closure, A._File_length_closure, A._File_readAsBytes_readDataChunked, A._File_readAsBytes_readDataChunked_read_closure, A._File_readAsBytes_closure, A._File_readAsBytes__closure, A.JsObject__convertDataTree__convert, A._convertToJS_closure, A._convertToJS_closure0, A._wrapToDart_closure, A._wrapToDart_closure0, A._wrapToDart_closure1, A._convertDataTree__convert, A.promiseToFuture_closure, A.promiseToFuture_closure0, A.KeyData__quotedCharCode_closure, A.webOnlyInstantiateImageCodecFromUrl_closure, A.decodeImageFromPixels_executeCallback, A.decodeImageFromPixels_executeCallback_closure, A.AttributedSpans__getStartingMarkerAtOrBefore_closure, A.AttributedSpans__getStartingMarkerAtOrBefore_closure0, A.AttributedSpans__getEndingMarkerAtOrAfter_closure, A.AttributedSpans__getEndingMarkerAtOrAfter_closure0, A.AttributedSpans_addAttribution_closure, A.AttributedSpans_addAttribution_closure0, A.AttributedSpans_addAttribution_closure1, A.AttributedSpans_addAttribution_closure2, A.AttributedSpans_removeAttribution_closure, A.AttributedSpans_removeAttribution_closure0, A.AttributedSpans_removeAttribution_closure1, A.AttributedSpans_removeAttribution_closure2, A.AttributedSpans_removeAttribution_closure3, A.AttributedSpans_removeAttribution_closure4, A.AttributedSpans__isContinuousAttribution_closure, A.AttributedSpans__getNearestMarkerAtOrBefore_closure, A.AttributedSpans__getNearestMarkerAtOrBefore_closure0, A.AttributedSpans__getMarkerAt_closure, A.AttributedSpans__getMarkerAt_closure0, A.AttributedSpans__getMarkerAt_closure1, A.AttributedSpans__insertMarker_closure, A.AttributedSpans__mergeBackToBackAttributions_closure, A.AttributedSpans__mergeBackToBackAttributions_closure0, A.AttributedSpans__mergeBackToBackAttributions_closure1, A.AttributedSpans_copyAttributionRegion_closure, A.AttributedSpans_copyAttributionRegion_closure0, A.AttributedSpans_copyAttributionRegion_closure2, A.AttributedSpans_copyAttributionRegion_closure3, A.AttributedSpans_copyAttributionRegion_closure4, A.AttributedSpans_copyAttributionRegion_closure5, A.AttributedSpans_pushAttributionsBack_closure, A.AttributedSpans_contractAttributions_closure, A.AttributedSpans_contractAttributions_closure0, A.AttributedSpans_contractAttributions_closure1, A.AttributedSpans_contractAttributions_closure2, A.AttributedSpans_contractAttributions_closure3, A.BoardItemState_build_closure, A.BoardItemState_build_closure3, A.BoardListState_build_closure2, A.BoardViewState_build_closure, A.BoardViewState_build_closure3, A.BoardViewState_build_closure5, A.BoardViewState_build_closure4, A.BoardViewState_build_closure6, A.BuiltListMultimap_BuiltListMultimap_closure, A.BuiltListMultimap_hashCode_closure, A.BuiltListMultimap_forEach__closure, A.ListMultimapBuilder_replace_closure, A.BuiltMap_BuiltMap_closure, A.BuiltMap_BuiltMap$from_closure, A.BuiltMap_hashCode_closure, A.BuiltSet_hashCode_closure, A.BuiltSetMultimap_hashCode_closure, A.BuiltSetMultimap_forEach__closure, A.SetMultimapBuilder_replace_closure, A.newBuiltValueToStringHelper_closure, A.BuiltListMultimapSerializer_serialize_closure, A.BuiltListMultimapSerializer_deserialize_closure, A.BuiltListSerializer_serialize_closure, A.BuiltListSerializer_deserialize_closure, A.BuiltSetMultimapSerializer_serialize_closure, A.BuiltSetMultimapSerializer_deserialize_closure, A.BuiltSetSerializer_serialize_closure, A.BuiltSetSerializer_deserialize_closure, A.StandardJsonPlugin__toList_closure, A.StandardJsonPlugin__toListUsingDiscriminator_closure, A.MultiImageStreamCompleter_closure, A.BaseBarRenderer_preprocessSeries_closure, A.BaseBarRenderer_preprocessSeries__closure0, A.BaseBarRenderer_preprocessSeries__closure2, A.BaseBarRenderer_preprocessSeries_closure0, A.BaseBarRenderer_update_closure, A.BaseBarRenderer_update__closure0, A.BaseBarRenderer_paint__closure0, A.BaseBarRenderer_paint__closure, A.BaseBarRenderer_getNearestDatumDetailPerSeries_closure, A.BaseBarRenderer__getSegmentsForDomainValue_closure0, A.BaseBarRenderer__getVerticalDetailsForDomainValue_closure, A.BaseBarRenderer__getVerticalDetailsForDomainValue_closure0, A.Axis__updateAxisTicks_closure, A.Axis__updateAxisTicks_closure0, A.Axis_paint_closure, A.BaseTickDrawStrategy_splitLabel_closure, A.BaseTickDrawStrategy_getLabelWidth_closure, A.NoneDrawStrategy_decorateTicks_closure, A.SimpleTickFormatterBase_format_closure, A.NumericTickFormatter__getFormatter_closure, A.CartesianChart_makeSeries_closure, A.BaseCartesianRenderer_configureDomainAxes_closure, A.BaseCartesianRenderer_configureMeasureAxes_closure, A.BaseChart_init_closure, A.BaseChart_pointWithinRenderer_closure, A.BaseChart_getNearestDatumDetailPerSeries_closure, A.BaseChart_draw_closure, A.BaseChart_drawInternal_closure, A.BaseChart_configureSeries_closure, A.BaseChart_preprocessSeries_closure, A.BaseChart_preprocessSeries_closure0, A.BaseChart_paint_closure, A.BaseChart_fireOnDraw_closure, A.BaseChart_fireOnPreprocess_closure, A.BaseChart_fireOnPostprocess_closure, A.BaseChart_fireOnAxisConfigured_closure, A.BaseChart_fireOnPostrender_closure, A.BaseChart_fireOnAnimationComplete_closure, A.DomainHighlighter__updateColorFunctions_closure, A.DomainHighlighter__updateColorFunctions__closure, A.PerSeriesLegendEntryGenerator_getLegendEntries_closure, A.PerSeriesLegendEntryGenerator_getLegendEntries_closure0, A.PerSeriesLegendEntryGenerator__updateFromSelection_closure, A.PerSeriesLegendEntryGenerator__updateFromSelection_closure0, A.PerSeriesLegendEntryGenerator__updateFromSeriesList_getMeasureTotal, A.SeriesLegend_onData_closure0, A.SeriesLegend_onData_closure, A.SeriesLegend_preProcessSeriesList_closure, A.SeriesLegend_showSeries_closure, A.SelectNearest__onSelect_closure0, A.SelectNearest__extractSeriesFromNearestSelection_closure, A.MutableSeries_closure, A.MutableSelectionModel_updateSelection_closure, A.MutableSelectionModel_updateSelection_closure0, A.BaseSeriesRenderer_assignMissingColors_closure, A.BaseSeriesRenderer_assignMissingColors__closure3, A.BaseSeriesRenderer_assignMissingColors_closure0, A.BaseSeriesRenderer_assignMissingColors__closure2, A.BaseSeriesRenderer_assignMissingColors_closure1, A.BaseSeriesRenderer_assignMissingColors_closure2, A.BaseSeriesRenderer_assignMissingColors__closure0, A.BaseSeriesRenderer_assignMissingColors__closure1, A.BaseSeriesRenderer_assignMissingColors_closure3, A.BaseSeriesRenderer_assignMissingColors__closure, A.BaseSeriesRenderer_assignMissingColors_closure4, A.LayoutManagerImpl_drawableLayoutAreaBounds_closure, A.LayoutManagerImpl_layout_closure, A.LayoutManagerImpl__viewsForPositions_closure, A.VerticalMarginStrategy_measure_closure, A.LeftMarginLayoutStrategy_layout_closure, A.RightMarginLayoutStrategy_layout_closure, A.HorizontalMarginStrategy_measure_closure, A.TopMarginLayoutStrategy_layout_closure, A.BottomMarginLayoutStrategy_layout_closure, A.LineRenderer_configureSeries_closure, A.LineRenderer_configureSeries__closure, A.LineRenderer_preprocessSeries_closure, A.LineRenderer_preprocessSeries_closure0, A.LineRenderer_preprocessSeries__closure, A.LineRenderer__mergeIntoSeriesMap_closure, A.LineRenderer__mergeIntoSeriesMap__closure, A.LineRenderer_update_closure, A.LineRenderer_update__closure, A.LineRenderer_update___closure, A.LineRenderer__createBoundsSegment_closure, A.LineRenderer__createBoundsSegment_closure0, A.LineRenderer_paint__closure7, A.LineRenderer_paint__closure, A.LineRenderer_paint__closure0, A.LineRenderer_paint__closure1, A.LineRenderer_paint__closure2, A.LineRenderer_paint__closure3, A.LineRenderer_paint__closure4, A.LineRenderer_paint__closure5, A.LineRenderer_paint__closure6, A.PointRenderer_paint__closure1, A.PointRenderer_paint__closure, A.PointRenderer_paint__closure0, A.PointRenderer_paint___closure, A.PointRenderer_paint___closure0, A.PointRenderer_paint___closure1, A.PointRenderer_paint___closure2, A.GestureListener_defaultTapTest_closure, A.MaterialPalette__orderedPalettes_closure10, A.Performance_time_closure, A.Performance_timeEnd_closure, A.ProxyGestureListener_onLongPress_closure, A.ProxyGestureListener_onTap_closure, A.ProxyGestureListener_onDragStart_closure, A.ProxyGestureListener_onDragUpdate_closure, A.ProxyGestureListener_onDragEnd_closure, A.ProxyGestureListener__cancel_closure, A.ProxyGestureListener__populateActiveListeners_closure, A.Series_Series_closure0, A.Series_Series_closure1, A.Series_Series_closure2, A.Series_Series_closure, A.BaseChart__updateBehaviors_closure, A.BaseChart__updateBehaviors_closure0, A.BaseChart__notACustomBehavior_closure, A.BaseChart__updateSelectionModel_closure, A.BaseChart__updateSelectionModel_closure0, A.BaseChart_getDesiredGestures_closure, A.BaseChart_getDesiredGestures_closure0, A.BaseLegendContentBuilder_build_closure, A.SimpleLegendEntryLayout_makeTapUpCallback_closure, A.TabularLegendLayout_build_closure, A.TabularLegendLayout__buildTableFromRows_closure, A.TabularLegendLayout__buildTableFromRows_closure1, A._FlutterSeriesLegend_build_closure, A.ChartContainerRenderObject_requestAnimation_startAnimationController, A.ChartContainerRenderObject_requestRebuild_doRebuild, A.getChartContainerRenderObject_closure, A.CanonicalizedMap_entries_closure, A.CanonicalizedMap_keys_closure, A.CanonicalizedMap_values_closure, A._FileSink_addStream_closure, A._FileSink_close_closure, A._FileSink__addData_closure, A._MemoryFileSystem_findNode_closure, A.MemoryFileSystemEntity_internalCreateSync_closure, A.resolveLinks_closure, A.ErrorCodes_EINVAL_closure, A.ErrorCodes_EISDIR_closure, A.ErrorCodes_ELOOP_closure, A.ErrorCodes_ENOENT_closure, A.ErrorCodes_ENOTDIR_closure, A.ErrorCodes_ENOTEMPTY_closure, A.FilePickerWeb_pickFiles_changeEventListener, A.FilePickerWeb_pickFiles_changeEventListener_addPickedFile, A.FilePickerWeb_pickFiles_changeEventListener_closure, A.FilePickerWeb_pickFiles_changeEventListener_closure0, A.FilePickerWeb_pickFiles_cancelledEventListener, A.FilePickerWeb_pickFiles_cancelledEventListener_closure, A.FilePickerMacOS_resultStringToFilePaths_closure, A.FilePickerMacOS_resultStringToFilePaths_closure0, A.FilePickerMacOS_resultStringToFilePaths_closure1, A.FilePickerMacOS_resultStringToFilePaths__closure, A.KDialogHandler_fileTypeToFileFilter_closure, A.KDialogHandler_resultStringToFilePaths_closure, A.QarmaAndZenityHandler_resultStringToFilePaths_closure, A.filePathsToPlatformFiles_closure, A.filePathsToPlatformFiles_closure0, A._CupertinoBackGestureController_dragEnd_closure, A._CupertinoEdgeShadowDecoration_lerp_closure, A._CupertinoEdgeShadowDecoration_lerp_closure0, A._CupertinoScrollbarState_handleThumbPress_closure, A.CupertinoThemeData_resolveFrom_convertColor, A.NoDefaultCupertinoThemeData_resolveFrom_convertColor, A._CupertinoThemeDefaults_resolveFrom_convertColor, A.FlutterErrorDetails_summary_closure, A.FlutterErrorDetails_debugFillProperties_closure, A.FlutterError_FlutterError_closure, A.FlutterError_defaultStackFilter_closure, A.FlutterError_defaultStackFilter_closure0, A.FlutterError_toString_closure, A.debugPrintStack_closure, A.BindingBase_initServiceExtensions_closure0, A.BindingBase_initServiceExtensions_closure2, A.BindingBase_registerBoolServiceExtension_closure, A.BindingBase_registerNumericServiceExtension_closure, A.BindingBase_registerStringServiceExtension_closure, A._PrefixedStringBuilder__wordWrapLine_noWrap, A.TextTreeRenderer__debugRender_visitor, A.TextTreeRenderer__debugRender_closure, A.StackFrame_fromStackString_closure, A.SynchronousFuture_whenComplete_closure, A._GestureArena_toString_closure, A.PointerEventConverter_expand_closure, A.PointerEventConverter_expand_closure0, A.MultiDragGestureRecognizer_acceptGesture_closure, A.showLicensePage_closure, A._PackagesViewState_licenses_closure0, A._PackagesViewState_build___closure, A._PackagesViewState__initDefaultDetailPage_closure, A._PackagesViewState__packagesList_closure, A._PackagesViewState__packagesList___closure, A._MasterDetailFlowState__nestedUI_closure0, A._MasterDetailFlowState__masterPageRoute_closure, A._MasterDetailFlowState__detailPageRoute_closure, A._MasterDetailFlowState__lateralUI_closure0, A._MasterDetailScaffoldState_openDetailPage_closure, A._MasterDetailScaffoldState_setInitialDetailPage_closure, A._MasterDetailScaffoldState_build_closure, A._MaterialAppState__materialBuilder_closure, A._MaterialAppState__buildWidgetApp_closure, A.MaterialRectArcTween__initialize_closure, A._ButtonStyleState_build_effectiveValue, A._ButtonStyleState_build_resolve, A._ButtonStyleState_build_resolve_closure, A._ButtonStyleState_build_closure, A._ButtonStyleState_build_closure0, A._ButtonStyleState_build_closure1, A._ButtonStyleState_build_closure2, A._ButtonStyleState_build_closure3, A._ButtonStyleState_build_closure4, A._ButtonStyleState_build_closure5, A._ButtonStyleState_build_closure6, A._ButtonStyleState_build_closure7, A._ButtonStyleState_build_closure8, A._ButtonStyleState_build_closure9, A._ButtonStyleState_build_closure10, A._ButtonStyleState_build_closure18, A._ButtonStyleState_build__closure0, A._ButtonStyleState_build_closure19, A._ButtonStyleState_build__closure, A._ButtonStyleState_build_closure11, A._ButtonStyleState_build_closure12, A._ButtonStyleState_build_closure13, A._ButtonStyleState_build_closure14, A._ButtonStyleState_build_closure15, A._ButtonStyleState_build_closure16, A._ButtonStyleState_build_closure17, A._MonthPickerState_didUpdateWidget_closure, A._CheckboxState__widgetFillColor_closure, A._CheckboxState__defaultFillColor_closure, A._CheckboxState_build_closure, A.DataTable_build_closure3, A.DataTable_build_closure, A.DataTable_build_closure0, A.DataTable_build_closure1, A.DataTable_build_closure2, A.DataTable_build_closure4, A.showDatePicker_closure, A._DatePickerDialogState_build_closure, A.DialogRoute_closure, A._DropdownRoutePage_build_closure, A._DropdownButtonState_initState_closure, A._DropdownButtonState_initState_closure0, A._DropdownButtonState__updateSelectedIndex_closure, A._DropdownButtonState__handleTap_closure, A._DropdownButtonState__handleTap_closure0, A._DropdownButtonState_build_closure, A.DropdownButtonFormField_closure, A.DropdownButtonFormField__closure, A.DropdownButtonFormField__closure0, A._ExpansionPanelListState_build_closure, A._InkResponseState_highlightsExist_closure, A._InputDatePickerFormFieldState_didUpdateWidget_closure, A._RenderDecoration_paint_doPaint, A._InputDecoratorState__getIconColor__resolveIconColor, A._RenderListTile_paint_doPaint, A.ListTileTheme_merge_closure, A._MaterialState_build_closure, A._MaterialInteriorState_forEachTween_closure, A._MaterialInteriorState_forEachTween_closure0, A._MaterialInteriorState_forEachTween_closure1, A._MaterialInteriorState_forEachTween_closure2, A.MaterialStateMixin_updateMaterialState_closure, A._MergeableMaterialState_didUpdateWidget_closure, A._MergeableMaterialState_didUpdateWidget_closure0, A._ZoomPageTransition_build_closure, A._ZoomPageTransition_build_closure0, A._ZoomPageTransition_build_closure1, A._ZoomPageTransition_build_closure2, A.PageTransitionsTheme__all_closure, A.PaginatedDataTableState__getBlankRowFor_closure, A.PaginatedDataTableState__getProgressIndicatorRowFor_closure, A._PopupMenu_build_closure, A._PopupMenuRoute_buildPage_closure, A.PopupMenuButtonState_showButtonMenu_closure, A._RadioState__widgetFillColor_closure, A._RadioState__defaultFillColor_closure, A._RadioState_build_closure, A.RefreshIndicatorState__show_closure, A.ScaffoldMessengerState_hideCurrentSnackBar_closure, A.ScaffoldState_hideCurrentSnackBar_closure, A._MaterialScrollbarState__trackVisibility_closure, A._MaterialScrollbarState__thumbColor_closure, A._MaterialScrollbarState__trackColor_closure, A._MaterialScrollbarState__trackBorderColor_closure, A._MaterialScrollbarState__thickness_closure, A._MaterialSwitchState__widgetThumbColor_closure, A._MaterialSwitchState__defaultThumbColor_closure, A._MaterialSwitchState__widgetTrackColor_closure, A._MaterialSwitchState__defaultTrackColor_closure, A._MaterialSwitchState_build_closure, A._TabBarState_initState_closure, A._TabBarState_build_closure, A._TextFieldState_build_closure3, A._TextFieldState_build_closure4, A.TextFormField_closure, A.TextFormField_closure_onChangedHandler, A._AnimatedThemeState_forEachTween_closure, A.ThemeData__lerpThemeExtensions_closure0, A.TimeOfDay_toString__addLeadingZeroIfNeeded, A._HourMinuteControl_build_closure, A._HourMinuteControl_build_closure0, A._HourControl_build_hoursFromSelected, A._DayPeriodControl_build_closure, A._DayPeriodControl_build_closure0, A._DialPainter_paint_getOffsetForTheta, A._DialPainter_paint_paintLabels, A.showTimePicker_closure, A.ToggleButtons_build_closure, A.TooltipState__createNewEntry_closure, A.TooltipState__createNewEntry_closure0, A.TooltipState__createNewEntry_closure1, A.TooltipState_build_closure, A.TooltipState_build_closure0, A._CompoundBorder_scale_closure, A._CompoundBorder_toString_closure, A.ClipContext_clipPathAndPaint_closure, A.ClipContext_clipRRectAndPaint_closure, A.ClipContext_clipRectAndPaint_closure, A.paintImage_closure, A._sample_closure, A._interpolateColorsAndStops_closure, A.LinearGradient_scale_closure, A._CachedImageBase_dispose_closure, A.ImageProvider_resolve_closure0, A.ImageProvider__createErrorHandlerAndKey_closure, A.AssetImage_obtainKey_closure, A.ImageStreamCompleter_reportError_closure, A.ImageStreamCompleter_reportImageChunkEvent_closure, A.InlineSpan_getSpanForPosition_closure, A.InlineSpan_codeUnitAt_closure, A._ShapeDecorationPainter__precache_closure, A._ShapeDecorationPainter__precache_closure0, A.TextSpan_debugDescribeChildren_closure, A.TextStyle_fontFamilyFallback_closure, A.RendererBinding__scheduleMouseTrackerUpdate_closure, A.BoxConstraints_toString_describe, A.RenderEditable__extractPlaceholderSpans_closure, A.RenderEditable_getBoxesForSelection_closure, A.RenderEditable_describeSemanticsConfiguration_closure, A.RenderListBody_computeMinIntrinsicWidth_closure, A.RenderListBody_computeMinIntrinsicWidth_closure0, A.RenderListBody_computeMaxIntrinsicWidth_closure, A.RenderListBody_computeMaxIntrinsicWidth_closure0, A.RenderListBody_computeMinIntrinsicHeight_closure, A.RenderListBody_computeMinIntrinsicHeight_closure0, A.RenderListBody_computeMaxIntrinsicHeight_closure, A.RenderListBody_computeMaxIntrinsicHeight_closure0, A.MouseTracker__handleDeviceUpdate_closure, A.MouseTracker__handleDeviceUpdateMouseEvents_closure0, A.RenderObject_reassemble_closure, A.RenderObject__updateCompositingBits_closure, A.RenderObject_clearSemantics_closure, A.RenderObject__getSemanticsForParent_closure, A.RenderParagraph__extractPlaceholderSpans_closure, A.RenderParagraph_describeSemanticsConfiguration_closure, A._factoriesTypeSet_closure, A._PlatformViewGestureRecognizer_closure, A.RenderSliverHelpers_hitTestBoxChild_closure, A.RenderSliverMultiBoxAdaptor__createOrObtainChild_closure, A.RenderSliverMultiBoxAdaptor_collectGarbage_closure, A.RenderSliverMultiBoxAdaptor_collectGarbage__closure, A.RenderSliverPersistentHeader_layoutChild_closure, A.RenderStack_computeMinIntrinsicWidth_closure, A.RenderStack_computeMaxIntrinsicWidth_closure, A.RenderStack_computeMinIntrinsicHeight_closure, A.RenderStack_computeMaxIntrinsicHeight_closure, A.RenderViewportBase_visitChildrenForSemantics_closure, A.RenderViewportBase_hitTestChildren_closure, A.SchedulerBinding_endOfFrame_closure, A.SchedulerBinding__handleDrawFrame_closure, A.TickerFuture_whenCompleteOrCancel_thunk, A.SemanticsNode_getSemanticsData_closure, A.SemanticsNode__childrenInTraversalOrder_closure, A.SemanticsNode_debugDescribeChildren_closure, A._SemanticsSortGroup_sortedWithinVerticalGroup_closure, A._SemanticsSortGroup_sortedWithinKnot_search, A._SemanticsSortGroup_sortedWithinKnot_closure0, A._SemanticsSortGroup_sortedWithinKnot_closure1, A._childrenInDefaultOrder_closure, A.SemanticsOwner_sendSemanticsUpdate_closure, A.SemanticsOwner__getSemanticsActionHandlerForId_closure, A.SemanticsConfiguration__addArgumentlessAction_closure, A.SemanticsConfiguration_onMoveCursorForwardByCharacter_closure, A.SemanticsConfiguration_onMoveCursorBackwardByCharacter_closure, A.SemanticsConfiguration_onMoveCursorForwardByWord_closure, A.SemanticsConfiguration_onMoveCursorBackwardByWord_closure, A.SemanticsConfiguration_onSetSelection_closure, A.SemanticsConfiguration_onSetText_closure, A.CachingAssetBundle_loadStructuredData_closure, A._AutofillScopeTextInputConfiguration_toJson_closure, A.AutofillScopeMixin_attach_closure, A._DefaultBinaryMessenger_send_closure, A.BasicMessageChannel_setMessageHandler_closure, A.MethodChannel_setMethodCallHandler_closure, A.RawKeyboard__synchronizeModifiers_closure, A.RestorationManager_handleRestorationUpdateFromEngine_closure, A.RestorationManager_scheduleSerializationFor_closure, A.RestorationBucket__visitChildren_closure, A.FilteringTextInputFormatter__processRegion_adjustIndex, A.TextEditingValue_replaced_adjustIndex, A.TextInputConnection_setSelectionRects_closure, A.TextInput__handleTextInputInvocation_closure, A.TextInput__handleTextInputInvocation_closure0, A.TextInput__handleTextInputInvocation_closure1, A._getParent_closure, A.Actions__findDispatcher_closure, A.Actions_maybeFind_closure, A.Actions__maybeFindWithoutDependingOn_closure, A.Actions_invoke_closure, A._FocusableActionDetectorState_initState_closure, A._FocusableActionDetectorState__mayTriggerCallback_shouldShowHoverHighlight, A._FocusableActionDetectorState__mayTriggerCallback_canRequestFocus, A._FocusableActionDetectorState__mayTriggerCallback_shouldShowFocusHighlight, A._FocusableActionDetectorState_didUpdateWidget_closure, A._AnimatedCrossFadeState_initState_closure, A._AnimatedSwitcherState__newEntry_closure, A._AnimatedSwitcherState__rebuildOutgoingWidgetsIfNeeded_closure, A._WidgetsAppState__onGenerateRoute_closure, A._WidgetsAppState_build_closure, A._StreamBuilderBaseState__subscribe_closure, A._FutureBuilderState__subscribe_closure, A._RawAutocompleteState__updateOverlay_closure, A._RawAutocompleteState__updateOverlay_closure0, A._RawAutocompleteState__updateOverlay__closure, A.AutofillGroupState_autofillClients_closure, A._AutomaticKeepAliveState__addClient_closure, A._AutomaticKeepAliveState__getChildElement_closure, A.ClipPath_shape_closure, A.RichText__extractChildren_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure0, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure1, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure3, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure5, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initInstances_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure0, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_initInstances_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure0, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure1, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure2, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_drawFrame_closure, A.DisplayFeatureSubScreen_avoidBounds_closure, A.DisplayFeatureSubScreen_avoidBounds_closure0, A.EditableTextState_cutSelection_closure, A.EditableTextState_pasteText_closure, A.EditableTextState_didChangeDependencies_closure, A.EditableTextState__scheduleShowCaretOnScreen_closure, A.EditableTextState_didChangeMetrics_closure, A.EditableTextState__updateSelectionRects_closure, A.EditableTextState__updateSelectionRects_closure0, A.EditableTextState__updateSelectionRects_closure1, A.EditableTextState__updateSizeAndTransform_closure, A.EditableTextState__updateComposingRectIfNeeded_closure, A.EditableTextState__updateCaretRectIfNeeded_closure, A.EditableTextState__actions_closure, A.EditableTextState_build_closure0, A._Editable__extractChildren_closure, A._ScribbleFocusableState_isInScribbleRect_closure, A._UpdateTextSelectionAction_invoke__collapse, A._throttle_closure, A.FocusNode_traversalDescendants_closure, A.FocusNode_debugDescribeChildren_closure, A._getAncestor_closure, A.FocusTraversalPolicy__sortAllDescendants_visitGroups, A.FocusTraversalPolicy__sortAllDescendants_closure, A._ReadingOrderTraversalPolicy_FocusTraversalPolicy_DirectionalFocusTraversalPolicyMixin_changedScope_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure0, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure1, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure0, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure1, A.DirectionalFocusTraversalPolicyMixin__popPolicyDataIfNeeded_popOrInvalidate, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure0, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure2, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure3, A._ReadingOrderSortData_commonDirectionalityOf_closure, A._ReadingOrderSortData_directionalAncestors_getDirectionalityAncestors, A._ReadingOrderDirectionalGroupData_rect_closure, A.ReadingOrderTraversalPolicy__pickNext_inBand_closure, A.FormState__fieldDidChange_closure, A._InactiveElements__unmount_closure, A.Element_reassemble_closure, A.Element_renderObject_visit, A.Element_updateSlotForChild_visit, A.Element__updateDepth_closure, A.Element_detachRenderObject_closure, A.Element_attachRenderObject_closure, A.Element_debugDescribeChildren_closure, A.ParentDataElement__applyParentData_applyParentDataToChild, A.RenderObjectElement_updateChildren_replaceWithNullIfForgotten, A.MultiChildRenderObjectElement_children_closure, A.GestureDetector_build_closure0, A.GestureDetector_build_closure2, A.GestureDetector_build_closure4, A.GestureDetector_build_closure6, A.GestureDetector_build_closure8, A.GestureDetector_build_closure10, A.GestureDetector_build_closure12, A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure, A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure0, A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure1, A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure, A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure0, A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure1, A.Hero__allHeroesFor_visitor, A.HeroController_didStopUserGesture_isInvalidFlight, A.HeroController__maybeStartHeroTransition_closure, A.IconTheme_merge_closure, A.ImplicitlyAnimatedWidgetState_initState_closure, A.ImplicitlyAnimatedWidgetState_didUpdateWidget_closure, A.ImplicitlyAnimatedWidgetState__constructTweens_closure, A._AnimatedContainerState_forEachTween_closure, A._AnimatedContainerState_forEachTween_closure0, A._AnimatedContainerState_forEachTween_closure1, A._AnimatedContainerState_forEachTween_closure2, A._AnimatedContainerState_forEachTween_closure3, A._AnimatedContainerState_forEachTween_closure4, A._AnimatedContainerState_forEachTween_closure5, A._AnimatedContainerState_forEachTween_closure6, A._AnimatedPaddingState_forEachTween_closure, A._AnimatedOpacityState_forEachTween_closure, A._AnimatedDefaultTextStyleState_forEachTween_closure, A._AnimatedPhysicalModelState_forEachTween_closure, A._AnimatedPhysicalModelState_forEachTween_closure0, A._AnimatedPhysicalModelState_forEachTween_closure1, A._AnimatedPhysicalModelState_forEachTween_closure2, A.InheritedTheme_capture_closure, A._loadAll_closure, A._loadAll_closure0, A._loadAll_closure1, A._LocalizationsState_load_closure, A._LocalizationsState_load_closure0, A.MediaQueryData_removeDisplayFeatures_closure, A.Route_didPush_closure, A.Route_didAdd_closure, A.Route_isCurrent_closure, A.Route_isFirst_closure, A.Route_isActive_closure, A.Navigator_defaultGenerateInitialRoutes_closure, A._RouteEntry_dispose_closure, A._RouteEntry_isRoutePredicate_closure, A.NavigatorState_restoreState_closure, A.NavigatorState__flushHistoryUpdates_closure, A.NavigatorState__afterNavigation_closure, A.NavigatorState_maybePop_closure, A.NavigatorState_maybePop_closure1, A.NavigatorState_removeRoute_closure, A.OverlayEntry_remove_closure, A._RenderTheatre_computeMinIntrinsicWidth_closure, A._RenderTheatre_computeMaxIntrinsicWidth_closure, A._RenderTheatre_computeMinIntrinsicHeight_closure, A._RenderTheatre_computeMaxIntrinsicHeight_closure, A.PageStorageBucket__allKeys_closure, A._PageViewState_build_closure, A.HtmlElementView__createHtmlElementView_closure, A._PlatformViewLinkState__initialize_closure, A.SliverReorderableListState__dragStart_closure, A._ReorderableItemState_updateForGap_closure, A.ReorderableDragStartListener_build_closure, A._DragInfo_startDrag_closure, A._RootRestorationScopeState__loadRootBucketIfNecessary_closure, A.TransitionRoute__updateSecondaryAnimation__jumpOnAnimationEnd, A.TransitionRoute__setSecondaryAnimation_closure, A.LocalHistoryRoute_removeLocalHistoryEntry_closure, A._ModalScopeState_build_closure0, A._ModalScopeState_build__closure, A.ScrollAwareImageProvider_resolveStreamForKey_closure, A.ScrollBehavior_velocityTrackerBuilder_closure, A.ScrollBehavior_velocityTrackerBuilder_closure0, A.ScrollNotificationObserverState_build_closure, A.ScrollPosition_forcePixels_closure, A.ScrollView_build_closure0, A.ScrollableState_setCanDrag_closure0, A.ScrollableState_setCanDrag_closure2, A.ScrollbarPainter_update__needPaint, A.RawScrollbarState__gestures_closure0, A.RawScrollbarState__gestures__closure, A.RawScrollbarState__gestures__closure0, A.RawScrollbarState__gestures__closure1, A.RawScrollbarState__gestures_closure2, A.RawScrollbarState_build_closure, A.RawScrollbarState_build_closure0, A.LogicalKeySet__triggers_closure, A.SliverMultiBoxAdaptorElement_performRebuild_processElement, A.Table_closure, A.Table_closure0, A._TableElement_mount_closure, A._TableElement_mount__closure, A._TableElement_update_closure, A._TableElement_update_closure0, A._TableElement__updateRenderObjectChildren_closure, A._TableElement__updateRenderObjectChildren__closure, A._TableElement_visitChildren_closure, A.SelectionOverlay__markNeedsBuild_closure, A._TextSelectionGestureDetectorState_build_closure0, A._TextSelectionGestureDetectorState_build_closure2, A._TextSelectionGestureDetectorState_build_closure4, A._TextSelectionGestureDetectorState_build_closure6, A.CacheStore_closure, A.CacheStore_retrieveCacheData_closure, A.WebHelper__manageResponse_closure, A.WebHelper__saveFileAndPostUpdates_closure, A._BlockPickerState_build_closure, A._GlobalCupertinoLocalizationsDelegate_load_closure_loadFormats, A.SlidableAction_build_closure, A.SlidableAutoCloseBehaviorListener_build_closure, A.SlidableAutoCloseNotificationSender_build_closure, A._SlidableAutoCloseBarrierNotificationSenderState_dispose_closure, A._SlidableAutoCloseBarrierBehaviorListenerState_build_closure, A._SlidableDismissalState_handleResizeRequestChanged_closure, A._RenderFlexEntranceTransition_getTotalFlex_closure, A._RenderFlexEntranceTransition_performLayout_closure, A.showToastWidget_closure, A._StyledToastState_build_closure, A.ToastManager_dismissAll_closure, A.Registrar_send_closure, A.GoogleSignIn__ensureInitialized_closure, A.GoogleSignIn__waitFor_closure, A.GoogleSignIn__addMethodCall_closure, A.GoogleSignIn_signIn_isCanceled, A.GoogleSignIn_signIn_closure, A.MethodChannelGoogleSignIn_getTokens_closure, A.GoogleSignInPlugin_closure, A.GoogleSignInPlugin_init_closure, A.GoogleSignInPlugin_init_closure0, A.NodeList_retainWhere_closure, A.FilteredElementList_removeRange_closure, A.InTableTextPhase_flushCharacters_closure, A._CssClassSetImpl_add_closure, A.SelectorEvaluator_visitPseudoClassSelector_closure, A.SelectorEvaluator_visitPseudoClassSelector_closure0, A.SelectorEvaluator_visitPseudoClassSelector__closure, A.SelectorEvaluator_visitAttributeSelector_closure, A.HtmlTokenizer_consumeEntity_closure, A._escape_closure, A._escape_closure0, A._escape_closure1, A._escape_closure2, A._escape_closure3, A._escape__closure, A._escape_closure4, A._escape_closure5, A._escape_closure6, A._escape_closure7, A._escape_closure8, A._postProcess_closure, A.Rule_findRule_closure, A.Rule_findRule_closure0, A.Rule__buildFilterFn_closure, A._CommonRules_indentedCodeBlock_closure, A._CommonRules_fencedCodeBlock_closure, A._CommonRules_inlineLink_closure, A._CommonRules_referenceLink_closure0, A._CommonRules_code_closure, A._CommonRules_code__closure, A.countSiblingEl_closure, A.get_closure, A.readBytes_closure, A.BaseRequest_closure0, A.BrowserClient_send_closure, A.BrowserClient_send_closure0, A.ByteStream_toBytes_closure, A.mapToQuery_closure0, A.onDone_closure, A.CaseInsensitiveMap$from_closure, A.MediaType_toString__closure, A.expectQuotedString_closure, A.PngDecoder_decodeFrame_closure, A.ImagePickerPlugin__getSelectedXFiles_closure, A.ImagePickerPlugin__getSelectedXFiles__closure, A.ImagePickerPlugin__getSelectedXFiles_closure0, A.DateSymbols_DateSymbols$deserializeFromMap__getStringList, A.Intl__pluralRule_closure, A.DateFormat_dateTimeConstructor_closure, A.DateFormat__checkDateOnly_closure, A.DateFormat__initDigitMatcher_closure, A.DateFormat__initDigitMatcher_closure0, A._DateFormatPatternField_parseEnumeratedString_closure, A._DateFormatPatternField_parseStandaloneDay_closure, A.NumberFormat_NumberFormat_closure, A.NumberFormat_NumberFormat$decimalPattern_closure, A.ClientEntity_ClientEntity_closure, A.ClientEntity_primaryContact_closure, A.ClientEntity_emailContacts_closure, A.ClientEntity_hasEmailAddress_closure, A.ClientEntity_getContact_closure, A.CompanyGatewayEntity_updateConfig_closure, A.CompanyEntity_getCustomFieldValues_closure, A.CompanyEntity_coreCompany_closure, A.GatewayEntity_supportsTokenBilling_closure, A.GatewayEntity_supportsRefunds_closure, A.UserCompanyEntity_UserCompanyEntity_closure, A.UserCompanyEntity__initializeBuilder_closure, A.DesignEntity_clone_closure, A.HasActivities_getActivities_closure, A.ExpenseEntity_clone_closure, A.InvoiceEntity_InvoiceEntity_closure, A.InvoiceEntity_InvoiceEntity_closure0, A.InvoiceEntity_moveLineItem_closure, A.InvoiceEntity_moveLineItem_closure0, A.InvoiceEntity_recreateInvitations_closure0, A.InvoiceEntity_recreateInvitations_closure, A.InvoiceEntity_recreateInvitations_closure2, A.InvoiceEntity_recreateInvitations_closure1, A.InvoiceEntity_clone_closure, A.InvoiceEntity_clone__closure, A.InvoiceEntity_clone__closure0, A.InvoiceEntity_applyClient_closure, A.InvoiceEntity_applyVendor_closure, A.InvoiceEntity_history_closure, A.InvoiceEntity_history_closure0, A.InvoiceEntity_hasTasks_closure, A.InvoiceEntity_hasProducts_closure, A.InvoiceEntity_hasExpenses_closure, A.InvoiceEntity_applyTax_closure, A.InvoiceEntity_applyTax_closure0, A.InvoiceEntity_applyTax_closure1, A.InvoiceEntity_isViewed_closure, A.InvoiceEntity_getInvitationForClientContact_closure, A.InvoiceEntity_getInvitationForVendorContact_closure, A.InvoiceItemEntity_taxAmount_calculateTaxAmount, A.InvoiceItemEntity_applyTax_closure, A.InvoiceItemEntity_applyTax_closure0, A.InvoiceItemEntity_applyTax_closure1, A.CalculateInvoiceTotal_calculateTaxes_closure, A.CalculateInvoiceTotal_calculateTaxes__closure, A.CalculateInvoiceTotal_calculateTaxes__closure1, A.CalculateInvoiceTotal_calculateTaxes__closure3, A.CalculateInvoiceTotal_calculateTaxes_closure0, A.CalculateInvoiceTotal_calculateTaxes_closure2, A.CalculateInvoiceTotal_calculateTaxes_closure4, A.CalculateInvoiceTotal_getTaxable_closure, A.CalculateInvoiceTotal_calculateTotal_closure, A.CalculateInvoiceTotal_calculateSubtotal_closure, A.PaymentEntity_invoicePaymentables_closure, A.PaymentEntity_creditPaymentables_closure, A.PaymentEntity_invoiceId_closure, A.ProductEntity_clone_closure, A.ProjectEntity_clone_closure, A.SettingsEntity_setFieldsForSection_closure, A.SettingsEntity_setFieldsForSection_closure0, A.TaskTime_stop_closure, A.TaskEntity_clone_closure, A.TaskEntity_areTimesValid_closure, A.TaskEntity_getInvalidTimeIndices_closure, A.TaskEntity_isRunning_closure, A.TaskEntity_getTaskTimes_closure, A.TaskEntity_addTaskTime_closure, A.TaskEntity_updateTaskTime_closure, A.TaskEntity_deleteTaskTime_closure, A.TaskEntity_calculateDuration_closure, A.VendorEntity_VendorEntity_closure, A.VendorEntity_emailContacts_closure, A.VendorEntity_primaryContact_closure, A.VendorEntity_hasEmailAddress_closure, A.VendorEntity_getContact_closure, A.ClientRepository_saveData_closure, A.CreditRepository_saveData_closure, A.InvoiceRepository_saveData_closure, A.ProductRepository_saveData_closure, A.PurchaseOrderRepository_saveData_closure, A.QuoteRepository_saveData_closure, A._parseError__closure, A._initialState_closure, A.InvoiceNinjaAppState_initState_closure, A.InvoiceNinjaAppState_generateRoute_closure, A.InvoiceNinjaAppState_generateRoute_closure0, A.InvoiceNinjaAppState_build_closure, A.InvoiceNinjaAppState_build__closure, A.InvoiceNinjaAppState_build__closure0, A.InvoiceNinjaAppState_build__closure1, A.InvoiceNinjaAppState_build__closure2, A.InvoiceNinjaAppState_build__closure3, A.InvoiceNinjaAppState_build__closure4, A.InvoiceNinjaAppState_build__closure5, A.InvoiceNinjaAppState_build__closure6, A.InvoiceNinjaAppState_build__closure7, A.InvoiceNinjaAppState_build__closure8, A.InvoiceNinjaAppState_build__closure9, A.InvoiceNinjaAppState_build__closure10, A.InvoiceNinjaAppState_build__closure11, A.InvoiceNinjaAppState_build__closure12, A.InvoiceNinjaAppState_build__closure13, A.InvoiceNinjaAppState_build__closure14, A.InvoiceNinjaAppState_build__closure15, A.InvoiceNinjaAppState_build__closure16, A.InvoiceNinjaAppState_build__closure17, A.InvoiceNinjaAppState_build__closure18, A.InvoiceNinjaAppState_build__closure19, A.InvoiceNinjaAppState_build__closure20, A.InvoiceNinjaAppState_build__closure21, A.InvoiceNinjaAppState_build__closure22, A.InvoiceNinjaAppState_build__closure23, A.InvoiceNinjaAppState_build__closure24, A.InvoiceNinjaAppState_build__closure25, A.InvoiceNinjaAppState_build__closure26, A.InvoiceNinjaAppState_build__closure27, A.InvoiceNinjaAppState_build__closure28, A.InvoiceNinjaAppState_build__closure29, A.InvoiceNinjaAppState_build__closure30, A.InvoiceNinjaAppState_build__closure31, A.InvoiceNinjaAppState_build__closure32, A.InvoiceNinjaAppState_build__closure33, A.InvoiceNinjaAppState_build__closure34, A.InvoiceNinjaAppState_build__closure35, A.InvoiceNinjaAppState_build__closure36, A.InvoiceNinjaAppState_build__closure37, A.InvoiceNinjaAppState_build__closure38, A.InvoiceNinjaAppState_build__closure39, A.InvoiceNinjaAppState_build__closure40, A.InvoiceNinjaAppState_build__closure41, A.InvoiceNinjaAppState_build__closure42, A.InvoiceNinjaAppState_build__closure43, A.InvoiceNinjaAppState_build__closure44, A.InvoiceNinjaAppState_build__closure45, A.InvoiceNinjaAppState_build__closure46, A.InvoiceNinjaAppState_build__closure47, A.InvoiceNinjaAppState_build__closure48, A.InvoiceNinjaAppState_build__closure49, A.InvoiceNinjaAppState_build__closure50, A.InvoiceNinjaAppState_build__closure51, A.InvoiceNinjaAppState_build__closure52, A.InvoiceNinjaAppState_build__closure53, A.InvoiceNinjaAppState_build__closure54, A.InvoiceNinjaAppState_build__closure55, A.InvoiceNinjaAppState_build__closure56, A.InvoiceNinjaAppState_build__closure57, A.InvoiceNinjaAppState_build__closure58, A.InvoiceNinjaAppState_build__closure59, A.InvoiceNinjaAppState_build__closure60, A.InvoiceNinjaAppState_build__closure61, A.InvoiceNinjaAppState_build__closure62, A.InvoiceNinjaAppState_build__closure63, A.InvoiceNinjaAppState_build__closure64, A.InvoiceNinjaAppState_build__closure65, A.InvoiceNinjaAppState_build__closure66, A.InvoiceNinjaAppState_build__closure67, A.InvoiceNinjaAppState_build__closure68, A.InvoiceNinjaAppState_build__closure69, A.InvoiceNinjaAppState_build__closure70, A.InvoiceNinjaAppState_build__closure71, A.InvoiceNinjaAppState_build__closure72, A.InvoiceNinjaAppState_build__closure73, A.InvoiceNinjaAppState_build__closure74, A.InvoiceNinjaAppState_build__closure75, A.InvoiceNinjaAppState_build__closure76, A.InvoiceNinjaAppState_build__closure77, A.InvoiceNinjaAppState_build__closure78, A.InvoiceNinjaAppState_build__closure79, A.InvoiceNinjaAppState_build__closure80, A.InvoiceNinjaAppState_build__closure81, A.InvoiceNinjaAppState_build__closure82, A.InvoiceNinjaAppState_build__closure83, A.InvoiceNinjaAppState_build__closure84, A.InvoiceNinjaAppState_build__closure85, A.InvoiceNinjaAppState_build__closure86, A.InvoiceNinjaAppState_build__closure87, A.InvoiceNinjaAppState_build__closure88, A.InvoiceNinjaAppState_build__closure89, A.InvoiceNinjaAppState_build__closure90, A.InvoiceNinjaAppState_build__closure91, A.InvoiceNinjaAppState_build__closure92, A.InvoiceNinjaAppState_build__closure93, A.InvoiceNinjaAppState_build__closure94, A.InvoiceNinjaAppState_build__closure95, A.InvoiceNinjaAppState_build__closure96, A.InvoiceNinjaAppState_build__closure97, A.InvoiceNinjaAppState_build__closure98, A.InvoiceNinjaAppState_build__closure99, A.InvoiceNinjaAppState_build__closure100, A.InvoiceNinjaAppState_build__closure101, A.InvoiceNinjaAppState_build__closure102, A.InvoiceNinjaAppState_build__closure103, A.InvoiceNinjaAppState_build__closure104, A.InvoiceNinjaAppState_build__closure105, A.InvoiceNinjaAppState_build__closure106, A.InvoiceNinjaAppState_build__closure107, A.InvoiceNinjaAppState_build__closure108, A.viewEntityById__closure, A.checkForChanges_closure, A._createLoadState_closure, A._createLoadState__closure, A._createLoadState__closure0, A._createLoadState__closure1, A._createLoadState__closure2, A._createLoadState__closure3, A._getRoutes_closure, A._getRoutes_closure0, A._createUserLoggedIn_closure, A._createPersistData_closure, A._createPersistUI_closure, A._createPersistPrefs_closure, A._createPersistPrefs__closure, A._createAccountLoaded_closure, A._createDataRefreshed_closure, A._createPersistStatic_closure, A._createDeleteState_closure, A._createDeleteState__closure, A._createViewMainScreen_closure, A._createViewMainScreen__closure, A._createClearData_closure, A._createClearData__closure, A.appReducer_closure, A.appReducer__closure, A.appReducer_closure0, A.appReducer_closure1, A.appReducer_closure2, A.AppState_AppState_closure, A.AppState_companies_closure, A.AppState_historyList_closure, A._createUserLogout_closure, A._createUserLogout__closure, A._createUserLogoutAll_closure, A._createUserLogoutAll__closure, A._createUserLogoutAll__closure0, A._createLoginRequest_closure, A._createLoginRequest__closure, A._createLoginRequest__closure0, A._createSignUpRequest_closure, A._createSignUpRequest__closure, A._createSignUpRequest__closure0, A._createOAuthLoginRequest_closure, A._createOAuthLoginRequest__closure, A._createOAuthLoginRequest__closure0, A._createOAuthSignUpRequest_closure, A._createOAuthSignUpRequest__closure, A._createOAuthSignUpRequest__closure0, A._createRefreshRequest_closure, A._createRefreshRequest__closure, A._createRefreshRequest___closure, A._createRefreshRequest____closure, A._createRefreshRequest__closure0, A._createRecoverRequest_closure, A._createRecoverRequest__closure, A._createRecoverRequest__closure0, A._createCompany_closure, A._createCompany__closure, A._createCompany___closure, A._setDefaultCompany_closure, A._setDefaultCompany__closure, A._setDefaultCompany__closure0, A._deleteCompany_closure, A._deleteCompany__closure, A._deleteCompany__closure0, A._purgeData_closure, A._purgeData__closure, A._purgeData___closure, A._purgeData__closure0, A._resendConfirmation_closure, A._resendConfirmation__closure, A._resendConfirmation__closure0, A.userLoadUrlReducer_closure, A.userSignUpRequestReducer_closure, A.userLoginRequestReducer_closure, A.oauthLoginRequestReducer_closure, A.oauthSignUpRequestReducer_closure, A.userLoginSuccessReducer_closure, A.userVerifiedPasswordReducer_closure, A.userUnverifiedPasswordReducer_closure, A.handleClientAction_closure, A.handleClientAction_closure0, A.handleClientAction_closure1, A.handleClientAction_closure2, A.handleClientAction_closure3, A.handleClientAction_closure4, A._editClient_closure, A._viewClient_closure, A._viewClientList_closure1, A._viewClientList__closure, A._archiveClient_closure, A._archiveClient__closure, A._archiveClient__closure0, A._archiveClient__closure1, A._deleteClient_closure, A._deleteClient__closure, A._deleteClient__closure0, A._deleteClient__closure1, A._purgeClient_closure, A._purgeClient__closure, A._purgeClient___closure, A._purgeClient__closure0, A._restoreClient_closure, A._restoreClient__closure, A._restoreClient__closure0, A._restoreClient__closure1, A._saveClient_closure, A._saveClient__closure, A._saveClient__closure0, A._loadClient_closure, A._loadClient__closure, A._loadClient__closure0, A._loadClients_closure, A._loadClients__closure, A._loadClients__closure0, A._saveDocument_closure11, A._saveDocument__closure23, A._saveDocument__closure24, A._showPdfClient_closure, A.clientUIReducer_closure, A.editingReducer__closure55, A.editingReducer__closure54, A.editingReducer__closure53, A.editingReducer__closure52, A._viewClientList_closure, A._filterClientsByCustom1_closure, A._filterClientsByCustom1_closure0, A._filterClientsByCustom2_closure, A._filterClientsByCustom2_closure0, A._filterClientsByCustom3_closure, A._filterClientsByCustom3_closure0, A._filterClientsByCustom4_closure, A._filterClientsByCustom4_closure0, A._filterClientsByState_closure, A._filterClientsByState_closure0, A._filterClients_closure, A._sortClients_closure, A._startListMultiselect_closure22, A._addToListMultiselect_closure22, A._removeFromListMultiselect_closure22, A._clearListMultiselect_closure22, A._archiveClientSuccess_closure, A._deleteClientSuccess_closure, A._restoreClientSuccess_closure, A._addClient_closure, A._addClient__closure, A._updateClient_closure, A._updateClient__closure, A._setLoadedClient_closure, A._setLoadedClient__closure, A.memoizedDropdownClientList_closure, A.dropdownClientsSelector_closure, A.memoizedFilteredClientList_closure, A.filteredClientsSelector_closure, A.filteredClientsSelector__closure, A.ClientState_loadClients_closure0, A.ClientState_loadClients_closure1, A.ClientState_loadClients_closure, A.companyReducer_closure, A.userCompanyEntityReducer__closure5, A.userCompanyEntityReducer___closure, A.userCompanyEntityReducer__closure6, A.userCompanyEntityReducer__closure4, A.userCompanyEntityReducer__closure3, A.userCompanyEntityReducer__closure2, A.userCompanyEntityReducer__closure1, A.userCompanyEntityReducer__closure0, A.userCompanyEntityReducer__closure, A.loadCompanySuccessReducer_closure, A.loadCompanySuccessReducer_closure0, A.loadCompanySuccessReducer_closure1, A.saveCompanySuccessReducer_closure, A.saveCompanySuccessReducer_closure0, A.dropdownExpenseCategoriesSelector_closure, A.memoizedHasMultipleCurrencies_closure, A.memoizedGetCurrencyIds_closure, A.filteredSelector_closure, A.filteredSelector_closure0, A.filteredSelector_closure1, A.filteredSelector_closure2, A.filteredSelector_closure3, A.filteredSelector_closure4, A.filteredSelector_closure5, A.filteredSelector_closure6, A.filteredSelector_closure7, A.filteredSelector_closure8, A.filteredSelector_closure9, A.filteredSelector_closure10, A.filteredSelector_closure11, A.filteredSelector_closure12, A.handleCompanyGatewayAction_closure, A.handleCompanyGatewayAction_closure0, A.handleCompanyGatewayAction_closure1, A._editCompanyGateway_closure, A._viewCompanyGateway_closure, A._viewCompanyGatewayList_closure, A._viewCompanyGatewayList__closure, A._archiveCompanyGateway_closure, A._archiveCompanyGateway__closure, A._archiveCompanyGateway__closure0, A._archiveCompanyGateway__closure1, A._deleteCompanyGateway_closure, A._deleteCompanyGateway__closure, A._deleteCompanyGateway__closure0, A._deleteCompanyGateway__closure1, A._restoreCompanyGateway_closure, A._restoreCompanyGateway__closure, A._restoreCompanyGateway__closure0, A._restoreCompanyGateway__closure1, A._disconnectCompanyGateway_closure, A._disconnectCompanyGateway__closure, A._disconnectCompanyGateway__closure0, A._saveCompanyGateway_closure, A._saveCompanyGateway__closure, A._saveCompanyGateway__closure0, A._loadCompanyGateway_closure, A._loadCompanyGateway__closure, A._loadCompanyGateway__closure0, A._loadCompanyGateways_closure, A._loadCompanyGateways__closure, A._loadCompanyGateways__closure0, A.companyGatewayUIReducer_closure, A.editingReducer__closure13, A._filterCompanyGatewaysByCustom1_closure, A._filterCompanyGatewaysByCustom1_closure0, A._filterCompanyGatewaysByCustom2_closure, A._filterCompanyGatewaysByCustom2_closure0, A._filterCompanyGatewaysByState_closure, A._filterCompanyGatewaysByState_closure0, A._filterCompanyGateways_closure, A._sortCompanyGateways_closure, A._startListMultiselect_closure7, A._addToListMultiselect_closure7, A._removeFromListMultiselect_closure7, A._clearListMultiselect_closure7, A._archiveCompanyGatewaySuccess_closure, A._deleteCompanyGatewaySuccess_closure, A._restoreCompanyGatewaySuccess_closure, A._addCompanyGateway_closure, A._addCompanyGateway__closure, A._updateCompanyGateway_closure, A._updateCompanyGateway__closure, A._setLoadedCompanyGateway_closure, A._setLoadedCompanyGateway__closure, A._setLoadedCompany_closure1, A._setLoadedCompany__closure1, A._setLoadedCompany__closure2, A._setLoadedCompany_closure2, A._setLoadedCompanyGateways_closure, A._setLoadedCompanyGateways__closure, A._setLoadedCompanyGateways__closure0, A._setLoadedCompanyGateways_closure0, A.memoizedFilteredCompanyGatewayList_closure, A.filteredCompanyGatewaysSelector_closure, A.filteredCompanyGatewaysSelector_closure0, A.filteredCompanyGatewaysSelector_closure1, A.clientStatsForCompanyGateway__closure, A.handleCreditAction_closure, A.handleCreditAction_closure0, A.handleCreditAction_closure2, A.handleCreditAction_closure3, A.handleCreditAction_closure4, A.handleCreditAction_closure5, A.handleCreditAction_closure6, A.handleCreditAction_closure7, A.handleCreditAction__closure, A.handleCreditAction_closure8, A._viewCredit_closure, A._viewCreditList_closure0, A._viewCreditList__closure, A._editCredit_closure, A._showEmailCredit_closure, A._showPdfCredit_closure, A._archiveCredit_closure, A._archiveCredit__closure, A._archiveCredit__closure0, A._archiveCredit__closure1, A._deleteCredit_closure, A._deleteCredit__closure, A._deleteCredit__closure0, A._deleteCredit__closure1, A._restoreCredit_closure, A._restoreCredit__closure, A._restoreCredit__closure0, A._restoreCredit__closure1, A._markSentCredit_closure, A._markSentCredit__closure, A._markSentCredit__closure0, A._markPaidCredit_closure, A._markPaidCredit__closure, A._markPaidCredit__closure0, A._emailCredit_closure, A._emailCredit__closure, A._emailCredit__closure0, A._saveCredit_closure, A._saveCredit__closure, A._saveCredit___closure, A._saveCredit__closure0, A._saveCredit__closure1, A._loadCredit_closure, A._loadCredit__closure, A._loadCredit__closure0, A._loadCredits_closure, A._loadCredits__closure, A._loadCredits__closure0, A._downloadCredits_closure, A._downloadCredits__closure, A._downloadCredits__closure0, A._bulkEmailCredits_closure, A._bulkEmailCredits__closure, A._bulkEmailCredits__closure0, A._saveDocument_closure0, A._saveDocument__closure1, A._saveDocument__closure2, A.creditUIReducer_closure, A.editingReducer__closure22, A.editingReducer__closure21, A.editingReducer__closure20, A.editingReducer__closure19, A.editingReducer__closure18, A.editingReducer___closure0, A.editingReducer__closure17, A.editingReducer__closure16, A._addCreditItem_closure, A._addCreditItems_closure, A._removeCreditItem_closure, A._updateCreditItem_closure, A._viewCreditList_closure, A._filterCreditsByCustom1_closure, A._filterCreditsByCustom1_closure0, A._filterCreditsByCustom2_closure, A._filterCreditsByCustom2_closure0, A._filterCreditsByCustom3_closure, A._filterCreditsByCustom3_closure0, A._filterCreditsByCustom4_closure, A._filterCreditsByCustom4_closure0, A._filterCreditsByState_closure, A._filterCreditsByState_closure0, A._filterCreditsByStatus_closure, A._filterCreditsByStatus_closure0, A._filterCredits_closure, A._sortCredits_closure, A._startListMultiselect_closure10, A._addToListMultiselect_closure10, A._removeFromListMultiselect_closure10, A._clearListMultiselect_closure10, A._markSentCreditSuccess_closure0, A._markSentCreditSuccess_closure1, A._markSentCreditSuccess_closure, A._archiveCreditSuccess_closure, A._deleteCreditSuccess_closure, A._restoreCreditSuccess_closure, A._addCredit_closure, A._addCredit__closure, A._updateCredit_closure, A._updateCredit__closure, A.creditContactSelector_closure, A.creditContactSelector_closure0, A.memoizedDropdownCreditList_closure, A.dropdownCreditSelector_closure, A.memoizedFilteredCreditList_closure, A.filteredCreditsSelector_closure, A.CreditState_loadCredits_closure0, A.CreditState_loadCredits_closure1, A.CreditState_loadCredits_closure, A._createViewDashboard_closure, A._createViewDashboard___closure, A.dashboardUIReducer_closure, A.selectedEntitiesReducer__closure0, A.selectedEntitiesReducer__closure, A.dashboardSettingsReducer_closure, A.dashboardSettingsReducer_closure0, A.dashboardSettingsReducer_closure1, A.dashboardSettingsReducer_closure2, A.memoizedChartInvoices_closure, A.memoizedPreviousChartInvoices_closure, A.memoizedChartQuotes_closure, A.memoizedPreviousChartQuotes_closure, A.memoizedChartPayments_closure, A.memoizedPreviousChartPayments_closure, A.memoizedChartTasks_closure, A.memoizedPreviousChartTasks_closure, A.chartTasks__closure, A.memoizedChartExpenses_closure, A.memoizedPreviousChartExpenses_closure, A.handleDesignAction_closure, A.handleDesignAction_closure0, A.handleDesignAction_closure1, A.handleDesignAction_closure2, A.handleDesignAction_closure3, A._editDesign_closure, A._viewDesign_closure, A._viewDesignList_closure0, A._viewDesignList__closure, A._archiveDesign_closure, A._archiveDesign__closure, A._archiveDesign__closure0, A._archiveDesign__closure1, A._deleteDesign_closure, A._deleteDesign__closure, A._deleteDesign__closure0, A._deleteDesign__closure1, A._restoreDesign_closure, A._restoreDesign__closure, A._restoreDesign__closure0, A._restoreDesign__closure1, A._saveDesign_closure, A._saveDesign__closure, A._saveDesign__closure0, A._loadDesign_closure, A._loadDesign__closure, A._loadDesign__closure0, A._loadDesigns_closure, A._loadDesigns__closure, A._loadDesigns__closure0, A.designUIReducer_closure, A.editingReducer__closure23, A._viewDesignList_closure, A._filterDesignsByCustom1_closure, A._filterDesignsByCustom1_closure0, A._filterDesignsByCustom2_closure, A._filterDesignsByCustom2_closure0, A._filterDesignsByState_closure, A._filterDesignsByState_closure0, A._filterDesigns_closure, A._sortDesigns_closure, A._startListMultiselect_closure11, A._addToListMultiselect_closure11, A._removeFromListMultiselect_closure11, A._clearListMultiselect_closure11, A._archiveDesignSuccess_closure, A._deleteDesignSuccess_closure, A._restoreDesignSuccess_closure, A._addDesign_closure, A._updateDesign_closure, A._setLoadedDesign_closure, A.memoizedFilteredDesignList_closure, A.filteredDesignsSelector_closure, A.DesignState_cleanDesign_closure, A.DesignState_customDesigns_closure, A.DesignState_customDesigns_closure0, A.DesignState_loadDesigns_closure0, A.DesignState_loadDesigns_closure1, A.DesignState_loadDesigns_closure, A.handleDocumentAction_closure, A._editDocument_closure, A._viewDocument_closure, A._viewDocumentList_closure0, A._viewDocumentList__closure, A._archiveDocument_closure, A._archiveDocument__closure, A._archiveDocument__closure0, A._archiveDocument__closure1, A._downloadDocuments_closure, A._downloadDocuments__closure, A._downloadDocuments__closure0, A._deleteDocument_closure, A._deleteDocument__closure, A._deleteDocument__closure0, A._restoreDocument_closure, A._restoreDocument__closure, A._restoreDocument__closure0, A._restoreDocument__closure1, A._loadDocument_closure, A._loadDocument__closure, A._loadDocument__closure0, A._loadDocuments_closure, A._loadDocuments__closure, A._loadDocuments__closure0, A.documentUIReducer_closure, A.editingReducer__closure11, A._viewDocumentList_closure, A._filterDocumentsByCustom1_closure, A._filterDocumentsByCustom1_closure0, A._filterDocumentsByCustom2_closure, A._filterDocumentsByCustom2_closure0, A._filterDocumentsByState_closure, A._filterDocumentsByState_closure0, A._filterDocuments_closure, A._sortDocuments_closure, A._startListMultiselect_closure5, A._addToListMultiselect_closure5, A._removeFromListMultiselect_closure5, A._clearListMultiselect_closure5, A._archiveDocumentSuccess_closure, A._deleteDocumentSuccess_closure, A._restoreDocumentSuccess_closure, A._updateDocument_closure, A._setLoadedDocument_closure, A._setLoadedDocuments_closure, A._setLoadedDocuments__closure, A._setLoadedDocuments__closure0, A._setLoadedDocuments_closure0, A.memoizedFilteredDocumentList_closure, A.filteredDocumentsSelector_closure, A.handleExpenseAction_closure, A.handleExpenseAction_closure0, A.handleExpenseAction_closure1, A.handleExpenseAction_closure2, A.handleExpenseAction_closure3, A.handleExpenseAction_closure4, A._editExpense_closure, A._viewExpense_closure, A._viewExpenseList_closure0, A._viewExpenseList__closure, A._archiveExpense_closure, A._archiveExpense__closure, A._archiveExpense__closure0, A._archiveExpense__closure1, A._deleteExpense_closure, A._deleteExpense__closure, A._deleteExpense__closure0, A._deleteExpense__closure1, A._restoreExpense_closure, A._restoreExpense__closure, A._restoreExpense__closure0, A._restoreExpense__closure1, A._saveExpense_closure, A._saveExpense__closure, A._saveExpense__closure0, A._loadExpense_closure, A._loadExpense__closure, A._loadExpense__closure0, A._loadExpenses_closure, A._loadExpenses__closure, A._loadExpenses__closure0, A._saveDocument_closure9, A._saveDocument__closure19, A._saveDocument__closure20, A.expenseUIReducer_closure, A.editingReducer__closure10, A._viewExpenseList_closure, A._filterExpensesByCustom1_closure, A._filterExpensesByCustom1_closure0, A._filterExpensesByCustom2_closure, A._filterExpensesByCustom2_closure0, A._filterExpensesByCustom3_closure, A._filterExpensesByCustom3_closure0, A._filterExpensesByCustom4_closure, A._filterExpensesByCustom4_closure0, A._filterExpensesByState_closure, A._filterExpensesByState_closure0, A._filterExpensesByStatus_closure, A._filterExpensesByStatus_closure0, A._filterExpenses_closure, A._sortExpenses_closure, A._startListMultiselect_closure4, A._addToListMultiselect_closure4, A._removeFromListMultiselect_closure4, A._clearListMultiselect_closure4, A._archiveExpenseSuccess_closure, A._deleteExpenseSuccess_closure, A._restoreExpenseSuccess_closure, A._addExpense_closure, A._updateExpense_closure, A._setLoadedExpense_closure, A.convertExpenseToInvoiceItem_closure, A.memoizedFilteredExpenseList_closure, A.filteredExpensesSelector_closure, A.clientExpenseList_closure, A.ExpenseState_loadExpenses_closure0, A.ExpenseState_loadExpenses_closure1, A.ExpenseState_loadExpenses_closure, A.handleExpenseCategoryAction_closure, A.handleExpenseCategoryAction_closure0, A._editExpenseCategory_closure, A._viewExpenseCategory_closure, A._viewExpenseCategoryList_closure, A._viewExpenseCategoryList__closure, A._archiveExpenseCategory_closure, A._archiveExpenseCategory__closure, A._archiveExpenseCategory__closure0, A._archiveExpenseCategory__closure1, A._deleteExpenseCategory_closure, A._deleteExpenseCategory__closure, A._deleteExpenseCategory__closure0, A._deleteExpenseCategory__closure1, A._restoreExpenseCategory_closure, A._restoreExpenseCategory__closure, A._restoreExpenseCategory__closure0, A._restoreExpenseCategory__closure1, A._saveExpenseCategory_closure, A._saveExpenseCategory__closure, A._saveExpenseCategory__closure0, A._loadExpenseCategory_closure, A._loadExpenseCategory__closure, A._loadExpenseCategory__closure0, A._loadExpenseCategories_closure, A._loadExpenseCategories__closure, A._loadExpenseCategories__closure0, A.expenseCategoryUIReducer_closure, A.editingReducer__closure34, A._filterExpenseCategoriesByCustom1_closure, A._filterExpenseCategoriesByCustom1_closure0, A._filterExpenseCategoriesByCustom2_closure, A._filterExpenseCategoriesByCustom2_closure0, A._filterExpenseCategoriesByState_closure, A._filterExpenseCategoriesByState_closure0, A._filterExpenseCategories_closure, A._sortExpenseCategories_closure, A._startListMultiselect_closure16, A._addToListMultiselect_closure16, A._removeFromListMultiselect_closure16, A._clearListMultiselect_closure16, A._archiveExpenseCategorySuccess_closure, A._deleteExpenseCategorySuccess_closure, A._restoreExpenseCategorySuccess_closure, A._addExpenseCategory_closure, A._updateExpenseCategory_closure, A._setLoadedExpenseCategory_closure, A.memoizedFilteredExpenseCategoryList_closure, A.filteredExpenseCategoriesSelector_closure, A.ExpenseCategoryState_loadExpenseCategories_closure0, A.ExpenseCategoryState_loadExpenseCategories_closure1, A.ExpenseCategoryState_loadExpenseCategories_closure, A.handleGroupAction_closure, A.handleGroupAction_closure0, A._editGroup_closure, A._viewGroup_closure, A._viewGroupList_closure0, A._viewGroupList__closure, A._archiveGroup_closure, A._archiveGroup__closure, A._archiveGroup__closure0, A._archiveGroup__closure1, A._deleteGroup_closure, A._deleteGroup__closure, A._deleteGroup__closure0, A._deleteGroup__closure1, A._restoreGroup_closure, A._restoreGroup__closure, A._restoreGroup__closure0, A._restoreGroup__closure1, A._saveGroup_closure, A._saveGroup__closure, A._saveGroup__closure0, A._loadGroup_closure, A._loadGroup__closure, A._loadGroup__closure0, A._loadGroups_closure, A._loadGroups__closure, A._loadGroups__closure0, A._saveDocument_closure, A._saveDocument__closure, A._saveDocument__closure0, A.groupUIReducer_closure, A.editingReducer__closure12, A._viewGroupList_closure, A._filterGroupsByState_closure, A._filterGroupsByState_closure0, A._filterGroups_closure, A._sortGroups_closure, A._startListMultiselect_closure6, A._addToListMultiselect_closure6, A._removeFromListMultiselect_closure6, A._clearListMultiselect_closure6, A._archiveGroupSuccess_closure, A._deleteGroupSuccess_closure, A._restoreGroupSuccess_closure, A._addGroup_closure, A._updateGroup_closure, A._setLoadedGroup_closure, A._setLoadedGroups_closure, A._setLoadedGroups__closure, A._setLoadedGroups__closure0, A._setLoadedGroups_closure0, A._setLoadedCompany_closure, A._setLoadedCompany__closure, A._setLoadedCompany__closure0, A._setLoadedCompany_closure0, A.memoizedFilteredGroupList_closure, A.filteredGroupsSelector_closure, A.handleInvoiceAction_closure, A.handleInvoiceAction_closure0, A.handleInvoiceAction_closure1, A.handleInvoiceAction_closure2, A.handleInvoiceAction_closure4, A.handleInvoiceAction_closure5, A.handleInvoiceAction_closure6, A.handleInvoiceAction_closure7, A.handleInvoiceAction_closure8, A.handleInvoiceAction_closure9, A.handleInvoiceAction__closure, A.handleInvoiceAction__closure0, A.handleInvoiceAction_closure10, A._viewInvoiceList_closure0, A._viewInvoiceList__closure, A._viewInvoice_closure, A._editInvoice_closure, A._showEmailInvoice_closure, A._showPdfInvoice_closure, A._cancelInvoices_closure, A._cancelInvoices__closure, A._cancelInvoices__closure0, A._archiveInvoice_closure, A._archiveInvoice__closure, A._archiveInvoice__closure0, A._archiveInvoice__closure1, A._deleteInvoice_closure, A._deleteInvoice__closure, A._deleteInvoice__closure0, A._deleteInvoice__closure1, A._restoreInvoice_closure, A._restoreInvoice__closure, A._restoreInvoice__closure0, A._restoreInvoice__closure1, A._markInvoiceSent_closure, A._markInvoiceSent__closure, A._markInvoiceSent__closure0, A._markInvoicePaid_closure, A._markInvoicePaid__closure, A._markInvoicePaid__closure0, A._downloadInvoices_closure, A._downloadInvoices__closure, A._downloadInvoices__closure0, A._emailInvoice_closure, A._emailInvoice__closure, A._emailInvoice__closure0, A._bulkEmailInvoices_closure, A._bulkEmailInvoices__closure, A._bulkEmailInvoices__closure0, A._saveInvoice_closure, A._saveInvoice__closure, A._saveInvoice___closure, A._saveInvoice__closure0, A._saveInvoice__closure1, A._loadInvoice_closure, A._loadInvoice__closure, A._loadInvoice__closure0, A._loadInvoices_closure, A._loadInvoices__closure, A._loadInvoices__closure0, A._saveDocument_closure10, A._saveDocument__closure21, A._saveDocument__closure22, A.invoiceUIReducer_closure, A.editingReducer__closure51, A.editingReducer__closure50, A.editingReducer__closure49, A.editingReducer__closure48, A.editingReducer__closure47, A.editingReducer___closure3, A.editingReducer__closure46, A.editingReducer__closure45, A._addInvoiceItem_closure, A._addInvoiceItems_closure, A._removeInvoiceItem_closure, A._updateInvoiceItem_closure, A._viewInvoiceList_closure, A._filterInvoicesByCustom1_closure, A._filterInvoicesByCustom1_closure0, A._filterInvoicesByCustom2_closure, A._filterInvoicesByCustom2_closure0, A._filterInvoicesByCustom3_closure, A._filterInvoicesByCustom3_closure0, A._filterInvoicesByCustom4_closure, A._filterInvoicesByCustom4_closure0, A._filterInvoicesByState_closure, A._filterInvoicesByState_closure0, A._filterInvoicesByStatus_closure, A._filterInvoicesByStatus_closure0, A._filterInvoices_closure, A._sortInvoices_closure, A._startListMultiselect_closure21, A._addToListMultiselect_closure21, A._removeFromListMultiselect_closure21, A._clearListMultiselect_closure21, A._markInvoicesSentSuccess_closure, A._markInvoicesPaidSuccess_closure, A._cancelInvoicesSuccess_closure, A._archiveInvoiceSuccess_closure, A._deleteInvoiceSuccess_closure, A._emailInvoiceSuccess_closure, A._restoreInvoiceSuccess_closure, A._addInvoice_closure, A._addInvoice__closure, A._updateInvoice_closure, A._updateInvoice__closure, A.invoiceContactSelector_closure, A.invoiceContactSelector_closure0, A.memoizedDropdownInvoiceList_closure, A.dropdownInvoiceSelector_closure, A.memoizedFilteredInvoiceList_closure, A.filteredInvoicesSelector__closure0, A.filteredInvoicesSelector_closure0, A.filteredInvoicesSelector__closure, A.InvoiceState_loadInvoices_closure0, A.InvoiceState_loadInvoices_closure1, A.InvoiceState_loadInvoices_closure, A.handlePaymentAction_closure, A.handlePaymentAction_closure0, A.handlePaymentAction__closure1, A.handlePaymentAction_closure1, A.handlePaymentAction__closure, A.handlePaymentAction__closure0, A._editPayment_closure, A._editPayment__closure, A._viewRefundPayment_closure, A._viewRefundPayment__closure, A._viewPayment_closure, A._viewPaymentList_closure0, A._viewPaymentList__closure, A._archivePayment_closure, A._archivePayment__closure, A._archivePayment__closure0, A._archivePayment__closure1, A._deletePayment_closure, A._deletePayment__closure, A._deletePayment__closure0, A._deletePayment__closure1, A._restorePayment_closure, A._restorePayment__closure, A._restorePayment__closure0, A._restorePayment__closure1, A._savePayment_closure, A._savePayment__closure, A._savePayment__closure0, A._refundPayment_closure, A._refundPayment__closure, A._refundPayment__closure0, A._emailPayment_closure, A._emailPayment__closure, A._emailPayment__closure0, A._loadPayment_closure, A._loadPayment__closure, A._loadPayment__closure0, A._loadPayments_closure, A._loadPayments__closure, A._loadPayments__closure0, A.paymentUIReducer_closure, A.editingReducer__closure6, A._viewPaymentList_closure, A._filterPaymentsByCustom1_closure, A._filterPaymentsByCustom1_closure0, A._filterPaymentsByCustom2_closure, A._filterPaymentsByCustom2_closure0, A._filterPaymentsByCustom3_closure, A._filterPaymentsByCustom3_closure0, A._filterPaymentsByCustom4_closure, A._filterPaymentsByCustom4_closure0, A._filterPaymentsByState_closure, A._filterPaymentsByState_closure0, A._filterPayments_closure, A._sortPayments_closure, A._startListMultiselect_closure0, A._addToListMultiselect_closure0, A._removeFromListMultiselect_closure0, A._clearListMultiselect_closure0, A._archivePaymentSuccess_closure, A._deletePaymentSuccess_closure, A._restorePaymentSuccess_closure, A._addPayment_closure, A._updatePayment_closure, A._setLoadedPayment_closure, A.memoizedPaymentsByInvoice_closure, A.paymentsByInvoiceSelector_closure, A.paymentsByInvoiceSelector_closure0, A.paymentsByInvoiceSelector__closure, A.memoizedPaymentsByCredit_closure, A.paymentsByCreditSelector_closure, A.paymentsByCreditSelector_closure0, A.paymentsByCreditSelector__closure, A.memoizedFilteredPaymentList_closure, A.filteredPaymentsSelector_closure, A.filteredPaymentsSelector__closure, A.memoizedPaymentStatsForClient_closure, A.PaymentState_loadPayments_closure0, A.PaymentState_loadPayments_closure1, A.PaymentState_loadPayments_closure, A.handlePaymentTermAction_closure, A._editPaymentTerm_closure, A._viewPaymentTerm_closure, A._viewPaymentTermList_closure0, A._viewPaymentTermList__closure, A._archivePaymentTerm_closure, A._archivePaymentTerm__closure, A._archivePaymentTerm__closure0, A._archivePaymentTerm__closure1, A._deletePaymentTerm_closure, A._deletePaymentTerm__closure, A._deletePaymentTerm__closure0, A._deletePaymentTerm__closure1, A._restorePaymentTerm_closure, A._restorePaymentTerm__closure, A._restorePaymentTerm__closure0, A._restorePaymentTerm__closure1, A._savePaymentTerm_closure, A._savePaymentTerm__closure, A._savePaymentTerm__closure0, A._loadPaymentTerm_closure, A._loadPaymentTerm__closure, A._loadPaymentTerm__closure0, A._loadPaymentTerms_closure, A._loadPaymentTerms__closure, A._loadPaymentTerms__closure0, A.paymentTermUIReducer_closure, A.editingReducer__closure24, A._viewPaymentTermList_closure, A._filterPaymentTermsByCustom1_closure, A._filterPaymentTermsByCustom1_closure0, A._filterPaymentTermsByCustom2_closure, A._filterPaymentTermsByCustom2_closure0, A._filterPaymentTermsByState_closure, A._filterPaymentTermsByState_closure0, A._filterPaymentTerms_closure, A._sortPaymentTerms_closure, A._startListMultiselect_closure12, A._addToListMultiselect_closure12, A._removeFromListMultiselect_closure12, A._clearListMultiselect_closure12, A._archivePaymentTermSuccess_closure, A._deletePaymentTermSuccess_closure, A._restorePaymentTermSuccess_closure, A._addPaymentTerm_closure, A._updatePaymentTerm_closure, A._setLoadedPaymentTerm_closure, A._setLoadedCompany_closure7, A._setLoadedCompany__closure7, A._setLoadedCompany__closure8, A._setLoadedCompany_closure8, A.dropdownPaymentTermsSelector_closure, A.memoizedFilteredPaymentTermList_closure, A.filteredPaymentTermsSelector_closure, A.PaymentTermState_loadPaymentTerms_closure0, A.PaymentTermState_loadPaymentTerms_closure1, A.PaymentTermState_loadPaymentTerms_closure, A.handleProductAction_closure, A.handleProductAction_closure0, A.handleProductAction__closure, A._editProduct_closure, A._viewProduct_closure, A._viewProductList_closure, A._viewProductList__closure, A._archiveProduct_closure, A._archiveProduct__closure, A._archiveProduct__closure0, A._archiveProduct__closure1, A._deleteProduct_closure, A._deleteProduct__closure, A._deleteProduct__closure0, A._deleteProduct__closure1, A._restoreProduct_closure, A._restoreProduct__closure, A._restoreProduct__closure0, A._restoreProduct__closure1, A._saveProduct_closure, A._saveProduct__closure, A._saveProduct__closure0, A._loadProduct_closure, A._loadProduct__closure, A._loadProduct__closure0, A._loadProducts_closure, A._loadProducts__closure, A._loadProducts__closure0, A._saveDocument_closure12, A._saveDocument__closure25, A._saveDocument__closure26, A.productUIReducer_closure, A.editingReducer__closure56, A._viewClientList_closure0, A._filterProductsByState_closure, A._filterProductsByState_closure0, A._filterProductsByCustom1_closure, A._filterProductsByCustom1_closure0, A._filterProductsByCustom2_closure, A._filterProductsByCustom2_closure0, A._filterProductsByCustom3_closure, A._filterProductsByCustom3_closure0, A._filterProductsByCustom4_closure, A._filterProductsByCustom4_closure0, A._filterProducts_closure, A._sortProducts_closure, A._startListMultiselect_closure23, A._addToListMultiselect_closure23, A._removeFromListMultiselect_closure23, A._clearListMultiselect_closure23, A._archiveProductSuccess_closure, A._deleteProductSuccess_closure, A._restoreProductSuccess_closure, A._addProduct_closure, A._updateProduct_closure, A._setLoadedProduct_closure, A.convertProductToInvoiceItem_closure, A.memoizedDropdownProductList_closure, A.dropdownProductsSelector_closure, A.memoizedProductList_closure, A.productList_closure, A.memoizedFilteredProductList_closure, A.filteredProductsSelector_closure, A.ProductState_loadProducts_closure0, A.ProductState_loadProducts_closure1, A.ProductState_loadProducts_closure, A.handleProjectAction_closure, A.handleProjectAction_closure0, A.handleProjectAction_closure1, A.handleProjectAction_closure2, A.handleProjectAction_closure3, A.handleProjectAction_closure4, A._editProject_closure, A._viewProject_closure, A._viewProjectList_closure0, A._viewProjectList__closure, A._archiveProject_closure, A._archiveProject__closure, A._archiveProject__closure0, A._archiveProject__closure1, A._deleteProject_closure, A._deleteProject__closure, A._deleteProject__closure0, A._deleteProject__closure1, A._restoreProject_closure, A._restoreProject__closure, A._restoreProject__closure0, A._restoreProject__closure1, A._saveProject_closure, A._saveProject__closure, A._saveProject__closure0, A._loadProject_closure, A._loadProject__closure, A._loadProject__closure0, A._loadProjects_closure, A._loadProjects__closure, A._loadProjects__closure0, A._saveDocument_closure6, A._saveDocument__closure13, A._saveDocument__closure14, A.projectUIReducer_closure, A.editingReducer__closure7, A._viewProjectList_closure, A._filterProjectsByCustom1_closure, A._filterProjectsByCustom1_closure0, A._filterProjectsByCustom2_closure, A._filterProjectsByCustom2_closure0, A._filterProjectsByCustom3_closure, A._filterProjectsByCustom3_closure0, A._filterProjectsByCustom4_closure, A._filterProjectsByCustom4_closure0, A._filterProjectsByState_closure, A._filterProjectsByState_closure0, A._filterProjects_closure, A._sortProjects_closure, A._startListMultiselect_closure1, A._addToListMultiselect_closure1, A._removeFromListMultiselect_closure1, A._clearListMultiselect_closure1, A._archiveProjectSuccess_closure, A._deleteProjectSuccess_closure, A._restoreProjectSuccess_closure, A._addProject_closure, A._updateProject_closure, A._setLoadedProject_closure, A.convertProjectToInvoiceItem_closure3, A.convertProjectToInvoiceItem_closure4, A.memoizedDropdownProjectList_closure, A.dropdownProjectsSelector_closure, A.memoizedFilteredProjectList_closure, A.filteredProjectsSelector_closure, A.ProjectState_loadProjects_closure0, A.ProjectState_loadProjects_closure1, A.ProjectState_loadProjects_closure, A.handlePurchaseOrderAction_closure, A.handlePurchaseOrderAction_closure0, A.handlePurchaseOrderAction_closure2, A.handlePurchaseOrderAction_closure3, A.handlePurchaseOrderAction_closure4, A.handlePurchaseOrderAction_closure5, A.handlePurchaseOrderAction_closure6, A._viewPurchaseOrder_closure, A._viewPurchaseOrderList_closure0, A._viewPurchaseOrderList__closure, A._editPurchaseOrder_closure, A._showEmailPurchaseOrder_closure, A._showPdfPurchaseOrder_closure, A._archivePurchaseOrder_closure, A._archivePurchaseOrder__closure, A._archivePurchaseOrder__closure0, A._archivePurchaseOrder__closure1, A._deletePurchaseOrder_closure, A._deletePurchaseOrder__closure, A._deletePurchaseOrder__closure0, A._deletePurchaseOrder__closure1, A._restorePurchaseOrder_closure, A._restorePurchaseOrder__closure, A._restorePurchaseOrder__closure0, A._restorePurchaseOrder__closure1, A._approvePurchaseOrder_closure, A._approvePurchaseOrder__closure, A._approvePurchaseOrder__closure0, A._markSentPurchaseOrder_closure, A._markSentPurchaseOrder__closure, A._markSentPurchaseOrder__closure0, A._acceptPurchaseOrders_closure, A._acceptPurchaseOrders__closure, A._acceptPurchaseOrders__closure0, A._cancelPurchaseOrders_closure, A._cancelPurchaseOrders__closure, A._cancelPurchaseOrders__closure0, A._emailPurchaseOrder_closure, A._emailPurchaseOrder__closure, A._emailPurchaseOrder__closure0, A._savePurchaseOrder_closure, A._savePurchaseOrder__closure, A._savePurchaseOrder___closure, A._savePurchaseOrder__closure0, A._savePurchaseOrder__closure1, A._loadPurchaseOrder_closure, A._loadPurchaseOrder__closure, A._loadPurchaseOrder__closure0, A._downloadPurchaseOrders_closure, A._downloadPurchaseOrders__closure, A._downloadPurchaseOrders__closure0, A._bulkEmailPurchaseOrders_closure, A._bulkEmailPurchaseOrders__closure, A._bulkEmailPurchaseOrders__closure0, A._loadPurchaseOrders_closure, A._loadPurchaseOrders__closure, A._loadPurchaseOrders__closure0, A._saveDocument_closure3, A._saveDocument__closure7, A._saveDocument__closure8, A.purchaseOrderUIReducer_closure, A.editingReducer__closure44, A.editingReducer__closure43, A.editingReducer__closure42, A.editingReducer__closure41, A.editingReducer__closure40, A.editingReducer___closure2, A.editingReducer__closure39, A.editingReducer__closure38, A._addPurchaseOrderItem_closure, A._addPurchaseOrderItems_closure, A._removePurchaseOrderItem_closure, A._updatePurchaseOrderItem_closure, A._viewPurchaseOrderList_closure, A._filterPurchaseOrdersByCustom1_closure, A._filterPurchaseOrdersByCustom1_closure0, A._filterPurchaseOrdersByCustom2_closure, A._filterPurchaseOrdersByCustom2_closure0, A._filterPurchaseOrdersByCustom3_closure, A._filterPurchaseOrdersByCustom3_closure0, A._filterPurchaseOrdersByCustom4_closure, A._filterPurchaseOrdersByCustom4_closure0, A._filterPurchaseOrdersByState_closure, A._filterPurchaseOrdersByState_closure0, A._filterPurchaseOrdersByStatus_closure, A._filterPurchaseOrdersByStatus_closure0, A._filterPurchaseOrders_closure, A._sortPurchaseOrders_closure, A._startListMultiselect_closure20, A._addToListMultiselect_closure20, A._removeFromListMultiselect_closure20, A._clearListMultiselect_closure20, A._markSentPurchaseOrderSuccess_closure0, A._markSentPurchaseOrderSuccess_closure1, A._markSentPurchaseOrderSuccess_closure, A._acceptPurchaseOrderSuccess_closure0, A._acceptPurchaseOrderSuccess_closure1, A._acceptPurchaseOrderSuccess_closure, A._cancelPurchaseOrderSuccess_closure0, A._cancelPurchaseOrderSuccess_closure1, A._cancelPurchaseOrderSuccess_closure, A._archivePurchaseOrderSuccess_closure, A._deletePurchaseOrderSuccess_closure, A._restorePurchaseOrderSuccess_closure, A._emailPurchaseOrderSuccess_closure, A._approvePurchaseOrderSuccess_closure0, A._approvePurchaseOrderSuccess_closure1, A._approvePurchaseOrderSuccess_closure, A._addPurchaseOrder_closure, A._addPurchaseOrder__closure, A._updatePurchaseOrder_closure, A._updatePurchaseOrder__closure, A.purchaseOrderContactSelector_closure, A.purchaseOrderContactSelector_closure0, A.memoizedFilteredPurchaseOrderList_closure, A.filteredPurchaseOrdersSelector_closure, A.PurchaseOrderState_loadPurchaseOrders_closure0, A.PurchaseOrderState_loadPurchaseOrders_closure1, A.PurchaseOrderState_loadPurchaseOrders_closure, A.handleQuoteAction_closure, A.handleQuoteAction_closure0, A.handleQuoteAction_closure2, A.handleQuoteAction_closure3, A.handleQuoteAction_closure4, A.handleQuoteAction_closure5, A.handleQuoteAction_closure6, A.handleQuoteAction_closure7, A._viewQuote_closure, A._viewQuoteList_closure0, A._viewQuoteList__closure, A._editQuote_closure, A._showEmailQuote_closure, A._showPdfQuote_closure, A._archiveQuote_closure, A._archiveQuote__closure, A._archiveQuote__closure0, A._archiveQuote__closure1, A._deleteQuote_closure, A._deleteQuote__closure, A._deleteQuote__closure0, A._deleteQuote__closure1, A._restoreQuote_closure, A._restoreQuote__closure, A._restoreQuote__closure0, A._restoreQuote__closure1, A._convertQuote_closure, A._convertQuote__closure, A._convertQuote__closure0, A._approveQuote_closure, A._approveQuote__closure, A._approveQuote__closure0, A._markSentQuote_closure, A._markSentQuote__closure, A._markSentQuote__closure0, A._emailQuote_closure, A._emailQuote__closure, A._emailQuote__closure0, A._saveQuote_closure, A._saveQuote__closure, A._saveQuote___closure, A._saveQuote__closure0, A._saveQuote__closure1, A._loadQuote_closure, A._loadQuote__closure, A._loadQuote__closure0, A._downloadQuotes_closure, A._downloadQuotes__closure, A._downloadQuotes__closure0, A._bulkEmailQuotes_closure, A._bulkEmailQuotes__closure, A._bulkEmailQuotes__closure0, A._loadQuotes_closure, A._loadQuotes__closure, A._loadQuotes__closure0, A._saveDocument_closure5, A._saveDocument__closure11, A._saveDocument__closure12, A.quoteUIReducer_closure, A.editingReducer__closure5, A.editingReducer__closure4, A.editingReducer__closure3, A.editingReducer__closure2, A.editingReducer__closure1, A.editingReducer___closure, A.editingReducer__closure0, A.editingReducer__closure, A._addQuoteItem_closure, A._addQuoteItems_closure, A._removeQuoteItem_closure, A._updateQuoteItem_closure, A._viewQuoteList_closure, A._filterQuotesByCustom1_closure, A._filterQuotesByCustom1_closure0, A._filterQuotesByCustom2_closure, A._filterQuotesByCustom2_closure0, A._filterQuotesByCustom3_closure, A._filterQuotesByCustom3_closure0, A._filterQuotesByCustom4_closure, A._filterQuotesByCustom4_closure0, A._filterQuotesByState_closure, A._filterQuotesByState_closure0, A._filterQuotesByStatus_closure, A._filterQuotesByStatus_closure0, A._filterQuotes_closure, A._sortQuotes_closure, A._startListMultiselect_closure, A._addToListMultiselect_closure, A._removeFromListMultiselect_closure, A._clearListMultiselect_closure, A._markSentQuoteSuccess_closure0, A._markSentQuoteSuccess_closure1, A._markSentQuoteSuccess_closure, A._archiveQuoteSuccess_closure, A._deleteQuoteSuccess_closure, A._restoreQuoteSuccess_closure, A._emailQuoteSuccess_closure, A._convertQuoteSuccess_closure0, A._convertQuoteSuccess_closure1, A._convertQuoteSuccess_closure, A._addQuote_closure, A._addQuote__closure, A._updateQuote_closure, A._updateQuote__closure, A.quoteContactSelector_closure, A.quoteContactSelector_closure0, A.memoizedFilteredQuoteList_closure, A.filteredQuotesSelector_closure, A.QuoteState_loadQuotes_closure0, A.QuoteState_loadQuotes_closure1, A.QuoteState_loadQuotes_closure, A.handleRecurringExpenseAction_closure, A.handleRecurringExpenseAction_closure0, A.handleRecurringExpenseAction_closure1, A._editRecurringExpense_closure, A._viewRecurringExpense_closure, A._viewRecurringExpenseList_closure0, A._viewRecurringExpenseList__closure, A._archiveRecurringExpense_closure, A._archiveRecurringExpense__closure, A._archiveRecurringExpense__closure0, A._archiveRecurringExpense__closure1, A._deleteRecurringExpense_closure, A._deleteRecurringExpense__closure, A._deleteRecurringExpense__closure0, A._deleteRecurringExpense__closure1, A._restoreRecurringExpense_closure, A._restoreRecurringExpense__closure, A._restoreRecurringExpense__closure0, A._restoreRecurringExpense__closure1, A._saveRecurringExpense_closure, A._saveRecurringExpense__closure, A._saveRecurringExpense__closure0, A._loadRecurringExpense_closure, A._loadRecurringExpense__closure, A._loadRecurringExpense__closure0, A._loadRecurringExpenses_closure, A._loadRecurringExpenses__closure, A._loadRecurringExpenses__closure0, A._startRecurringExpense_closure, A._startRecurringExpense__closure, A._startRecurringExpense__closure0, A._stopRecurringExpense_closure, A._stopRecurringExpense__closure, A._stopRecurringExpense__closure0, A._saveDocument_closure2, A._saveDocument__closure5, A._saveDocument__closure6, A.recurringExpenseUIReducer_closure, A.editingReducer__closure37, A._viewRecurringExpenseList_closure, A._filterRecurringExpensesByCustom1_closure, A._filterRecurringExpensesByCustom1_closure0, A._filterRecurringExpensesByCustom2_closure, A._filterRecurringExpensesByCustom2_closure0, A._filterRecurringExpensesByState_closure, A._filterRecurringExpensesByState_closure0, A._filterRecurringExpenses_closure, A._sortRecurringExpenses_closure, A._startListMultiselect_closure19, A._addToListMultiselect_closure19, A._removeFromListMultiselect_closure19, A._clearListMultiselect_closure19, A._archiveRecurringExpenseSuccess_closure, A._deleteRecurringExpenseSuccess_closure, A._restoreRecurringExpenseSuccess_closure, A._addRecurringExpense_closure, A._addRecurringExpense__closure, A._updateRecurringExpense_closure, A._updateRecurringExpense__closure, A._startRecurringExpensesSuccess_closure, A._stopRecurringExpensesSuccess_closure, A._setLoadedRecurringExpense_closure, A._setLoadedRecurringExpense__closure, A.memoizedFilteredRecurringExpenseList_closure, A.filteredRecurringExpensesSelector_closure, A.RecurringExpenseState_loadRecurringExpenses_closure0, A.RecurringExpenseState_loadRecurringExpenses_closure1, A.RecurringExpenseState_loadRecurringExpenses_closure, A.handleRecurringInvoiceAction_closure, A.handleRecurringInvoiceAction_closure0, A.handleRecurringInvoiceAction_closure1, A.handleRecurringInvoiceAction_closure2, A.handleRecurringInvoiceAction_closure3, A._editRecurringInvoice_closure, A._viewRecurringInvoice_closure, A._viewRecurringInvoiceList_closure, A._viewRecurringInvoiceList__closure, A._showPdfRecurringInvoice_closure, A._startRecurringInvoice_closure, A._startRecurringInvoice__closure, A._startRecurringInvoice__closure0, A._stopRecurringInvoice_closure, A._stopRecurringInvoice__closure, A._stopRecurringInvoice__closure0, A._archiveRecurringInvoice_closure, A._archiveRecurringInvoice__closure, A._archiveRecurringInvoice__closure0, A._archiveRecurringInvoice__closure1, A._deleteRecurringInvoice_closure, A._deleteRecurringInvoice__closure, A._deleteRecurringInvoice__closure0, A._deleteRecurringInvoice__closure1, A._restoreRecurringInvoice_closure, A._restoreRecurringInvoice__closure, A._restoreRecurringInvoice__closure0, A._restoreRecurringInvoice__closure1, A._saveRecurringInvoice_closure, A._saveRecurringInvoice__closure, A._saveRecurringInvoice___closure, A._saveRecurringInvoice__closure0, A._saveRecurringInvoice__closure1, A._loadRecurringInvoice_closure, A._loadRecurringInvoice__closure, A._loadRecurringInvoice__closure0, A._loadRecurringInvoices_closure, A._loadRecurringInvoices__closure, A._loadRecurringInvoices__closure0, A._saveDocument_closure1, A._saveDocument__closure3, A._saveDocument__closure4, A.recurringInvoiceUIReducer_closure, A.editingReducer__closure33, A.editingReducer__closure32, A.editingReducer__closure31, A.editingReducer__closure30, A.editingReducer__closure29, A.editingReducer___closure1, A.editingReducer__closure28, A.editingReducer__closure27, A._addRecurringInvoiceItem_closure, A._addRecurringInvoiceItems_closure, A._removeRecurringInvoiceItem_closure, A._updateRecurringInvoiceItem_closure, A._filterRecurringInvoicesByCustom1_closure, A._filterRecurringInvoicesByCustom1_closure0, A._filterRecurringInvoicesByCustom2_closure, A._filterRecurringInvoicesByCustom2_closure0, A._filterRecurringInvoicesByCustom3_closure, A._filterRecurringInvoicesByCustom3_closure0, A._filterRecurringInvoicesByCustom4_closure, A._filterRecurringInvoicesByCustom4_closure0, A._filterRecurringInvoicesByState_closure, A._filterRecurringInvoicesByState_closure0, A._filterRecurringInvoicesByStatus_closure, A._filterRecurringInvoicesByStatus_closure0, A._filterRecurringInvoices_closure, A._sortRecurringInvoices_closure, A._startListMultiselect_closure15, A._addToListMultiselect_closure15, A._removeFromListMultiselect_closure15, A._clearListMultiselect_closure15, A._archiveRecurringInvoiceSuccess_closure, A._deleteRecurringInvoiceSuccess_closure, A._emailRecurringInvoiceSuccess_closure, A._restoreRecurringInvoiceSuccess_closure, A._startRecurringInvoicesSuccess_closure, A._stopRecurringInvoicesSuccess_closure, A._addRecurringInvoice_closure, A._addRecurringInvoice__closure, A._updateRecurringInvoice_closure, A._updateRecurringInvoice__closure, A.memoizedFilteredRecurringInvoiceList_closure, A.filteredRecurringInvoicesSelector_closure, A.RecurringInvoiceState_loadRecurringInvoices_closure0, A.RecurringInvoiceState_loadRecurringInvoices_closure1, A.RecurringInvoiceState_loadRecurringInvoices_closure, A._viewReports_closure, A._viewReports___closure, A.reportsUIReducer_closure, A.reportsUIReducer_closure0, A.reportsUIReducer_closure1, A._viewSettings_closure, A._viewSettings___closure, A._saveCompany_closure, A._saveCompany__closure, A._saveCompany__closure0, A._saveAuthUser_closure, A._saveAuthUser__closure, A._saveAuthUser__closure0, A._connectOAuthUser_closure0, A._connectOAuthUser__closure, A._connectOAuthUser__closure0, A._connectGmailUser_closure0, A._connectGmailUser__closure, A._connectGmailUser__closure0, A._disableTwoFactor_closure, A._disableTwoFactor__closure, A._disableTwoFactor__closure0, A._saveSettings_closure, A._saveSettings__closure, A._saveSettings__closure0, A._uploadLogo_closure, A._uploadLogo__closure, A._uploadLogo__closure0, A._saveDocument_closure4, A._saveDocument__closure9, A._saveDocument__closure10, A.settingsUIReducer__closure14, A.settingsUIReducer__closure13, A.settingsUIReducer__closure10, A.settingsUIReducer__closure11, A.settingsUIReducer__closure12, A.settingsUIReducer__closure9, A.settingsUIReducer__closure8, A.settingsUIReducer__closure7, A.settingsUIReducer__closure6, A.settingsUIReducer__closure5, A.settingsUIReducer__closure4, A.settingsUIReducer__closure3, A.settingsUIReducer__closure2, A.settingsUIReducer__closure1, A.settingsUIReducer__closure0, A.settingsUIReducer__closure, A.staticLoadedReducer_closure, A.staticLoadedReducer__closure, A.staticLoadedReducer__closure0, A.staticLoadedReducer__closure1, A.staticLoadedReducer__closure2, A.staticLoadedReducer__closure3, A.staticLoadedReducer__closure4, A.staticLoadedReducer__closure5, A.staticLoadedReducer__closure6, A.staticLoadedReducer__closure7, A.staticLoadedReducer__closure8, A.staticLoadedReducer__closure9, A.staticLoadedReducer__closure10, A.staticLoadedReducer__closure11, A.staticLoadedReducer__closure12, A.staticLoadedReducer__closure13, A.staticLoadedReducer__closure14, A.staticLoadedReducer__closure15, A.staticLoadedReducer__closure16, A.memoizedCountryList_closure, A.memoizedGroupList_closure, A.groupList_closure, A.memoizedLanguageList_closure, A.memoizedCurrencyList_closure, A.memoizedTimezoneList_closure, A.memoizedDateFormatList_closure, A.memoizedIndustryList_closure, A.memoizedSizeList_closure, A.memoizedGatewayList_closure, A.gatewayList_closure, A.memoizedPaymentTypeList_closure, A.memoizedFontMap_closure, A.fontMap_closure, A.fontMap_closure0, A.handleSubscriptionAction_closure, A._editSubscription_closure, A._viewSubscription_closure, A._viewSubscriptionList_closure, A._viewSubscriptionList__closure, A._archiveSubscription_closure, A._archiveSubscription__closure, A._archiveSubscription__closure0, A._archiveSubscription__closure1, A._deleteSubscription_closure, A._deleteSubscription__closure, A._deleteSubscription__closure0, A._deleteSubscription__closure1, A._restoreSubscription_closure, A._restoreSubscription__closure, A._restoreSubscription__closure0, A._restoreSubscription__closure1, A._saveSubscription_closure, A._saveSubscription__closure, A._saveSubscription__closure0, A._loadSubscription_closure, A._loadSubscription__closure, A._loadSubscription__closure0, A._loadSubscriptions_closure, A._loadSubscriptions__closure, A._loadSubscriptions__closure0, A.subscriptionUIReducer_closure, A.editingReducer__closure36, A._filterSubscriptionsByCustom1_closure, A._filterSubscriptionsByCustom1_closure0, A._filterSubscriptionsByCustom2_closure, A._filterSubscriptionsByCustom2_closure0, A._filterSubscriptionsByState_closure, A._filterSubscriptionsByState_closure0, A._filterSubscriptions_closure, A._sortSubscriptions_closure, A._startListMultiselect_closure18, A._addToListMultiselect_closure18, A._removeFromListMultiselect_closure18, A._clearListMultiselect_closure18, A._archiveSubscriptionSuccess_closure, A._deleteSubscriptionSuccess_closure, A._restoreSubscriptionSuccess_closure, A._addSubscription_closure, A._updateSubscription_closure, A._setLoadedSubscription_closure, A.memoizedFilteredSubscriptionList_closure, A.filteredSubscriptionsSelector_closure, A.SubscriptionState_loadSubscriptions_closure0, A.SubscriptionState_loadSubscriptions_closure1, A.SubscriptionState_loadSubscriptions_closure, A.handleTaskAction_closure, A.handleTaskAction_closure0, A.handleTaskAction_closure2, A.handleTaskAction_closure3, A.handleTaskAction_closure4, A._editTask_closure, A._viewTask_closure, A._viewTaskList_closure0, A._viewTaskList__closure, A._archiveTask_closure, A._archiveTask__closure, A._archiveTask__closure0, A._archiveTask__closure1, A._startTask_closure, A._startTask__closure, A._startTask__closure0, A._startTask__closure1, A._stopTask_closure, A._stopTask__closure, A._stopTask__closure0, A._stopTask__closure1, A._deleteTask_closure, A._deleteTask__closure, A._deleteTask__closure0, A._deleteTask__closure1, A._restoreTask_closure, A._restoreTask__closure, A._restoreTask__closure0, A._restoreTask__closure1, A._saveTask_closure, A._saveTask__closure, A._saveTask__closure0, A._loadTask_closure, A._loadTask__closure, A._loadTask__closure0, A._loadTasks_closure, A._loadTasks__closure, A._loadTasks__closure0, A._saveDocument_closure7, A._saveDocument__closure15, A._saveDocument__closure16, A._sortTasks_closure0, A._sortTasks__closure, A._sortTasks__closure0, A.taskUIReducer_closure, A.editingReducer__closure8, A._viewTaskList_closure, A._filterTasksByCustom1_closure, A._filterTasksByCustom1_closure0, A._filterTasksByCustom2_closure, A._filterTasksByCustom2_closure0, A._filterTasksByState_closure, A._filterTasksByState_closure0, A._filterTasksByStatus_closure, A._filterTasksByStatus_closure0, A._filterTasks_closure, A._sortTasks_closure, A._startListMultiselect_closure2, A._addToListMultiselect_closure2, A._removeFromListMultiselect_closure2, A._clearListMultiselect_closure2, A._sortTasksSuccess_closure, A._sortTasksSuccess__closure, A._archiveTaskSuccess_closure, A._startTaskSuccess_closure, A._stopTaskSuccess_closure, A._deleteTaskSuccess_closure, A._restoreTaskSuccess_closure, A._addTask_closure, A._updateTask_closure, A._setLoadedTask_closure, A.convertTaskToInvoiceItem_closure, A.convertTaskToInvoiceItem_closure0, A.convertTaskToInvoiceItem_closure1, A.memoizedTaskList_closure, A.taskList_closure, A.memoizedKanbanTaskList_closure, A.kanbanTasksSelector_closure, A.memoizedFilteredTaskList_closure, A.filteredTasksSelector_closure, A.TaskState_loadTasks_closure0, A.TaskState_loadTasks_closure1, A.TaskState_loadTasks_closure, A.handleTaskStatusAction_closure, A.handleTaskStatusAction_closure0, A._editTaskStatus_closure, A._viewTaskStatus_closure, A._viewTaskStatusList_closure0, A._viewTaskStatusList__closure, A._archiveTaskStatus_closure, A._archiveTaskStatus__closure, A._archiveTaskStatus__closure0, A._archiveTaskStatus__closure1, A._deleteTaskStatus_closure, A._deleteTaskStatus__closure, A._deleteTaskStatus__closure0, A._deleteTaskStatus__closure1, A._restoreTaskStatus_closure, A._restoreTaskStatus__closure, A._restoreTaskStatus__closure0, A._restoreTaskStatus__closure1, A._saveTaskStatus_closure, A._saveTaskStatus__closure, A._saveTaskStatus__closure0, A._loadTaskStatus_closure, A._loadTaskStatus__closure, A._loadTaskStatus__closure0, A._loadTaskStatuses_closure, A._loadTaskStatuses__closure, A._loadTaskStatuses__closure0, A.taskStatusUIReducer_closure, A.editingReducer__closure35, A._viewTaskStatusList_closure, A._filterTaskStatusesByCustom1_closure, A._filterTaskStatusesByCustom1_closure0, A._filterTaskStatusesByCustom2_closure, A._filterTaskStatusesByCustom2_closure0, A._filterTaskStatusesByState_closure, A._filterTaskStatusesByState_closure0, A._filterTaskStatuses_closure, A._sortTaskStatuses_closure, A._startListMultiselect_closure17, A._addToListMultiselect_closure17, A._removeFromListMultiselect_closure17, A._clearListMultiselect_closure17, A._sortTaskStatusSuccess_closure, A._sortTaskStatusSuccess__closure, A._archiveTaskStatusSuccess_closure, A._deleteTaskStatusSuccess_closure, A._restoreTaskStatusSuccess_closure, A._addTaskStatus_closure, A._updateTaskStatus_closure, A._setLoadedTaskStatus_closure, A.sortedActiveTaskStatusIds_closure, A.memoizedDropdownTaskStatusList_closure, A.dropdownTaskStatusesSelector_closure, A.memoizedFilteredTaskStatusList_closure, A.filteredTaskStatusesSelector_closure, A.defaultTaskStatusId_closure, A.TaskStatusState_loadTaskStatuses_closure0, A.TaskStatusState_loadTaskStatuses_closure1, A.TaskStatusState_loadTaskStatuses_closure, A.handleTaxRateAction_closure, A._editTaxRate_closure, A._viewTaxRate_closure, A._viewTaxRateList_closure0, A._viewTaxRateList__closure, A._archiveTaxRate_closure, A._archiveTaxRate__closure, A._archiveTaxRate__closure0, A._archiveTaxRate__closure1, A._deleteTaxRate_closure, A._deleteTaxRate__closure, A._deleteTaxRate__closure0, A._deleteTaxRate__closure1, A._restoreTaxRate_closure, A._restoreTaxRate__closure, A._restoreTaxRate__closure0, A._restoreTaxRate__closure1, A._saveTaxRate_closure, A._saveTaxRate__closure, A._saveTaxRate__closure0, A._loadTaxRate_closure, A._loadTaxRate__closure, A._loadTaxRate__closure0, A._loadTaxRates_closure, A._loadTaxRates__closure, A._loadTaxRates__closure0, A.taxRateUIReducer_closure, A.editingReducer__closure14, A._viewTaxRateList_closure, A._filterTaxRatesByState_closure, A._filterTaxRatesByState_closure0, A._filterTaxRates_closure, A._sortTaxRates_closure, A._startListMultiselect_closure8, A._addToListMultiselect_closure8, A._removeFromListMultiselect_closure8, A._clearListMultiselect_closure8, A._archiveTaxRateSuccess_closure, A._deleteTaxRateSuccess_closure, A._restoreTaxRateSuccess_closure, A._addTaxRate_closure, A._updateTaxRate_closure, A._setLoadedTaxRate_closure, A._setLoadedTaxRates_closure, A._setLoadedTaxRates__closure, A._setLoadedTaxRates__closure0, A._setLoadedTaxRates_closure0, A._setLoadedCompany_closure3, A._setLoadedCompany__closure3, A._setLoadedCompany__closure4, A._setLoadedCompany_closure4, A.memoizedFilteredTaxRateList_closure, A.filteredTaxRatesSelector_closure, A.handleTokenAction_closure, A._editToken_closure, A._viewToken_closure, A._viewTokenList_closure0, A._viewTokenList__closure, A._archiveToken_closure, A._archiveToken__closure, A._archiveToken__closure0, A._archiveToken__closure1, A._deleteToken_closure, A._deleteToken__closure, A._deleteToken__closure0, A._deleteToken__closure1, A._restoreToken_closure, A._restoreToken__closure, A._restoreToken__closure0, A._restoreToken__closure1, A._saveToken_closure, A._saveToken__closure, A._saveToken__closure0, A._loadToken_closure, A._loadToken__closure, A._loadToken__closure0, A._loadTokens_closure, A._loadTokens__closure, A._loadTokens__closure0, A.tokenUIReducer_closure, A.editingReducer__closure25, A._viewTokenList_closure, A._filterTokensByCustom1_closure, A._filterTokensByCustom1_closure0, A._filterTokensByCustom2_closure, A._filterTokensByCustom2_closure0, A._filterTokensByState_closure, A._filterTokensByState_closure0, A._filterTokens_closure, A._sortTokens_closure, A._startListMultiselect_closure13, A._addToListMultiselect_closure13, A._removeFromListMultiselect_closure13, A._clearListMultiselect_closure13, A._archiveTokenSuccess_closure, A._deleteTokenSuccess_closure, A._restoreTokenSuccess_closure, A._addToken_closure, A._updateToken_closure, A._setLoadedToken_closure, A.memoizedFilteredTokenList_closure, A.filteredTokensSelector_closure, A.TokenState_loadTokens_closure0, A.TokenState_loadTokens_closure1, A.TokenState_loadTokens_closure, A.prefReducer_closure, A._resortFields_closure, A._resortFields_closure0, A.sidebarEditorReducer__closure, A.sidebarEditorReducer__closure0, A.sidebarViewerReducer__closure, A.sidebarViewerReducer__closure0, A.companyPrefReducer_closure, A.historyReducer__closure, A._addToHistory_closure, A._addToHistory_closure1, A._addToHistory_closure2, A.uiReducer_closure, A.previewStackReducer__closure, A.filterStackReducer__closure, A.UIState_mainRoute_closure, A.UIState_subRoute_closure, A.UIState_previousMainRoute_closure, A.UIState_previousSubRoute_closure, A.handleUserAction_closure, A.handleUserAction_closure0, A.handleUserAction_closure1, A.handleUserAction_closure2, A.handleUserAction_closure3, A.handleUserAction_closure4, A.handleUserAction_closure5, A.handleUserAction_closure6, A.handleUserAction_closure7, A.handleUserAction_closure8, A.handleUserAction_closure9, A.handleUserAction_closure11, A.handleUserAction_closure13, A.handleUserAction_closure15, A.handleUserAction_closure17, A.handleUserAction_closure16, A._editUser_closure, A._viewUser_closure, A._viewUserList_closure0, A._viewUserList__closure, A._archiveUser_closure, A._archiveUser__closure, A._archiveUser__closure0, A._archiveUser__closure1, A._deleteUser_closure, A._deleteUser__closure, A._deleteUser__closure0, A._deleteUser__closure1, A._restoreUser_closure, A._restoreUser__closure, A._restoreUser__closure0, A._restoreUser__closure1, A._removeUser_closure, A._removeUser__closure, A._removeUser__closure0, A._resendInvite_closure, A._resendInvite__closure, A._resendInvite__closure0, A._saveUser_closure, A._saveUser__closure, A._saveUser__closure0, A._loadUser_closure, A._loadUser__closure, A._loadUser__closure0, A._loadUsers_closure, A._loadUsers__closure, A._loadUsers__closure0, A.userUIReducer_closure, A.editingReducer__closure15, A._viewUserList_closure, A._filterUsersByCustom1_closure, A._filterUsersByCustom1_closure0, A._filterUsersByCustom2_closure, A._filterUsersByCustom2_closure0, A._filterUsersByCustom3_closure, A._filterUsersByCustom3_closure0, A._filterUsersByCustom4_closure, A._filterUsersByCustom4_closure0, A._filterUsersByState_closure, A._filterUsersByState_closure0, A._filterUsers_closure, A._sortUsers_closure, A._startListMultiselect_closure9, A._addToListMultiselect_closure9, A._removeFromListMultiselect_closure9, A._clearListMultiselect_closure9, A._archiveUserSuccess_closure, A._deleteUserSuccess_closure, A._restoreUserSuccess_closure, A._removeUserSuccess_closure, A._addUser_closure, A._updateUser_closure, A._updateAuthUser_closure, A._connectOAuthUser_closure, A._connectGmailUser_closure, A._setLoadedUser_closure, A._setLoadedUsers_closure, A._setLoadedUsers__closure, A._setLoadedUsers__closure0, A._setLoadedUsers_closure0, A._setLoadedCompany_closure5, A._setLoadedCompany__closure5, A._setLoadedCompany__closure6, A._setLoadedCompany_closure6, A.memoizedFilteredUserList_closure, A.filteredUsersSelector_closure, A.memoizedUserList_closure, A.userList_closure, A.memoizedGmailUserList_closure, A.gmailUserList_closure, A.memoizedMicrosoftUserList_closure, A.microsoftUserList_closure, A.handleVendorAction_closure, A._editVendor_closure, A._viewVendor_closure, A._viewVendorList_closure0, A._viewVendorList__closure, A._archiveVendor_closure, A._archiveVendor__closure, A._archiveVendor__closure0, A._archiveVendor__closure1, A._deleteVendor_closure, A._deleteVendor__closure, A._deleteVendor__closure0, A._deleteVendor__closure1, A._restoreVendor_closure, A._restoreVendor__closure, A._restoreVendor__closure0, A._restoreVendor__closure1, A._saveVendor_closure, A._saveVendor__closure, A._saveVendor__closure0, A._loadVendor_closure, A._loadVendor__closure, A._loadVendor__closure0, A._loadVendors_closure, A._loadVendors__closure, A._loadVendors__closure0, A._saveDocument_closure8, A._saveDocument__closure17, A._saveDocument__closure18, A.vendorUIReducer_closure, A.editingReducer__closure9, A._addContact_closure, A._removeContact_closure, A._updateContact_closure, A._viewVendorList_closure, A._filterVendorsByCustom1_closure, A._filterVendorsByCustom1_closure0, A._filterVendorsByCustom2_closure, A._filterVendorsByCustom2_closure0, A._filterVendorsByCustom3_closure, A._filterVendorsByCustom3_closure0, A._filterVendorsByCustom4_closure, A._filterVendorsByCustom4_closure0, A._filterVendorsByState_closure, A._filterVendorsByState_closure0, A._filterVendors_closure, A._sortVendors_closure, A._startListMultiselect_closure3, A._addToListMultiselect_closure3, A._removeFromListMultiselect_closure3, A._clearListMultiselect_closure3, A._archiveVendorSuccess_closure, A._deleteVendorSuccess_closure, A._restoreVendorSuccess_closure, A._addVendor_closure, A._updateVendor_closure, A._setLoadedVendor_closure, A.memoizedDropdownVendorList_closure, A.dropdownVendorsSelector_closure, A.memoizedFilteredVendorList_closure, A.filteredVendorsSelector_closure, A.memoizedCalculateVendorBalance_closure, A.calculateVendorBalance_closure, A.VendorState_loadVendors_closure0, A.VendorState_loadVendors_closure1, A.VendorState_loadVendors_closure, A.handleWebhookAction_closure, A._editWebhook_closure, A._viewWebhook_closure, A._viewWebhookList_closure0, A._viewWebhookList__closure, A._archiveWebhook_closure, A._archiveWebhook__closure, A._archiveWebhook__closure0, A._archiveWebhook__closure1, A._deleteWebhook_closure, A._deleteWebhook__closure, A._deleteWebhook__closure0, A._deleteWebhook__closure1, A._restoreWebhook_closure, A._restoreWebhook__closure, A._restoreWebhook__closure0, A._restoreWebhook__closure1, A._saveWebhook_closure, A._saveWebhook__closure, A._saveWebhook__closure0, A._loadWebhook_closure, A._loadWebhook__closure, A._loadWebhook__closure0, A._loadWebhooks_closure, A._loadWebhooks__closure, A._loadWebhooks__closure0, A.webhookUIReducer_closure, A.editingReducer__closure26, A._viewWebhookList_closure, A._filterWebhooksByCustom1_closure, A._filterWebhooksByCustom1_closure0, A._filterWebhooksByCustom2_closure, A._filterWebhooksByCustom2_closure0, A._filterWebhooksByState_closure, A._filterWebhooksByState_closure0, A._filterWebhooks_closure, A._sortWebhooks_closure, A._startListMultiselect_closure14, A._addToListMultiselect_closure14, A._removeFromListMultiselect_closure14, A._clearListMultiselect_closure14, A._archiveWebhookSuccess_closure, A._deleteWebhookSuccess_closure, A._restoreWebhookSuccess_closure, A._addWebhook_closure, A._updateWebhook_closure, A._setLoadedWebhook_closure, A.memoizedFilteredWebhookList_closure, A.filteredWebhooksSelector_closure, A.WebhookState_loadWebhooks_closure0, A.WebhookState_loadWebhooks_closure1, A.WebhookState_loadWebhooks_closure, A.ActionMenuButton_build_closure, A.ActionMenuButton_build_closure0, A.ActionMenuButton_build_closure1, A._AppBottomBarState_build__closure14, A._AppBottomBarState_build___closure8, A._AppBottomBarState_build____closure1, A._AppBottomBarState_build_____closure2, A._AppBottomBarState_build__closure12, A._AppBottomBarState_build___closure6, A._AppBottomBarState_build____closure0, A._AppBottomBarState_build_____closure1, A._AppBottomBarState_build__closure2, A._AppBottomBarState_build___closure0, A._AppBottomBarState_build____closure, A._AppBottomBarState_build_____closure, A._AppBottomBarState_build__closure10, A._AppBottomBarState_build___closure4, A._AppBottomBarState_build__closure8, A._AppBottomBarState_build___closure3, A._AppBottomBarState_build__closure6, A._AppBottomBarState_build___closure2, A._AppBottomBarState_build__closure4, A._AppBottomBarState_build___closure1, A._AppBottomBarState_build___onColumnsPressed_closure, A._AppBottomBarState_build___onColumnsPressed__closure, A._AppBottomBarState_build___onColumnsPressed__closure0, A._AppBottomBarState_build___onColumnsPressed__closure1, A.CustomFieldSelector_build_closure0, A.CustomFieldSelector_build__closure, A.CustomFieldSelector_build___closure, A._ChangeLayoutBannerState_build__closure, A.ConfirmEmail_build___closure, A.ConfirmEmailVM_fromStore_closure2, A.ConfirmEmailVM_fromStore__closure, A._DesktopSessionTimeoutState_initState_closure, A._DesktopSessionTimeoutState_build__closure, A.MessageDialog_build_closure, A.ErrorDialog_build__closure, A._HealthCheckDialogState_runCheck_closure0, A._HealthCheckDialogState_runCheck_closure1, A._HealthCheckDialogState_clearCache_closure0, A._HealthCheckDialogState_clearCache__closure, A._HealthCheckDialogState_clearCache_closure1, A.multiselectDialog_closure, A.multiselectDialog__closure, A.MultiSelectListState_build_closure, A.MultiSelectListState_build_closure0, A.MultiSelectListState_build_closure2, A.MultiSelectListState_build_closure3, A.MultiSelectListState_build_closure4, A.DismissibleEntity_build_closure, A.DismissibleEntity_build_closure0, A.DismissibleEntity_build_closure1, A.DismissibleEntity_build_closure2, A.DismissibleEntity_build_closure3, A.DocumentGrid_build__closure, A.DocumentTile_build_closure0, A.DocumentTile_build__closure, A.DocumentTile_build_closure, A.DocumentPreview_build_closure, A.EditScaffold_build_closure, A.EditScaffold_build_closure2, A.EditScaffold_build__closure2, A.EditScaffold_build__closure1, A.EditScaffold_build___closure, A.EditScaffold_build_closure4, A.EditScaffold_build_closure3, A.EditScaffold_build_closure5, A.EditScaffold_build__closure, A.EditScaffold_build_closure6, A.showEntityActionsDialog_closure, A.showEntityActionsDialog_closure0, A._EntityListTileState_build_closure3, A._EntityListTileState_build_closure4, A._EntitiesListTileState_build_closure2, A._EntitiesListTileState_build_closure3, A._EntityDropdownState__showOptions_closure, A._EntityDropdownState__showOptions__closure0, A._EntityDropdownState_build__closure7, A._EntityDropdownState_build_closure5, A._EntityDropdownState_build__closure, A._EntityDropdownState_build__closure0, A._EntityDropdownState_build_closure3, A._EntityDropdownState_build_closure4, A._EntityDropdownState_build_closure__wrapUp, A._EntityDropdownState_build___wrapUp_closure, A._EntityDropdownState_build__closure1, A._EntityDropdownState_build__closure2, A._EntityDropdownState_build__closure3, A._EntityDropdownState_build_closure1, A._EntityDropdownState_build__closure6, A._EntityDropdownState_build__closure5, A._EntityDropdownState_build_closure2, A._EntityDropdownState_build___closure, A._EntityDropdownState_build____closure, A._EntityDropdownState_build____closure0, A._EntityDropdownDialogState_build__selectEntity, A._EntityDropdownDialogState_build__headerRow_closure, A._EntityDropdownDialogState_build__headerRow__closure, A._EntityDropdownDialogState_build__createList_closure, A._EntityDropdownDialogState_build__createList__closure, A.EntityTopFilter_build_closure, A.EntityTopFilter_build__closure0, A.EntityTopFilter_build__closure, A.EntityTopFilter_build___closure, A.EntityTopFilter_build___closure0, A.EntityTopFilterHeader_build_closure, A.EntityTopFilterHeader_build_closure4, A.EntityTopFilterHeader_build__closure1, A.EntityTopFilterHeader_build__closure0, A.EntityTopFilterHeader_build___closure, A.AppDropdownButton_build_closure, A.AppToggleButtons_build__closure, A.BoolDropdownButton_build_closure, A.BoolDropdownButton_build_closure0, A.BoolDropdownButton_build_closure1, A.BoolDropdownButton_build_closure3, A.ClientPicker_build_closure, A._FormColorPickerState_didChangeDependencies_closure, A._FormColorPickerState_didChangeDependencies_closure0, A._FormColorPickerState__showPicker_closure, A._FormColorPickerState__showPicker__closure, A._CustomFieldState_build_closure, A._CustomFieldState_build_closure1, A._CustomFieldState_build_closure2, A._DatePickerState_build_closure0, A._DecoratedFormFieldState_build_closure0, A._DecoratedFormFieldState_build_closure1, A.DesignPicker_build_closure1, A.DesignPicker_build_closure, A.DesignPicker_build_closure0, A._DurationPickerState_build_closure1, A._DurationPickerState_build_closure, A._DurationPickerState_build__closure0, A._DurationPickerState_build_closure0, A.DynamicSelector_build_closure0, A.DynamicSelector_build_closure, A.DynamicSelector_build_closure1, A.NotificationSettings_build_closure, A.NotificationSettings_build_closure0, A.NotificationSettings_build_closure1, A.NotificationSettings_build__closure, A._NotificationSelector_build_closure, A._PasswordFormFieldState_build_closure0, A.ProjectPicker_build_closure0, A.ProjectPicker_build__closure, A.SaveCancelButtons_build_closure, A.SaveCancelButtons_build_closure0, A._TimePickerState_build_closure0, A._TimePickerState_build__closure, A._TimePickerState_build__closure0, A.VendorPicker_build_closure0, A.VendorPicker_build__closure, A.HistoryDrawer_build_closure, A._HistoryListTileState_build__closure, A._InvoiceEmailViewState_dispose_closure, A._InvoiceEmailViewState__loadTemplate_closure0, A._InvoiceEmailViewState__buildTemplateDropdown_closure, A._InvoiceEmailViewState__buildTemplateDropdown__closure0, A._InvoiceEmailViewState__buildTemplateDropdown_closure0, A._InvoiceEmailViewState__buildTemplateDropdown_closure1, A._InvoiceEmailViewState__buildTemplateDropdown_closure2, A._InvoiceEmailViewState__buildEdit_closure0, A._InvoiceEmailViewState__buildEdit_closure1, A._InvoiceEmailViewState__buildEdit_closure2, A._InvoiceEmailViewState_build_closure, A._InvoiceEmailViewState_build_closure0, A._InvoiceEmailViewState_build_closure1, A._InvoiceEmailViewState_build_closure2, A._TaxRateDropdownState_didChangeDependencies_closure, A._TaxRateDropdownState_didChangeDependencies_closure0, A._TaxRateDropdownState_build_closure, A._TaxRateDropdownState_build_closure0, A._TaxRateDropdownState_build_closure1, A._TaxRateDropdownState_build_closure3, A.TaxRateField_build_closure, A.TaxRateField_build_closure0, A._LinkTextRelatedEntityState_build_closure2, A._LinkTextRelatedEntityState_build_closure1, A._ListFilterState_build_closure0, A._ListFilterState_build_closure3, A._ListFilterState_build__closure2, A._ListFilterState_build__closure3, A._ListFilterState_build_closure2, A._ListFilterState_build_closure1, A._ListFilterState_build__closure4, A._ListFilterState_build_closure6, A._ListFilterState_build__closure, A._ListFilterState_build___closure0, A._ListFilterState_build__closure0, A._ListFilterState_build___closure, A._ListFilterState_build_closure5, A._ListFilterState_build_closure4, A._ListFilterState_build__closure1, A.ListScaffold_build_closure1, A.ListScaffold_build_closure5, A._LiveTextState_initState_closure, A.MenuDrawer_build__companyLogo, A.MenuDrawer_build__companyListItem, A.MenuDrawer_build__companyListItem_closure, A.MenuDrawer_build_closure, A.MenuDrawer_build__closure1, A.MenuDrawer_build_closure0, A.MenuDrawer_build__closure0, A.MenuDrawer_build_closure3, A.MenuDrawer_build__closure, A.MenuDrawer_build_closure1, A.MenuDrawer_build_closure2, A._DrawerTileState_build_closure3, A._DrawerTileState_build_closure4, A.SidebarFooter_build__closure, A.SidebarFooterCollapsed_build_closure0, A.SidebarFooterCollapsed_build_closure, A._showContactUs_closure, A._showUpdate_closure, A._showAbout_closure, A._showAbout___closure0, A._showAbout_____closure, A._showAbout___closure, A._ContactUsDialogState__sendMessage_closure0, A._ContactUsDialogState__sendMessage__closure1, A._ContactUsDialogState__sendMessage_closure1, A._ContactUsDialogState_build_closure1, A._ContactUsDialogState_build_closure2, A.MenuDrawerVM_fromStore_closure1, A.MenuDrawerVM_fromStore__closure, A.MenuDrawerVM_fromStore_closure, A.MenuDrawerVM_fromStore_closure0, A.MenuDrawerVM_fromStore__closure0, A.MenuDrawerVM_fromStore___closure, A.MenuDrawerVM_fromStore___closure0, A._DropDownMultiSelectState_initState_closure, A._DropDownMultiSelectState_build__closure1, A._DropDownMultiSelectState_build__closure2, A._DropDownMultiSelectState_build___closure, A._DropDownMultiSelectState_build__closure0, A._DropDownMultiSelectState_build____closure, A._SystemLogViewerState_build_closure, A._SystemLogViewerState_build_closure0, A._SystemLogViewerState_build_closure1, A.AppDataTable_build_closure, A.AppDataTable_build_closure0, A.AppPaginatedDataTableState__getBlankRowFor_closure, A.AppPaginatedDataTableState__getProgressIndicatorRowFor_closure, A.AppPaginatedDataTableState_build_closure, A.EntityDataTableSource_getRow_closure, A.EntityDataTableSource_getRow_closure0, A.EntityDataTableSource_getRow_closure5, A._EntityListState_initState_closure, A._EntityListState_build_closure, A._EntityListState_build__closure, A._EntityListState_build__closure3, A._EntityListState_build__closure6, A._EntityListState_build___closure, A._EntityListState_build___closure0, A._EntityListState_build__closure5, A._EntityListState_build__closure7, A._EntityListState_build__closure8, A._EntityListState_build_closure0, A._EntityListState_build_closure1, A._EntityListState_build_closure2, A._EntityListState_build__closure13, A._EntityListState_build_closure4, A._EntityListState_build__closure12, A._EntityListState_build__closure11, A._EntityListState_build___closure2, A._EntityListState_build_closure6, A._EntityListState_build__closure9, A._EntityListState_build_closure5, A._VariablesHelpState_build_closure, A._VariablesHelpState_build_closure0, A._VariablesHelpState_build_closure1, A._VariableGrid_build__closure, A.ViewScaffold_build_closure4, A._WebSessionTimeoutState_initState_closure, A.InitScreen_build_closure0, A._LoginState__submitSignUpForm_closure0, A._LoginState__submitSignUpForm_closure1, A._LoginState__submitSignUpForm_closure2, A._LoginState__submitLoginForm_closure0, A._LoginState__submitLoginForm___closure, A._LoginState__submitLoginForm_closure1, A._LoginState_build_closure2, A._LoginState_build_closure3, A._LoginState_build_closure5, A._LoginState_build_closure4, A._LoginState_build_closure6, A._LoginState_build_closure7, A._LoginState_build_closure8, A._LoginState_build_closure9, A._LoginState_build_closure10, A.LoginVM_fromStore__handleLogin, A.LoginVM_fromStore__handleLogin_closure, A.LoginVM_fromStore__formatApiUrl, A.LoginVM_fromStore_closure3, A.LoginVM_fromStore___closure2, A.LoginVM_fromStore_closure4, A.LoginVM_fromStore___closure1, A.LoginVM_fromStore_closure5, A.LoginVM_fromStore___closure0, A.LoginVM_fromStore__closure2, A.LoginVM_fromStore_closure6, A.LoginVM_fromStore___closure, A.LoginVM_fromStore__closure0, A.LoginVM_fromStore_closure1, A.LoginVM_fromStore__closure5, A.LoginVM_fromStore_closure0, A.LoginVM_fromStore_closure, A.LoginVM_fromStore__closure6, A.LoginVM_fromStore_closure2, A.ClientListItem_build__closure, A.ClientListItem_build__closure3, A.ClientListVM_fromStore__handleRefresh, A.ClientListVM_fromStore_closure, A.ClientListVM_fromStore_closure0, A._ClientPdfViewState_loadPdf_closure0, A._ClientPdfViewState_loadPdf_closure1, A._ClientPdfViewState_build_closure, A._ClientPdfViewState_build_closure0, A._ClientPdfViewState_build_closure2, A._ClientPdfViewState_build_closure1, A._ClientPdfViewState_build_closure4, A._ClientPdfViewState_build_closure3, A._ClientPdfViewState_build_closure10, A.ClientPdfScreen_build_closure0, A.ClientPresenter_getField_closure0, A.ClientScreen_build_closure7, A.ClientScreen_build_closure4, A.ClientScreen_build_closure0, A.ClientScreen_build_closure1, A.ClientScreen_build_closure2, A.ClientScreen_build_closure3, A._ClientEditState_build_closure, A._ClientEditState_build_closure0, A.ClientEditBillingAddressState_didChangeDependencies_closure, A.ClientEditBillingAddressState_didChangeDependencies_closure0, A.ClientEditBillingAddressState_dispose_closure, A.ClientEditBillingAddressState__onChanged_closure, A.ClientEditBillingAddressState_build_closure, A.ClientEditBillingAddressState_build__closure0, A.ClientEditBillingAddressState_build__closure, A._ClientEditContactsState__showContactEditor_closure, A._ClientEditContactsState__showContactEditor__closure, A._ClientEditContactsState_build_closure, A._ClientEditContactsState_build_closure0, A.ContactEditDetailsState_didChangeDependencies_closure, A.ContactEditDetailsState_didChangeDependencies_closure0, A.ContactEditDetailsState_dispose_closure, A.ContactEditDetailsState__onChanged_closure, A.ContactEditDetailsState_build_closure0, A.ContactEditDetailsState_build_closure, A.ContactEditDetailsState_build_closure2, A.ContactEditDetailsState_build_closure1, A.ContactEditDetailsState_build_closure4, A.ContactEditDetailsState_build_closure3, A.ContactEditDetailsState_build_closure6, A.ContactEditDetailsState_build_closure5, A.ContactEditDetailsState_build_closure7, A.ContactEditDetailsState_build_closure8, A.ContactEditDetailsState_build_closure9, A.ContactEditDetailsState_build_closure10, A.ContactEditDetailsState_build_closure11, A.ContactEditDetailsState_build_closure12, A.ContactEditDetailsState_build___closure, A.ContactEditDetailsState_build__closure1, A.ContactEditDetailsState_build__closure, A.ClientEditContactsScreen_build_closure0, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure0, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure1, A.ClientEditDetailsState_didChangeDependencies_closure, A.ClientEditDetailsState_didChangeDependencies_closure0, A.ClientEditDetailsState_dispose_closure, A.ClientEditDetailsState__onChanged_closure, A.ClientEditDetailsState_build_closure, A.ClientEditDetailsState_build_closure0, A.ClientEditDetailsState_build__closure0, A.ClientEditDetailsState_build_closure1, A.ClientEditDetailsState_build__closure, A.ClientEditNotesState_didChangeDependencies_closure, A.ClientEditNotesState_didChangeDependencies_closure0, A.ClientEditNotesState_dispose_closure, A.ClientEditNotesState__onChanged_closure, A.ClientEditNotesState_build_closure, A.ClientEditNotesState_build_closure0, A.ClientEditNotesState_build__closure0, A.ClientEditNotesState_build_closure1, A.ClientEditNotesState_build__closure, A.ClientEditSettingsState_didChangeDependencies_closure, A.ClientEditSettingsState_didChangeDependencies_closure0, A.ClientEditSettingsState_dispose_closure, A.ClientEditSettingsState__onChanged_closure, A.ClientEditSettingsState_build_closure, A.ClientEditSettingsState_build__closure3, A.ClientEditSettingsState_build_closure0, A.ClientEditSettingsState_build__closure2, A.ClientEditSettingsState_build_closure1, A.ClientEditSettingsState_build_closure2, A.ClientEditSettingsState_build__closure1, A.ClientEditSettingsState_build_closure3, A.ClientEditSettingsState_build_closure4, A.ClientEditSettingsState_build__closure0, A.ClientEditSettingsState_build_closure5, A.ClientEditSettingsState_build__closure, A.ClientEditShippingAddressState_didChangeDependencies_closure, A.ClientEditShippingAddressState_didChangeDependencies_closure0, A.ClientEditShippingAddressState_dispose_closure, A.ClientEditShippingAddressState__onChanged_closure, A.ClientEditShippingAddressState_build_closure, A.ClientEditShippingAddressState_build__closure0, A.ClientEditShippingAddressState_build__closure, A.ClientEditScreen_build_closure0, A.ClientEditVM_ClientEditVM$fromStore_closure, A.ClientEditVM_ClientEditVM$fromStore__closure, A.ClientEditVM_ClientEditVM$fromStore__closure0, A.ClientEditVM_ClientEditVM$fromStore_closure1, A.ClientEditVM_ClientEditVM$fromStore_closure0, A.ClientEditVM_ClientEditVM$fromStore___closure, A.ClientEditVM_ClientEditVM$fromStore___closure0, A.ClientEditVM_ClientEditVM$fromStore___closure1, A.ClientEditVM_ClientEditVM$fromStore____closure, A._ClientViewState_build_closure0, A._ClientViewState_build__closure5, A._ClientViewDetailsState_build__buildDetailsList_closure, A.ClientViewDocuments_build_closure, A.ClientViewDocuments_build_closure0, A._ClientViewFullwidthState_build__closure1, A._ClientViewLedgerState_build_closure, A.ClientOverview_build_closure, A.ClientOverview_build_closure0, A.ClientViewScreen_build_closure0, A.ClientViewVM_ClientViewVM$fromStore__handleRefresh, A.ClientViewVM_ClientViewVM$fromStore_closure, A.ClientViewVM_ClientViewVM$fromStore__closure0, A.ClientViewVM_ClientViewVM$fromStore__closure1, A.ClientViewVM_ClientViewVM$fromStore___closure, A.ClientViewVM_ClientViewVM$fromStore_closure1, A.ClientViewVM_ClientViewVM$fromStore__closure, A._CompanyGatewayListState_build_closure, A.CompanyGatewayListItem_build_closure, A.CompanyGatewayListVM_fromStore__handleRefresh, A.CompanyGatewayListVM_fromStore_closure, A.CompanyGatewayListVM_fromStore_closure1, A.CompanyGatewayListVM_fromStore__closure, A.CompanyGatewayListVM_fromStore__closure0, A.CompanyGatewayScreen_build_closure, A.CompanyGatewayScreen_build__closure0, A.CompanyGatewayScreen_build__closure1, A.CompanyGatewayScreen_build_closure0, A.CompanyGatewayScreen_build__closure, A.CompanyGatewayScreen_build_closure2, A.CompanyGatewayScreen_build_closure4, A.CompanyGatewayScreen_build_closure5, A.CompanyGatewayScreen_build_closure6, A.CompanyGatewayScreen_build_closure7, A.CompanyGatewayScreenVM_fromStore_closure, A._CompanyGatewayEditState_didChangeDependencies_closure, A._CompanyGatewayEditState_build_closure, A._CompanyGatewayEditState_build_closure0, A._CompanyGatewayEditState_build__closure12, A._CompanyGatewayEditState_build_closure3, A._CompanyGatewayEditState_build__closure11, A._CompanyGatewayEditState_build_closure5, A._CompanyGatewayEditState_build__closure10, A._CompanyGatewayEditState_build_closure4, A._CompanyGatewayEditState_build_closure6, A._CompanyGatewayEditState_build__closure9, A._CompanyGatewayEditState_build___closure, A._CompanyGatewayEditState_build_closure7, A._CompanyGatewayEditState_build__closure8, A._CompanyGatewayEditState_build_closure8, A._CompanyGatewayEditState_build__closure7, A._CompanyGatewayEditState_build_closure9, A._CompanyGatewayEditState_build__closure6, A._CompanyGatewayEditState_build_closure10, A._CompanyGatewayEditState_build__closure5, A._CompanyGatewayEditState_build_closure11, A._CompanyGatewayEditState_build__closure4, A._CompanyGatewayEditState_build_closure12, A._CompanyGatewayEditState_build__closure3, A._CompanyGatewayEditState_build_closure13, A._CompanyGatewayEditState_build__closure2, A._CompanyGatewayEditState_build_closure14, A._CompanyGatewayEditState_build__closure1, A._CompanyGatewayEditState_build_closure15, A._CompanyGatewayEditState_build__closure0, A._CompanyGatewayEditState_build_closure16, A._CompanyGatewayEditState_build_closure17, A.GatewayConfigSettings_build_closure0, A.GatewayConfigSettings_build__closure, A._GatewayConfigFieldState__obscureText_closure, A._GatewayConfigFieldState_build_closure0, A._GatewayConfigFieldState_build_closure, A._GatewayConfigFieldState_build_closure1, A._GatewayConfigFieldState_build_closure2, A._GatewayConfigFieldState_build_closure3, A._LimitEditorState__onChanged_closure, A._LimitEditorState__onChanged_closure0, A._LimitEditorState_build_closure, A._LimitEditorState_build_closure0, A._FeesEditorState_dispose_closure, A._FeesEditorState_didChangeDependencies_closure, A._FeesEditorState_didChangeDependencies_closure0, A._FeesEditorState__onChanged_closure, A._FeesEditorState__onChanged__closure, A._FeesEditorState_build_closure, A._FeesEditorState_build__closure2, A._FeesEditorState_build___closure2, A._FeesEditorState_build_closure0, A._FeesEditorState_build__closure1, A._FeesEditorState_build___closure1, A._FeesEditorState_build_closure1, A._FeesEditorState_build__closure0, A._FeesEditorState_build___closure0, A._FeesEditorState_build_closure2, A._FeesEditorState_build__closure, A._FeesEditorState_build___closure, A.CompanyGatewayEditScreen_build_closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure1, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore____closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore____closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure2, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure0, A._CompanyGatewayOverview_build_closure2, A.CompanyGatewayViewScreen_build_closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__handleRefresh, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure2, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore____closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure1, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure1, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure2, A.CreditEmailScreen_build_closure1, A.CreditEmailScreen_build_closure0, A.EmailCreditVM_EmailCreditVM$fromStore_closure, A.EmailCreditVM_EmailCreditVM$fromStore__closure, A.CreditListItem_build__closure, A.CreditListItem_build__closure3, A.CreditListVM_fromStore__handleRefresh, A.CreditListVM_fromStore_closure, A.CreditListVM_fromStore_closure0, A.CreditPdfScreen_build_closure0, A.CreditScreen_build_closure7, A.CreditScreen_build_closure4, A.CreditScreen_build_closure0, A.CreditScreen_build_closure1, A.CreditScreen_build_closure2, A.CreditScreen_build_closure3, A._CreditEditState_build_closure1, A._CreditEditState_build_closure2, A._CreditEditState_build__closure, A._CreditEditState_build___closure0, A._CreditEditState_build___closure1, A._CreditEditState_build___closure, A.CreditEditDetailsScreen_build_closure0, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure0, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure0, A.CreditEditItemsScreen_build_closure0, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure, A.CreditEditItemsVM_CreditEditItemsVM$fromStore__closure, A.CreditEditNotesScreen_build_closure0, A.CreditEditNotesVM_CreditEditNotesVM$fromStore_closure, A.CreditEditPDFScreen_build_closure0, A.CreditEditScreen_build_closure0, A.CreditEditVM_CreditEditVM$fromStore_closure, A.CreditEditVM_CreditEditVM$fromStore___closure, A.CreditEditVM_CreditEditVM$fromStore___closure0, A.CreditEditVM_CreditEditVM$fromStore___closure1, A.CreditEditVM_CreditEditVM$fromStore____closure, A.CreditEditVM_CreditEditVM$fromStore_closure0, A.CreditEditVM_CreditEditVM$fromStore_closure1, A.CreditViewScreen_build_closure0, A.CreditViewVM_CreditViewVM$fromStore__handleRefresh, A.CreditViewVM_CreditViewVM$fromStore_closure, A.CreditViewVM_CreditViewVM$fromStore_closure0, A.CreditViewVM_CreditViewVM$fromStore__closure0, A.CreditViewVM_CreditViewVM$fromStore__closure1, A.CreditViewVM_CreditViewVM$fromStore___closure, A.CreditViewVM_CreditViewVM$fromStore_closure2, A.CreditViewVM_CreditViewVM$fromStore__closure, A.CreditViewVM_CreditViewVM$fromStore_closure3, A._DashboardChartState__onSelectionChanged_closure, A._DashboardChartState__onSelectionChanged_closure0, A._DashboardChartState_build_closure, A._DashboardDateRangePickerState_build_closure, A._DashboardDateRangePickerState_build_closure0, A._DashboardDateRangePickerState_build_closure1, A._DashboardDateRangePickerState_build_closure4, A._DashboardDateRangePickerState_build_closure5, A._DashboardDateRangePickerState_build__closure, A.DashboardPanels__showDateOptions_closure, A.DashboardPanels__header__closure, A.DashboardPanels__header__closure0, A.DashboardPanels__header___closure1, A.DashboardPanels__header__closure1, A.DashboardPanels__header___closure0, A.DashboardPanels__header__closure2, A.DashboardPanels__header__closure3, A.DashboardPanels__header___closure, A.DashboardPanels__paymentChart_closure, A.DashboardPanels__quoteChart_closure, A.DashboardPanels__taskChart_closure, A.DashboardPanels__expenseChart_closure, A.DashboardPanels_build__runningTasks_closure, A.DashboardPanels_build__closure1, A.DashboardPanels_build__closure2, A.DashboardPanels_build__closure3, A.DashboardPanels_build__closure4, A.DashboardPanels_build__closure5, A.__DashboardPanelState_build_closure, A._InvoiceChart_build_closure, A._DashboardScreenState_initState_closure, A._DashboardScreenState_initState_closure0, A._DashboardScreenState_initState__closure, A._DashboardScreenState_build_closure, A._DashboardScreenState_build_closure0, A._DashboardScreenState_build__closure0, A._DashboardScreenState_build__closure1, A._DashboardScreenState_build__closure2, A._DashboardScreenState_build_closure3, A.DashboardVM_fromStore__handleRefresh, A.DashboardVM_fromStore_closure, A.DashboardVM_fromStore_closure2, A.DashboardVM_fromStore_closure0, A.DashboardVM_fromStore_closure5, A.DashboardVM_fromStore_closure3, A.DashboardVM_fromStore_closure4, A.DesignListItem_build_closure, A.DesignListVM_fromStore__handleRefresh, A.DesignListVM_fromStore_closure, A.DesignListVM_fromStore_closure0, A.DesignScreen_build_closure7, A.DesignScreen_build_closure4, A.DesignScreen_build_closure0, A.DesignScreen_build_closure1, A.DesignScreen_build_closure2, A.DesignScreen_build_closure3, A._DesignEditState_didChangeDependencies_closure, A._DesignEditState_didChangeDependencies_closure0, A._DesignEditState_dispose_closure, A._DesignEditState__onChanged_closure, A._DesignEditState__loadDesign_closure, A._DesignEditState__loadDesign_closure0, A._DesignEditState__loadPreview_closure0, A._DesignEditState_build_closure2, A._DesignEditState_build_closure, A._DesignEditState_build_closure0, A._DesignEditState_build_closure1, A._DesignSettingsState_build_closure, A.DesignEditScreen_build_closure0, A.DesignEditVM_DesignEditVM$fromStore_closure, A.DesignEditVM_DesignEditVM$fromStore_closure1, A.DesignEditVM_DesignEditVM$fromStore_closure0, A._DesignViewState_build_closure, A._DesignViewState_build_closure0, A._DesignViewState_build_closure1, A._DesignViewState_build_closure2, A._DesignViewState_build_closure3, A._DesignViewState_build_closure4, A._DesignViewState_build_closure5, A._DesignViewState_build_closure6, A.DesignViewScreen_build_closure0, A.DocumentListItem_build_closure, A.DocumentListVM_fromStore__handleRefresh, A.DocumentListVM_fromStore_closure, A.DocumentListVM_fromStore_closure0, A.DocumentScreen_build_closure7, A.DocumentScreen_build_closure4, A.DocumentScreen_build_closure0, A.DocumentScreen_build_closure1, A.DocumentScreen_build_closure2, A.DocumentScreen_build_closure3, A._DocumentEditState_didChangeDependencies_closure, A._DocumentEditState_didChangeDependencies_closure0, A._DocumentEditState_dispose_closure, A._DocumentEditState__onChanged_closure, A._DocumentEditState_build_closure0, A._DocumentEditState_build_closure, A.DocumentEditScreen_build_closure0, A.DocumentEditVM_DocumentEditVM$fromStore_closure, A.DocumentEditVM_DocumentEditVM$fromStore_closure0, A.DocumentViewScreen_build_closure0, A._ExpenseEditState__onSavePressed_closure, A._ExpenseEditState_build_closure1, A._ExpenseEditState_build_closure2, A.ExpenseEditDetailsState_didChangeDependencies_closure, A.ExpenseEditDetailsState_didChangeDependencies_closure0, A.ExpenseEditDetailsState_dispose_closure, A.ExpenseEditDetailsState__onChanged_closure, A.ExpenseEditDetailsState_build_closure1, A.ExpenseEditDetailsState_build__closure18, A.ExpenseEditDetailsState_build_closure, A.ExpenseEditDetailsState_build__closure19, A.ExpenseEditDetailsState_build_closure3, A.ExpenseEditDetailsState_build__closure17, A.ExpenseEditDetailsState_build_closure2, A.ExpenseEditDetailsState_build_closure4, A.ExpenseEditDetailsState_build__closure16, A.ExpenseEditDetailsState_build_closure6, A.ExpenseEditDetailsState_build__closure14, A.ExpenseEditDetailsState_build__closure15, A.ExpenseEditDetailsState_build_closure7, A.ExpenseEditDetailsState_build__closure13, A.ExpenseEditDetailsState_build_closure8, A.ExpenseEditDetailsState_build__closure12, A.ExpenseEditDetailsState_build_closure9, A.ExpenseEditDetailsState_build__closure11, A.ExpenseEditDetailsState_build_closure10, A.ExpenseEditDetailsState_build__closure10, A.ExpenseEditDetailsState_build_closure11, A.ExpenseEditDetailsState_build__closure9, A.ExpenseEditDetailsState_build_closure12, A.ExpenseEditDetailsState_build__closure8, A.ExpenseEditDetailsState_build_closure13, A.ExpenseEditDetailsState_build__closure7, A.ExpenseEditDetailsState_build_closure14, A.ExpenseEditDetailsState_build__closure6, A.ExpenseEditDetailsState_build_closure15, A.ExpenseEditDetailsState_build__closure5, A.ExpenseEditDetailsState_build_closure16, A.ExpenseEditDetailsState_build__closure4, A.ExpenseEditDetailsState_build_closure17, A.ExpenseEditDetailsState_build__closure3, A.ExpenseEditDetailsState_build__closure2, A.ExpenseEditDetailsState_build_closure20, A.ExpenseEditDetailsState_build__closure1, A.ExpenseEditDetailsState_build_closure19, A.ExpenseEditDetailsState_build__closure0, A.ExpenseEditDetailsState_build_closure23, A.ExpenseEditDetailsState_build__closure, A.ExpenseEditDetailsState_build_closure22, A.ExpenseEditNotesState_didChangeDependencies_closure, A.ExpenseEditNotesState_didChangeDependencies_closure0, A.ExpenseEditNotesState_dispose_closure, A.ExpenseEditNotesState__onChanged_closure, A.ExpenseEditSettingsState_didChangeDependencies_closure, A.ExpenseEditSettingsState_didChangeDependencies_closure0, A.ExpenseEditSettingsState_dispose_closure, A.ExpenseEditSettingsState__onChanged_closure, A.ExpenseEditSettingsState__setCurrency_closure, A.ExpenseEditSettingsState__setCurrency_closure0, A.ExpenseEditSettingsState__calculateExchangeRate_closure, A.ExpenseEditSettingsState_build_closure, A.ExpenseEditSettingsState_build__closure11, A.ExpenseEditSettingsState_build_closure0, A.ExpenseEditSettingsState_build__closure7, A.ExpenseEditSettingsState_build__closure8, A.ExpenseEditSettingsState_build__closure9, A.ExpenseEditSettingsState_build_closure1, A.ExpenseEditSettingsState_build__closure6, A.ExpenseEditSettingsState_build__closure5, A.ExpenseEditSettingsState_build_closure3, A.ExpenseEditSettingsState_build__closure3, A.ExpenseEditSettingsState_build__closure4, A.ExpenseEditSettingsState_build_closure4, A.ExpenseEditSettingsState_build_closure7, A.ExpenseEditSettingsState_build_closure5, A.ExpenseEditSettingsState_build_closure6, A.ExpenseEditSettingsState_build_closure8, A.ExpenseEditSettingsState_build__closure1, A.ExpenseEditSettingsState_build_closure10, A.ExpenseEditSettingsState_build__closure0, A.ExpenseEditSettingsState_build_closure11, A.ExpenseEditSettingsState_build__closure, A.ExpenseEditScreen_build_closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure1, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure1, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure2, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore___closure, A.ExpenseEditVM_ExpenseEditVM$fromStore___closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore____closure, A.ExpenseListItem_build__closure, A.ExpenseListItem_build__closure3, A.ExpenseListVM_fromStore__handleRefresh, A.ExpenseListVM_fromStore_closure, A.ExpenseListVM_fromStore_closure0, A.ExpenseScreen_build_closure, A.ExpenseScreen_build_closure0, A.ExpenseScreen_build_closure1, A.ExpenseScreen_build_closure2, A.ExpenseScreen_build_closure3, A.ExpenseScreen_build_closure13, A.ExpenseScreen_build_closure9, A.ExpenseScreen_build_closure5, A.ExpenseScreen_build_closure6, A.ExpenseScreen_build_closure7, A.ExpenseScreen_build_closure8, A._ExpenseViewState_build_closure, A.ExpenseViewDocuments_build_closure, A.ExpenseViewDocuments_build_closure0, A._ExpenseViewScheduleState_build_closure, A.ExpenseViewScreen_build_closure0, A.ExpenseViewVM_ExpenseViewVM$fromStore__handleRefresh, A.ExpenseViewVM_ExpenseViewVM$fromStore_closure, A.ExpenseViewVM_ExpenseViewVM$fromStore__closure0, A.ExpenseViewVM_ExpenseViewVM$fromStore__closure1, A.ExpenseViewVM_ExpenseViewVM$fromStore___closure, A.ExpenseViewVM_ExpenseViewVM$fromStore_closure1, A.ExpenseViewVM_ExpenseViewVM$fromStore__closure, A._ExpenseCategoryEditState_didChangeDependencies_closure, A._ExpenseCategoryEditState_didChangeDependencies_closure0, A._ExpenseCategoryEditState_dispose_closure, A._ExpenseCategoryEditState__onChanged_closure, A._ExpenseCategoryEditState_build_closure0, A._ExpenseCategoryEditState_build_closure1, A._ExpenseCategoryEditState_build_closure, A._ExpenseCategoryEditState_build__closure0, A._ExpenseCategoryEditState_build___closure, A.ExpenseCategoryEditScreen_build_closure0, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure1, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure0, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure0, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore____closure, A.ExpenseCategoryListItem_build_closure, A.ExpenseCategoryListVM_fromStore__handleRefresh, A.ExpenseCategoryListVM_fromStore_closure, A.ExpenseCategoryListVM_fromStore_closure0, A.ExpenseCategoryScreen_build_closure7, A.ExpenseCategoryScreen_build_closure4, A.ExpenseCategoryScreen_build_closure0, A.ExpenseCategoryScreen_build_closure1, A.ExpenseCategoryScreen_build_closure2, A.ExpenseCategoryScreen_build_closure3, A.ExpenseCategoryViewScreen_build_closure0, A._GroupEditState_didChangeDependencies_closure, A._GroupEditState_didChangeDependencies_closure0, A._GroupEditState_dispose_closure, A._GroupEditState__onChanged_closure, A._GroupEditState_build_closure0, A._GroupEditState_build_closure1, A._GroupEditState_build_closure, A._GroupEditState_build__closure0, A.GroupEditScreen_build_closure0, A.GroupEditVM_GroupEditVM$fromStore_closure, A.GroupEditVM_GroupEditVM$fromStore_closure1, A.GroupEditVM_GroupEditVM$fromStore_closure0, A.GroupEditVM_GroupEditVM$fromStore___closure, A.GroupEditVM_GroupEditVM$fromStore___closure0, A.GroupEditVM_GroupEditVM$fromStore____closure, A.GroupListItem_build_closure, A.GroupListVM_fromStore__handleRefresh, A.GroupListVM_fromStore_closure, A.GroupListVM_fromStore_closure0, A.GroupSettingsScreen_build_closure3, A.GroupSettingsScreen_build_closure0, A._GroupViewState_build_closure0, A._GroupViewState_build_closure1, A.GroupViewScreen_build_closure0, A.GroupViewVM_GroupViewVM$fromStore__closure0, A.GroupViewVM_GroupViewVM$fromStore__closure1, A.GroupViewVM_GroupViewVM$fromStore___closure, A.GroupViewVM_GroupViewVM$fromStore_closure1, A.GroupViewVM_GroupViewVM$fromStore__closure, A._InvoiceEditState_build_closure1, A._InvoiceEditState_build_closure2, A._InvoiceEditState_build__closure, A._InvoiceEditState_build___closure0, A._InvoiceEditState_build___closure1, A._InvoiceEditState_build___closure, A.InvoiceEditContacts_build_closure0, A.InvoiceEditContacts_build_closure2, A._ClientContactListTile_build_closure, A._VendorContactListTile_build_closure, A.InvoiceEditContactsScreen_build_closure0, A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure, A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure0, A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure1, A.InvoiceEditDesktopState_didChangeDependencies_closure, A.InvoiceEditDesktopState_didChangeDependencies_closure0, A.InvoiceEditDesktopState_dispose_closure, A.InvoiceEditDesktopState__onChanged_closure, A.InvoiceEditDesktopState_build_closure, A.InvoiceEditDesktopState_build_closure0, A.InvoiceEditDesktopState_build_closure1, A.InvoiceEditDesktopState_build_closure2, A.InvoiceEditDesktopState_build_closure3, A.InvoiceEditDesktopState_build_closure4, A.InvoiceEditDesktopState_build_closure6, A.InvoiceEditDesktopState_build__closure17, A.InvoiceEditDesktopState_build_closure5, A.InvoiceEditDesktopState_build__closure16, A.InvoiceEditDesktopState_build_closure9, A.InvoiceEditDesktopState_build__closure15, A.InvoiceEditDesktopState_build_closure8, A.InvoiceEditDesktopState_build_closure11, A.InvoiceEditDesktopState_build__closure14, A.InvoiceEditDesktopState_build_closure10, A.InvoiceEditDesktopState_build_closure13, A.InvoiceEditDesktopState_build__closure13, A.InvoiceEditDesktopState_build__closure12, A.InvoiceEditDesktopState_build_closure15, A.InvoiceEditDesktopState_build__closure11, A.InvoiceEditDesktopState_build_closure17, A.InvoiceEditDesktopState_build_closure18, A.InvoiceEditDesktopState_build__closure10, A.InvoiceEditDesktopState_build_closure20, A.InvoiceEditDesktopState_build__closure9, A.InvoiceEditDesktopState_build_closure19, A.InvoiceEditDesktopState_build_closure21, A.InvoiceEditDesktopState_build_closure22, A.InvoiceEditDesktopState_build__closure, A.InvoiceEditDesktopState_build___closure8, A.InvoiceEditDesktopState_build__closure0, A.InvoiceEditDesktopState_build___closure6, A.InvoiceEditDesktopState_build___closure7, A.InvoiceEditDesktopState_build__closure1, A.InvoiceEditDesktopState_build___closure5, A.InvoiceEditDesktopState_build__closure3, A.InvoiceEditDesktopState_build___closure3, A.InvoiceEditDesktopState_build___closure4, A.InvoiceEditDesktopState_build__closure4, A.InvoiceEditDesktopState_build___closure2, A.InvoiceEditDesktopState_build__closure5, A.InvoiceEditDesktopState_build___closure1, A.InvoiceEditDesktopState_build__closure6, A.InvoiceEditDesktopState_build___closure0, A.InvoiceEditDesktopState_build__closure7, A.InvoiceEditDesktopState_build___closure, A.InvoiceEditDesktopState_build_closure24, A.InvoiceEditDesktopState_build_closure25, A.InvoiceEditDesktopState_build_closure26, A.__PdfPreviewState__loadPdf_closure0, A.__PdfPreviewState__loadPdf_closure1, A.__PdfPreviewState_build_closure1, A.InvoiceEditDetailsState_didChangeDependencies_closure, A.InvoiceEditDetailsState_didChangeDependencies_closure0, A.InvoiceEditDetailsState_dispose_closure, A.InvoiceEditDetailsState__onChanged_closure, A.InvoiceEditDetailsState_build_closure, A.InvoiceEditDetailsState_build_closure0, A.InvoiceEditDetailsState_build_closure1, A.InvoiceEditDetailsState_build_closure2, A.InvoiceEditDetailsState_build_closure3, A.InvoiceEditDetailsState_build_closure4, A.InvoiceEditDetailsState_build__closure17, A.InvoiceEditDetailsState_build_closure6, A.InvoiceEditDetailsState_build__closure16, A.InvoiceEditDetailsState_build_closure5, A.InvoiceEditDetailsState_build__closure15, A.InvoiceEditDetailsState_build_closure9, A.InvoiceEditDetailsState_build__closure14, A.InvoiceEditDetailsState_build_closure8, A.InvoiceEditDetailsState_build_closure11, A.InvoiceEditDetailsState_build__closure13, A.InvoiceEditDetailsState_build_closure10, A.InvoiceEditDetailsState_build_closure13, A.InvoiceEditDetailsState_build__closure12, A.InvoiceEditDetailsState_build__closure11, A.InvoiceEditDetailsState_build_closure15, A.InvoiceEditDetailsState_build__closure10, A.InvoiceEditDetailsState_build_closure17, A.InvoiceEditDetailsState_build__closure9, A.InvoiceEditDetailsState_build_closure19, A.InvoiceEditDetailsState_build__closure8, A.InvoiceEditDetailsState_build_closure18, A.InvoiceEditDetailsState_build_closure20, A.InvoiceEditDetailsState_build_closure21, A.InvoiceEditDetailsState_build_closure22, A.InvoiceEditDetailsState_build_closure23, A.InvoiceEditDetailsState_build__closure7, A.InvoiceEditDetailsState_build_closure24, A.InvoiceEditDetailsState_build__closure5, A.InvoiceEditDetailsState_build__closure6, A.InvoiceEditDetailsState_build_closure25, A.InvoiceEditDetailsState_build__closure4, A.InvoiceEditDetailsState_build_closure27, A.InvoiceEditDetailsState_build__closure2, A.InvoiceEditDetailsState_build__closure3, A.InvoiceEditDetailsState_build_closure28, A.InvoiceEditDetailsState_build__closure1, A.InvoiceEditDetailsState_build_closure29, A.InvoiceEditDetailsState_build__closure0, A.InvoiceEditDetailsState_build_closure30, A.InvoiceEditDetailsState_build__closure, A.InvoiceEditDetailsScreen_build_closure0, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure0, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure0, A._InvoiceEditItemsState__showInvoiceItemEditor_closure, A._InvoiceEditItemsState_build_closure, A.ItemEditDetailsState_didChangeDependencies_closure, A.ItemEditDetailsState_dispose_closure, A.ItemEditDetailsState__onChanged_closure, A.ItemEditDetailsState_build__closure2, A.ItemEditDetailsState_build_closure1, A.ItemEditDetailsState_build_closure2, A.ItemEditDetailsState_build_closure3, A._InvoiceEditItemsDesktopState__updateColumns_closure, A._InvoiceEditItemsDesktopState__updateColumns_closure0, A._InvoiceEditItemsDesktopState__updateColumns_closure1, A._InvoiceEditItemsDesktopState__updateColumns_closure2, A._InvoiceEditItemsDesktopState__updateColumns_closure3, A._InvoiceEditItemsDesktopState__onFocusChange_closure, A._InvoiceEditItemsDesktopState_build_closure, A._InvoiceEditItemsDesktopState_build_closure0, A._InvoiceEditItemsDesktopState_build__closure29, A._InvoiceEditItemsDesktopState_build__closure30, A._InvoiceEditItemsDesktopState_build_closure4, A._InvoiceEditItemsDesktopState_build_closure5, A._InvoiceEditItemsDesktopState_build_closure7, A._InvoiceEditItemsDesktopState_build__closure5, A._InvoiceEditItemsDesktopState_build__closure4, A._InvoiceEditItemsDesktopState_build___closure10, A._InvoiceEditItemsDesktopState_build___closure11, A._InvoiceEditItemsDesktopState_build__closure2, A._InvoiceEditItemsDesktopState_build__closure3, A._InvoiceEditItemsDesktopState_build___closure12, A._InvoiceEditItemsDesktopState_build___closure13, A._InvoiceEditItemsDesktopState_build__closure0, A._InvoiceEditItemsDesktopState_build___closure16, A._InvoiceEditItemsDesktopState_build___closure15, A._InvoiceEditItemsDesktopState_build____closure0, A._InvoiceEditItemsDesktopState_build__closure1, A._InvoiceEditItemsDesktopState_build____closure, A._InvoiceEditItemsDesktopState_build__closure7, A._InvoiceEditItemsDesktopState_build__closure6, A._InvoiceEditItemsDesktopState_build___closure9, A._InvoiceEditItemsDesktopState_build__closure9, A._InvoiceEditItemsDesktopState_build__closure8, A._InvoiceEditItemsDesktopState_build___closure8, A._InvoiceEditItemsDesktopState_build__closure11, A._InvoiceEditItemsDesktopState_build__closure10, A._InvoiceEditItemsDesktopState_build___closure7, A._InvoiceEditItemsDesktopState_build__closure13, A._InvoiceEditItemsDesktopState_build__closure12, A._InvoiceEditItemsDesktopState_build___closure6, A._InvoiceEditItemsDesktopState_build__closure15, A._InvoiceEditItemsDesktopState_build__closure14, A._InvoiceEditItemsDesktopState_build___closure5, A._InvoiceEditItemsDesktopState_build__closure17, A._InvoiceEditItemsDesktopState_build__closure16, A._InvoiceEditItemsDesktopState_build___closure4, A._InvoiceEditItemsDesktopState_build__closure19, A._InvoiceEditItemsDesktopState_build__closure18, A._InvoiceEditItemsDesktopState_build___closure3, A._InvoiceEditItemsDesktopState_build__closure21, A._InvoiceEditItemsDesktopState_build__closure20, A._InvoiceEditItemsDesktopState_build___closure2, A._InvoiceEditItemsDesktopState_build__closure23, A._InvoiceEditItemsDesktopState_build__closure22, A._InvoiceEditItemsDesktopState_build___closure1, A._InvoiceEditItemsDesktopState_build__closure25, A._InvoiceEditItemsDesktopState_build__closure24, A._InvoiceEditItemsDesktopState_build___closure0, A._InvoiceEditItemsDesktopState_build__closure27, A._InvoiceEditItemsDesktopState_build__closure26, A._InvoiceEditItemsDesktopState_build___closure, A._InvoiceEditItemsDesktopState_build_closure8, A._InvoiceEditItemsDesktopState_build__closure, A._InvoiceEditItemsDesktopState_build_closure9, A.InvoiceEditItemsScreen_build_closure0, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure, A.InvoiceEditNotesState_didChangeDependencies_closure, A.InvoiceEditNotesState_didChangeDependencies_closure0, A.InvoiceEditNotesState_dispose_closure, A.InvoiceEditNotesState__onChanged_closure, A.InvoiceEditNotesScreen_build_closure0, A.InvoiceEditNotesVM_InvoiceEditNotesVM$fromStore_closure, A.InvoiceEditPDFState_didChangeDependencies_closure0, A.InvoiceEditPDFState_didChangeDependencies_closure1, A.InvoiceEditPDFScreen_build_closure0, A.InvoiceEditScreen_build_closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure1, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure2, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure3, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure4, A.InvoiceEditVM_InvoiceEditVM$fromStore____closure, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure1, A._InvoiceItemSelectorState__onItemsSelected_closure, A._InvoiceItemSelectorState__updateClientId_closure, A._InvoiceItemSelectorState_build_closure, A._InvoiceItemSelectorState_build_closure0, A._InvoiceItemSelectorState_build_closure1, A._InvoiceItemSelectorState_build__productList__closure, A._InvoiceItemSelectorState_build__taskList__closure, A._InvoiceItemSelectorState_build__expenseList__closure, A._InvoiceItemSelectorState_build_closure2, A.InvoiceEmailScreen_build_closure1, A.InvoiceEmailScreen_build_closure0, A.EmailInvoiceVM_EmailInvoiceVM$fromStore_closure, A.EmailInvoiceVM_EmailInvoiceVM$fromStore__closure, A.InvoiceListItem_build__closure, A.InvoiceListItem_build__closure3, A.InvoiceListVM_fromStore__handleRefresh, A.InvoiceListVM_fromStore_closure, A.InvoiceListVM_fromStore_closure0, A._InvoicePdfViewState_loadPdf_closure0, A._InvoicePdfViewState_loadPdf_closure1, A._InvoicePdfViewState_build_closure, A.InvoicePdfScreen_build_closure0, A.InvoiceScreen_build_closure, A.InvoiceScreen_build_closure0, A.InvoiceScreen_build_closure1, A.InvoiceScreen_build_closure2, A.InvoiceScreen_build_closure3, A.InvoiceScreen_build_closure4, A.InvoiceScreen_build_closure5, A.InvoiceScreen_build_closure15, A.InvoiceScreen_build_closure11, A.InvoiceScreen_build_closure7, A.InvoiceScreen_build_closure8, A.InvoiceScreen_build_closure9, A.InvoiceScreen_build_closure10, A._InvoiceViewState_build_closure, A.InvoiceViewContacts_build_closure, A._InvitationListTile_build_closure, A._InvitationListTile_build_closure1, A.InvoiceViewDocuments_build_closure, A.InvoiceViewDocuments_build_closure0, A.InvoiceViewDocuments_build_closure1, A._InvoiceViewHistoryState_build_closure, A.InvoiceOverview_build_closure, A.InvoiceOverview_build__closure0, A.InvoiceOverview_build__closure1, A.InvoiceOverview_build_closure0, A.InvoiceOverview_build_closure1, A.InvoiceOverview_build_closure2, A.InvoiceOverview_build__closure, A._InvoiceViewScheduleState_build_closure, A.InvoiceViewScreen_build_closure0, A.InvoiceViewVM_InvoiceViewVM$fromStore__handleRefresh, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure0, A.InvoiceViewVM_InvoiceViewVM$fromStore__closure0, A.InvoiceViewVM_InvoiceViewVM$fromStore__closure1, A.InvoiceViewVM_InvoiceViewVM$fromStore___closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure2, A.InvoiceViewVM_InvoiceViewVM$fromStore__closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure4, A._PaymentEditState_didChangeDependencies_closure, A._PaymentEditState_didChangeDependencies_closure0, A._PaymentEditState_dispose_closure, A._PaymentEditState__onChanged_closure, A._PaymentEditState_convertCurrency_closure, A._PaymentEditState_build_closure, A._PaymentEditState_build_closure0, A._PaymentEditState_build_closure1, A._PaymentEditState_build_closure2, A._PaymentEditState_build_closure4, A._PaymentEditState_build_closure3, A._PaymentEditState_build__closure5, A._PaymentEditState_build_closure5, A._PaymentEditState_build_closure7, A._PaymentEditState_build__closure4, A._PaymentEditState_build_closure8, A._PaymentEditState_build__closure3, A._PaymentEditState_build_closure9, A._PaymentEditState_build__closure2, A._PaymentEditState_build_closure10, A._PaymentEditState_build__closure0, A._PaymentEditState_build_closure11, A._PaymentEditState_build_closure13, A._PaymentEditState_build__closure, A._PaymentEditState_build_closure12, A._PaymentEditState_build_onSavePressed, A._PaymentEditState_build_closure16, A._PaymentableEditorState_didChangeDependencies_closure, A._PaymentableEditorState_didChangeDependencies_closure0, A._PaymentableEditorState_dispose_closure0, A._PaymentableEditorState__onChanged_closure, A._PaymentableEditorState__onChanged_closure0, A._PaymentableEditorState__onChanged_closure1, A._PaymentableEditorState__onChanged_closure2, A._PaymentableEditorState__onChanged_closure3, A._PaymentableEditorState__onChanged_closure4, A._PaymentableEditorState__onChanged_closure5, A._PaymentableEditorState_build_closure, A._PaymentableEditorState_build_closure0, A._PaymentableEditorState_build_closure3, A._PaymentableEditorState_build_closure2, A._PaymentableEditorState_build_closure1, A._PaymentableEditorState_build_closure6, A._PaymentableEditorState_build_closure5, A._PaymentableEditorState_build_closure4, A._PaymentableEditorState_build__closure, A._PaymentableEditorState_build__closure0, A.PaymentEditScreen_build_closure0, A.PaymentEditVM_PaymentEditVM$fromStore_closure, A.PaymentEditVM_PaymentEditVM$fromStore_closure1, A.PaymentEditVM_PaymentEditVM$fromStore_closure0, A.PaymentEditVM_PaymentEditVM$fromStore___closure, A.PaymentEditVM_PaymentEditVM$fromStore___closure0, A.PaymentEditVM_PaymentEditVM$fromStore___closure1, A.PaymentEditVM_PaymentEditVM$fromStore___closure2, A.PaymentEditVM_PaymentEditVM$fromStore___closure3, A.PaymentEditVM_PaymentEditVM$fromStore____closure, A.PaymentListItem_build__closure, A.PaymentListItem_build__closure3, A.PaymentListVM_fromStore__handleRefresh, A.PaymentListVM_fromStore_closure, A.PaymentListVM_fromStore_closure0, A.PaymentPresenter_getField_closure, A.PaymentPresenter_getField_closure0, A.PaymentPresenter_getField_closure1, A.PaymentPresenter_getField_closure2, A.PaymentScreen_build_closure7, A.PaymentScreen_build_closure4, A.PaymentScreen_build_closure0, A.PaymentScreen_build_closure1, A.PaymentScreen_build_closure2, A.PaymentScreen_build_closure3, A._PaymentRefundState_didChangeDependencies_closure, A._PaymentRefundState_didChangeDependencies_closure0, A._PaymentRefundState_dispose_closure, A._PaymentRefundState__onChanged__closure, A._PaymentRefundState_build_closure, A._PaymentRefundState_build_closure1, A._PaymentRefundState_build__closure1, A._PaymentRefundState_build_closure2, A._PaymentRefundState_build__closure0, A._PaymentRefundState_build_closure3, A._PaymentRefundState_build__closure, A._PaymentRefundState_build_onSavePressed, A._PaymentRefundState_build_onSavePressed_closure0, A._PaymentRefundState_build_closure4, A._PaymentRefundState_build_closure5, A._PaymentableEditorState_didChangeDependencies_closure1, A._PaymentableEditorState_didChangeDependencies_closure2, A._PaymentableEditorState_dispose_closure, A._PaymentableEditorState__onChanged_closure6, A._PaymentableEditorState__onChanged_closure7, A._PaymentableEditorState__onChanged_closure8, A._PaymentableEditorState__onChanged_closure9, A._PaymentableEditorState_build_closure8, A._PaymentableEditorState_build_closure10, A._PaymentableEditorState_build_closure9, A._PaymentableEditorState_build_closure11, A._PaymentableEditorState_build__closure1, A.PaymentRefundScreen_build_closure0, A.PaymentRefundVM_PaymentRefundVM$fromStore_closure, A.PaymentRefundVM_PaymentRefundVM$fromStore_closure1, A.PaymentRefundVM_PaymentRefundVM$fromStore__closure, A.PaymentRefundVM_PaymentRefundVM$fromStore__closure0, A.PaymentRefundVM_PaymentRefundVM$fromStore___closure, A._PaymentViewState_build_closure, A.PaymentViewScreen_build_closure0, A.PaymentViewVM_PaymentViewVM$fromStore__handleRefresh, A.PaymentViewVM_PaymentViewVM$fromStore_closure, A._PaymentTermEditState_didChangeDependencies_closure, A._PaymentTermEditState_didChangeDependencies_closure0, A._PaymentTermEditState_dispose_closure, A._PaymentTermEditState__onChanged_closure, A._PaymentTermEditState_build_closure0, A._PaymentTermEditState_build_closure1, A._PaymentTermEditState_build_closure, A._PaymentTermEditState_build__closure, A.PaymentTermEditScreen_build_closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure, A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure1, A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure, A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore____closure, A.PaymentTermListItem_build_closure, A.PaymentTermListVM_fromStore__handleRefresh, A.PaymentTermListVM_fromStore_closure, A.PaymentTermListVM_fromStore_closure0, A.PaymentTermScreen_build_closure7, A.PaymentTermScreen_build_closure4, A.PaymentTermScreen_build_closure0, A.PaymentTermScreen_build_closure1, A.PaymentTermScreen_build_closure2, A.PaymentTermScreen_build_closure3, A.PaymentTermViewScreen_build_closure0, A._ProductEditState_didChangeDependencies_closure, A._ProductEditState_didChangeDependencies_closure0, A._ProductEditState_dispose_closure, A._ProductEditState__onChanged_closure, A._ProductEditState_build_closure4, A._ProductEditState_build_closure5, A._ProductEditState_build_closure, A._ProductEditState_build_closure0, A._ProductEditState_build__closure3, A._ProductEditState_build_closure1, A._ProductEditState_build__closure2, A._ProductEditState_build_closure2, A._ProductEditState_build__closure1, A._ProductEditState_build_closure3, A._ProductEditState_build__closure0, A.ProductEditScreen_build_closure0, A.ProductEditVM_ProductEditVM$fromStore_closure, A.ProductEditVM_ProductEditVM$fromStore_closure1, A.ProductEditVM_ProductEditVM$fromStore_closure0, A.ProductEditVM_ProductEditVM$fromStore___closure, A.ProductEditVM_ProductEditVM$fromStore___closure0, A.ProductEditVM_ProductEditVM$fromStore____closure, A.ProductListItem_build__closure, A.ProductListItem_build__closure3, A.ProductListVM_fromStore__handleRefresh, A.ProductListVM_fromStore_closure, A.ProductListVM_fromStore_closure0, A.ProductScreen_build_closure7, A.ProductScreen_build_closure4, A.ProductScreen_build_closure0, A.ProductScreen_build_closure1, A.ProductScreen_build_closure2, A.ProductScreen_build_closure3, A._ProductViewState_build_closure, A.ProductViewDocuments_build_closure, A.ProductViewDocuments_build_closure0, A.ProductViewScreen_build_closure0, A.ProductViewVM_ProductViewVM$fromStore__handleRefresh, A.ProductViewVM_ProductViewVM$fromStore_closure, A.ProductViewVM_ProductViewVM$fromStore__closure0, A.ProductViewVM_ProductViewVM$fromStore__closure1, A.ProductViewVM_ProductViewVM$fromStore___closure, A.ProductViewVM_ProductViewVM$fromStore_closure1, A.ProductViewVM_ProductViewVM$fromStore__closure, A._ProjectEditState_didChangeDependencies_closure, A._ProjectEditState_didChangeDependencies_closure0, A._ProjectEditState_dispose_closure, A._ProjectEditState__onChanged_closure, A._ProjectEditState_build_closure0, A._ProjectEditState_build_closure1, A._ProjectEditState_build_closure, A._ProjectEditState_build__closure0, A._ProjectEditState_build__closure3, A._ProjectEditState_build__closure2, A._ProjectEditState_build___closure1, A._ProjectEditState_build__closure1, A._ProjectEditState_build__closure5, A._ProjectEditState_build___closure, A._ProjectEditState_build___closure0, A.ProjectEditScreen_build_closure0, A.ProjectEditVM_ProjectEditVM$fromStore_closure, A.ProjectEditVM_ProjectEditVM$fromStore_closure1, A.ProjectEditVM_ProjectEditVM$fromStore__closure, A.ProjectEditVM_ProjectEditVM$fromStore__closure0, A.ProjectEditVM_ProjectEditVM$fromStore_closure0, A.ProjectEditVM_ProjectEditVM$fromStore___closure, A.ProjectEditVM_ProjectEditVM$fromStore___closure0, A.ProjectEditVM_ProjectEditVM$fromStore____closure, A.ProjectListItem_build__closure, A.ProjectListItem_build__closure3, A.ProjectListVM_fromStore__handleRefresh, A.ProjectListVM_fromStore_closure, A.ProjectListVM_fromStore_closure0, A.ProjectScreen_build_closure7, A.ProjectScreen_build_closure4, A.ProjectScreen_build_closure0, A.ProjectScreen_build_closure1, A.ProjectScreen_build_closure2, A.ProjectScreen_build_closure3, A._ProjectViewState_build_closure0, A.ProjectViewDocuments_build_closure, A.ProjectViewDocuments_build_closure0, A._ProjectOverviewState_initState_closure, A.ProjectViewScreen_build_closure0, A.ProjectViewVM_ProjectViewVM$fromStore__handleRefresh, A.ProjectViewVM_ProjectViewVM$fromStore_closure0, A.ProjectViewVM_ProjectViewVM$fromStore_closure, A.ProjectViewVM_ProjectViewVM$fromStore__closure2, A.ProjectViewVM_ProjectViewVM$fromStore__closure0, A.ProjectViewVM_ProjectViewVM$fromStore__closure1, A.ProjectViewVM_ProjectViewVM$fromStore___closure, A.ProjectViewVM_ProjectViewVM$fromStore_closure2, A.ProjectViewVM_ProjectViewVM$fromStore__closure, A._PurchaseOrderEditState_build_closure1, A._PurchaseOrderEditState_build_closure2, A._PurchaseOrderEditState_build__closure, A._PurchaseOrderEditState_build___closure0, A._PurchaseOrderEditState_build___closure1, A._PurchaseOrderEditState_build___closure, A.PurchaseOrderEditDetailsScreen_build_closure0, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure0, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore__closure, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore__closure0, A.PurchaseOrderEditItemsScreen_build_closure0, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure, A.PurchaseOrderEditNotesScreen_build_closure0, A.PurchaseOrderEditNotesVM_PurchaseOrderEditNotesVM$fromStore_closure, A.PurchaseOrderEditPDFScreen_build_closure0, A.PurchaseOrderEditScreen_build_closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure1, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore____closure, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure1, A.PurchaseOrderEmailScreen_build_closure0, A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore_closure, A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore__closure, A.PurchaseOrderListItem_build__closure, A.PurchaseOrderListItem_build__closure3, A.PurchaseOrderListVM_fromStore__handleRefresh, A.PurchaseOrderListVM_fromStore_closure, A.PurchaseOrderListVM_fromStore_closure0, A.PurchaseOrderPdfScreen_build_closure0, A.PurchaseOrderScreen_build_closure, A.PurchaseOrderScreen_build_closure0, A.PurchaseOrderScreen_build_closure1, A.PurchaseOrderScreen_build_closure2, A.PurchaseOrderScreen_build_closure12, A.PurchaseOrderScreen_build_closure8, A.PurchaseOrderScreen_build_closure4, A.PurchaseOrderScreen_build_closure5, A.PurchaseOrderScreen_build_closure6, A.PurchaseOrderScreen_build_closure7, A.PurchaseOrderViewScreen_build_closure0, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__handleRefresh, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure0, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure0, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure1, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore___closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure2, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure3, A.QuoteEditDetailsScreen_build_closure0, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure0, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure0, A.QuoteEditItemsScreen_build_closure0, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure, A.QuoteEditNotesScreen_build_closure0, A.QuoteEditNotesVM_QuoteEditNotesVM$fromStore_closure, A.QuoteEditPDFScreen_build_closure0, A.QuoteEditScreen_build_closure0, A.QuoteEditVM_QuoteEditVM$fromStore_closure, A.QuoteEditVM_QuoteEditVM$fromStore___closure, A.QuoteEditVM_QuoteEditVM$fromStore___closure0, A.QuoteEditVM_QuoteEditVM$fromStore___closure1, A.QuoteEditVM_QuoteEditVM$fromStore____closure, A.QuoteEditVM_QuoteEditVM$fromStore_closure0, A.QuoteEditVM_QuoteEditVM$fromStore_closure1, A._QuoteEditState_build_closure1, A._QuoteEditState_build_closure2, A._QuoteEditState_build__closure, A._QuoteEditState_build___closure0, A._QuoteEditState_build___closure1, A._QuoteEditState_build___closure, A.QuoteEmailScreen_build_closure1, A.QuoteEmailScreen_build_closure0, A.EmailQuoteVM_EmailQuoteVM$fromStore_closure, A.EmailQuoteVM_EmailQuoteVM$fromStore__closure, A.QuoteListItem_build__closure, A.QuoteListItem_build__closure3, A.QuoteListVM_fromStore__handleRefresh, A.QuoteListVM_fromStore_closure, A.QuoteListVM_fromStore_closure0, A.QuotePdfScreen_build_closure0, A.QuoteScreen_build_closure, A.QuoteScreen_build_closure0, A.QuoteScreen_build_closure1, A.QuoteScreen_build_closure2, A.QuoteScreen_build_closure3, A.QuoteScreen_build_closure13, A.QuoteScreen_build_closure9, A.QuoteScreen_build_closure5, A.QuoteScreen_build_closure6, A.QuoteScreen_build_closure7, A.QuoteScreen_build_closure8, A.QuoteViewScreen_build_closure0, A.QuoteViewVM_QuoteViewVM$fromStore__handleRefresh, A.QuoteViewVM_QuoteViewVM$fromStore_closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure0, A.QuoteViewVM_QuoteViewVM$fromStore__closure0, A.QuoteViewVM_QuoteViewVM$fromStore__closure1, A.QuoteViewVM_QuoteViewVM$fromStore___closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure2, A.QuoteViewVM_QuoteViewVM$fromStore__closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure3, A.RecurringExpenseEditScreen_build_closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure1, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure2, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure1, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore____closure, A.RecurringExpenseListItem_build__closure, A.RecurringExpenseListItem_build__closure3, A.RecurringExpenseListVM_fromStore__handleRefresh, A.RecurringExpenseListVM_fromStore_closure, A.RecurringExpenseListVM_fromStore_closure0, A.RecurringExpenseScreen_build_closure7, A.RecurringExpenseScreen_build_closure4, A.RecurringExpenseScreen_build_closure0, A.RecurringExpenseScreen_build_closure1, A.RecurringExpenseScreen_build_closure2, A.RecurringExpenseScreen_build_closure3, A.RecurringExpenseViewScreen_build_closure0, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__handleRefresh, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure0, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure1, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore___closure, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure1, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure, A._RecurringInvoiceEditState_build_closure1, A._RecurringInvoiceEditState_build_closure2, A._RecurringInvoiceEditState_build__closure, A._RecurringInvoiceEditState_build___closure0, A._RecurringInvoiceEditState_build___closure1, A._RecurringInvoiceEditState_build___closure, A.RecurringInvoiceEditDetailsScreen_build_closure0, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure0, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure0, A.RecurringInvoiceEditItemsScreen_build_closure0, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore__closure, A.RecurringInvoiceEditNotesScreen_build_closure0, A.RecurringInvoiceEditNotesVM_RecurringInvoiceEditNotesVM$fromStore_closure, A.RecurringInvoiceEditPDFScreen_build_closure0, A.RecurringInvoiceEditScreen_build_closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure1, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore____closure, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure1, A.RecurringInvoiceListItem_build__closure, A.RecurringInvoiceListItem_build__closure3, A.RecurringInvoiceListVM_fromStore__handleRefresh, A.RecurringInvoiceListVM_fromStore_closure, A.RecurringInvoiceListVM_fromStore_closure0, A.RecurringInvoicePdfScreen_build_closure0, A.RecurringInvoiceScreen_build_closure, A.RecurringInvoiceScreen_build_closure0, A.RecurringInvoiceScreen_build_closure1, A.RecurringInvoiceScreen_build_closure2, A.RecurringInvoiceScreen_build_closure3, A.RecurringInvoiceScreen_build_closure13, A.RecurringInvoiceScreen_build_closure9, A.RecurringInvoiceScreen_build_closure5, A.RecurringInvoiceScreen_build_closure6, A.RecurringInvoiceScreen_build_closure7, A.RecurringInvoiceScreen_build_closure8, A.RecurringInvoiceViewScreen_build_closure0, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__handleRefresh, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure0, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure0, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure1, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore___closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure2, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure3, A.memoizedClientReport_closure, A.clientReport_closure, A.clientReport_closure0, A.clientReport_closure1, A.clientReport_closure3, A.clientReport_closure4, A.memoizedContactReport_closure, A.contactReport_closure, A.contactReport_closure0, A.contactReport_closure1, A.contactReport_closure3, A.contactReport_closure4, A.memoizedCreditReport_closure, A.creditReport_closure, A.creditReport_closure0, A.creditReport_closure1, A.creditReport_closure3, A.creditReport_closure4, A.memoizedDocumentReport_closure, A.documentReport_closure, A.documentReport_closure0, A.documentReport__closure2, A.documentReport__closure1, A.documentReport__closure0, A.documentReport__closure, A.documentReport_closure5, A.documentReport_closure7, A.documentReport_closure8, A.memoizedExpenseReport_closure, A.expenseReport_closure, A.expenseReport_closure0, A.expenseReport_closure1, A.expenseReport_closure3, A.expenseReport_closure4, A.memoizedInvoiceItemReport_closure, A.lineItemReport_closure5, A.lineItemReport_closure6, A.lineItemReport_closure7, A.lineItemReport_closure9, A.lineItemReport_closure10, A.memoizedInvoiceReport_closure, A.invoiceReport_closure, A.invoiceReport_closure0, A.invoiceReport_closure1, A.invoiceReport_closure3, A.invoiceReport_closure4, A.memoizedInvoiceTaxReport_closure, A.taxReport_closure, A.taxReport_closure0, A.taxReport_closure2, A.taxReport_closure3, A.taxReport_closure4, A.taxReport_closure5, A.memoizedPaymentReport_closure, A.paymentReport_closure, A.paymentReport_closure0, A.paymentReport_closure1, A.paymentReport_closure3, A.paymentReport_closure4, A.memoizedPaymentTaxReport_closure, A.paymentTaxReport_closure, A.paymentTaxReport_closure0, A.paymentTaxReport_closure2, A.paymentTaxReport_closure3, A.paymentTaxReport_closure4, A.paymentTaxReport_closure5, A.memoizedProductReport_closure, A.productReport_closure, A.productReport_closure0, A.productReport_closure1, A.productReport_closure3, A.productReport_closure4, A.memoizedProfitAndLossReport_closure, A.profitAndLossReport_closure, A.profitAndLossReport_closure0, A.profitAndLossReport_closure2, A.profitAndLossReport_closure3, A.profitAndLossReport_closure4, A.profitAndLossReport_closure5, A.memoizedPurchaseOrderReport_closure, A.purchaseOrderReport_closure, A.purchaseOrderReport_closure0, A.purchaseOrderReport_closure1, A.purchaseOrderReport_closure3, A.purchaseOrderReport_closure4, A.memoizedQuoteItemReport_closure, A.lineItemReport_closure, A.lineItemReport_closure0, A.lineItemReport_closure1, A.lineItemReport_closure3, A.lineItemReport_closure4, A.memoizedQuoteReport_closure, A.quoteReport_closure, A.quoteReport_closure0, A.quoteReport_closure1, A.quoteReport_closure3, A.quoteReport_closure4, A.memoizedRecurringExpenseReport_closure, A.recurringExpenseReport_closure, A.recurringExpenseReport_closure0, A.recurringExpenseReport_closure1, A.recurringExpenseReport_closure3, A.recurringExpenseReport_closure4, A.memoizedRecurringInvoiceReport_closure, A.recurringInvoiceReport_closure, A.recurringInvoiceReport_closure0, A.recurringInvoiceReport_closure1, A.recurringInvoiceReport_closure3, A.recurringInvoiceReport_closure4, A.ReportCharts_build_closure0, A.ReportCharts_build_closure3, A.ReportCharts_build_closure6, A.ReportsScreen_build_closure, A.ReportsScreen_build_closure0, A.ReportsScreen_build_closure3, A.ReportsScreen_build_closure2, A.ReportsScreen_build_closure6, A.ReportsScreen_build_closure4, A.ReportsScreen_build_closure5, A.ReportsScreen_build_closure7, A.ReportsScreen_build_closure8, A.ReportsScreen_build_closure9, A.ReportsScreen_build_closure11, A.ReportsScreen_build__closure4, A.ReportsScreen_build_closure10, A.ReportsScreen_build_closure12, A.ReportsScreen_build__closure3, A.ReportsScreen_build_closure13, A.ReportsScreen_build_closure18, A.ReportsScreen_build_closure16, A.ReportsScreen_build_closure17, A.ReportsScreen_build_closure19, A.ReportsScreen_build___closure0, A.ReportsScreen_build__closure1, A.ReportsScreen_build_closure22, A.ReportsScreen_build_closure24, A.ReportsScreen_build___closure, A._ReportDataTableState_initState__closure, A._ReportDataTableState__onChanged_closure, A._ReportDataTableState_dispose_closure, A._ReportDataTableState_dispose__closure, A.getReportColumnType_convertCustomFieldType, A.ReportResult_tableFilters_closure, A.ReportResult_tableFilters_closure0, A.ReportResult_tableFilters_closure1, A.ReportResult_tableFilters_closure3, A.ReportResult_tableFilters_closure4, A.ReportResult_tableFilters_closure8, A.ReportResult_tableFilters__closure, A.ReportResult_tableFilters__closure0, A.ReportResult_tableFilters_closure7, A.ReportResult_tableFilters__closure1, A.ReportResult_tableFilters_closure5, A.ReportResult_tableFilters__closure4, A.ReportResult_tableFilters_closure6, A.ReportResult_tableRow__closure, A.ReportResult_totalRows_closure, A.ReportResult_totalRows_closure1, A.ReportResult_totalRows_closure3, A.ReportResult_totalRows__closure, A.ReportsScreenVM_fromStore__closure6, A.ReportsScreenVM_fromStore___closure0, A.ReportsScreenVM_fromStore__closure7, A.ReportsScreenVM_fromStore__closure8, A.ReportsScreenVM_fromStore_closure4, A.ReportsScreenVM_fromStore_closure0, A.ReportsScreenVM_fromStore__closure0, A.ReportsScreenVM_fromStore__closure1, A.ReportsScreenVM_fromStore__closure2, A.ReportsScreenVM_fromStore__closure4, A.ReportsScreenVM_fromStore__closure5, A.ReportsScreenVM_fromStore___closure, A.memoizeedGroupTotals_closure, A.memoizedTaskReport_closure, A.taskReport_closure, A.taskReport_closure0, A.taskReport_closure1, A.taskReport_closure3, A.taskReport_closure4, A._AccountManagementState_didChangeDependencies_closure, A._AccountManagementState_didChangeDependencies_closure0, A._AccountManagementState__onChanged_closure, A._AccountManagementState_dispose_closure, A._AccountManagementState_build_closure, A._AccountManagementState_build__closure2, A._AccountManagementState_build___closure, A._AccountManagementState_build_closure0, A._AccountManagementState_build__closure1, A._AccountManagementState_build_closure1, A._AccountManagementState_build__closure0, A._AccountManagementState_build_closure2, A._AccountManagementState_build__closure, A._AccountOverview_build_closure1, A._AccountOverview_build__closure5, A._AccountOverview_build_closure2, A._AccountOverview_build__closure4, A._AccountOverview_build_closure3, A._AccountOverview_build__closure3, A._AccountOverview_build_closure4, A._AccountOverview_build__closure2, A._AccountOverview_build__closure1, A._AccountOverview_build___closure1, A._AccountOverview_build___closure2, A._AccountOverview_build___closure3, A._AccountOverview_build__closure0, A._AccountOverview_build__closure, A.AccountManagementVM_fromStore_closure1, A.AccountManagementVM_fromStore_closure2, A.AccountManagementVM_fromStore__closure, A.AccountManagementVM_fromStore__closure0, A.AccountManagementVM_fromStore___closure0, A.AccountManagementVM_fromStore__closure1, A.AccountManagementVM_fromStore___closure, A.AccountManagementVM_fromStore_closure, A.AccountManagementVM_fromStore_closure3, A.AccountManagementVM_fromStore_closure0, A._ClientPortalState__validateSubdomain__closure1, A._ClientPortalState__validateSubdomain__closure2, A._ClientPortalState_dispose_closure, A._ClientPortalState_didChangeDependencies_closure, A._ClientPortalState_didChangeDependencies_closure0, A._ClientPortalState__onChanged__closure, A._ClientPortalState__onChanged__closure0, A._ClientPortalState_build_closure19, A._ClientPortalState_build_closure, A._ClientPortalState_build__closure11, A._ClientPortalState_build_closure1, A._ClientPortalState_build_closure0, A._ClientPortalState_build_closure2, A._ClientPortalState_build_closure5, A._ClientPortalState_build__closure10, A._ClientPortalState_build_closure6, A._ClientPortalState_build__closure9, A._ClientPortalState_build_closure7, A._ClientPortalState_build__closure8, A._ClientPortalState_build_closure9, A._ClientPortalState_build__closure7, A._ClientPortalState_build_closure11, A._ClientPortalState_build__closure6, A._ClientPortalState_build___closure, A._ClientPortalState_build____closure, A._ClientPortalState_build_closure12, A._ClientPortalState_build__closure5, A._ClientPortalState_build_closure13, A._ClientPortalState_build__closure4, A._ClientPortalState_build_closure14, A._ClientPortalState_build__closure3, A._ClientPortalState_build_closure15, A._ClientPortalState_build__closure2, A._ClientPortalState_build_closure16, A._ClientPortalState_build__closure1, A._ClientPortalState_build_closure17, A._ClientPortalState_build__closure0, A._ClientPortalState_build_closure18, A._ClientPortalState_build__closure, A.ClientPortalVM_fromStore_closure1, A.ClientPortalVM_fromStore_closure0, A.ClientPortalVM_fromStore_closure, A.ClientPortalVM_fromStore___closure, A._CompanyDetailsState_didChangeDependencies_closure, A._CompanyDetailsState_didChangeDependencies_closure0, A._CompanyDetailsState_dispose_closure, A._CompanyDetailsState__onSettingsChanged_closure, A._CompanyDetailsState_build_closure, A._CompanyDetailsState_build_closure0, A._CompanyDetailsState_build_closure1, A._CompanyDetailsState_build__closure14, A._CompanyDetailsState_build_closure2, A._CompanyDetailsState_build__closure13, A._CompanyDetailsState_build_closure3, A._CompanyDetailsState_build__closure12, A._CompanyDetailsState_build_closure4, A._CompanyDetailsState_build___closure, A._CompanyDetailsState_build_closure6, A._CompanyDetailsState_build__closure9, A._CompanyDetailsState_build_closure5, A._CompanyDetailsState_build_closure7, A._CompanyDetailsState_build__closure8, A._CompanyDetailsState_build_closure8, A._CompanyDetailsState_build_closure9, A._CompanyDetailsState_build__closure7, A._CompanyDetailsState_build_closure10, A._CompanyDetailsState_build_closure11, A._CompanyDetailsState_build__closure6, A._CompanyDetailsState_build_closure13, A._CompanyDetailsState_build__closure5, A._CompanyDetailsState_build_closure14, A._CompanyDetailsState_build__closure4, A._CompanyDetailsState_build_closure15, A._CompanyDetailsState_build__closure3, A._CompanyDetailsState_build_closure16, A._CompanyDetailsState_build__closure2, A._CompanyDetailsState_build_closure17, A._CompanyDetailsState_build__closure1, A._CompanyDetailsState_build_closure18, A._CompanyDetailsState_build__closure0, A._CompanyDetailsState_build_closure19, A._CompanyDetailsState_build__closure, A._CompanyDetailsState_build_closure20, A._CompanyDetailsState_build_closure21, A.CompanyDetailsVM_fromStore_closure, A.CompanyDetailsVM_fromStore_closure0, A.CompanyDetailsVM_fromStore_closure3, A.CompanyDetailsVM_fromStore__closure2, A.CompanyDetailsVM_fromStore__closure3, A.CompanyDetailsVM_fromStore__closure4, A.CompanyDetailsVM_fromStore_closure1, A.CompanyDetailsVM_fromStore_closure4, A.CompanyDetailsVM_fromStore__closure0, A.CompanyDetailsVM_fromStore__closure1, A.CompanyDetailsVM_fromStore___closure, A.CompanyDetailsVM_fromStore_closure6, A.CompanyDetailsVM_fromStore__closure, A._CreditCardsAndBanksState_dispose_closure, A._CreditCardsAndBanksState_didChangeDependencies_closure, A._CreditCardsAndBanksState_didChangeDependencies_closure0, A._CustomFieldsState_initState_closure, A.CustomFieldsSettings_build_closure, A.CustomFieldsSettings_build__closure6, A.CustomFieldsSettings_build_closure0, A.CustomFieldsSettings_build__closure5, A.CustomFieldsSettings_build_closure1, A.CustomFieldsSettings_build__closure4, A.CustomFieldsSettings_build_closure2, A.CustomFieldsSettings_build__closure3, A.CustomFieldsSettings_build_closure3, A.CustomFieldsSettings_build__closure2, A.CustomFieldsSettings_build_closure4, A.CustomFieldsSettings_build__closure1, A.CustomFieldsSettings_build_closure5, A.CustomFieldsSettings_build__closure0, A.CustomFieldsSettings_build_closure6, A.CustomFieldsSettings_build__closure, A._CustomFormFieldState_dispose_closure, A._CustomFormFieldState_didChangeDependencies_closure, A._CustomFormFieldState_didChangeDependencies_closure0, A._CustomFormFieldState__onChanged_closure, A._CustomFormFieldState_build_closure, A._CustomFormFieldState_build_closure1, A.CustomFieldsVM_fromStore_closure0, A.CustomFieldsVM_fromStore_closure, A._DataVisualizationsState_dispose_closure, A._DataVisualizationsState_didChangeDependencies_closure, A._DataVisualizationsState_didChangeDependencies_closure0, A._DeviceSettingsState_build_closure, A._DeviceSettingsState_build_closure0, A._DeviceSettingsState_build_closure1, A._DeviceSettingsState_build_closure2, A._DeviceSettingsState_build_closure3, A._DeviceSettingsState_build_closure4, A._DeviceSettingsState_build_closure5, A._DeviceSettingsState_build__closure7, A._DeviceSettingsState_build_closure7, A._DeviceSettingsState_build_closure8, A._DeviceSettingsState_build_closure9, A._DeviceSettingsState_build_closure10, A._DeviceSettingsState_build_closure11, A._DeviceSettingsState_build_closure12, A._DeviceSettingsState_build_closure13, A._DeviceSettingsState_build__closure4, A._DeviceSettingsState_build_closure15, A._DeviceSettingsState_build_closure16, A._DeviceSettingsState_build_closure17, A._DeviceSettingsState_build_closure18, A._DeviceSettingsState_build__closure2, A._DeviceSettingsState_build__closure3, A._DeviceSettingsState_build_closure19, A._DeviceSettingsState_build__closure1, A._DeviceSettingsState_build___closure0, A._DeviceSettingsState_build__closure0, A._DeviceSettingsState_build__closure, A._DeviceSettingsState_build___closure, A.DeviceSettingsVM_fromStore_closure, A.DeviceSettingsVM_fromStore_closure0, A.DeviceSettingsVM_fromStore__closure, A._EmailSettingsState_dispose_closure, A._EmailSettingsState_didChangeDependencies_closure, A._EmailSettingsState_didChangeDependencies_closure0, A._EmailSettingsState__onChanged_closure, A._EmailSettingsState_build_closure, A._EmailSettingsState_build__closure6, A._EmailSettingsState_build_closure1, A._EmailSettingsState_build__closure5, A._EmailSettingsState_build_closure2, A._EmailSettingsState_build_closure4, A._EmailSettingsState_build__closure4, A._EmailSettingsState_build_closure5, A._EmailSettingsState_build_closure7, A._EmailSettingsState_build__closure3, A._EmailSettingsState_build_closure6, A._EmailSettingsState_build_closure8, A._EmailSettingsState_build__closure2, A._EmailSettingsState_build_closure9, A._EmailSettingsState_build__closure1, A._EmailSettingsState_build_closure10, A._EmailSettingsState_build__closure0, A._EmailSettingsState_build_closure11, A._EmailSettingsState_build__closure, A.EmailSettingsVM_fromStore_closure0, A.EmailSettingsVM_fromStore_closure, A._ExpenseSettingsState_build_closure, A._ExpenseSettingsState_build__closure3, A._ExpenseSettingsState_build_closure0, A._ExpenseSettingsState_build__closure2, A._ExpenseSettingsState_build_closure1, A._ExpenseSettingsState_build__closure1, A._ExpenseSettingsState_build_closure2, A._ExpenseSettingsState_build__closure0, A._ExpenseSettingsState_build_closure3, A._ExpenseSettingsState_build__closure, A.ExpenseSettingsVM_fromStore_closure0, A.ExpenseSettingsVM_fromStore_closure, A.ExpenseSettingsVM_fromStore_closure1, A._GeneratedNumbersState_initState_closure, A._GeneratedNumbersState_dispose_closure, A._GeneratedNumbersState_didChangeDependencies_closure, A._GeneratedNumbersState_didChangeDependencies_closure0, A._GeneratedNumbersState__onChanged__closure, A._GeneratedNumbersState__onSavePressed_closure, A._GeneratedNumbersState__onSavePressed_closure0, A._GeneratedNumbersState_build_closure0, A._GeneratedNumbersState_build__closure16, A._GeneratedNumbersState_build_closure, A._GeneratedNumbersState_build_closure1, A._GeneratedNumbersState_build__closure15, A._GeneratedNumbersState_build_closure2, A._GeneratedNumbersState_build__closure14, A._GeneratedNumbersState_build_closure3, A._GeneratedNumbersState_build__closure13, A._GeneratedNumbersState_build_closure5, A._GeneratedNumbersState_build__closure12, A._GeneratedNumbersState_build__closure11, A._GeneratedNumbersState_build__closure10, A._GeneratedNumbersState_build__closure9, A._GeneratedNumbersState_build__closure8, A._GeneratedNumbersState_build__closure7, A._GeneratedNumbersState_build__closure6, A._GeneratedNumbersState_build__closure5, A._GeneratedNumbersState_build__closure4, A._GeneratedNumbersState_build__closure3, A._GeneratedNumbersState_build__closure2, A._GeneratedNumbersState_build__closure1, A._GeneratedNumbersState_build__closure0, A._GeneratedNumbersState_build__closure, A._EntityNumberSettingsState_dispose_closure, A._EntityNumberSettingsState_didChangeDependencies_closure, A._EntityNumberSettingsState_didChangeDependencies_closure0, A._EntityNumberSettingsState_build_closure0, A.HelpPanel_build_closure, A.HelpPanel_build_closure0, A.HelpPanel_build_closure1, A.HelpPanel_build_closure2, A.GeneratedNumbersVM_fromStore_closure0, A.GeneratedNumbersVM_fromStore_closure, A._ImportExportState_build_closure0, A._ImportExportState_build_closure, A._ImportExportState_build_closure3, A._ImportExportState_build_closure2, A._ImportExportState_build_closure5, A._ImportExportState_build_closure4, A._ImportExportState_build__closure0, A._ImportExportState_build__closure1, A._FileImportState_uploadJsonFile_closure0, A._FileImportState_uploadJsonFile_closure1, A._FileImportState_uploadFile_closure0, A._FileImportState_uploadFile_closure1, A._FileImportState_build_closure0, A._FileImportState_build_closure, A._FileImportState_build_closure2, A._FileImportState_build_closure3, A.__FileMapperState_build_closure, A.__FileMapperState_build_closure0, A.__FileMapperState_build__closure0, A.__FileMapperState_build__closure1, A._FieldMapper_build_closure1, A._FieldMapper_build__closure, A._FieldMapper_build_closure0, A._InvoiceDesignState_initState_closure, A._InvoiceDesignState_build_closure62, A._InvoiceDesignState_build_closure, A._InvoiceDesignState_build__closure20, A._InvoiceDesignState_build_closure0, A._InvoiceDesignState_build_closure1, A._InvoiceDesignState_build__closure17, A._InvoiceDesignState_build_closure2, A._InvoiceDesignState_build_closure3, A._InvoiceDesignState_build__closure14, A._InvoiceDesignState_build_closure4, A._InvoiceDesignState_build_closure5, A._InvoiceDesignState_build__closure11, A._InvoiceDesignState_build_closure6, A._InvoiceDesignState_build_closure9, A._InvoiceDesignState_build__closure8, A._InvoiceDesignState_build_closure8, A._InvoiceDesignState_build_closure11, A._InvoiceDesignState_build__closure7, A._InvoiceDesignState_build_closure10, A._InvoiceDesignState_build_closure13, A._InvoiceDesignState_build__closure6, A._InvoiceDesignState_build_closure12, A._InvoiceDesignState_build_closure14, A._InvoiceDesignState_build__closure5, A._InvoiceDesignState_build_closure15, A._InvoiceDesignState_build__closure4, A._InvoiceDesignState_build_closure16, A._InvoiceDesignState_build__closure3, A._InvoiceDesignState_build_closure17, A._InvoiceDesignState_build__closure2, A._InvoiceDesignState_build_closure18, A._InvoiceDesignState_build__closure1, A._InvoiceDesignState_build_closure19, A._InvoiceDesignState_build__closure0, A._InvoiceDesignState_build_closure21, A._InvoiceDesignState_build__closure, A._InvoiceDesignState_build_closure22, A._InvoiceDesignState_build_closure23, A._InvoiceDesignState_build_closure24, A._InvoiceDesignState_build_closure25, A._InvoiceDesignState_build_closure26, A._InvoiceDesignState_build_closure27, A._InvoiceDesignState_build_closure28, A._InvoiceDesignState_build_closure29, A._InvoiceDesignState_build_closure30, A._InvoiceDesignState_build_closure31, A._InvoiceDesignState_build_closure32, A._InvoiceDesignState_build_closure33, A._InvoiceDesignState_build_closure34, A._InvoiceDesignState_build_closure35, A._InvoiceDesignState_build_closure36, A._InvoiceDesignState_build_closure37, A._InvoiceDesignState_build_closure38, A._InvoiceDesignState_build_closure39, A._InvoiceDesignState_build_closure40, A._InvoiceDesignState_build_closure41, A._InvoiceDesignState_build_closure42, A._InvoiceDesignState_build_closure43, A._InvoiceDesignState_build_closure44, A._InvoiceDesignState_build_closure45, A._InvoiceDesignState_build_closure46, A._InvoiceDesignState_build_closure47, A._InvoiceDesignState_build_closure48, A._InvoiceDesignState_build_closure49, A._InvoiceDesignState_build_closure50, A._InvoiceDesignState_build_closure51, A._InvoiceDesignState_build_closure52, A._InvoiceDesignState_build_closure53, A._InvoiceDesignState_build_closure54, A._InvoiceDesignState_build_closure55, A._InvoiceDesignState_build_closure56, A._InvoiceDesignState_build_closure57, A._InvoiceDesignState_build_closure58, A._InvoiceDesignState_build_closure59, A._InvoiceDesignState_build_closure60, A._InvoiceDesignState_build_closure61, A.InvoiceDesignVM_fromStore_closure, A.InvoiceDesignVM_fromStore___closure, A.InvoiceDesignVM_fromStore____closure, A.InvoiceDesignVM_fromStore_____closure, A.InvoiceDesignVM_fromStore_____closure0, A._LocalizationSettingsState_dispose_closure, A._LocalizationSettingsState_didChangeDependencies_closure, A._LocalizationSettingsState_didChangeDependencies_closure0, A._LocalizationSettingsState_build_closure, A._LocalizationSettingsState_build_closure1, A._LocalizationSettingsState_build__closure13, A._LocalizationSettingsState_build_closure2, A._LocalizationSettingsState_build__closure12, A._LocalizationSettingsState_build_closure3, A._LocalizationSettingsState_build__closure11, A._LocalizationSettingsState_build_closure4, A._LocalizationSettingsState_build__closure10, A._LocalizationSettingsState_build_closure5, A._LocalizationSettingsState_build__closure9, A._LocalizationSettingsState_build_closure6, A._LocalizationSettingsState_build__closure8, A._LocalizationSettingsState_build_closure7, A._LocalizationSettingsState_build__closure7, A._LocalizationSettingsState_build_closure9, A._LocalizationSettingsState_build__closure6, A._LocalizationSettingsState_build_closure10, A._LocalizationSettingsState_build_closure11, A._LocalizationSettingsState_build__closure5, A._LocalizationSettingsState_build__closure3, A._LocalizationSettingsState_build___closure, A._LocalizationSettingsState_build__closure1, A._LocalizationSettingsState_build__closure2, A._LocalizationSettingsState_build_closure14, A._LocalizationSettingsState_build__closure0, A._LocalizationSettingsState_build__closure, A._AddCompanyDialogState_build_closure1, A.LocalizationSettingsVM_fromStore_closure0, A.LocalizationSettingsVM_fromStore_closure, A.LocalizationSettingsVM_fromStore_closure1, A.LocalizationSettingsVM_fromStore___closure, A.LocalizationSettingsVM_fromStore____closure, A._PaymentSettingsState_didChangeDependencies_closure, A._PaymentSettingsState_didChangeDependencies_closure0, A._PaymentSettingsState__onChanged_closure, A._PaymentSettingsState_build_closure, A._PaymentSettingsState_build__closure3, A._PaymentSettingsState_build_closure0, A._PaymentSettingsState_build__closure2, A._PaymentSettingsState_build_closure1, A._PaymentSettingsState_build__closure1, A._PaymentSettingsState_build_closure2, A._PaymentSettingsState_build__closure0, A._PaymentSettingsState_build_closure3, A._PaymentSettingsState_build__closure, A.PaymentSettingsVM_fromStore_closure0, A.PaymentSettingsVM_fromStore_closure1, A.PaymentSettingsVM_fromStore_closure, A.PaymentSettingsVM_fromStore_closure2, A._ProductSettingsState_didChangeDependencies_closure, A._ProductSettingsState_didChangeDependencies_closure0, A._ProductSettingsState_dispose_closure, A._ProductSettingsState__onChanged_closure, A._ProductSettingsState_build_closure, A._ProductSettingsState_build__closure9, A._ProductSettingsState_build_closure0, A._ProductSettingsState_build__closure8, A._ProductSettingsState_build_closure1, A._ProductSettingsState_build__closure7, A._ProductSettingsState_build_closure2, A._ProductSettingsState_build__closure6, A._ProductSettingsState_build_closure3, A._ProductSettingsState_build__closure5, A._ProductSettingsState_build_closure4, A._ProductSettingsState_build__closure4, A._ProductSettingsState_build_closure5, A._ProductSettingsState_build__closure3, A._ProductSettingsState_build_closure6, A._ProductSettingsState_build__closure2, A._ProductSettingsState_build_closure7, A._ProductSettingsState_build__closure1, A._ProductSettingsState_build_closure8, A._ProductSettingsState_build__closure0, A._ProductSettingsState_build_closure9, A._ProductSettingsState_build__closure, A.ProductSettingsVM_fromStore_closure0, A.ProductSettingsVM_fromStore_closure, A.SettingsListVM_fromStore_closure, A.SettingsListVM_fromStore_closure1, A.SettingsListVM_fromStore_closure0, A.SettingsScreen_build_closure, A._SettingsWizardState_dispose_closure, A._SettingsWizardState__validateSubdomain__closure1, A._SettingsWizardState__validateSubdomain__closure2, A._SettingsWizardState__onSavePressed__closure, A._SettingsWizardState__onSavePressed___closure0, A._SettingsWizardState__onSavePressed___closure1, A._SettingsWizardState__onSavePressed___closure2, A._SettingsWizardState__onSavePressed__closure0, A._SettingsWizardState__onSavePressed__closure2, A._SettingsWizardState_build_closure, A._SettingsWizardState_build_closure0, A._SettingsWizardState_build_closure1, A._SettingsWizardState_build_closure2, A._SettingsWizardState_build_closure3, A._SettingsWizardState_build_closure4, A._SettingsWizardState_build_closure5, A._SettingsWizardState_build__closure, A._SettingsWizardState_build_closure8, A._SettingsWizardState_build_closure7, A._TaskSettingsState_didChangeDependencies_closure, A._TaskSettingsState_didChangeDependencies_closure0, A._TaskSettingsState_dispose_closure, A._TaskSettingsState__onChanged_closure, A._TaskSettingsState_build_closure, A._TaskSettingsState_build__closure6, A._TaskSettingsState_build_closure0, A._TaskSettingsState_build__closure5, A._TaskSettingsState_build_closure1, A._TaskSettingsState_build__closure4, A._TaskSettingsState_build_closure2, A._TaskSettingsState_build__closure3, A._TaskSettingsState_build_closure3, A._TaskSettingsState_build__closure2, A._TaskSettingsState_build_closure4, A._TaskSettingsState_build__closure1, A._TaskSettingsState_build_closure5, A._TaskSettingsState_build__closure0, A._TaskSettingsState_build_closure6, A._TaskSettingsState_build__closure, A._TaskSettingsState_build_closure7, A.TaskSettingsVM_fromStore_closure0, A.TaskSettingsVM_fromStore_closure1, A.TaskSettingsVM_fromStore_closure, A.TaskSettingsVM_fromStore_closure2, A._TaxSettingsState_build_closure, A._TaxSettingsState_build__closure4, A._TaxSettingsState_build_closure0, A._TaxSettingsState_build__closure3, A._TaxSettingsState_build_closure1, A._TaxSettingsState_build__closure2, A._TaxSettingsState_build_closure2, A._TaxSettingsState_build__closure1, A._TaxSettingsState_build_closure3, A._TaxSettingsState_build__closure0, A._TaxSettingsState_build_closure4, A._TaxSettingsState_build__closure, A.NumberOfRatesSelector_build_closure, A.TaxSettingsVM_fromStore_closure0, A.TaxSettingsVM_fromStore_closure1, A.TaxSettingsVM_fromStore_closure, A.TaxSettingsVM_fromStore_closure2, A._TemplatesAndRemindersState_initState_closure, A._TemplatesAndRemindersState_dispose_closure, A._TemplatesAndRemindersState__onChanged_closure, A._TemplatesAndRemindersState__onChanged_closure0, A._TemplatesAndRemindersState__onChanged_closure1, A._TemplatesAndRemindersState__onChanged_closure2, A._TemplatesAndRemindersState__onChanged_closure3, A._TemplatesAndRemindersState__onChanged_closure4, A._TemplatesAndRemindersState__onChanged_closure5, A._TemplatesAndRemindersState__onChanged_closure6, A._TemplatesAndRemindersState__onChanged_closure7, A._TemplatesAndRemindersState__onChanged_closure8, A._TemplatesAndRemindersState__onChanged_closure9, A._TemplatesAndRemindersState__onChanged_closure10, A._TemplatesAndRemindersState__onChanged_closure11, A._TemplatesAndRemindersState__onChanged_closure12, A._TemplatesAndRemindersState__renderTemplate_closure0, A._TemplatesAndRemindersState_build_closure9, A._TemplatesAndRemindersState_build_closure1, A._TemplatesAndRemindersState_build_closure, A._TemplatesAndRemindersState_build_closure0, A._TemplatesAndRemindersState_build_closure2, A._TemplatesAndRemindersState_build__closure3, A._TemplatesAndRemindersState_build_closure3, A._TemplatesAndRemindersState_build__closure2, A._TemplatesAndRemindersState_build_closure4, A._TemplatesAndRemindersState_build__closure1, A._TemplatesAndRemindersState_build_closure5, A._TemplatesAndRemindersState_build__closure0, A._TemplatesAndRemindersState_build_closure7, A._TemplatesAndRemindersState_build__closure, A._TemplatesAndRemindersState_build_closure8, A._ReminderSettingsState_dispose_closure, A._ReminderSettingsState_didChangeDependencies_closure, A._ReminderSettingsState_didChangeDependencies_closure0, A._ReminderSettingsState_build_closure, A._ReminderSettingsState_build_closure0, A.TemplatesAndRemindersVM_fromStore_closure0, A.TemplatesAndRemindersVM_fromStore_closure, A.TemplatesAndRemindersVM_fromStore____closure, A.TemplatesAndRemindersVM_fromStore____closure0, A.TemplatesAndRemindersVM_fromStore___closure0, A.TemplatesAndRemindersVM_fromStore___closure1, A.TemplatesAndRemindersVM_fromStore___closure2, A._UserDetailsState_dispose_closure, A._UserDetailsState_didChangeDependencies_closure, A._UserDetailsState_didChangeDependencies_closure0, A._UserDetailsState__onChanged_closure, A._UserDetailsState_build_closure12, A._UserDetailsState_build_closure3, A._UserDetailsState_build_closure4, A._UserDetailsState_build_closure5, A._UserDetailsState_build__closure4, A._UserDetailsState_build_closure7, A._UserDetailsState_build__closure3, A._UserDetailsState_build_closure9, A._UserDetailsState_build__closure2, A._UserDetailsState_build_closure8, A._UserDetailsState_build_closure10, A._UserDetailsState_build__closure1, A._UserDetailsState_build__closure0, A._EnableTwoFactorState_initState_closure, A._EnableTwoFactorState_initState_closure0, A._EnableTwoFactorState__onSavePressed_closure1, A._EnableTwoFactorState__onSavePressed_closure2, A._EnableTwoFactorState_build_closure, A._EnableTwoFactorState_build_closure1, A._EnableTwoFactorState_build_closure0, A.UserDetailsVM_fromStore_closure, A.UserDetailsVM_fromStore_closure5, A.UserDetailsVM_fromStore__closure1, A.UserDetailsVM_fromStore____closure0, A.UserDetailsVM_fromStore_closure6, A.UserDetailsVM_fromStore__closure0, A.UserDetailsVM_fromStore____closure, A.UserDetailsVM_fromStore_closure7, A.UserDetailsVM_fromStore__closure, A.UserDetailsVM_fromStore_closure2, A.UserDetailsVM_fromStore__closure4, A.UserDetailsVM_fromStore____closure3, A.UserDetailsVM_fromStore____closure4, A.UserDetailsVM_fromStore_closure1, A.UserDetailsVM_fromStore_closure4, A.UserDetailsVM_fromStore__closure2, A.UserDetailsVM_fromStore____closure1, A.UserDetailsVM_fromStore____closure2, A.UserDetailsVM_fromStore_closure3, A.UserDetailsVM_fromStore___closure4, A.UserDetailsVM_fromStore_closure0, A.UserDetailsVM_fromStore___closure7, A.UserDetailsVM_fromStore____closure6, A.UserDetailsVM_fromStore___closure8, A._WorkflowSettingsState_build_closure, A._WorkflowSettingsState_build__closure5, A._WorkflowSettingsState_build_closure0, A._WorkflowSettingsState_build__closure4, A._WorkflowSettingsState_build_closure1, A._WorkflowSettingsState_build__closure3, A._WorkflowSettingsState_build_closure2, A._WorkflowSettingsState_build__closure2, A._WorkflowSettingsState_build_closure4, A._WorkflowSettingsState_build__closure1, A._WorkflowSettingsState_build_closure3, A._WorkflowSettingsState_build_closure5, A._WorkflowSettingsState_build__closure0, A._WorkflowSettingsState_build_closure6, A._WorkflowSettingsState_build__closure, A.WorkflowSettingsVM_fromStore_closure0, A.WorkflowSettingsVM_fromStore_closure1, A.WorkflowSettingsVM_fromStore_closure, A._SubscriptionEditState_didChangeDependencies_closure, A._SubscriptionEditState_didChangeDependencies_closure0, A._SubscriptionEditState_dispose_closure, A._SubscriptionEditState__onChanged_closure, A._SubscriptionEditState_build_closure24, A._SubscriptionEditState_build_closure25, A._SubscriptionEditState_build_closure, A._SubscriptionEditState_build__closure19, A._SubscriptionEditState_build_closure0, A._SubscriptionEditState_build__closure18, A._SubscriptionEditState_build_closure1, A._SubscriptionEditState_build__closure17, A._SubscriptionEditState_build___closure3, A._SubscriptionEditState_build_closure2, A._SubscriptionEditState_build_closure3, A._SubscriptionEditState_build___closure2, A._SubscriptionEditState_build_closure4, A._SubscriptionEditState_build__closure15, A._SubscriptionEditState_build___closure1, A._SubscriptionEditState_build_closure5, A._SubscriptionEditState_build_closure6, A._SubscriptionEditState_build___closure0, A._SubscriptionEditState_build_closure8, A._SubscriptionEditState_build__closure13, A._SubscriptionEditState_build_closure7, A._SubscriptionEditState_build_closure10, A._SubscriptionEditState_build__closure12, A._SubscriptionEditState_build_closure9, A._SubscriptionEditState_build_closure11, A._SubscriptionEditState_build__closure11, A._SubscriptionEditState_build_closure12, A._SubscriptionEditState_build__closure10, A._SubscriptionEditState_build_closure13, A._SubscriptionEditState_build__closure9, A._SubscriptionEditState_build_closure14, A._SubscriptionEditState_build__closure8, A._SubscriptionEditState_build_closure15, A._SubscriptionEditState_build__closure7, A._SubscriptionEditState_build_closure16, A._SubscriptionEditState_build__closure6, A._SubscriptionEditState_build_closure17, A._SubscriptionEditState_build__closure5, A._SubscriptionEditState_build_closure18, A._SubscriptionEditState_build__closure4, A._SubscriptionEditState_build_closure19, A._SubscriptionEditState_build__closure3, A._SubscriptionEditState_build_closure20, A._SubscriptionEditState_build_closure21, A._SubscriptionEditState_build__closure0, A._SubscriptionEditState_build_closure23, A._SubscriptionEditState_build___closure, A.SubscriptionEditScreen_build_closure0, A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure, A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure1, A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure0, A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure, A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure0, A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure1, A.SubscriptionEditVM_SubscriptionEditVM$fromStore____closure, A.SubscriptionListItem_build_closure, A.SubscriptionListVM_fromStore__handleRefresh, A.SubscriptionListVM_fromStore_closure, A.SubscriptionListVM_fromStore_closure0, A.SubscriptionScreen_build_closure7, A.SubscriptionScreen_build_closure4, A.SubscriptionScreen_build_closure0, A.SubscriptionScreen_build_closure1, A.SubscriptionScreen_build_closure2, A.SubscriptionScreen_build_closure3, A.SubscriptionViewScreen_build_closure0, A._UpdateDialogState_updateApp__closure0, A._UpdateDialogState_updateApp__closure1, A._TaskEditState_build_closure1, A._TaskEditState_build_closure2, A._TaskEditDesktopState_didChangeDependencies_closure, A._TaskEditDesktopState_didChangeDependencies_closure0, A._TaskEditDesktopState_dispose_closure, A._TaskEditDesktopState__onChanged_closure, A._TaskEditDesktopState_build_closure, A._TaskEditDesktopState_build_closure0, A._TaskEditDesktopState_build_closure2, A._TaskEditDesktopState_build__closure8, A._TaskEditDesktopState_build_closure1, A._TaskEditDesktopState_build_closure3, A._TaskEditDesktopState_build__closure7, A._TaskEditDesktopState_build_closure4, A._TaskEditDesktopState_build_closure5, A._TaskEditDesktopState_build__closure6, A._TaskEditDesktopState_build_closure6, A._TaskEditDesktopState_build__closure5, A._TaskEditDesktopState_build_closure8, A._TaskEditDesktopState_build_closure10, A._TaskEditDesktopState_build_closure11, A._TaskEditDetailsState_didChangeDependencies_closure, A._TaskEditDetailsState_didChangeDependencies_closure0, A._TaskEditDetailsState_dispose_closure, A._TaskEditDetailsState__onChanged_closure, A._TaskEditDetailsState_build_closure0, A._TaskEditDetailsState_build__closure2, A._TaskEditDetailsState_build_closure, A._TaskEditDetailsState_build_closure1, A._TaskEditDetailsState_build__closure1, A._TaskEditDetailsState_build_closure2, A._TaskEditDetailsState_build_closure3, A._TaskEditDetailsState_build__closure0, A._TaskEditDetailsState_build_closure4, A._TaskEditDetailsState_build__closure, A.TaskEditDetailsScreen_build_closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure2, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure3, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure3, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure1, A._TaskEditTimesState__showTaskTimeEditor_closure, A._TaskEditTimesState__showTaskTimeEditor__closure, A._TaskEditTimesState_build_closure, A._TaskEditTimesState_build_closure0, A.TimeEditDetailsState_build_closure0, A.TimeEditDetailsState_build_closure1, A.TimeEditDetailsState_build_closure3, A.TaskEditTimesScreen_build_closure0, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure, A.TaskEditScreen_build_closure0, A.TaskEditVM_TaskEditVM$fromStore_closure0, A.TaskEditVM_TaskEditVM$fromStore__closure, A.TaskEditVM_TaskEditVM$fromStore_closure, A.TaskEditVM_TaskEditVM$fromStore___closure, A.TaskEditVM_TaskEditVM$fromStore___closure0, A.TaskEditVM_TaskEditVM$fromStore___closure1, A.TaskEditVM_TaskEditVM$fromStore____closure, A._KanbanTaskCardState_build_closure, A._KanbanTaskCardState_build__closure4, A._KanbanTaskCardState_build_closure10, A._KanbanTaskCardState_build_closure9, A._KanbanTaskCardState_build_closure6, A._KanbanTaskCardState_build__closure2, A._KanbanTaskCardState_build_closure7, A._KanbanStatusCardState__onSavePressed_closure, A._KanbanStatusCardState_build_closure, A._KanbanStatusCardState_build_closure0, A.KanbanViewState__initBoard_closure, A.KanbanViewState__onBoardChanged_closure, A.KanbanViewState_build_closure, A.KanbanViewState_build_closure0, A.KanbanViewState_build____closure3, A.KanbanViewState_build__closure3, A.KanbanViewState_build__closure4, A.KanbanViewState_build___closure3, A.KanbanViewState_build___closure2, A.KanbanVM_fromStore_closure, A.KanbanVM_fromStore_closure1, A.KanbanVM_fromStore__closure, A.KanbanVM_fromStore_closure0, A.KanbanVM_fromStore__closure0, A.KanbanVM_fromStore__closure1, A.KanbanVM_fromStore__closure2, A.KanbanVM_fromStore__closure3, A.TaskListItem_build__closure, A.TaskListItem_build__closure3, A.TaskListVM_fromStore__handleRefresh, A.TaskListVM_fromStore_closure0, A.TaskListVM_fromStore_closure, A.TaskPresenter_getField_closure, A.TaskPresenter_getField_closure0, A.TaskScreen_build_closure, A.TaskScreen_build_closure0, A.TaskScreen_build_closure1, A.TaskScreen_build_closure13, A.TaskScreen_build_closure9, A.TaskScreen_build_closure5, A.TaskScreen_build_closure6, A.TaskScreen_build_closure7, A.TaskScreen_build_closure8, A._TaskViewState_build_closure, A.TaskViewDocuments_build_closure, A.TaskViewDocuments_build_closure0, A._TaskOverviewState_initState_closure, A._TaskOverviewState_build__buildView_closure, A._TaskOverviewState_build__buildView__closure, A.TaskViewScreen_build_closure0, A.TaskViewVM_TaskViewVM$fromStore__handleRefresh, A.TaskViewVM_TaskViewVM$fromStore__toggleTask, A.TaskViewVM_TaskViewVM$fromStore__toggleTask_closure, A.TaskViewVM_TaskViewVM$fromStore__toggleTask_closure0, A.TaskViewVM_TaskViewVM$fromStore__toggleTask__closure, A.TaskViewVM_TaskViewVM$fromStore_closure0, A.TaskViewVM_TaskViewVM$fromStore_closure, A.TaskViewVM_TaskViewVM$fromStore_closure1, A.TaskViewVM_TaskViewVM$fromStore__closure0, A.TaskViewVM_TaskViewVM$fromStore__closure1, A.TaskViewVM_TaskViewVM$fromStore___closure, A.TaskViewVM_TaskViewVM$fromStore_closure3, A.TaskViewVM_TaskViewVM$fromStore__closure, A._TaskStatusEditState_didChangeDependencies_closure, A._TaskStatusEditState_didChangeDependencies_closure0, A._TaskStatusEditState_dispose_closure, A._TaskStatusEditState__onChanged_closure, A._TaskStatusEditState_build_closure0, A._TaskStatusEditState_build_closure1, A._TaskStatusEditState_build_closure, A._TaskStatusEditState_build__closure0, A._TaskStatusEditState_build__closure1, A._TaskStatusEditState_build___closure, A.TaskStatusEditScreen_build_closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure, A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure1, A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure, A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore____closure, A.TaskStatusListItem_build_closure, A.TaskStatusListVM_fromStore__handleRefresh, A.TaskStatusListVM_fromStore_closure, A.TaskStatusListVM_fromStore_closure0, A.TaskStatusScreen_build_closure7, A.TaskStatusScreen_build_closure4, A.TaskStatusScreen_build_closure0, A.TaskStatusScreen_build_closure1, A.TaskStatusScreen_build_closure2, A.TaskStatusScreen_build_closure3, A.TaskStatusViewScreen_build_closure0, A._TaxRateEditState_didChangeDependencies_closure, A._TaxRateEditState_didChangeDependencies_closure0, A._TaxRateEditState_dispose_closure, A._TaxRateEditState__onChanged_closure, A._TaxRateEditState_build_closure, A.TaxRateEditScreen_build_closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore_closure, A.TaxRateEditVM_TaxRateEditVM$fromStore_closure1, A.TaxRateEditVM_TaxRateEditVM$fromStore_closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore___closure, A.TaxRateEditVM_TaxRateEditVM$fromStore___closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore____closure, A.TaxRateListItem_build_closure, A.TaxRateListVM_fromStore__handleRefresh, A.TaxRateListVM_fromStore_closure, A.TaxRateListVM_fromStore_closure0, A.TaxRateSettingsScreen_build_closure3, A.TaxRateSettingsScreen_build_closure0, A.TaxRateViewScreen_build_closure0, A._TokenEditState_didChangeDependencies_closure, A._TokenEditState_didChangeDependencies_closure0, A._TokenEditState_dispose_closure, A._TokenEditState__onChanged_closure, A._TokenEditState_build_closure0, A._TokenEditState_build_closure1, A._TokenEditState_build_closure, A._TokenEditState_build__closure0, A.TokenEditScreen_build_closure0, A.TokenEditVM_TokenEditVM$fromStore_closure, A.TokenEditVM_TokenEditVM$fromStore_closure1, A.TokenEditVM_TokenEditVM$fromStore_closure0, A.TokenEditVM_TokenEditVM$fromStore____closure, A.TokenEditVM_TokenEditVM$fromStore____closure0, A.TokenEditVM_TokenEditVM$fromStore_____closure, A.TokenListItem_build_closure, A.TokenListVM_fromStore__handleRefresh, A.TokenListVM_fromStore_closure, A.TokenListVM_fromStore_closure0, A.TokenScreen_build_closure7, A.TokenScreen_build_closure4, A.TokenScreen_build_closure0, A.TokenScreen_build_closure1, A.TokenScreen_build_closure2, A.TokenScreen_build_closure3, A.TokenViewScreen_build_closure0, A._UserEditState_didChangeDependencies_closure, A._UserEditState_didChangeDependencies_closure0, A._UserEditState_dispose_closure, A._UserEditState__onChanged_closure, A._UserEditState__togglePermission_closure, A._UserEditState__togglePermission_closure0, A._UserEditState_build_closure13, A._UserEditState_build_closure14, A._UserEditState_build_closure, A._UserEditState_build_closure0, A._UserEditState_build_closure1, A._UserEditState_build__closure9, A._UserEditState_build_closure3, A._UserEditState_build__closure8, A._UserEditState_build__closure7, A._UserEditState_build___closure0, A._UserEditState_build_closure5, A._UserEditState_build_closure7, A._UserEditState_build_closure9, A._UserEditState_build_closure11, A._UserEditState_build_closure12, A._UserEditState_build___closure, A._UserEditState_build____closure, A._UserEditState_build__closure2, A._UserEditState_build__closure4, A._UserEditState_build__closure6, A.UserEditScreen_build_closure0, A.UserEditVM_UserEditVM$fromStore_closure, A.UserEditVM_UserEditVM$fromStore_closure1, A.UserEditVM_UserEditVM$fromStore_closure0, A.UserEditVM_UserEditVM$fromStore___closure0, A.UserEditVM_UserEditVM$fromStore___closure1, A.UserEditVM_UserEditVM$fromStore____closure, A.UserListItem_build_closure, A.UserListVM_fromStore__handleRefresh, A.UserListVM_fromStore_closure, A.UserListVM_fromStore_closure0, A.UserScreen_build_closure7, A.UserScreen_build_closure4, A.UserScreen_build_closure0, A.UserScreen_build_closure1, A.UserScreen_build_closure2, A.UserScreen_build_closure3, A.UserViewScreen_build_closure0, A._VendorEditState_build_closure, A._VendorEditState_build_closure0, A.VendorEditAddressState_didChangeDependencies_closure, A.VendorEditAddressState_didChangeDependencies_closure0, A.VendorEditAddressState_dispose_closure, A.VendorEditAddressState__onChanged_closure, A.VendorEditAddressState_build_closure, A.VendorEditAddressState_build__closure, A._VendorEditContactsState__showContactEditor_closure, A._VendorEditContactsState__showContactEditor__closure, A._VendorEditContactsState_build_closure, A._VendorEditContactsState_build_closure0, A.VendorContactEditDetailsState_didChangeDependencies_closure, A.VendorContactEditDetailsState_didChangeDependencies_closure0, A.VendorContactEditDetailsState_dispose_closure, A.VendorContactEditDetailsState__onChanged_closure, A.VendorContactEditDetailsState_build_closure, A.VendorContactEditDetailsState_build_closure0, A.VendorContactEditDetailsState_build_closure1, A.VendorContactEditDetailsState_build_closure2, A.VendorContactEditDetailsState_build_closure3, A.VendorContactEditDetailsState_build__closure, A.VendorEditContactsScreen_build_closure0, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure0, A.VendorEditDetailsState_didChangeDependencies_closure, A.VendorEditDetailsState_didChangeDependencies_closure0, A.VendorEditDetailsState_dispose_closure, A.VendorEditDetailsState__onChanged_closure, A.VendorEditDetailsState_build_closure, A.VendorEditDetailsState_build_closure0, A.VendorEditDetailsState_build__closure, A.VendorEditNotesState_didChangeDependencies_closure, A.VendorEditNotesState_didChangeDependencies_closure0, A.VendorEditNotesState_dispose_closure, A.VendorEditNotesState__onChanged_closure, A.VendorEditNotesState_build_closure, A.VendorEditNotesState_build__closure, A.VendorEditScreen_build_closure0, A.VendorEditVM_VendorEditVM$fromStore_closure, A.VendorEditVM_VendorEditVM$fromStore_closure1, A.VendorEditVM_VendorEditVM$fromStore_closure0, A.VendorEditVM_VendorEditVM$fromStore___closure, A.VendorEditVM_VendorEditVM$fromStore___closure0, A.VendorEditVM_VendorEditVM$fromStore___closure1, A.VendorEditVM_VendorEditVM$fromStore____closure, A.VendorListItem_build__closure, A.VendorListItem_build__closure3, A.VendorListVM_fromStore__handleRefresh, A.VendorListVM_fromStore_closure, A.VendorListVM_fromStore_closure0, A.VendorPresenter_getField_closure, A.VendorScreen_build_closure7, A.VendorScreen_build_closure4, A.VendorScreen_build_closure0, A.VendorScreen_build_closure1, A.VendorScreen_build_closure2, A.VendorScreen_build_closure3, A._VendorViewState_build_closure0, A._VendorViewDetailsState_build__buildDetailsList_closure, A.VendorViewDocuments_build_closure, A.VendorViewDocuments_build_closure0, A._VendorViewFullwidthState_build__closure0, A.VendorViewScreen_build_closure0, A.VendorViewVM_VendorViewVM$fromStore__handleRefresh, A.VendorViewVM_VendorViewVM$fromStore_closure, A.VendorViewVM_VendorViewVM$fromStore_closure0, A.VendorViewVM_VendorViewVM$fromStore__closure0, A.VendorViewVM_VendorViewVM$fromStore__closure1, A.VendorViewVM_VendorViewVM$fromStore___closure, A.VendorViewVM_VendorViewVM$fromStore_closure2, A.VendorViewVM_VendorViewVM$fromStore__closure, A._WebhookEditState_didChangeDependencies_closure, A._WebhookEditState_didChangeDependencies_closure0, A._WebhookEditState_dispose_closure, A._WebhookEditState__onChanged_closure, A._WebhookEditState_build_closure0, A._WebhookEditState_build_closure1, A._WebhookEditState_build_closure, A._WebhookEditState_build__closure, A._WebhookEditState_build__closure1, A._WebhookEditState_build___closure4, A._WebhookEditState_build__closure0, A._WebhookEditState_build__closure2, A._WebhookEditState_build___closure3, A._WebhookEditState_build__closure3, A._WebhookEditState_build__closure4, A._WebhookEditState_build___closure0, A._WebhookEditState_build__closure6, A._WebhookEditState_build____closure, A.WebhookEditScreen_build_closure0, A.WebhookEditVM_WebhookEditVM$fromStore_closure, A.WebhookEditVM_WebhookEditVM$fromStore_closure1, A.WebhookEditVM_WebhookEditVM$fromStore_closure0, A.WebhookEditVM_WebhookEditVM$fromStore___closure, A.WebhookEditVM_WebhookEditVM$fromStore___closure0, A.WebhookEditVM_WebhookEditVM$fromStore____closure, A.WebhookViewScreen_build_closure0, A.WebhookListItem_build_closure, A.WebhookListVM_fromStore__handleRefresh, A.WebhookListVM_fromStore_closure, A.WebhookListVM_fromStore_closure0, A.WebhookScreen_build_closure7, A.WebhookScreen_build_closure4, A.WebhookScreen_build_closure0, A.WebhookScreen_build_closure1, A.WebhookScreen_build_closure2, A.WebhookScreen_build_closure3, A.snackBarCompleter_closure, A.snackBarCompleter_closure0, A.snackBarCompleter__closure, A.loadDesign_closure, A.loadDesign_closure0, A.showRefreshDataDialog_closure, A.showErrorDialog_closure, A.showMessageDialog_closure, A.confirmCallback_closure, A.confirmCallback__closure, A.confirmCallback__closure0, A.confirmCallback__closure1, A.passwordCallback_closure0, A.passwordCallback__closure0, A.passwordCallback__closure, A.passwordCallback_closure3, A._PasswordConfirmationState_build_closure0, A._PasswordConfirmationState_build_closure1, A.fieldCallback_closure, A._FieldConfirmationState_build_closure0, A._FieldConfirmationState_build_closure, A._FieldConfirmationState_build_closure1, A.cloneToDialog_closure, A.changeTaskStatusDialog_closure, A.changeTaskStatusDialog_closure0, A.changeTaskStatusDialog__closure, A.changeTaskStatusDialog____closure, A.addToInvoiceDialog_closure, A.addToInvoiceDialog_closure0, A.addToInvoiceDialog__closure, A.addToInvoiceDialog____closure, A.EnumUtils_fromString_closure, A._extension_0__encodeLinkMarker_closure, A._extension_0_toMarkdown_closure, A.GoogleOAuth_signIn_closure, A.GoogleOAuth_signUp_closure, A.toSnakeCase_closure, A.toCamelCase_closure, A.toSpaceCase_closure, A.toTitleCase_closure, A.matchesStrings_closure, A.matchesString_closure, A.matchesStringsValue_closure, A._ExampleEditorState__showEditorToolbar_closure, A._ExampleEditorState__showEditorToolbar_closure0, A._ExampleEditorState__showImageToolbar_closure, A._ExampleEditorState__showImageToolbar_closure0, A._ExampleEditorState__buildEditor_closure, A._ExampleEditorState__buildEditor_closure0, A._ExampleEditorState__buildMountedToolbar_closure, A._EditorToolbarState__getSelectedLinkSpans_closure, A._EditorToolbarState__onLinkPressed_closure, A._EditorToolbarState_build_closure, A._EditorToolbarState__buildToolbar_closure, A._EditorToolbarState__buildToolbar_closure0, A._EditorToolbarState__buildUrlField_closure, A._ImageFormatToolbarState_build_closure, A._PositionedToolbar_build_closure, A.loadEmailTemplate_closure, A.loadEmailTemplate_closure0, A.WebUtils_registerWebView_closure, A.WebUtils_warnChanges_closure, A.WebUtils_microsoftLogin_closure, A.WebUtils_microsoftLogin_closure0, A.linkify_closure, A.EmailLinkifier_parse_closure, A.UrlLinkifier_parse_closure, A.Element_textContent_closure, A.BlockSyntax_isAtBlockEnd_closure, A.BlockquoteSyntax_parseChildLines_closure, A.ListSyntax_parse_tryMatch, A.ParagraphSyntax__extractReflinkDefinitions_lineStartsReflinkDefinition, A.InlineParser_parse_closure, A.InlineParser__linkOrImage_closure, A.InlineParser__linkOrImage_closure0, A.InlineParser__linkOrImage_closure1, A.InlineParser__processEmphasis_closure0, A.LinkSyntax_closure, A.ImageSyntax__createNode_closure, A.memo1_closure, A.memo3_closure, A.memo4_closure, A.memo5_closure, A.memo6_closure, A.memo7_closure, A.memo8_closure, A.memo9_closure, A.memo10_closure, A.RenderOverflowView_resetOffstage_closure, A.RenderOverflowView_performFixedLayout_getChildOffset, A.RenderOverflowView_visitOnlyOnStageChildren_closure, A.RenderOverflowView_paint_paintChild, A.RenderOverflowView_hitTestChildren_closure, A.Context_joinAll_closure, A.Context_split_closure, A._validateArgList_closure, A.encodePermissions_closure, A._registerFactory_closure, A.PrintingPlugin__initPlugin_closure, A.PrintingPlugin_layoutPdf_closure, A.PrintingPlugin_layoutPdf_closure0, A.PrintingPlugin_raster_closure, A.PrintingPlugin_raster_closure0, A.MethodChannelPrinting__handleMethod_closure, A.PdfPreviewCustomState_didChangeDependencies_closure, A._PdfPreviewState_didChangeDependencies_closure, A._PdfPreviewState_build_closure, A.PdfRaster_toImage_closure, A.Store__createReduceAndNotify_closure, A.Store__createDispatchers_closure, A.RoundedLoadingButtonState_initState_closure1, A.RoundedLoadingButtonState_initState_closure3, A.Subject_addStream_closure, A._forwardMulti_closure, A._forwardMulti_closure_listenToUpstream, A._forward_closure_listenToUpstream, A.SentryNavigatorObserver__startTransaction_closure, A.SentryNavigatorObserver__startTransaction_closure0, A.SharedPreferencesPlugin__storedFlutterKeys_closure, A.Highlighter$__closure, A.Highlighter$___closure, A.Highlighter$__closure0, A.Highlighter__collateLines_closure, A.Highlighter__collateLines_closure1, A.Highlighter__collateLines__closure, A.Highlighter_highlight_closure, A.InjectedImp_initialize_closure, A.InjectedImp_initialize_closure0, A.InjectedImp_initialize_closure1, A.ReactiveModelBase__setInitialStateCreator__closure, A.ReactiveModelBase_setStateFn__closure0, A.ReactiveModelBase__streamSubscription_closure, A.OnBuilder_closure, A.OnBuilder_build_closure2, A.SideEffects__closure, A.OnX_listenTo__closure, A.OnX_listenTo___closure, A.OnX_listenTo____closure, A.OnX_listenTo___closure1, A.OnX_listenTo__closure0, A.OnX_listenTo__closure1, A.MutableDocument_getNodeById_closure, A.MutableDocument_getNode_closure, A._BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A.CommonEditorOperations_convertParagraphByPatternMatching_closure4, A._PasteEditorCommand_execute_closure, A._DocumentMouseInteractorState__onSelectionChange_closure, A._DocumentMouseInteractorState__buildGestureInput_closure0, A._DocumentMouseInteractorState__buildGestureInput_closure2, A._AndroidDocumentTouchInteractorState_initState_closure1, A._AndroidDocumentTouchInteractorState_didChangeDependencies_closure, A._AndroidDocumentTouchInteractorState_reassemble_closure, A._AndroidDocumentTouchInteractorState_dispose_closure, A._AndroidDocumentTouchInteractorState_didChangeMetrics_closure, A._AndroidDocumentTouchInteractorState__onDocumentChange_closure, A._AndroidDocumentTouchInteractorState__onSelectionChange_closure, A._AndroidDocumentTouchInteractorState__showEditingControlsOverlay_closure, A._AndroidDocumentTouchInteractorState__buildGestureInput_closure0, A._AndroidDocumentTouchEditingControlsState_build_closure, A._IOSDocumentTouchInteractorState_didChangeDependencies_closure, A._IOSDocumentTouchInteractorState_reassemble_closure, A._IOSDocumentTouchInteractorState_didChangeMetrics_closure, A._IOSDocumentTouchInteractorState__onDocumentChange_closure, A._IOSDocumentTouchInteractorState__onSelectionChange_closure, A._IOSDocumentTouchInteractorState__showEditingControlsOverlay_closure, A._IOSDocumentTouchInteractorState__buildGestureInput_closure0, A._IOSDocumentTouchInteractorState__buildGestureInput_closure2, A._IosDocumentTouchEditingControlsState__onFloatingCursorChange_closure, A._IosDocumentTouchEditingControlsState_build_closure, A._IosDocumentTouchEditingControlsState__buildHandleOld_closure, A._IosDocumentTouchEditingControlsState__buildFloatingCursor_closure, A._IosDocumentTouchEditingControlsState__buildToolbar_closure, A._DocumentImeInteractorState_updateEditingValueWithDeltas_closure, A.KeyboardEditingToolbar_build_closure, A._SingleColumnDocumentLayoutState__getDocumentPositionInComponentNearOffset_closure, A._SingleColumnDocumentLayoutState__getNodeIdsBetween_closure, A._SingleColumnDocumentLayoutState__getNodeIdsBetween__closure, A._SingleColumnDocumentLayoutState_getDocumentSelectionInRegion_closure, A._SingleColumnDocumentLayoutState_getDocumentSelectionInRegion_closure0, A.SingleColumnLayoutSelectionStyler__computeNodeSelection_closure, A._ListItemComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A._ParagraphComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A.ComputerTextSpan_computeTextSpan_closure, A.CharacterMovement__moveOffsetByWord_closure, A.CharacterMovement__moveOffsetByWord_closure0, A.CharacterMovement__moveOffsetByWord_closure1, A.CharacterMovement__moveOffsetByCharacter_closure, A._RebuildOptimizedSuperTextWithSelectionState__buildLayerBeneath_closure, A._RebuildOptimizedSuperTextWithSelectionState__buildLayerAbove_closure, A.format_closure, A.MethodChannelUrlLauncher_canLaunch_closure, A.MethodChannelUrlLauncher_launch_closure]); _inheritMany(A.Closure0Args, [A.AppBootstrap_prepareEngineInitializer_closure, A.AssetManager__baseUrl_closure0, A.ProductionCollector_collect_closure, A.patchCanvasKitModule_closure, A.patchCanvasKitModule_closure1, A.HtmlViewEmbedder__compositeWithParams_closure, A.HtmlViewEmbedder__applyMutators_closure, A.HtmlViewEmbedder__applyMutators_closure0, A.FontFallbackData_createNotoFontTree_closure, A.FontFallbackData_registerFallbackFont_closure, A._makeResolvedNotoFontFromCss_closure, A.FallbackFontDownloadQueue_startDownloads_closure, A.SkiaFontCollection_ensureFontsLoaded_closure, A.SkiaFontCollection_ensureFontsLoaded_closure0, A.SkiaFontCollection__registerFont__downloadFont, A.skiaDecodeImageFromPixels_closure, A.httpRequestFactory_closure, A.CkImage_closure, A.CkBrowserImageDecoder__cacheExpirationClock_closure, A.CkBrowserImageDecoder__getOrCreateWebDecoder_closure, A.Frame_raster_closure, A.Frame_raster_closure0, A.CkTextStyle_skTextStyle_closure, A.PersistedPicture__applyBitmapPaint_closure, A.SurfaceSceneBuilder_build_closure, A.SurfaceSceneBuilder_build_closure0, A.initializeEngineServices_closure, A.initializeEngineServices_closure1, A._addUrlStrategyListener_closure0, A.Keyboard$__closure1, A.Keyboard__handleHtmlEvent_closure, A.KeyboardConverter__scheduleAsyncEvent_closure0, A.KeyboardConverter__startGuardingKey_closure, A.KeyboardConverter__startGuardingKey_closure0, A.KeyboardConverter__handleEvent_closure, A.KeyboardConverter__handleEvent_closure0, A.KeyboardConverter__handleEvent_closure1, A.HashUrlStrategy_addPopStateListener_closure, A.EnginePlatformDispatcher_invokeOnKeyData_closure, A.EnginePlatformDispatcher__addFontSizeObserver_closure0, A.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure0, A.invoke2_closure, A.invoke3_closure, A.PlatformViewManager_renderContent_closure, A._PointerAdapter__ensureSanitizer_closure, A.PointerDataConverter__ensureStateForPointer_closure, A.AccessibilityAnnouncements$__closure, A.AccessibilityAnnouncements_handleMessage_closure, A.Scrollable_update_closure, A.EngineSemanticsOwner$__closure, A.EngineSemanticsOwner__now_closure, A.EngineSemanticsOwner__getGestureModeClock_closure, A.MobileSemanticsEnabler_tryEnableSemantics_closure, A.TextField_update_closure, A._PolyfillFontManager_registerAsset__watchWidth, A.IOSTextEditingStrategy__schedulePlacement_closure, A.FirefoxTextEditingStrategy__postponeFocus_closure, A.TextEditingChannel_handleTextInput_closure, A.EngineFlutterWindow_closure, A.EngineFlutterWindow_handleNavigationMessage_closure, A._HeaderValue__parse_done, A._HeaderValue__parse_skipWS, A._HeaderValue__parse_parseValue, A._HeaderValue__parse_parseParameters, A._HeaderValue__parse_parseParameters_parseParameterName, A._HeaderValue__parse_parseParameters_parseParameterValue, A.CastMap_putIfAbsent_closure, A.nullFuture_closure, A.Primitives_initTicker_closure, A._AsyncRun__scheduleImmediateJsOverride_internalCallback, A._AsyncRun__scheduleImmediateWithSetImmediate_internalCallback, A._TimerImpl_internalCallback, A._TimerImpl$periodic_closure, A._asyncStarHelper_closure, A._AsyncStarStreamController__resumeBody, A._AsyncStarStreamController__resumeBody_closure, A._AsyncStarStreamController_closure0, A._AsyncStarStreamController_closure1, A._AsyncStarStreamController_closure, A._AsyncStarStreamController__closure, A.Future_Future_closure, A.Future_Future$microtask_closure, A.Future_Future$delayed_closure, A._Future__addListener_closure, A._Future__prependListeners_closure, A._Future__chainForeignFuture_closure1, A._Future__asyncCompleteWithValue_closure, A._Future__chainFuture_closure, A._Future__asyncCompleteError_closure, A._Future__propagateToListeners_handleWhenCompleteCallback, A._Future__propagateToListeners_handleValueCallback, A._Future__propagateToListeners_handleError, A._Future_timeout_closure, A.Stream_fold_closure, A.Stream_fold__closure, A.Stream_forEach_closure, A.Stream_forEach__closure, A.Stream_length_closure0, A.Stream_isEmpty_closure, A.Stream_toList_closure0, A.Stream_first_closure, A._StreamController__subscribe_closure, A._StreamController__recordCancel_complete, A._AddStreamState_cancel_closure, A._BufferingStreamSubscription__sendError_sendError, A._BufferingStreamSubscription__sendDone_sendDone, A._PendingEvents_schedule_closure, A._MultiStream_listen_closure, A._cancelAndError_closure, A._cancelAndValue_closure, A._rootHandleError_closure, A._RootZone_bindCallback_closure, A._RootZone_bindCallbackGuarded_closure, A.Utf8Decoder__decoder_closure, A.Utf8Decoder__decoderNonfatal_closure, A._BigIntImpl_toDouble_roundUp, A.Entry_remove_closure, A._FileStream_listen_closure, A._FileStream__closeFile_done, A._File_readAsBytes_readDataChunked_read, A.ChannelBuffers_push_closure, A.ChannelBuffers_setListener_closure, A.webOnlyWarmupEngine_closure, A.webOnlyWarmupEngine_closure0, A.KeyData__logicalToString_closure, A.AttributedSpans_copyAttributionRegion__closure1, A.AttributedSpans_copyAttributionRegion__closure2, A.AttributedSpans_copyAttributionRegion__closure, A.AttributedSpans_copyAttributionRegion__closure0, A.BoardItemState_onDropItem_closure, A.BoardItemState__startDrag_closure, A.BoardItemState__startDrag_closure0, A.BoardItemState_build_closure2, A.BoardItemState_build_closure1, A.BoardItemState_build_closure0, A.BoardListState_onDropList_closure, A.BoardListState__startDrag_closure, A.BoardListState_build_closure0, A.BoardListState_build_closure1, A.BoardListState_build_closure, A.BoardViewState_moveDown_closure, A.BoardViewState_moveUp_closure, A.BoardViewState_moveListRight_closure, A.BoardViewState_moveListRight__closure, A.BoardViewState_moveListRight_closure0, A.BoardViewState_moveRight_closure, A.BoardViewState_moveRight_closure0, A.BoardViewState_moveRight_closure1, A.BoardViewState_moveRight__closure, A.BoardViewState_moveRight_closure2, A.BoardViewState_moveListLeft_closure, A.BoardViewState_moveListLeft__closure, A.BoardViewState_moveListLeft_closure0, A.BoardViewState_moveLeft_closure, A.BoardViewState_moveLeft_closure0, A.BoardViewState_moveLeft_closure1, A.BoardViewState_moveLeft__closure, A.BoardViewState_moveLeft_closure2, A.BoardViewState_build__closure5, A.BoardViewState_build_closure1, A.BoardViewState_build__closure4, A.BoardViewState_build_closure2, A.BoardViewState_build__closure3, A.BoardViewState_build__closure2, A.BoardViewState_build__closure0, A.BoardViewState_build__closure1, A.BoardViewState_build__closure, A.BoardViewState_run_closure, A.Serializers_Serializers_closure, A.Serializers_Serializers_closure0, A.Serializers_Serializers_closure1, A.Serializers_Serializers_closure2, A.Serializers_Serializers_closure3, A.CachedNetworkImageProvider__loadAsyncHttpGet_closure, A.BaseBarRenderer_preprocessSeries__closure1, A.BaseBarRenderer_update__closure, A.BaseBarRenderer_update__closure1, A._ReversedSeriesIterator_closure, A.BaseChart_getSelectionModel_closure, A.BaseChart_configureSeries__closure, A.BaseChart_preprocessSeries__closure, A.GestureListener_defaultTapCancel_closure, A.MaterialPalette__orderedPalettes_closure, A.MaterialPalette__orderedPalettes_closure0, A.MaterialPalette__orderedPalettes_closure1, A.MaterialPalette__orderedPalettes_closure2, A.MaterialPalette__orderedPalettes_closure3, A.MaterialPalette__orderedPalettes_closure4, A.MaterialPalette__orderedPalettes_closure5, A.MaterialPalette__orderedPalettes_closure6, A.MaterialPalette__orderedPalettes_closure7, A.MaterialPalette__orderedPalettes_closure8, A.MaterialPalette__orderedPalettes_closure9, A.BaseChartState_requestRebuild_closure, A.BaseChartState__animationTick_closure, A.LinePainter__drawDashedLine_closure, A.ChartGestureDetector_makeWidget_closure, A.ChartGestureDetector_onTapDown_closure, A.CanonicalizedMap_putIfAbsent_closure, A.MemoryDirectory_createTempSync_closure, A.MemoryDirectory_createTempSync_closure0, A.MemoryDirectory_createTempSync_name, A.MemoryFile__resolvedBackingOrCreate_closure, A.MemoryFile__resolvedBackingOrCreate_closure0, A._FileSink__FileSink$fromFile_closure, A._FileSink_addStream_finish, A._MemoryFileSystem_findNode_subpath, A.MemoryFileSystemEntity_backing_closure, A.MemoryFileSystemEntity_resolvedBacking_closure, A.MemoryFileSystemEntity_resolvedBacking_closure0, A.MemoryFileSystemEntity_defaultCheckType_closure, A.CupertinoRouteTransitionMixin_buildPageTransitions_closure, A.CupertinoRouteTransitionMixin_buildPageTransitions_closure0, A._CupertinoScrollbarState_initState_closure, A._CupertinoSwitchState__handleDragEnd_closure, A._testPlatform_closure, A._browserPlatform_closure, A.FlutterErrorDetails_summary_formatException, A.FlutterErrorDetails_summary_closure0, A.BindingBase_initServiceExtensions_closure, A.BindingBase_initServiceExtensions_closure1, A.BindingBase_lockEvents_closure, A.BindingBase_registerServiceExtension__closure, A.ChangeNotifier_notifyListeners_closure, A.LicenseEntryWithLineBreaks_paragraphs_addLine, A.LicenseEntryWithLineBreaks_paragraphs_getParagraph, A.LicenseRegistry_licenses_closure, A.GestureArenaManager_add_closure, A.GestureArenaManager__tryToResolveArena_closure, A.GestureBinding_dispatchEvent_closure, A.GestureBinding_dispatchEvent_closure0, A.ForcePressGestureRecognizer_handleEvent_closure, A.ForcePressGestureRecognizer_acceptGesture_closure, A.ForcePressGestureRecognizer_didStopTrackingLastPointer_closure, A.LongPressGestureRecognizer__checkLongPressStart_closure, A.LongPressGestureRecognizer__checkLongPressMoveUpdate_closure, A.LongPressGestureRecognizer__checkLongPressEnd_closure, A.DragGestureRecognizer__checkDown_closure, A.DragGestureRecognizer__checkStart_closure, A.DragGestureRecognizer__checkUpdate_closure, A.DragGestureRecognizer__checkEnd_closure, A.DragGestureRecognizer__checkEnd_closure0, A.DragGestureRecognizer__checkEnd_closure1, A.MultiDragGestureRecognizer__startDrag_closure, A.PointerRouter_addRoute_closure, A.PrimaryPointerGestureRecognizer_addAllowedPointer_closure, A.ScaleGestureRecognizer__reconfigure_closure, A.ScaleGestureRecognizer__reconfigure_closure0, A.ScaleGestureRecognizer__advanceStateMachine_closure, A.ScaleGestureRecognizer__dispatchOnStartCallbackIfNeeded_closure, A.TapGestureRecognizer_handleTapDown_closure, A.TapGestureRecognizer_handleTapDown_closure0, A.TapGestureRecognizer_handleTapUp_closure, A.TapGestureRecognizer_handleTapUp_closure0, A.GestureArenaTeam_add_closure, A._PackagesViewState__packagesList__closure, A._PackageLicensePageState__initLicenses_closure, A._PackageLicensePageState__initLicenses_closure0, A._MasterDetailFlowState__nestedUI_closure1, A._MasterDetailFlowState__masterPageRoute__closure, A._MasterDetailFlowState__detailPageRoute__closure, A.AppBar__getEffectiveCenterTitle_platformCenter, A._AppBarState__handleScrollNotification_closure, A.MaterialPointArcTween__initialize_sweepAngle, A.BackButton_build_closure, A._ButtonStyleState_build__closure1, A._CalendarDatePickerState__handleModeChanged_closure, A._CalendarDatePickerState__handleMonthChanged_closure, A._CalendarDatePickerState__handleYearChanged_closure, A._CalendarDatePickerState__handleDayChanged_closure, A._CalendarDatePickerState_build_closure, A._MonthPickerState__handleMonthPageChanged_closure, A._MonthPickerState__handleGridFocusChange_closure, A._MonthPickerState__handleDirectionFocus_closure, A._DayPickerState_build_closure, A._YearPickerState__buildYearItem_closure, A.DataTable_build_closure5, A.TableRowInkWell_getRectCallback_closure, A._SortArrowState__rebuild_closure, A._DatePickerDialogState__handleOk_closure, A._DatePickerDialogState__handleEntryModeToggle_closure, A._DatePickerDialogState__handleDateChanged_closure, A._DatePickerDialogState_build_calendarDatePicker, A._DatePickerDialogState_build_inputDatePicker, A.DrawerControllerState__animationChanged_closure, A._DropdownMenuState_build_closure, A._DropdownButtonState__handleFocusChanged_closure, A.DropdownButtonFormField_closure_isHintOrDisabledHintAvailable, A.Feedback_wrapForTap_closure, A._getClipCallback_closure, A._getClipCallback_closure0, A._InkResponseState_updateHighlight_handleInkRemoval, A._InkResponseState__createInkFeature_onRemoved, A._InkResponseState__handleFocusHighlightModeChange_closure, A._InputDatePickerFormFieldState_didUpdateWidget__closure, A._HelperErrorState__handleChange_closure, A._InputDecoratorState__handleChange_closure, A._InputDecoratorState__getFloatingLabelStyle_getFallbackTextStyle, A.MaterialStateMixin_addMaterialState_closure, A.MaterialStateMixin_removeMaterialState_closure, A._MergeableMaterialState__handleTick_closure, A.PaginatedDataTableState__handleDataSourceChanged_closure, A.PaginatedDataTableState_pageTo_closure, A.PaginatedDataTableState__getRows_closure, A.RadioListTile_build_closure, A.RefreshIndicatorState__handleScrollNotification_closure, A.RefreshIndicatorState__dismiss_closure, A.RefreshIndicatorState__dismiss_closure0, A.RefreshIndicatorState__show__closure, A.RefreshIndicatorState__show__closure0, A._ReorderableListViewState__wrapWithSemantics_moveToStart, A._ReorderableListViewState__wrapWithSemantics_moveToEnd, A._ReorderableListViewState__wrapWithSemantics_moveBefore, A._ReorderableListViewState__wrapWithSemantics_moveAfter, A._FloatingActionButtonTransitionState__handlePreviousAnimationStatusChanged_closure, A.ScaffoldState__drawerOpenedCallback_closure, A.ScaffoldState__endDrawerOpenedCallback_closure, A.ScaffoldState__updateSnackBar_closure, A.ScaffoldState__updateMaterialBanner_closure, A.ScaffoldState__buildBottomSheet__removeCurrentBottomSheet, A.ScaffoldState__buildBottomSheet__removeCurrentBottomSheet_closure, A.ScaffoldState__buildBottomSheet_closure, A.ScaffoldState__buildBottomSheet__removeEntryIfNeeded, A.ScaffoldState__buildBottomSheet_closure0, A.ScaffoldState__buildBottomSheet_closure1, A.ScaffoldState__buildBottomSheet__closure, A.ScaffoldState__buildBottomSheet_closure2, A.ScaffoldState_showBottomSheet_closure, A.ScaffoldState__moveFloatingActionButton_closure, A.ScaffoldState_showBodyScrim_closure, A._MaterialScrollbarState_initState_closure, A._MaterialScrollbarState_handleThumbPressStart_closure, A._MaterialScrollbarState_handleThumbPressEnd_closure, A._MaterialScrollbarState_handleHover_closure, A._MaterialScrollbarState_handleHover_closure0, A._MaterialScrollbarState_handleHoverExit_closure, A._SelectableTextState__onControllerChanged_closure, A._SelectableTextState__handleSelectionChanged_closure, A._SelectableTextState_build_closure, A._MaterialSwitchState__handleDragEnd_closure, A.SwitchListTile_build_closure, A.TabController__changeIndex_closure, A._TabBarState__handleTabControllerTick_closure, A._TabBarState_build_closure0, A._TabBarViewState__warpToCurrentIndex_closure, A._TabBarViewState__warpToCurrentIndex_closure0, A._TextFieldState__handleFocusChanged_closure, A._TextFieldState__handleSelectionChanged_closure, A._TextFieldState__handleHover_closure, A._TextFieldState_build_closure, A._TextFieldState_build_closure0, A._TextFieldState_build__closure, A.ThemeData_localize_closure, A._HourControl_build_closure1, A._HourControl_build_closure0, A._HourControl_build_closure, A._MinuteControl_build_closure1, A._MinuteControl_build_closure0, A._MinuteControl_build_closure, A._DayPeriodControl_build_closure1, A._DayPeriodControl_build_closure2, A._DialState_initState_closure, A._DialState_initState__closure, A._DialState__updateThetaForPan_closure, A._DialState__build24HourRing_closure, A._DialState__build12HourRing_closure, A._DialState__buildMinutes_closure, A._TimePickerInputState__validateHour_closure, A._TimePickerInputState__validateMinute_closure, A._HourMinuteTextFieldState_initState_closure, A._HourMinuteTextFieldState_initState__closure, A._HourMinuteTextFieldState_build_closure, A._TimePickerDialogState_initState_closure, A._TimePickerDialogState__vibrate_closure, A._TimePickerDialogState__handleModeChanged_closure, A._TimePickerDialogState__handleEntryModeToggle_closure, A._TimePickerDialogState__handleTimeChanged_closure, A._TimePickerDialogState__handleHourSelected_closure, A._TimePickerDialogState__handleOk_closure, A.ToggleButtons_build__closure, A.ToggleableStateMixin__handleTapDown_closure, A.ToggleableStateMixin__handleTapEnd_closure, A.ToggleableStateMixin__handleFocusHighlightChanged_closure, A.ToggleableStateMixin__handleHoverChanged_closure, A.TooltipState__handleMouseTrackerChange_closure, A.ImageCache__trackLiveImage_closure, A.ImageCache__trackLiveImage__closure, A._LiveImage_closure, A.ImageProvider_resolveStreamForKey_closure, A.ImageProvider_resolveStreamForKey_closure0, A.MultiFrameImageStreamCompleter__handleAppFrame_closure, A.RenderAnimatedSize_closure, A.RenderBox__computeIntrinsicDimension_closure, A.RenderBox_getDryLayout_closure, A.RenderBox_getDistanceToActualBaseline_closure, A.RenderEditable__createShowOnScreenFor_closure, A.MouseTracker_updateWithEvent_closure, A.MouseTracker_updateWithEvent__closure, A.MouseTracker_updateAllDevices_closure, A.PaintingContext_pushClipRect_closure, A.PaintingContext_pushClipRRect_closure, A.PaintingContext_pushClipPath_closure, A.RenderObject__debugReportException_closure, A.RenderObject_invokeLayoutCallback_closure, A.RenderParagraph__createShowOnScreenFor_closure, A.RenderSliverList_performLayout_advance, A.RenderSliverFloatingPersistentHeader__updateAnimation_closure, A._TaskEntry_run_closure, A.SchedulerBinding_scheduleWarmUpFrame_closure, A.SchedulerBinding_scheduleWarmUpFrame_closure0, A.SchedulerBinding_scheduleWarmUpFrame_closure1, A.ServicesBinding__addLicenses_closure, A.RawKeyEvent_RawKeyEvent$fromMessage__dataFromWeb, A.RestorationBucket__rawChildren_closure, A.RestorationBucket__rawValues_closure, A.RestorationBucket__addChildData_closure, A.SystemChrome_setSystemUIOverlayStyle_closure, A.TextInput__scheduleHide_closure, A._ActionsState__handleActionChanged_closure, A._FocusableActionDetectorState__updateHighlightMode_closure, A._FocusableActionDetectorState__handleMouseEnter_closure, A._FocusableActionDetectorState__handleMouseExit_closure, A._FocusableActionDetectorState__handleFocusChange_closure, A._AnimatedCrossFadeState_initState__closure, A._AnimatedSwitcherState__newEntry__closure, A._WidgetsAppState_didChangeLocales_closure, A._StreamBuilderBaseState__subscribe__closure1, A._StreamBuilderBaseState__subscribe__closure, A._StreamBuilderBaseState__subscribe_closure0, A._StreamBuilderBaseState__subscribe__closure0, A._FutureBuilderState__subscribe__closure0, A._FutureBuilderState__subscribe__closure, A.AutofillGroupState_register_closure, A._AutomaticKeepAliveState__createCallback_closure, A._AutomaticKeepAliveState__createCallback__closure, A._AutomaticKeepAliveState__createCallback__closure0, A._AutomaticKeepAliveState__createCallback___closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure2, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure4, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_dispatchEvent_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3, A.WidgetsBinding_scheduleAttachRootWidget_closure, A.RenderObjectToWidgetAdapter_attachToRenderTree_closure, A.RenderObjectToWidgetAdapter_attachToRenderTree_closure0, A._DraggableScrollableSheetState__setExtent_closure, A._DraggableScrollableSheetScrollController_createScrollPosition_closure, A._DraggableScrollableSheetScrollPosition_goBallistic__tick, A._DraggableScrollableSheetScrollPosition_goBallistic_closure, A.EditableTextState__cursorTick_closure, A.EditableTextState__didChangeTextEditingValue_closure, A.EditableTextState__handleFocusChanged_closure, A.EditableTextState_insertTextPlaceholder_closure, A.EditableTextState_removeTextPlaceholder_closure, A.EditableTextState_showAutocorrectionPromptRect_closure, A.EditableTextState__semanticsOnCopy_closure, A.EditableTextState__semanticsOnCut_closure, A.EditableTextState__semanticsOnPaste_closure, A.EditableTextState_build__closure, A._throttle__closure, A._FocusState__handleFocusChanged_closure, A._FocusState__handleFocusChanged_closure0, A._FocusState__handleFocusChanged_closure1, A._FocusState__handleFocusChanged_closure2, A.FormState__forceRebuild_closure, A.FormFieldState_validate_closure, A.FormFieldState_didChange_closure, A.BuildOwner_buildScope_closure, A.ComponentElement_performRebuild_closure, A.ComponentElement_performRebuild_closure0, A.GestureDetector_build_closure, A.GestureDetector_build_closure1, A.GestureDetector_build_closure3, A.GestureDetector_build_closure5, A.GestureDetector_build_closure7, A.GestureDetector_build_closure9, A.GestureDetector_build_closure11, A._DefaultSemanticsGestureDelegate__getTapHandler_closure, A._DefaultSemanticsGestureDelegate__getLongPressHandler_closure, A._HeroState_startFlight_closure, A._HeroState_endFlight_closure, A._HeroFlight__handleAnimationUpdate_delayedPerformAnimationUpdate, A._ImageState__getListener__closure, A._ImageState__handleImageFrame_closure, A._ImageState__handleImageChunk_closure, A._ImageState__updateSourceStream_closure, A._ImageState__updateSourceStream_closure0, A.AnimatedWidgetBaseState__handleAnimationChanged_closure, A._InteractiveViewerState__onTransformationControllerChange_closure, A._LayoutBuilderElement__layout_layoutCallback, A._LayoutBuilderElement__layout_layoutCallback_closure, A._LayoutBuilderElement__layout_layoutCallback_closure0, A._LocalizationsState_load__closure, A._MediaQueryFromWindowState_didChangeMetrics_closure, A._MediaQueryFromWindowState_didChangeTextScaleFactor_closure, A._MediaQueryFromWindowState_didChangePlatformBrightness_closure, A.ModalBarrier_build_handleDismiss, A.Route_isCurrent_closure0, A.Route_isFirst_closure0, A.Route_isActive_closure0, A._RouteEntry_handlePush_closure, A._RouteEntry_dispose_closure0, A.NavigatorState__flushHistoryUpdates_closure0, A.NavigatorState_maybePop_closure0, A.NavigatorState_maybePop_closure2, A.NavigatorState_removeRoute_closure0, A.NavigatorState__cancelActivePointers_closure, A._RenderOverflowBar_performLayout_nextChild, A._OverlayEntryWidgetState__markNeedsBuild_closure, A.OverlayState_insert_closure, A.OverlayState_insertAll_closure, A.OverlayState_rearrange_closure, A.OverlayState__markDirty_closure, A.OverlayState__didChangeEntryOpacity_closure, A._GlowController_pull_closure, A.SliverReorderableListState_startItemDragReorder_closure, A.SliverReorderableListState__dragUpdate_closure, A.SliverReorderableListState__dragEnd_closure, A.SliverReorderableListState__dragReset_closure, A._ReorderableItemState_dragging_closure, A._ReorderableItemState_rebuild_closure, A._RootRestorationScopeState__loadRootBucketIfNecessary__closure, A.RestorationMixin_registerForRestoration_listener, A.TransitionRoute__updateSecondaryAnimation_closure, A.TransitionRoute__updateSecondaryAnimation_closure0, A._ModalScopeState__forceRebuildPage_closure, A.ModalRoute_offstage_closure, A.ModalRoute_changedInternalState_closure, A.ScrollAwareImageProvider_resolveStreamForKey__closure, A.ScrollNotificationObserverState__notifyListeners_closure, A.ScrollableState_setCanDrag_closure, A.ScrollableState_setCanDrag_closure1, A.RawScrollbarState__maybeStartFadeoutTimer_closure, A.RawScrollbarState__gestures_closure, A.RawScrollbarState__gestures_closure1, A.ShortcutManager__indexShortcuts__closure, A.SliverMultiBoxAdaptorElement_performRebuild_closure, A.SliverMultiBoxAdaptorElement_performRebuild_closure0, A.SliverMultiBoxAdaptorElement_createChild_closure, A.SliverMultiBoxAdaptorElement_removeChild_closure, A._SliverPersistentHeaderElement__build_closure, A._TextSelectionGestureDetectorState_build_closure, A._TextSelectionGestureDetectorState_build_closure1, A._TextSelectionGestureDetectorState_build_closure3, A._TextSelectionGestureDetectorState_build_closure5, A._AnimatedState__handleChange_closure, A._ValueListenableBuilderState__valueChanged_closure, A.CacheStore__scheduleCleanup_closure, A._BlockPickerState_changeColor_closure, A._BlockPickerState_build__closure, A.JsonObjectViewerState__getList_closure, A.JsonObjectViewerState__getList__closure, A.JsonObjectViewerState_getValueWidget_closure, A.JsonObjectViewerState_getValueWidget__closure0, A.JsonObjectViewerState_getValueWidget_closure0, A.JsonObjectViewerState_getValueWidget__closure, A._JsonArrayViewerState_getInkWell_closure, A._JsonArrayViewerState_getInkWell__closure, A._JsonArrayViewerState_getValueWidget_closure, A._JsonArrayViewerState_getValueWidget__closure0, A._JsonArrayViewerState_getValueWidget_closure0, A._JsonArrayViewerState_getValueWidget__closure, A._GlobalCupertinoLocalizationsDelegate_load_closure, A._MaterialLocalizationsDelegate_load_closure, A.CustomSlidableAction_build_closure, A._SlidableDismissalState_handleResizeRequestChanged_closure0, A._ActionPaneState_handleRatioChanged_closure, A._SlidableState_handleActionPanelTypeChanged_closure, A.StyledToastWidgetState_initState_closure, A.StyledToastWidgetState_dismissToast_closure, A.StyledToastWidgetState_didChangeMetrics_closure, A.ToastFuture$create_closure, A.inject_closure, A.init_closure, A.Phase_startTagHtml__closure, A.InBodyPhase_startTagBody__closure, A.entitiesByFirstChar_closure, A.entitiesByFirstChar__closure, A.HtmlTokenizer_emitCurrentToken_closure, A.Rule_findRule_closure1, A._CommonRules_referenceLink_closure, A.MediaType_MediaType$parse_closure, A.ClientEntity_primaryContact_closure0, A.ClientEntity_getContact_closure0, A.InvoiceEntity_getInvitationForClientContact_closure0, A.InvoiceEntity_getInvitationForVendorContact_closure0, A.InvoiceEntity__calculateTax_closure, A.CalculateInvoiceTotal_calculateTaxes__closure0, A.CalculateInvoiceTotal_calculateTaxes__closure2, A.CalculateInvoiceTotal_calculateTaxes__closure4, A.CalculateInvoiceTotal_calculateTaxes_closure1, A.CalculateInvoiceTotal_calculateTaxes_closure3, A.CalculateInvoiceTotal_calculateTaxes_closure5, A.PaymentEntity_invoiceId_closure0, A._$serializers_closure, A._$serializers_closure0, A._$serializers_closure1, A._$serializers_closure2, A._$serializers_closure3, A._$serializers_closure4, A._$serializers_closure5, A._$serializers_closure6, A._$serializers_closure7, A._$serializers_closure8, A._$serializers_closure9, A._$serializers_closure10, A._$serializers_closure11, A._$serializers_closure12, A._$serializers_closure13, A._$serializers_closure14, A._$serializers_closure15, A._$serializers_closure16, A._$serializers_closure17, A._$serializers_closure18, A._$serializers_closure19, A._$serializers_closure20, A._$serializers_closure21, A._$serializers_closure22, A._$serializers_closure23, A._$serializers_closure24, A._$serializers_closure25, A._$serializers_closure26, A._$serializers_closure27, A._$serializers_closure28, A._$serializers_closure29, A._$serializers_closure30, A._$serializers_closure31, A._$serializers_closure32, A._$serializers_closure33, A._$serializers_closure34, A._$serializers_closure35, A._$serializers_closure36, A._$serializers_closure37, A._$serializers_closure38, A._$serializers_closure39, A._$serializers_closure40, A._$serializers_closure41, A._$serializers_closure42, A._$serializers_closure43, A._$serializers_closure44, A._$serializers_closure45, A._$serializers_closure46, A._$serializers_closure47, A._$serializers_closure48, A._$serializers_closure49, A._$serializers_closure50, A._$serializers_closure51, A._$serializers_closure52, A._$serializers_closure53, A._$serializers_closure54, A._$serializers_closure55, A._$serializers_closure56, A._$serializers_closure57, A._$serializers_closure58, A._$serializers_closure59, A._$serializers_closure60, A._$serializers_closure61, A._$serializers_closure62, A._$serializers_closure63, A._$serializers_closure64, A._$serializers_closure65, A._$serializers_closure66, A._$serializers_closure67, A._$serializers_closure68, A._$serializers_closure69, A._$serializers_closure70, A._$serializers_closure71, A._$serializers_closure72, A._$serializers_closure73, A._$serializers_closure74, A._$serializers_closure75, A._$serializers_closure76, A._$serializers_closure77, A._$serializers_closure78, A._$serializers_closure79, A._$serializers_closure80, A._$serializers_closure81, A._$serializers_closure82, A._$serializers_closure83, A._$serializers_closure84, A._$serializers_closure85, A._$serializers_closure86, A._$serializers_closure87, A._$serializers_closure88, A._$serializers_closure89, A._$serializers_closure90, A._$serializers_closure91, A._$serializers_closure92, A._$serializers_closure93, A._$serializers_closure94, A._$serializers_closure95, A._$serializers_closure96, A._$serializers_closure97, A._$serializers_closure98, A._$serializers_closure99, A._$serializers_closure100, A._$serializers_closure101, A._$serializers_closure102, A._$serializers_closure103, A._$serializers_closure104, A._$serializers_closure105, A._$serializers_closure106, A._$serializers_closure107, A._$serializers_closure108, A._$serializers_closure109, A._$serializers_closure110, A._$serializers_closure111, A._$serializers_closure112, A._$serializers_closure113, A._$serializers_closure114, A._$serializers_closure115, A._$serializers_closure116, A._$serializers_closure117, A._$serializers_closure118, A._$serializers_closure119, A._$serializers_closure120, A._$serializers_closure121, A._$serializers_closure122, A._$serializers_closure123, A._$serializers_closure124, A._$serializers_closure125, A._$serializers_closure126, A._$serializers_closure127, A._$serializers_closure128, A._$serializers_closure129, A._$serializers_closure130, A._$serializers_closure131, A._$serializers_closure132, A._$serializers_closure133, A._$serializers_closure134, A._$serializers_closure135, A._$serializers_closure136, A._$serializers_closure137, A._$serializers_closure138, A._$serializers_closure139, A._$serializers_closure140, A._$serializers_closure141, A._$serializers_closure142, A._$serializers_closure143, A._$serializers_closure144, A._$serializers_closure145, A._$serializers_closure146, A._$serializers_closure147, A._$serializers_closure148, A._$serializers_closure149, A._$serializers_closure150, A._$serializers_closure151, A._$serializers_closure152, A._$serializers_closure153, A._$serializers_closure154, A._$serializers_closure155, A._$serializers_closure156, A._$serializers_closure157, A._$serializers_closure158, A._$serializers_closure159, A._$serializers_closure160, A._$serializers_closure161, A._$serializers_closure162, A._$serializers_closure163, A._$serializers_closure164, A._$serializers_closure165, A._$serializers_closure166, A._$serializers_closure167, A._$serializers_closure168, A._$serializers_closure169, A._$serializers_closure170, A._$serializers_closure171, A._$serializers_closure172, A._$serializers_closure173, A._$serializers_closure174, A._$serializers_closure175, A._$serializers_closure176, A._$serializers_closure177, A._$serializers_closure178, A._$serializers_closure179, A._$serializers_closure180, A._$serializers_closure181, A._$serializers_closure182, A._$serializers_closure183, A._$serializers_closure184, A._$serializers_closure185, A._$serializers_closure186, A._$serializers_closure187, A._$serializers_closure188, A._$serializers_closure189, A._$serializers_closure190, A._$serializers_closure191, A.VendorEntity_primaryContact_closure0, A.VendorEntity_getContact_closure0, A.InvoiceNinjaAppState__authenticate_closure, A.viewEntitiesByType_closure, A.viewEntityById_closure, A.createEntityByType_closure, A.createEntity_closure, A.editEntity_closure, A.checkForChanges__closure, A._createPersistUI__closure, A.handleCreditAction_closure1, A._createViewDashboard__closure, A.DesignState_cleanDesign_closure0, A.handleInvoiceAction_closure3, A.handlePurchaseOrderAction_closure1, A.handleQuoteAction_closure1, A._viewReports__closure, A._viewSettings__closure, A._addToHistory_closure0, A._AppBottomBarState_build_closure0, A._AppBottomBarState_build__closure15, A._AppBottomBarState_build_closure1, A._AppBottomBarState_build__closure13, A._AppBottomBarState_build_closure6, A._AppBottomBarState_build_____closure0, A._AppBottomBarState_build__closure3, A._AppBottomBarState_build_closure2, A._AppBottomBarState_build__closure11, A._AppBottomBarState_build_closure3, A._AppBottomBarState_build__closure9, A._AppBottomBarState_build_closure4, A._AppBottomBarState_build__closure7, A._AppBottomBarState_build_closure5, A._AppBottomBarState_build__closure5, A._AppBottomBarState_build_closure__onColumnsPressed, A._AppBottomBarState_build__closure, A._AppBottomBarState_build__closure0, A._AppBottomBarState_build__closure1, A.AppBuilderState_rebuild_closure, A.AppHeader_build__value1, A.AppHeader_build__value2, A.BottomButtons_build_closure, A.BottomButtons_build_closure0, A._ChangeLayoutBannerState_build_closure, A._ChangeLayoutBannerState_build__closure0, A._ChangeLayoutBannerState_build_closure0, A.ConfirmEmail_build_closure, A.ConfirmEmailVM_fromStore_closure0, A.ConfirmEmailVM_fromStore_closure1, A.ConfirmEmailVM_fromStore_closure, A.CopyToClipboard_build_closure, A._DesktopSessionTimeoutState_initState__closure, A._DesktopSessionTimeoutState_build_closure, A._DesktopSessionTimeoutState_build___closure, A.MessageDialog_build_closure0, A.MessageDialog_build_closure1, A.ErrorDialog_build_closure, A.ErrorDialog_build_closure0, A.ErrorDialog_build_closure1, A._HealthCheckDialogState_runCheck_closure, A._HealthCheckDialogState_runCheck__closure, A._HealthCheckDialogState_clearCache_closure, A._HealthCheckDialogState_build_closure, A._HealthCheckDialogState_build_closure0, A._HealthCheckDialogState_build_closure1, A._HealthListTile_build_closure, A.MultiSelectListState_build__closure3, A.MultiSelectListState_build__closure2, A.MultiSelectListState_build___closure, A.MultiSelectListState_build__closure1, A.MultiSelectListState_build_closure6, A.MultiSelectListState_build__closure0, A.MultiSelectListState_build_closure7, A.MultiSelectListState_build__closure, A.MultiSelectListState_build_closure8, A.MultiSelectListState_build_closure9, A.DocumentGrid_build_closure, A.DocumentGrid_build_closure0, A.EditScaffold_build_closure7, A.EditScaffold_build_closure0, A.EditScaffold_build__closure0, A.EntityActionListTile_build_closure, A._EntityListTileState_build_closure0, A._EntityListTileState_build__closure0, A._EntityListTileState_build__closure, A._EntityListTileState_build_closure2, A._EntityListTileState_build_closure1, A._EntitiesListTileState_build__closure0, A._EntitiesListTileState_build__closure, A._EntitiesListTileState_build_closure, A._EntitiesListTileState_build_closure1, A._EntitiesListTileState_build_closure0, A._EntityDropdownState_build_closure, A._EntityDropdownState_build_closure0, A._EntityDropdownState_build_closure6, A._EntityDropdownState_build_closure7, A._EntityDropdownDialogState_build__headerRow, A._EntityDropdownDialogState_build__headerRow__closure0, A._EntityDropdownDialogState_build__headerRow_closure0, A._EntityDropdownDialogState_build__headerRow_closure1, A._EntityDropdownDialogState_build__createList, A.EntityAutocompleteListTile_build_closure, A.EntityHeader_build__value1, A.EntityHeader_build__value2, A.EntityTopFilter_build_closure0, A.EntityTopFilter_build_closure2, A.EntityTopFilter_build_closure1, A.EntityTopFilter_build_closure4, A.EntityTopFilter_build_closure3, A.EntityTopFilter_build_closure6, A.EntityTopFilterHeader_build_closure0, A.EntityTopFilterHeader_build_closure2, A.EntityTopFilterHeader_build_closure1, A.EntityTopFilterHeader_build__closure, A.EntityTopFilterHeader_build_closure5, A.BoolDropdownButton_build_closure2, A.BoolDropdownButton_build_closure4, A._FormColorPickerState__onChanged_closure, A._FormColorPickerState__selectColor_closure, A._FormColorPickerState__showPicker__closure0, A._FormColorPickerState__showPicker__closure1, A._FormColorPickerState_build_closure, A._CustomFieldState_build__closure, A._DatePickerState__onFoucsChanged_closure, A._DatePickerState_build_closure, A._DatePickerState_build__closure, A._DecoratedFormFieldState_build_closure, A._DecoratedFormFieldState_build__closure, A._DurationPickerState__onFoucsChanged_closure, A._DurationPickerState_build__closure, A._GrowableFormFieldState__onFoucsChanged_closure, A.LearnMoreUrl_build_closure, A._PasswordFormFieldState_build_closure, A._PasswordFormFieldState_build__closure, A.SaveCancelButtons_build__closure0, A.SaveCancelButtons_build__closure, A._TimePickerState__onFoucsChanged_closure, A._TimePickerState_build_closure, A._TimePickerState_build__closure1, A.HistoryDrawer_build__closure, A.HistoryDrawer_build_closure0, A._HistoryListTileState_build_closure1, A._HistoryListTileState_build_closure0, A._HistoryListTileState_build_closure, A._InvoiceEmailViewState__onChanged_closure, A._InvoiceEmailViewState__loadTemplate_closure, A._InvoiceEmailViewState__loadTemplate__closure, A._InvoiceEmailViewState__buildTemplateDropdown__closure1, A._InvoiceEmailViewState__buildTemplateDropdown__closure, A._InvoiceEmailViewState__buildEdit_closure, A._TaxRateDropdownState_didChangeDependencies_closure1, A._TaxRateDropdownState_build_closure2, A._LinkTextRelatedEntityState_build__closure, A._LinkTextRelatedEntityState_build__closure0, A._LinkTextRelatedEntityState_build_closure0, A._LinkTextRelatedEntityState_build_closure, A.LinkTextSpan_closure, A._ListFilterState_onFocusChanged_closure, A._ListFilterState_build_closure, A._ListFilterState_build__closure5, A.ListScaffold_build_closure, A.ListScaffold_build_closure0, A.ListScaffold_build__closure0, A.ListScaffold_build_closure2, A.ListScaffold_build_closure3, A.ListScaffold_build_closure6, A.ListScaffold_build_closure4, A.ListScaffold_build__closure, A.ActivityListTile_build_closure, A.AppListTile_build_closure0, A.AppListTile_build_closure, A.FilterListTile_build__closure, A._LiveTextState_initState__closure, A.MainScreen_build__closure, A.MenuDrawer_build_closure4, A.MenuDrawer_build_closure5, A.MenuDrawer_build_closure7, A.MenuDrawer_build_closure6, A.MenuDrawer_build_closure8, A.MenuDrawer_build_closure9, A._DrawerTileState_build_closure, A._DrawerTileState_build_closure0, A._DrawerTileState_build_closure1, A._DrawerTileState_build_closure2, A._DrawerTileState_build__closure0, A._DrawerTileState_build__closure, A.SidebarFooter_build_closure, A.SidebarFooter_build__closure4, A.SidebarFooter_build__closure5, A.SidebarFooter_build_closure0, A.SidebarFooter_build_closure1, A.SidebarFooter_build_closure2, A.SidebarFooter_build_closure3, A.SidebarFooter_build__closure2, A.SidebarFooter_build__closure0, A.SidebarFooter_build__closure1, A.SidebarFooter_build__closure3, A.SidebarFooter_build_closure4, A.SidebarFooter_build_closure5, A.SidebarFooter_build_closure6, A.SidebarFooter_build_closure7, A.SidebarFooter_build_closure8, A.SidebarFooter_build_closure9, A.SidebarFooterCollapsed_build_closure1, A._showConnectStripe_closure, A._showAbout__closure, A._showAbout__closure0, A._showAbout__closure2, A._showAbout__closure1, A._showAbout___closure1, A._showAbout__closure3, A._showAbout____closure, A._showAbout______closure, A._showAbout______closure0, A._showAbout______closure1, A._showAbout______closure2, A._showAbout____closure0, A._showAbout____closure1, A._showAbout____closure2, A._showAbout____closure3, A._showAbout____closure4, A._showAbout____closure5, A._showAbout____closure6, A._showAbout__closure4, A._showAbout__closure5, A._showAbout__closure6, A._showAbout__closure7, A._showAbout__closure8, A._showAbout__closure9, A._showAbout__closure10, A._showAbout__closure11, A._ContactUsDialogState__sendMessage_closure, A._ContactUsDialogState__sendMessage__closure0, A._ContactUsDialogState__sendMessage__closure, A._ContactUsDialogState_build_closure, A._ContactUsDialogState_build_closure0, A._ContactUsDialogState_build__closure, A.MenuDrawerVM_fromStore__closure1, A._theState_closure, A._SelectRow_build_closure, A._DropDownMultiSelectState_initState__closure, A._DropDownMultiSelectState_build__closure, A._DropDownMultiSelectState_build___closure0, A._DropDownMultiSelectState_build___closure1, A.PortalLinks_build_closure, A.PortalLinks_build_closure0, A._SystemLogViewerState_build__closure, A._SystemLogViewerState_build___closure, A._SystemLogViewerState_build____closure, A.AppDataTable__buildHeadingCell_arrowWithPadding, A.AppDataTable_build_closure1, A.AppDataTable_build_closure2, A.AppDataTable_build_closure3, A.TableRowInkWell_getRectCallback_closure0, A._SortArrowState__rebuild_closure0, A.AppPaginatedDataTableState__handleDataSourceChanged_closure, A.AppPaginatedDataTableState_pageTo_closure, A.AppPaginatedDataTableState__getRows_closure, A.EntityDataTableSource_getRow_closure2, A.EntityDataTableSource_getRow_closure1, A.EntityDataTableSource_getRow_closure4, A.EntityDataTableSource_getRow__closure, A._EntityListState_build_closure7, A._EntityListState_build__closure0, A._EntityListState_build__closure4, A._EntityListState_build_closure8, A._EntityListState_build__closure10, A._VariableGrid_build___closure, A.ViewScaffold_build_closure, A.ViewScaffold_build_closure0, A.ViewScaffold_build_closure1, A.ViewScaffold_build_closure2, A.ViewScaffold_build_closure6, A.ViewScaffold_build_closure3, A.ViewScaffold_build__closure, A._LoginState__submitSignUpForm_closure, A._LoginState__submitSignUpForm__closure1, A._LoginState__submitSignUpForm__closure0, A._LoginState__submitSignUpForm__closure, A._LoginState__submitLoginForm_closure, A._LoginState__submitLoginForm__closure0, A._LoginState__submitLoginForm__closure, A._LoginState_build_closure, A._LoginState_build_closure0, A._LoginState_build__closure5, A._LoginState_build_closure1, A._LoginState_build__closure4, A._LoginState_build__closure3, A._LoginState_build__closure2, A._LoginState_build__closure1, A._LoginState_build_closure11, A._LoginState_build_closure12, A._LoginState_build_closure13, A._LoginState_build__closure0, A._LoginState_build_closure14, A._LoginState_build__closure, A._LoginState_build_closure15, A._LoginState_build_closure16, A.ClientListItem_build__closure2, A.ClientListItem_build__closure1, A.ClientListItem_build__closure5, A.ClientListItem_build__closure4, A.ClientListVM_fromStore_closure1, A._ClientPdfViewState_loadPdf_closure, A._ClientPdfViewState_loadPdf__closure0, A._ClientPdfViewState_loadPdf__closure, A._ClientPdfViewState_build__closure4, A._ClientPdfViewState_build__closure3, A._ClientPdfViewState_build__closure2, A._ClientPdfViewState_build__closure1, A._ClientPdfViewState_build_closure5, A._ClientPdfViewState_build_closure6, A._ClientPdfViewState_build__closure0, A._ClientPdfViewState_build__closure, A._ClientPdfViewState_build_closure9, A.ClientPresenter_getField_closure, A.ClientScreen_build_closure10, A.ClientScreen_build_closure9, A.ClientScreen_build_closure, A.ClientScreen_build_closure6, A._ClientEditState_build__closure, A.ClientEditBillingAddressState__onChanged_closure0, A.ClientEditBillingAddressState_build_closure0, A._ClientEditContactsState_build__closure, A._ClientEditContactsState_build_closure1, A.ContactEditDetailsState__onChanged_closure0, A.ContactEditDetailsState_build__closure0, A.ContactEditDetailsState_build_closure13, A.ContactEditDetailsState_build_closure14, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure, A.ClientEditDetailsState__onChanged_closure0, A.ClientEditFooter_build_closure, A.ClientEditNotesState__onChanged_closure0, A.ClientEditSettingsState__onChanged_closure0, A.ClientEditShippingAddressState__onChanged_closure0, A.ClientEditShippingAddressState_build_closure0, A.ClientEditVM_ClientEditVM$fromStore_closure3, A.ClientEditVM_ClientEditVM$fromStore_closure2, A.ClientEditVM_ClientEditVM$fromStore__closure1, A._ClientViewState_build__closure, A._ClientViewState_build__closure0, A._ClientViewState_build__closure1, A._ClientViewState_build__closure2, A._ClientViewState_build__closure3, A._ClientViewState_build__closure4, A._ClientViewState_build_closure, A._ClientViewState_build___closure, A._ClientViewState_build___closure0, A._ClientViewState_build___closure1, A._ClientViewState_build___closure2, A._ClientViewState_build___closure3, A._ClientViewState_build___closure4, A._ClientViewDetailsState_build__buildDetailsList, A._ClientViewDetailsState_build__buildDetailsList__closure1, A._ClientViewDetailsState_build__buildDetailsList___closure0, A._ClientViewDetailsState_build__buildDetailsList__closure2, A._ClientViewDetailsState_build__buildDetailsList___closure, A._ClientViewDetailsState_build__buildDetailsList_closure0, A._ClientViewDetailsState_build__buildDetailsList__closure0, A._ClientViewDetailsState_build__buildDetailsList_closure1, A._ClientViewDetailsState_build__buildDetailsList__closure, A._ClientViewDetailsState_build__buildDetailsList_closure2, A._ClientViewDetailsState_build__buildDetailsList_closure3, A._ClientViewFullwidthState_build__closure, A._ClientViewFullwidthState_build__closure0, A._ClientViewFullwidthState_build__closure2, A._ClientViewFullwidthState_build__closure3, A._ClientViewFullwidthState_build__closure4, A._ClientViewFullwidthState_build__closure5, A._ClientViewLedgerState_build__closure0, A._ClientViewLedgerState_build__closure, A.ClientOverview_build_closure1, A.ClientOverview_build_closure2, A.ClientOverview_build_closure3, A._CompanyGatewayListState_build_closure1, A._CompanyGatewayListState_build__closure, A.CompanyGatewayListItem_build_closure0, A.CompanyGatewayScreen_build_closure11, A.CompanyGatewayScreen_build_closure10, A.CompanyGatewayScreen_build_closure1, A.CompanyGatewayScreen_build_closure3, A.CompanyGatewayScreen_build_closure9, A.CompanyGatewayScreenVM_fromStore__closure, A._CompanyGatewayEditState_build_closure1, A._CompanyGatewayEditState_build_closure2, A._CompanyGatewayEditState_build__closure, A.GatewayConfigSettings_build_closure, A._LimitEditorState__onTextChange_closure, A._LimitEditorState_build__closure0, A._LimitEditorState_build__closure, A._FeesEditorState__onChanged_closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure1, A._CompanyGatewayViewState_build_closure1, A._CompanyGatewayViewState_build_closure, A._CompanyGatewayViewState_build_closure0, A._CompanyGatewayOverview_build_closure, A._CompanyGatewayOverview_build_closure0, A._CompanyGatewayOverview_build_closure1, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_____closure, A.CreditListItem_build__closure2, A.CreditListItem_build__closure1, A.CreditListItem_build__closure5, A.CreditListItem_build__closure4, A.CreditListVM_fromStore_closure1, A.CreditPresenter_getField_closure, A.CreditScreen_build_closure10, A.CreditScreen_build_closure9, A.CreditScreen_build_closure, A.CreditScreen_build_closure6, A._CreditEditState_build_closure, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure0, A.CreditEditVM_CreditEditVM$fromStore__closure, A._DashboardChartState__onSelectionChanged_closure1, A._DashboardChartState_build__closure, A._DashboardChartState_build___closure, A._DashboardDateRangePickerState_build__closure6, A._DashboardDateRangePickerState_build__closure5, A._DashboardDateRangePickerState_build__closure4, A._DashboardDateRangePickerState_build__closure3, A._DashboardDateRangePickerState_build__closure2, A._DashboardDateRangePickerState_build__closure1, A._DashboardDateRangePickerState_build__closure0, A._DashboardDateRangePickerState_build_closure8, A.DashboardPanels__header__closure4, A.DashboardPanels__header__closure5, A.DashboardPanels__header__closure6, A.DashboardPanels__header____closure, A.DashboardPanels__header__closure7, A.DashboardPanels_build__runningTasks, A.DashboardPanels_build__runningTasks__closure2, A.DashboardPanels_build__runningTasks__closure1, A.DashboardPanels_build__runningTasks__closure0, A.DashboardPanels_build__closure, A.DashboardPanels_build__closure0, A._DashboardScreenState_build__closure3, A._DashboardScreenState_build_closure1, A._DashboardScreenState_build_closure2, A._DashboardScreenState_build__closure, A._DashboardScreenState_build_closure4, A._CustomTabBarView_build__closure, A._CustomTabBarView_build_closure0, A._CustomTabBarView_build_closure1, A._CustomTabBarView_build_closure2, A.DashboardVM_fromStore_closure6, A.SidebarScaffold_build_closure, A._DashboardSidebar_build_closure, A.DesignListItem_build_closure1, A.DesignListItem_build_closure0, A.DesignListVM_fromStore_closure1, A.DesignScreen_build_closure10, A.DesignScreen_build_closure9, A.DesignScreen_build_closure, A.DesignScreen_build_closure6, A._DesignEditState__onChanged_closure0, A._DesignEditState__onHtmlChanged_closure, A._DesignEditState__onHtmlChanged__closure, A._DesignEditState__loadPreview_closure, A._DesignEditState__loadPreview__closure, A._DesignEditState__setDraftMode_closure, A._DesignSettingsState_build_closure0, A.DesignEditVM_DesignEditVM$fromStore__closure, A._DesignViewState_build_closure7, A.DesignViewVM_DesignViewVM$fromStore_closure, A.DocumentListItem_build_closure1, A.DocumentListItem_build_closure0, A.DocumentListVM_fromStore_closure1, A.DocumentScreen_build_closure10, A.DocumentScreen_build_closure9, A.DocumentScreen_build_closure, A.DocumentScreen_build_closure6, A._DocumentEditState__onChanged_closure0, A._ExpenseEditState_build_closure, A.ExpenseEditDetailsState__onChanged_closure0, A.ExpenseEditNotesState__onChanged_closure0, A.ExpenseEditSettingsState__onChanged_closure0, A.ExpenseEditSettingsState_build__closure10, A.ExpenseEditSettingsState_build__closure2, A.ExpenseEditSettingsState_build_closure9, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure3, A.ExpenseListItem_build__closure2, A.ExpenseListItem_build__closure1, A.ExpenseListItem_build__closure5, A.ExpenseListItem_build__closure4, A.ExpenseListVM_fromStore_closure1, A.ExpenseScreen_build_closure17, A.ExpenseScreen_build_closure16, A.ExpenseScreen_build_closure4, A.ExpenseScreen_build_closure12, A._ExpenseViewState_build__closure, A._ExpenseViewState_build__closure0, A._ExpenseViewState_build__closure1, A.ExpenseOverview_build__buildDetailsList, A._ExpenseCategoryEditState__onChanged_closure0, A._ExpenseCategoryEditState_build__closure, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore__closure, A.ExpenseCategoryListItem_build_closure1, A.ExpenseCategoryListItem_build_closure0, A.ExpenseCategoryListVM_fromStore_closure1, A.ExpenseCategoryScreen_build_closure10, A.ExpenseCategoryScreen_build_closure9, A.ExpenseCategoryScreen_build_closure, A.ExpenseCategoryScreen_build_closure6, A._ExpenseCategoryViewState_build_closure, A.ExpenseCategoryViewVM_ExpenseCategoryViewVM$fromStore_closure, A._GroupEditState__onChanged_closure0, A._GroupEditState_build__closure, A.GroupEditVM_GroupEditVM$fromStore__closure, A.GroupListItem_build_closure1, A.GroupListItem_build_closure0, A.GroupListVM_fromStore_closure1, A.GroupSettingsScreen_build_closure6, A.GroupSettingsScreen_build_closure5, A.GroupSettingsScreen_build_closure, A.GroupSettingsScreen_build_closure2, A._GroupViewState_build_closure2, A._GroupViewState_build_closure, A.GroupViewVM_GroupViewVM$fromStore_closure, A._InvoiceEditState_build_closure, A.InvoiceEditContacts_build__closure0, A.InvoiceEditContacts_build__closure, A._ClientContactListTile_build_closure0, A._VendorContactListTile_build_closure0, A.InvoiceEditDesktopState__onChanged_closure0, A.InvoiceEditDesktopState_build__closure8, A.__PdfPreviewState_loadPdf_closure, A.__PdfPreviewState__loadPdf_closure, A.__PdfPreviewState__loadPdf__closure0, A.__PdfPreviewState__loadPdf__closure, A.__PdfPreviewState_build_closure, A.__PdfPreviewState_build__closure0, A.__PdfPreviewState_build_closure0, A.__PdfPreviewState_build__closure, A.InvoiceEditDetailsState__onChanged_closure0, A.InvoiceEditFooter_build_closure, A._InvoiceEditItemsState_build_closure0, A.ItemEditDetailsState__onTextChanged_closure, A.ItemEditDetailsState_build_closure, A.ItemEditDetailsState_build_closure0, A.ItemEditDetailsState_build__closure1, A.ItemEditDetailsState_build__closure0, A.ItemEditDetailsState_build__closure, A._InvoiceEditItemsDesktopState__updateTable_closure, A._InvoiceEditItemsDesktopState__onChanged_closure, A._InvoiceEditItemsDesktopState_build_closure1, A._InvoiceEditItemsDesktopState_build__closure31, A._InvoiceEditItemsDesktopState_build_closure6, A._InvoiceEditItemsDesktopState_build__closure28, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure0, A.InvoiceEditNotesState__onChanged_closure0, A.InvoiceEditPDFState_didChangeDependencies_closure, A.InvoiceEditPDFState_didChangeDependencies__closure0, A.InvoiceEditPDFState_didChangeDependencies__closure, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure0, A._InvoiceItemSelectorState__toggleEntity_closure, A._InvoiceItemSelectorState__updateClientId_closure0, A._InvoiceItemSelectorState_build__productList, A._InvoiceItemSelectorState_build__productList__closure0, A._InvoiceItemSelectorState_build__taskList, A._InvoiceItemSelectorState_build__taskList__closure0, A._InvoiceItemSelectorState_build__expenseList, A._InvoiceItemSelectorState_build__expenseList__closure0, A._InvoiceItemSelectorState_build__closure0, A._InvoiceItemSelectorState_build_closure3, A._InvoiceItemSelectorState_build__closure, A._InvoiceItemSelectorState_build_closure4, A._InvoiceItemSelectorState_build_closure5, A.InvoiceListItem_build__closure2, A.InvoiceListItem_build__closure1, A.InvoiceListItem_build__closure5, A.InvoiceListItem_build__closure4, A.InvoiceListVM_fromStore_closure1, A._InvoicePdfViewState_loadPdf_closure, A._InvoicePdfViewState_loadPdf__closure, A._InvoicePdfViewState_build__closure, A._InvoicePdfViewState_build_closure0, A._InvoicePdfViewState_build_closure1, A._InvoicePdfViewState_build_closure2, A.InvoicePresenter_getField_closure, A.InvoiceScreen_build_closure19, A.InvoiceScreen_build_closure18, A.InvoiceScreen_build_closure6, A.InvoiceScreen_build_closure14, A._InvoiceViewState_build__closure5, A._InvoiceViewState_build__closure, A._InvoiceViewState_build__closure0, A._InvoiceViewState_build__closure1, A._InvoiceViewState_build__closure2, A._InvoiceViewState_build__closure3, A._InvoiceViewState_build__closure4, A._InvitationListTile_build_closure0, A._InvitationListTile_build_closure2, A._InvoiceViewHistoryState_build__closure, A.InvoiceOverview_build___closure, A._PaymentEditState__onChanged_closure0, A._PaymentEditState_build__closure1, A._PaymentEditState_build_onSavePressed_closure, A._PaymentEditState_build_closure14, A._PaymentEditState_build_closure15, A._PaymentableEditorState_build_closure7, A.PaymentEditVM_PaymentEditVM$fromStore__closure, A.PaymentListItem_build__closure2, A.PaymentListItem_build__closure1, A.PaymentListItem_build__closure5, A.PaymentListItem_build__closure4, A.PaymentListVM_fromStore_closure1, A.PaymentScreen_build_closure10, A.PaymentScreen_build_closure9, A.PaymentScreen_build_closure, A.PaymentScreen_build_closure6, A._PaymentRefundState__onChanged_closure, A._PaymentRefundState_build_onSavePressed_closure, A._PaymentRefundState_build_closure6, A._PaymentRefundState_build_closure7, A._PaymentableEditorState_build__closure2, A._PaymentableEditorState_build_closure12, A._PaymentViewState_build__closure2, A._PaymentViewState_build__closure, A._PaymentViewState_build__closure0, A._PaymentViewState_build__closure1, A._PaymentTermEditState__onChanged_closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore__closure, A.PaymentTermListItem_build_closure1, A.PaymentTermListItem_build_closure0, A.PaymentTermListVM_fromStore_closure1, A.PaymentTermScreen_build_closure10, A.PaymentTermScreen_build_closure9, A.PaymentTermScreen_build_closure, A.PaymentTermScreen_build_closure6, A._PaymentTermViewState_build_closure, A.PaymentTermViewVM_PaymentTermViewVM$fromStore_closure, A._ProductEditState__onChanged_closure0, A._ProductEditState_build__closure, A.ProductEditVM_ProductEditVM$fromStore__closure, A.ProductListItem_build__closure2, A.ProductListItem_build__closure1, A.ProductListItem_build__closure5, A.ProductListItem_build__closure4, A.ProductListVM_fromStore_closure1, A.ProductScreen_build_closure10, A.ProductScreen_build_closure9, A.ProductScreen_build_closure, A.ProductScreen_build_closure6, A._ProductViewState_build__closure, A._ProductViewState_build__closure0, A._ProjectEditState__onChanged_closure0, A._ProjectEditState_build__closure, A.ProjectEditVM_ProjectEditVM$fromStore__closure1, A.ProjectListItem_build__closure2, A.ProjectListItem_build__closure1, A.ProjectListItem_build__closure5, A.ProjectListItem_build__closure4, A.ProjectListVM_fromStore_closure1, A.ProjectScreen_build_closure10, A.ProjectScreen_build_closure9, A.ProjectScreen_build_closure, A.ProjectScreen_build_closure6, A._ProjectViewState_build__closure, A._ProjectViewState_build__closure0, A._ProjectViewState_build_closure, A._ProjectOverviewState_initState__closure, A._ProjectOverviewState_build__buildView, A._ProjectOverviewState_build_closure, A._PurchaseOrderEditState_build_closure, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure, A.PurchaseOrderListItem_build__closure2, A.PurchaseOrderListItem_build__closure1, A.PurchaseOrderListItem_build__closure5, A.PurchaseOrderListItem_build__closure4, A.PurchaseOrderListVM_fromStore_closure1, A.PurchaseOrderPresenter_getField_closure, A.PurchaseOrderScreen_build_closure16, A.PurchaseOrderScreen_build_closure15, A.PurchaseOrderScreen_build_closure3, A.PurchaseOrderScreen_build_closure11, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0, A.QuoteEditVM_QuoteEditVM$fromStore__closure, A._QuoteEditState_build_closure, A.QuoteListItem_build__closure2, A.QuoteListItem_build__closure1, A.QuoteListItem_build__closure5, A.QuoteListItem_build__closure4, A.QuoteListVM_fromStore_closure1, A.QuotePresenter_getField_closure, A.QuoteScreen_build_closure17, A.QuoteScreen_build_closure16, A.QuoteScreen_build_closure4, A.QuoteScreen_build_closure12, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure3, A.RecurringExpenseListItem_build__closure2, A.RecurringExpenseListItem_build__closure1, A.RecurringExpenseListItem_build__closure5, A.RecurringExpenseListItem_build__closure4, A.RecurringExpenseListVM_fromStore_closure1, A.RecurringExpenseScreen_build_closure10, A.RecurringExpenseScreen_build_closure9, A.RecurringExpenseScreen_build_closure, A.RecurringExpenseScreen_build_closure6, A._RecurringInvoiceEditState_build_closure, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure, A.RecurringInvoiceListItem_build__closure2, A.RecurringInvoiceListItem_build__closure1, A.RecurringInvoiceListItem_build__closure5, A.RecurringInvoiceListItem_build__closure4, A.RecurringInvoiceListVM_fromStore_closure1, A.RecurringInvoiceScreen_build_closure17, A.RecurringInvoiceScreen_build_closure16, A.RecurringInvoiceScreen_build_closure4, A.RecurringInvoiceScreen_build_closure12, A.ReportsScreen_build__closure5, A.ReportsScreen_build_closure26, A.ReportsScreen_build__closure2, A.ReportsScreen_build_closure20, A.ReportsScreen_build__closure0, A.ReportsScreen_build_closure23, A.ReportsScreen_build__closure, A.ReportsScreen_build_closure25, A._ReportDataTableState_didChangeDependencies_closure, A.ReportResult_tableColumns_closure, A.ReportResult_tableFilters_closure2, A.ReportResult_tableFilters__closure3, A.ReportResult_tableFilters___closure, A.ReportResult_tableRow_closure, A.ReportResult_tableRow_closure0, A.ReportsScreenVM_fromStore__closure, A._AccountManagementState__onChanged_closure0, A._AccountOverview_build__getDataStats, A._AccountOverview_build_closure, A._AccountOverview_build_closure0, A._AccountOverview_build_closure5, A._AccountOverview_build_closure6, A._AccountOverview_build_closure7, A._AccountOverview_build_closure8, A._AccountOverview_build_closure9, A._AccountOverview_build_closure10, A._AccountOverview_build_closure11, A._AccountOverview_build_closure12, A.AccountManagementVM_fromStore__closure2, A.AccountManagementVM_fromStore_closure4, A._ClientPortalState__validateSubdomain_closure, A._ClientPortalState__validateSubdomain_closure0, A._ClientPortalState__validateSubdomain__closure, A._ClientPortalState__validateSubdomain__closure0, A._ClientPortalState__validateSubdomain___closure0, A._ClientPortalState__validateSubdomain___closure, A._ClientPortalState__onChanged_closure, A._ClientPortalState__onSavePressed_closure, A._ClientPortalState_build_closure3, A._ClientPortalState_build_closure4, A._ClientPortalState_build_closure8, A._ClientPortalState_build_closure10, A.ClientPortalVM_fromStore__closure, A._CompanyDetailsState__onSettingsChanged_closure0, A._CompanyDetailsState_build__closure10, A._CompanyDetailsState_build__closure11, A._CompanyDetailsState_build_closure12, A.CompanyDetailsVM_fromStore__closure5, A._CustomFormFieldState_build_closure0, A._CustomFormFieldState_build__closure, A.CustomFieldsVM_fromStore__closure, A._DeviceSettingsState_build__closure6, A._DeviceSettingsState_build__closure5, A._DeviceSettingsState_build_closure14, A._DeviceSettingsState_build_closure20, A._DeviceSettingsState_build_closure21, A.DeviceSettingsVM_fromStore_closure18, A._EmailSettingsState_build_closure0, A._EmailSettingsState_build_closure3, A.EmailSettingsVM_fromStore__closure, A._ExpenseSettingsState_build_closure4, A.ExpenseSettingsVM_fromStore__closure, A._GeneratedNumbersState__onChanged_closure, A._EntityNumberSettingsState__onChanged_closure, A._EntityNumberSettingsState_build_closure, A.HelpPanel_build__closure, A.GeneratedNumbersVM_fromStore__closure, A._ImportExportState_build__closure5, A._ImportExportState_build__closure6, A._ImportExportState_build_closure1, A._ImportExportState_build__closure4, A._ImportExportState_build__closure3, A._ImportExportState_build__closure2, A._ImportExportState_build_closure6, A._ImportExportState_build__closure, A._ImportExportState_build___closure0, A._ImportExportState_build___closure, A._FileImportState_uploadJsonFile_closure, A._FileImportState_uploadJsonFile__closure0, A._FileImportState_uploadJsonFile__closure, A._FileImportState_uploadFile_closure, A._FileImportState_uploadFile__closure0, A._FileImportState_uploadFile__closure, A._FileImportState_build_closure1, A._FileImportState_build__closure1, A._FileImportState_build__closure0, A._FileImportState_build__closure, A._FileImportState_build_closure4, A.__FileMapperState_build__closure3, A.__FileMapperState_build__closure2, A.__FileMapperState_build_closure1, A.__FileMapperState_build_closure2, A.__FileMapperState_build__closure, A.__FileMapperState_build___closure0, A.__FileMapperState_build___closure, A._InvoiceDesignState_build_closure20, A._InvoiceDesignState_build__closure19, A._InvoiceDesignState_build__closure18, A._InvoiceDesignState_build__closure16, A._InvoiceDesignState_build__closure15, A._InvoiceDesignState_build__closure13, A._InvoiceDesignState_build__closure12, A._InvoiceDesignState_build__closure10, A._InvoiceDesignState_build__closure9, A._InvoiceDesignState_build_closure7, A.InvoiceDesignVM_fromStore__closure, A._LocalizationSettingsState_build_closure12, A._LocalizationSettingsState_build__closure4, A._LocalizationSettingsState_build_closure13, A._LocalizationSettingsState_build_closure15, A._AddCompanyDialogState_build_closure, A._AddCompanyDialogState_build_closure0, A.LocalizationSettingsVM_fromStore__closure, A._PaymentSettingsState_build_closure4, A.PaymentSettingsVM_fromStore__closure, A._ProductSettingsState__onChanged_closure0, A.ProductSettingsVM_fromStore__closure, A.SettingsListTile_build_closure, A.SettingsSearch_build_closure, A.SettingsListVM_fromStore_closure2, A._SettingsWizardState__validateSubdomain_closure, A._SettingsWizardState__validateSubdomain__closure, A._SettingsWizardState__validateSubdomain__closure0, A._SettingsWizardState__validateSubdomain___closure0, A._SettingsWizardState__validateSubdomain___closure, A._SettingsWizardState__onSavePressed_closure, A._SettingsWizardState__onSavePressed____closure, A._SettingsWizardState__onSavePressed___closure, A._SettingsWizardState__onSavePressed__closure1, A._SettingsWizardState_build__closure1, A._SettingsWizardState_build__closure0, A._SettingsWizardState_build_closure9, A._TaskSettingsState_build_closure8, A.TaskSettingsVM_fromStore__closure, A._TaxSettingsState_build_closure5, A.TaxSettingsVM_fromStore__closure, A._TemplatesAndRemindersState__loadTemplate_closure, A._TemplatesAndRemindersState__onTextChanged_closure, A._TemplatesAndRemindersState__onTabChanged_closure, A._TemplatesAndRemindersState__renderTemplate_closure, A._TemplatesAndRemindersState__renderTemplate__closure, A._TemplatesAndRemindersState_build__closure4, A._ReminderSettingsState__onTextChanged_closure, A.TemplatesAndRemindersVM_fromStore__closure, A.TemplatesAndRemindersVM_fromStore___closure, A.TemplatesAndRemindersVM_fromStore_____closure, A._UserDetailsState__onChanged_closure0, A._UserDetailsState_build_closure, A._UserDetailsState_build_closure0, A._UserDetailsState_build_closure1, A._UserDetailsState_build_closure2, A._UserDetailsState_build__closure, A._UserDetailsState_build_closure6, A._EnableTwoFactorState_initState__closure, A._EnableTwoFactorState__onSavePressed_closure, A._EnableTwoFactorState__onSavePressed_closure0, A._EnableTwoFactorState__onSavePressed__closure0, A._EnableTwoFactorState__onSavePressed__closure, A._EnableTwoFactorState_build_closure2, A._EnableTwoFactorState_build_closure3, A._EnableTwoFactorState_build_closure4, A.UserDetailsVM_fromStore__closure6, A.WorkflowSettingsVM_fromStore__closure, A._SubscriptionEditState__onChanged_closure0, A._SubscriptionEditState_build__closure16, A._SubscriptionEditState_build__closure14, A._SubscriptionEditState_build__closure2, A._SubscriptionEditState_build__closure1, A._SubscriptionEditState_build_closure22, A._SubscriptionEditState_build__closure, A.SubscriptionEditVM_SubscriptionEditVM$fromStore__closure, A.SubscriptionListItem_build_closure1, A.SubscriptionListItem_build_closure0, A.SubscriptionListVM_fromStore_closure1, A.SubscriptionScreen_build_closure10, A.SubscriptionScreen_build_closure9, A.SubscriptionScreen_build_closure, A.SubscriptionScreen_build_closure6, A._SubscriptionViewState_build_closure1, A._SubscriptionViewState_build_closure0, A._SubscriptionViewState_build_closure, A.SubscriptionViewVM_SubscriptionViewVM$fromStore_closure, A._UpdateDialogState_build_closure, A._UpdateDialogState_build_closure0, A._UpdateDialogState_build_closure1, A._UpdateDialogState_build_closure2, A._UpdateDialogState_build_closure3, A._UpdateDialogState_build_closure4, A._UpdateDialogState_updateApp__closure, A._UpdateDialogState_updateApp___closure0, A._UpdateDialogState_updateApp___closure, A._TaskEditState_build_closure, A._TaskEditState_build__closure, A._BottomBar_build_closure, A._BottomBar_build_closure0, A._TaskEditDesktopState__onChanged_closure0, A._TaskEditDesktopState_build__closure4, A._TaskEditDesktopState_build__closure3, A._TaskEditDesktopState_build__closure2, A._TaskEditDesktopState_build__closure1, A._TaskEditDesktopState_build__closure0, A._TaskEditDesktopState_build_closure12, A._TaskEditDesktopState_build__closure, A._TaskEditDetailsState__onChanged_closure0, A.TimeEditDetailsState_build__closure3, A.TimeEditDetailsState_build__closure2, A.TimeEditDetailsState_build__closure1, A.TimeEditDetailsState_build__closure0, A.TimeEditDetailsState_build__closure, A.TimeEditDetailsState_build_closure4, A.TimeEditDetailsState_build_closure5, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure0, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure2, A.TaskEditVM_TaskEditVM$fromStore_closure1, A.TaskEditVM_TaskEditVM$fromStore__closure0, A._KanbanTaskCardState_build_closure1, A._KanbanTaskCardState_build__closure3, A._KanbanTaskCardState_build_closure0, A._KanbanTaskCardState_build___closure, A._KanbanTaskCardState_build__closure, A._KanbanTaskCardState_build__closure0, A._KanbanTaskCardState_build_closure2, A._KanbanTaskCardState_build_closure3, A._KanbanTaskCardState_build_closure4, A._KanbanTaskCardState_build_closure5, A._KanbanTaskCardState_build_closure8, A._KanbanTaskCardState_build__closure1, A._KanbanStatusCardState__onSavePressed__closure, A._KanbanStatusCardState_build_closure1, A._KanbanStatusCardState_build__closure0, A._KanbanStatusCardState_build_closure2, A._KanbanStatusCardState_build__closure, A.KanbanViewState_build___closure, A.KanbanViewState_build__closure0, A.KanbanViewState_build___closure5, A.KanbanViewState_build__closure2, A.KanbanViewState_build___closure4, A.KanbanViewState_build___closure0, A.KanbanViewState_build____closure2, A.KanbanViewState_build____closure, A.KanbanViewState_build____closure0, A.KanbanViewState_build____closure1, A.TaskListItem_build_closure1, A.TaskListItem_build_closure, A.TaskListItem_build__closure2, A.TaskListItem_build__closure1, A.TaskListItem_build__closure5, A.TaskListItem_build__closure4, A.TaskListVM_fromStore_closure1, A.TaskScreen_build_closure17, A.TaskScreen_build_closure16, A.TaskScreen_build_closure2, A.TaskScreen_build_closure3, A.TaskScreen_build_closure4, A.TaskScreen_build_closure12, A.TaskTimeListTile_build_closure0, A.TaskTimeListTile_build_closure, A._TaskViewState_build__closure, A._TaskViewState_build__closure0, A._TaskOverviewState_initState__closure, A._TaskOverviewState_build__buildView, A._TaskOverviewState_build_closure, A._TaskStatusEditState__onChanged_closure0, A._TaskStatusEditState_build__closure, A.TaskStatusEditVM_TaskStatusEditVM$fromStore__closure, A.TaskStatusListItem_build_closure1, A.TaskStatusListItem_build_closure0, A.TaskStatusListVM_fromStore_closure1, A.TaskStatusScreen_build_closure10, A.TaskStatusScreen_build_closure9, A.TaskStatusScreen_build_closure, A.TaskStatusScreen_build_closure6, A._TaskStatusViewState_build_closure, A.TaskStatusViewVM_TaskStatusViewVM$fromStore_closure, A._TaxRateEditState__onChanged_closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore__closure, A.TaxRateListItem_build_closure1, A.TaxRateListItem_build_closure0, A.TaxRateListVM_fromStore_closure1, A.TaxRateSettingsScreen_build_closure6, A.TaxRateSettingsScreen_build_closure5, A.TaxRateSettingsScreen_build_closure, A.TaxRateSettingsScreen_build_closure2, A._TaxRateViewState_build_closure, A.TaxRateViewVM_TaxRateViewVM$fromStore_closure, A._TokenEditState__onChanged_closure0, A._TokenEditState_build__closure, A.TokenEditVM_TokenEditVM$fromStore__closure, A.TokenListItem_build_closure1, A.TokenListItem_build_closure0, A.TokenListVM_fromStore_closure1, A.TokenScreen_build_closure10, A.TokenScreen_build_closure9, A.TokenScreen_build_closure, A.TokenScreen_build_closure6, A._TokenViewState_build_closure, A._TokenListTile_build_closure, A.TokenViewVM_TokenViewVM$fromStore_closure, A._UserEditState__onChanged_closure0, A._UserEditState_build__closure, A._UserEditState_build_closure4, A._UserEditState_build_closure6, A._UserEditState_build_closure8, A._UserEditState_build_closure10, A._UserEditState_build__closure0, A._UserEditState_build__closure1, A._UserEditState_build__closure3, A._UserEditState_build__closure5, A.UserEditVM_UserEditVM$fromStore__closure, A.UserListItem_build_closure1, A.UserListItem_build_closure0, A.UserListBuilder_build__closure_showDialog, A.UserListBuilder_build___closure, A.UserListVM_fromStore_closure1, A.UserScreen_build_closure10, A.UserScreen_build_closure9, A.UserScreen_build_closure, A.UserScreen_build_closure6, A.UserView_build_closure, A.UserViewVM_UserViewVM$fromStore_closure, A.VendorEditAddressState__onChanged_closure0, A._VendorEditContactsState_build__closure, A._VendorEditContactsState_build_closure1, A.VendorContactEditDetailsState__onChanged_closure0, A.VendorContactEditDetailsState_build_closure4, A.VendorContactEditDetailsState_build_closure5, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure1, A.VendorEditDetailsState__onChanged_closure0, A.VendorEditFooter_build_closure, A.VendorEditNotesState__onChanged_closure0, A.VendorEditVM_VendorEditVM$fromStore__closure, A.VendorListItem_build__closure2, A.VendorListItem_build__closure1, A.VendorListItem_build__closure5, A.VendorListItem_build__closure4, A.VendorListVM_fromStore_closure1, A.VendorScreen_build_closure10, A.VendorScreen_build_closure9, A.VendorScreen_build_closure, A.VendorScreen_build_closure6, A._VendorViewState_build__closure, A._VendorViewState_build__closure0, A._VendorViewState_build__closure1, A._VendorViewState_build_closure, A._VendorViewDetailsState_build__buildDetailsList, A._VendorViewDetailsState_build__buildDetailsList__closure1, A._VendorViewDetailsState_build__buildDetailsList___closure0, A._VendorViewDetailsState_build__buildDetailsList__closure2, A._VendorViewDetailsState_build__buildDetailsList___closure, A._VendorViewDetailsState_build__buildDetailsList_closure0, A._VendorViewDetailsState_build__buildDetailsList__closure0, A._VendorViewDetailsState_build__buildDetailsList_closure1, A._VendorViewDetailsState_build__buildDetailsList__closure, A._VendorViewDetailsState_build__buildDetailsList_closure2, A._VendorViewFullwidthState_build__closure, A._VendorViewFullwidthState_build__closure1, A._WebhookEditState__onChanged_closure0, A._WebhookEditState_build___closure2, A._WebhookEditState_build___closure1, A._WebhookEditState_build__closure5, A._WebhookEditState_build___closure, A.WebhookEditVM_WebhookEditVM$fromStore__closure, A._WebhookViewState_build_closure, A.TargetListTile_build_closure, A.WebhookViewVM_WebhookViewVM$fromStore_closure, A.WebhookListItem_build_closure1, A.WebhookListItem_build_closure0, A.WebhookListVM_fromStore_closure1, A.WebhookScreen_build_closure10, A.WebhookScreen_build_closure9, A.WebhookScreen_build_closure, A.WebhookScreen_build_closure6, A.Debouncer_run_closure, A.PersistUIDebouncer_run_closure, A.confirmCallback_closure__onPressed, A.confirmCallback__closure2, A.confirmCallback__closure3, A.passwordCallback_closure, A._PasswordConfirmationState_build_closure, A._PasswordConfirmationState_build__closure, A._PasswordConfirmationState_build_closure2, A._PasswordConfirmationState_build_closure3, A._FieldConfirmationState_build_closure2, A._FieldConfirmationState_build_closure3, A.cloneToDialog__closure, A.cloneToDialog__closure0, A.cloneToDialog__closure1, A.cloneToDialog__closure2, A.cloneToDialog__closure3, A.cloneToDialog__closure4, A.changeTaskStatusDialog___closure, A.changeTaskStatusDialog__closure0, A.addToInvoiceDialog___closure, A.EnumUtils_fromString_closure0, A._ExampleEditorState_initState_closure, A._EditorToolbarState__onLinkPressed_closure0, A._EditorToolbarState__applyLink_closure, A._EditorToolbarState__buildUrlField_closure0, A._EditorToolbarState__buildUrlField__closure, A.Logger_Logger_closure, A.ListSyntax_parse_endItem, A.ParagraphSyntax__parseReflinkDefinition_closure, A.InlineParser__linkOrImage_closure2, A.InlineParser__processEmphasis_closure, A.InlineParser__processEmphasis_closure1, A.PublicClientApplication_loginPopup_closure, A.PublicClientApplication_logoutPopup_closure, A._FadeWidgetState_animationStatusChange_closure, A.PrintingPlugin_layoutPdf__closure, A.PdfPreviewAction_build_closure, A.PdfPreviewCustomState_didChangeDependencies__closure, A.PdfPreviewCustomState__createPreview__closure, A.PdfPreviewCustomState__createPreview___closure, A.PdfPreviewCustomState__zoomPreview_closure, A.PdfPreviewCustomState__zoomPreview__closure, A.PdfPreviewCustomState_build_closure, A._PdfPreviewState_initState_closure, A._PdfPreviewState_initState__closure, A._PdfPreviewState_didUpdateWidget_closure, A._PdfPreviewState_didChangeDependencies__closure, A.PdfPreviewRaster_raster_closure, A.PdfPreviewRaster__raster_closure, A.PdfPreviewRaster__raster_closure0, A.PdfPreviewRaster__raster_closure1, A.PdfPreviewRaster__raster_closure2, A.LoggingMiddleware_call_closure, A.RoundedLoadingButtonState_initState_closure, A.RoundedLoadingButtonState_initState__closure1, A.RoundedLoadingButtonState_initState_closure0, A.RoundedLoadingButtonState_initState__closure0, A.RoundedLoadingButtonState_initState_closure2, A.RoundedLoadingButtonState_initState__closure, A.BehaviorSubject__deferStream_closure, A.Subject_addStream_complete, A.Subject_addStream_closure0, A.StartWithStreamTransformer_bind_closure, A.StartWithErrorStreamTransformer_bind_closure, A._forwardMulti__closure, A._forward_closure, A._forward_closure0, A._forward__listenToUpstream_closure, A._forward__listenToUpstream_closure0, A._forward_closure1, A.Highlighter_closure, A.Highlighter__writeFileStart_closure, A.Highlighter__writeMultilineHighlights_closure, A.Highlighter__writeMultilineHighlights_closure0, A.Highlighter__writeMultilineHighlights_closure1, A.Highlighter__writeMultilineHighlights_closure2, A.Highlighter__writeMultilineHighlights__closure, A.Highlighter__writeMultilineHighlights__closure0, A.Highlighter__writeHighlightedText_closure, A.Highlighter__writeIndicator_closure, A.Highlighter__writeIndicator_closure0, A.Highlighter__writeIndicator_closure1, A.Highlighter__writeSidebar_closure, A._Highlight_closure, A.InjectedImp_initialize__closure, A.ReactiveModelBase__setInitialStateCreator_closure, A.ReactiveModelBase_setStateFn_closure, A.ReactiveModelBase_setStateFn__closure, A.ReactiveModelBase_setStateFn__closure1, A.ReactiveModelBase__streamSubscription_closure0, A.ReactiveModelListener_addListenerForRebuild_closure0, A.ReactiveModelListener_addListenerForRebuild_closure, A.ReactiveModelListener_addCleaner_closure, A._StateBuilderBaseState_initState_closure, A._StateBuilderBaseState_initState__closure, A.OnBuilder_build_closure, A.OnBuilder_build_closure0, A.OnBuilder_build_closure1, A.SideEffects_closure, A.OnX_listenTo___closure0, A.RM_inject_closure, A.addToInjectedModels_closure, A.addToContextSet_closure, A.DocumentComposer_closure, A._DocumentMouseInteractorState__onPanUpdate_closure, A._DocumentMouseInteractorState__onDragEnd_closure, A._DocumentMouseInteractorState__buildGestureInput_closure, A._DocumentMouseInteractorState__buildGestureInput_closure1, A._AndroidDocumentTouchInteractorState_initState_closure, A._AndroidDocumentTouchInteractorState_initState_closure0, A._AndroidDocumentTouchInteractorState_didChangeMetrics__closure, A._AndroidDocumentTouchInteractorState__positionCollapsedHandle_closure, A._AndroidDocumentTouchInteractorState__positionExpandedHandles_closure, A._AndroidDocumentTouchInteractorState__positionExpandedHandles_closure0, A._AndroidDocumentTouchInteractorState__buildGestureInput_closure, A._AndroidDocumentTouchEditingControlsState__onCollapsedPanStart_closure, A._AndroidDocumentTouchEditingControlsState__onExpandedHandleDragStart_closure, A._AndroidDocumentTouchEditingControlsState__onPanUpdate_closure, A._AndroidDocumentTouchEditingControlsState__onHandleDragEnd_closure, A._IOSDocumentTouchInteractorState_initState_closure, A._IOSDocumentTouchInteractorState_initState_closure0, A._IOSDocumentTouchInteractorState_didChangeDependencies__closure, A._IOSDocumentTouchInteractorState_didChangeMetrics__closure, A._IOSDocumentTouchInteractorState__onTapUp_closure, A._IOSDocumentTouchInteractorState__onTapTimeout_closure, A._IOSDocumentTouchInteractorState__positionCollapsedHandle_closure, A._IOSDocumentTouchInteractorState__buildGestureInput_closure, A._IOSDocumentTouchInteractorState__buildGestureInput_closure1, A._DocumentImeInteractorState_updateEditingValue_closure, A._SingleColumnDocumentLayoutState__onViewModelChange_closure, A._PresenterComponentBuilderState__onViewModelChange_closure, A.SingleColumnLayoutPresenter__assemblePipeline_closure, A.SuperEditorState__createEditContext_closure, A.SuperEditorState__createEditContext_closure0, A.SuperEditorState__buildGestureSystem_closure, A.SuperEditorState__buildGestureSystem_closure0, A.ToggleTextAttributionsCommand_execute_closure, A._MultiListenableBuilderState__onListenableChange_closure, A.TapSequenceGestureRecognizer_addAllowedPointer_closure, A.TapSequenceGestureRecognizer_addAllowedPointer_closure0, A.TapSequenceGestureRecognizer__checkUp_closure, A.TapSequenceGestureRecognizer__checkUp_closure0, A.TapSequenceGestureRecognizer__checkUp_closure1, A.main_closure0, A.main_closure]); - _inheritMany(A.Closure2Args, [A.AppBootstrap_prepareEngineInitializer__closure0, A.AppBootstrap_prepareEngineInitializer__closure, A.AppBootstrap__prepareAppRunner__closure, A.HtmlViewEmbedder_submitFrame_closure1, A.downloadCanvasKit_closure, A.IntervalTree_IntervalTree$createFromRanges_closure, A.IntervalTree_IntervalTree$createFromRanges_closure0, A.Surface_acquireFrame_closure, A.commitScene_closure, A.PersistedContainerSurface__matchChildren_closure, A.initializeEngineServices_closure0, A.KeyboardConverter__handleEvent_closure2, A.KeyboardConverter__handleEvent__closure, A.EnginePlatformDispatcher__addFontSizeObserver_closure, A.StandardMessageCodec_writeValue_closure0, A.saveForms_closure, A.HybridTextEditing__startEditing_closure0, A._HeaderValue_toString_closure, A._CastListBase_sort_closure, A.CastMap_forEach_closure, A.ConstantMap_map_closure, A.Primitives_functionNoSuchMethod_closure, A.JsLinkedHashMap_addAll_closure, A.initHooks_closure0, A._awaitOnObject_closure0, A._wrapJsFunctionForAsync_closure, A.Future_wait_handleError, A._Future__chainForeignFuture_closure0, A._Future_timeout_closure1, A.Stream_Stream$fromFuture_closure0, A._AddStreamState_makeErrorHandler_closure, A._cancelAndErrorClosure_closure, A._RootZone_bindBinaryCallbackGuarded_closure, A._HashMap_addAll_closure, A.HashMap_HashMap$from_closure, A.LinkedHashMap_LinkedHashMap$from_closure, A.MapBase_mapToString_closure, A.SplayTreeSet__copyNode_copyChildren, A._JsonStringifier_writeMap_closure, A._JsonPrettyPrintMixin_writeMap_closure, A._symbolMapToStringMap_closure, A.NoSuchMethodError_toString_closure, A._BigIntImpl_hashCode_combine, A.Uri__parseIPv4Address_error, A.Uri_parseIPv6Address_error, A.Uri_parseIPv6Address_parseHex, A._Uri__makeQuery_writeParameter, A._Uri__makeQuery_closure, A._createTables_build, A.MidiInputMap_keys_closure, A.MidiInputMap_values_closure, A.MidiOutputMap_keys_closure, A.MidiOutputMap_values_closure, A.MutationObserver_observe_override, A.RtcStatsReport_keys_closure, A.RtcStatsReport_values_closure, A.Storage_keys_closure, A.Storage_values_closure, A._DataAttributeMap_forEach_closure, A._DataAttributeMap_keys_closure, A._DataAttributeMap_values_closure, A._ValidatingTreeSanitizer_sanitizeTree_walk, A._StructuredClone_walk_closure, A._StructuredClone_walk_closure0, A._AcceptStructuredClone_walk_closure, A.convertDartToNative_Dictionary_closure, A._FileStream__readBlock_closure0, A._FileStream__start_onOpenFile_closure, A._FileStream__start_openFailed, A.AudioParamMap_keys_closure, A.AudioParamMap_values_closure, A.AttributedSpans_copyAttributionRegion_closure1, A.AttributedSpans_copyAttributionRegion_closure6, A.BoardListState_build_closure3, A.BoardViewState_build_closure0, A.hashObjects_closure, A.BuiltListMultimap_forEach_closure, A.MapBuilder_replace_closure, A.MapBuilder_replace_closure0, A.BuiltSetMultimap_forEach_closure, A.StandardJsonPlugin__toList_closure0, A.StandardJsonPlugin__toListUsingDiscriminator_closure0, A.loadAsyncHtmlImage_closure, A.MultiImageStreamCompleter_closure0, A.MultiImageStreamCompleter_closure1, A.BaseBarRenderer_preprocessSeries__closure, A.BaseBarRenderer_update_closure0, A.BaseBarRenderer_paint_closure, A.BaseBarRenderer_paint_closure0, A.BaseBarRenderer_paint_closure1, A.BaseBarRenderer__getSegmentsForDomainValue_closure, A._ReversedSeriesIterator_closure0, A.BaseTickDrawStrategy_collides_closure, A.BaseTickDrawStrategy_measureVerticallyDrawnTicks_closure, A.BaseTickDrawStrategy_measureHorizontallyDrawnTicks_closure, A.CartesianChart_init_closure, A.CartesianChart_preprocessSeries_closure, A.CartesianChart_preprocessSeries_closure0, A.CartesianChart_preprocessSeries_closure1, A.CartesianChart_preprocessSeries_closure2, A.CartesianChart_onSkipLayout_closure, A.BaseChart_getNearestDatumDetailPerSeries_closure0, A.BaseChart_configureSeries_closure0, A.BaseChart_preprocessSeries_closure1, A.BaseChart_onPostLayout_closure, A.LinePointHighlighter__updateViewData_closure, A._LinePointLayoutView_paint_closure, A._LinePointLayoutView_paint_closure0, A.SelectNearest__onSelect_closure, A.LayoutManagerImpl_paintOrderedViews_closure, A.LayoutManagerImpl_positionOrderedViews_closure, A.LineRenderer_update_closure0, A.LineRenderer_paint_closure, A.LineRenderer_paint_closure0, A.PointRenderer_paint_closure, A.PointRenderer_paint_closure0, A.BaseChartState_build_closure, A.BaseChartState_dispose_closure, A.TabularLegendLayout__buildTableFromRows_closure0, A.CanonicalizedMap_addAll_closure, A.CanonicalizedMap_forEach_closure, A.CanonicalizedMap_map_closure, A.MemoryDirectory_createSync_closure, A.MemoryFile__doCreate_closure, A._FileSink_addStream_closure0, A._FileSink_close_closure0, A.FilePickerWeb__fileType_closure, A.CupertinoDynamicColor_toString_toString, A._RenderCupertinoSwitch_paint_closure, A.BindingBase_registerServiceExtension_closure, A.PointerRouter__dispatchEventToRoutes_closure, A._PackagesViewState_licenses_closure, A._PackagesViewState_build_closure, A._PackagesViewState_build__closure, A._LicenseData_sortPackages_closure, A._PackageLicensePageState_build_closure, A._MasterDetailFlowState_build_closure, A._MasterDetailFlowState__nestedUI_closure, A._MasterDetailFlowState__lateralUI_closure1, A._MasterDetailFlowState__lateralUI_closure, A._MasterDetailScaffoldState_build__closure, A._DetailView_build_closure, A.MaterialApp_createMaterialHeroController_closure, A._MaterialAppState_build_closure, A._RenderInputPadding_hitTest_closure, A._RenderInputPadding_hitTest_closure0, A.__DatePickerDialogState_State_RestorationMixin_dispose_closure, A._DropdownRoute_buildPage_closure, A._DropdownRoute_getItemOffset_closure, A._DropdownRoute_getMenuLimits_closure, A._RenderDecoration_performLayout_centerLayout, A._RenderDecoration_performLayout_baselineLayout, A._RenderDecoration_hitTestChildren_closure, A._RenderListTile_hitTestChildren_closure, A._ZoomEnterTransition_build_closure, A.PaginatedDataTableState_build_closure, A._PopupMenu_build_closure0, A._LinearProgressIndicatorPainter_paint_drawBar, A._LinearProgressIndicatorState_build_closure, A._CircularProgressIndicatorState__buildAnimation_closure, A._RefreshProgressIndicatorState__buildAnimation_closure, A.RefreshIndicatorState_build_closure, A.ReorderableListView_closure, A._ReorderableListViewState__wrapWithSemantics_reorder, A._ReorderableListViewState__proxyDecorator_closure, A.ScaffoldState_build_closure, A._StandardBottomSheetState_build_closure, A._ScaffoldState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, A._TextFieldState_build_closure1, A._TextFieldState_build_closure2, A.__TextFieldState_State_RestorationMixin_dispose_closure, A.ThemeData__lerpThemeExtensions_closure, A._RenderInputPadding_hitTest_closure1, A.__HourMinuteTextFieldState_State_RestorationMixin_dispose_closure, A.__TimePickerDialogState_State_RestorationMixin_dispose_closure, A.__TimePickerInputState_State_RestorationMixin_dispose_closure, A._RenderInputPadding_hitTest_closure2, A.NetworkImage__loadAsync_closure, A._CompoundBorder_dimensions_closure, A.ImageCache_putIfAbsent_listener, A.ImageProvider_resolve_closure, A.ImageProvider__createErrorHandlerAndKey_handleError, A.AssetImage_obtainKey_closure0, A.OneFrameImageStreamCompleter_closure, A.MultiFrameImageStreamCompleter_closure, A.MultiFrameImageStreamCompleter_closure0, A.RenderBoxContainerDefaultsMixin_defaultHitTestChildren_closure, A.RenderEditable_getRectForComposingRange_closure, A.RenderEditable_hitTestChildren_closure, A.RenderEditable__paintContents_closure, A.RenderFlex_computeMinIntrinsicWidth_closure, A.RenderFlex_computeMaxIntrinsicWidth_closure, A.RenderFlex_computeMinIntrinsicHeight_closure, A.RenderFlex_computeMaxIntrinsicHeight_closure, A.MouseTracker__handleDeviceUpdateMouseEvents_closure, A.PipelineOwner_flushLayout_closure, A.PipelineOwner_flushCompositingBits_closure, A.PipelineOwner_flushPaint_closure, A.PipelineOwner_flushSemantics_closure, A.RenderParagraph_hitTestChildren_closure, A.RenderParagraph_paint_closure, A.RenderTransform_hitTestChildren_closure, A.RenderFittedBox_hitTestChildren_closure, A.RenderFractionalTranslation_hitTestChildren_closure, A.RenderFollowerLayer_hitTestChildren_closure, A.RenderShiftedBox_hitTestChildren_closure, A.RenderIndexedStack_hitTestChildren_closure, A.RenderTable_computeDryLayout_closure, A.RenderTable_hitTestChildren_closure, A.SchedulerBinding_handleBeginFrame_closure, A._SemanticsSortGroup_sortedWithinKnot_closure, A.SemanticsOwner_sendSemanticsUpdate_closure0, A.SemanticsOwner_sendSemanticsUpdate_closure1, A._DefaultBinaryMessenger_setMessageHandler_closure, A.StandardMessageCodec_writeValue_closure, A._StreamBuilderBaseState__subscribe_closure1, A._FutureBuilderState__subscribe_closure0, A._DraggableScrollableSheetState_build_closure, A.EditableTextState__formatAndSetValue_closure, A.EditableTextState_build_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFindInitial_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure1, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure4, A._ReadingOrderSortData_sortWithDirectionality_closure, A._ReadingOrderDirectionalGroupData_sortWithDirectionality_closure, A.ReadingOrderTraversalPolicy__pickNext_closure, A.ReadingOrderTraversalPolicy__pickNext_inBand, A._FormFieldState_State_RestorationMixin_dispose_closure, A.RenderObjectElement_updateChildren_slotFor, A.Hero__allHeroesFor_inviteHero, A._HeroFlight__buildOverlay_closure, A._ImageState__getListener_closure, A._HistoryProperty_fromPrimitives_closure, A._NavigatorState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, A._RenderTheatre_hitTestChildren_closure, A._StretchingOverscrollIndicatorState_build_closure, A._PageViewState_build_closure0, A.HtmlElementView_build_closure, A._DragItemProxy_build_closure, A.__RestorationScopeState_State_RestorationMixin_dispose_closure, A._ModalScopeState_build_closure, A._ModalScopeState_build__closure0, A._ModalScopeState_build___closure, A.ScrollView_build_closure, A.ListView$separated_closure, A.ListView$separated_closure0, A._ScrollableState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, A.ShortcutManager__indexShortcuts_closure, A.SingleChildScrollView_build_closure, A._RenderSingleChildViewport_paint_paintContents, A._RenderSingleChildViewport_hitTestChildren_closure, A.loadDateIntlDataIfNotLoaded_closure, A._StoreStreamListenerState_build_closure, A._RenderFlexEntranceTransition_hitTestChildren_closure, A.Element__addOuterHtml_closure, A.Phase_startTagHtml_closure, A.InBodyPhase_startTagBody_closure, A.formatStr_closure, A._separatingNewlines_closure, A._BaseRules_blankRule_closure, A._BaseRules_defaultRule_closure, A._CommonRules_paragraph_closure, A._CommonRules_lineBreak_closure, A._CommonRules_heading_closure, A._CommonRules_blockquote_closure, A._CommonRules_list_closure, A._CommonRules_listItem_closure, A._CommonRules_indentedCodeBlock_closure0, A._CommonRules_fencedCodeBlock_closure0, A._CommonRules_horizontalRule_closure, A._CommonRules_inlineLink_closure0, A._CommonRules_referenceLink_closure1, A._CommonRules_emphasis_closure, A._CommonRules_strong_closure, A._CommonRules_strike_closure, A._CommonRules_code_closure0, A._CommonRules_image_closure, A._TableRules_table_closure, A._TableRules_tr_closure, A._TableRules_tHeadBody_closure, A._TableRules_th_closure, A._TableRules_td_closure, A.BaseRequest_closure, A.mapToQuery_closure, A.MediaType_toString_closure, A.DateFormat__fieldConstructors_closure, A.DateFormat__fieldConstructors_closure0, A.DateFormat__fieldConstructors_closure1, A._DateFormatPatternField_parseEnumeratedString_closure0, A.GatewayEntity_supportedEvents_closure, A.InvoiceEntity_getTaxes_calculateAmount, A.TaskEntity_getTaskTimes_closure0, A._parseError_closure, A.InvoiceNinjaAppState_build__closure109, A.lastErrorReducer_closure, A.lastErrorReducer_closure0, A.lastErrorReducer_closure1, A.lastErrorReducer_closure2, A.lastErrorReducer_closure3, A.lastErrorReducer_closure4, A.lastErrorReducer_closure5, A.lastErrorReducer_closure6, A.lastErrorReducer_closure7, A.lastErrorReducer_closure8, A.lastErrorReducer_closure9, A.lastErrorReducer_closure10, A.lastErrorReducer_closure11, A.lastErrorReducer_closure12, A.lastErrorReducer_closure13, A.lastErrorReducer_closure14, A.lastErrorReducer_closure15, A.lastErrorReducer_closure16, A.lastErrorReducer_closure17, A.lastErrorReducer_closure18, A.lastErrorReducer_closure19, A.dismissedNativeWarningReducer_closure, A.dismissedNativeWarningReducer_closure0, A.handleClientAction__closure, A.forceSelectedReducer_closure175, A.forceSelectedReducer_closure176, A.forceSelectedReducer_closure177, A.forceSelectedReducer_closure178, A.forceSelectedReducer_closure179, A.forceSelectedReducer_closure180, A.forceSelectedReducer_closure181, A.forceSelectedReducer_closure182, A.tabIndexReducer_closure23, A.tabIndexReducer_closure24, A.saveCompleterReducer_closure1, A.cancelCompleterReducer_closure1, A.editingContactReducer_closure, A.editingContactReducer_closure0, A.selectedIdReducer_closure354, A.selectedIdReducer_closure355, A.selectedIdReducer_closure356, A.selectedIdReducer_closure357, A.selectedIdReducer_closure358, A.selectedIdReducer_closure359, A.selectedIdReducer_closure360, A.selectedIdReducer_closure361, A.selectedIdReducer_closure362, A.selectedIdReducer_closure363, A.selectedIdReducer_closure364, A.selectedIdReducer_closure365, A.selectedIdReducer_closure366, A.selectedIdReducer_closure367, A.selectedIdReducer_closure368, A.selectedIdReducer_closure369, A.selectedIdReducer_closure370, A.editingReducer_closure125, A.editingReducer_closure126, A.editingReducer_closure127, A.editingReducer_closure128, A.editingReducer_closure129, A.editingReducer_closure130, A.editingReducer_closure131, A.editingReducer_closure132, A.editingReducer_closure133, A.editingReducer_closure134, A.editingReducer_closure135, A.editingReducer_closure136, A.editingReducer_closure137, A.editingReducer_closure138, A.dropdownClientsSelector_closure0, A.memoizedClientStatsForUser_closure, A.clientStatsForUser_closure, A.filteredClientsSelector_closure0, A.userCompanyEntityReducer_closure, A.userCompanyEntityReducer_closure0, A.userCompanyEntityReducer_closure1, A.userCompanyEntityReducer_closure2, A.userCompanyEntityReducer_closure3, A.userCompanyEntityReducer_closure4, A.userCompanyEntityReducer_closure5, A.lastUpdatedReducer_closure, A.lastUpdatedReducer_closure0, A.memoizedDropdownExpenseCategoriesList_closure, A.dropdownExpenseCategoriesSelector_closure0, A.getCurrencyIds_closure, A.memoizedFilteredSelector_closure, A.filteredSelector_closure13, A.handleCompanyGatewayAction__closure, A.forceSelectedReducer_closure59, A.forceSelectedReducer_closure60, A.forceSelectedReducer_closure61, A.forceSelectedReducer_closure62, A.forceSelectedReducer_closure63, A.forceSelectedReducer_closure64, A.forceSelectedReducer_closure65, A.forceSelectedReducer_closure66, A.selectedIdReducer_closure119, A.selectedIdReducer_closure120, A.selectedIdReducer_closure121, A.selectedIdReducer_closure122, A.selectedIdReducer_closure123, A.selectedIdReducer_closure124, A.selectedIdReducer_closure125, A.selectedIdReducer_closure126, A.selectedIdReducer_closure127, A.selectedIdReducer_closure128, A.selectedIdReducer_closure129, A.selectedIdReducer_closure130, A.selectedIdReducer_closure131, A.selectedIdReducer_closure132, A.selectedIdReducer_closure133, A.editingReducer_closure37, A.editingReducer_closure38, A.editingReducer_closure39, A.editingReducer_closure40, A.memoizedCalculateCompanyGatewayProcessed_closure, A.calculateCompanyGatewayProcessed_closure, A.memoizedClientStatsForCompanyGateway_closure, A.clientStatsForCompanyGateway_closure, A.memoizedPaymentStatsForCompanyGateway_closure, A.paymentStatsForCompanyGateway_closure, A.getUnconnectedStripeAccount_closure, A.forceSelectedReducer_closure79, A.forceSelectedReducer_closure80, A.forceSelectedReducer_closure81, A.forceSelectedReducer_closure82, A.forceSelectedReducer_closure83, A.forceSelectedReducer_closure84, A.forceSelectedReducer_closure85, A.forceSelectedReducer_closure86, A.tabIndexReducer_closure11, A.tabIndexReducer_closure12, A.historyActivityIdReducer_closure0, A.editingItemReducer_closure1, A.editingItemReducer_closure2, A.selectedIdReducer_closure160, A.selectedIdReducer_closure161, A.selectedIdReducer_closure162, A.selectedIdReducer_closure163, A.selectedIdReducer_closure164, A.selectedIdReducer_closure165, A.selectedIdReducer_closure166, A.selectedIdReducer_closure167, A.selectedIdReducer_closure168, A.selectedIdReducer_closure169, A.selectedIdReducer_closure170, A.selectedIdReducer_closure171, A.selectedIdReducer_closure172, A.selectedIdReducer_closure173, A.selectedIdReducer_closure174, A.selectedIdReducer_closure175, A.selectedIdReducer_closure176, A.selectedIdReducer_closure177, A.selectedIdReducer_closure178, A.editingReducer_closure49, A.editingReducer_closure50, A.editingReducer_closure51, A.editingReducer_closure52, A.editingReducer_closure53, A.editingReducer_closure54, A.editingReducer_closure55, A.editingReducer_closure56, A.editingReducer_closure57, A.editingReducer_closure58, A.editingReducer_closure59, A.dropdownCreditSelector_closure0, A.filteredCreditsSelector_closure0, A.memoizedCreditStatsForDesign_closure, A.creditStatsForDesign_closure, A.memoizedCreditStatsForClient_closure, A.creditStatsForClient_closure, A.memoizedCreditStatsForUser_closure, A.creditStatsForUser_closure, A.selectedEntitiesReducer_closure, A.selectedEntitiesReducer_closure0, A.selectedEntityTypeReducer_closure, A.showSidebarReducer_closure, A._chartInvoices_closure, A.chartQuotes_closure, A.chartPayments_closure, A.chartTasks_closure, A.chartTasks___closure, A.chartExpenses_closure, A.memoizedRunningTasks_closure0, A.runningTasks_closure, A.memoizedUpcomingInvoices_closure, A._upcomingInvoices_closure, A._upcomingInvoices_closure0, A.memoizedPastDueInvoices_closure, A._pastDueInvoices_closure, A._pastDueInvoices_closure0, A.memoizedRecentPayments_closure, A._recentPayments_closure, A._recentPayments_closure0, A.memoizedUpcomingQuotes_closure, A._upcomingQuotes_closure, A._upcomingQuotes_closure0, A.memoizedExpiredQuotes_closure, A._expiredQuotes_closure, A._expiredQuotes_closure0, A.memoizedRunningTasks_closure, A._runningTasks_closure, A._runningTasks_closure0, A.memoizedRecentTasks_closure, A._recentTasks_closure, A._recentTasks_closure0, A.memoizedRecentExpenses_closure, A._recentExpenses_closure, A._recentExpenses_closure0, A.forceSelectedReducer_closure87, A.forceSelectedReducer_closure88, A.forceSelectedReducer_closure89, A.forceSelectedReducer_closure90, A.forceSelectedReducer_closure91, A.forceSelectedReducer_closure92, A.forceSelectedReducer_closure93, A.forceSelectedReducer_closure94, A.selectedIdReducer_closure179, A.selectedIdReducer_closure180, A.selectedIdReducer_closure181, A.selectedIdReducer_closure182, A.selectedIdReducer_closure183, A.selectedIdReducer_closure184, A.selectedIdReducer_closure185, A.selectedIdReducer_closure186, A.selectedIdReducer_closure187, A.selectedIdReducer_closure188, A.selectedIdReducer_closure189, A.selectedIdReducer_closure190, A.selectedIdReducer_closure191, A.selectedIdReducer_closure192, A.editingReducer_closure60, A.editingReducer_closure61, A.editingReducer_closure62, A.editingReducer_closure63, A.filteredDesignsSelector_closure0, A.forceSelectedReducer_closure47, A.forceSelectedReducer_closure48, A.forceSelectedReducer_closure49, A.forceSelectedReducer_closure50, A.forceSelectedReducer_closure51, A.forceSelectedReducer_closure52, A.forceSelectedReducer_closure53, A.forceSelectedReducer_closure54, A.selectedIdReducer_closure94, A.selectedIdReducer_closure95, A.selectedIdReducer_closure96, A.selectedIdReducer_closure97, A.selectedIdReducer_closure98, A.selectedIdReducer_closure99, A.selectedIdReducer_closure100, A.selectedIdReducer_closure101, A.selectedIdReducer_closure102, A.selectedIdReducer_closure103, A.selectedIdReducer_closure104, A.selectedIdReducer_closure105, A.selectedIdReducer_closure106, A.editingReducer_closure32, A.filteredDocumentsSelector_closure0, A.forceSelectedReducer_closure39, A.forceSelectedReducer_closure40, A.forceSelectedReducer_closure41, A.forceSelectedReducer_closure42, A.forceSelectedReducer_closure43, A.forceSelectedReducer_closure44, A.forceSelectedReducer_closure45, A.forceSelectedReducer_closure46, A.tabIndexReducer_closure9, A.tabIndexReducer_closure10, A.selectedIdReducer_closure79, A.selectedIdReducer_closure80, A.selectedIdReducer_closure81, A.selectedIdReducer_closure82, A.selectedIdReducer_closure83, A.selectedIdReducer_closure84, A.selectedIdReducer_closure85, A.selectedIdReducer_closure86, A.selectedIdReducer_closure87, A.selectedIdReducer_closure88, A.selectedIdReducer_closure89, A.selectedIdReducer_closure90, A.selectedIdReducer_closure91, A.selectedIdReducer_closure92, A.selectedIdReducer_closure93, A.editingReducer_closure28, A.editingReducer_closure29, A.editingReducer_closure30, A.editingReducer_closure31, A.filteredExpensesSelector_closure0, A.memoizedExpenseStatsForVendor_closure, A.expenseStatsForVendor_closure, A.memoizedExpenseStatsForClient_closure, A.expenseStatsForClient_closure, A.memoizedClientExpenseList_closure, A.clientExpenseList_closure0, A.memoizedExpenseStatsForProject_closure, A.expenseStatsForProject_closure, A.memoizedExpenseStatsForUser_closure, A.expenseStatsForUser_closure, A.forceSelectedReducer_closure127, A.forceSelectedReducer_closure128, A.forceSelectedReducer_closure129, A.forceSelectedReducer_closure130, A.forceSelectedReducer_closure131, A.forceSelectedReducer_closure132, A.forceSelectedReducer_closure133, A.forceSelectedReducer_closure134, A.selectedIdReducer_closure256, A.selectedIdReducer_closure257, A.selectedIdReducer_closure258, A.selectedIdReducer_closure259, A.selectedIdReducer_closure260, A.selectedIdReducer_closure261, A.selectedIdReducer_closure262, A.selectedIdReducer_closure263, A.selectedIdReducer_closure264, A.selectedIdReducer_closure265, A.selectedIdReducer_closure266, A.selectedIdReducer_closure267, A.selectedIdReducer_closure268, A.selectedIdReducer_closure269, A.selectedIdReducer_closure270, A.editingReducer_closure87, A.editingReducer_closure88, A.editingReducer_closure89, A.editingReducer_closure90, A.filteredExpenseCategoriesSelector_closure0, A.memoizedCalculateExpenseCategoryAmount_closure, A.calculateExpenseCategoryAmount_closure, A.memoizedExpenseStatsForExpenseCategory_closure, A.expenseStatsForExpenseCategory_closure, A.forceSelectedReducer_closure55, A.forceSelectedReducer_closure56, A.forceSelectedReducer_closure57, A.forceSelectedReducer_closure58, A.selectedIdReducer_closure107, A.selectedIdReducer_closure108, A.selectedIdReducer_closure109, A.selectedIdReducer_closure110, A.selectedIdReducer_closure111, A.selectedIdReducer_closure112, A.selectedIdReducer_closure113, A.selectedIdReducer_closure114, A.selectedIdReducer_closure115, A.selectedIdReducer_closure116, A.selectedIdReducer_closure117, A.selectedIdReducer_closure118, A.editingReducer_closure33, A.editingReducer_closure34, A.editingReducer_closure35, A.editingReducer_closure36, A.filteredGroupsSelector_closure0, A.memoizedClientStatsForGroup_closure, A.clientStatsForGroup_closure, A.forceSelectedReducer_closure167, A.forceSelectedReducer_closure168, A.forceSelectedReducer_closure169, A.forceSelectedReducer_closure170, A.forceSelectedReducer_closure171, A.forceSelectedReducer_closure172, A.forceSelectedReducer_closure173, A.forceSelectedReducer_closure174, A.tabIndexReducer_closure21, A.tabIndexReducer_closure22, A.historyActivityIdReducer_closure3, A.editingItemIndexReducer_closure1, A.editingItemIndexReducer_closure2, A.selectedIdReducer_closure335, A.selectedIdReducer_closure336, A.selectedIdReducer_closure337, A.selectedIdReducer_closure338, A.selectedIdReducer_closure339, A.selectedIdReducer_closure340, A.selectedIdReducer_closure341, A.selectedIdReducer_closure342, A.selectedIdReducer_closure343, A.selectedIdReducer_closure344, A.selectedIdReducer_closure345, A.selectedIdReducer_closure346, A.selectedIdReducer_closure347, A.selectedIdReducer_closure348, A.selectedIdReducer_closure349, A.selectedIdReducer_closure350, A.selectedIdReducer_closure351, A.selectedIdReducer_closure352, A.selectedIdReducer_closure353, A.editingReducer_closure114, A.editingReducer_closure115, A.editingReducer_closure116, A.editingReducer_closure117, A.editingReducer_closure118, A.editingReducer_closure119, A.editingReducer_closure120, A.editingReducer_closure121, A.editingReducer_closure122, A.editingReducer_closure123, A.editingReducer_closure124, A.invoiceQuoteSelector_closure, A.memoizedInvoiceQuoteSelector_closure, A.dropdownInvoiceSelector_closure0, A.filteredInvoicesSelector_closure, A.filteredInvoicesSelector_closure1, A.memoizedInvoiceStatsForClient_closure, A.invoiceStatsForClient_closure, A.memoizedInvoiceStatsForDesign_closure, A.invoiceStatsForDesign_closure, A.memoizedInvoiceStatsForSubscription_closure, A.invoiceStatsForSubscription_closure, A.memoizedInvoiceStatsForProject_closure, A.invoiceStatsForProject_closure, A.memoizedInvoiceStatsForUser_closure, A.invoiceStatsForUser_closure, A.forceSelectedReducer_closure7, A.forceSelectedReducer_closure8, A.forceSelectedReducer_closure9, A.forceSelectedReducer_closure10, A.forceSelectedReducer_closure11, A.forceSelectedReducer_closure12, A.forceSelectedReducer_closure13, A.forceSelectedReducer_closure14, A.tabIndexReducer_closure1, A.tabIndexReducer_closure2, A.selectedIdReducer_closure18, A.selectedIdReducer_closure19, A.selectedIdReducer_closure20, A.selectedIdReducer_closure21, A.selectedIdReducer_closure22, A.selectedIdReducer_closure23, A.selectedIdReducer_closure24, A.selectedIdReducer_closure25, A.selectedIdReducer_closure26, A.selectedIdReducer_closure27, A.selectedIdReducer_closure28, A.selectedIdReducer_closure29, A.selectedIdReducer_closure30, A.selectedIdReducer_closure31, A.selectedIdReducer_closure32, A.selectedIdReducer_closure33, A.editingReducer_closure10, A.editingReducer_closure11, A.editingReducer_closure12, A.editingReducer_closure13, A.filteredPaymentsSelector_closure0, A.paymentStatsForClient_closure, A.forceSelectedReducer_closure95, A.forceSelectedReducer_closure96, A.forceSelectedReducer_closure97, A.forceSelectedReducer_closure98, A.forceSelectedReducer_closure99, A.forceSelectedReducer_closure100, A.forceSelectedReducer_closure101, A.forceSelectedReducer_closure102, A.selectedIdReducer_closure193, A.selectedIdReducer_closure194, A.selectedIdReducer_closure195, A.selectedIdReducer_closure196, A.selectedIdReducer_closure197, A.selectedIdReducer_closure198, A.selectedIdReducer_closure199, A.selectedIdReducer_closure200, A.selectedIdReducer_closure201, A.selectedIdReducer_closure202, A.selectedIdReducer_closure203, A.selectedIdReducer_closure204, A.selectedIdReducer_closure205, A.selectedIdReducer_closure206, A.editingReducer_closure64, A.editingReducer_closure65, A.editingReducer_closure66, A.editingReducer_closure67, A.memoizedDropdownPaymentTermList_closure, A.dropdownPaymentTermsSelector_closure0, A.filteredPaymentTermsSelector_closure0, A.forceSelectedReducer_closure183, A.forceSelectedReducer_closure184, A.forceSelectedReducer_closure185, A.forceSelectedReducer_closure186, A.forceSelectedReducer_closure187, A.forceSelectedReducer_closure188, A.forceSelectedReducer_closure189, A.forceSelectedReducer_closure190, A.tabIndexReducer_closure25, A.tabIndexReducer_closure26, A.editingReducer_closure139, A.editingReducer_closure140, A.editingReducer_closure141, A.editingReducer_closure142, A.selectedIdReducer_closure371, A.selectedIdReducer_closure372, A.selectedIdReducer_closure373, A.selectedIdReducer_closure374, A.selectedIdReducer_closure375, A.selectedIdReducer_closure376, A.selectedIdReducer_closure377, A.selectedIdReducer_closure378, A.selectedIdReducer_closure379, A.selectedIdReducer_closure380, A.selectedIdReducer_closure381, A.selectedIdReducer_closure382, A.selectedIdReducer_closure383, A.selectedIdReducer_closure384, A.dropdownProductsSelector_closure0, A.productList_closure0, A.filteredProductsSelector_closure0, A.forceSelectedReducer_closure15, A.forceSelectedReducer_closure16, A.forceSelectedReducer_closure17, A.forceSelectedReducer_closure18, A.forceSelectedReducer_closure19, A.forceSelectedReducer_closure20, A.forceSelectedReducer_closure21, A.forceSelectedReducer_closure22, A.tabIndexReducer_closure3, A.tabIndexReducer_closure4, A.saveCompleterReducer_closure, A.cancelCompleterReducer_closure, A.selectedIdReducer_closure34, A.selectedIdReducer_closure35, A.selectedIdReducer_closure36, A.selectedIdReducer_closure37, A.selectedIdReducer_closure38, A.selectedIdReducer_closure39, A.selectedIdReducer_closure40, A.selectedIdReducer_closure41, A.selectedIdReducer_closure42, A.selectedIdReducer_closure43, A.selectedIdReducer_closure44, A.selectedIdReducer_closure45, A.selectedIdReducer_closure46, A.selectedIdReducer_closure47, A.selectedIdReducer_closure48, A.editingReducer_closure14, A.editingReducer_closure15, A.editingReducer_closure16, A.editingReducer_closure17, A.convertProjectToInvoiceItem_closure, A.convertProjectToInvoiceItem_closure0, A.convertProjectToInvoiceItem_closure1, A.convertProjectToInvoiceItem_closure2, A.dropdownProjectsSelector_closure0, A.filteredProjectsSelector_closure0, A.taskDurationForProject_closure, A.memoizedProjectStatsForClient_closure, A.projectStatsForClient_closure, A.memoizedProjectStatsForUser_closure, A.forceSelectedReducer_closure159, A.forceSelectedReducer_closure160, A.forceSelectedReducer_closure161, A.forceSelectedReducer_closure162, A.forceSelectedReducer_closure163, A.forceSelectedReducer_closure164, A.forceSelectedReducer_closure165, A.forceSelectedReducer_closure166, A.tabIndexReducer_closure19, A.tabIndexReducer_closure20, A.historyActivityIdReducer_closure2, A.editingItemReducer_closure3, A.editingItemReducer_closure4, A.selectedIdReducer_closure316, A.selectedIdReducer_closure317, A.selectedIdReducer_closure318, A.selectedIdReducer_closure319, A.selectedIdReducer_closure320, A.selectedIdReducer_closure321, A.selectedIdReducer_closure322, A.selectedIdReducer_closure323, A.selectedIdReducer_closure324, A.selectedIdReducer_closure325, A.selectedIdReducer_closure326, A.selectedIdReducer_closure327, A.selectedIdReducer_closure328, A.selectedIdReducer_closure329, A.selectedIdReducer_closure330, A.selectedIdReducer_closure331, A.selectedIdReducer_closure332, A.selectedIdReducer_closure333, A.selectedIdReducer_closure334, A.editingReducer_closure103, A.editingReducer_closure104, A.editingReducer_closure105, A.editingReducer_closure106, A.editingReducer_closure107, A.editingReducer_closure108, A.editingReducer_closure109, A.editingReducer_closure110, A.editingReducer_closure111, A.editingReducer_closure112, A.editingReducer_closure113, A.filteredPurchaseOrdersSelector_closure0, A.forceSelectedReducer_closure, A.forceSelectedReducer_closure0, A.forceSelectedReducer_closure1, A.forceSelectedReducer_closure2, A.forceSelectedReducer_closure3, A.forceSelectedReducer_closure4, A.forceSelectedReducer_closure5, A.forceSelectedReducer_closure6, A.tabIndexReducer_closure, A.tabIndexReducer_closure0, A.historyActivityIdReducer_closure, A.editingItemReducer_closure, A.editingItemReducer_closure0, A.selectedIdReducer_closure, A.selectedIdReducer_closure0, A.selectedIdReducer_closure1, A.selectedIdReducer_closure2, A.selectedIdReducer_closure3, A.selectedIdReducer_closure4, A.selectedIdReducer_closure5, A.selectedIdReducer_closure6, A.selectedIdReducer_closure7, A.selectedIdReducer_closure8, A.selectedIdReducer_closure9, A.selectedIdReducer_closure10, A.selectedIdReducer_closure11, A.selectedIdReducer_closure12, A.selectedIdReducer_closure13, A.selectedIdReducer_closure14, A.selectedIdReducer_closure15, A.selectedIdReducer_closure16, A.selectedIdReducer_closure17, A.editingReducer_closure, A.editingReducer_closure0, A.editingReducer_closure1, A.editingReducer_closure2, A.editingReducer_closure3, A.editingReducer_closure4, A.editingReducer_closure5, A.editingReducer_closure6, A.editingReducer_closure7, A.editingReducer_closure8, A.editingReducer_closure9, A.filteredQuotesSelector_closure0, A.memoizedQuoteStatsForClient_closure, A.quoteStatsForClient_closure, A.memoizedQuoteStatsForDesign_closure, A.quoteStatsForDesign_closure, A.memoizedQuoteStatsForUser_closure, A.quoteStatsForUser_closure, A.forceSelectedReducer_closure151, A.forceSelectedReducer_closure152, A.forceSelectedReducer_closure153, A.forceSelectedReducer_closure154, A.forceSelectedReducer_closure155, A.forceSelectedReducer_closure156, A.forceSelectedReducer_closure157, A.forceSelectedReducer_closure158, A.tabIndexReducer_closure17, A.tabIndexReducer_closure18, A.selectedIdReducer_closure301, A.selectedIdReducer_closure302, A.selectedIdReducer_closure303, A.selectedIdReducer_closure304, A.selectedIdReducer_closure305, A.selectedIdReducer_closure306, A.selectedIdReducer_closure307, A.selectedIdReducer_closure308, A.selectedIdReducer_closure309, A.selectedIdReducer_closure310, A.selectedIdReducer_closure311, A.selectedIdReducer_closure312, A.selectedIdReducer_closure313, A.selectedIdReducer_closure314, A.selectedIdReducer_closure315, A.editingReducer_closure99, A.editingReducer_closure100, A.editingReducer_closure101, A.editingReducer_closure102, A.filteredRecurringExpensesSelector_closure0, A.memoizedRecurringExpenseStatsForClient_closure, A.recurringExpenseStatsForClient_closure, A.memoizedRecurringExpenseStatsForVendor_closure, A.recurringExpenseStatsForVendor_closure, A.memoizedRecurringExpenseStatsForUser_closure, A.recurringExpenseStatsForUser_closure, A.memoizedRecurringExpenseStatsForExpense_closure, A.recurringExpenseStatsForExpense_closure, A.forceSelectedReducer_closure119, A.forceSelectedReducer_closure120, A.forceSelectedReducer_closure121, A.forceSelectedReducer_closure122, A.forceSelectedReducer_closure123, A.forceSelectedReducer_closure124, A.forceSelectedReducer_closure125, A.forceSelectedReducer_closure126, A.tabIndexReducer_closure13, A.tabIndexReducer_closure14, A.historyActivityIdReducer_closure1, A.editingItemIndexReducer_closure, A.editingItemIndexReducer_closure0, A.selectedIdReducer_closure237, A.selectedIdReducer_closure238, A.selectedIdReducer_closure239, A.selectedIdReducer_closure240, A.selectedIdReducer_closure241, A.selectedIdReducer_closure242, A.selectedIdReducer_closure243, A.selectedIdReducer_closure244, A.selectedIdReducer_closure245, A.selectedIdReducer_closure246, A.selectedIdReducer_closure247, A.selectedIdReducer_closure248, A.selectedIdReducer_closure249, A.selectedIdReducer_closure250, A.selectedIdReducer_closure251, A.selectedIdReducer_closure252, A.selectedIdReducer_closure253, A.selectedIdReducer_closure254, A.selectedIdReducer_closure255, A.editingReducer_closure76, A.editingReducer_closure77, A.editingReducer_closure78, A.editingReducer_closure79, A.editingReducer_closure80, A.editingReducer_closure81, A.editingReducer_closure82, A.editingReducer_closure83, A.editingReducer_closure84, A.editingReducer_closure85, A.editingReducer_closure86, A.filteredRecurringInvoicesSelector_closure0, A.memoizedRecurringInvoiceStatsForClient_closure, A.recurringInvoiceStatsForClient_closure, A.memoizedRecurringInvoiceStatsForUser_closure, A.recurringInvoiceStatsForUser_closure, A.memoizedRecurringInvoiceStatsForInvoice_closure, A.recurringInvoiceStatsForInvoice_closure, A.memoizedRecurringInvoiceStatsForDesign_closure, A.recurringInvoiceStatsForDesign_closure, A.memoizedRecurringInvoiceStatsForSubscription_closure, A.recurringInvoiceStatsForSubscription_closure, A.settingsUIReducer_closure, A.settingsUIReducer_closure0, A.settingsUIReducer_closure1, A.settingsUIReducer_closure2, A.settingsUIReducer_closure3, A.settingsUIReducer_closure4, A.settingsUIReducer_closure5, A.settingsUIReducer_closure6, A.settingsUIReducer_closure7, A.settingsUIReducer_closure8, A.settingsUIReducer_closure9, A.settingsUIReducer_closure10, A.settingsUIReducer_closure11, A.settingsUIReducer_closure12, A.countryList_closure, A.groupList_closure0, A.languageList_closure, A.currencyList_closure, A.timezoneList_closure, A.dateFormatList_closure, A.industryList_closure, A.sizeList_closure, A.gatewayList_closure0, A.paymentTypeList_closure, A.forceSelectedReducer_closure143, A.forceSelectedReducer_closure144, A.forceSelectedReducer_closure145, A.forceSelectedReducer_closure146, A.forceSelectedReducer_closure147, A.forceSelectedReducer_closure148, A.forceSelectedReducer_closure149, A.forceSelectedReducer_closure150, A.tabIndexReducer_closure15, A.tabIndexReducer_closure16, A.selectedIdReducer_closure286, A.selectedIdReducer_closure287, A.selectedIdReducer_closure288, A.selectedIdReducer_closure289, A.selectedIdReducer_closure290, A.selectedIdReducer_closure291, A.selectedIdReducer_closure292, A.selectedIdReducer_closure293, A.selectedIdReducer_closure294, A.selectedIdReducer_closure295, A.selectedIdReducer_closure296, A.selectedIdReducer_closure297, A.selectedIdReducer_closure298, A.selectedIdReducer_closure299, A.selectedIdReducer_closure300, A.editingReducer_closure95, A.editingReducer_closure96, A.editingReducer_closure97, A.editingReducer_closure98, A.filteredSubscriptionsSelector_closure0, A.handleTaskAction_closure1, A.forceSelectedReducer_closure23, A.forceSelectedReducer_closure24, A.forceSelectedReducer_closure25, A.forceSelectedReducer_closure26, A.forceSelectedReducer_closure27, A.forceSelectedReducer_closure28, A.forceSelectedReducer_closure29, A.forceSelectedReducer_closure30, A.tabIndexReducer_closure5, A.tabIndexReducer_closure6, A.kanbanLastUpdatedReducer_closure, A.editingTimeReducer_closure, A.editingTimeReducer_closure0, A.selectedIdReducer_closure49, A.selectedIdReducer_closure50, A.selectedIdReducer_closure51, A.selectedIdReducer_closure52, A.selectedIdReducer_closure53, A.selectedIdReducer_closure54, A.selectedIdReducer_closure55, A.selectedIdReducer_closure56, A.selectedIdReducer_closure57, A.selectedIdReducer_closure58, A.selectedIdReducer_closure59, A.selectedIdReducer_closure60, A.selectedIdReducer_closure61, A.selectedIdReducer_closure62, A.selectedIdReducer_closure63, A.editingReducer_closure18, A.editingReducer_closure19, A.editingReducer_closure20, A.editingReducer_closure21, A.editingReducer_closure22, A.editingReducer_closure23, A.taskList_closure0, A.kanbanTasksSelector_closure0, A.filteredTasksSelector_closure0, A.memoizedTaskStatsForClient_closure, A.taskStatsForClient_closure, A.memoizedTaskStatsForProject_closure, A.taskStatsForProject_closure, A.memoizedTaskStatsForUser_closure, A.forceSelectedReducer_closure135, A.forceSelectedReducer_closure136, A.forceSelectedReducer_closure137, A.forceSelectedReducer_closure138, A.forceSelectedReducer_closure139, A.forceSelectedReducer_closure140, A.forceSelectedReducer_closure141, A.forceSelectedReducer_closure142, A.selectedIdReducer_closure271, A.selectedIdReducer_closure272, A.selectedIdReducer_closure273, A.selectedIdReducer_closure274, A.selectedIdReducer_closure275, A.selectedIdReducer_closure276, A.selectedIdReducer_closure277, A.selectedIdReducer_closure278, A.selectedIdReducer_closure279, A.selectedIdReducer_closure280, A.selectedIdReducer_closure281, A.selectedIdReducer_closure282, A.selectedIdReducer_closure283, A.selectedIdReducer_closure284, A.selectedIdReducer_closure285, A.editingReducer_closure91, A.editingReducer_closure92, A.editingReducer_closure93, A.editingReducer_closure94, A.memoizedSortedActiveTaskStatusIds_closure, A.sortedActiveTaskStatusIds_closure0, A.dropdownTaskStatusesSelector_closure0, A.filteredTaskStatusesSelector_closure0, A.memoizedCalculateTaskStatusAmount_closure, A.calculateTaskStatusAmount_closure, A.memoizedTaskStatsForTaskStatus_closure, A.taskStatsForTaskStatus_closure, A.defaultTaskStatusId_closure0, A.forceSelectedReducer_closure67, A.forceSelectedReducer_closure68, A.forceSelectedReducer_closure69, A.forceSelectedReducer_closure70, A.selectedIdReducer_closure134, A.selectedIdReducer_closure135, A.selectedIdReducer_closure136, A.selectedIdReducer_closure137, A.selectedIdReducer_closure138, A.selectedIdReducer_closure139, A.selectedIdReducer_closure140, A.selectedIdReducer_closure141, A.selectedIdReducer_closure142, A.selectedIdReducer_closure143, A.editingReducer_closure41, A.editingReducer_closure42, A.editingReducer_closure43, A.editingReducer_closure44, A.filteredTaxRatesSelector_closure0, A.forceSelectedReducer_closure103, A.forceSelectedReducer_closure104, A.forceSelectedReducer_closure105, A.forceSelectedReducer_closure106, A.forceSelectedReducer_closure107, A.forceSelectedReducer_closure108, A.forceSelectedReducer_closure109, A.forceSelectedReducer_closure110, A.selectedIdReducer_closure207, A.selectedIdReducer_closure208, A.selectedIdReducer_closure209, A.selectedIdReducer_closure210, A.selectedIdReducer_closure211, A.selectedIdReducer_closure212, A.selectedIdReducer_closure213, A.selectedIdReducer_closure214, A.selectedIdReducer_closure215, A.selectedIdReducer_closure216, A.selectedIdReducer_closure217, A.selectedIdReducer_closure218, A.selectedIdReducer_closure219, A.selectedIdReducer_closure220, A.selectedIdReducer_closure221, A.editingReducer_closure68, A.editingReducer_closure69, A.editingReducer_closure70, A.editingReducer_closure71, A.filteredTokensSelector_closure0, A.sortFieldsReducer_closure, A.sortFieldsReducer_closure0, A.sortFieldsReducer_closure1, A.sortFieldsReducer_closure2, A.sortFieldsReducer_closure3, A.sortFieldsReducer_closure4, A.sortFieldsReducer_closure5, A.sortFieldsReducer_closure6, A.sortFieldsReducer_closure7, A.sortFieldsReducer_closure8, A.sortFieldsReducer_closure9, A.sortFieldsReducer_closure10, A.sortFieldsReducer_closure11, A.sortFieldsReducer_closure12, A.sortFieldsReducer_closure13, A.sortFieldsReducer_closure14, A.sortFieldsReducer_closure15, A.sortFieldsReducer_closure16, A.sortFieldsReducer_closure17, A.sortFieldsReducer_closure18, A.sortFieldsReducer_closure19, A.sortFieldsReducer_closure20, A.sidebarEditorReducer_closure, A.sidebarViewerReducer_closure, A.menuVisibleReducer_closure, A.menuVisibleReducer_closure0, A.textScaleFactorReducer_closure, A.historyVisibleReducer_closure, A.historyVisibleReducer_closure0, A.hideDesktopWarningReducer_closure, A.hideGatewayWarningReducer_closure, A.layoutReducer_closure, A.moduleLayoutReducer_closure, A.moduleLayoutReducer_closure0, A.rowsPerPageReducer_closure, A.manuSidebarReducer_closure, A.historySidebarReducer_closure, A.darkModeReducer_closure, A.enableJspdfReducer_closure, A.enableTooltipsReducer_closure, A.enableFlexibleSearchReducer_closure, A.persistDataReducer_closure, A.persistUIReducer_closure, A.showKanbanReducer_closure, A.isFilterVisibleReducer_closure, A.longPressReducer_closure, A.tapSelectedToEditReducer_closure, A.isPreviewVisibleReducer_closure, A.isPreviewVisibleReducer_closure0, A.requireAuthenticationReducer_closure, A.colorThemeReducer_closure, A.showPdfPreviewReducer_closure, A.editAfterSavingReducer_closure, A.enableTouchEventsReducer_closure, A.customColorsReducer_closure, A.historyReducer_closure, A.historyReducer_closure0, A.historyReducer_closure1, A.historyReducer_closure2, A.historyReducer_closure3, A.historyReducer_closure4, A.historyReducer_closure5, A.historyReducer_closure6, A.historyReducer_closure7, A.historyReducer_closure8, A.historyReducer_closure9, A.historyReducer_closure10, A.historyReducer_closure11, A.historyReducer_closure12, A.historyReducer_closure13, A.historyReducer_closure14, A.historyReducer_closure15, A.historyReducer_closure16, A.historyReducer_closure17, A.historyReducer_closure18, A.historyReducer_closure19, A.historyReducer_closure20, A.historyReducer_closure21, A.historyReducer_closure22, A.historyReducer_closure23, A.historyReducer_closure24, A.historyReducer_closure25, A.historyReducer_closure26, A.historyReducer_closure27, A.historyReducer_closure28, A.historyReducer_closure29, A.historyReducer_closure30, A.historyReducer_closure31, A.historyReducer_closure32, A.historyReducer_closure33, A.historyReducer_closure34, A.historyReducer_closure35, A.historyReducer_closure36, A.historyReducer_closure37, A.historyReducer_closure38, A.historyReducer_closure39, A.historyReducer_closure40, A.historyReducer_closure41, A.historyReducer_closure42, A.historyReducer_closure43, A.historyReducer_closure44, A.historyReducer_closure45, A.historyReducer_closure46, A.historyReducer_closure47, A.historyReducer_closure48, A.lastActivityReducer_closure, A.filterReducer_closure, A.filterReducer_closure0, A.loadingEntityTypeReducer_closure, A.loadingEntityTypeReducer_closure0, A.loadingEntityTypeReducer_closure1, A.loadingEntityTypeReducer_closure2, A.loadingEntityTypeReducer_closure3, A.loadingEntityTypeReducer_closure4, A.loadingEntityTypeReducer_closure5, A.loadingEntityTypeReducer_closure6, A.loadingEntityTypeReducer_closure7, A.loadingEntityTypeReducer_closure8, A.loadingEntityTypeReducer_closure9, A.loadingEntityTypeReducer_closure10, A.loadingEntityTypeReducer_closure11, A.filterClearedAtReducer_closure, A.filterClearedAtReducer_closure0, A.currentRouteReducer_closure, A.selectedCompanyIndexReducer_closure, A.previewStackReducer_closure, A.previewStackReducer_closure0, A.previewStackReducer_closure1, A.filterStackReducer_closure, A.filterStackReducer_closure0, A.filterStackReducer_closure1, A.handleUserAction_closure10, A.handleUserAction_closure12, A.handleUserAction_closure14, A.handleUserAction__closure, A.handleUserAction_closure18, A.forceSelectedReducer_closure71, A.forceSelectedReducer_closure72, A.forceSelectedReducer_closure73, A.forceSelectedReducer_closure74, A.forceSelectedReducer_closure75, A.forceSelectedReducer_closure76, A.forceSelectedReducer_closure77, A.forceSelectedReducer_closure78, A.selectedIdReducer_closure144, A.selectedIdReducer_closure145, A.selectedIdReducer_closure146, A.selectedIdReducer_closure147, A.selectedIdReducer_closure148, A.selectedIdReducer_closure149, A.selectedIdReducer_closure150, A.selectedIdReducer_closure151, A.selectedIdReducer_closure152, A.selectedIdReducer_closure153, A.selectedIdReducer_closure154, A.selectedIdReducer_closure155, A.selectedIdReducer_closure156, A.selectedIdReducer_closure157, A.selectedIdReducer_closure158, A.selectedIdReducer_closure159, A.editingReducer_closure45, A.editingReducer_closure46, A.editingReducer_closure47, A.editingReducer_closure48, A.filteredUsersSelector_closure0, A.userList_closure0, A.forceSelectedReducer_closure31, A.forceSelectedReducer_closure32, A.forceSelectedReducer_closure33, A.forceSelectedReducer_closure34, A.forceSelectedReducer_closure35, A.forceSelectedReducer_closure36, A.forceSelectedReducer_closure37, A.forceSelectedReducer_closure38, A.tabIndexReducer_closure7, A.tabIndexReducer_closure8, A.saveCompleterReducer_closure0, A.cancelCompleterReducer_closure0, A.selectedIdReducer_closure64, A.selectedIdReducer_closure65, A.selectedIdReducer_closure66, A.selectedIdReducer_closure67, A.selectedIdReducer_closure68, A.selectedIdReducer_closure69, A.selectedIdReducer_closure70, A.selectedIdReducer_closure71, A.selectedIdReducer_closure72, A.selectedIdReducer_closure73, A.selectedIdReducer_closure74, A.selectedIdReducer_closure75, A.selectedIdReducer_closure76, A.selectedIdReducer_closure77, A.selectedIdReducer_closure78, A.editingReducer_closure24, A.editingReducer_closure25, A.editingReducer_closure26, A.editingReducer_closure27, A.dropdownVendorsSelector_closure0, A.filteredVendorsSelector_closure0, A.memoizedVendorStatsForUser_closure, A.vendorStatsForUser_closure, A.forceSelectedReducer_closure111, A.forceSelectedReducer_closure112, A.forceSelectedReducer_closure113, A.forceSelectedReducer_closure114, A.forceSelectedReducer_closure115, A.forceSelectedReducer_closure116, A.forceSelectedReducer_closure117, A.forceSelectedReducer_closure118, A.selectedIdReducer_closure222, A.selectedIdReducer_closure223, A.selectedIdReducer_closure224, A.selectedIdReducer_closure225, A.selectedIdReducer_closure226, A.selectedIdReducer_closure227, A.selectedIdReducer_closure228, A.selectedIdReducer_closure229, A.selectedIdReducer_closure230, A.selectedIdReducer_closure231, A.selectedIdReducer_closure232, A.selectedIdReducer_closure233, A.selectedIdReducer_closure234, A.selectedIdReducer_closure235, A.selectedIdReducer_closure236, A.editingReducer_closure72, A.editingReducer_closure73, A.editingReducer_closure74, A.editingReducer_closure75, A.filteredWebhooksSelector_closure0, A.FieldGrid_build_closure, A.FieldGrid_build_closure0, A._AppBottomBarState_build___closure7, A._AppBottomBarState_build___closure5, A._AppBottomBarState_build___closure, A._AppBottomBarState_build_closure, A.CustomFieldSelector_build_closure, A.ConfirmEmail_build__closure, A.ConfirmEmailBuilder_build_closure, A.MultiSelectListState_build_closure1, A.MultiSelectListState_build_closure5, A.DocumentGrid_build_closure1, A.DocumentTile_build___closure, A.DocumentPreview_build_closure0, A.EditScaffold_build_closure1, A._EntityListTileState_build_closure, A._EntityDropdownState__showOptions__closure, A._EntityDropdownState_build__closure4, A._EntityDropdownDialogState_build__createList_closure0, A.EntityTopFilter_build_closure5, A.EntityTopFilterHeader_build_closure3, A.AppToggleButtons_build_closure, A._CustomFieldState_build_closure0, A.ProjectPicker_build_closure, A._TimePickerState__showTimePicker_closure, A.VendorPicker_build_closure, A.HistoryDrawerBuilder_build_closure, A._InvoiceEmailViewState__buildHistory_closure, A.FilterListTile_build_closure, A.MainScreen_build_closure, A.MenuDrawerBuilder_build_closure, A._DropDownMultiSelectState_build_closure, A._SystemLogViewerState_build_closure2, A._SystemLogViewerState_build__closure0, A.AppPaginatedDataTableState_build_closure0, A.EntityDataTableSource_getRow_closure3, A._EntityListState_build__closure2, A._EntityListState_build__closure1, A._EntityListState_build___closure1, A._EntityListState_build_closure3, A._VariableGrid_build_closure, A._VariableGrid_build_closure0, A.ViewScaffold_build_closure5, A.InitScreen_build_closure, A.LoginScreen_build_closure, A.LoginVM_fromStore__closure4, A.LoginVM_fromStore__closure3, A.LoginVM_fromStore__closure1, A.LoginVM_fromStore__closure, A.ClientListItem_build_closure, A.ClientListItem_build__closure0, A.ClientListBuilder_build_closure, A.ClientListBuilder_build__closure, A._ClientPdfViewState_build_closure7, A._ClientPdfViewState_build_closure8, A.ClientPdfScreen_build_closure, A.ClientScreen_build_closure8, A.ClientScreen_build_closure5, A.ClientScreenBuilder_build_closure, A.ClientEditContactsScreen_build_closure, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure2, A.ClientEditScreen_build_closure, A._ClientViewActivityState_build_closure0, A._ClientViewActivityState_build_closure, A._ClientViewFullwidthState_build_closure, A._ClientViewLedgerState_build_closure1, A._ClientViewLedgerState_build_closure0, A.ClientViewScreen_build_closure, A.ClientViewVM_ClientViewVM$fromStore_closure0, A._CompanyGatewayListState_build_closure0, A.CompanyGatewayListBuilder_build_closure, A.CompanyGatewayListVM_fromStore_closure0, A.CompanyGatewayScreen_build_closure8, A.CompanyGatewayScreenBuilder_build_closure, A.CompanyGatewayEditScreen_build_closure, A.CompanyGatewayViewScreen_build_closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure0, A.CreditEmailScreen_build_closure, A.CreditListItem_build_closure, A.CreditListItem_build__closure0, A.CreditListBuilder_build_closure, A.CreditListBuilder_build__closure, A.CreditPdfScreen_build_closure, A.CreditScreen_build_closure8, A.CreditScreen_build_closure5, A.CreditScreenBuilder_build_closure, A._CreditEditState_build_closure0, A.CreditEditDetailsScreen_build_closure, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure1, A.CreditEditItemsScreen_build_closure, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure1, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure2, A.CreditEditNotesScreen_build_closure, A.CreditEditPDFScreen_build_closure, A.CreditEditScreen_build_closure, A.CreditViewScreen_build_closure, A.CreditViewVM_CreditViewVM$fromStore_closure1, A.DashboardActivity_build_closure0, A.DashboardActivity_build_closure, A._DashboardDateRangePickerState_build_closure2, A._DashboardDateRangePickerState_build_closure3, A._DashboardDateRangePickerState_build_closure6, A._DashboardDateRangePickerState_build_closure7, A.DashboardPanels__header_closure, A.DashboardPanels__paymentChart_closure0, A.DashboardPanels__quoteChart_closure0, A.DashboardPanels__taskChart_closure0, A.DashboardPanels__expenseChart_closure0, A.DashboardPanels_build__runningTasks__closure, A.DashboardPanels_build_closure, A.__DashboardPanelState_build__closure0, A.__DashboardPanelState_build__closure1, A.__DashboardPanelState_build__closure, A.__DashboardPanelState_build__closure2, A.__DashboardPanelState_build__closure4, A.__DashboardPanelState_build__closure5, A.__DashboardPanelState_build__closure3, A.__DashboardPanelState_build__closure6, A._InvoiceChart_build_closure0, A._CustomTabBarView_build_closure, A.DashboardScreenBuilder_build_closure, A.DashboardVM_fromStore_closure1, A.InvoiceSidebar_build_closure, A.InvoiceSidebar_build_closure0, A.InvoiceSidebar_build_closure1, A.InvoiceSidebar_build_closure2, A.InvoiceSidebar_build_closure3, A.InvoiceSidebar_build_closure4, A.PaymentSidebar_build_closure, A.PaymentSidebar_build_closure0, A.PaymentSidebar_build_closure1, A.PaymentSidebar_build_closure2, A.QuoteSidebar_build_closure, A.QuoteSidebar_build_closure0, A.QuoteSidebar_build_closure1, A.QuoteSidebar_build_closure2, A.QuoteSidebar_build_closure3, A.QuoteSidebar_build_closure4, A.TaskSidebar_build_closure, A.TaskSidebar_build_closure0, A.TaskSidebar_build_closure1, A.TaskSidebar_build_closure2, A.TaskSidebar_build_closure3, A.TaskSidebar_build_closure4, A.ExpenseSidbar_build_closure, A.ExpenseSidbar_build_closure0, A.ExpenseSidbar_build_closure1, A.ExpenseSidbar_build_closure2, A.DesignListBuilder_build_closure, A.DesignListBuilder_build__closure, A.DesignScreen_build_closure8, A.DesignScreen_build_closure5, A.DesignScreenBuilder_build_closure, A.DesignEditScreen_build_closure, A.DesignViewScreen_build_closure, A.DocumentListBuilder_build_closure, A.DocumentListBuilder_build__closure, A.DocumentScreen_build_closure8, A.DocumentScreen_build_closure5, A.DocumentScreenBuilder_build_closure, A.DocumentEditScreen_build_closure, A.DocumentViewScreen_build_closure, A._ExpenseEditState_build_closure0, A.ExpenseEditDetailsState_build_closure0, A.ExpenseEditDetailsState_build_closure5, A.ExpenseEditDetailsState_build_closure18, A.ExpenseEditDetailsState_build_closure21, A.ExpenseEditSettingsState_build_closure2, A.ExpenseEditScreen_build_closure, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure2, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure3, A.ExpenseListItem_build_closure, A.ExpenseListItem_build__closure0, A.ExpenseListBuilder_build_closure, A.ExpenseListBuilder_build__closure, A.ExpenseScreen_build_closure15, A.ExpenseScreen_build_closure14, A.ExpenseScreen_build_closure10, A.ExpenseScreen_build_closure11, A.ExpenseScreenBuilder_build_closure, A.ExpenseViewScreen_build_closure, A.ExpenseViewVM_ExpenseViewVM$fromStore_closure0, A.ExpenseCategoryEditScreen_build_closure, A.ExpenseCategoryListBuilder_build_closure, A.ExpenseCategoryListBuilder_build__closure, A.ExpenseCategoryScreen_build_closure8, A.ExpenseCategoryScreen_build_closure5, A.ExpenseCategoryScreenBuilder_build_closure, A.ExpenseCategoryViewScreen_build_closure, A.GroupEditScreen_build_closure, A.GroupListBuilder_build_closure, A.GroupListBuilder_build__closure, A.GroupSettingsScreen_build_closure4, A.GroupSettingsScreen_build_closure1, A.GroupScreenBuilder_build_closure, A.GroupViewScreen_build_closure, A.GroupViewVM_GroupViewVM$fromStore_closure0, A._InvoiceEditState_build_closure0, A.InvoiceEditContacts_build_closure, A.InvoiceEditContacts_build_closure1, A.InvoiceEditContactsScreen_build_closure, A.InvoiceEditDesktopState_build_closure7, A.InvoiceEditDesktopState_build_closure12, A.InvoiceEditDesktopState_build_closure14, A.InvoiceEditDesktopState_build_closure16, A.InvoiceEditDesktopState_build_closure23, A.InvoiceEditDesktopState_build__closure2, A.InvoiceEditDetailsState_build_closure7, A.InvoiceEditDetailsState_build_closure12, A.InvoiceEditDetailsState_build_closure14, A.InvoiceEditDetailsState_build_closure16, A.InvoiceEditDetailsState_build_closure26, A.InvoiceEditDetailsScreen_build_closure, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure1, A._InvoiceEditItemsDesktopState_build_closure2, A._InvoiceEditItemsDesktopState_build_closure3, A._InvoiceEditItemsDesktopState_build___closure14, A.InvoiceEditItemsScreen_build_closure, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure1, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure2, A.InvoiceEditNotesScreen_build_closure, A.InvoiceEditPDFScreen_build_closure, A.InvoiceEditScreen_build_closure, A._InvoiceItemSelectorState_build__productList_closure, A._InvoiceItemSelectorState_build__taskList_closure, A._InvoiceItemSelectorState_build__expenseList_closure, A.InvoiceEmailScreen_build_closure, A.InvoiceListItem_build_closure, A.InvoiceListItem_build__closure0, A.InvoiceListBuilder_build_closure, A.InvoiceListBuilder_build__closure, A.InvoicePdfScreen_build_closure, A.InvoiceScreen_build_closure17, A.InvoiceScreen_build_closure16, A.InvoiceScreen_build_closure12, A.InvoiceScreen_build_closure13, A.InvoiceScreenBuilder_build_closure, A._InvoiceViewActivityState_build_closure0, A._InvoiceViewActivityState_build_closure, A._InvoiceViewHistoryState_build_closure0, A._InvoiceViewHistoryState_build_closure1, A._InvoiceViewHistoryState_build_closure2, A.InvoiceOverview_build_surchargeRow, A.InvoiceOverview_build_closure3, A.InvoiceViewScreen_build_closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure1, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure3, A._PaymentEditState_build_closure6, A.PaymentEditScreen_build_closure, A.PaymentListItem_build_closure, A.PaymentListItem_build__closure0, A.PaymentListBuilder_build_closure, A.PaymentListBuilder_build__closure, A.PaymentScreen_build_closure8, A.PaymentScreen_build_closure5, A.PaymentScreenBuilder_build_closure, A._PaymentRefundState_build_closure0, A.PaymentRefundScreen_build_closure, A.PaymentRefundVM_PaymentRefundVM$fromStore_closure0, A.PaymentViewScreen_build_closure, A.PaymentTermEditScreen_build_closure, A.PaymentTermListBuilder_build_closure, A.PaymentTermListBuilder_build__closure, A.PaymentTermScreen_build_closure8, A.PaymentTermScreen_build_closure5, A.PaymentTermScreenBuilder_build_closure, A.PaymentTermViewScreen_build_closure, A.ProductEditScreen_build_closure, A.ProductListItem_build_closure, A.ProductListItem_build__closure0, A.ProductListBuilder_build_closure, A.ProductListBuilder_build__closure, A.ProductScreen_build_closure8, A.ProductScreen_build_closure5, A.ProductScreenBuilder_build_closure, A.ProductViewScreen_build_closure, A.ProductViewVM_ProductViewVM$fromStore_closure0, A._ProjectEditState_build__closure4, A.ProjectEditScreen_build_closure, A.ProjectEditVM_ProjectEditVM$fromStore_closure2, A.ProjectListItem_build_closure, A.ProjectListItem_build__closure0, A.ProjectListBuilder_build_closure, A.ProjectListBuilder_build__closure, A.ProjectScreen_build_closure8, A.ProjectScreen_build_closure5, A.ProjectScreenBuilder_build_closure, A.ProjectViewScreen_build_closure, A.ProjectViewVM_ProjectViewVM$fromStore_closure1, A._PurchaseOrderEditState_build_closure0, A.PurchaseOrderEditDetailsScreen_build_closure, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure1, A.PurchaseOrderEditItemsScreen_build_closure, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure1, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure2, A.PurchaseOrderEditNotesScreen_build_closure, A.PurchaseOrderEditPDFScreen_build_closure, A.PurchaseOrderEditScreen_build_closure, A.PurchaseOrderEmailScreen_build_closure, A.PurchaseOrderListItem_build_closure, A.PurchaseOrderListItem_build__closure0, A.PurchaseOrderListBuilder_build_closure, A.PurchaseOrderListBuilder_build__closure, A.PurchaseOrderPdfScreen_build_closure, A.PurchaseOrderScreen_build_closure14, A.PurchaseOrderScreen_build_closure13, A.PurchaseOrderScreen_build_closure9, A.PurchaseOrderScreen_build_closure10, A.PurchaseOrderScreenBuilder_build_closure, A.PurchaseOrderViewScreen_build_closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure1, A.QuoteEditDetailsScreen_build_closure, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure1, A.QuoteEditItemsScreen_build_closure, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure1, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure2, A.QuoteEditNotesScreen_build_closure, A.QuoteEditPDFScreen_build_closure, A.QuoteEditScreen_build_closure, A._QuoteEditState_build_closure0, A.QuoteEmailScreen_build_closure, A.QuoteListItem_build_closure, A.QuoteListItem_build__closure0, A.QuoteListBuilder_build_closure, A.QuoteListBuilder_build__closure, A.QuotePdfScreen_build_closure, A.QuoteScreen_build_closure15, A.QuoteScreen_build_closure14, A.QuoteScreen_build_closure10, A.QuoteScreen_build_closure11, A.QuoteScreenBuilder_build_closure, A.QuoteViewScreen_build_closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure1, A.RecurringExpenseEditScreen_build_closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure2, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure3, A.RecurringExpenseListItem_build_closure, A.RecurringExpenseListItem_build__closure0, A.RecurringExpenseListBuilder_build_closure, A.RecurringExpenseListBuilder_build__closure, A.RecurringExpenseScreen_build_closure8, A.RecurringExpenseScreen_build_closure5, A.RecurringExpenseScreenBuilder_build_closure, A.RecurringExpenseViewScreen_build_closure, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure0, A._RecurringInvoiceEditState_build_closure0, A.RecurringInvoiceEditDetailsScreen_build_closure, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure1, A.RecurringInvoiceEditItemsScreen_build_closure, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure1, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure2, A.RecurringInvoiceEditNotesScreen_build_closure, A.RecurringInvoiceEditPDFScreen_build_closure, A.RecurringInvoiceEditScreen_build_closure, A.RecurringInvoiceListItem_build_closure, A.RecurringInvoiceListItem_build__closure0, A.RecurringInvoiceListBuilder_build_closure, A.RecurringInvoiceListBuilder_build__closure, A.RecurringInvoicePdfScreen_build_closure, A.RecurringInvoiceScreen_build_closure14, A.RecurringInvoiceScreen_build_closure15, A.RecurringInvoiceScreen_build_closure11, A.RecurringInvoiceScreen_build_closure10, A.RecurringInvoiceScreenBuilder_build_closure, A.RecurringInvoiceViewScreen_build_closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure1, A.clientReport_closure2, A.contactReport_closure2, A.creditReport_closure2, A.documentReport__getRow, A.documentReport_closure1, A.documentReport_closure2, A.documentReport_closure3, A.documentReport_closure4, A.documentReport_closure6, A.expenseReport_closure2, A.lineItemReport_closure8, A.invoiceReport_closure2, A.taxReport_closure1, A.paymentReport_closure2, A.paymentTaxReport_closure1, A.productReport_closure2, A.profitAndLossReport_closure1, A.purchaseOrderReport_closure2, A.lineItemReport_closure2, A.quoteReport_closure2, A.recurringExpenseReport_closure2, A.recurringInvoiceReport_closure2, A.ReportCharts_build_closure, A.ReportCharts_build_closure1, A.ReportCharts_build_closure2, A.ReportCharts_build_closure4, A.ReportCharts_build_closure5, A.ReportCharts_build_closure7, A.ReportCharts_build_closure8, A.ReportsScreen_build_closure1, A.ReportsScreen_build_closure14, A.ReportsScreen_build_closure15, A.ReportsScreen_build_closure21, A._ReportDataTableState_initState_closure, A._ReportDataTableState_build_closure, A.TotalsDataTable_build_closure, A.ReportDataTableSource_getRow_closure, A.ReportResult_tableFilters__closure2, A.ReportResult_totalColumns_closure, A.ReportResult_totalRows_closure0, A.ReportResult_totalRows__closure0, A.ReportResult_totalRows_closure2, A.ReportsScreenBuilder_build_closure, A.ReportsScreenVM_fromStore_closure2, A.ReportsScreenVM_fromStore_closure3, A.ReportsScreenVM_fromStore_closure1, A.ReportsScreenVM_fromStore_closure, A.ReportsScreenVM_fromStore__closure3, A.calculateReportTotals_closure, A.taskReport_closure2, A._AccountOverview_build___closure0, A._AccountOverview_build___closure, A.AccountManagementScreen_build_closure, A.ClientPortalScreen_build_closure, A.CompanyDetailsScreen_build_closure, A.CompanyDetailsVM_fromStore_closure2, A.CompanyDetailsVM_fromStore_closure5, A.CreditCardsAndBanksScreen_build_closure, A.CustomFieldsScreen_build_closure, A.DataVisualizationsScreen_build_closure, A._DeviceSettingsState_build_closure6, A.DeviceSettingsScreen_build_closure, A.DeviceSettingsVM_fromStore_closure1, A.DeviceSettingsVM_fromStore_closure7, A.DeviceSettingsVM_fromStore_closure4, A.DeviceSettingsVM_fromStore_closure5, A.DeviceSettingsVM_fromStore_closure8, A.DeviceSettingsVM_fromStore_closure14, A.DeviceSettingsVM_fromStore_closure12, A.DeviceSettingsVM_fromStore_closure13, A.DeviceSettingsVM_fromStore_closure17, A.DeviceSettingsVM_fromStore_closure15, A.DeviceSettingsVM_fromStore_closure16, A.DeviceSettingsVM_fromStore_closure6, A.DeviceSettingsVM_fromStore_closure9, A.DeviceSettingsVM_fromStore_closure3, A.DeviceSettingsVM_fromStore_closure10, A.DeviceSettingsVM_fromStore_closure2, A.DeviceSettingsVM_fromStore_closure11, A.EmailSettingsScreen_build_closure, A.ExpenseSettingsScreen_build_closure, A._GeneratedNumbersState_build_closure4, A._GeneratedNumbersState_build_closure6, A._GeneratedNumbersState_build_closure7, A._GeneratedNumbersState_build_closure8, A._GeneratedNumbersState_build_closure9, A._GeneratedNumbersState_build_closure10, A._GeneratedNumbersState_build_closure11, A._GeneratedNumbersState_build_closure12, A._GeneratedNumbersState_build_closure13, A._GeneratedNumbersState_build_closure14, A._GeneratedNumbersState_build_closure15, A._GeneratedNumbersState_build_closure16, A._GeneratedNumbersState_build_closure17, A._GeneratedNumbersState_build_closure18, A.GeneratedNumbersScreen_build_closure, A._FieldMapper_build_closure, A.ImportExportScreen_build_closure, A.InvoiceDesignScreen_build_closure, A.InvoiceDesignVM_fromStore_closure0, A._LocalizationSettingsState_build_closure0, A._LocalizationSettingsState_build_closure8, A.LocalizationScreen_build_closure, A.PaymentsSettingsScreen_build_closure, A.ProductSettingsScreen_build_closure, A.SettingsListBuilder_build_closure, A.SettingsScreenBuilder_build_closure, A._SettingsWizardState__onSavePressed_closure0, A._SettingsWizardState_build_closure6, A.TaskSettingsScreen_build_closure, A.TaxSettingsScreen_build_closure, A._TemplatesAndRemindersState_build_closure6, A.TemplatesAndRemindersScreen_build_closure, A.TemplatesAndRemindersVM_fromStore_closure1, A._UserDetailsState_build_closure11, A.UserDetailsScreen_build_closure, A.UserDetailsVM_fromStore___closure1, A.UserDetailsVM_fromStore___closure0, A.UserDetailsVM_fromStore___closure, A.UserDetailsVM_fromStore___closure5, A.UserDetailsVM_fromStore__closure5, A.UserDetailsVM_fromStore___closure6, A.UserDetailsVM_fromStore___closure2, A.UserDetailsVM_fromStore__closure3, A.UserDetailsVM_fromStore___closure3, A.UserDetailsVM_fromStore____closure5, A.WorkflowSettingsScreen_build_closure, A.SubscriptionEditScreen_build_closure, A.SubscriptionListBuilder_build_closure, A.SubscriptionListBuilder_build__closure, A.SubscriptionScreen_build_closure8, A.SubscriptionScreen_build_closure5, A.SubscriptionScreenBuilder_build_closure, A.SubscriptionViewScreen_build_closure, A._UpdateDialogState_updateApp_closure, A._TaskEditState_build_closure0, A._TaskEditDesktopState_build_closure7, A._TaskEditDesktopState_build_closure9, A.TaskEditDetailsScreen_build_closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure2, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure1, A.TimeEditDetailsState_build_closure, A.TimeEditDetailsState_build_closure2, A.TaskEditTimesScreen_build_closure, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure1, A.TaskEditScreen_build_closure, A.KanbanViewState__initBoard_closure0, A.KanbanViewState__initBoard__closure, A.KanbanViewState_build__closure5, A.KanbanViewState_build__closure, A.KanbanViewState_build__closure1, A.KanbanViewState_build___closure1, A._KanbanViewBuilderState_build_closure, A.TaskListItem_build_closure0, A.TaskListItem_build__closure0, A.TaskListBuilder_build_closure, A.TaskListBuilder_build__closure, A.TaskScreen_build_closure15, A.TaskScreen_build_closure14, A.TaskScreen_build_closure11, A.TaskScreen_build_closure10, A.TaskScreenBuilder_build_closure, A.TaskViewScreen_build_closure, A.TaskViewVM_TaskViewVM$fromStore_closure2, A.TaskStatusEditScreen_build_closure, A.TaskStatusListBuilder_build_closure, A.TaskStatusListBuilder_build__closure, A.TaskStatusScreen_build_closure8, A.TaskStatusScreen_build_closure5, A.TaskStatusScreenBuilder_build_closure, A.TaskStatusViewScreen_build_closure, A.TaxRateEditScreen_build_closure, A.TaxRateListBuilder_build_closure, A.TaxRateListBuilder_build__closure, A.TaxRateSettingsScreen_build_closure4, A.TaxRateSettingsScreen_build_closure1, A.TaxRateScreenBuilder_build_closure, A.TaxRateViewScreen_build_closure, A.TokenEditScreen_build_closure, A.TokenEditVM_TokenEditVM$fromStore___closure, A.TokenListBuilder_build_closure, A.TokenListBuilder_build__closure, A.TokenScreen_build_closure8, A.TokenScreen_build_closure5, A.TokenScreenBuilder_build_closure, A.TokenViewScreen_build_closure, A._UserEditState_build_closure2, A.UserEditScreen_build_closure, A.UserEditVM_UserEditVM$fromStore___closure, A.UserListBuilder_build_closure, A.UserListBuilder_build__closure, A.UserScreen_build_closure8, A.UserScreen_build_closure5, A.UserScreenBuilder_build_closure, A.UserViewScreen_build_closure, A.VendorEditContactsScreen_build_closure, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure2, A.VendorEditScreen_build_closure, A.VendorListItem_build_closure, A.VendorListItem_build__closure0, A.VendorListBuilder_build_closure, A.VendorListBuilder_build__closure, A.VendorScreen_build_closure8, A.VendorScreen_build_closure5, A.VendorScreenBuilder_build_closure, A._VendorViewFullwidthState_build_closure, A.VendorViewScreen_build_closure, A.VendorViewVM_VendorViewVM$fromStore_closure1, A.WebhookEditScreen_build_closure, A.WebhookViewScreen_build_closure, A.WebhookListBuilder_build_closure, A.WebhookListBuilder_build__closure, A.WebhookScreen_build_closure8, A.WebhookScreen_build_closure5, A.WebhookScreenBuilder_build_closure, A.passwordCallback_closure1, A.passwordCallback_closure2, A._ExampleEditorState__showImageToolbar__closure, A.memo2_closure, A.RenderOverflowView_performFlexibleLayout_closure, A.RenderOverflowView_paint_defaultPaint, A.RenderOverflowView_hitTestChildren__closure, A.OverflowView$_all_closure, A.decodePermissionRequestResult_closure, A.PdfPreviewCustomState__createPreview_closure, A._QrImageViewState_build_closure, A.hashObjects_closure0, A.combineReducers_closure, A.RoundedLoadingButtonState_build_closure, A.Subject_addStream_closure1, A.RouteObserverBreadcrumb__formatArgs_closure, A.Highlighter__collateLines_closure0, A.ReactiveModelBase__streamSubscription_closure1, A.OnX_listenTo_closure, A.OnX_listenTo__closure2, A.On_On_closure, A.On_On$or_closure, A.CommonEditorOperations_deleteUpstream_closure, A.CommonEditorOperations_deleteUpstream_closure0, A.CommonEditorOperations__replaceBlockNodeWithEmptyParagraphAndCollapsedSelection_closure, A.CommonEditorOperations_convertParagraphByPatternMatching_closure, A.CommonEditorOperations_convertParagraphByPatternMatching_closure0, A.CommonEditorOperations_convertParagraphByPatternMatching_closure1, A.CommonEditorOperations_convertParagraphByPatternMatching_closure2, A.CommonEditorOperations_convertParagraphByPatternMatching_closure3, A.CommonEditorOperations__processUrlNode_closure, A.CommonEditorOperations_insertBlockLevelNewline_closure, A.CommonEditorOperations_insertBlockLevelNewline_closure0, A.CommonEditorOperations_convertToListItem_closure, A.CommonEditorOperations_convertToBlockquote_closure, A.CommonEditorOperations_convertToParagraph_closure, A._DocumentMouseInteractorState__buildCursorStyle_closure, A._SingleColumnDocumentLayoutState__buildDocComponents_closure, A._SingleColumnDocumentLayoutState__buildDocComponents_closure0, A.defaultStylesheet_closure, A.defaultStylesheet_closure0, A.defaultStylesheet_closure1, A.defaultStylesheet_closure2, A.defaultStylesheet_closure3, A.defaultStylesheet_closure4, A.defaultStylesheet_closure5, A.defaultStylesheet_closure6, A.defaultStylesheet_closure7, A.defaultStylesheet_closure8, A.defaultStylesheet_closure9, A.ListenableBuilder_build_closure, A.SuperTextState_build_closure, A.SuperTextState_build_closure0]); + _inheritMany(A.Closure2Args, [A.AppBootstrap_prepareEngineInitializer__closure0, A.AppBootstrap_prepareEngineInitializer__closure, A.AppBootstrap__prepareAppRunner__closure, A.HtmlViewEmbedder_submitFrame_closure1, A.downloadCanvasKit_closure, A.IntervalTree_IntervalTree$createFromRanges_closure, A.IntervalTree_IntervalTree$createFromRanges_closure0, A.Surface_acquireFrame_closure, A.commitScene_closure, A.PersistedContainerSurface__matchChildren_closure, A.initializeEngineServices_closure0, A.KeyboardConverter__handleEvent_closure2, A.KeyboardConverter__handleEvent__closure, A.EnginePlatformDispatcher__addFontSizeObserver_closure, A.StandardMessageCodec_writeValue_closure0, A.saveForms_closure, A.HybridTextEditing__startEditing_closure0, A._HeaderValue_toString_closure, A._CastListBase_sort_closure, A.CastMap_forEach_closure, A.ConstantMap_map_closure, A.Primitives_functionNoSuchMethod_closure, A.JsLinkedHashMap_addAll_closure, A.initHooks_closure0, A._awaitOnObject_closure0, A._wrapJsFunctionForAsync_closure, A.Future_wait_handleError, A._Future__chainForeignFuture_closure0, A._Future_timeout_closure1, A.Stream_Stream$fromFuture_closure0, A._AddStreamState_makeErrorHandler_closure, A._cancelAndErrorClosure_closure, A._RootZone_bindBinaryCallbackGuarded_closure, A._HashMap_addAll_closure, A.HashMap_HashMap$from_closure, A.LinkedHashMap_LinkedHashMap$from_closure, A.MapBase_mapToString_closure, A.SplayTreeSet__copyNode_copyChildren, A._JsonStringifier_writeMap_closure, A._JsonPrettyPrintMixin_writeMap_closure, A._symbolMapToStringMap_closure, A.NoSuchMethodError_toString_closure, A._BigIntImpl_hashCode_combine, A.Uri__parseIPv4Address_error, A.Uri_parseIPv6Address_error, A.Uri_parseIPv6Address_parseHex, A._Uri__makeQuery_writeParameter, A._Uri__makeQuery_closure, A._createTables_build, A.MidiInputMap_keys_closure, A.MidiInputMap_values_closure, A.MidiOutputMap_keys_closure, A.MidiOutputMap_values_closure, A.MutationObserver_observe_override, A.RtcStatsReport_keys_closure, A.RtcStatsReport_values_closure, A.Storage_keys_closure, A.Storage_values_closure, A._DataAttributeMap_forEach_closure, A._DataAttributeMap_keys_closure, A._DataAttributeMap_values_closure, A._ValidatingTreeSanitizer_sanitizeTree_walk, A._StructuredClone_walk_closure, A._StructuredClone_walk_closure0, A._AcceptStructuredClone_walk_closure, A.convertDartToNative_Dictionary_closure, A._FileStream__readBlock_closure0, A._FileStream__start_onOpenFile_closure, A._FileStream__start_openFailed, A.AudioParamMap_keys_closure, A.AudioParamMap_values_closure, A.AttributedSpans_copyAttributionRegion_closure1, A.AttributedSpans_copyAttributionRegion_closure6, A.BoardListState_build_closure3, A.BoardViewState_build_closure0, A.hashObjects_closure, A.BuiltListMultimap_forEach_closure, A.MapBuilder_replace_closure, A.MapBuilder_replace_closure0, A.BuiltSetMultimap_forEach_closure, A.StandardJsonPlugin__toList_closure0, A.StandardJsonPlugin__toListUsingDiscriminator_closure0, A.loadAsyncHtmlImage_closure, A.MultiImageStreamCompleter_closure0, A.MultiImageStreamCompleter_closure1, A.BaseBarRenderer_preprocessSeries__closure, A.BaseBarRenderer_update_closure0, A.BaseBarRenderer_paint_closure, A.BaseBarRenderer_paint_closure0, A.BaseBarRenderer_paint_closure1, A.BaseBarRenderer__getSegmentsForDomainValue_closure, A._ReversedSeriesIterator_closure0, A.BaseTickDrawStrategy_collides_closure, A.BaseTickDrawStrategy_measureVerticallyDrawnTicks_closure, A.BaseTickDrawStrategy_measureHorizontallyDrawnTicks_closure, A.CartesianChart_init_closure, A.CartesianChart_preprocessSeries_closure, A.CartesianChart_preprocessSeries_closure0, A.CartesianChart_preprocessSeries_closure1, A.CartesianChart_preprocessSeries_closure2, A.CartesianChart_onSkipLayout_closure, A.BaseChart_getNearestDatumDetailPerSeries_closure0, A.BaseChart_configureSeries_closure0, A.BaseChart_preprocessSeries_closure1, A.BaseChart_onPostLayout_closure, A.LinePointHighlighter__updateViewData_closure, A._LinePointLayoutView_paint_closure, A._LinePointLayoutView_paint_closure0, A.SelectNearest__onSelect_closure, A.LayoutManagerImpl_paintOrderedViews_closure, A.LayoutManagerImpl_positionOrderedViews_closure, A.LineRenderer_update_closure0, A.LineRenderer_paint_closure, A.LineRenderer_paint_closure0, A.PointRenderer_paint_closure, A.PointRenderer_paint_closure0, A.BaseChartState_build_closure, A.BaseChartState_dispose_closure, A.TabularLegendLayout__buildTableFromRows_closure0, A.CanonicalizedMap_addAll_closure, A.CanonicalizedMap_forEach_closure, A.CanonicalizedMap_map_closure, A.MemoryDirectory_createSync_closure, A.MemoryFile__doCreate_closure, A._FileSink_addStream_closure0, A._FileSink_close_closure0, A.FilePickerWeb__fileType_closure, A.CupertinoDynamicColor_toString_toString, A._RenderCupertinoSwitch_paint_closure, A.BindingBase_registerServiceExtension_closure, A.PointerRouter__dispatchEventToRoutes_closure, A._PackagesViewState_licenses_closure, A._PackagesViewState_build_closure, A._PackagesViewState_build__closure, A._LicenseData_sortPackages_closure, A._PackageLicensePageState_build_closure, A._MasterDetailFlowState_build_closure, A._MasterDetailFlowState__nestedUI_closure, A._MasterDetailFlowState__lateralUI_closure1, A._MasterDetailFlowState__lateralUI_closure, A._MasterDetailScaffoldState_build__closure, A._DetailView_build_closure, A.MaterialApp_createMaterialHeroController_closure, A._MaterialAppState_build_closure, A._RenderInputPadding_hitTest_closure, A._RenderInputPadding_hitTest_closure0, A.__DatePickerDialogState_State_RestorationMixin_dispose_closure, A._DropdownRoute_buildPage_closure, A._DropdownRoute_getItemOffset_closure, A._DropdownRoute_getMenuLimits_closure, A._RenderDecoration_performLayout_centerLayout, A._RenderDecoration_performLayout_baselineLayout, A._RenderDecoration_hitTestChildren_closure, A._RenderListTile_hitTestChildren_closure, A._ZoomEnterTransition_build_closure, A.PaginatedDataTableState_build_closure, A._PopupMenu_build_closure0, A._LinearProgressIndicatorPainter_paint_drawBar, A._LinearProgressIndicatorState_build_closure, A._CircularProgressIndicatorState__buildAnimation_closure, A._RefreshProgressIndicatorState__buildAnimation_closure, A.RefreshIndicatorState_build_closure, A.ReorderableListView_closure, A._ReorderableListViewState__wrapWithSemantics_reorder, A._ReorderableListViewState__proxyDecorator_closure, A.ScaffoldState_build_closure, A._StandardBottomSheetState_build_closure, A._ScaffoldState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, A._TextFieldState_build_closure1, A._TextFieldState_build_closure2, A.__TextFieldState_State_RestorationMixin_dispose_closure, A.ThemeData__lerpThemeExtensions_closure, A._RenderInputPadding_hitTest_closure1, A.__HourMinuteTextFieldState_State_RestorationMixin_dispose_closure, A.__TimePickerDialogState_State_RestorationMixin_dispose_closure, A.__TimePickerInputState_State_RestorationMixin_dispose_closure, A._RenderInputPadding_hitTest_closure2, A.NetworkImage__loadAsync_closure, A._CompoundBorder_dimensions_closure, A.ImageCache_putIfAbsent_listener, A.ImageProvider_resolve_closure, A.ImageProvider__createErrorHandlerAndKey_handleError, A.AssetImage_obtainKey_closure0, A.OneFrameImageStreamCompleter_closure, A.MultiFrameImageStreamCompleter_closure, A.MultiFrameImageStreamCompleter_closure0, A.RenderBoxContainerDefaultsMixin_defaultHitTestChildren_closure, A.RenderEditable_getRectForComposingRange_closure, A.RenderEditable_hitTestChildren_closure, A.RenderEditable__paintContents_closure, A.RenderFlex_computeMinIntrinsicWidth_closure, A.RenderFlex_computeMaxIntrinsicWidth_closure, A.RenderFlex_computeMinIntrinsicHeight_closure, A.RenderFlex_computeMaxIntrinsicHeight_closure, A.MouseTracker__handleDeviceUpdateMouseEvents_closure, A.PipelineOwner_flushLayout_closure, A.PipelineOwner_flushCompositingBits_closure, A.PipelineOwner_flushPaint_closure, A.PipelineOwner_flushSemantics_closure, A.RenderParagraph_hitTestChildren_closure, A.RenderParagraph_paint_closure, A.RenderTransform_hitTestChildren_closure, A.RenderFittedBox_hitTestChildren_closure, A.RenderFractionalTranslation_hitTestChildren_closure, A.RenderFollowerLayer_hitTestChildren_closure, A.RenderShiftedBox_hitTestChildren_closure, A.RenderIndexedStack_hitTestChildren_closure, A.RenderTable_computeDryLayout_closure, A.RenderTable_hitTestChildren_closure, A.SchedulerBinding_handleBeginFrame_closure, A._SemanticsSortGroup_sortedWithinKnot_closure, A.SemanticsOwner_sendSemanticsUpdate_closure0, A.SemanticsOwner_sendSemanticsUpdate_closure1, A._DefaultBinaryMessenger_setMessageHandler_closure, A.StandardMessageCodec_writeValue_closure, A._StreamBuilderBaseState__subscribe_closure1, A._FutureBuilderState__subscribe_closure0, A._DraggableScrollableSheetState_build_closure, A.EditableTextState__formatAndSetValue_closure, A.EditableTextState_build_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFindInitial_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure1, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure4, A._ReadingOrderSortData_sortWithDirectionality_closure, A._ReadingOrderDirectionalGroupData_sortWithDirectionality_closure, A.ReadingOrderTraversalPolicy__pickNext_closure, A.ReadingOrderTraversalPolicy__pickNext_inBand, A._FormFieldState_State_RestorationMixin_dispose_closure, A.RenderObjectElement_updateChildren_slotFor, A.Hero__allHeroesFor_inviteHero, A._HeroFlight__buildOverlay_closure, A._ImageState__getListener_closure, A._HistoryProperty_fromPrimitives_closure, A._NavigatorState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, A._RenderTheatre_hitTestChildren_closure, A._StretchingOverscrollIndicatorState_build_closure, A._PageViewState_build_closure0, A.HtmlElementView_build_closure, A._DragItemProxy_build_closure, A.__RestorationScopeState_State_RestorationMixin_dispose_closure, A._ModalScopeState_build_closure, A._ModalScopeState_build__closure0, A._ModalScopeState_build___closure, A.ScrollView_build_closure, A.ListView$separated_closure, A.ListView$separated_closure0, A._ScrollableState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, A.ShortcutManager__indexShortcuts_closure, A.SingleChildScrollView_build_closure, A._RenderSingleChildViewport_paint_paintContents, A._RenderSingleChildViewport_hitTestChildren_closure, A.loadDateIntlDataIfNotLoaded_closure, A._StoreStreamListenerState_build_closure, A._RenderFlexEntranceTransition_hitTestChildren_closure, A.Element__addOuterHtml_closure, A.Phase_startTagHtml_closure, A.InBodyPhase_startTagBody_closure, A.formatStr_closure, A._separatingNewlines_closure, A._BaseRules_blankRule_closure, A._BaseRules_defaultRule_closure, A._CommonRules_paragraph_closure, A._CommonRules_lineBreak_closure, A._CommonRules_heading_closure, A._CommonRules_blockquote_closure, A._CommonRules_list_closure, A._CommonRules_listItem_closure, A._CommonRules_indentedCodeBlock_closure0, A._CommonRules_fencedCodeBlock_closure0, A._CommonRules_horizontalRule_closure, A._CommonRules_inlineLink_closure0, A._CommonRules_referenceLink_closure1, A._CommonRules_emphasis_closure, A._CommonRules_strong_closure, A._CommonRules_strike_closure, A._CommonRules_code_closure0, A._CommonRules_image_closure, A._TableRules_table_closure, A._TableRules_tr_closure, A._TableRules_tHeadBody_closure, A._TableRules_th_closure, A._TableRules_td_closure, A.BaseRequest_closure, A.mapToQuery_closure, A.MediaType_toString_closure, A.DateFormat__fieldConstructors_closure, A.DateFormat__fieldConstructors_closure0, A.DateFormat__fieldConstructors_closure1, A._DateFormatPatternField_parseEnumeratedString_closure0, A.GatewayEntity_supportedEvents_closure, A.InvoiceEntity_getTaxes_calculateAmount, A.TaskEntity_getTaskTimes_closure0, A._parseError_closure, A.InvoiceNinjaAppState_build__closure109, A.lastErrorReducer_closure, A.lastErrorReducer_closure0, A.lastErrorReducer_closure1, A.lastErrorReducer_closure2, A.lastErrorReducer_closure3, A.lastErrorReducer_closure4, A.lastErrorReducer_closure5, A.lastErrorReducer_closure6, A.lastErrorReducer_closure7, A.lastErrorReducer_closure8, A.lastErrorReducer_closure9, A.lastErrorReducer_closure10, A.lastErrorReducer_closure11, A.lastErrorReducer_closure12, A.lastErrorReducer_closure13, A.lastErrorReducer_closure14, A.lastErrorReducer_closure15, A.lastErrorReducer_closure16, A.lastErrorReducer_closure17, A.lastErrorReducer_closure18, A.lastErrorReducer_closure19, A.dismissedNativeWarningReducer_closure, A.dismissedNativeWarningReducer_closure0, A.handleClientAction__closure, A.forceSelectedReducer_closure175, A.forceSelectedReducer_closure176, A.forceSelectedReducer_closure177, A.forceSelectedReducer_closure178, A.forceSelectedReducer_closure179, A.forceSelectedReducer_closure180, A.forceSelectedReducer_closure181, A.forceSelectedReducer_closure182, A.tabIndexReducer_closure23, A.tabIndexReducer_closure24, A.saveCompleterReducer_closure1, A.cancelCompleterReducer_closure1, A.editingContactReducer_closure, A.editingContactReducer_closure0, A.selectedIdReducer_closure354, A.selectedIdReducer_closure355, A.selectedIdReducer_closure356, A.selectedIdReducer_closure357, A.selectedIdReducer_closure358, A.selectedIdReducer_closure359, A.selectedIdReducer_closure360, A.selectedIdReducer_closure361, A.selectedIdReducer_closure362, A.selectedIdReducer_closure363, A.selectedIdReducer_closure364, A.selectedIdReducer_closure365, A.selectedIdReducer_closure366, A.selectedIdReducer_closure367, A.selectedIdReducer_closure368, A.selectedIdReducer_closure369, A.selectedIdReducer_closure370, A.editingReducer_closure125, A.editingReducer_closure126, A.editingReducer_closure127, A.editingReducer_closure128, A.editingReducer_closure129, A.editingReducer_closure130, A.editingReducer_closure131, A.editingReducer_closure132, A.editingReducer_closure133, A.editingReducer_closure134, A.editingReducer_closure135, A.editingReducer_closure136, A.editingReducer_closure137, A.editingReducer_closure138, A.dropdownClientsSelector_closure0, A.memoizedClientStatsForUser_closure, A.clientStatsForUser_closure, A.filteredClientsSelector_closure0, A.userCompanyEntityReducer_closure, A.userCompanyEntityReducer_closure0, A.userCompanyEntityReducer_closure1, A.userCompanyEntityReducer_closure2, A.userCompanyEntityReducer_closure3, A.userCompanyEntityReducer_closure4, A.userCompanyEntityReducer_closure5, A.lastUpdatedReducer_closure, A.lastUpdatedReducer_closure0, A.memoizedDropdownExpenseCategoriesList_closure, A.dropdownExpenseCategoriesSelector_closure0, A.getCurrencyIds_closure, A.memoizedFilteredSelector_closure, A.filteredSelector_closure13, A.handleCompanyGatewayAction__closure, A.forceSelectedReducer_closure59, A.forceSelectedReducer_closure60, A.forceSelectedReducer_closure61, A.forceSelectedReducer_closure62, A.forceSelectedReducer_closure63, A.forceSelectedReducer_closure64, A.forceSelectedReducer_closure65, A.forceSelectedReducer_closure66, A.selectedIdReducer_closure119, A.selectedIdReducer_closure120, A.selectedIdReducer_closure121, A.selectedIdReducer_closure122, A.selectedIdReducer_closure123, A.selectedIdReducer_closure124, A.selectedIdReducer_closure125, A.selectedIdReducer_closure126, A.selectedIdReducer_closure127, A.selectedIdReducer_closure128, A.selectedIdReducer_closure129, A.selectedIdReducer_closure130, A.selectedIdReducer_closure131, A.selectedIdReducer_closure132, A.selectedIdReducer_closure133, A.editingReducer_closure37, A.editingReducer_closure38, A.editingReducer_closure39, A.editingReducer_closure40, A.memoizedCalculateCompanyGatewayProcessed_closure, A.calculateCompanyGatewayProcessed_closure, A.memoizedClientStatsForCompanyGateway_closure, A.clientStatsForCompanyGateway_closure, A.memoizedPaymentStatsForCompanyGateway_closure, A.paymentStatsForCompanyGateway_closure, A.getUnconnectedStripeAccount_closure, A.forceSelectedReducer_closure79, A.forceSelectedReducer_closure80, A.forceSelectedReducer_closure81, A.forceSelectedReducer_closure82, A.forceSelectedReducer_closure83, A.forceSelectedReducer_closure84, A.forceSelectedReducer_closure85, A.forceSelectedReducer_closure86, A.tabIndexReducer_closure11, A.tabIndexReducer_closure12, A.historyActivityIdReducer_closure0, A.editingItemReducer_closure1, A.editingItemReducer_closure2, A.selectedIdReducer_closure160, A.selectedIdReducer_closure161, A.selectedIdReducer_closure162, A.selectedIdReducer_closure163, A.selectedIdReducer_closure164, A.selectedIdReducer_closure165, A.selectedIdReducer_closure166, A.selectedIdReducer_closure167, A.selectedIdReducer_closure168, A.selectedIdReducer_closure169, A.selectedIdReducer_closure170, A.selectedIdReducer_closure171, A.selectedIdReducer_closure172, A.selectedIdReducer_closure173, A.selectedIdReducer_closure174, A.selectedIdReducer_closure175, A.selectedIdReducer_closure176, A.selectedIdReducer_closure177, A.selectedIdReducer_closure178, A.editingReducer_closure49, A.editingReducer_closure50, A.editingReducer_closure51, A.editingReducer_closure52, A.editingReducer_closure53, A.editingReducer_closure54, A.editingReducer_closure55, A.editingReducer_closure56, A.editingReducer_closure57, A.editingReducer_closure58, A.editingReducer_closure59, A.dropdownCreditSelector_closure0, A.filteredCreditsSelector_closure0, A.memoizedCreditStatsForDesign_closure, A.creditStatsForDesign_closure, A.memoizedCreditStatsForClient_closure, A.creditStatsForClient_closure, A.memoizedCreditStatsForUser_closure, A.creditStatsForUser_closure, A.selectedEntitiesReducer_closure, A.selectedEntitiesReducer_closure0, A.selectedEntityTypeReducer_closure, A.showSidebarReducer_closure, A._chartInvoices_closure, A.chartQuotes_closure, A.chartPayments_closure, A.chartTasks_closure, A.chartTasks___closure, A.chartExpenses_closure, A.memoizedRunningTasks_closure0, A.runningTasks_closure, A.memoizedUpcomingInvoices_closure, A._upcomingInvoices_closure, A._upcomingInvoices_closure0, A.memoizedPastDueInvoices_closure, A._pastDueInvoices_closure, A._pastDueInvoices_closure0, A.memoizedRecentPayments_closure, A._recentPayments_closure, A._recentPayments_closure0, A.memoizedUpcomingQuotes_closure, A._upcomingQuotes_closure, A._upcomingQuotes_closure0, A.memoizedExpiredQuotes_closure, A._expiredQuotes_closure, A._expiredQuotes_closure0, A.memoizedRunningTasks_closure, A._runningTasks_closure, A._runningTasks_closure0, A.memoizedRecentTasks_closure, A._recentTasks_closure, A._recentTasks_closure0, A.memoizedRecentExpenses_closure, A._recentExpenses_closure, A._recentExpenses_closure0, A.forceSelectedReducer_closure87, A.forceSelectedReducer_closure88, A.forceSelectedReducer_closure89, A.forceSelectedReducer_closure90, A.forceSelectedReducer_closure91, A.forceSelectedReducer_closure92, A.forceSelectedReducer_closure93, A.forceSelectedReducer_closure94, A.selectedIdReducer_closure179, A.selectedIdReducer_closure180, A.selectedIdReducer_closure181, A.selectedIdReducer_closure182, A.selectedIdReducer_closure183, A.selectedIdReducer_closure184, A.selectedIdReducer_closure185, A.selectedIdReducer_closure186, A.selectedIdReducer_closure187, A.selectedIdReducer_closure188, A.selectedIdReducer_closure189, A.selectedIdReducer_closure190, A.selectedIdReducer_closure191, A.selectedIdReducer_closure192, A.editingReducer_closure60, A.editingReducer_closure61, A.editingReducer_closure62, A.editingReducer_closure63, A.filteredDesignsSelector_closure0, A.forceSelectedReducer_closure47, A.forceSelectedReducer_closure48, A.forceSelectedReducer_closure49, A.forceSelectedReducer_closure50, A.forceSelectedReducer_closure51, A.forceSelectedReducer_closure52, A.forceSelectedReducer_closure53, A.forceSelectedReducer_closure54, A.selectedIdReducer_closure94, A.selectedIdReducer_closure95, A.selectedIdReducer_closure96, A.selectedIdReducer_closure97, A.selectedIdReducer_closure98, A.selectedIdReducer_closure99, A.selectedIdReducer_closure100, A.selectedIdReducer_closure101, A.selectedIdReducer_closure102, A.selectedIdReducer_closure103, A.selectedIdReducer_closure104, A.selectedIdReducer_closure105, A.selectedIdReducer_closure106, A.editingReducer_closure32, A.filteredDocumentsSelector_closure0, A.forceSelectedReducer_closure39, A.forceSelectedReducer_closure40, A.forceSelectedReducer_closure41, A.forceSelectedReducer_closure42, A.forceSelectedReducer_closure43, A.forceSelectedReducer_closure44, A.forceSelectedReducer_closure45, A.forceSelectedReducer_closure46, A.tabIndexReducer_closure9, A.tabIndexReducer_closure10, A.selectedIdReducer_closure79, A.selectedIdReducer_closure80, A.selectedIdReducer_closure81, A.selectedIdReducer_closure82, A.selectedIdReducer_closure83, A.selectedIdReducer_closure84, A.selectedIdReducer_closure85, A.selectedIdReducer_closure86, A.selectedIdReducer_closure87, A.selectedIdReducer_closure88, A.selectedIdReducer_closure89, A.selectedIdReducer_closure90, A.selectedIdReducer_closure91, A.selectedIdReducer_closure92, A.selectedIdReducer_closure93, A.editingReducer_closure28, A.editingReducer_closure29, A.editingReducer_closure30, A.editingReducer_closure31, A.filteredExpensesSelector_closure0, A.memoizedExpenseStatsForVendor_closure, A.expenseStatsForVendor_closure, A.memoizedExpenseStatsForClient_closure, A.expenseStatsForClient_closure, A.memoizedClientExpenseList_closure, A.clientExpenseList_closure0, A.memoizedExpenseStatsForProject_closure, A.expenseStatsForProject_closure, A.memoizedExpenseStatsForUser_closure, A.expenseStatsForUser_closure, A.forceSelectedReducer_closure127, A.forceSelectedReducer_closure128, A.forceSelectedReducer_closure129, A.forceSelectedReducer_closure130, A.forceSelectedReducer_closure131, A.forceSelectedReducer_closure132, A.forceSelectedReducer_closure133, A.forceSelectedReducer_closure134, A.selectedIdReducer_closure256, A.selectedIdReducer_closure257, A.selectedIdReducer_closure258, A.selectedIdReducer_closure259, A.selectedIdReducer_closure260, A.selectedIdReducer_closure261, A.selectedIdReducer_closure262, A.selectedIdReducer_closure263, A.selectedIdReducer_closure264, A.selectedIdReducer_closure265, A.selectedIdReducer_closure266, A.selectedIdReducer_closure267, A.selectedIdReducer_closure268, A.selectedIdReducer_closure269, A.selectedIdReducer_closure270, A.editingReducer_closure87, A.editingReducer_closure88, A.editingReducer_closure89, A.editingReducer_closure90, A.filteredExpenseCategoriesSelector_closure0, A.memoizedCalculateExpenseCategoryAmount_closure, A.calculateExpenseCategoryAmount_closure, A.memoizedExpenseStatsForExpenseCategory_closure, A.expenseStatsForExpenseCategory_closure, A.forceSelectedReducer_closure55, A.forceSelectedReducer_closure56, A.forceSelectedReducer_closure57, A.forceSelectedReducer_closure58, A.selectedIdReducer_closure107, A.selectedIdReducer_closure108, A.selectedIdReducer_closure109, A.selectedIdReducer_closure110, A.selectedIdReducer_closure111, A.selectedIdReducer_closure112, A.selectedIdReducer_closure113, A.selectedIdReducer_closure114, A.selectedIdReducer_closure115, A.selectedIdReducer_closure116, A.selectedIdReducer_closure117, A.selectedIdReducer_closure118, A.editingReducer_closure33, A.editingReducer_closure34, A.editingReducer_closure35, A.editingReducer_closure36, A.filteredGroupsSelector_closure0, A.memoizedClientStatsForGroup_closure, A.clientStatsForGroup_closure, A.forceSelectedReducer_closure167, A.forceSelectedReducer_closure168, A.forceSelectedReducer_closure169, A.forceSelectedReducer_closure170, A.forceSelectedReducer_closure171, A.forceSelectedReducer_closure172, A.forceSelectedReducer_closure173, A.forceSelectedReducer_closure174, A.tabIndexReducer_closure21, A.tabIndexReducer_closure22, A.historyActivityIdReducer_closure3, A.editingItemIndexReducer_closure1, A.editingItemIndexReducer_closure2, A.selectedIdReducer_closure335, A.selectedIdReducer_closure336, A.selectedIdReducer_closure337, A.selectedIdReducer_closure338, A.selectedIdReducer_closure339, A.selectedIdReducer_closure340, A.selectedIdReducer_closure341, A.selectedIdReducer_closure342, A.selectedIdReducer_closure343, A.selectedIdReducer_closure344, A.selectedIdReducer_closure345, A.selectedIdReducer_closure346, A.selectedIdReducer_closure347, A.selectedIdReducer_closure348, A.selectedIdReducer_closure349, A.selectedIdReducer_closure350, A.selectedIdReducer_closure351, A.selectedIdReducer_closure352, A.selectedIdReducer_closure353, A.editingReducer_closure114, A.editingReducer_closure115, A.editingReducer_closure116, A.editingReducer_closure117, A.editingReducer_closure118, A.editingReducer_closure119, A.editingReducer_closure120, A.editingReducer_closure121, A.editingReducer_closure122, A.editingReducer_closure123, A.editingReducer_closure124, A.invoiceQuoteSelector_closure, A.memoizedInvoiceQuoteSelector_closure, A.dropdownInvoiceSelector_closure0, A.filteredInvoicesSelector_closure, A.filteredInvoicesSelector_closure1, A.memoizedInvoiceStatsForClient_closure, A.invoiceStatsForClient_closure, A.memoizedInvoiceStatsForDesign_closure, A.invoiceStatsForDesign_closure, A.memoizedInvoiceStatsForSubscription_closure, A.invoiceStatsForSubscription_closure, A.memoizedInvoiceStatsForProject_closure, A.invoiceStatsForProject_closure, A.memoizedInvoiceStatsForUser_closure, A.invoiceStatsForUser_closure, A.forceSelectedReducer_closure7, A.forceSelectedReducer_closure8, A.forceSelectedReducer_closure9, A.forceSelectedReducer_closure10, A.forceSelectedReducer_closure11, A.forceSelectedReducer_closure12, A.forceSelectedReducer_closure13, A.forceSelectedReducer_closure14, A.tabIndexReducer_closure1, A.tabIndexReducer_closure2, A.selectedIdReducer_closure18, A.selectedIdReducer_closure19, A.selectedIdReducer_closure20, A.selectedIdReducer_closure21, A.selectedIdReducer_closure22, A.selectedIdReducer_closure23, A.selectedIdReducer_closure24, A.selectedIdReducer_closure25, A.selectedIdReducer_closure26, A.selectedIdReducer_closure27, A.selectedIdReducer_closure28, A.selectedIdReducer_closure29, A.selectedIdReducer_closure30, A.selectedIdReducer_closure31, A.selectedIdReducer_closure32, A.selectedIdReducer_closure33, A.editingReducer_closure10, A.editingReducer_closure11, A.editingReducer_closure12, A.editingReducer_closure13, A.filteredPaymentsSelector_closure0, A.paymentStatsForClient_closure, A.forceSelectedReducer_closure95, A.forceSelectedReducer_closure96, A.forceSelectedReducer_closure97, A.forceSelectedReducer_closure98, A.forceSelectedReducer_closure99, A.forceSelectedReducer_closure100, A.forceSelectedReducer_closure101, A.forceSelectedReducer_closure102, A.selectedIdReducer_closure193, A.selectedIdReducer_closure194, A.selectedIdReducer_closure195, A.selectedIdReducer_closure196, A.selectedIdReducer_closure197, A.selectedIdReducer_closure198, A.selectedIdReducer_closure199, A.selectedIdReducer_closure200, A.selectedIdReducer_closure201, A.selectedIdReducer_closure202, A.selectedIdReducer_closure203, A.selectedIdReducer_closure204, A.selectedIdReducer_closure205, A.selectedIdReducer_closure206, A.editingReducer_closure64, A.editingReducer_closure65, A.editingReducer_closure66, A.editingReducer_closure67, A.memoizedDropdownPaymentTermList_closure, A.dropdownPaymentTermsSelector_closure0, A.filteredPaymentTermsSelector_closure0, A.forceSelectedReducer_closure183, A.forceSelectedReducer_closure184, A.forceSelectedReducer_closure185, A.forceSelectedReducer_closure186, A.forceSelectedReducer_closure187, A.forceSelectedReducer_closure188, A.forceSelectedReducer_closure189, A.forceSelectedReducer_closure190, A.tabIndexReducer_closure25, A.tabIndexReducer_closure26, A.editingReducer_closure139, A.editingReducer_closure140, A.editingReducer_closure141, A.editingReducer_closure142, A.selectedIdReducer_closure371, A.selectedIdReducer_closure372, A.selectedIdReducer_closure373, A.selectedIdReducer_closure374, A.selectedIdReducer_closure375, A.selectedIdReducer_closure376, A.selectedIdReducer_closure377, A.selectedIdReducer_closure378, A.selectedIdReducer_closure379, A.selectedIdReducer_closure380, A.selectedIdReducer_closure381, A.selectedIdReducer_closure382, A.selectedIdReducer_closure383, A.selectedIdReducer_closure384, A.dropdownProductsSelector_closure0, A.productList_closure0, A.filteredProductsSelector_closure0, A.forceSelectedReducer_closure15, A.forceSelectedReducer_closure16, A.forceSelectedReducer_closure17, A.forceSelectedReducer_closure18, A.forceSelectedReducer_closure19, A.forceSelectedReducer_closure20, A.forceSelectedReducer_closure21, A.forceSelectedReducer_closure22, A.tabIndexReducer_closure3, A.tabIndexReducer_closure4, A.saveCompleterReducer_closure, A.cancelCompleterReducer_closure, A.selectedIdReducer_closure34, A.selectedIdReducer_closure35, A.selectedIdReducer_closure36, A.selectedIdReducer_closure37, A.selectedIdReducer_closure38, A.selectedIdReducer_closure39, A.selectedIdReducer_closure40, A.selectedIdReducer_closure41, A.selectedIdReducer_closure42, A.selectedIdReducer_closure43, A.selectedIdReducer_closure44, A.selectedIdReducer_closure45, A.selectedIdReducer_closure46, A.selectedIdReducer_closure47, A.selectedIdReducer_closure48, A.editingReducer_closure14, A.editingReducer_closure15, A.editingReducer_closure16, A.editingReducer_closure17, A.convertProjectToInvoiceItem_closure, A.convertProjectToInvoiceItem_closure0, A.convertProjectToInvoiceItem_closure1, A.convertProjectToInvoiceItem_closure2, A.dropdownProjectsSelector_closure0, A.filteredProjectsSelector_closure0, A.taskDurationForProject_closure, A.memoizedProjectStatsForClient_closure, A.projectStatsForClient_closure, A.memoizedProjectStatsForUser_closure, A.forceSelectedReducer_closure159, A.forceSelectedReducer_closure160, A.forceSelectedReducer_closure161, A.forceSelectedReducer_closure162, A.forceSelectedReducer_closure163, A.forceSelectedReducer_closure164, A.forceSelectedReducer_closure165, A.forceSelectedReducer_closure166, A.tabIndexReducer_closure19, A.tabIndexReducer_closure20, A.historyActivityIdReducer_closure2, A.editingItemReducer_closure3, A.editingItemReducer_closure4, A.selectedIdReducer_closure316, A.selectedIdReducer_closure317, A.selectedIdReducer_closure318, A.selectedIdReducer_closure319, A.selectedIdReducer_closure320, A.selectedIdReducer_closure321, A.selectedIdReducer_closure322, A.selectedIdReducer_closure323, A.selectedIdReducer_closure324, A.selectedIdReducer_closure325, A.selectedIdReducer_closure326, A.selectedIdReducer_closure327, A.selectedIdReducer_closure328, A.selectedIdReducer_closure329, A.selectedIdReducer_closure330, A.selectedIdReducer_closure331, A.selectedIdReducer_closure332, A.selectedIdReducer_closure333, A.selectedIdReducer_closure334, A.editingReducer_closure103, A.editingReducer_closure104, A.editingReducer_closure105, A.editingReducer_closure106, A.editingReducer_closure107, A.editingReducer_closure108, A.editingReducer_closure109, A.editingReducer_closure110, A.editingReducer_closure111, A.editingReducer_closure112, A.editingReducer_closure113, A.filteredPurchaseOrdersSelector_closure0, A.memoizedPurchaseOrderStatsForVendor_closure, A.purchaseOrderStatsForVendor_closure, A.forceSelectedReducer_closure, A.forceSelectedReducer_closure0, A.forceSelectedReducer_closure1, A.forceSelectedReducer_closure2, A.forceSelectedReducer_closure3, A.forceSelectedReducer_closure4, A.forceSelectedReducer_closure5, A.forceSelectedReducer_closure6, A.tabIndexReducer_closure, A.tabIndexReducer_closure0, A.historyActivityIdReducer_closure, A.editingItemReducer_closure, A.editingItemReducer_closure0, A.selectedIdReducer_closure, A.selectedIdReducer_closure0, A.selectedIdReducer_closure1, A.selectedIdReducer_closure2, A.selectedIdReducer_closure3, A.selectedIdReducer_closure4, A.selectedIdReducer_closure5, A.selectedIdReducer_closure6, A.selectedIdReducer_closure7, A.selectedIdReducer_closure8, A.selectedIdReducer_closure9, A.selectedIdReducer_closure10, A.selectedIdReducer_closure11, A.selectedIdReducer_closure12, A.selectedIdReducer_closure13, A.selectedIdReducer_closure14, A.selectedIdReducer_closure15, A.selectedIdReducer_closure16, A.selectedIdReducer_closure17, A.editingReducer_closure, A.editingReducer_closure0, A.editingReducer_closure1, A.editingReducer_closure2, A.editingReducer_closure3, A.editingReducer_closure4, A.editingReducer_closure5, A.editingReducer_closure6, A.editingReducer_closure7, A.editingReducer_closure8, A.editingReducer_closure9, A.filteredQuotesSelector_closure0, A.memoizedQuoteStatsForClient_closure, A.quoteStatsForClient_closure, A.memoizedQuoteStatsForDesign_closure, A.quoteStatsForDesign_closure, A.memoizedQuoteStatsForUser_closure, A.quoteStatsForUser_closure, A.forceSelectedReducer_closure151, A.forceSelectedReducer_closure152, A.forceSelectedReducer_closure153, A.forceSelectedReducer_closure154, A.forceSelectedReducer_closure155, A.forceSelectedReducer_closure156, A.forceSelectedReducer_closure157, A.forceSelectedReducer_closure158, A.tabIndexReducer_closure17, A.tabIndexReducer_closure18, A.selectedIdReducer_closure301, A.selectedIdReducer_closure302, A.selectedIdReducer_closure303, A.selectedIdReducer_closure304, A.selectedIdReducer_closure305, A.selectedIdReducer_closure306, A.selectedIdReducer_closure307, A.selectedIdReducer_closure308, A.selectedIdReducer_closure309, A.selectedIdReducer_closure310, A.selectedIdReducer_closure311, A.selectedIdReducer_closure312, A.selectedIdReducer_closure313, A.selectedIdReducer_closure314, A.selectedIdReducer_closure315, A.editingReducer_closure99, A.editingReducer_closure100, A.editingReducer_closure101, A.editingReducer_closure102, A.filteredRecurringExpensesSelector_closure0, A.memoizedRecurringExpenseStatsForClient_closure, A.recurringExpenseStatsForClient_closure, A.memoizedRecurringExpenseStatsForVendor_closure, A.recurringExpenseStatsForVendor_closure, A.memoizedRecurringExpenseStatsForUser_closure, A.recurringExpenseStatsForUser_closure, A.memoizedRecurringExpenseStatsForExpense_closure, A.recurringExpenseStatsForExpense_closure, A.forceSelectedReducer_closure119, A.forceSelectedReducer_closure120, A.forceSelectedReducer_closure121, A.forceSelectedReducer_closure122, A.forceSelectedReducer_closure123, A.forceSelectedReducer_closure124, A.forceSelectedReducer_closure125, A.forceSelectedReducer_closure126, A.tabIndexReducer_closure13, A.tabIndexReducer_closure14, A.historyActivityIdReducer_closure1, A.editingItemIndexReducer_closure, A.editingItemIndexReducer_closure0, A.selectedIdReducer_closure237, A.selectedIdReducer_closure238, A.selectedIdReducer_closure239, A.selectedIdReducer_closure240, A.selectedIdReducer_closure241, A.selectedIdReducer_closure242, A.selectedIdReducer_closure243, A.selectedIdReducer_closure244, A.selectedIdReducer_closure245, A.selectedIdReducer_closure246, A.selectedIdReducer_closure247, A.selectedIdReducer_closure248, A.selectedIdReducer_closure249, A.selectedIdReducer_closure250, A.selectedIdReducer_closure251, A.selectedIdReducer_closure252, A.selectedIdReducer_closure253, A.selectedIdReducer_closure254, A.selectedIdReducer_closure255, A.editingReducer_closure76, A.editingReducer_closure77, A.editingReducer_closure78, A.editingReducer_closure79, A.editingReducer_closure80, A.editingReducer_closure81, A.editingReducer_closure82, A.editingReducer_closure83, A.editingReducer_closure84, A.editingReducer_closure85, A.editingReducer_closure86, A.filteredRecurringInvoicesSelector_closure0, A.memoizedRecurringInvoiceStatsForClient_closure, A.recurringInvoiceStatsForClient_closure, A.memoizedRecurringInvoiceStatsForUser_closure, A.recurringInvoiceStatsForUser_closure, A.memoizedRecurringInvoiceStatsForInvoice_closure, A.recurringInvoiceStatsForInvoice_closure, A.memoizedRecurringInvoiceStatsForDesign_closure, A.recurringInvoiceStatsForDesign_closure, A.memoizedRecurringInvoiceStatsForSubscription_closure, A.recurringInvoiceStatsForSubscription_closure, A.settingsUIReducer_closure, A.settingsUIReducer_closure0, A.settingsUIReducer_closure1, A.settingsUIReducer_closure2, A.settingsUIReducer_closure3, A.settingsUIReducer_closure4, A.settingsUIReducer_closure5, A.settingsUIReducer_closure6, A.settingsUIReducer_closure7, A.settingsUIReducer_closure8, A.settingsUIReducer_closure9, A.settingsUIReducer_closure10, A.settingsUIReducer_closure11, A.settingsUIReducer_closure12, A.countryList_closure, A.groupList_closure0, A.languageList_closure, A.currencyList_closure, A.timezoneList_closure, A.dateFormatList_closure, A.industryList_closure, A.sizeList_closure, A.gatewayList_closure0, A.paymentTypeList_closure, A.forceSelectedReducer_closure143, A.forceSelectedReducer_closure144, A.forceSelectedReducer_closure145, A.forceSelectedReducer_closure146, A.forceSelectedReducer_closure147, A.forceSelectedReducer_closure148, A.forceSelectedReducer_closure149, A.forceSelectedReducer_closure150, A.tabIndexReducer_closure15, A.tabIndexReducer_closure16, A.selectedIdReducer_closure286, A.selectedIdReducer_closure287, A.selectedIdReducer_closure288, A.selectedIdReducer_closure289, A.selectedIdReducer_closure290, A.selectedIdReducer_closure291, A.selectedIdReducer_closure292, A.selectedIdReducer_closure293, A.selectedIdReducer_closure294, A.selectedIdReducer_closure295, A.selectedIdReducer_closure296, A.selectedIdReducer_closure297, A.selectedIdReducer_closure298, A.selectedIdReducer_closure299, A.selectedIdReducer_closure300, A.editingReducer_closure95, A.editingReducer_closure96, A.editingReducer_closure97, A.editingReducer_closure98, A.filteredSubscriptionsSelector_closure0, A.handleTaskAction_closure1, A.forceSelectedReducer_closure23, A.forceSelectedReducer_closure24, A.forceSelectedReducer_closure25, A.forceSelectedReducer_closure26, A.forceSelectedReducer_closure27, A.forceSelectedReducer_closure28, A.forceSelectedReducer_closure29, A.forceSelectedReducer_closure30, A.tabIndexReducer_closure5, A.tabIndexReducer_closure6, A.kanbanLastUpdatedReducer_closure, A.editingTimeReducer_closure, A.editingTimeReducer_closure0, A.selectedIdReducer_closure49, A.selectedIdReducer_closure50, A.selectedIdReducer_closure51, A.selectedIdReducer_closure52, A.selectedIdReducer_closure53, A.selectedIdReducer_closure54, A.selectedIdReducer_closure55, A.selectedIdReducer_closure56, A.selectedIdReducer_closure57, A.selectedIdReducer_closure58, A.selectedIdReducer_closure59, A.selectedIdReducer_closure60, A.selectedIdReducer_closure61, A.selectedIdReducer_closure62, A.selectedIdReducer_closure63, A.editingReducer_closure18, A.editingReducer_closure19, A.editingReducer_closure20, A.editingReducer_closure21, A.editingReducer_closure22, A.editingReducer_closure23, A.taskList_closure0, A.kanbanTasksSelector_closure0, A.filteredTasksSelector_closure0, A.memoizedTaskStatsForClient_closure, A.taskStatsForClient_closure, A.memoizedTaskStatsForProject_closure, A.taskStatsForProject_closure, A.memoizedTaskStatsForUser_closure, A.forceSelectedReducer_closure135, A.forceSelectedReducer_closure136, A.forceSelectedReducer_closure137, A.forceSelectedReducer_closure138, A.forceSelectedReducer_closure139, A.forceSelectedReducer_closure140, A.forceSelectedReducer_closure141, A.forceSelectedReducer_closure142, A.selectedIdReducer_closure271, A.selectedIdReducer_closure272, A.selectedIdReducer_closure273, A.selectedIdReducer_closure274, A.selectedIdReducer_closure275, A.selectedIdReducer_closure276, A.selectedIdReducer_closure277, A.selectedIdReducer_closure278, A.selectedIdReducer_closure279, A.selectedIdReducer_closure280, A.selectedIdReducer_closure281, A.selectedIdReducer_closure282, A.selectedIdReducer_closure283, A.selectedIdReducer_closure284, A.selectedIdReducer_closure285, A.editingReducer_closure91, A.editingReducer_closure92, A.editingReducer_closure93, A.editingReducer_closure94, A.memoizedSortedActiveTaskStatusIds_closure, A.sortedActiveTaskStatusIds_closure0, A.dropdownTaskStatusesSelector_closure0, A.filteredTaskStatusesSelector_closure0, A.memoizedCalculateTaskStatusAmount_closure, A.calculateTaskStatusAmount_closure, A.memoizedTaskStatsForTaskStatus_closure, A.taskStatsForTaskStatus_closure, A.defaultTaskStatusId_closure0, A.forceSelectedReducer_closure67, A.forceSelectedReducer_closure68, A.forceSelectedReducer_closure69, A.forceSelectedReducer_closure70, A.selectedIdReducer_closure134, A.selectedIdReducer_closure135, A.selectedIdReducer_closure136, A.selectedIdReducer_closure137, A.selectedIdReducer_closure138, A.selectedIdReducer_closure139, A.selectedIdReducer_closure140, A.selectedIdReducer_closure141, A.selectedIdReducer_closure142, A.selectedIdReducer_closure143, A.editingReducer_closure41, A.editingReducer_closure42, A.editingReducer_closure43, A.editingReducer_closure44, A.filteredTaxRatesSelector_closure0, A.forceSelectedReducer_closure103, A.forceSelectedReducer_closure104, A.forceSelectedReducer_closure105, A.forceSelectedReducer_closure106, A.forceSelectedReducer_closure107, A.forceSelectedReducer_closure108, A.forceSelectedReducer_closure109, A.forceSelectedReducer_closure110, A.selectedIdReducer_closure207, A.selectedIdReducer_closure208, A.selectedIdReducer_closure209, A.selectedIdReducer_closure210, A.selectedIdReducer_closure211, A.selectedIdReducer_closure212, A.selectedIdReducer_closure213, A.selectedIdReducer_closure214, A.selectedIdReducer_closure215, A.selectedIdReducer_closure216, A.selectedIdReducer_closure217, A.selectedIdReducer_closure218, A.selectedIdReducer_closure219, A.selectedIdReducer_closure220, A.selectedIdReducer_closure221, A.editingReducer_closure68, A.editingReducer_closure69, A.editingReducer_closure70, A.editingReducer_closure71, A.filteredTokensSelector_closure0, A.sortFieldsReducer_closure, A.sortFieldsReducer_closure0, A.sortFieldsReducer_closure1, A.sortFieldsReducer_closure2, A.sortFieldsReducer_closure3, A.sortFieldsReducer_closure4, A.sortFieldsReducer_closure5, A.sortFieldsReducer_closure6, A.sortFieldsReducer_closure7, A.sortFieldsReducer_closure8, A.sortFieldsReducer_closure9, A.sortFieldsReducer_closure10, A.sortFieldsReducer_closure11, A.sortFieldsReducer_closure12, A.sortFieldsReducer_closure13, A.sortFieldsReducer_closure14, A.sortFieldsReducer_closure15, A.sortFieldsReducer_closure16, A.sortFieldsReducer_closure17, A.sortFieldsReducer_closure18, A.sortFieldsReducer_closure19, A.sortFieldsReducer_closure20, A.sidebarEditorReducer_closure, A.sidebarViewerReducer_closure, A.menuVisibleReducer_closure, A.menuVisibleReducer_closure0, A.textScaleFactorReducer_closure, A.historyVisibleReducer_closure, A.historyVisibleReducer_closure0, A.hideDesktopWarningReducer_closure, A.hideGatewayWarningReducer_closure, A.layoutReducer_closure, A.moduleLayoutReducer_closure, A.moduleLayoutReducer_closure0, A.rowsPerPageReducer_closure, A.manuSidebarReducer_closure, A.historySidebarReducer_closure, A.darkModeReducer_closure, A.enableJspdfReducer_closure, A.enableTooltipsReducer_closure, A.enableFlexibleSearchReducer_closure, A.persistDataReducer_closure, A.persistUIReducer_closure, A.showKanbanReducer_closure, A.isFilterVisibleReducer_closure, A.longPressReducer_closure, A.tapSelectedToEditReducer_closure, A.isPreviewVisibleReducer_closure, A.isPreviewVisibleReducer_closure0, A.requireAuthenticationReducer_closure, A.colorThemeReducer_closure, A.showPdfPreviewReducer_closure, A.editAfterSavingReducer_closure, A.enableTouchEventsReducer_closure, A.customColorsReducer_closure, A.historyReducer_closure, A.historyReducer_closure0, A.historyReducer_closure1, A.historyReducer_closure2, A.historyReducer_closure3, A.historyReducer_closure4, A.historyReducer_closure5, A.historyReducer_closure6, A.historyReducer_closure7, A.historyReducer_closure8, A.historyReducer_closure9, A.historyReducer_closure10, A.historyReducer_closure11, A.historyReducer_closure12, A.historyReducer_closure13, A.historyReducer_closure14, A.historyReducer_closure15, A.historyReducer_closure16, A.historyReducer_closure17, A.historyReducer_closure18, A.historyReducer_closure19, A.historyReducer_closure20, A.historyReducer_closure21, A.historyReducer_closure22, A.historyReducer_closure23, A.historyReducer_closure24, A.historyReducer_closure25, A.historyReducer_closure26, A.historyReducer_closure27, A.historyReducer_closure28, A.historyReducer_closure29, A.historyReducer_closure30, A.historyReducer_closure31, A.historyReducer_closure32, A.historyReducer_closure33, A.historyReducer_closure34, A.historyReducer_closure35, A.historyReducer_closure36, A.historyReducer_closure37, A.historyReducer_closure38, A.historyReducer_closure39, A.historyReducer_closure40, A.historyReducer_closure41, A.historyReducer_closure42, A.historyReducer_closure43, A.historyReducer_closure44, A.historyReducer_closure45, A.historyReducer_closure46, A.historyReducer_closure47, A.historyReducer_closure48, A.lastActivityReducer_closure, A.filterReducer_closure, A.filterReducer_closure0, A.loadingEntityTypeReducer_closure, A.loadingEntityTypeReducer_closure0, A.loadingEntityTypeReducer_closure1, A.loadingEntityTypeReducer_closure2, A.loadingEntityTypeReducer_closure3, A.loadingEntityTypeReducer_closure4, A.loadingEntityTypeReducer_closure5, A.loadingEntityTypeReducer_closure6, A.loadingEntityTypeReducer_closure7, A.loadingEntityTypeReducer_closure8, A.loadingEntityTypeReducer_closure9, A.loadingEntityTypeReducer_closure10, A.loadingEntityTypeReducer_closure11, A.filterClearedAtReducer_closure, A.filterClearedAtReducer_closure0, A.currentRouteReducer_closure, A.selectedCompanyIndexReducer_closure, A.previewStackReducer_closure, A.previewStackReducer_closure0, A.previewStackReducer_closure1, A.filterStackReducer_closure, A.filterStackReducer_closure0, A.filterStackReducer_closure1, A.handleUserAction_closure10, A.handleUserAction_closure12, A.handleUserAction_closure14, A.handleUserAction__closure, A.handleUserAction_closure18, A.forceSelectedReducer_closure71, A.forceSelectedReducer_closure72, A.forceSelectedReducer_closure73, A.forceSelectedReducer_closure74, A.forceSelectedReducer_closure75, A.forceSelectedReducer_closure76, A.forceSelectedReducer_closure77, A.forceSelectedReducer_closure78, A.selectedIdReducer_closure144, A.selectedIdReducer_closure145, A.selectedIdReducer_closure146, A.selectedIdReducer_closure147, A.selectedIdReducer_closure148, A.selectedIdReducer_closure149, A.selectedIdReducer_closure150, A.selectedIdReducer_closure151, A.selectedIdReducer_closure152, A.selectedIdReducer_closure153, A.selectedIdReducer_closure154, A.selectedIdReducer_closure155, A.selectedIdReducer_closure156, A.selectedIdReducer_closure157, A.selectedIdReducer_closure158, A.selectedIdReducer_closure159, A.editingReducer_closure45, A.editingReducer_closure46, A.editingReducer_closure47, A.editingReducer_closure48, A.filteredUsersSelector_closure0, A.userList_closure0, A.forceSelectedReducer_closure31, A.forceSelectedReducer_closure32, A.forceSelectedReducer_closure33, A.forceSelectedReducer_closure34, A.forceSelectedReducer_closure35, A.forceSelectedReducer_closure36, A.forceSelectedReducer_closure37, A.forceSelectedReducer_closure38, A.tabIndexReducer_closure7, A.tabIndexReducer_closure8, A.saveCompleterReducer_closure0, A.cancelCompleterReducer_closure0, A.selectedIdReducer_closure64, A.selectedIdReducer_closure65, A.selectedIdReducer_closure66, A.selectedIdReducer_closure67, A.selectedIdReducer_closure68, A.selectedIdReducer_closure69, A.selectedIdReducer_closure70, A.selectedIdReducer_closure71, A.selectedIdReducer_closure72, A.selectedIdReducer_closure73, A.selectedIdReducer_closure74, A.selectedIdReducer_closure75, A.selectedIdReducer_closure76, A.selectedIdReducer_closure77, A.selectedIdReducer_closure78, A.editingReducer_closure24, A.editingReducer_closure25, A.editingReducer_closure26, A.editingReducer_closure27, A.dropdownVendorsSelector_closure0, A.filteredVendorsSelector_closure0, A.memoizedVendorStatsForUser_closure, A.vendorStatsForUser_closure, A.forceSelectedReducer_closure111, A.forceSelectedReducer_closure112, A.forceSelectedReducer_closure113, A.forceSelectedReducer_closure114, A.forceSelectedReducer_closure115, A.forceSelectedReducer_closure116, A.forceSelectedReducer_closure117, A.forceSelectedReducer_closure118, A.selectedIdReducer_closure222, A.selectedIdReducer_closure223, A.selectedIdReducer_closure224, A.selectedIdReducer_closure225, A.selectedIdReducer_closure226, A.selectedIdReducer_closure227, A.selectedIdReducer_closure228, A.selectedIdReducer_closure229, A.selectedIdReducer_closure230, A.selectedIdReducer_closure231, A.selectedIdReducer_closure232, A.selectedIdReducer_closure233, A.selectedIdReducer_closure234, A.selectedIdReducer_closure235, A.selectedIdReducer_closure236, A.editingReducer_closure72, A.editingReducer_closure73, A.editingReducer_closure74, A.editingReducer_closure75, A.filteredWebhooksSelector_closure0, A.FieldGrid_build_closure, A.FieldGrid_build_closure0, A._AppBottomBarState_build___closure7, A._AppBottomBarState_build___closure5, A._AppBottomBarState_build___closure, A._AppBottomBarState_build_closure, A.CustomFieldSelector_build_closure, A.ConfirmEmail_build__closure, A.ConfirmEmailBuilder_build_closure, A.MultiSelectListState_build_closure1, A.MultiSelectListState_build_closure5, A.DocumentGrid_build_closure1, A.DocumentTile_build___closure, A.DocumentPreview_build_closure0, A.EditScaffold_build_closure1, A._EntityListTileState_build_closure, A._EntityDropdownState__showOptions__closure, A._EntityDropdownState_build__closure4, A._EntityDropdownDialogState_build__createList_closure0, A.EntityTopFilter_build_closure5, A.EntityTopFilterHeader_build_closure3, A.AppToggleButtons_build_closure, A._CustomFieldState_build_closure0, A.ProjectPicker_build_closure, A._TimePickerState__showTimePicker_closure, A.VendorPicker_build_closure, A.HistoryDrawerBuilder_build_closure, A._InvoiceEmailViewState__buildHistory_closure, A.FilterListTile_build_closure, A.MainScreen_build_closure, A.MenuDrawerBuilder_build_closure, A._DropDownMultiSelectState_build_closure, A._SystemLogViewerState_build_closure2, A._SystemLogViewerState_build__closure0, A.AppPaginatedDataTableState_build_closure0, A.EntityDataTableSource_getRow_closure3, A._EntityListState_build__closure2, A._EntityListState_build__closure1, A._EntityListState_build___closure1, A._EntityListState_build_closure3, A._VariableGrid_build_closure, A._VariableGrid_build_closure0, A.ViewScaffold_build_closure5, A.InitScreen_build_closure, A.LoginScreen_build_closure, A.LoginVM_fromStore__closure4, A.LoginVM_fromStore__closure3, A.LoginVM_fromStore__closure1, A.LoginVM_fromStore__closure, A.ClientListItem_build_closure, A.ClientListItem_build__closure0, A.ClientListBuilder_build_closure, A.ClientListBuilder_build__closure, A._ClientPdfViewState_build_closure7, A._ClientPdfViewState_build_closure8, A.ClientPdfScreen_build_closure, A.ClientScreen_build_closure8, A.ClientScreen_build_closure5, A.ClientScreenBuilder_build_closure, A.ClientEditContactsScreen_build_closure, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure2, A.ClientEditScreen_build_closure, A._ClientViewActivityState_build_closure0, A._ClientViewActivityState_build_closure, A._ClientViewFullwidthState_build_closure, A._ClientViewLedgerState_build_closure1, A._ClientViewLedgerState_build_closure0, A.ClientViewScreen_build_closure, A.ClientViewVM_ClientViewVM$fromStore_closure0, A._CompanyGatewayListState_build_closure0, A.CompanyGatewayListBuilder_build_closure, A.CompanyGatewayListVM_fromStore_closure0, A.CompanyGatewayScreen_build_closure8, A.CompanyGatewayScreenBuilder_build_closure, A.CompanyGatewayEditScreen_build_closure, A.CompanyGatewayViewScreen_build_closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure0, A.CreditEmailScreen_build_closure, A.CreditListItem_build_closure, A.CreditListItem_build__closure0, A.CreditListBuilder_build_closure, A.CreditListBuilder_build__closure, A.CreditPdfScreen_build_closure, A.CreditScreen_build_closure8, A.CreditScreen_build_closure5, A.CreditScreenBuilder_build_closure, A._CreditEditState_build_closure0, A.CreditEditDetailsScreen_build_closure, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure1, A.CreditEditItemsScreen_build_closure, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure1, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure2, A.CreditEditNotesScreen_build_closure, A.CreditEditPDFScreen_build_closure, A.CreditEditScreen_build_closure, A.CreditViewScreen_build_closure, A.CreditViewVM_CreditViewVM$fromStore_closure1, A.DashboardActivity_build_closure0, A.DashboardActivity_build_closure, A._DashboardDateRangePickerState_build_closure2, A._DashboardDateRangePickerState_build_closure3, A._DashboardDateRangePickerState_build_closure6, A._DashboardDateRangePickerState_build_closure7, A.DashboardPanels__header_closure, A.DashboardPanels__paymentChart_closure0, A.DashboardPanels__quoteChart_closure0, A.DashboardPanels__taskChart_closure0, A.DashboardPanels__expenseChart_closure0, A.DashboardPanels_build__runningTasks__closure, A.DashboardPanels_build_closure, A.__DashboardPanelState_build__closure0, A.__DashboardPanelState_build__closure1, A.__DashboardPanelState_build__closure, A.__DashboardPanelState_build__closure2, A.__DashboardPanelState_build__closure4, A.__DashboardPanelState_build__closure5, A.__DashboardPanelState_build__closure3, A.__DashboardPanelState_build__closure6, A._InvoiceChart_build_closure0, A._CustomTabBarView_build_closure, A.DashboardScreenBuilder_build_closure, A.DashboardVM_fromStore_closure1, A.InvoiceSidebar_build_closure, A.InvoiceSidebar_build_closure0, A.InvoiceSidebar_build_closure1, A.InvoiceSidebar_build_closure2, A.InvoiceSidebar_build_closure3, A.InvoiceSidebar_build_closure4, A.PaymentSidebar_build_closure, A.PaymentSidebar_build_closure0, A.PaymentSidebar_build_closure1, A.PaymentSidebar_build_closure2, A.QuoteSidebar_build_closure, A.QuoteSidebar_build_closure0, A.QuoteSidebar_build_closure1, A.QuoteSidebar_build_closure2, A.QuoteSidebar_build_closure3, A.QuoteSidebar_build_closure4, A.TaskSidebar_build_closure, A.TaskSidebar_build_closure0, A.TaskSidebar_build_closure1, A.TaskSidebar_build_closure2, A.TaskSidebar_build_closure3, A.TaskSidebar_build_closure4, A.ExpenseSidbar_build_closure, A.ExpenseSidbar_build_closure0, A.ExpenseSidbar_build_closure1, A.ExpenseSidbar_build_closure2, A.DesignListBuilder_build_closure, A.DesignListBuilder_build__closure, A.DesignScreen_build_closure8, A.DesignScreen_build_closure5, A.DesignScreenBuilder_build_closure, A.DesignEditScreen_build_closure, A.DesignViewScreen_build_closure, A.DocumentListBuilder_build_closure, A.DocumentListBuilder_build__closure, A.DocumentScreen_build_closure8, A.DocumentScreen_build_closure5, A.DocumentScreenBuilder_build_closure, A.DocumentEditScreen_build_closure, A.DocumentViewScreen_build_closure, A._ExpenseEditState_build_closure0, A.ExpenseEditDetailsState_build_closure0, A.ExpenseEditDetailsState_build_closure5, A.ExpenseEditDetailsState_build_closure18, A.ExpenseEditDetailsState_build_closure21, A.ExpenseEditSettingsState_build_closure2, A.ExpenseEditScreen_build_closure, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure2, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure3, A.ExpenseListItem_build_closure, A.ExpenseListItem_build__closure0, A.ExpenseListBuilder_build_closure, A.ExpenseListBuilder_build__closure, A.ExpenseScreen_build_closure15, A.ExpenseScreen_build_closure14, A.ExpenseScreen_build_closure10, A.ExpenseScreen_build_closure11, A.ExpenseScreenBuilder_build_closure, A.ExpenseViewScreen_build_closure, A.ExpenseViewVM_ExpenseViewVM$fromStore_closure0, A.ExpenseCategoryEditScreen_build_closure, A.ExpenseCategoryListBuilder_build_closure, A.ExpenseCategoryListBuilder_build__closure, A.ExpenseCategoryScreen_build_closure8, A.ExpenseCategoryScreen_build_closure5, A.ExpenseCategoryScreenBuilder_build_closure, A.ExpenseCategoryViewScreen_build_closure, A.GroupEditScreen_build_closure, A.GroupListBuilder_build_closure, A.GroupListBuilder_build__closure, A.GroupSettingsScreen_build_closure4, A.GroupSettingsScreen_build_closure1, A.GroupScreenBuilder_build_closure, A.GroupViewScreen_build_closure, A.GroupViewVM_GroupViewVM$fromStore_closure0, A._InvoiceEditState_build_closure0, A.InvoiceEditContacts_build_closure, A.InvoiceEditContacts_build_closure1, A.InvoiceEditContactsScreen_build_closure, A.InvoiceEditDesktopState_build_closure7, A.InvoiceEditDesktopState_build_closure12, A.InvoiceEditDesktopState_build_closure14, A.InvoiceEditDesktopState_build_closure16, A.InvoiceEditDesktopState_build_closure23, A.InvoiceEditDesktopState_build__closure2, A.InvoiceEditDetailsState_build_closure7, A.InvoiceEditDetailsState_build_closure12, A.InvoiceEditDetailsState_build_closure14, A.InvoiceEditDetailsState_build_closure16, A.InvoiceEditDetailsState_build_closure26, A.InvoiceEditDetailsScreen_build_closure, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure1, A._InvoiceEditItemsDesktopState_build_closure2, A._InvoiceEditItemsDesktopState_build_closure3, A._InvoiceEditItemsDesktopState_build___closure14, A.InvoiceEditItemsScreen_build_closure, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure1, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure2, A.InvoiceEditNotesScreen_build_closure, A.InvoiceEditPDFScreen_build_closure, A.InvoiceEditScreen_build_closure, A._InvoiceItemSelectorState_build__productList_closure, A._InvoiceItemSelectorState_build__taskList_closure, A._InvoiceItemSelectorState_build__expenseList_closure, A.InvoiceEmailScreen_build_closure, A.InvoiceListItem_build_closure, A.InvoiceListItem_build__closure0, A.InvoiceListBuilder_build_closure, A.InvoiceListBuilder_build__closure, A.InvoicePdfScreen_build_closure, A.InvoiceScreen_build_closure17, A.InvoiceScreen_build_closure16, A.InvoiceScreen_build_closure12, A.InvoiceScreen_build_closure13, A.InvoiceScreenBuilder_build_closure, A._InvoiceViewActivityState_build_closure0, A._InvoiceViewActivityState_build_closure, A._InvoiceViewHistoryState_build_closure0, A._InvoiceViewHistoryState_build_closure1, A._InvoiceViewHistoryState_build_closure2, A.InvoiceOverview_build_surchargeRow, A.InvoiceOverview_build_closure3, A.InvoiceViewScreen_build_closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure1, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure3, A._PaymentEditState_build_closure6, A.PaymentEditScreen_build_closure, A.PaymentListItem_build_closure, A.PaymentListItem_build__closure0, A.PaymentListBuilder_build_closure, A.PaymentListBuilder_build__closure, A.PaymentScreen_build_closure8, A.PaymentScreen_build_closure5, A.PaymentScreenBuilder_build_closure, A._PaymentRefundState_build_closure0, A.PaymentRefundScreen_build_closure, A.PaymentRefundVM_PaymentRefundVM$fromStore_closure0, A.PaymentViewScreen_build_closure, A.PaymentTermEditScreen_build_closure, A.PaymentTermListBuilder_build_closure, A.PaymentTermListBuilder_build__closure, A.PaymentTermScreen_build_closure8, A.PaymentTermScreen_build_closure5, A.PaymentTermScreenBuilder_build_closure, A.PaymentTermViewScreen_build_closure, A.ProductEditScreen_build_closure, A.ProductListItem_build_closure, A.ProductListItem_build__closure0, A.ProductListBuilder_build_closure, A.ProductListBuilder_build__closure, A.ProductScreen_build_closure8, A.ProductScreen_build_closure5, A.ProductScreenBuilder_build_closure, A.ProductViewScreen_build_closure, A.ProductViewVM_ProductViewVM$fromStore_closure0, A._ProjectEditState_build__closure4, A.ProjectEditScreen_build_closure, A.ProjectEditVM_ProjectEditVM$fromStore_closure2, A.ProjectListItem_build_closure, A.ProjectListItem_build__closure0, A.ProjectListBuilder_build_closure, A.ProjectListBuilder_build__closure, A.ProjectScreen_build_closure8, A.ProjectScreen_build_closure5, A.ProjectScreenBuilder_build_closure, A.ProjectViewScreen_build_closure, A.ProjectViewVM_ProjectViewVM$fromStore_closure1, A._PurchaseOrderEditState_build_closure0, A.PurchaseOrderEditDetailsScreen_build_closure, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure1, A.PurchaseOrderEditItemsScreen_build_closure, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure1, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure2, A.PurchaseOrderEditNotesScreen_build_closure, A.PurchaseOrderEditPDFScreen_build_closure, A.PurchaseOrderEditScreen_build_closure, A.PurchaseOrderEmailScreen_build_closure, A.PurchaseOrderListItem_build_closure, A.PurchaseOrderListItem_build__closure0, A.PurchaseOrderListBuilder_build_closure, A.PurchaseOrderListBuilder_build__closure, A.PurchaseOrderPdfScreen_build_closure, A.PurchaseOrderScreen_build_closure14, A.PurchaseOrderScreen_build_closure13, A.PurchaseOrderScreen_build_closure9, A.PurchaseOrderScreen_build_closure10, A.PurchaseOrderScreenBuilder_build_closure, A.PurchaseOrderViewScreen_build_closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure1, A.QuoteEditDetailsScreen_build_closure, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure1, A.QuoteEditItemsScreen_build_closure, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure1, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure2, A.QuoteEditNotesScreen_build_closure, A.QuoteEditPDFScreen_build_closure, A.QuoteEditScreen_build_closure, A._QuoteEditState_build_closure0, A.QuoteEmailScreen_build_closure, A.QuoteListItem_build_closure, A.QuoteListItem_build__closure0, A.QuoteListBuilder_build_closure, A.QuoteListBuilder_build__closure, A.QuotePdfScreen_build_closure, A.QuoteScreen_build_closure15, A.QuoteScreen_build_closure14, A.QuoteScreen_build_closure10, A.QuoteScreen_build_closure11, A.QuoteScreenBuilder_build_closure, A.QuoteViewScreen_build_closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure1, A.RecurringExpenseEditScreen_build_closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure2, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure3, A.RecurringExpenseListItem_build_closure, A.RecurringExpenseListItem_build__closure0, A.RecurringExpenseListBuilder_build_closure, A.RecurringExpenseListBuilder_build__closure, A.RecurringExpenseScreen_build_closure8, A.RecurringExpenseScreen_build_closure5, A.RecurringExpenseScreenBuilder_build_closure, A.RecurringExpenseViewScreen_build_closure, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure0, A._RecurringInvoiceEditState_build_closure0, A.RecurringInvoiceEditDetailsScreen_build_closure, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure1, A.RecurringInvoiceEditItemsScreen_build_closure, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure1, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure2, A.RecurringInvoiceEditNotesScreen_build_closure, A.RecurringInvoiceEditPDFScreen_build_closure, A.RecurringInvoiceEditScreen_build_closure, A.RecurringInvoiceListItem_build_closure, A.RecurringInvoiceListItem_build__closure0, A.RecurringInvoiceListBuilder_build_closure, A.RecurringInvoiceListBuilder_build__closure, A.RecurringInvoicePdfScreen_build_closure, A.RecurringInvoiceScreen_build_closure14, A.RecurringInvoiceScreen_build_closure15, A.RecurringInvoiceScreen_build_closure11, A.RecurringInvoiceScreen_build_closure10, A.RecurringInvoiceScreenBuilder_build_closure, A.RecurringInvoiceViewScreen_build_closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure1, A.clientReport_closure2, A.contactReport_closure2, A.creditReport_closure2, A.documentReport__getRow, A.documentReport_closure1, A.documentReport_closure2, A.documentReport_closure3, A.documentReport_closure4, A.documentReport_closure6, A.expenseReport_closure2, A.lineItemReport_closure8, A.invoiceReport_closure2, A.taxReport_closure1, A.paymentReport_closure2, A.paymentTaxReport_closure1, A.productReport_closure2, A.profitAndLossReport_closure1, A.purchaseOrderReport_closure2, A.lineItemReport_closure2, A.quoteReport_closure2, A.recurringExpenseReport_closure2, A.recurringInvoiceReport_closure2, A.ReportCharts_build_closure, A.ReportCharts_build_closure1, A.ReportCharts_build_closure2, A.ReportCharts_build_closure4, A.ReportCharts_build_closure5, A.ReportCharts_build_closure7, A.ReportCharts_build_closure8, A.ReportsScreen_build_closure1, A.ReportsScreen_build_closure14, A.ReportsScreen_build_closure15, A.ReportsScreen_build_closure21, A._ReportDataTableState_initState_closure, A._ReportDataTableState_build_closure, A.TotalsDataTable_build_closure, A.ReportDataTableSource_getRow_closure, A.ReportResult_tableFilters__closure2, A.ReportResult_totalColumns_closure, A.ReportResult_totalRows_closure0, A.ReportResult_totalRows__closure0, A.ReportResult_totalRows_closure2, A.ReportsScreenBuilder_build_closure, A.ReportsScreenVM_fromStore_closure2, A.ReportsScreenVM_fromStore_closure3, A.ReportsScreenVM_fromStore_closure1, A.ReportsScreenVM_fromStore_closure, A.ReportsScreenVM_fromStore__closure3, A.calculateReportTotals_closure, A.taskReport_closure2, A._AccountOverview_build___closure0, A._AccountOverview_build___closure, A.AccountManagementScreen_build_closure, A.ClientPortalScreen_build_closure, A.CompanyDetailsScreen_build_closure, A.CompanyDetailsVM_fromStore_closure2, A.CompanyDetailsVM_fromStore_closure5, A.CreditCardsAndBanksScreen_build_closure, A.CustomFieldsScreen_build_closure, A.DataVisualizationsScreen_build_closure, A._DeviceSettingsState_build_closure6, A.DeviceSettingsScreen_build_closure, A.DeviceSettingsVM_fromStore_closure1, A.DeviceSettingsVM_fromStore_closure7, A.DeviceSettingsVM_fromStore_closure4, A.DeviceSettingsVM_fromStore_closure5, A.DeviceSettingsVM_fromStore_closure8, A.DeviceSettingsVM_fromStore_closure14, A.DeviceSettingsVM_fromStore_closure12, A.DeviceSettingsVM_fromStore_closure13, A.DeviceSettingsVM_fromStore_closure17, A.DeviceSettingsVM_fromStore_closure15, A.DeviceSettingsVM_fromStore_closure16, A.DeviceSettingsVM_fromStore_closure6, A.DeviceSettingsVM_fromStore_closure9, A.DeviceSettingsVM_fromStore_closure3, A.DeviceSettingsVM_fromStore_closure10, A.DeviceSettingsVM_fromStore_closure2, A.DeviceSettingsVM_fromStore_closure11, A.EmailSettingsScreen_build_closure, A.ExpenseSettingsScreen_build_closure, A._GeneratedNumbersState_build_closure4, A._GeneratedNumbersState_build_closure6, A._GeneratedNumbersState_build_closure7, A._GeneratedNumbersState_build_closure8, A._GeneratedNumbersState_build_closure9, A._GeneratedNumbersState_build_closure10, A._GeneratedNumbersState_build_closure11, A._GeneratedNumbersState_build_closure12, A._GeneratedNumbersState_build_closure13, A._GeneratedNumbersState_build_closure14, A._GeneratedNumbersState_build_closure15, A._GeneratedNumbersState_build_closure16, A._GeneratedNumbersState_build_closure17, A._GeneratedNumbersState_build_closure18, A.GeneratedNumbersScreen_build_closure, A._FieldMapper_build_closure, A.ImportExportScreen_build_closure, A.InvoiceDesignScreen_build_closure, A.InvoiceDesignVM_fromStore_closure0, A._LocalizationSettingsState_build_closure0, A._LocalizationSettingsState_build_closure8, A.LocalizationScreen_build_closure, A.PaymentsSettingsScreen_build_closure, A.ProductSettingsScreen_build_closure, A.SettingsListBuilder_build_closure, A.SettingsScreenBuilder_build_closure, A._SettingsWizardState__onSavePressed_closure0, A._SettingsWizardState_build_closure6, A.TaskSettingsScreen_build_closure, A.TaxSettingsScreen_build_closure, A._TemplatesAndRemindersState_build_closure6, A.TemplatesAndRemindersScreen_build_closure, A.TemplatesAndRemindersVM_fromStore_closure1, A._UserDetailsState_build_closure11, A.UserDetailsScreen_build_closure, A.UserDetailsVM_fromStore___closure1, A.UserDetailsVM_fromStore___closure0, A.UserDetailsVM_fromStore___closure, A.UserDetailsVM_fromStore___closure5, A.UserDetailsVM_fromStore__closure5, A.UserDetailsVM_fromStore___closure6, A.UserDetailsVM_fromStore___closure2, A.UserDetailsVM_fromStore__closure3, A.UserDetailsVM_fromStore___closure3, A.UserDetailsVM_fromStore____closure5, A.WorkflowSettingsScreen_build_closure, A.SubscriptionEditScreen_build_closure, A.SubscriptionListBuilder_build_closure, A.SubscriptionListBuilder_build__closure, A.SubscriptionScreen_build_closure8, A.SubscriptionScreen_build_closure5, A.SubscriptionScreenBuilder_build_closure, A.SubscriptionViewScreen_build_closure, A._UpdateDialogState_updateApp_closure, A._TaskEditState_build_closure0, A._TaskEditDesktopState_build_closure7, A._TaskEditDesktopState_build_closure9, A.TaskEditDetailsScreen_build_closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure2, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure1, A.TimeEditDetailsState_build_closure, A.TimeEditDetailsState_build_closure2, A.TaskEditTimesScreen_build_closure, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure1, A.TaskEditScreen_build_closure, A.KanbanViewState__initBoard_closure0, A.KanbanViewState__initBoard__closure, A.KanbanViewState_build__closure5, A.KanbanViewState_build__closure, A.KanbanViewState_build__closure1, A.KanbanViewState_build___closure1, A._KanbanViewBuilderState_build_closure, A.TaskListItem_build_closure0, A.TaskListItem_build__closure0, A.TaskListBuilder_build_closure, A.TaskListBuilder_build__closure, A.TaskScreen_build_closure15, A.TaskScreen_build_closure14, A.TaskScreen_build_closure11, A.TaskScreen_build_closure10, A.TaskScreenBuilder_build_closure, A.TaskViewScreen_build_closure, A.TaskViewVM_TaskViewVM$fromStore_closure2, A.TaskStatusEditScreen_build_closure, A.TaskStatusListBuilder_build_closure, A.TaskStatusListBuilder_build__closure, A.TaskStatusScreen_build_closure8, A.TaskStatusScreen_build_closure5, A.TaskStatusScreenBuilder_build_closure, A.TaskStatusViewScreen_build_closure, A.TaxRateEditScreen_build_closure, A.TaxRateListBuilder_build_closure, A.TaxRateListBuilder_build__closure, A.TaxRateSettingsScreen_build_closure4, A.TaxRateSettingsScreen_build_closure1, A.TaxRateScreenBuilder_build_closure, A.TaxRateViewScreen_build_closure, A.TokenEditScreen_build_closure, A.TokenEditVM_TokenEditVM$fromStore___closure, A.TokenListBuilder_build_closure, A.TokenListBuilder_build__closure, A.TokenScreen_build_closure8, A.TokenScreen_build_closure5, A.TokenScreenBuilder_build_closure, A.TokenViewScreen_build_closure, A._UserEditState_build_closure2, A.UserEditScreen_build_closure, A.UserEditVM_UserEditVM$fromStore___closure, A.UserListBuilder_build_closure, A.UserListBuilder_build__closure, A.UserScreen_build_closure8, A.UserScreen_build_closure5, A.UserScreenBuilder_build_closure, A.UserViewScreen_build_closure, A.VendorEditContactsScreen_build_closure, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure2, A.VendorEditScreen_build_closure, A.VendorListItem_build_closure, A.VendorListItem_build__closure0, A.VendorListBuilder_build_closure, A.VendorListBuilder_build__closure, A.VendorScreen_build_closure8, A.VendorScreen_build_closure5, A.VendorScreenBuilder_build_closure, A._VendorViewFullwidthState_build_closure, A.VendorViewScreen_build_closure, A.VendorViewVM_VendorViewVM$fromStore_closure1, A.WebhookEditScreen_build_closure, A.WebhookViewScreen_build_closure, A.WebhookListBuilder_build_closure, A.WebhookListBuilder_build__closure, A.WebhookScreen_build_closure8, A.WebhookScreen_build_closure5, A.WebhookScreenBuilder_build_closure, A.passwordCallback_closure1, A.passwordCallback_closure2, A._ExampleEditorState__showImageToolbar__closure, A.memo2_closure, A.RenderOverflowView_performFlexibleLayout_closure, A.RenderOverflowView_paint_defaultPaint, A.RenderOverflowView_hitTestChildren__closure, A.OverflowView$_all_closure, A.decodePermissionRequestResult_closure, A.PdfPreviewCustomState__createPreview_closure, A._QrImageViewState_build_closure, A.hashObjects_closure0, A.combineReducers_closure, A.RoundedLoadingButtonState_build_closure, A.Subject_addStream_closure1, A.RouteObserverBreadcrumb__formatArgs_closure, A.Highlighter__collateLines_closure0, A.ReactiveModelBase__streamSubscription_closure1, A.OnX_listenTo_closure, A.OnX_listenTo__closure2, A.On_On_closure, A.On_On$or_closure, A.CommonEditorOperations_deleteUpstream_closure, A.CommonEditorOperations_deleteUpstream_closure0, A.CommonEditorOperations__replaceBlockNodeWithEmptyParagraphAndCollapsedSelection_closure, A.CommonEditorOperations_convertParagraphByPatternMatching_closure, A.CommonEditorOperations_convertParagraphByPatternMatching_closure0, A.CommonEditorOperations_convertParagraphByPatternMatching_closure1, A.CommonEditorOperations_convertParagraphByPatternMatching_closure2, A.CommonEditorOperations_convertParagraphByPatternMatching_closure3, A.CommonEditorOperations__processUrlNode_closure, A.CommonEditorOperations_insertBlockLevelNewline_closure, A.CommonEditorOperations_insertBlockLevelNewline_closure0, A.CommonEditorOperations_convertToListItem_closure, A.CommonEditorOperations_convertToBlockquote_closure, A.CommonEditorOperations_convertToParagraph_closure, A._DocumentMouseInteractorState__buildCursorStyle_closure, A._SingleColumnDocumentLayoutState__buildDocComponents_closure, A._SingleColumnDocumentLayoutState__buildDocComponents_closure0, A.defaultStylesheet_closure, A.defaultStylesheet_closure0, A.defaultStylesheet_closure1, A.defaultStylesheet_closure2, A.defaultStylesheet_closure3, A.defaultStylesheet_closure4, A.defaultStylesheet_closure5, A.defaultStylesheet_closure6, A.defaultStylesheet_closure7, A.defaultStylesheet_closure8, A.defaultStylesheet_closure9, A.ListenableBuilder_build_closure, A.SuperTextState_build_closure, A.SuperTextState_build_closure0]); _inheritMany(A._Enum, [A.BrowserEngine, A.OperatingSystem, A.MutatorType, A._ParagraphCommandType, A.PersistedSurfaceState, A.DebugEngineInitializationState, A._CheckableKind, A.Role, A.AccessibilityMode, A.GestureMode, A.EnabledState, A.LineCharProperty, A.LineBreakType, A._ComparisonResult, A.WordCharProperty, A.TextCapitalization, A.TransformKind, A.ClipOp, A.PathFillType, A.KeyEventType, A.StrokeCap, A.StrokeJoin, A.PaintingStyle, A.BlendMode, A.Clip, A.BlurStyle, A.FilterQuality, A.ImageByteFormat, A.PixelFormat, A.AppLifecycleState, A.PointerChange, A.PointerDeviceKind, A.PointerSignalKind, A.FontStyle, A.PlaceholderAlignment, A.TextAlign, A.TextBaseline, A.TextDecorationStyle, A.TextLeadingDistribution, A.TextDirection, A.TextAffinity, A.BoxHeightStyle, A.BoxWidthStyle, A.TileMode, A.Brightness, A.SpanMarkerType, A.AttributionVisitEvent, A.ImageRenderMethodForWeb, A.BarGroupingType, A.AxisOrientation, A._PixelVerticalDirection, A.RangeBandType, A.StepSizeType, A.TickLabelAnchor, A.TickLabelJustification, A.CalendarField, A.BehaviorPosition, A.OutsideJustification, A.InsideJustification, A.LegendTapHandling, A.LegendDefaultMeasure, A.LinePointHighlighterFollowLineType, A.SelectionMode, A.SelectionTrigger, A.FillPatternType, A.SelectionModelType, A.LayoutPosition, A.TextDirection0, A.MaxWidthStrategy, A.GestureType, A._HorizontalJustification, A.MessageLevel, A.FileType, A.AnimationStatus, A._AnimationDirection, A.AnimationBehavior, A._TrainHoppingMode, A.DiagnosticLevel, A.DiagnosticsTreeStyle, A._WordWrapParseMode, A._LicenseEntryWithLineBreaksParserState, A.TargetPlatform, A.GestureDisposition, A._ForceState, A._DragState, A.DragStartBehavior, A.GestureRecognizerState, A._ScaleState, A._ActionLevel, A._LayoutMode, A._Focus, A.ThemeMode, A._CornerId, A.ButtonTextTheme, A.ButtonBarLayoutBehavior, A.DatePickerEntryMode, A.DatePickerMode, A.DrawerAlignment, A._FloatingActionButtonType, A._HighlightType, A.FloatingLabelBehavior, A._DecorationSlot, A.ListTileStyle, A.ListTileControlAffinity, A._ListTileSlot, A.MaterialType, A.MaterialState, A.PopupMenuPosition, A._ActivityIndicatorType, A._RefreshIndicatorMode, A.RefreshIndicatorTriggerMode, A._ScaffoldSlot, A.SnackBarClosedReason, A._SwitchType, A._SwitchListTileType, A.MaterialTapTargetSize, A.DayPeriod, A.TimeOfDayFormat, A.HourFormat, A._TimePickerMode, A.TimePickerEntryMode, A.TooltipTriggerMode, A.ScriptCategory, A.RenderComparison, A.Axis0, A.VerticalDirection, A.AxisDirection, A.BorderStyle, A.BoxShape, A.BoxFit, A.ImageRepeat, A.TextOverflow, A.TextWidthBasis, A.SpringType, A.RenderAnimatedSizeState, A._IntrinsicDimension, A.FlexFit, A.MainAxisSize, A.MainAxisAlignment, A.CrossAxisAlignment, A.PlatformViewHitTestBehavior, A.HitTestBehavior, A.DecorationPosition, A.GrowthDirection, A.StackFit, A.TableCellVerticalAlignment, A.CacheExtentStyle, A.ScrollDirection, A.WrapAlignment, A.WrapCrossAlignment, A.SchedulerPhase, A.DebugSemanticsDumpOrder, A.KeyDataTransitMode, A.KeyboardSide, A.ModifierKey, A.SystemSoundType, A.MaxLengthEnforcement, A.SmartDashesType, A.SmartQuotesType, A.TextInputAction, A.TextCapitalization0, A.FloatingCursorDragState, A.SelectionChangedCause, A.CrossFadeState, A.ConnectionState, A.AutofillContextAction, A.KeyEventResult, A.UnfocusDisposition, A.FocusHighlightMode, A.FocusHighlightStrategy, A.TraversalDirection, A.AutovalidateMode, A._StateLifecycle, A._ElementLifecycle, A.HeroFlightDirection, A._GestureType, A.Orientation, A.NavigationMode, A._ToolbarSlot, A.RoutePopDisposition, A._RouteLifecycle, A._RouteRestorationType, A.OverflowBarAlignment, A._GlowState, A._StretchState, A.AndroidOverscrollIndicator, A.ScrollPositionAlignmentPolicy, A.ScrollViewKeyboardDismissBehavior, A.ScrollIncrementType, A.ScrollbarOrientation, A.TextSelectionHandleType, A.ActionPaneType, A.GestureDirection, A.StyledToastAnimation, A.SignInOption, A.CropAspectRatioPreset, A.CropStyle, A.ImageCompressFormat, A.CameraDevice, A.ImageSource, A.PluralCase, A.ClientReportFields, A.ContactReportFields, A.CreditReportFields, A.DocumentReportFields, A.ExpenseReportFields, A.InvoiceItemReportFields, A.InvoiceReportFields, A.TaxRateReportFields0, A.PaymentReportFields, A.TaxRateReportFields, A.ProductReportFields, A.ProfitAndLossReportFields, A.PurchaseOrderReportFields, A.QuoteItemReportFields, A.QuoteReportFields, A.RecurringExpenseReportFields, A.RecurringInvoiceReportFields, A.ReportColumnType, A.TaskReportFields, A.UpdateState, A.FormatNumberType, A._TextType, A.AnimationDirection, A._PlaceholderType, A.OverflowViewLayoutBehavior, A.PermissionStatus0, A.QrCodeElement, A.FinderPatternPosition, A.QrEyeShape, A.QrDataModuleShape, A.QrValidationStatus, A.ButtonState, A._MissingCase, A.SelectionType, A.SelectionType0, A._DragMode, A.ExecutionInstruction, A.ListItemType, A.DocumentInputSource, A.DocumentGestureMode, A.ViewportEdge, A.HandleType]); _inherit(A.CanvasPool, A._SaveStackTracking); _inherit(A.RecordingCkCanvas, A.CkCanvas); @@ -487952,7 +487986,7 @@ typeUniverse: {eC: new Map(), tR: {}, eT: {}, tPV: {}, sEA: []}, mangledGlobalNames: {int: "int", double: "double", num: "num", String: "String", bool: "bool", Null: "Null", List: "List"}, mangledNames: {}, - types: ["~()", "Null()", "ListUIStateBuilder*(ListUIStateBuilder*)", "Null(Object*)", "Null(Store*,@,@(@)*)", "@(String*)", "InvoiceEntityBuilder*(InvoiceEntityBuilder*)", "Null(@)", "double(double)", "@()", "@(bool*)", "Null(String*)", "@(@)", "SettingsEntityBuilder*(SettingsEntityBuilder*)", "Null(BuildContext*)", "String*(String*)", "bool*(String*)", "Future*(BuildContext*)", "bool()", "int*(String*,String*)", "Null(bool*)", "~(Duration)", "bool*()", "CompanyEntityBuilder*(CompanyEntityBuilder*)", "ErrorDialog*(BuildContext*)", "String*(@)", "Future*()", "Null(EntityState*,bool*)", "Future*(Store*,@,@(@)*)", "ExpenseEntityBuilder*(ExpenseEntityBuilder*)", "~(BuildContext*)", "Future<~>*()", "~(TextEditingController*)", "Null(SelectableEntity*)", "Null(List*)", "Future*()", "~(Object?)", "Null(Duration*)", "~(bool*)", "String*(BaseEntity*)", "ListBuilder*()", "~(AnimationStatus)", "Null(String*,String*)", "DropdownMenuItem*(String*)", "bool*(Route<@>*)", "bool(SpanMarker)", "PaymentEntityBuilder*(PaymentEntityBuilder*)", "PluralCase()", "ClientEntityBuilder*(ClientEntityBuilder*)", "TaskEntityBuilder*(TaskEntityBuilder*)", "String*(String*,SelectCompany*)", "String*(String*,PreviewEntity*)", "Null(String*,InvoiceEntity*)", "@(BuildContext*)", "ExecutionInstruction({editContext!EditContext,keyEvent!RawKeyEvent})", "String*(String*,ClearEntityFilter*)", "Null(String*,bool*)", "bool(String)", "InvoiceItemEntityBuilder*(InvoiceItemEntityBuilder*)", "~(BuildContext*,EntityAction*)", "CompanyGatewayEntityBuilder*(CompanyGatewayEntityBuilder*)", "bool*(InvoiceItemEntity*)", "Null(InvoiceEntity*)", "@(SelectableEntity*)", "String(String,Node)", "String()", "~(String*)", "InvoiceStatusEntityBuilder*(InvoiceStatusEntityBuilder*)", "InvoiceEntity*(String*)", "bool(BoxHitTestResult,Offset)", "~(DragUpdateDetails)", "Null(TextEditingController*)", "Null(DocumentEntity*)", "~(Event)", "SubscriptionEntityBuilder*(SubscriptionEntityBuilder*)", "Widget(BuildContext)", "~(bool)", "bool*(bool*,UpdateUserPreferences*)", "UserEntityBuilder*(UserEntityBuilder*)", "ListDivider*(BuildContext*,int*)", "String*(String*,FilterByEntity*)", "int*(List*,List*)", "Null(Event)", "~(DragStartDetails)", "@(int*,String*)", "~(@)", "~(int)", "SettingsUIStateBuilder*(SettingsUIStateBuilder*)", "EntityStats*(String*,BuiltMap*)", "String*(String*,@)", "Null(~)", "~(TapDownDetails)", "double(RenderBox)", "Null(BuildContext*,MultipartFile*)", "@(TaxRateEntity*)", "~(PaintingContext,Offset)", "~(PointerEvent)", "Null(BuildContext*,DocumentEntity*,String*,String*)", "~(TapUpDetails)", "Future?(Object*)", "~(Element0)", "Null(List*)", "VendorEntityBuilder*(VendorEntityBuilder*)", "Future<~>()", "int*(int*,PreviewEntity*)", "Null(String*,ExpenseEntity*)", "UserCompanyEntityBuilder*(UserCompanyEntityBuilder*)", "~(DragEndDetails)", "~(RenderObject)", "String(String)", "Null(int*)", "StatelessWidget*(BuildContext*,BoxConstraints*)", "String(Match)", "bool(Object?)", "~(String)", "Color(Set)", "Null(BuildContext*,Completer*)", "Null(EntityStatus*,bool*)", "InvoiceEntity*(@)", "~(Document2,DocumentEditorTransaction)", "Widget*()", "@(CompanyEntity*)", "Null(Object,StackTrace)", "bool(@)", "~(@,@)", "UserStateBuilder*(UserStateBuilder*)", "Palette()", "Map(Document2,DocumentNode)", "~(Object,StackTrace)", "int(int)", "String*()", "Null(TaxRateEntity*)", "List()", "~(String,@)", "ListBuilder*()", "~(RestorableProperty,~())", "@(InvoiceEntity*)", "bool(FocusNode)", "Null(String*,TaskEntity*)", "Widget*(BuildContext*,int*)", "bool*(ClientContactEntity*)", "~(ByteData?)", "Null(int*,int*)", "String*(InvoiceEntityBuilder*)", "InvoiceEntity*(InvoiceEntity*,@)", "Null(BaseEntity*)", "Null(ExpenseEntity*)", "AuthStateBuilder*(AuthStateBuilder*)", "@(MultipartFile*)", "EntityStats*(String*,BuiltMap*)", "Null(PaymentEntity*)", "DashboardUISettingsBuilder*(DashboardUISettingsBuilder*)", "String*(String*,ClearEntitySelection*)", "@(DocumentEntity*,String*,String*)", "Null(DesignEntity*)", "~(LayoutView)", "Null(SettingsEntity*)", "bool*(BaseEntity*)", "Null(List*)", "bool*(InvoiceEntity*)", "Null(BuildContext*[EntityAction*])", "PurchaseOrderStateBuilder*(PurchaseOrderStateBuilder*)", "TaskStatusEntityBuilder*(TaskStatusEntityBuilder*)", "ProjectEntityBuilder*(ProjectEntityBuilder*)", "ProductEntityBuilder*(ProductEntityBuilder*)", "SimpleDialog*(BuildContext*)", "~(SelectableEntity*)", "AlertDialog*(BuildContext*)", "~(ForcePressDetails)", "bool(ScrollNotification)", "int()", "Object?(@)", "Widget(BuildContext,int)", "~(String,String)", "ScrollableListView*(BuildContext*)", "bool(FlutterHtmlKeyboardEvent)", "DropdownMenuItem*(int*)", "~(ProgressEvent)", "TaxRateStateBuilder*(TaxRateStateBuilder*)", "bool*(VendorContactEntity*)", "bool(int)", "Null(TaskTime*)", "MapBuilder*()", "ListBuilder*()", "CompanyGatewayStateBuilder*(CompanyGatewayStateBuilder*)", "TaskEntity*(String*)", "double*(double*)", "bool(_RouteEntry?)", "GroupStateBuilder*(GroupStateBuilder*)", "@(int*)", "String*(PaymentableEntity*)", "Null(EntityType*)", "InvitationEntity*(ClientContactEntity*)", "~(Object*)", "Color0(int?)", "FeesAndLimitsSettingsBuilder*(FeesAndLimitsSettingsBuilder*)", "Null(UserEntity*)", "Null(@,@)", "Null(Completer*)", "Null(TaskEntity*)", "Null(InvoiceStateBuilder*)", "double(RenderBox,double)", "~(PointerExitEvent)", "List*()", "bool(Node)", "bool*(PaymentableEntity*)", "Color?(Set)", "Widget(BuildContext,Widget?)", "double*()", "Column*(BuildContext*)", "Null(TaskStateBuilder*)", "ExpenseEntity*(String*)", "Null(String*,PaymentEntity*)", "@(List*)", "QuoteStateBuilder*(QuoteStateBuilder*)", "bool(InlineSpan)", "bool*(TaskTime*)", "WebhookEntityBuilder*(WebhookEntityBuilder*)", "Future()", "Null(LoginResponse*)", "PaymentEntity*(String*)", "@(Event)", "Null(ProductEntity*)", "MapBuilder*(MapBuilder*)", "Null(Completer*,String*)", "Future*(BuildContext*,bool*)", "Null(BuildContext*,bool*)", "int(_Codes)", "PaymentTermStateBuilder*(PaymentTermStateBuilder*)", "MapBuilder*()", "Null(InvoiceItemEntity*)", "Null(RecurringExpenseStateBuilder*)", "Null(RecurringInvoiceStateBuilder*)", "Null(BuiltList*)", "Future>(Map)", "DocumentStateBuilder*(DocumentStateBuilder*)", "Null(List*)", "bool(GestureListener)", "int(FocusNode,FocusNode)", "~(String,NumericAxis)", "bool(Element0)", "~(PointerDownEvent)", "ProductEntity*(String*)", "Null(ProjectEntity*)", "InvoiceItemSelector*(BuildContext*)", "BaseEntity*(InvoiceItemEntity*)", "Null(List*[String*,String*])", "~(SpanMarker)", "Uint8List*(PdfPageFormat*)", "Null(InvoiceItemEntity*,int*)", "Null(VendorEntity*)", "Null(List*,String*,String*)", "Null(BuildContext*[int*])", "Null(BuildContext*,InvoiceEntity*[String*])", "~(Object?,Object?)", "AppStateBuilder*(AppStateBuilder*)", "~(LongPressStartDetails)", "~(LongPressMoveUpdateDetails)", "Null(List*)", "ExpenseStatusEntityBuilder*(ExpenseStatusEntityBuilder*)", "~(String?)", "@(DesignEntity*)", "Null(EntityAction*)", "Null(PaymentableEntity*)", "Null(String*,ClientEntity*)", "Null(TaskStatusEntity*)", "~(PointerEnterEvent)", "Null(GroupEntity*)", "TaxRateEntity*(String*)", "ListTile*(String*)", "TextStyle(Set)", "bool*(EntityType*)", "~(DateTime)", "Widget(BuildContext,BoxConstraints)", "TaskListItem*(BuildContext*,int*)", "InkWell*(BuildContext*)", "int(Object?)", "MessageDialog*(BuildContext*)", "Color(Color)", "ClientEntity*(String*)", "Null(ClientEntity*)", "~(int,int)", "ClientStateBuilder*(ClientStateBuilder*)", "KeyEventResult(FocusNode,RawKeyEvent)", "ProjectEntity*(String*)", "CompanyGatewayEntity*(String*)", "Null(CompanyGatewayEntity*)", "MaterialStateProperty?(ButtonStyle?)", "DateTime()", "CreditStateBuilder*(CreditStateBuilder*)", "String*(InvitationEntity*)", "ProductStateBuilder*(ProductStateBuilder*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*)", "List*(BuiltMap*,BuiltMap*)", "int*(InvoiceEntity*,InvoiceEntity*)", "DesignEntity*(String*)", "Null(PointerEvent0)", "DesignStateBuilder*(DesignStateBuilder*)", "ColorTween(@)", "ExpenseStateBuilder*(ExpenseStateBuilder*)", "Null(ExpenseCategoryEntity*)", "ExpenseCategoryEntityBuilder*(ExpenseCategoryEntityBuilder*)", "ExpenseCategoryStateBuilder*(ExpenseCategoryStateBuilder*)", "InvoiceStateBuilder*(InvoiceStateBuilder*)", "Null(List*)", "Future()", "PaymentStateBuilder*(PaymentStateBuilder*)", "Null(PaymentTermEntity*)", "ExpenseEntity*(ExpenseEntity*,@)", "ProjectStateBuilder*(ProjectStateBuilder*)", "RecurringExpenseStateBuilder*(RecurringExpenseStateBuilder*)", "RecurringInvoiceStateBuilder*(RecurringInvoiceStateBuilder*)", "Null(SubscriptionEntity*)", "_TextBoundary(DirectionalTextEditingIntent)", "bool(MapEntry>>)", "bool(_RouteEntry)", "DropdownMenuItem*(MapEntry*)", "String*(ProfitAndLossReportFields*)", "bool*(@)", "String(int)", "ActivityListTile*(BuildContext*,int*)", "double*(ChartMoneyData*,int*)", "AppTextButton*(BuildContext*)", "String*(TaxRateReportFields*)", "~(PanGestureRecognizer)", "PanGestureRecognizer()", "~(PointerExitEvent*)", "double(double,double)", "Future*(String*)", "String*(TaxRateReportFields0*)", "@(Completer*)", "Future>(Map)", "Null(BuildContext*,InvoiceEntity*,ClientEntity*)", "Offset()", "CustomFieldSelector*(BuildContext*)", "Null(BuildContext*,EmailTemplate*,String*,String*)", "bool(InheritedElement)", "GridView*(BuildContext*,BoxConstraints*)", "WebhookStateBuilder*(WebhookStateBuilder*)", "Null(WebhookEntity*)", "Null(DateTime*)", "~(MouseEvent)", "@(String*,bool*)", "VendorStateBuilder*(VendorStateBuilder*)", "ClientContactEntityBuilder*(ClientContactEntityBuilder*)", "Future<@>(MethodCall0)", "~(NavigatorObserver)", "int(@,@)", "MapBuilder*(MapBuilder*)", "TokenStateBuilder*(TokenStateBuilder*)", "Null(TokenEntity*)", "TaskStatusStateBuilder*(TaskStatusStateBuilder*)", "DropdownMenuItem*(DateRange*)", "Null(TaskStatusStateBuilder*)", "Null(TouchEvent)", "DocumentLayout()", "EntityStats*(String*,BuiltMap*)", "TaskStateBuilder*(TaskStateBuilder*)", "Future()", "ListBuilder*()", "~({curve:Curve,descendant:RenderObject?,duration:Duration,rect:Rect?})", "int(RenderObject,RenderObject)", "SubscriptionStateBuilder*(SubscriptionStateBuilder*)", "@([String*,String*])", "Null(SubscriptionStateBuilder*)", "Null(List*)", "~(Codec)", "SubscriptionEntity*(String*)", "ReportsUIStateBuilder*(ReportsUIStateBuilder*)", "Null(QuoteStateBuilder*)", "Null(PurchaseOrderStateBuilder*)", "TaskStatusEntity*(String*)", "Null(List*)", "Null(ProjectStateBuilder*)", "Null(List*)", "Null(ProductStateBuilder*)", "~(SliverConstraints)", "Null(List*)", "~(List)", "Null(TaxRateStateBuilder*)", "bool(SemanticsNode)", "TokenEntity*(String*)", "Null(List*)", "Null(List*)", "Null(TokenStateBuilder*)", "Object?(Object?)", "Null(PaymentTermStateBuilder*)", "ListBuilder*(ListBuilder*)", "Null(List*)", "int(SemanticsNode,SemanticsNode)", "Rect()", "Null(UserStateBuilder*)", "List*(BuiltMap*)", "VendorEntity*(String*)", "Null(List*)", "PaymentTermEntity*(String*)", "Null(VendorStateBuilder*)", "Null(PaymentStateBuilder*)", "WebhookEntity*(String*)", "Null(List*)", "Null(GroupStateBuilder*)", "Null(MouseEvent)", "Null(WebhookStateBuilder*)", "GroupEntityBuilder*(GroupEntityBuilder*)", "Null(List*)", "GroupEntity*(String*)", "Null(ExpenseCategoryStateBuilder*)", "bool(FocusableActionDetector)", "Null(List*)", "Future<~>(bool)", "ExpenseCategoryEntity*(String*)", "Null(ExpenseStateBuilder*)", "List*>*(BuildContext*)", "bool*(EntityAction*)", "OutlinedButton*(EntityAction*)", "PopupMenuButton*(BuildContext*,int*)", "List*>*(BuildContext*)", "PopupMenuItem*(EntityAction*)", "~(PointerEnterEvent*)", "Tween(@)", "DecoratedFormField*(BuildContext*,TextEditingController*,FocusNode*,~()*)", "String?(String?)", "Null(List*)", "Null(DesignStateBuilder*)", "IconButton*(BuildContext*)", "EdgeInsetsGeometryTween(@)", "Null(List*)", "int*(TaskEntity*,TaskEntity*)", "bool(String?)", "~(Timer*)", "Null(int*,bool*)", "~(PointerSignalEvent)", "UserEntity*(String*)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*)", "BaseEntity*(String*)", "~(LongPressEndDetails)", "Null(CreditStateBuilder*)", "~(bool?)", "~(Object,String)", "bool(Node0)", "Set()", "bool(DataRow)", "MouseCursor0(Set)", "MaterialStateProperty?(ButtonStyle?)", "Null(Store*)", "Null(CompanyGatewayStateBuilder*)", "ClientContactEntity*()", "Null(bool)", "~(ImageStreamListener)", "Null(List*)", "DesignEntityBuilder*(DesignEntityBuilder*)", "bool*(ActivityEntity*)", "InvitationEntity*(VendorContactEntity*)", "int(int,int)", "bool*(PaymentEntity*)", "InvoiceListItem*(BuildContext*,int*)", "QuoteListItem*(BuildContext*,int*)", "ExpenseListItem*(BuildContext*,int*)", "bool*(InvitationEntity*)", "double()", "@(double*)", "String*(PurchaseOrderReportFields*)", "Null(ClientStateBuilder*)", "DropdownMenuItem*(int*)", "Null(List*)", "bool(Point)", "~(TaxRateEntity*)", "PaymentableEntityBuilder*(PaymentableEntityBuilder*)", "String*(ClientReportFields*)", "String*(ContactReportFields*)", "String*(CreditReportFields*)", "String*(DocumentReportFields*)", "String*(ExpenseReportFields*)", "String*(InvoiceItemReportFields*)", "String*(InvoiceReportFields*)", "bool(KeyData)", "String*(PaymentReportFields*)", "Null(@,StackTrace)", "String*(ProductReportFields*)", "Future()", "String*(QuoteItemReportFields*)", "String*(QuoteReportFields*)", "String*(RecurringExpenseReportFields*)", "String*(RecurringInvoiceReportFields*)", "Null(Timer*)", "String*(TaskReportFields*)", "@(SettingsEntity*)", "~(Timer)", "ListBuilder*()", "MapEntry*>*(String*,String*)", "Null(bool*,int*,String*,double*,double*)", "Null(String*,List*)", "Future*(String*,String*)", "bool(Object?,Object?)", "PasswordConfirmation*(BuildContext*)", "bool*(Attribution*)", "Widget(BuildContext,Widget,int?,bool)", "Iterable(Iterable)", "bool(_Highlight)", "bool(DocumentNode)", "TapSequenceGestureRecognizer()", "~(TapSequenceGestureRecognizer)", "MapBuilder*>*()", "ListBuilder*()", "ListBuilder*()", "~(~())", "Future<~>(MethodCall0)", "DataCell(DataColumn)", "ListBuilder*()", "~(Symbol0,@)", "bool*(ProductEntity*)", "ListBuilder*()", "ListBuilder*()", "bool(DraggableScrollableNotification)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,ListUIState*)", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "int*(BaseEntity*,BaseEntity*)", "bool(BoxHitTestResult)", "num?(int?)", "ListBuilder*()", "MapBuilder*()", "ListBuilder*()", "MapBuilder*()", "TaxRateEntityBuilder*(TaxRateEntityBuilder*)", "CompanyGatewayEntity*(@)", "bool(ChartBehavior<@>)", "TaxRateEntity*(@)", "~(ChartBehavior<@>)", "int(String?)", "PaymentableEntity*(BaseEntity*)", "TokenEntityBuilder*(TokenEntityBuilder*)", "~(Uint8List,String,int)", "TaskTimeBuilder*(TaskTimeBuilder*)", "Future(Body)", "List(_SemanticsSortGroup)", "AppSidebarMode*(AppSidebarMode*,UpdateUserPreferences*)", "~(ScaleStartDetails)", "String*(String*,ShowPdfCredit*)", "InvoiceEntity*(InvoiceEntity*,AddCreditItem*)", "InvoiceEntity*(InvoiceEntity*,DeleteCreditItem*)", "Future(ByteData?)", "InvoiceEntity*(InvoiceEntity*,UpdateCreditItem*)", "~(RestorationBucket)", "UserEntity*(@)", "bool(BuildContext)", "~(ScaleUpdateDetails)", "VendorContactEntityBuilder*(VendorContactEntityBuilder*)", "Map()", "Completer*(Completer*,EditVendor*)", "~(ScaleEndDetails)", "VendorContactEntity*()", "bool(RenderBox)", "bool(Node1)", "MapBuilder*>*(MapBuilder*>*)", "~(DragDownDetails)", "PrefStateBuilder*(PrefStateBuilder*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*,BuiltMap*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*)", "CustomSingleChildLayout(BuildContext)", "MapBuilder*()", "List*>*(BuildContext*)", "InkWell*(String*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*)", "ListBuilder*()", "Object?(DismissIntent)", "UserSettingsEntityBuilder*(UserSettingsEntityBuilder*)", "~(Attribution,int)", "~(num)", "Null(BuildContext*,String*,String*,String*)", "List*(BuiltMap*,BuiltMap*)", "bool(DisplayFeature)", "LoginScreen*(BuildContext*)", "SpanMarker(SpanMarker)", "List*()", "~(GestureMode)", "int*(ExpenseEntity*,ExpenseEntity*)", "~(Size)", "MainScreen*(BuildContext*)", "MediaQuery*(BuildContext*,Widget*)", "~([Intent?])", "~(FocusHighlightMode)", "PaymentEditScreen*(BuildContext*)", "int(_ReadingOrderSortData,_ReadingOrderSortData)", "TapGestureRecognizer()", "~(TapGestureRecognizer)", "PaymentRefundScreen*(BuildContext*)", "~(List)", "LongPressGestureRecognizer()", "~(LongPressGestureRecognizer)", "DocumentEntity*(String*)", "VerticalDragGestureRecognizer()", "~(VerticalDragGestureRecognizer)", "HorizontalDragGestureRecognizer()", "~(HorizontalDragGestureRecognizer)", "ListBuilder*()", "bool(NodeValidator)", "Positioned(BuildContext,Widget?)", "Tween<@>?(Tween<@>?,@,Tween<@>(@))", "AlignmentGeometryTween(@)", "DocumentEntityBuilder*(DocumentEntityBuilder*)", "Null(DocumentStateBuilder*)", "Node2?(DirectoryNode,String,Node2?)", "Null(String*,String*,String*,String*,String*)", "Null(EmailTemplate*)", "Null(Uint8List)", "bool*(TaxRateEntity*)", "TaxRateEntity*()", "Null(PointerHoverEvent*)", "Null(List<@>*)", "~(RenderBox?)", "Text*(@)", "Align*(List<@>*)", "UIStateBuilder*(UIStateBuilder*)", "ListBuilder*()", "Widget*(CompanyEntity*)", "DecorationTween(@)", "PointerInterceptor*(BuildContext*)", "Future*(@)", "DropdownMenuItem<@>*(@)", "bool*(SystemLogEntity*)", "Null(BuiltList*)", "Future(String,Map)", "String(String,String)", "bool*(DataRow0*)", "DataCell0*(DataColumn0*)", "ByteBuffer(@)", "DataCell0*(String*)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*,BuiltMap*,StaticState*)", "LocalKey(MergeableMaterialItem)", "WebhookEntity*(WebhookEntity*,@)", "VelocityTracker(PointerEvent)", "@(Object*)", "bool(ScrollMetricsNotification)", "Future*(BuildContext*,Completer*{oneTimePassword:String*,secret:String*,url:String*})", "ExpenseEntity*(@)", "Future*(BuildContext*,Completer*,String*)", "String(@)", "ListBuilder*()", "~(PersistenceRepository*)", "ListBuilder*()", "List()", "Widget*(BuildContext*,AsyncSnapshot*)", "Null(ClientContactEntity*)", "bool(Rule)", "bool*(bool*,DismissNativeWarningPermanently*)", "Row*(BuildContext*,BoxConstraints*)", "int(int,@)", "Null(ProgressEvent)", "bool*(CompanyEntity*)", "bool*(HistoryRecord*)", "ListBuilder*()", "_ZoomEnterTransition(BuildContext,Animation0,Widget?)", "Future<~>(~)", "Null(UserCompanyEntity*)", "_ZoomExitTransition(BuildContext,Animation0,Widget?)", "Widget(BuildContext,Object,StackTrace?)", "GroupEntity*(@)", "String*(String*,ShowPdfInvoice*)", "MapBuilder*>*(MapBuilder*>*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,DeleteInvoiceItem*)", "~(bool(String))", "List?(int?)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoiceItem*)", "Null(DateRange*)", "ListBuilder*()", "DateTime*(ChartMoneyData*,int*)", "~(Object[StackTrace?])", "Color0*(ChartMoneyData*,int*)", "ListTile*(BuildContext*,int*)", "~(RandomAccessFile)", "PaymentListItem*(BuildContext*,int*)", "String*(PaymentEntityBuilder*)", "ListBuilder*()", "String*(ProjectEntityBuilder*)", "List()", "Color?(Color?)", "Future*(Response*)", "String(num?)", "MapBuilder*()", "List*(String*,BuiltMap*,BuiltList*)", "Future(RandomAccessFile)", "Future<~>(~(FlutterApp),~(Object?))", "~(String,String?)", "Null(VendorContactEntity*)", "ListBuilder*()", "Future()", "ListBuilder*()", "PaymentTermEntityBuilder*(PaymentTermEntityBuilder*)", "Container*(BuildContext*,int*)", "Future<~>(String)", "List*>*(BuildContext*)", "PopupMenuItem*(String*)", "ProductListItem*(BuildContext*,int*)", "int(LayoutView,LayoutView)", "RefreshIndicator*(BuildContext*)", "Null(MapEntry*)", "~([String*])", "Completer*(Completer*,EditClient*)", "double*(PaymentableEntity*)", "PaymentTermEntity*(@)", "bool(LayoutView)", "~([Object?])", "~(TextSelection,SelectionChangedCause?)", "List()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "~(DiagnosticsNode)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "~(GestureListener)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "~(_TimePickerMode)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "Completer*(Completer*,EditProject*)", "Drag?(Offset)", "Widget(BuildContext,Object?,ScrollController?)", "String*(InvoiceItemEntityBuilder*)", "EntityStats*(String*,BuiltMap*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "~(_DragInfo)", "String*(String*,ShowPdfPurchaseOrder*)", "InvoiceEntity*(InvoiceEntity*,AddPurchaseOrderItem*)", "InvoiceEntity*(InvoiceEntity*,DeletePurchaseOrderItem*)", "InvoiceEntity*(InvoiceEntity*,UpdatePurchaseOrderItem*)", "Color0*(@,int*)", "num*(@,int*)", "Map*(String*)", "~(TimeOfDay)", "@(int*,bool*)", "Null(BuildContext*,BuiltMap*)", "ListBuilder*()", "ListBuilder*()", "String*(String*,ShowPdfQuote*)", "String*(MapBuilder*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteItem*)", "Future*(BuildContext*,AppSidebarMode*)", "InvoiceEntity*(InvoiceEntity*,DeleteQuoteItem*)", "ListBuilder*()", "InvoiceEntity*(InvoiceEntity*,UpdateQuoteItem*)", "DropdownMenuItem*(ImportType*)", "Set<~>*()", "~(ImageInfo,bool)", "Future*(Object*)", "ListBuilder*()", "ImageStreamCompleter()", "ListBuilder*()", "bool*(SubscriptionEntityBuilder*)", "UpdateState*()", "Widget(BuildContext,bool)", "Null(TaskTime*,int*)", "Null(Completer*,String*)", "String*(String*,ShowPdfRecurringInvoice*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceItem*)", "Null(GoogleSignInAuthentication*)", "String*(Match*)", "Widget*(BuildContext*,DocumentSelection*,Widget*)", "~(LinkifyElement)", "String(Node3)", "bool(BlockSyntax)", "bool(InlineSyntax)", "bool(Delimiter)", "List()", "InvoiceEntity*(InvoiceEntity*,DeleteRecurringInvoiceItem*)", "Element2(int)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoiceItem*)", "Future<~>(BuildContext,Uint8List/(PdfPageFormat),PdfPageFormat)", "Null(PrintingInfo)", "~([~])", "~(ImageChunkEvent)", "~(BuildContext)", "EntityStats*(String*,BuiltMap*)", "Size(RenderBox,BoxConstraints)", "ListBuilder*()", "KeyData()", "Null(CompanyEntity*)", "~(Offset)", "ScrollPosition()", "RenderBox()", "_Channel()", "Padding(BuildContext)", "~({addedComponents!List,changedComponents!List,removedComponents!List})", "~(Rect)", "bool*(GatewayTokenEntity*)", "ListBuilder*()", "Widget(BuildContext,TextLayout)", "Stack(BuildContext,List,Widget?)", "bool(bool?)", "@(Object?)", "bool(Element2,String,String,_Html5NodeValidator)", "Widget(Widget,Animation0)", "ListBuilder*()", "CompanyGatewayEntity*(CompanyGatewayEntity*,@)", "ListBuilder*()", "DesignEntity*(DesignEntity*,@)", "bool(InlineSpanSemanticsInformation)", "ExpenseCategoryEntity*(ExpenseCategoryEntity*,@)", "GroupEntity*(GroupEntity*,@)", "PaymentEntity*(PaymentEntity*,@)", "PaymentTermEntity*(PaymentTermEntity*,@)", "ProductEntity*(ProductEntity*,@)", "ProjectEntity*(ProjectEntity*,@)", "SubscriptionEntity*(SubscriptionEntity*,@)", "TaskEntity*(TaskEntity*,@)", "TaskStatusEntity*(TaskStatusEntity*,@)", "TaxRateEntity*(TaxRateEntity*,@)", "TokenEntity*(TokenEntity*,@)", "UserEntity*(UserEntity*,@)", "VendorEntity*(VendorEntity*,@)", "ReportSettingsEntityBuilder*(ReportSettingsEntityBuilder*)", "LicenseEntry(int)", "String*(String*,DeleteDesignsSuccess*)", "MaterialTapTargetSize?(ButtonStyle?)", "Duration?(ButtonStyle?)", "bool?(ButtonStyle?)", "StyledToast*(BuildContext*)", "AlignmentGeometry?(ButtonStyle?)", "Locale*(String*)", "ChangeLayoutBanner*(BuildContext*)", "ProductScreenBuilder*(BuildContext*)", "ProductViewScreen*(BuildContext*)", "ProductEditScreen*(BuildContext*)", "ClientScreenBuilder*(BuildContext*)", "ClientViewScreen*(BuildContext*)", "ClientEditScreen*(BuildContext*)", "ClientPdfScreen*(BuildContext*)", "InvoiceScreenBuilder*(BuildContext*)", "InvoiceViewScreen*(BuildContext*)", "InvoiceEditScreen*(BuildContext*)", "InvoiceEmailScreen*(BuildContext*)", "InvoicePdfScreen*(BuildContext*)", "DocumentScreenBuilder*(BuildContext*)", "DocumentViewScreen*(BuildContext*)", "DocumentEditScreen*(BuildContext*)", "ExpenseScreenBuilder*(BuildContext*)", "ExpenseViewScreen*(BuildContext*)", "ExpenseEditScreen*(BuildContext*)", "VendorScreenBuilder*(BuildContext*)", "VendorViewScreen*(BuildContext*)", "VendorEditScreen*(BuildContext*)", "TaskScreenBuilder*(BuildContext*)", "TaskViewScreen*(BuildContext*)", "TaskEditScreen*(BuildContext*)", "ProjectScreenBuilder*(BuildContext*)", "ProjectViewScreen*(BuildContext*)", "ProjectEditScreen*(BuildContext*)", "PaymentScreenBuilder*(BuildContext*)", "PaymentViewScreen*(BuildContext*)", "InteractiveInkFeatureFactory?(ButtonStyle?)", "JsObject(@)", "QuoteScreenBuilder*(BuildContext*)", "QuoteViewScreen*(BuildContext*)", "QuoteEditScreen*(BuildContext*)", "QuoteEmailScreen*(BuildContext*)", "QuotePdfScreen*(BuildContext*)", "PurchaseOrderScreenBuilder*(BuildContext*)", "PurchaseOrderViewScreen*(BuildContext*)", "PurchaseOrderEditScreen*(BuildContext*)", "RecurringExpenseScreenBuilder*(BuildContext*)", "RecurringExpenseViewScreen*(BuildContext*)", "RecurringExpenseEditScreen*(BuildContext*)", "SubscriptionScreenBuilder*(BuildContext*)", "SubscriptionViewScreen*(BuildContext*)", "SubscriptionEditScreen*(BuildContext*)", "TaskStatusScreenBuilder*(BuildContext*)", "TaskStatusViewScreen*(BuildContext*)", "TaskStatusEditScreen*(BuildContext*)", "ExpenseCategoryScreenBuilder*(BuildContext*)", "ExpenseCategoryViewScreen*(BuildContext*)", "ExpenseCategoryEditScreen*(BuildContext*)", "RecurringInvoiceScreenBuilder*(BuildContext*)", "RecurringInvoiceViewScreen*(BuildContext*)", "RecurringInvoiceEditScreen*(BuildContext*)", "RecurringInvoicePdfScreen*(BuildContext*)", "WebhookScreenBuilder*(BuildContext*)", "WebhookViewScreen*(BuildContext*)", "WebhookEditScreen*(BuildContext*)", "TokenScreenBuilder*(BuildContext*)", "TokenViewScreen*(BuildContext*)", "TokenEditScreen*(BuildContext*)", "PaymentTermScreenBuilder*(BuildContext*)", "PaymentTermEditScreen*(BuildContext*)", "PaymentTermViewScreen*(BuildContext*)", "DesignScreenBuilder*(BuildContext*)", "DesignViewScreen*(BuildContext*)", "DesignEditScreen*(BuildContext*)", "CreditScreenBuilder*(BuildContext*)", "CreditViewScreen*(BuildContext*)", "CreditEditScreen*(BuildContext*)", "CreditEmailScreen*(BuildContext*)", "CreditPdfScreen*(BuildContext*)", "UserScreenBuilder*(BuildContext*)", "UserViewScreen*(BuildContext*)", "UserEditScreen*(BuildContext*)", "GroupScreenBuilder*(BuildContext*)", "GroupViewScreen*(BuildContext*)", "GroupEditScreen*(BuildContext*)", "SettingsScreenBuilder*(BuildContext*)", "ReportsScreenBuilder*(BuildContext*)", "CompanyDetailsScreen*(BuildContext*)", "UserDetailsScreen*(BuildContext*)", "LocalizationScreen*(BuildContext*)", "PaymentsSettingsScreen*(BuildContext*)", "CompanyGatewayScreenBuilder*(BuildContext*)", "CompanyGatewayViewScreen*(BuildContext*)", "CompanyGatewayEditScreen*(BuildContext*)", "TaxSettingsScreen*(BuildContext*)", "TaxRateScreenBuilder*(BuildContext*)", "TaxRateViewScreen*(BuildContext*)", "TaxRateEditScreen*(BuildContext*)", "ProductSettingsScreen*(BuildContext*)", "ExpenseSettingsScreen*(BuildContext*)", "TaskSettingsScreen*(BuildContext*)", "ImportExportScreen*(BuildContext*)", "DeviceSettingsScreen*(BuildContext*)", "AccountManagementScreen*(BuildContext*)", "CustomFieldsScreen*(BuildContext*)", "GeneratedNumbersScreen*(BuildContext*)", "WorkflowSettingsScreen*(BuildContext*)", "InvoiceDesignScreen*(BuildContext*)", "ClientPortalScreen*(BuildContext*)", "EmailSettingsScreen*(BuildContext*)", "TemplatesAndRemindersScreen*(BuildContext*)", "CreditCardsAndBanksScreen*(BuildContext*)", "DataVisualizationsScreen*(BuildContext*)", "~(NextFocusIntent)", "~(PreviousFocusIntent)", "~(DirectionalFocusIntent)", "Incrementable(SemanticsObject)", "Scrollable0(SemanticsObject)", "String?(~(Codec))", "TableRow(int)", "LabelAndValue(SemanticsObject)", "Rect()(RenderBox)", "Future*(SharedPreferences*)", "Null(FrameInfo)", "Tappable(SemanticsObject)", "String*(String*,ClearLastError*)", "String*(String*,LoadClientsFailure*)", "String*(String*,LoadProductsFailure*)", "String*(String*,LoadInvoicesFailure*)", "String*(String*,LoadPaymentsFailure*)", "String*(String*,LoadQuotesFailure*)", "String*(String*,LoadProjectsFailure*)", "String*(String*,LoadTasksFailure*)", "String*(String*,LoadVendorsFailure*)", "String*(String*,LoadExpensesFailure*)", "String*(String*,LoadPurchaseOrdersFailure*)", "String*(String*,LoadRecurringExpensesFailure*)", "String*(String*,LoadSubscriptionsFailure*)", "String*(String*,LoadTaskStatusesFailure*)", "String*(String*,LoadRecurringInvoicesFailure*)", "String*(String*,LoadWebhooksFailure*)", "String*(String*,LoadTokensFailure*)", "String*(String*,LoadPaymentTermsFailure*)", "String*(String*,LoadDesignsFailure*)", "String*(String*,LoadCreditsFailure*)", "String*(String*,RefreshDataFailure*)", "bool*(bool*,DismissNativeWarning*)", "CalendarDatePicker()", "UserCompanyState*(int*)", "Form()", "Flex(BuildContext)", "TextField0(SemanticsObject)", "Widget(BuildContext,Animation0,Animation0)", "Checkable(SemanticsObject)", "Null(UserCompanyState*)", "ImageRoleManager(SemanticsObject)", "~(ActivateIntent)", "~(ButtonActivateIntent)", "~(int?,int?)", "RenderObjectWidget(Widget)", "DropdownButtonHideUnderline(BuildContext)", "Rect()?(RenderBox)", "LiveRegion(SemanticsObject)", "Null(BuiltList*)", "ClientUIStateBuilder*(ClientUIStateBuilder*)", "bool*(bool*,ViewClient*)", "bool*(bool*,ViewClientList*)", "bool*(bool*,FilterClientsByState*)", "bool*(bool*,FilterClients*)", "bool*(bool*,FilterClientsByCustom1*)", "bool*(bool*,FilterClientsByCustom2*)", "bool*(bool*,FilterClientsByCustom3*)", "bool*(bool*,FilterClientsByCustom4*)", "int*(int*,UpdateClientTab*)", "SkTextStyle()", "~(int?)", "ClientContactEntity*(ClientContactEntity*,EditClient*)", "ClientContactEntity*(ClientContactEntity*,EditContact*)", "String*(String*,ArchiveClientsSuccess*)", "String*(String*,DeleteClientsSuccess*)", "Null(FontFace)", "String*(String*,ViewClient*)", "String*(String*,AddClientSuccess*)", "String*(String*,ShowPdfClient*)", "bool(InkHighlight?)", "~(PointerMoveEvent)", "String*(String*,SortClients*)", "String*(String*,FilterClients*)", "String*(String*,FilterClientsByState*)", "String*(String*,FilterClientsByCustom1*)", "String*(String*,FilterClientsByCustom2*)", "String*(String*,FilterClientsByCustom3*)", "String*(String*,FilterClientsByCustom4*)", "bool(NotoFont)", "~(PointerUpEvent)", "ClientEntity*(ClientEntity*,SaveClientSuccess*)", "ClientEntity*(ClientEntity*,AddClientSuccess*)", "ClientEntity*(ClientEntity*,RestoreClientSuccess*)", "ClientEntity*(ClientEntity*,ArchiveClientsSuccess*)", "ClientEntity*(ClientEntity*,DeleteClientsSuccess*)", "ClientEntity*(ClientEntity*,EditClient*)", "ClientEntity*(ClientEntity*,UpdateClient*)", "ClientEntity*(ClientEntity*,AddContact*)", "ClientEntity*(ClientEntity*,DeleteContact*)", "ClientEntity*(ClientEntity*,UpdateContact*)", "ClientEntity*(ClientEntity*,ViewClient*)", "ClientEntity*(ClientEntity*,ViewClientList*)", "ClientEntity*(ClientEntity*,SelectCompany*)", "ClientEntity*(ClientEntity*,DiscardChanges*)", "TextStyle()", "ListTileTheme(BuildContext)", "bool(LayoutChangedNotification)", "List*(BuiltMap*,BuiltList*,BuiltMap*,StaticState*)", "~(_ResolvedNotoSubset)", "IndentingBuiltValueToStringHelper(String)", "ShapeBorderTween(@)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,ListUIState*,BuiltMap*,StaticState*)", "ListBuilder()", "ListMultimapBuilder()", "ClientEntity*(@)", "UserCompanyStateBuilder*(UserCompanyStateBuilder*)", "UserCompanyEntity*(UserCompanyEntity*,UpdateReportSettings*)", "MapBuilder()", "ColoredBox(BuildContext,Widget?)", "UserCompanyEntity*(UserCompanyEntity*,SaveAuthUserSuccess*)", "UserCompanyEntity*(UserCompanyEntity*,ConnecOAuthUserSuccess*)", "UserCompanyEntity*(UserCompanyEntity*,ConnecGmailUserSuccess*)", "UserCompanyEntity*(UserCompanyEntity*,DisableTwoFactorSuccess*)", "UserCompanyEntity*(UserCompanyEntity*,SaveUserSettingsSuccess*)", "UserCompanyEntity*(UserCompanyEntity*,UpdateCompanyLanguage*)", "CompanyEntityBuilder*(UserCompanyEntityBuilder*)", "int*(int*,LoadCompanySuccess*)", "int*(int*,LoadExpensesSuccess*)", "List*(BuiltMap*,BuiltList*)", "bool*(CompanyEntity*,BuiltMap*,BuiltMap*)", "List*(CompanyEntity*,BuiltMap*,BuiltMap*)", "List*(String*,UserCompanyState*)", "PageTransitionsBuilder?(TargetPlatform)", "SetBuilder()", "bool*(ClientEntity*)", "DataRow?()", "Column(BuildContext,BoxConstraints)", "FadeTransition(BuildContext,Widget?)", "~(double,double)", "SetMultimapBuilder()", "bool*(ProjectEntity*)", "bool(OverscrollIndicatorNotification)", "bool*(TaskEntity*)", "RefreshProgressIndicator(BuildContext,Widget?)", "Widget(Widget,int,Animation0)", "Material(BuildContext,Widget?)", "CustomMultiChildLayout(BuildContext,Widget?)", "Null(BuiltList*)", "CompanyGatewayUIStateBuilder*(CompanyGatewayUIStateBuilder*)", "bool*(bool*,ViewCompanyGateway*)", "bool*(bool*,ViewCompanyGatewayList*)", "bool*(bool*,FilterCompanyGatewaysByState*)", "bool*(bool*,FilterCompanyGateways*)", "bool*(bool*,FilterCompanyGatewaysByCustom1*)", "bool*(bool*,FilterCompanyGatewaysByCustom2*)", "bool*(bool*,FilterCompanyGatewaysByCustom3*)", "bool*(bool*,FilterCompanyGatewaysByCustom4*)", "String*(String*,ArchiveCompanyGatewaySuccess*)", "String*(String*,DeleteCompanyGatewaySuccess*)", "String*(String*,ViewCompanyGateway*)", "String*(String*,AddCompanyGatewaySuccess*)", "String*(String*,SortCompanyGateways*)", "String*(String*,FilterCompanyGateways*)", "String*(String*,FilterCompanyGatewaysByState*)", "String*(String*,FilterCompanyGatewaysByCustom1*)", "String*(String*,FilterCompanyGatewaysByCustom2*)", "String*(String*,FilterCompanyGatewaysByCustom3*)", "String*(String*,FilterCompanyGatewaysByCustom4*)", "CompanyGatewayEntity*(CompanyGatewayEntity*,RestoreCompanyGatewaySuccess*)", "CompanyGatewayEntity*(CompanyGatewayEntity*,ArchiveCompanyGatewaySuccess*)", "CompanyGatewayEntity*(CompanyGatewayEntity*,DeleteCompanyGatewaySuccess*)", "CompanyGatewayEntity*(CompanyGatewayEntity*,UpdateCompanyGateway*)", "~(DragEndDetails{isClosing:bool?})", "Align(BuildContext,Widget?)", "bool(Set)", "List*(BuiltMap*,BuiltList*,ListUIState*,String*,bool*)", "double*(String*,BuiltMap*)", "double(Set)", "EntityStats*(String*,BuiltMap*)", "Null(String*,CompanyGatewayEntity*)", "Null(String)", "~(KeyboardEvent)", "~(String,FormElement)", "~(EditingState?,TextEditingDeltaState?)", "~(List,TextDirection,double)", "GlobalKey>(Widget)", "Center(int)", "CreditUIStateBuilder*(CreditUIStateBuilder*)", "bool*(bool*,ViewCredit*)", "bool*(bool*,ViewCreditList*)", "bool*(bool*,FilterCreditsByState*)", "bool*(bool*,FilterCredits*)", "bool*(bool*,FilterCreditsByCustom1*)", "bool*(bool*,FilterCreditsByCustom2*)", "bool*(bool*,FilterCreditsByCustom3*)", "bool*(bool*,FilterCreditsByCustom4*)", "int*(int*,UpdateCreditTab*)", "InputDecorator(BuildContext,Widget?)", "int*(int*,EditCredit*)", "int*(int*,EditCreditItem*)", "String*(String*,ArchiveCreditsSuccess*)", "String*(String*,DeleteCreditsSuccess*)", "String*(String*,ViewCredit*)", "String*(String*,AddCreditSuccess*)", "String*(String*,ShowEmailCredit*)", "String*(String*,SortCredits*)", "String*(String*,FilterCredits*)", "String*(String*,FilterCreditsByState*)", "String*(String*,FilterCreditsByStatus*)", "String*(String*,FilterCreditsByCustom1*)", "String*(String*,FilterCreditsByCustom2*)", "String*(String*,FilterCreditsByCustom3*)", "String*(String*,FilterCreditsByCustom4*)", "InvoiceEntity*(InvoiceEntity*,UpdateCredit*)", "Semantics(BuildContext,Widget?)", "InvoiceEntity*(InvoiceEntity*,MoveCreditItem*)", "UnmanagedRestorationScope(FormFieldState)", "ThemeDataTween(@)", "InvoiceEntity*(InvoiceEntity*,UpdateCreditClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddCreditContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveCreditContact*)", "ThemeData()", "MapEntry>(Object,ThemeExtension<@>)", "bool(MapEntry>)", "CkCanvas(CkPictureRecorder)", "List*(BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,String*,BuiltMap*,List*)", "TimeOfDay(int)", "Offset(double)", "~(List<_TappableLabel>?)", "DashboardUIStateBuilder*(DashboardUIStateBuilder*)", "BuiltMap*>*(BuiltMap*>*,UpdateDashboardSelection*)", "~(Event?)", "BuiltMap*>*(BuiltMap*>*,SelectCompany*)", "EntityType*(EntityType*,UpdateDashboardEntityType*)", "bool*(bool*,UpdateDashboardSidebar*)", "_ToggleButton(int)", "~([TapUpDetails?])", "Future(Uint8List{allowUpscaling:bool,cacheHeight:int?,cacheWidth:int?})", "EdgeInsetsGeometry(EdgeInsetsGeometry,ShapeBorder)", "ShapeBorder(ShapeBorder)", "Null(String*,Duration*)", "String(ShapeBorder)", "Map()", "List*(BuiltMap*,String*)", "bool(double)", "Color(double)", "List*(BuiltMap*,BuiltMap*)", "int*(PaymentEntity*,PaymentEntity*)", "_LiveImage()", "~(ImageInfo?,bool)", "List*(BuiltMap*,BuiltMap*)", "Future<~>(Object,StackTrace?)", "num(int?)", "Null(Map>?)", "~(ImageInfo)", "ViewClipChain()", "Null(BuiltList*)", "DesignUIStateBuilder*(DesignUIStateBuilder*)", "bool*(bool*,ViewDesign*)", "bool*(bool*,ViewDesignList*)", "bool*(bool*,FilterDesignsByState*)", "bool*(bool*,FilterDesigns*)", "bool*(bool*,FilterDesignsByCustom1*)", "bool*(bool*,FilterDesignsByCustom2*)", "bool*(bool*,FilterDesignsByCustom3*)", "bool*(bool*,FilterDesignsByCustom4*)", "String*(String*,ArchiveDesignsSuccess*)", "~(Object,StackTrace?)?(ImageStreamListener)", "~(ImageChunkEvent)?(ImageStreamListener)", "String*(String*,SortDesigns*)", "String*(String*,FilterDesigns*)", "String*(String*,FilterDesignsByState*)", "String*(String*,FilterDesignsByCustom1*)", "String*(String*,FilterDesignsByCustom2*)", "String*(String*,FilterDesignsByCustom3*)", "String*(String*,FilterDesignsByCustom4*)", "DesignEntity*(DesignEntity*,RestoreDesignsSuccess*)", "DesignEntity*(DesignEntity*,ArchiveDesignsSuccess*)", "DesignEntity*(DesignEntity*,DeleteDesignsSuccess*)", "DesignEntity*(DesignEntity*,UpdateDesign*)", "Set(Set,Set)", "Paint(BoxShadow)", "List*(BuiltMap*,BuiltList*,ListUIState*)", "DesignEntity*(@)", "Path(BoxShadow)", "DiagnosticsNode(InlineSpan)", "~(int,SemanticsAction,ByteData?)", "Null(BuiltList*)", "DocumentUIStateBuilder*(DocumentUIStateBuilder*)", "bool*(bool*,ViewDocument*)", "bool*(bool*,ViewDocumentList*)", "bool*(bool*,FilterDocumentsByState*)", "bool*(bool*,FilterDocuments*)", "bool*(bool*,FilterDocumentsByCustom1*)", "bool*(bool*,FilterDocumentsByCustom2*)", "bool*(bool*,FilterDocumentsByCustom3*)", "bool*(bool*,FilterDocumentsByCustom4*)", "String*(String*,ArchiveDocumentSuccess*)", "String*(String*,DeleteDocumentSuccess*)", "String*(String*,ViewDocument*)", "String*(String*,SortDocuments*)", "String*(String*,FilterDocuments*)", "String*(String*,FilterDocumentsByState*)", "String*(String*,FilterDocumentsByCustom1*)", "String*(String*,FilterDocumentsByCustom2*)", "String*(String*,FilterDocumentsByCustom3*)", "String*(String*,FilterDocumentsByCustom4*)", "DocumentEntity*(DocumentEntity*,UpdateDocument*)", "String(double,double,String)", "Size()", "double?()", "DocumentEntity*(@)", "List*(BuiltMap*,BuiltList*,ListUIState*)", "Promise<1&>([InitializeEngineFnParameters?])", "InvoiceItemEntity*(BaseEntity*)", "~(TextSelection)", "Rect(TextBox)", "~(String?,List)", "Rect(Rect?,TextBox)", "ExpenseUIStateBuilder*(ExpenseUIStateBuilder*)", "bool*(bool*,ViewExpense*)", "bool*(bool*,ViewExpenseList*)", "bool*(bool*,FilterExpensesByState*)", "bool*(bool*,FilterExpenses*)", "bool*(bool*,FilterExpensesByCustom1*)", "bool*(bool*,FilterExpensesByCustom2*)", "bool*(bool*,FilterExpensesByCustom3*)", "bool*(bool*,FilterExpensesByCustom4*)", "int*(int*,UpdateExpenseTab*)", "String*(String*,ArchiveExpenseSuccess*)", "String*(String*,DeleteExpenseSuccess*)", "String*(String*,ViewExpense*)", "String*(String*,AddExpenseSuccess*)", "String*(String*,SortExpenses*)", "String*(String*,FilterExpenses*)", "String*(String*,FilterExpensesByState*)", "String*(String*,FilterExpensesByStatus*)", "String*(String*,FilterExpensesByCustom1*)", "String*(String*,FilterExpensesByCustom2*)", "String*(String*,FilterExpensesByCustom3*)", "String*(String*,FilterExpensesByCustom4*)", "ExpenseEntity*(ExpenseEntity*,RestoreExpenseSuccess*)", "ExpenseEntity*(ExpenseEntity*,ArchiveExpenseSuccess*)", "ExpenseEntity*(ExpenseEntity*,DeleteExpenseSuccess*)", "ExpenseEntity*(ExpenseEntity*,UpdateExpense*)", "TextElement2(String)", "MouseCursor0(MouseTrackerAnnotation)", "~(MouseTrackerAnnotation,Matrix4)", "bool(MouseTrackerAnnotation)", "List*(BuiltMap*,String*)", "double(TextElement2)", "Future(Body)", "SurfaceScene()", "OneSequenceGestureRecognizer(Factory)", "Null(BuiltList*)", "ExpenseCategoryUIStateBuilder*(ExpenseCategoryUIStateBuilder*)", "bool*(bool*,ViewExpenseCategory*)", "bool*(bool*,ViewExpenseCategoryList*)", "bool*(bool*,FilterExpenseCategoriesByState*)", "bool*(bool*,FilterExpenseCategories*)", "bool*(bool*,FilterExpenseCategoriesByCustom1*)", "bool*(bool*,FilterExpenseCategoriesByCustom2*)", "bool*(bool*,FilterExpenseCategoriesByCustom3*)", "bool*(bool*,FilterExpenseCategoriesByCustom4*)", "String*(String*,ArchiveExpenseCategoriesSuccess*)", "String*(String*,DeleteExpenseCategoriesSuccess*)", "String*(String*,SortExpenseCategories*)", "String*(String*,FilterExpenseCategories*)", "String*(String*,FilterExpenseCategoriesByState*)", "String*(String*,FilterExpenseCategoriesByCustom1*)", "String*(String*,FilterExpenseCategoriesByCustom2*)", "String*(String*,FilterExpenseCategoriesByCustom3*)", "String*(String*,FilterExpenseCategoriesByCustom4*)", "ExpenseCategoryEntity*(ExpenseCategoryEntity*,RestoreExpenseCategoriesSuccess*)", "ExpenseCategoryEntity*(ExpenseCategoryEntity*,ArchiveExpenseCategoriesSuccess*)", "ExpenseCategoryEntity*(ExpenseCategoryEntity*,DeleteExpenseCategoriesSuccess*)", "ExpenseCategoryEntity*(ExpenseCategoryEntity*,UpdateExpenseCategory*)", "TransformLayer?(PaintingContext,Offset)", "bool(SliverHitTestResult{crossAxisPosition!double,mainAxisPosition!double})", "int(int?)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "double*(String*,BuiltMap*)", "ExpenseCategoryEntity*(@)", "bool(Pattern[int])", "HitTestResult(Offset)", "bool(RenderSliver)", "Null(BuiltList*)", "GroupUIStateBuilder*(GroupUIStateBuilder*)", "bool*(bool*,ViewGroup*)", "bool*(bool*,ViewGroupList*)", "bool*(bool*,FilterGroupsByState*)", "bool*(bool*,FilterGroups*)", "String*(String*,ArchiveGroupSuccess*)", "String*(String*,DeleteGroupSuccess*)", "String*(String*,ViewGroup*)", "String*(String*,AddGroupSuccess*)", "String*(String*,SortGroups*)", "String*(String*,FilterGroups*)", "String*(String*,FilterGroupsByState*)", "GroupEntity*(GroupEntity*,RestoreGroupSuccess*)", "GroupEntity*(GroupEntity*,ArchiveGroupSuccess*)", "GroupEntity*(GroupEntity*,DeleteGroupSuccess*)", "GroupEntity*(GroupEntity*,UpdateGroup*)", "bool(Color)", "~(FrameTiming)", "~(int,_FrameCallbackEntry)", "int(PaintRequest,PaintRequest)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "EntityStats*(BuiltMap*,String*)", "InvoiceUIStateBuilder*(InvoiceUIStateBuilder*)", "bool*(bool*,ViewInvoice*)", "bool*(bool*,ViewInvoiceList*)", "bool*(bool*,FilterInvoicesByState*)", "bool*(bool*,FilterInvoices*)", "bool*(bool*,FilterInvoicesByCustom1*)", "bool*(bool*,FilterInvoicesByCustom2*)", "bool*(bool*,FilterInvoicesByCustom3*)", "bool*(bool*,FilterInvoicesByCustom4*)", "int*(int*,UpdateInvoiceTab*)", "SemanticsNode(_TraversalSortNode)", "int*(int*,EditInvoice*)", "int*(int*,EditInvoiceItem*)", "String*(String*,ArchiveInvoicesSuccess*)", "String*(String*,DeleteInvoicesSuccess*)", "String*(String*,ViewInvoice*)", "String*(String*,AddInvoiceSuccess*)", "String*(String*,ShowEmailInvoice*)", "String*(String*,SortInvoices*)", "String*(String*,FilterInvoices*)", "String*(String*,FilterInvoicesByState*)", "String*(String*,FilterInvoicesByStatus*)", "String*(String*,FilterInvoicesByCustom1*)", "String*(String*,FilterInvoicesByCustom2*)", "String*(String*,FilterInvoicesByCustom3*)", "String*(String*,FilterInvoicesByCustom4*)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoice*)", "DiagnosticsNode(SemanticsNode)", "InvoiceEntity*(InvoiceEntity*,MoveInvoiceItem*)", "bool(Point[double?])", "bool(Point,double,double)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoiceClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveInvoiceContact*)", "int(SemanticsNode)", "SemanticsNode(int)", "InvoiceEntity*(InvoiceEntity*,BuiltMap*)", "List*(BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,String*,BuiltMap*,List*,String*)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*,String*)", "Map(TextInputConfiguration)", "TextInputConfiguration(AutofillClient)", "Stream()", "Null(BuiltList*)", "PaymentUIStateBuilder*(PaymentUIStateBuilder*)", "bool*(bool*,ViewPayment*)", "bool*(bool*,ViewPaymentList*)", "bool*(bool*,FilterPaymentsByState*)", "bool*(bool*,FilterPayments*)", "bool*(bool*,FilterPaymentsByCustom1*)", "bool*(bool*,FilterPaymentsByCustom2*)", "bool*(bool*,FilterPaymentsByCustom3*)", "bool*(bool*,FilterPaymentsByCustom4*)", "int*(int*,UpdatePaymentTab*)", "String*(String*,ArchivePaymentsSuccess*)", "String*(String*,DeletePaymentsSuccess*)", "String*(String*,ViewPayment*)", "String*(String*,AddPaymentSuccess*)", "String*(String*,SortPayments*)", "String*(String*,FilterPayments*)", "String*(String*,FilterPaymentsByState*)", "String*(String*,FilterPaymentsByCustom1*)", "String*(String*,FilterPaymentsByCustom2*)", "String*(String*,FilterPaymentsByCustom3*)", "String*(String*,FilterPaymentsByCustom4*)", "PaymentEntity*(PaymentEntity*,RestorePaymentsSuccess*)", "PaymentEntity*(PaymentEntity*,ArchivePaymentsSuccess*)", "PaymentEntity*(PaymentEntity*,DeletePaymentsSuccess*)", "PaymentEntity*(PaymentEntity*,UpdatePayment*)", "Future(String?)", "String(int?)", "Future<~>(ByteData?,~(ByteData?))", "Future>(@)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*)", "EntityStats*(String*,BuiltMap*,BuiltMap*)", "PaymentEntity*(@)", "~(RawKeyEvent)", "int(_PersistedSurfaceMatch,_PersistedSurfaceMatch)", "RawKeyEventData()", "Null(BuiltList*)", "PaymentTermUIStateBuilder*(PaymentTermUIStateBuilder*)", "bool*(bool*,ViewPaymentTerm*)", "bool*(bool*,ViewPaymentTermList*)", "bool*(bool*,FilterPaymentTermsByState*)", "bool*(bool*,FilterPaymentTerms*)", "bool*(bool*,FilterPaymentTermsByCustom1*)", "bool*(bool*,FilterPaymentTermsByCustom2*)", "bool*(bool*,FilterPaymentTermsByCustom3*)", "bool*(bool*,FilterPaymentTermsByCustom4*)", "String*(String*,ArchivePaymentTermsSuccess*)", "String*(String*,DeletePaymentTermsSuccess*)", "String*(String*,SortPaymentTerms*)", "String*(String*,FilterPaymentTerms*)", "String*(String*,FilterPaymentTermsByState*)", "String*(String*,FilterPaymentTermsByCustom1*)", "String*(String*,FilterPaymentTermsByCustom2*)", "String*(String*,FilterPaymentTermsByCustom3*)", "String*(String*,FilterPaymentTermsByCustom4*)", "PaymentTermEntity*(PaymentTermEntity*,RestorePaymentTermsSuccess*)", "PaymentTermEntity*(PaymentTermEntity*,ArchivePaymentTermsSuccess*)", "PaymentTermEntity*(PaymentTermEntity*,DeletePaymentTermsSuccess*)", "PaymentTermEntity*(PaymentTermEntity*,UpdatePaymentTerm*)", "bool(PhysicalKeyboardKey)", "Null(SkDeletable)", "Color0?(int?)", "List()", "List*(BuiltMap*,BuiltList*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "InvoiceItemEntity*(String*)", "List(List)", "List(SelectionRect)", "Null(BuiltList*)", "ProductUIStateBuilder*(ProductUIStateBuilder*)", "bool*(bool*,ViewProduct*)", "bool*(bool*,ViewProductList*)", "bool*(bool*,FilterProductsByState*)", "bool*(bool*,FilterProducts*)", "bool*(bool*,FilterProductsByCustom1*)", "bool*(bool*,FilterProductsByCustom2*)", "bool*(bool*,FilterProductsByCustom3*)", "bool*(bool*,FilterProductsByCustom4*)", "int*(int*,UpdateProductTab*)", "ProductEntity*(ProductEntity*,UpdateProduct*)", "ProductEntity*(ProductEntity*,RestoreProductsSuccess*)", "ProductEntity*(ProductEntity*,ArchiveProductsSuccess*)", "ProductEntity*(ProductEntity*,DeleteProductsSuccess*)", "String*(String*,ArchiveProductsSuccess*)", "String*(String*,DeleteProductsSuccess*)", "String*(String*,ViewProduct*)", "String*(String*,AddProductSuccess*)", "String*(String*,SortProducts*)", "String*(String*,FilterProducts*)", "String*(String*,FilterProductsByState*)", "String*(String*,FilterProductsByCustom1*)", "String*(String*,FilterProductsByCustom2*)", "String*(String*,FilterProductsByCustom3*)", "String*(String*,FilterProductsByCustom4*)", "~(_LineRendererElement)", "double(num)", "List*(BuiltMap*,BuiltList*,BuiltMap*)", "List*(BuiltMap*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*)", "ProductEntity*(@)", "List<@>(String)", "@(@,String)", "Null(BuiltList*)", "ProjectUIStateBuilder*(ProjectUIStateBuilder*)", "bool*(bool*,ViewProject*)", "bool*(bool*,ViewProjectList*)", "bool*(bool*,FilterProjectsByState*)", "bool*(bool*,FilterProjects*)", "bool*(bool*,FilterProjectsByCustom1*)", "bool*(bool*,FilterProjectsByCustom2*)", "bool*(bool*,FilterProjectsByCustom3*)", "bool*(bool*,FilterProjectsByCustom4*)", "int*(int*,UpdateProjectTab*)", "Palette(Palette())", "String*(String*,ArchiveProjectSuccess*)", "String*(String*,DeleteProjectSuccess*)", "String*(String*,ViewProject*)", "String*(String*,AddProjectSuccess*)", "String*(String*,SortProjects*)", "String*(String*,FilterProjects*)", "String*(String*,FilterProjectsByState*)", "String*(String*,FilterProjectsByCustom1*)", "String*(String*,FilterProjectsByCustom2*)", "String*(String*,FilterProjectsByCustom3*)", "String*(String*,FilterProjectsByCustom4*)", "ProjectEntity*(ProjectEntity*,RestoreProjectSuccess*)", "ProjectEntity*(ProjectEntity*,ArchiveProjectSuccess*)", "ProjectEntity*(ProjectEntity*,DeleteProjectSuccess*)", "ProjectEntity*(ProjectEntity*,UpdateProject*)", "~(Action)", "@(String)", "~(_ChildEntry)", "List*(BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,String*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*,BuiltMap*)", "Widget(_ChildEntry)", "Null(String*,ProjectEntity*)", "ProjectEntity*(@)", "PurchaseOrderUIStateBuilder*(PurchaseOrderUIStateBuilder*)", "bool*(bool*,ViewPurchaseOrder*)", "bool*(bool*,ViewPurchaseOrderList*)", "bool*(bool*,FilterPurchaseOrdersByState*)", "bool*(bool*,FilterPurchaseOrders*)", "bool*(bool*,FilterPurchaseOrdersByCustom1*)", "bool*(bool*,FilterPurchaseOrdersByCustom2*)", "bool*(bool*,FilterPurchaseOrdersByCustom3*)", "bool*(bool*,FilterPurchaseOrdersByCustom4*)", "int*(int*,UpdatePurchaseOrderTab*)", "Route<@>?(RouteSettings)", "int*(int*,EditPurchaseOrder*)", "int*(int*,EditPurchaseOrderItem*)", "String*(String*,ArchivePurchaseOrdersSuccess*)", "String*(String*,DeletePurchaseOrdersSuccess*)", "String*(String*,ViewPurchaseOrder*)", "String*(String*,AddPurchaseOrderSuccess*)", "String*(String*,ShowEmailPurchaseOrder*)", "String*(String*,SortPurchaseOrders*)", "String*(String*,FilterPurchaseOrders*)", "String*(String*,FilterPurchaseOrdersByState*)", "String*(String*,FilterPurchaseOrdersByStatus*)", "String*(String*,FilterPurchaseOrdersByCustom1*)", "String*(String*,FilterPurchaseOrdersByCustom2*)", "String*(String*,FilterPurchaseOrdersByCustom3*)", "String*(String*,FilterPurchaseOrdersByCustom4*)", "InvoiceEntity*(InvoiceEntity*,UpdatePurchaseOrder*)", "Route<@>(RouteSettings)", "InvoiceEntity*(InvoiceEntity*,MovePurchaseOrderItem*)", "~(AutocompletePreviousOptionIntent)", "~(AutocompleteNextOptionIntent)", "InvoiceEntity*(InvoiceEntity*,UpdatePurchaseOrderVendor*)", "InvoiceEntity*(InvoiceEntity*,RestorePurchaseOrdersSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchivePurchaseOrdersSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeletePurchaseOrdersSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddPurchaseOrderContact*)", "InvoiceEntity*(InvoiceEntity*,RemovePurchaseOrderContact*)", "String?(int)", "CompositedTransformFollower(BuildContext)", "QuoteUIStateBuilder*(QuoteUIStateBuilder*)", "bool*(bool*,ViewQuote*)", "bool*(bool*,ViewQuoteList*)", "bool*(bool*,FilterQuotesByState*)", "bool*(bool*,FilterQuotes*)", "bool*(bool*,FilterQuotesByCustom1*)", "bool*(bool*,FilterQuotesByCustom2*)", "bool*(bool*,FilterQuotesByCustom3*)", "bool*(bool*,FilterQuotesByCustom4*)", "int*(int*,UpdateQuoteTab*)", "bool(AutofillClient)", "int*(int*,EditQuote*)", "int*(int*,EditQuoteItem*)", "String*(String*,ArchiveQuotesSuccess*)", "String*(String*,DeleteQuotesSuccess*)", "String*(String*,ViewQuote*)", "String*(String*,AddQuoteSuccess*)", "String*(String*,ShowEmailQuote*)", "String*(String*,SortQuotes*)", "String*(String*,FilterQuotes*)", "String*(String*,FilterQuotesByState*)", "String*(String*,FilterQuotesByStatus*)", "String*(String*,FilterQuotesByCustom1*)", "String*(String*,FilterQuotesByCustom2*)", "String*(String*,FilterQuotesByCustom3*)", "String*(String*,FilterQuotesByCustom4*)", "InvoiceEntity*(InvoiceEntity*,UpdateQuote*)", "AutofillClient()", "InvoiceEntity*(InvoiceEntity*,MoveQuoteItem*)", "bool(KeepAliveNotification)", "Null(~())", "InvoiceEntity*(InvoiceEntity*,UpdateQuoteClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveQuoteContact*)", "ClipPath(BuildContext)", "~(JsUrlStrategy?)", "RecurringExpenseUIStateBuilder*(RecurringExpenseUIStateBuilder*)", "bool*(bool*,ViewRecurringExpense*)", "bool*(bool*,ViewRecurringExpenseList*)", "bool*(bool*,FilterRecurringExpensesByState*)", "bool*(bool*,FilterRecurringExpenses*)", "bool*(bool*,FilterRecurringExpensesByCustom1*)", "bool*(bool*,FilterRecurringExpensesByCustom2*)", "bool*(bool*,FilterRecurringExpensesByCustom3*)", "bool*(bool*,FilterRecurringExpensesByCustom4*)", "int*(int*,UpdateRecurringExpenseTab*)", "String*(String*,ArchiveRecurringExpensesSuccess*)", "String*(String*,DeleteRecurringExpensesSuccess*)", "String*(String*,SortRecurringExpenses*)", "String*(String*,FilterRecurringExpenses*)", "String*(String*,FilterRecurringExpensesByState*)", "String*(String*,FilterRecurringExpensesByCustom1*)", "String*(String*,FilterRecurringExpensesByCustom2*)", "String*(String*,FilterRecurringExpensesByCustom3*)", "String*(String*,FilterRecurringExpensesByCustom4*)", "ExpenseEntity*(ExpenseEntity*,RestoreRecurringExpensesSuccess*)", "ExpenseEntity*(ExpenseEntity*,ArchiveRecurringExpensesSuccess*)", "ExpenseEntity*(ExpenseEntity*,DeleteRecurringExpensesSuccess*)", "ExpenseEntity*(ExpenseEntity*,UpdateRecurringExpense*)", "~(SelectionModelType)", "HitTestResult()", "RecurringInvoiceUIStateBuilder*(RecurringInvoiceUIStateBuilder*)", "bool*(bool*,ViewRecurringInvoice*)", "bool*(bool*,ViewRecurringInvoiceList*)", "bool*(bool*,FilterRecurringInvoicesByState*)", "bool*(bool*,FilterRecurringInvoices*)", "bool*(bool*,FilterRecurringInvoicesByCustom1*)", "bool*(bool*,FilterRecurringInvoicesByCustom2*)", "bool*(bool*,FilterRecurringInvoicesByCustom3*)", "bool*(bool*,FilterRecurringInvoicesByCustom4*)", "int*(int*,UpdateRecurringInvoiceTab*)", "Future()", "int*(int*,EditRecurringInvoice*)", "int*(int*,EditRecurringInvoiceItem*)", "String*(String*,ArchiveRecurringInvoicesSuccess*)", "String*(String*,DeleteRecurringInvoicesSuccess*)", "String*(String*,ViewRecurringInvoice*)", "String*(String*,AddRecurringInvoiceSuccess*)", "String*(String*,ShowEmailRecurringInvoice*)", "String*(String*,SortRecurringInvoices*)", "String*(String*,FilterRecurringInvoices*)", "String*(String*,FilterRecurringInvoicesByState*)", "String*(String*,FilterRecurringInvoicesByStatus*)", "String*(String*,FilterRecurringInvoicesByCustom1*)", "String*(String*,FilterRecurringInvoicesByCustom2*)", "String*(String*,FilterRecurringInvoicesByCustom3*)", "String*(String*,FilterRecurringInvoicesByCustom4*)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoice*)", "Future<~>(double)", "InvoiceEntity*(InvoiceEntity*,MoveRecurringInvoiceItem*)", "Future<~>(@)", "Future>(Map)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoiceClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveRecurringInvoiceContact*)", "Future<~>(~(FlutterAppRunner),~(Object?))", "Rect(DisplayFeature)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*)", "_DraggableSheetExtent()", "~(String,ChartBehavior0<@>)", "~(ReplaceTextIntent)", "SettingsUIState*(SettingsUIState*,ViewSettings*)", "~(ScrollToDocumentBoundaryIntent)", "SettingsUIState*(SettingsUIState*,UpdateCompany*)", "SettingsUIState*(SettingsUIState*,UpdateSettings*)", "SettingsUIState*(SettingsUIState*,UpdateUserSettings*)", "SettingsUIState*(SettingsUIState*,ResetSettings*)", "SettingsUIState*(SettingsUIState*,SaveCompanySuccess*)", "SettingsUIState*(SettingsUIState*,SaveGroupSuccess*)", "SettingsUIState*(SettingsUIState*,SaveClientSuccess*)", "SettingsUIState*(SettingsUIState*,SaveAuthUserSuccess*)", "SettingsUIState*(SettingsUIState*,FilterSettings*)", "SettingsUIState*(SettingsUIState*,ClearSettingsFilter*)", "SettingsUIState*(SettingsUIState*,UpdateSettingsTab*)", "SettingsUIState*(SettingsUIState*,UpdateSettingsTemplate*)", "SettingsUIState*(SettingsUIState*,UpdatedSetting*)", "StaticStateBuilder*(StaticStateBuilder*)", "CurrencyEntity*(@)", "SizeEntity*(@)", "IndustryEntity*(@)", "TimezoneEntity*(@)", "DateFormatEntity*(@)", "LanguageEntity*(@)", "PaymentTypeEntity*(@)", "CountryEntity*(@)", "GatewayEntity*(@)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "BuiltMap*(List<@>*)", "FontEntity*(@)", "~(UpdateSelectionIntent)", "~(ExpandSelectionToDocumentBoundaryIntent)", "~(ExpandSelectionToLineBreakIntent)", "Null(BuiltList*)", "SubscriptionUIStateBuilder*(SubscriptionUIStateBuilder*)", "bool*(bool*,ViewSubscription*)", "bool*(bool*,ViewSubscriptionList*)", "bool*(bool*,FilterSubscriptionsByState*)", "bool*(bool*,FilterSubscriptions*)", "bool*(bool*,FilterSubscriptionsByCustom1*)", "bool*(bool*,FilterSubscriptionsByCustom2*)", "bool*(bool*,FilterSubscriptionsByCustom3*)", "bool*(bool*,FilterSubscriptionsByCustom4*)", "int*(int*,UpdateSubscriptionTab*)", "String*(String*,ArchiveSubscriptionsSuccess*)", "String*(String*,DeleteSubscriptionsSuccess*)", "String*(String*,SortSubscriptions*)", "String*(String*,FilterSubscriptions*)", "String*(String*,FilterSubscriptionsByState*)", "String*(String*,FilterSubscriptionsByCustom1*)", "String*(String*,FilterSubscriptionsByCustom2*)", "String*(String*,FilterSubscriptionsByCustom3*)", "String*(String*,FilterSubscriptionsByCustom4*)", "SubscriptionEntity*(SubscriptionEntity*,RestoreSubscriptionsSuccess*)", "SubscriptionEntity*(SubscriptionEntity*,ArchiveSubscriptionsSuccess*)", "SubscriptionEntity*(SubscriptionEntity*,DeleteSubscriptionsSuccess*)", "SubscriptionEntity*(SubscriptionEntity*,UpdateSubscription*)", "TextEditingValue(TextEditingValue,TextInputFormatter)", "SelectionRect?(int)", "bool(SelectionRect?)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "SubscriptionEntity*(@)", "SelectionRect(SelectionRect?)", "Future<~>(PasteTextIntent)", "Null(BuiltList*)", "TaskUIStateBuilder*(TaskUIStateBuilder*)", "bool*(bool*,ViewTask*)", "bool*(bool*,ViewTaskList*)", "bool*(bool*,FilterTasksByState*)", "bool*(bool*,FilterTasks*)", "bool*(bool*,FilterTasksByCustom1*)", "bool*(bool*,FilterTasksByCustom2*)", "bool*(bool*,FilterTasksByCustom3*)", "bool*(bool*,FilterTasksByCustom4*)", "int*(int*,UpdateTaskTab*)", "int*(int*,UpdateKanban*)", "int*(int*,EditTask*)", "int*(int*,EditTaskTime*)", "String*(String*,ArchiveTaskSuccess*)", "String*(String*,DeleteTaskSuccess*)", "String*(String*,ViewTask*)", "String*(String*,AddTaskSuccess*)", "String*(String*,SortTasks*)", "String*(String*,FilterTasks*)", "String*(String*,FilterTasksByState*)", "String*(String*,FilterTasksByStatus*)", "String*(String*,FilterTasksByCustom1*)", "String*(String*,FilterTasksByCustom2*)", "String*(String*,FilterTasksByCustom3*)", "String*(String*,FilterTasksByCustom4*)", "TaskEntity*(TaskEntity*,RestoreTaskSuccess*)", "TaskEntity*(TaskEntity*,ArchiveTaskSuccess*)", "TaskEntity*(TaskEntity*,StartTasksSuccess*)", "TaskEntity*(TaskEntity*,StopTasksSuccess*)", "TaskEntity*(TaskEntity*,DeleteTaskSuccess*)", "TaskEntity*(TaskEntity*,UpdateTask*)", "~(TextEditingValue)", "CompositedTransformTarget(BuildContext,ViewportOffset)", "List*(BuiltMap*,String*,BuiltMap*,BuiltMap*,BuiltMap*)", "bool(HitTestEntry)", "TextSelection(TextSelection)", "TaskEntity*(@)", "~(UndoTextIntent)", "~(RedoTextIntent)", "~(ChartStateBehavior>,AnimationController)", "Null(BuiltList*)", "TaskStatusUIStateBuilder*(TaskStatusUIStateBuilder*)", "bool*(bool*,ViewTaskStatus*)", "bool*(bool*,ViewTaskStatusList*)", "bool*(bool*,FilterTaskStatusesByState*)", "bool*(bool*,FilterTaskStatuses*)", "bool*(bool*,FilterTaskStatusesByCustom1*)", "bool*(bool*,FilterTaskStatusesByCustom2*)", "bool*(bool*,FilterTaskStatusesByCustom3*)", "bool*(bool*,FilterTaskStatusesByCustom4*)", "String*(String*,ArchiveTaskStatusesSuccess*)", "String*(String*,DeleteTaskStatusesSuccess*)", "String*(String*,SortTaskStatuses*)", "String*(String*,FilterTaskStatuses*)", "String*(String*,FilterTaskStatusesByState*)", "String*(String*,FilterTaskStatusesByCustom1*)", "String*(String*,FilterTaskStatusesByCustom2*)", "String*(String*,FilterTaskStatusesByCustom3*)", "String*(String*,FilterTaskStatusesByCustom4*)", "TaskStatusEntity*(TaskStatusEntity*,RestoreTaskStatusesSuccess*)", "TaskStatusEntity*(TaskStatusEntity*,ArchiveTaskStatusesSuccess*)", "TaskStatusEntity*(TaskStatusEntity*,DeleteTaskStatusesSuccess*)", "TaskStatusEntity*(TaskStatusEntity*,UpdateTaskStatus*)", "DiagnosticsNode(FocusNode)", "bool(KeyMessage)", "~(_FocusTraversalGroupInfo)", "List*(BuiltList*,BuiltMap*)", "List*(BuiltMap*,BuiltList*,StaticState*,BuiltMap*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "int*(String*,BuiltMap*)", "TaskStatusEntity*(@)", "bool(_DirectionalPolicyDataEntry)", "Widget(LegendEntry<@>)", "bool(TraversalDirection)", "Null(BuiltList*)", "TaxRateUIStateBuilder*(TaxRateUIStateBuilder*)", "bool*(bool*,ViewTaxRate*)", "bool*(bool*,ViewTaxRateList*)", "bool*(bool*,FilterTaxRatesByState*)", "bool*(bool*,FilterTaxRates*)", "String*(String*,ArchiveTaxRatesSuccess*)", "String*(String*,DeleteTaxRatesSuccess*)", "String*(String*,ViewTaxRate*)", "String*(String*,AddTaxRateSuccess*)", "String*(String*,SortTaxRates*)", "String*(String*,FilterTaxRates*)", "String*(String*,FilterTaxRatesByState*)", "TaxRateEntity*(TaxRateEntity*,RestoreTaxRatesSuccess*)", "TaxRateEntity*(TaxRateEntity*,ArchiveTaxRatesSuccess*)", "TaxRateEntity*(TaxRateEntity*,DeleteTaxRatesSuccess*)", "TaxRateEntity*(TaxRateEntity*,UpdateTaxRate*)", "Set(_ReadingOrderSortData)", "~(int,@)", "List(BuildContext)", "Rect(_ReadingOrderSortData)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "int(_ReadingOrderDirectionalGroupData,_ReadingOrderDirectionalGroupData)", "List<_ReadingOrderSortData>(_ReadingOrderSortData,Iterable<_ReadingOrderSortData>)", "bool(_ReadingOrderSortData)", "Null(BuiltList*)", "TokenUIStateBuilder*(TokenUIStateBuilder*)", "bool*(bool*,ViewToken*)", "bool*(bool*,ViewTokenList*)", "bool*(bool*,FilterTokensByState*)", "bool*(bool*,FilterTokens*)", "bool*(bool*,FilterTokensByCustom1*)", "bool*(bool*,FilterTokensByCustom2*)", "bool*(bool*,FilterTokensByCustom3*)", "bool*(bool*,FilterTokensByCustom4*)", "String*(String*,ArchiveTokensSuccess*)", "String*(String*,DeleteTokensSuccess*)", "String*(String*,SortTokens*)", "String*(String*,FilterTokens*)", "String*(String*,FilterTokensByState*)", "String*(String*,FilterTokensByCustom1*)", "String*(String*,FilterTokensByCustom2*)", "String*(String*,FilterTokensByCustom3*)", "String*(String*,FilterTokensByCustom4*)", "TokenEntity*(TokenEntity*,RestoreTokensSuccess*)", "TokenEntity*(TokenEntity*,ArchiveTokensSuccess*)", "TokenEntity*(TokenEntity*,DeleteTokensSuccess*)", "TokenEntity*(TokenEntity*,UpdateToken*)", "bool(FormFieldState<@>)", "Element0?(Element0)", "Object?(int,Element0?)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "TokenEntity*(@)", "PrefStateSortFieldBuilder*(PrefStateSortFieldBuilder*)", "MapBuilder*(MapBuilder*)", "BuiltMap*(BuiltMap*,SortClients*)", "BuiltMap*(BuiltMap*,SortProducts*)", "BuiltMap*(BuiltMap*,SortInvoices*)", "BuiltMap*(BuiltMap*,SortPayments*)", "BuiltMap*(BuiltMap*,SortRecurringInvoices*)", "BuiltMap*(BuiltMap*,SortQuotes*)", "BuiltMap*(BuiltMap*,SortCredits*)", "BuiltMap*(BuiltMap*,SortProjects*)", "BuiltMap*(BuiltMap*,SortTasks*)", "BuiltMap*(BuiltMap*,SortVendors*)", "BuiltMap*(BuiltMap*,SortExpenses*)", "BuiltMap*(BuiltMap*,SortPaymentTerms*)", "BuiltMap*(BuiltMap*,SortTaxRates*)", "BuiltMap*(BuiltMap*,SortCompanyGateways*)", "BuiltMap*(BuiltMap*,SortUsers*)", "BuiltMap*(BuiltMap*,SortGroups*)", "BuiltMap*(BuiltMap*,SortDesigns*)", "BuiltMap*(BuiltMap*,SortTokens*)", "BuiltMap*(BuiltMap*,SortWebhooks*)", "BuiltMap*(BuiltMap*,SortExpenseCategories*)", "BuiltMap*(BuiltMap*,SortTaskStatuses*)", "BuiltMap*(BuiltMap*,SortSubscriptions*)", "BuiltMap*(BuiltMap*,ToggleEditorLayout*)", "Padding(Widget)", "BuiltMap*(BuiltMap*,ToggleViewerLayout*)", "int(TableRow)", "double*(double*,UpdateUserPreferences*)", "bool*(bool*,DismissGatewayWarningPermanently*)", "AppLayout*(AppLayout*,UpdateUserPreferences*)", "ModuleLayout*(ModuleLayout*,UpdateUserPreferences*)", "ModuleLayout*(ModuleLayout*,SwitchListTableLayout*)", "int*(int*,UpdateUserPreferences*)", "DoubleTapGestureRecognizer()", "bool*(bool*,TogglePreviewSidebar*)", "String*(String*,UpdateUserPreferences*)", "BuiltMap*(BuiltMap*,UpdateUserPreferences*)", "CompanyPrefStateBuilder*(CompanyPrefStateBuilder*)", "BuiltList*(BuiltList*,PopLastHistory*)", "~(DoubleTapGestureRecognizer)", "BuiltList*(BuiltList*,ViewDashboard*)", "BuiltList*(BuiltList*,ViewReports*)", "BuiltList*(BuiltList*,ViewSettings*)", "BuiltList*(BuiltList*,ViewClient*)", "BuiltList*(BuiltList*,EditClient*)", "BuiltList*(BuiltList*,ViewProduct*)", "BuiltList*(BuiltList*,EditProduct*)", "BuiltList*(BuiltList*,ViewInvoice*)", "BuiltList*(BuiltList*,EditInvoice*)", "BuiltList*(BuiltList*,ViewPayment*)", "BuiltList*(BuiltList*,EditPayment*)", "BuiltList*(BuiltList*,ViewQuote*)", "BuiltList*(BuiltList*,EditQuote*)", "BuiltList*(BuiltList*,ViewTask*)", "BuiltList*(BuiltList*,EditTask*)", "BuiltList*(BuiltList*,ViewProject*)", "BuiltList*(BuiltList*,EditProject*)", "BuiltList*(BuiltList*,ViewVendor*)", "BuiltList*(BuiltList*,EditVendor*)", "BuiltList*(BuiltList*,ViewExpense*)", "BuiltList*(BuiltList*,EditExpense*)", "BuiltList*(BuiltList*,ViewCompanyGateway*)", "BuiltList*(BuiltList*,EditCompanyGateway*)", "BuiltList*(BuiltList*,ViewUser*)", "BuiltList*(BuiltList*,EditUser*)", "BuiltList*(BuiltList*,ViewGroup*)", "BuiltList*(BuiltList*,EditGroup*)", "BuiltList*(BuiltList*,ViewPurchaseOrder*)", "BuiltList*(BuiltList*,EditPurchaseOrder*)", "BuiltList*(BuiltList*,ViewRecurringExpense*)", "BuiltList*(BuiltList*,EditRecurringExpense*)", "BuiltList*(BuiltList*,ViewSubscription*)", "BuiltList*(BuiltList*,EditSubscription*)", "BuiltList*(BuiltList*,ViewTaskStatus*)", "BuiltList*(BuiltList*,EditTaskStatus*)", "BuiltList*(BuiltList*,ViewExpenseCategory*)", "BuiltList*(BuiltList*,EditExpenseCategory*)", "BuiltList*(BuiltList*,ViewRecurringInvoice*)", "BuiltList*(BuiltList*,EditRecurringInvoice*)", "BuiltList*(BuiltList*,ViewWebhook*)", "BuiltList*(BuiltList*,EditWebhook*)", "BuiltList*(BuiltList*,ViewToken*)", "BuiltList*(BuiltList*,EditToken*)", "BuiltList*(BuiltList*,ViewPaymentTerm*)", "BuiltList*(BuiltList*,EditPaymentTerm*)", "BuiltList*(BuiltList*,EditDesign*)", "BuiltList*(BuiltList*,ViewCredit*)", "BuiltList*(BuiltList*,EditCredit*)", "BuiltList*(BuiltList*,FilterByEntity*)", "int*(int*,UpdateCurrentRoute*)", "String*(String*,FilterCompany*)", "String*(String*,ViewDashboard*)", "Null(EntityType*,StopLoading*)", "EntityType*(EntityType*,LoadClientsRequest*)", "EntityType*(EntityType*,LoadProductsRequest*)", "EntityType*(EntityType*,LoadInvoicesRequest*)", "EntityType*(EntityType*,LoadRecurringInvoicesRequest*)", "EntityType*(EntityType*,LoadPaymentsRequest*)", "EntityType*(EntityType*,LoadQuotesRequest*)", "EntityType*(EntityType*,LoadCreditsRequest*)", "EntityType*(EntityType*,LoadProjectsRequest*)", "EntityType*(EntityType*,LoadTasksRequest*)", "EntityType*(EntityType*,LoadVendorsRequest*)", "EntityType*(EntityType*,LoadExpensesRequest*)", "EntityType*(EntityType*,LoadRecurringExpensesRequest*)", "int*(int*,FilterCompany*)", "int*(int*,ViewDashboard*)", "String*(String*,UpdateCurrentRoute*)", "int*(int*,SelectCompany*)", "BuiltList*(BuiltList*,PreviewEntity*)", "BuiltList*(BuiltList*,ClearPreviewStack*)", "BuiltList*(BuiltList*,PopPreviewStack*)", "BuiltList*(BuiltList*,ClearEntityFilter*)", "BuiltList*(BuiltList*,FilterByEntity*)", "BuiltList*(BuiltList*,PopFilterStack*)", "String*(ClientEntityBuilder*)", "String*(ExpenseEntityBuilder*)", "String*(TaskEntityBuilder*)", "String*(VendorEntityBuilder*)", "Padding(int)", "List(Size)", "_Future<@>?()", "Null(BuiltList*)", "UserUIStateBuilder*(UserUIStateBuilder*)", "bool*(bool*,ViewUser*)", "bool*(bool*,ViewUserList*)", "bool*(bool*,FilterUsersByState*)", "bool*(bool*,FilterUsers*)", "bool*(bool*,FilterUsersByCustom1*)", "bool*(bool*,FilterUsersByCustom2*)", "bool*(bool*,FilterUsersByCustom3*)", "bool*(bool*,FilterUsersByCustom4*)", "String*(String*,ArchiveUserSuccess*)", "String*(String*,DeleteUserSuccess*)", "String*(String*,ViewUser*)", "String*(String*,AddUserSuccess*)", "String*(String*,SortUsers*)", "String*(String*,FilterUsers*)", "String*(String*,FilterUsersByState*)", "String*(String*,FilterUsersByCustom1*)", "String*(String*,FilterUsersByCustom2*)", "String*(String*,FilterUsersByCustom3*)", "String*(String*,FilterUsersByCustom4*)", "UserEntity*(UserEntity*,RestoreUserSuccess*)", "UserEntity*(UserEntity*,ArchiveUserSuccess*)", "UserEntity*(UserEntity*,DeleteUserSuccess*)", "UserEntity*(UserEntity*,UpdateUser*)", "Future()", "HttpRequest()", "ChartContainerRenderObject<@>()", "Promise<1&>([RunAppFnParameters?])", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,String*)", "SkImage()", "ScaleGestureRecognizer()", "~(ScaleGestureRecognizer)", "~(RenderSemanticsGestureHandler)", "Null(BuiltList*)", "VendorUIStateBuilder*(VendorUIStateBuilder*)", "bool*(bool*,ViewVendor*)", "bool*(bool*,ViewVendorList*)", "bool*(bool*,FilterVendorsByState*)", "bool*(bool*,FilterVendors*)", "bool*(bool*,FilterVendorsByCustom1*)", "bool*(bool*,FilterVendorsByCustom2*)", "bool*(bool*,FilterVendorsByCustom3*)", "bool*(bool*,FilterVendorsByCustom4*)", "int*(int*,UpdateVendorTab*)", "~(StatefulElement,Object)", "String*(String*,ArchiveVendorSuccess*)", "String*(String*,DeleteVendorSuccess*)", "String*(String*,ViewVendor*)", "String*(String*,AddVendorSuccess*)", "String*(String*,SortVendors*)", "String*(String*,FilterVendors*)", "String*(String*,FilterVendorsByState*)", "String*(String*,FilterVendorsByCustom1*)", "String*(String*,FilterVendorsByCustom2*)", "String*(String*,FilterVendorsByCustom3*)", "String*(String*,FilterVendorsByCustom4*)", "VendorEntity*(VendorEntity*,RestoreVendorSuccess*)", "VendorEntity*(VendorEntity*,ArchiveVendorSuccess*)", "VendorEntity*(VendorEntity*,DeleteVendorSuccess*)", "VendorEntity*(VendorEntity*,UpdateVendor*)", "_Future<@>(@)", "~(_HeroFlight)", "Widget(BuildContext,Animation0,HeroFlightDirection,BuildContext,BuildContext)", "List*(BuiltMap*,BuiltList*,BuiltMap*,StaticState*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*,StaticState*)", "EntityStats*(String*,BuiltMap*)", "Null(String*,VendorEntity*)", "double*(String*,String*,BuiltMap*,BuiltList*)", "VendorEntity*(@)", "bool(_HeroFlight)", "IconTheme(BuildContext)", "~(Object,StackTrace?)", "Null(BuiltList*)", "WebhookUIStateBuilder*(WebhookUIStateBuilder*)", "bool*(bool*,ViewWebhook*)", "bool*(bool*,ViewWebhookList*)", "bool*(bool*,FilterWebhooksByState*)", "bool*(bool*,FilterWebhooks*)", "bool*(bool*,FilterWebhooksByCustom1*)", "bool*(bool*,FilterWebhooksByCustom2*)", "bool*(bool*,FilterWebhooksByCustom3*)", "bool*(bool*,FilterWebhooksByCustom4*)", "String*(String*,ArchiveWebhooksSuccess*)", "String*(String*,DeleteWebhooksSuccess*)", "String*(String*,SortWebhooks*)", "String*(String*,FilterWebhooks*)", "String*(String*,FilterWebhooksByState*)", "String*(String*,FilterWebhooksByCustom1*)", "String*(String*,FilterWebhooksByCustom2*)", "String*(String*,FilterWebhooksByCustom3*)", "String*(String*,FilterWebhooksByCustom4*)", "WebhookEntity*(WebhookEntity*,RestoreWebhooksSuccess*)", "WebhookEntity*(WebhookEntity*,ArchiveWebhooksSuccess*)", "WebhookEntity*(WebhookEntity*,DeleteWebhooksSuccess*)", "WebhookEntity*(WebhookEntity*,UpdateWebhook*)", "DirectoryNode?(DirectoryNode,bool)", "RealNode?(DirectoryNode,bool)", "FileNode()", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "WebhookEntity*(@)", "bool(bool)", "BoxConstraintsTween(@)", "Matrix4Tween(@)", "StoreConnector*>*(BuildContext*)", "BuiltList*(Store*)", "Container*(BuildContext*,BuiltList*)", "CheckboxListTile*(EntityState*)", "StoreConnector*>*(BuildContext*)", "BuiltList*(Store*)", "Container*(BuildContext*,BuiltList*)", "CheckboxListTile*(EntityStatus*)", "StoreConnector*(BuildContext*)", "ListUIState*(Store*)", "Container*(BuildContext*,ListUIState*)", "TextStyleTween(@)", "BorderRadiusTween(@)", "~(FileNode)", "BottomAppBar*(BuildContext*,Store*)", "Future<@>(_Pending)", "Map(List<@>)", "BuiltList*(Store*)", "Container*(BuildContext*,BuiltList*)", "CheckboxListTile*(String*)", "Map(Map)", "Null(Map)", "ConfirmEmail*(BuildContext*,ConfirmEmailVM*)", "FileNode(FileNode)", "Padding*(TextButton*)", "bool(Route<@>?)", "MultiSelectList*(BuildContext*)", "bool(OverlayEntry)", "Future<@>(@)", "Padding*(MapEntry*)", "~(Node2)", "_RouteEntry(Route<@>)", "String(Object?)", "DocumentTile*(DocumentEntity*)", "MapEntry>(@,@)", "RenderBox?()", "Container*(BuildContext*,String*)", "Text*(BuildContext*,String*,Object*)", "ClipRect(BuildContext,Widget?)", "Viewport(BuildContext,ViewportOffset)", "_HtmlElementViewController(PlatformViewCreationParams)", "PlatformViewSurface(BuildContext,PlatformViewController)", "Future<~>(PointerEvent)", "~(_DragInfo,Offset,Offset)", "StatefulWidget*(EntityAction*)", "@(EntityAction*)", "StatelessWidget*(EntityAction*)", "Node2?(DirectoryNode,String,Node2?,int,int)", "Null(RestorationBucket?)", "~(RestorableProperty)", "RestorationScope(BuildContext,Widget?)", "EntityDropdownDialog*(BuildContext*)", "Null(SelectableEntity*[bool*])", "@(BuildContext*,Completer<@>*)", "Actions(BuildContext)", "List*(TextEditingValue*)", "SelectableEntity*(String*)", "bool*(SelectableEntity*)", "String*(SelectableEntity*)", "IgnorePointer(BuildContext,Widget?)", "IOSScrollViewFlingVelocityTracker(PointerEvent)", "Theme*(BuildContext*,~(SelectableEntity*)*,Iterable*)", "Builder*(BuildContext*,int*)", "Container*(BuildContext*)", "EntityAutocompleteListTile*(BuildContext*,int*)", "PopupMenuButton*(BuildContext*,int*)", "~(@,StackTrace)", "List*>*(BuildContext*)", "PopupMenuItem*(EntityType*)", "Padding*(BuildContext*,BoxConstraints*)", "Widget(BuildContext,ViewportOffset)", "bool(ScrollUpdateNotification)", "int?(Widget,int)", "Null(Color*)", "~(File,Uint8List?,String?,Stream>?)", "bool(ScrollMetrics?)", "List*>*(BuildContext*)", "PopupMenuItem*(int*)", "_ThumbPressGestureRecognizer()", "~(_ThumbPressGestureRecognizer)", "DataRow*(String*)", "Future(String)", "_TrackTapGestureRecognizer()", "~(_TrackTapGestureRecognizer)", "~(PointerHoverEvent)", "HistoryDrawer*(BuildContext*,AppDrawerVM*)", "List(LogicalKeyboardKey)", "BaseEntity*(InvitationEntity*)", "~(ShortcutActivator,Intent)", "List<_ActivatorIntentPair>()", "_SingleChildViewport(BuildContext,ViewportOffset)", "~(RenderBox)", "DropdownMenuItem*(TaxRateEntity*)", "Element0?()", "Null(PointerExitEvent*)", "bool(TableRow)", "Decoration?(TableRow)", "_TableElementRow(TableRow)", "Element0(Widget)", "String*(EntityStatus*)", "bool(_TableElementRow)", "ListTile*(BuildContext*,BoxConstraints*)", "bool(List)", "Widget*(BuildContext*,Store*)", "Iterable(_TableElementRow)", "Widget*(CompanyEntity*{showAccentColor:bool*})", "bool*(UserCompanyState*)", "PopupMenuItem*(CompanyEntity*)", "List*(BuildContext*)", "DropdownMenuItem*(CompanyEntity*)", "Future*()", "RenderBox(Element0)", "ContactUsDialog*(BuildContext*)", "UpdateDialog*(BuildContext*)", "List(_TableElementRow)", "HealthCheckDialog*(BuildContext*)", "~(DragStartDetails,DragUpdateDetails)", "MenuDrawer*(BuildContext*,MenuDrawerVM*)", "Null(BuildContext*,int*,CompanyEntity*)", "_TheState*()", "Stack*(BuildContext*,BoxConstraints*)", "List*>*(BuildContext*)", "ForcePressGestureRecognizer()", "_SelectRow*()", "~(ForcePressGestureRecognizer)", "CacheInfoRepository(bool)", "ExpansionPanel*(SystemLogEntity*)", "ListTile*(BuildContext*,bool*)", "Future<~>(CacheObject?)", "List(List)", "Widget(Color)", "Rect*()*(RenderBox*)", "bool*(BuildContext*)", "Rect*()", "~(AnimationStatus*)", "SynchronousFuture()", "DataRow0*()", "SynchronousFuture()", "Card*(BuildContext*,BoxConstraints*)", "~(String,Map)", "~(BaseEntity*)", "Column*()", "~(Object,StackTrace,Object?)", "Flexible(Widget)", "DataColumn0*(String*)", "int*(int*)", "~(SlidableAutoCloseNotification)", "~(SlidableAutoCloseBarrierNotification)", "IgnorePointer(BuildContext)", "~(ToastFuture)", "TextButton*(String*)", "@(Store*)", "Container*(BuildContext*,Store*)", "LoginView*(BuildContext*,LoginVM*)", "~({context:BuildContext*,isSignUp:bool*})", "Future<~>(String,ByteData?,~(ByteData?)?)", "GoogleSignInAccount?/(~)", "TickerFuture({from:double?})", "Future*(BuildContext*,Completer*{email:String*,password:String*})", "Future*(BuildContext*,Completer*{email:String*,secret:String*,url:String*})", "Future*(BuildContext*,Completer*{email:String*,oneTimePassword:String*,password:String*,secret:String*,url:String*})", "Future*(BuildContext*,Completer*{token:String*})", "GoogleSignInTokenData(Map?)", "EntityList*(BuildContext*,ClientListVM*)", "ClientListItem*(BuildContext*,int*)", "Null(Response*)", "Null(GoogleAuth)", "ClientPdfVM*(Store*)", "ClientPdfView*(BuildContext*,ClientPdfVM*)", "String*(ClientContactEntity*)", "Null(GoogleAuthInitFailureError)", "ClientScreen*(BuildContext*,ClientScreenVM*)", "ContactEditDetails*(BuildContext*)", "ContactListTile0*(ClientContactEntity*)", "ClientEditContactsVM*(Store*)", "ClientEditContacts*(BuildContext*,ClientEditContactsVM*)", "Null(ClientContactEntity*,int*)", "ClientEditVM*(Store*)", "ClientEdit*(BuildContext*,ClientEditVM*)", "@(ClientEntity*)", "~(_AnimationDirection)", "~({canceled:bool})", "~(Element)", "String(StringToken)", "bool(Set)", "bool(Selector)", "Map>()", "Column*(ClientContactEntity*)", "bool*(LedgerEntity*)", "Null(GatewayTokenEntity*)", "TokenMeta*(GatewayTokenEntity*)", "ClientViewVM*(Store*)", "ClientView*(BuildContext*,ClientViewVM*)", "List()", "~(int,bool(FlutterHtmlKeyboardEvent))", "~(Rule)", "CompanyGatewayListItem*(String*)", "CompanyGatewayList*(BuildContext*,CompanyGatewayListVM*)", "CompanyGatewayScreen*(BuildContext*,CompanyGatewayScreenVM*)", "int(String?,String?)", "GatewayConfigField*(String*)", "bool(int,int)", "CompanyGatewayEditVM*(Store*)", "CompanyGatewayEdit*(BuildContext*,CompanyGatewayEditVM*)", "CompanyGatewayViewVM*(Store*)", "CompanyGatewayView*(BuildContext*,CompanyGatewayViewVM*)", "Rule()", "EmailCreditVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailCreditVM*)", "String(String,Color)", "EntityList*(BuildContext*,CreditListVM*)", "CreditListItem*(BuildContext*,int*)", "CreditPdfVM*(Store*)", "InvoicePdfView*(BuildContext*,CreditPdfVM*)", "CreditScreen*(BuildContext*,CreditScreenVM*)", "Promise<1&>()", "String?(RegExpMatch)", "~(Node0)", "CreditEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,CreditEditDetailsVM*)", "Future(Client0)", "Future(Client0)", "bool(String,String)", "CreditEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,CreditEditItemsVM*)", "int(String)", "CreditEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,CreditEditNotesVM*)", "CreditEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,CreditEditPDFVM*)", "CreditEditVM*(Store*)", "CreditEdit*(BuildContext*,CreditEditVM*)", "Null(ByteData)", "String(List)", "CreditViewVM*(Store*)", "InvoiceView*(BuildContext*,CreditViewVM*)", "MediaType()", "XFile(File)", "~(SelectionModel<@>*)", "bool*(SeriesDatum<@>*)", "Null(SeriesDatum<@>*)", "InkWell*(ChartDataGroup*)", "List(String)", "DateRange*()", "DropdownMenuItem*(DateRangeComparison*)", "Null(DateRangeComparison*)", "DateRangeComparison*()", "DashboardDateRangePicker*(BuildContext*)", "Material*(BuildContext*,BoxConstraints*)", "List*>*(BuildContext*)", "PopupMenuItem*(DateRange*)", "RegExp()", "Card*(TaskEntity*)", "Null(ChartDataGroup*)", "DateTime(int,int,int,int,int,int,int,bool)", "bool(_DateFormatField)", "_DateFormatQuotedField(String,DateFormat)", "SettingsWizard*(BuildContext*)", "AccountEntityBuilder*(AccountEntityBuilder*)", "_DateFormatPatternField(String,DateFormat)", "Widget*(BuildContext*,DashboardVM*)", "@(DashboardSettings*)", "Null(EntityType*,List*)", "_DateFormatLiteralField(String,DateFormat)", "~(Element2)", "String?(NumberSymbols)", "String(NumberSymbols)", "~(List<@>,MutationObserver)", "EntityList*(BuildContext*,DesignListVM*)", "DesignListItem*(BuildContext*,int*)", "DesignScreen*(BuildContext*,DesignScreenVM*)", "~({debounce:bool*})", "~(DesignEntity*)", "~(String,int)", "~(String,int?)", "Uint8List(@,@)", "DesignEditVM*(Store*)", "DesignEdit*(BuildContext*,DesignEditVM*)", "DesignViewVM*(Store*)", "DesignView*(BuildContext*,DesignViewVM*)", "EntityList*(BuildContext*,DocumentListVM*)", "DocumentListItem*(BuildContext*,int*)", "DocumentScreen*(BuildContext*,DocumentScreenVM*)", "TargetPlatform?()", "DocumentEditVM*(Store*)", "DocumentEdit*(BuildContext*,DocumentEditVM*)", "DocumentViewVM*(Store*)", "DocumentView*(BuildContext*,DocumentViewVM*)", "TargetPlatform()", "Null(String*,GatewayOptionsEntity*)", "bool(DiagnosticsNode?)", "ExpenseEditVM*(Store*)", "Uint8List({seed:int})", "EntityList*(BuildContext*,ExpenseListVM*)", "bool(StackFrame)", "ErrorDescription(String)", "ExpenseScreen*(BuildContext*,ExpenseScreenVM*)", "Padding*(ExpenseScheduleEntity*)", "ExpenseViewVM*(Store*)", "ExpenseView*(BuildContext*,ExpenseViewVM*)", "ExpenseCategoryEditVM*(Store*)", "ExpenseCategoryEdit*(BuildContext*,ExpenseCategoryEditVM*)", "EntityList*(BuildContext*,ExpenseCategoryListVM*)", "ExpenseCategoryListItem*(BuildContext*,int*)", "ExpenseCategoryScreen*(BuildContext*,ExpenseCategoryScreenVM*)", "ExpenseCategoryViewVM*(Store*)", "ExpenseCategoryView*(BuildContext*,ExpenseCategoryViewVM*)", "GroupEditVM*(Store*)", "GroupEdit*(BuildContext*,GroupEditVM*)", "EntityList*(BuildContext*,GroupListVM*)", "GroupListItem*(BuildContext*,int*)", "GroupSettingsScreen*(BuildContext*,GroupScreenVM*)", "GroupViewVM*(Store*)", "GroupView*(BuildContext*,GroupViewVM*)", "int*(VendorContactEntity*,VendorContactEntity*)", "_VendorContactListTile*(VendorContactEntity*)", "int*(ClientContactEntity*,ClientContactEntity*)", "_ClientContactListTile*(ClientContactEntity*)", "InvoiceEditContactsVM*(Store*)", "InvoiceEditContacts*(BuildContext*,InvoiceEditContactsVM*)", "String(DiagnosticsNode)", "Null(InvitationEntity*)", "Element2()", "~(Blob?)", "bool(Element2)", "~(Iterable)", "InvoiceEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,InvoiceEditDetailsVM*)", "ItemEditDetails*(BuildContext*)", "Future*(Duration*)", "Expanded*(Widget*)", "Text*(String*)", "Expanded*(Text*)", "Focus*(String*)", "List*(TextEditingValue*)", "String*(ProductEntity*)", "Theme*(BuildContext*,~(ProductEntity*)*,Iterable*)", "InvitationEntity*(InvitationEntity*)", "InvoiceHistoryEntity*(ActivityEntity*)", "~(DomException)", "double*(double*,double*)", "InvoiceEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,InvoiceEditItemsVM*)", "InvoiceEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,InvoiceEditNotesVM*)", "InvoiceEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,InvoiceEditPDFVM*)", "InvoiceEditVM*(Store*)", "InvoiceEdit*(BuildContext*,InvoiceEditVM*)", "Map*()", "EmailInvoiceVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailInvoiceVM*)", "EntityList*(BuildContext*,InvoiceListVM*)", "InvoicePdfVM*(Store*)", "InvoicePdfView*(BuildContext*,InvoicePdfVM*)", "bool(DiagnosticsNode)", "InvoiceScreen*(BuildContext*,InvoiceScreenVM*)", "LicenseParagraph()", "_InvitationListTile*(InvitationEntity*)", "@(DocumentEntity*)", "int*(ActivityEntity*,ActivityEntity*)", "~(AbstractNode)", "InvoiceItemListTile*(BuildContext*)", "Widget*(String*,double*)", "Null(String*,double*)", "Padding*(InvoiceScheduleEntity*)", "InvoiceViewVM*(Store*)", "InvoiceView*(BuildContext*,InvoiceViewVM*)", "Null(BuildContext*,DocumentEntity*)", "String(GestureArenaMember)", "_GestureArena()", "PaymentEditVM*(Store*)", "PaymentEdit*(BuildContext*,PaymentEditVM*)", "~(PointerDataPacket)", "EntityList*(BuildContext*,PaymentListVM*)", "InvoiceEntity*(PaymentableEntity*)", "Padding*(InvoiceEntity*)", "PaymentScreen*(BuildContext*,PaymentScreenVM*)", "PaymentRefundVM*(Store*)", "PaymentRefund*(BuildContext*,PaymentRefundVM*)", "Future*(BuildContext*,Completer*)", "PaymentViewVM*(Store*)", "PaymentView*(BuildContext*,PaymentViewVM*)", "PaymentTermEditVM*(Store*)", "PaymentTermEdit*(BuildContext*,PaymentTermEditVM*)", "EntityList*(BuildContext*,PaymentTermListVM*)", "PaymentTermListItem*(BuildContext*,int*)", "PaymentTermScreen*(BuildContext*,PaymentTermScreenVM*)", "PaymentTermViewVM*(Store*)", "PaymentTermView*(BuildContext*,PaymentTermViewVM*)", "ProductEditVM*(Store*)", "ProductEdit*(BuildContext*,ProductEditVM*)", "EntityList*(BuildContext*,ProductListVM*)", "ProductScreen*(BuildContext*,ProductScreenVM*)", "ProductViewVM*(Store*)", "ProductView*(BuildContext*,ProductViewVM*)", "ProjectEditVM*(Store*)", "ProjectEdit*(BuildContext*,ProjectEditVM*)", "EntityList*(BuildContext*,ProjectListVM*)", "ProjectListItem*(BuildContext*,int*)", "ProjectScreen*(BuildContext*,ProjectScreenVM*)", "ProjectViewVM*(Store*)", "ProjectView*(BuildContext*,ProjectViewVM*)", "PurchaseOrderEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,PurchaseOrderEditDetailsVM*)", "Null(BuildContext*,InvoiceEntity*,VendorEntity*)", "PurchaseOrderEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,PurchaseOrderEditItemsVM*)", "PurchaseOrderEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,PurchaseOrderEditNotesVM*)", "PurchaseOrderEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,PurchaseOrderEditPDFVM*)", "PurchaseOrderEditVM*(Store*)", "PurchaseOrderEdit*(BuildContext*,PurchaseOrderEditVM*)", "EmailPurchaseOrderVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailPurchaseOrderVM*)", "EntityList*(BuildContext*,PurchaseOrderListVM*)", "PurchaseOrderListItem*(BuildContext*,int*)", "PurchaseOrderPdfVM*(Store*)", "InvoicePdfView*(BuildContext*,PurchaseOrderPdfVM*)", "PurchaseOrderScreen*(BuildContext*,PurchaseOrderScreenVM*)", "PurchaseOrderViewVM*(Store*)", "InvoiceView*(BuildContext*,PurchaseOrderViewVM*)", "QuoteEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,QuoteEditDetailsVM*)", "QuoteEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,QuoteEditItemsVM*)", "QuoteEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,QuoteEditNotesVM*)", "QuoteEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,QuoteEditPDFVM*)", "QuoteEditVM*(Store*)", "QuoteEdit*(BuildContext*,QuoteEditVM*)", "EmailQuoteVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailQuoteVM*)", "EntityList*(BuildContext*,QuoteListVM*)", "QuotePdfVM*(Store*)", "InvoicePdfView*(BuildContext*,QuotePdfVM*)", "QuoteScreen*(BuildContext*,QuoteScreenVM*)", "QuoteViewVM*(Store*)", "InvoiceView*(BuildContext*,QuoteViewVM*)", "RecurringExpenseEditVM*(Store*)", "ExpenseEdit*(BuildContext*,RecurringExpenseEditVM*)", "EntityList*(BuildContext*,RecurringExpenseListVM*)", "RecurringExpenseListItem*(BuildContext*,int*)", "RecurringExpenseScreen*(BuildContext*,RecurringExpenseScreenVM*)", "RecurringExpenseViewVM*(Store*)", "ExpenseView*(BuildContext*,RecurringExpenseViewVM*)", "RecurringInvoiceEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,RecurringInvoiceEditDetailsVM*)", "RecurringInvoiceEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,RecurringInvoiceEditItemsVM*)", "RecurringInvoiceEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,RecurringInvoiceEditNotesVM*)", "RecurringInvoiceEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,RecurringInvoiceEditPDFVM*)", "RecurringInvoiceEditVM*(Store*)", "RecurringInvoiceEdit*(BuildContext*,RecurringInvoiceEditVM*)", "EntityList*(BuildContext*,RecurringInvoiceListVM*)", "RecurringInvoiceListItem*(BuildContext*,int*)", "RecurringInvoicePdfVM*(Store*)", "InvoicePdfView*(BuildContext*,RecurringInvoicePdfVM*)", "RecurringInvoiceScreen*(BuildContext*,RecurringInvoiceScreenVM*)", "RecurringInvoiceViewVM*(Store*)", "InvoiceView*(BuildContext*,RecurringInvoiceViewVM*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ClientReportFields*(String*)", "bool*(ClientReportFields*)", "_ButtonSanitizer()", "ListBuilder*()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,StaticState*)", "ContactReportFields*(String*)", "bool*(ContactReportFields*)", "bool(PointerData)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "CreditReportFields*(String*)", "bool*(CreditReportFields*)", "ListBuilder*()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*)", "DocumentReportFields*(String*)", "bool*(DocumentReportFields*)", "List*(BaseEntity*,DocumentEntity*)", "Null(String*,ProductEntity*)", "_PointerEventDescription(PointerData)", "~(CanvasKit)", "ExpenseReportFields*(String*)", "bool*(ExpenseReportFields*)", "Drag?()", "~(_TapTracker)", "InvoiceItemReportFields*(String*)", "bool*(InvoiceItemReportFields*)", "Map<~(PointerEvent),Matrix4?>()", "~(~(PointerEvent),Matrix4?)", "InvoiceReportFields*(String*)", "bool*(InvoiceReportFields*)", "_CombiningGestureArenaMember()", "LicensePage(BuildContext)", "TaxRateReportFields0*(String*)", "bool*(TaxRateReportFields0*)", "~(Node1,Node1?)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "PaymentReportFields*(String*)", "bool*(PaymentReportFields*)", "@(@,@)", "TaxRateReportFields*(String*)", "bool*(TaxRateReportFields*)", "ListBuilder*()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ProductReportFields*(String*)", "bool*(ProductReportFields*)", "_LicenseData(_LicenseData,LicenseEntry)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ProfitAndLossReportFields*(String*)", "bool*(ProfitAndLossReportFields*)", "_LicenseData(_LicenseData)", "LayoutBuilder(BuildContext,AsyncSnapshot<_LicenseData>)", "PurchaseOrderReportFields*(String*)", "bool*(PurchaseOrderReportFields*)", "StatefulWidget(BuildContext,BoxConstraints)", "QuoteItemReportFields*(String*)", "bool*(QuoteItemReportFields*)", "ListBuilder*()", "QuoteReportFields*(String*)", "bool*(QuoteReportFields*)", "Center(BuildContext,int?,Widget?)", "RecurringExpenseReportFields*(String*)", "bool*(RecurringExpenseReportFields*)", "Element2(Node1)", "RecurringInvoiceReportFields*(String*)", "bool*(RecurringInvoiceReportFields*)", "ListBuilder*()", "ListBuilder*()", "String*(@,int*)", "ListBuilder*()", "_PackageListTile(MapEntry)", "DateTime*(@,int*)", "ListBuilder*()", "Null(BuildContext*,EntityAction*)", "Expanded*(BuildContext*)", "ListBuilder*()", "ReportColumnType*(String*)", "@(String*,String*)", "List*(TextEditingValue*)", "bool*(List*)", "String*(List*)", "Theme*(BuildContext*,~(String*)*,Iterable*)", "ReportsScreen*(BuildContext*,ReportsScreenVM*)", "int(String,String)", "Null(BuildContext*,List*)", "Null({chart:String*,customEndDate:String*,customStartDate:String*,group:String*,report:String*,selectedGroup:String*,subgroup:String*})", "Null(List*)", "GroupTotals*(ReportResult*,ReportsUIState*,ReportSettingsEntity*,BuiltMap*,CompanyEntity*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "TaskReportFields*(String*)", "bool*(TaskReportFields*)", "Localizations(BuildContext,int)", "CheckboxListTile*(int*)", "bool*(CompanyEntityBuilder*)", "AccountManagement*(BuildContext*,AccountManagementVM*)", "Future<@>()", "Null(BuildContext*,String*,String*)", "SwitchListTile*(RegistrationFieldEntity*)", "RegistrationFieldEntityBuilder*(RegistrationFieldEntityBuilder*)", "ClientPortal*(BuildContext*,ClientPortalVM*)", "List>(NavigatorState,String)", "Row*(BuildContext*)", "CompanyDetails*(BuildContext*,CompanyDetailsVM*)", "CreditCardsAndBanks*(BuildContext*,CreditCardsAndBanksVM*)", "CustomFields*(BuildContext*,CustomFieldsVM*)", "DataVisualizations*(BuildContext*,DataVisualizationsVM*)", "Widget*(BuildContext*,AsyncSnapshot<@>*)", "ListTile*(BuildContext*)", "~(MapBuilder*)", "FormColorPicker*(String*)", "MaterialPageRoute<~>(RouteSettings)", "DeviceSettings*(BuildContext*,DeviceSettingsVM*)", "BlockSemantics(BuildContext)", "WillPopScope(BuildContext)", "List(BuildContext,_ActionLevel)", "Null(BuildContext*,double*)", "Future*(BuildContext*,String*)", "Future*(BuildContext*,AppLayout*)", "EmailSettings*(BuildContext*,EmailSettingsVM*)", "AnimatedSwitcher(BuildContext,Object?,Widget?)", "ExpenseSettings*(BuildContext*,ExpenseSettingsVM*)", "String?(String)", "GeneratedNumbers*(BuildContext*,GeneratedNumbersVM*)", "Set*>*(PreImportResponse*)", "PreImportResponse*()", "~(ImportType*)", "ImportType*()", "MouseRegion(BuildContext,ScrollController)", "DropdownMenuItem*(ExportType*)", "MaterialRectArcTween(Rect?,Rect?)", "ImportExport*(BuildContext*,ImportExportVM*)", "InvoiceDesign*(BuildContext*,InvoiceDesignVM*)", "Null(BuildContext*,List*)", "_AddCompanyDialog*(BuildContext*)", "LocalizationSettings*(BuildContext*,LocalizationSettingsVM*)", "PaymentSettings*(BuildContext*,PaymentSettingsVM*)", "ProductSettings*(BuildContext*,ProductSettingsVM*)", "SettingsList*(BuildContext*,SettingsListVM*)", "Null(BuildContext*,String*,int*)", "SettingsScreen*(BuildContext*,SettingsScreenVM*)", "ToggleButtons*(BuildContext*,BoxConstraints*)", "TaskSettings*(BuildContext*,TaskSettingsVM*)", "TaxSettings*(BuildContext*,TaxSettingsVM*)", "bool*(EmailTemplate*)", "DropdownMenuItem*(EmailTemplate*)", "Widget(BuildContext,~())", "TemplatesAndReminders*(BuildContext*,TemplatesAndRemindersVM*)", "bool(SurfaceFrame,CkCanvas)", "Future*(GroupEntity*)", "Future*(ClientEntity*)", "_EnableTwoFactor*(BuildContext*)", "MaterialPageRoute<0^>(RouteSettings,Widget(BuildContext))", "UserDetails*(BuildContext*,UserDetailsVM*)", "@(UserEntity*)", "_PointerState()", "WorkflowSettings*(BuildContext*,WorkflowSettingsVM*)", "~(ScrollNotification)", "ListBuilder*()", "SubscriptionEditVM*(Store*)", "SubscriptionEdit*(BuildContext*,SubscriptionEditVM*)", "EntityList*(BuildContext*,SubscriptionListVM*)", "SubscriptionListItem*(BuildContext*,int*)", "SubscriptionScreen*(BuildContext*,SubscriptionScreenVM*)", "SubscriptionViewVM*(Store*)", "SubscriptionView*(BuildContext*,SubscriptionViewVM*)", "_RandomAccessFile(@)", "~(BuildContext*[EntityAction*])", "ListBuilder*()", "TaskEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,TaskEditDetailsVM*)", "ListBuilder*()", "TimeEditDetails*(BuildContext*)", "TaskEditTimesVM*(Store*)", "TaskEditTimes*(BuildContext*,TaskEditTimesVM*)", "TaskEditVM*(Store*)", "TaskEdit*(BuildContext*,TaskEditVM*)", "BoardList*(String*)", "Null(Completer*,String*)", "ListBuilder*()", "BoardItem*(TaskEntity*)", "Null(int*,int*,BoardItemState*)", "Null(int*,int*,int*,int*,BoardItemState*)", "KanbanView*(BuildContext*,KanbanVM*)", "Null(Completer*,List*,Map*>*)", "Null(Completer*,String*,String*,int*)", "Null(Completer*,String*,String*,String*,int*)", "EntityList*(BuildContext*,TaskListVM*)", "TaskScreen*(BuildContext*,TaskScreenVM*)", "TaskViewVM*(Store*)", "TaskView*(BuildContext*,TaskViewVM*)", "Null(BuildContext*[TaskTime*])", "TaskStatusEditVM*(Store*)", "TaskStatusEdit*(BuildContext*,TaskStatusEditVM*)", "EntityList*(BuildContext*,TaskStatusListVM*)", "TaskStatusListItem*(BuildContext*,int*)", "TaskStatusScreen*(BuildContext*,TaskStatusScreenVM*)", "TaskStatusViewVM*(Store*)", "TaskStatusView*(BuildContext*,TaskStatusViewVM*)", "TaxRateEditVM*(Store*)", "TaxRateEdit*(BuildContext*,TaxRateEditVM*)", "EntityList*(BuildContext*,TaxRateListVM*)", "TaxRateListItem*(BuildContext*,int*)", "TaxRateSettingsScreen*(BuildContext*,TaxRateScreenVM*)", "TaxRateViewVM*(Store*)", "TaxRateView*(BuildContext*,TaxRateViewVM*)", "TokenEditVM*(Store*)", "TokenEdit*(BuildContext*,TokenEditVM*)", "EntityList*(BuildContext*,TokenListVM*)", "TokenListItem*(BuildContext*,int*)", "TokenScreen*(BuildContext*,TokenScreenVM*)", "TokenViewVM*(Store*)", "TokenView*(BuildContext*,TokenViewVM*)", "DataRow*(EntityType*)", "UserEditVM*(Store*)", "UserEdit*(BuildContext*,UserEditVM*)", "EntityList*(BuildContext*,UserListVM*)", "UserListItem*(BuildContext*,int*)", "UserScreen*(BuildContext*,UserScreenVM*)", "UserViewVM*(Store*)", "UserView*(BuildContext*,UserViewVM*)", "VendorContactEditDetails*(BuildContext*)", "ContactListTile*(VendorContactEntity*)", "VendorEditContactsVM*(Store*)", "VendorEditContacts*(BuildContext*,VendorEditContactsVM*)", "Null(VendorContactEntity*,int*)", "VendorEditVM*(Store*)", "VendorEdit*(BuildContext*,VendorEditVM*)", "EntityList*(BuildContext*,VendorListVM*)", "VendorListItem*(BuildContext*,int*)", "String*(VendorContactEntity*)", "VendorScreen*(BuildContext*,VendorScreenVM*)", "Column*(VendorContactEntity*)", "VendorViewVM*(Store*)", "VendorView*(BuildContext*,VendorViewVM*)", "WebhookEditVM*(Store*)", "WebhookEdit*(BuildContext*,WebhookEditVM*)", "WebhookViewVM*(Store*)", "WebhookView*(BuildContext*,WebhookViewVM*)", "EntityList*(BuildContext*,WebhookListVM*)", "WebhookListItem*(BuildContext*,int*)", "WebhookScreen*(BuildContext*,WebhookScreenVM*)", "ListBuilder*()", "FieldConfirmation*(BuildContext*)", "Null(BuildContext*{currentLength:int*,isFocused:bool*,maxLength:int*})", "SimpleDialogOption*(InvoiceEntity*)", "double(_Diagonal)", "Null(AttributedText*,int*,Set*,AttributionVisitEvent*)", "ListBuilder*>*()", "ListBuilder*()", "DocumentLayout*()", "Theme*(BuildContext*)", "ImageFormatToolbar*(BuildContext*)", "AndroidTextEditingFloatingToolbar*(BuildContext*)", "IOSTextEditingFloatingToolbar*(BuildContext*)", "Widget*(BuildContext*)", "~(_TextType*)", "ListBuilder*()", "bool*(_TextType*)", "DropdownMenuItem<_TextType*>*(_TextType*)", "SizedBox*(BuildContext*,Offset*,Widget*)", "IFrameElement*(int*)", "Null(Event*)", "Null(AuthenticationResult*)", "~(Linkifier)", "ListBuilder*()", "Logger()", "MapBuilder*>*()", "int/(@)", "~(ListItem)", "bool(RegExp)", "LinkReference()", "MapBuilder*()", "MapBuilder*()", "bool(Node3)", "~(Surface)", "Null(String[String?])", "MapBuilder*()", "Widget(BuildContext,Widget,ImageChunkEvent?)", "Offset(int)", "double(double,RenderBox)", "Widget(BuildContext,BoxValueConstraints)", "String(String?)", "MapEntry(int,int)", "int(Permission)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "GestureDetector(BuildContext,int)", "PdfPageFormat()", "PdfPreviewCustom(BuildContext)", "~(Image1)", "@(Object?,@,@(@))", "AnimatedSwitcher(BuildContext,AsyncSnapshot)", "~(ButtonState)", "MapBuilder*()", "Future<~>(ISentrySpan)", "~(Scope)", "MapEntry(String,@)", "String?()", "int(_Line)", "MapBuilder*()", "Object(_Line)", "Object(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(MapEntry>)", "SourceSpanWithContext()", "String(String{color:@})", "@(@())", "Widget()", "bool(SnapState?)", "LifeCycleHooks<_OnWidget>(_OnWidget,bool())", "MapBuilder*()", "~(BuildContext,_OnWidget,_OnWidget)", "Widget(BuildContext,_OnWidget)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "int(int,LinkifyElement)", "String(String,LinkifyElement)", "bool(LinkifyElement)", "ParagraphNode(String)", "Listener(BuildContext,Widget?)", "MapBuilder*()", "MapBuilder*()", "~(HandleType,Offset)", "MapBuilder*()", "MapBuilder*()", "0^?(0^?(ButtonStyle?))", "AndroidDocumentTouchEditingControls(BuildContext)", "MapBuilder*()", "MapBuilder*()", "IosDocumentTouchEditingControls(BuildContext)", "IOSCollapsedHandle(BuildContext,bool,Widget?)", "Widget(BuildContext,Offset?,Widget?)", "bool(TextEditingDelta)", "Row(BuildContext)", "MapBuilder*()", "MapBuilder*()", "String(GlobalKey>)", "_Component(BuildContext,SingleColumnLayoutComponentViewModel)", "~(String,GlobalKey>)", "0^?(MaterialStateProperty<0^>?(ButtonStyle?))", "MapBuilder*()", "SpanRange()", "TextSpan(MultiAttributionSpan)", "~(_TapTracker0)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "~(HtmlElement)", "MapBuilder*()", "~(Zone?,ZoneDelegate?,Zone,~())", "int(Comparable<@>,Comparable<@>)", "MapBuilder*()", "0^(0^,0^)", "Size?(Size?,Size?,double)", "double?(num?,num?,double)", "Color?(Color?,Color?,double)", "~(String,FileSystemOp)", "~(FlutterErrorDetails{forceReport:bool})", "DiagnosticsNode(String)", "StackFrame?(String)", "double(double,double,double)", "Widget(BuildContext,Animation0,Animation0,Widget)", "bool?(bool?,bool?,double)", "EdgeInsetsGeometry?(EdgeInsetsGeometry?,EdgeInsetsGeometry?,double)", "Future>?>(String?)", "TextStyle?(TextStyle?,TextStyle?,double)", "int(_TaskEntry<@>,_TaskEntry<@>)", "bool({priority!int,scheduler!SchedulerBinding})", "String(ByteData)", "List(String)", "Widget(Widget,Key,Widget,Key)", "Widget(Widget?,List)", "int(Element0,Element0)", "IconThemeData(IconThemeData?,IconThemeData?,double)", "List>(NavigatorState,String)", "int(Widget,int)", "Widget(BuildContext,List,Widget(Color))", "Widget(Color,bool,~())", "Store<0^>(Store<0^>)", "MapBuilder*()", "String(CropAspectRatioPreset?)", "MapBuilder*()", "~({isTesting:bool*})", "AppState*(AppState*,@)", "AuthState*(AuthState*,UserLoadUrl*)", "AuthState*(AuthState*,UserSignUpRequest*)", "AuthState*(AuthState*,UserLoginRequest*)", "AuthState*(AuthState*,OAuthLoginRequest*)", "AuthState*(AuthState*,OAuthSignUpRequest*)", "AuthState*(AuthState*,UserLoginSuccess*)", "AuthState*(AuthState*,UserVerifiedPassword*)", "AuthState*(AuthState*,UserUnverifiedPassword*)", "ListUIState*(ListUIState*,ViewClientList*)", "ListUIState*(ListUIState*,FilterClientsByCustom1*)", "ListUIState*(ListUIState*,FilterClientsByCustom2*)", "ListUIState*(ListUIState*,FilterClientsByCustom3*)", "ListUIState*(ListUIState*,FilterClientsByCustom4*)", "ListUIState*(ListUIState*,FilterClientsByState*)", "ListUIState*(ListUIState*,FilterClients*)", "ListUIState*(ListUIState*,SortClients*)", "ListUIState*(ListUIState*,StartClientMultiselect*)", "ListUIState*(ListUIState*,AddToClientMultiselect*)", "ListUIState*(ListUIState*,RemoveFromClientMultiselect*)", "ListUIState*(ListUIState*,ClearClientMultiselect*)", "ClientState*(ClientState*,ArchiveClientsSuccess*)", "ClientState*(ClientState*,DeleteClientsSuccess*)", "ClientState*(ClientState*,RestoreClientSuccess*)", "ClientState*(ClientState*,AddClientSuccess*)", "ClientState*(ClientState*,SaveClientSuccess*)", "ClientState*(ClientState*,LoadClientSuccess*)", "ClientState*(ClientState*,LoadClientsSuccess*)", "ClientState*(ClientState*,LoadCompanySuccess*)", "UserCompanyEntity*(UserCompanyEntity*,LoadCompanySuccess*)", "UserCompanyEntity*(UserCompanyEntity*,SaveCompanySuccess*)", "MapBuilder*()", "ListUIState*(ListUIState*,FilterCompanyGatewaysByCustom1*)", "ListUIState*(ListUIState*,FilterCompanyGatewaysByCustom2*)", "ListUIState*(ListUIState*,FilterCompanyGatewaysByState*)", "ListUIState*(ListUIState*,FilterCompanyGateways*)", "ListUIState*(ListUIState*,SortCompanyGateways*)", "ListUIState*(ListUIState*,StartCompanyGatewayMultiselect*)", "ListUIState*(ListUIState*,AddToCompanyGatewayMultiselect*)", "ListUIState*(ListUIState*,RemoveFromCompanyGatewayMultiselect*)", "ListUIState*(ListUIState*,ClearCompanyGatewayMultiselect*)", "CompanyGatewayState*(CompanyGatewayState*,ArchiveCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,DeleteCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,RestoreCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,AddCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,SaveCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,LoadCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,LoadCompanySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,LoadCompanyGatewaysSuccess*)", "MapBuilder*()", "InvoiceEntity*(InvoiceEntity*,AddCreditItems*)", "ListUIState*(ListUIState*,ViewCreditList*)", "ListUIState*(ListUIState*,FilterCreditsByCustom1*)", "ListUIState*(ListUIState*,FilterCreditsByCustom2*)", "ListUIState*(ListUIState*,FilterCreditsByCustom3*)", "ListUIState*(ListUIState*,FilterCreditsByCustom4*)", "ListUIState*(ListUIState*,FilterCreditsByState*)", "ListUIState*(ListUIState*,FilterCreditsByStatus*)", "ListUIState*(ListUIState*,FilterCredits*)", "ListUIState*(ListUIState*,SortCredits*)", "ListUIState*(ListUIState*,StartCreditMultiselect*)", "ListUIState*(ListUIState*,AddToCreditMultiselect*)", "ListUIState*(ListUIState*,RemoveFromCreditMultiselect*)", "ListUIState*(ListUIState*,ClearCreditMultiselect*)", "CreditState*(CreditState*,MarkSentCreditSuccess*)", "CreditState*(CreditState*,ArchiveCreditsSuccess*)", "CreditState*(CreditState*,DeleteCreditsSuccess*)", "CreditState*(CreditState*,RestoreCreditsSuccess*)", "CreditState*(CreditState*,AddCreditSuccess*)", "CreditState*(CreditState*,@)", "CreditState*(CreditState*,LoadCreditsSuccess*)", "CreditState*(CreditState*,LoadCompanySuccess*)", "MapBuilder*()", "ListUIState*(ListUIState*,ViewDesignList*)", "ListUIState*(ListUIState*,FilterDesignsByCustom1*)", "ListUIState*(ListUIState*,FilterDesignsByCustom2*)", "ListUIState*(ListUIState*,FilterDesignsByState*)", "ListUIState*(ListUIState*,FilterDesigns*)", "ListUIState*(ListUIState*,SortDesigns*)", "ListUIState*(ListUIState*,StartDesignMultiselect*)", "ListUIState*(ListUIState*,AddToDesignMultiselect*)", "ListUIState*(ListUIState*,RemoveFromDesignMultiselect*)", "ListUIState*(ListUIState*,ClearDesignMultiselect*)", "DesignState*(DesignState*,ArchiveDesignsSuccess*)", "DesignState*(DesignState*,DeleteDesignsSuccess*)", "DesignState*(DesignState*,RestoreDesignsSuccess*)", "DesignState*(DesignState*,AddDesignSuccess*)", "DesignState*(DesignState*,SaveDesignSuccess*)", "DesignState*(DesignState*,LoadDesignSuccess*)", "DesignState*(DesignState*,LoadDesignsSuccess*)", "DesignState*(DesignState*,LoadCompanySuccess*)", "DocumentEntity*(DocumentEntity*,@)", "ListUIState*(ListUIState*,ViewDocumentList*)", "ListUIState*(ListUIState*,FilterDocumentsByCustom1*)", "ListUIState*(ListUIState*,FilterDocumentsByCustom2*)", "ListUIState*(ListUIState*,FilterDocumentsByState*)", "ListUIState*(ListUIState*,FilterDocuments*)", "ListUIState*(ListUIState*,SortDocuments*)", "ListUIState*(ListUIState*,StartDocumentMultiselect*)", "ListUIState*(ListUIState*,AddToDocumentMultiselect*)", "ListUIState*(ListUIState*,RemoveFromDocumentMultiselect*)", "ListUIState*(ListUIState*,ClearDocumentMultiselect*)", "DocumentState*(DocumentState*,ArchiveDocumentSuccess*)", "DocumentState*(DocumentState*,DeleteDocumentSuccess*)", "DocumentState*(DocumentState*,RestoreDocumentSuccess*)", "DocumentState*(DocumentState*,SaveDocumentSuccess*)", "DocumentState*(DocumentState*,LoadDocumentSuccess*)", "DocumentState*(DocumentState*,LoadDocumentsSuccess*)", "MapBuilder*()", "ListUIState*(ListUIState*,ViewExpenseList*)", "ListUIState*(ListUIState*,FilterExpensesByCustom1*)", "ListUIState*(ListUIState*,FilterExpensesByCustom2*)", "ListUIState*(ListUIState*,FilterExpensesByCustom3*)", "ListUIState*(ListUIState*,FilterExpensesByCustom4*)", "ListUIState*(ListUIState*,FilterExpensesByState*)", "ListUIState*(ListUIState*,FilterExpensesByStatus*)", "ListUIState*(ListUIState*,FilterExpenses*)", "ListUIState*(ListUIState*,SortExpenses*)", "ListUIState*(ListUIState*,StartExpenseMultiselect*)", "ListUIState*(ListUIState*,AddToExpenseMultiselect*)", "ListUIState*(ListUIState*,RemoveFromExpenseMultiselect*)", "ListUIState*(ListUIState*,ClearExpenseMultiselect*)", "ExpenseState*(ExpenseState*,ArchiveExpenseSuccess*)", "ExpenseState*(ExpenseState*,DeleteExpenseSuccess*)", "ExpenseState*(ExpenseState*,RestoreExpenseSuccess*)", "ExpenseState*(ExpenseState*,AddExpenseSuccess*)", "ExpenseState*(ExpenseState*,SaveExpenseSuccess*)", "ExpenseState*(ExpenseState*,LoadExpenseSuccess*)", "ExpenseState*(ExpenseState*,LoadExpensesSuccess*)", "ExpenseState*(ExpenseState*,LoadCompanySuccess*)", "MapBuilder*()", "ListUIState*(ListUIState*,FilterExpenseCategoriesByCustom1*)", "ListUIState*(ListUIState*,FilterExpenseCategoriesByCustom2*)", "ListUIState*(ListUIState*,FilterExpenseCategoriesByState*)", "ListUIState*(ListUIState*,FilterExpenseCategories*)", "ListUIState*(ListUIState*,SortExpenseCategories*)", "ListUIState*(ListUIState*,StartExpenseCategoryMultiselect*)", "ListUIState*(ListUIState*,AddToExpenseCategoryMultiselect*)", "ListUIState*(ListUIState*,RemoveFromExpenseCategoryMultiselect*)", "ListUIState*(ListUIState*,ClearExpenseCategoryMultiselect*)", "ExpenseCategoryState*(ExpenseCategoryState*,ArchiveExpenseCategoriesSuccess*)", "ExpenseCategoryState*(ExpenseCategoryState*,DeleteExpenseCategoriesSuccess*)", "ExpenseCategoryState*(ExpenseCategoryState*,RestoreExpenseCategoriesSuccess*)", "ExpenseCategoryState*(ExpenseCategoryState*,AddExpenseCategorySuccess*)", "ExpenseCategoryState*(ExpenseCategoryState*,SaveExpenseCategorySuccess*)", "ExpenseCategoryState*(ExpenseCategoryState*,LoadExpenseCategorySuccess*)", "ExpenseCategoryState*(ExpenseCategoryState*,LoadExpenseCategoriesSuccess*)", "ExpenseCategoryState*(ExpenseCategoryState*,LoadCompanySuccess*)", "MaterialStateProperty?(ButtonStyle?)", "ListUIState*(ListUIState*,ViewGroupList*)", "ListUIState*(ListUIState*,FilterGroupsByState*)", "ListUIState*(ListUIState*,FilterGroups*)", "ListUIState*(ListUIState*,SortGroups*)", "ListUIState*(ListUIState*,StartGroupMultiselect*)", "ListUIState*(ListUIState*,AddToGroupMultiselect*)", "ListUIState*(ListUIState*,RemoveFromGroupMultiselect*)", "ListUIState*(ListUIState*,ClearGroupMultiselect*)", "GroupState*(GroupState*,ArchiveGroupSuccess*)", "GroupState*(GroupState*,DeleteGroupSuccess*)", "GroupState*(GroupState*,RestoreGroupSuccess*)", "GroupState*(GroupState*,AddGroupSuccess*)", "GroupState*(GroupState*,SaveGroupSuccess*)", "GroupState*(GroupState*,LoadGroupSuccess*)", "GroupState*(GroupState*,LoadGroupsSuccess*)", "GroupState*(GroupState*,LoadCompanySuccess*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceItems*)", "ListUIState*(ListUIState*,ViewInvoiceList*)", "ListUIState*(ListUIState*,FilterInvoicesByCustom1*)", "ListUIState*(ListUIState*,FilterInvoicesByCustom2*)", "ListUIState*(ListUIState*,FilterInvoicesByCustom3*)", "ListUIState*(ListUIState*,FilterInvoicesByCustom4*)", "ListUIState*(ListUIState*,FilterInvoicesByState*)", "ListUIState*(ListUIState*,FilterInvoicesByStatus*)", "ListUIState*(ListUIState*,FilterInvoices*)", "ListUIState*(ListUIState*,SortInvoices*)", "ListUIState*(ListUIState*,StartInvoiceMultiselect*)", "ListUIState*(ListUIState*,AddToInvoiceMultiselect*)", "ListUIState*(ListUIState*,RemoveFromInvoiceMultiselect*)", "ListUIState*(ListUIState*,ClearInvoiceMultiselect*)", "InvoiceState*(InvoiceState*,MarkInvoicesSentSuccess*)", "InvoiceState*(InvoiceState*,MarkInvoicesPaidSuccess*)", "InvoiceState*(InvoiceState*,CancelInvoicesSuccess*)", "InvoiceState*(InvoiceState*,ArchiveInvoicesSuccess*)", "InvoiceState*(InvoiceState*,DeleteInvoicesSuccess*)", "InvoiceState*(InvoiceState*,EmailInvoiceSuccess*)", "InvoiceState*(InvoiceState*,RestoreInvoicesSuccess*)", "InvoiceState*(InvoiceState*,AddInvoiceSuccess*)", "InvoiceState*(InvoiceState*,@)", "InvoiceState*(InvoiceState*,LoadInvoicesSuccess*)", "InvoiceState*(InvoiceState*,LoadCompanySuccess*)", "MaterialStateProperty?(ButtonStyle?)", "ListUIState*(ListUIState*,ViewPaymentList*)", "ListUIState*(ListUIState*,FilterPaymentsByCustom1*)", "ListUIState*(ListUIState*,FilterPaymentsByCustom2*)", "ListUIState*(ListUIState*,FilterPaymentsByCustom3*)", "ListUIState*(ListUIState*,FilterPaymentsByCustom4*)", "ListUIState*(ListUIState*,FilterPaymentsByState*)", "ListUIState*(ListUIState*,FilterPayments*)", "ListUIState*(ListUIState*,SortPayments*)", "ListUIState*(ListUIState*,StartPaymentMultiselect*)", "ListUIState*(ListUIState*,AddToPaymentMultiselect*)", "ListUIState*(ListUIState*,RemoveFromPaymentMultiselect*)", "ListUIState*(ListUIState*,ClearPaymentMultiselect*)", "PaymentState*(PaymentState*,ArchivePaymentsSuccess*)", "PaymentState*(PaymentState*,DeletePaymentsSuccess*)", "PaymentState*(PaymentState*,RestorePaymentsSuccess*)", "PaymentState*(PaymentState*,AddPaymentSuccess*)", "PaymentState*(PaymentState*,SavePaymentSuccess*)", "PaymentState*(PaymentState*,LoadPaymentSuccess*)", "PaymentState*(PaymentState*,LoadPaymentsSuccess*)", "PaymentState*(PaymentState*,LoadCompanySuccess*)", "Future(int)", "ListUIState*(ListUIState*,ViewPaymentTermList*)", "ListUIState*(ListUIState*,FilterPaymentTermsByCustom1*)", "ListUIState*(ListUIState*,FilterPaymentTermsByCustom2*)", "ListUIState*(ListUIState*,FilterPaymentTermsByState*)", "ListUIState*(ListUIState*,FilterPaymentTerms*)", "ListUIState*(ListUIState*,SortPaymentTerms*)", "ListUIState*(ListUIState*,StartPaymentTermMultiselect*)", "ListUIState*(ListUIState*,AddToPaymentTermMultiselect*)", "ListUIState*(ListUIState*,RemoveFromPaymentTermMultiselect*)", "ListUIState*(ListUIState*,ClearPaymentTermMultiselect*)", "PaymentTermState*(PaymentTermState*,ArchivePaymentTermsSuccess*)", "PaymentTermState*(PaymentTermState*,DeletePaymentTermsSuccess*)", "PaymentTermState*(PaymentTermState*,RestorePaymentTermsSuccess*)", "PaymentTermState*(PaymentTermState*,AddPaymentTermSuccess*)", "PaymentTermState*(PaymentTermState*,SavePaymentTermSuccess*)", "PaymentTermState*(PaymentTermState*,LoadPaymentTermSuccess*)", "PaymentTermState*(PaymentTermState*,LoadPaymentTermsSuccess*)", "PaymentTermState*(PaymentTermState*,LoadCompanySuccess*)", "MaterialStateProperty?(ButtonStyle?)", "ListUIState*(ListUIState*,ViewProductList*)", "ListUIState*(ListUIState*,FilterProductsByState*)", "ListUIState*(ListUIState*,FilterProductsByCustom1*)", "ListUIState*(ListUIState*,FilterProductsByCustom2*)", "ListUIState*(ListUIState*,FilterProductsByCustom3*)", "ListUIState*(ListUIState*,FilterProductsByCustom4*)", "ListUIState*(ListUIState*,FilterProducts*)", "ListUIState*(ListUIState*,SortProducts*)", "ListUIState*(ListUIState*,StartProductMultiselect*)", "ListUIState*(ListUIState*,AddToProductMultiselect*)", "ListUIState*(ListUIState*,RemoveFromProductMultiselect*)", "ListUIState*(ListUIState*,ClearProductMultiselect*)", "ProductState*(ProductState*,ArchiveProductsSuccess*)", "ProductState*(ProductState*,DeleteProductsSuccess*)", "ProductState*(ProductState*,RestoreProductsSuccess*)", "ProductState*(ProductState*,AddProductSuccess*)", "ProductState*(ProductState*,SaveProductSuccess*)", "ProductState*(ProductState*,LoadProductSuccess*)", "ProductState*(ProductState*,LoadProductsSuccess*)", "ProductState*(ProductState*,LoadCompanySuccess*)", "JsFunction(@)", "ListUIState*(ListUIState*,ViewProjectList*)", "ListUIState*(ListUIState*,FilterProjectsByCustom1*)", "ListUIState*(ListUIState*,FilterProjectsByCustom2*)", "ListUIState*(ListUIState*,FilterProjectsByCustom3*)", "ListUIState*(ListUIState*,FilterProjectsByCustom4*)", "ListUIState*(ListUIState*,FilterProjectsByState*)", "ListUIState*(ListUIState*,FilterProjects*)", "ListUIState*(ListUIState*,SortProjects*)", "ListUIState*(ListUIState*,StartProjectMultiselect*)", "ListUIState*(ListUIState*,AddToProjectMultiselect*)", "ListUIState*(ListUIState*,RemoveFromProjectMultiselect*)", "ListUIState*(ListUIState*,ClearProjectMultiselect*)", "ProjectState*(ProjectState*,ArchiveProjectSuccess*)", "ProjectState*(ProjectState*,DeleteProjectSuccess*)", "ProjectState*(ProjectState*,RestoreProjectSuccess*)", "ProjectState*(ProjectState*,AddProjectSuccess*)", "ProjectState*(ProjectState*,SaveProjectSuccess*)", "ProjectState*(ProjectState*,LoadProjectSuccess*)", "ProjectState*(ProjectState*,LoadProjectsSuccess*)", "ProjectState*(ProjectState*,LoadCompanySuccess*)", "InvoiceEntity*(InvoiceEntity*,AddPurchaseOrderItems*)", "ListUIState*(ListUIState*,ViewPurchaseOrderList*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByCustom1*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByCustom2*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByCustom3*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByCustom4*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByState*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByStatus*)", "ListUIState*(ListUIState*,FilterPurchaseOrders*)", "ListUIState*(ListUIState*,SortPurchaseOrders*)", "ListUIState*(ListUIState*,StartPurchaseOrderMultiselect*)", "ListUIState*(ListUIState*,AddToPurchaseOrderMultiselect*)", "ListUIState*(ListUIState*,RemoveFromPurchaseOrderMultiselect*)", "ListUIState*(ListUIState*,ClearPurchaseOrderMultiselect*)", "PurchaseOrderState*(PurchaseOrderState*,MarkPurchaseOrderSentSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,AcceptPurchaseOrderSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,CancelPurchaseOrderSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,ArchivePurchaseOrdersSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,DeletePurchaseOrdersSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,RestorePurchaseOrdersSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,EmailPurchaseOrderSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,ApprovePurchaseOrderSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,AddPurchaseOrderSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,@)", "PurchaseOrderState*(PurchaseOrderState*,LoadPurchaseOrdersSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,LoadCompanySuccess*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteItems*)", "ListUIState*(ListUIState*,ViewQuoteList*)", "ListUIState*(ListUIState*,FilterQuotesByCustom1*)", "ListUIState*(ListUIState*,FilterQuotesByCustom2*)", "ListUIState*(ListUIState*,FilterQuotesByCustom3*)", "ListUIState*(ListUIState*,FilterQuotesByCustom4*)", "ListUIState*(ListUIState*,FilterQuotesByState*)", "ListUIState*(ListUIState*,FilterQuotesByStatus*)", "ListUIState*(ListUIState*,FilterQuotes*)", "ListUIState*(ListUIState*,SortQuotes*)", "ListUIState*(ListUIState*,StartQuoteMultiselect*)", "ListUIState*(ListUIState*,AddToQuoteMultiselect*)", "ListUIState*(ListUIState*,RemoveFromQuoteMultiselect*)", "ListUIState*(ListUIState*,ClearQuoteMultiselect*)", "QuoteState*(QuoteState*,MarkSentQuoteSuccess*)", "QuoteState*(QuoteState*,ArchiveQuotesSuccess*)", "QuoteState*(QuoteState*,DeleteQuotesSuccess*)", "QuoteState*(QuoteState*,RestoreQuotesSuccess*)", "QuoteState*(QuoteState*,EmailQuoteSuccess*)", "QuoteState*(QuoteState*,ConvertQuoteSuccess*)", "QuoteState*(QuoteState*,AddQuoteSuccess*)", "QuoteState*(QuoteState*,@)", "QuoteState*(QuoteState*,LoadQuotesSuccess*)", "QuoteState*(QuoteState*,LoadCompanySuccess*)", "ListUIState*(ListUIState*,ViewRecurringExpenseList*)", "ListUIState*(ListUIState*,FilterRecurringExpensesByCustom1*)", "ListUIState*(ListUIState*,FilterRecurringExpensesByCustom2*)", "ListUIState*(ListUIState*,FilterRecurringExpensesByState*)", "ListUIState*(ListUIState*,FilterRecurringExpenses*)", "ListUIState*(ListUIState*,SortRecurringExpenses*)", "ListUIState*(ListUIState*,StartRecurringExpenseMultiselect*)", "ListUIState*(ListUIState*,AddToRecurringExpenseMultiselect*)", "ListUIState*(ListUIState*,RemoveFromRecurringExpenseMultiselect*)", "ListUIState*(ListUIState*,ClearRecurringExpenseMultiselect*)", "RecurringExpenseState*(RecurringExpenseState*,ArchiveRecurringExpensesSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,DeleteRecurringExpensesSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,RestoreRecurringExpensesSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,AddRecurringExpenseSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,SaveRecurringExpenseSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,StartRecurringExpensesSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,StopRecurringExpensesSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,LoadRecurringExpenseSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,LoadRecurringExpensesSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,LoadCompanySuccess*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceItems*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByCustom1*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByCustom2*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByCustom3*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByCustom4*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByState*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByStatus*)", "ListUIState*(ListUIState*,FilterRecurringInvoices*)", "ListUIState*(ListUIState*,SortRecurringInvoices*)", "ListUIState*(ListUIState*,StartRecurringInvoiceMultiselect*)", "ListUIState*(ListUIState*,AddToRecurringInvoiceMultiselect*)", "ListUIState*(ListUIState*,RemoveFromRecurringInvoiceMultiselect*)", "ListUIState*(ListUIState*,ClearRecurringInvoiceMultiselect*)", "RecurringInvoiceState*(RecurringInvoiceState*,ArchiveRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,DeleteRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,EmailRecurringInvoiceSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,RestoreRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,StartRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,StopRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,AddRecurringInvoiceSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,@)", "RecurringInvoiceState*(RecurringInvoiceState*,LoadRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,LoadCompanySuccess*)", "StaticState*(StaticState*,LoadStaticSuccess*)", "int*(TaskTime*,TaskTime*)", "ListUIState*(ListUIState*,FilterSubscriptionsByCustom1*)", "ListUIState*(ListUIState*,FilterSubscriptionsByCustom2*)", "ListUIState*(ListUIState*,FilterSubscriptionsByState*)", "ListUIState*(ListUIState*,FilterSubscriptions*)", "ListUIState*(ListUIState*,SortSubscriptions*)", "ListUIState*(ListUIState*,StartSubscriptionMultiselect*)", "ListUIState*(ListUIState*,AddToSubscriptionMultiselect*)", "ListUIState*(ListUIState*,RemoveFromSubscriptionMultiselect*)", "ListUIState*(ListUIState*,ClearSubscriptionMultiselect*)", "SubscriptionState*(SubscriptionState*,ArchiveSubscriptionsSuccess*)", "SubscriptionState*(SubscriptionState*,DeleteSubscriptionsSuccess*)", "SubscriptionState*(SubscriptionState*,RestoreSubscriptionsSuccess*)", "SubscriptionState*(SubscriptionState*,AddSubscriptionSuccess*)", "SubscriptionState*(SubscriptionState*,SaveSubscriptionSuccess*)", "SubscriptionState*(SubscriptionState*,LoadSubscriptionSuccess*)", "SubscriptionState*(SubscriptionState*,LoadSubscriptionsSuccess*)", "SubscriptionState*(SubscriptionState*,LoadCompanySuccess*)", "MaterialStateProperty?(ButtonStyle?)", "ListUIState*(ListUIState*,ViewTaskList*)", "ListUIState*(ListUIState*,FilterTasksByCustom1*)", "ListUIState*(ListUIState*,FilterTasksByCustom2*)", "ListUIState*(ListUIState*,FilterTasksByState*)", "ListUIState*(ListUIState*,FilterTasksByStatus*)", "ListUIState*(ListUIState*,FilterTasks*)", "ListUIState*(ListUIState*,SortTasks*)", "TaskEntity*(TaskEntity*,AddTaskTime*)", "TaskEntity*(TaskEntity*,DeleteTaskTime*)", "TaskEntity*(TaskEntity*,UpdateTaskTime*)", "ListUIState*(ListUIState*,StartTaskMultiselect*)", "ListUIState*(ListUIState*,AddToTaskMultiselect*)", "ListUIState*(ListUIState*,RemoveFromTaskMultiselect*)", "ListUIState*(ListUIState*,ClearTaskMultiselect*)", "TaskState*(TaskState*,SortTasksSuccess*)", "TaskState*(TaskState*,ArchiveTaskSuccess*)", "TaskState*(TaskState*,StartTasksSuccess*)", "TaskState*(TaskState*,StopTasksSuccess*)", "TaskState*(TaskState*,DeleteTaskSuccess*)", "TaskState*(TaskState*,RestoreTaskSuccess*)", "TaskState*(TaskState*,AddTaskSuccess*)", "TaskState*(TaskState*,SaveTaskSuccess*)", "TaskState*(TaskState*,LoadTaskSuccess*)", "TaskState*(TaskState*,LoadTasksSuccess*)", "TaskState*(TaskState*,LoadCompanySuccess*)", "MaterialStateProperty?(ButtonStyle?)", "ListUIState*(ListUIState*,ViewTaskStatusList*)", "ListUIState*(ListUIState*,FilterTaskStatusesByCustom1*)", "ListUIState*(ListUIState*,FilterTaskStatusesByCustom2*)", "ListUIState*(ListUIState*,FilterTaskStatusesByState*)", "ListUIState*(ListUIState*,FilterTaskStatuses*)", "ListUIState*(ListUIState*,SortTaskStatuses*)", "ListUIState*(ListUIState*,StartTaskStatusMultiselect*)", "ListUIState*(ListUIState*,AddToTaskStatusMultiselect*)", "ListUIState*(ListUIState*,RemoveFromTaskStatusMultiselect*)", "ListUIState*(ListUIState*,ClearTaskStatusMultiselect*)", "TaskStatusState*(TaskStatusState*,SortTasksSuccess*)", "TaskStatusState*(TaskStatusState*,ArchiveTaskStatusesSuccess*)", "TaskStatusState*(TaskStatusState*,DeleteTaskStatusesSuccess*)", "TaskStatusState*(TaskStatusState*,RestoreTaskStatusesSuccess*)", "TaskStatusState*(TaskStatusState*,AddTaskStatusSuccess*)", "TaskStatusState*(TaskStatusState*,SaveTaskStatusSuccess*)", "TaskStatusState*(TaskStatusState*,LoadTaskStatusSuccess*)", "TaskStatusState*(TaskStatusState*,LoadTaskStatusesSuccess*)", "TaskStatusState*(TaskStatusState*,LoadCompanySuccess*)", "MouseCursor0?(Set)", "ListUIState*(ListUIState*,ViewTaxRateList*)", "ListUIState*(ListUIState*,FilterTaxRatesByState*)", "ListUIState*(ListUIState*,FilterTaxRates*)", "ListUIState*(ListUIState*,SortTaxRates*)", "ListUIState*(ListUIState*,StartTaxRateMultiselect*)", "ListUIState*(ListUIState*,AddToTaxRateMultiselect*)", "ListUIState*(ListUIState*,RemoveFromTaxRateMultiselect*)", "ListUIState*(ListUIState*,ClearTaxRateMultiselect*)", "TaxRateState*(TaxRateState*,ArchiveTaxRatesSuccess*)", "TaxRateState*(TaxRateState*,DeleteTaxRatesSuccess*)", "TaxRateState*(TaxRateState*,RestoreTaxRatesSuccess*)", "TaxRateState*(TaxRateState*,AddTaxRateSuccess*)", "TaxRateState*(TaxRateState*,SaveTaxRateSuccess*)", "TaxRateState*(TaxRateState*,LoadTaxRateSuccess*)", "TaxRateState*(TaxRateState*,LoadTaxRatesSuccess*)", "TaxRateState*(TaxRateState*,LoadCompanySuccess*)", "MouseCursor0?(ButtonStyle?)", "ListUIState*(ListUIState*,ViewTokenList*)", "ListUIState*(ListUIState*,FilterTokensByCustom1*)", "ListUIState*(ListUIState*,FilterTokensByCustom2*)", "ListUIState*(ListUIState*,FilterTokensByState*)", "ListUIState*(ListUIState*,FilterTokens*)", "ListUIState*(ListUIState*,SortTokens*)", "ListUIState*(ListUIState*,StartTokenMultiselect*)", "ListUIState*(ListUIState*,AddToTokenMultiselect*)", "ListUIState*(ListUIState*,RemoveFromTokenMultiselect*)", "ListUIState*(ListUIState*,ClearTokenMultiselect*)", "TokenState*(TokenState*,ArchiveTokensSuccess*)", "TokenState*(TokenState*,DeleteTokensSuccess*)", "TokenState*(TokenState*,RestoreTokensSuccess*)", "TokenState*(TokenState*,AddTokenSuccess*)", "TokenState*(TokenState*,SaveTokenSuccess*)", "TokenState*(TokenState*,LoadTokenSuccess*)", "TokenState*(TokenState*,LoadTokensSuccess*)", "TokenState*(TokenState*,LoadCompanySuccess*)", "Null(String*,@)", "ListUIState*(ListUIState*,ViewUserList*)", "ListUIState*(ListUIState*,FilterUsersByCustom1*)", "ListUIState*(ListUIState*,FilterUsersByCustom2*)", "ListUIState*(ListUIState*,FilterUsersByCustom3*)", "ListUIState*(ListUIState*,FilterUsersByCustom4*)", "ListUIState*(ListUIState*,FilterUsersByState*)", "ListUIState*(ListUIState*,FilterUsers*)", "ListUIState*(ListUIState*,SortUsers*)", "ListUIState*(ListUIState*,StartUserMultiselect*)", "ListUIState*(ListUIState*,AddToUserMultiselect*)", "ListUIState*(ListUIState*,RemoveFromUserMultiselect*)", "ListUIState*(ListUIState*,ClearUserMultiselect*)", "UserState*(UserState*,ArchiveUserSuccess*)", "UserState*(UserState*,DeleteUserSuccess*)", "UserState*(UserState*,RestoreUserSuccess*)", "UserState*(UserState*,RemoveUserSuccess*)", "UserState*(UserState*,AddUserSuccess*)", "UserState*(UserState*,SaveUserSuccess*)", "UserState*(UserState*,SaveAuthUserSuccess*)", "UserState*(UserState*,ConnecOAuthUserSuccess*)", "UserState*(UserState*,ConnecGmailUserSuccess*)", "UserState*(UserState*,LoadUserSuccess*)", "UserState*(UserState*,LoadUsersSuccess*)", "UserState*(UserState*,LoadCompanySuccess*)", "VendorContactEntity*(VendorContactEntity*,@)", "JsArray<@>(@)", "VendorEntity*(VendorEntity*,AddVendorContact*)", "VendorEntity*(VendorEntity*,DeleteVendorContact*)", "VendorEntity*(VendorEntity*,UpdateVendorContact*)", "ListUIState*(ListUIState*,ViewVendorList*)", "ListUIState*(ListUIState*,FilterVendorsByCustom1*)", "ListUIState*(ListUIState*,FilterVendorsByCustom2*)", "ListUIState*(ListUIState*,FilterVendorsByCustom3*)", "ListUIState*(ListUIState*,FilterVendorsByCustom4*)", "ListUIState*(ListUIState*,FilterVendorsByState*)", "ListUIState*(ListUIState*,FilterVendors*)", "ListUIState*(ListUIState*,SortVendors*)", "ListUIState*(ListUIState*,StartVendorMultiselect*)", "ListUIState*(ListUIState*,AddToVendorMultiselect*)", "ListUIState*(ListUIState*,RemoveFromVendorMultiselect*)", "ListUIState*(ListUIState*,ClearVendorMultiselect*)", "VendorState*(VendorState*,ArchiveVendorSuccess*)", "VendorState*(VendorState*,DeleteVendorSuccess*)", "VendorState*(VendorState*,RestoreVendorSuccess*)", "VendorState*(VendorState*,AddVendorSuccess*)", "VendorState*(VendorState*,SaveVendorSuccess*)", "VendorState*(VendorState*,LoadVendorSuccess*)", "VendorState*(VendorState*,LoadVendorsSuccess*)", "VendorState*(VendorState*,LoadCompanySuccess*)", "Color?(ButtonStyle?)", "ListUIState*(ListUIState*,ViewWebhookList*)", "ListUIState*(ListUIState*,FilterWebhooksByCustom1*)", "ListUIState*(ListUIState*,FilterWebhooksByCustom2*)", "ListUIState*(ListUIState*,FilterWebhooksByState*)", "ListUIState*(ListUIState*,FilterWebhooks*)", "ListUIState*(ListUIState*,SortWebhooks*)", "ListUIState*(ListUIState*,StartWebhookMultiselect*)", "ListUIState*(ListUIState*,AddToWebhookMultiselect*)", "ListUIState*(ListUIState*,RemoveFromWebhookMultiselect*)", "ListUIState*(ListUIState*,ClearWebhookMultiselect*)", "WebhookState*(WebhookState*,ArchiveWebhooksSuccess*)", "WebhookState*(WebhookState*,DeleteWebhooksSuccess*)", "WebhookState*(WebhookState*,RestoreWebhooksSuccess*)", "WebhookState*(WebhookState*,AddWebhookSuccess*)", "WebhookState*(WebhookState*,SaveWebhookSuccess*)", "WebhookState*(WebhookState*,LoadWebhookSuccess*)", "WebhookState*(WebhookState*,LoadWebhooksSuccess*)", "WebhookState*(WebhookState*,LoadCompanySuccess*)", "ConfirmEmailVM*(Store*)", "AppDrawerVM*(Store*)", "MenuDrawerVM*(Store*)", "LoginVM*(Store*)", "ClientListVM*(Store*)", "ClientScreenVM*(Store*)", "CompanyGatewayListVM*(Store*)", "CompanyGatewayScreenVM*(Store*)", "CreditListVM*(Store*)", "CreditScreenVM*(Store*)", "DashboardVM*(Store*)", "DesignListVM*(Store*)", "DesignScreenVM*(Store*)", "DocumentListVM*(Store*)", "DocumentScreenVM*(Store*)", "ExpenseListVM*(Store*)", "ExpenseScreenVM*(Store*)", "ExpenseCategoryListVM*(Store*)", "ExpenseCategoryScreenVM*(Store*)", "GroupListVM*(Store*)", "GroupScreenVM*(Store*)", "InvoiceListVM*(Store*)", "InvoiceScreenVM*(Store*)", "PaymentListVM*(Store*)", "PaymentScreenVM*(Store*)", "PaymentTermListVM*(Store*)", "PaymentTermScreenVM*(Store*)", "ProductListVM*(Store*)", "ProductScreenVM*(Store*)", "ProjectListVM*(Store*)", "ProjectScreenVM*(Store*)", "PurchaseOrderListVM*(Store*)", "PurchaseOrderScreenVM*(Store*)", "QuoteListVM*(Store*)", "QuoteScreenVM*(Store*)", "RecurringExpenseListVM*(Store*)", "RecurringExpenseScreenVM*(Store*)", "RecurringInvoiceListVM*(Store*)", "RecurringInvoiceScreenVM*(Store*)", "ReportsScreenVM*(Store*)", "AccountManagementVM*(Store*)", "ClientPortalVM*(Store*)", "CompanyDetailsVM*(Store*)", "CreditCardsAndBanksVM*(Store*)", "CustomFieldsVM*(Store*)", "DataVisualizationsVM*(Store*)", "DeviceSettingsVM*(Store*)", "EmailSettingsVM*(Store*)", "ExpenseSettingsVM*(Store*)", "GeneratedNumbersVM*(Store*)", "ImportExportVM*(Store*)", "InvoiceDesignVM*(Store*)", "LocalizationSettingsVM*(Store*)", "PaymentSettingsVM*(Store*)", "ProductSettingsVM*(Store*)", "SettingsListVM*(Store*)", "SettingsScreenVM*(Store*)", "TaskSettingsVM*(Store*)", "TaxSettingsVM*(Store*)", "TemplatesAndRemindersVM*(Store*)", "UserDetailsVM*(Store*)", "WorkflowSettingsVM*(Store*)", "SubscriptionListVM*(Store*)", "SubscriptionScreenVM*(Store*)", "KanbanVM*(Store*)", "TaskListVM*(Store*)", "TaskScreenVM*(Store*)", "TaskStatusListVM*(Store*)", "TaskStatusScreenVM*(Store*)", "TaxRateListVM*(Store*)", "TaxRateScreenVM*(Store*)", "TokenListVM*(Store*)", "TokenScreenVM*(Store*)", "UserListVM*(Store*)", "UserScreenVM*(Store*)", "VendorListVM*(Store*)", "VendorScreenVM*(Store*)", "WebhookListVM*(Store*)", "WebhookScreenVM*(Store*)", "Future()", "~(SentryLevel,String{exception:Object?,logger:String?,stackTrace:StackTrace?})", "Widget(BuildContext,UnorderedListItemComponent)", "double(TextStyle,int)", "Widget(BuildContext,OrderedListItemComponent)", "Route<@>*(RouteSettings*)", "TextStyle(Set,TextStyle)", "Widget(BuildContext,Offset)", "Future<1^>(1^/(0^),0^{debugLabel:String?})", "~(String?{wrapWidth:int?})", "VisualDensity?(ButtonStyle?)", "GoogleSignInUserData?(Map?)", "bool*(bool*,StartLoading*)", "bool*(bool*,StopLoading*)", "bool*(bool*,StartSaving*)", "bool*(bool*,StopSaving*)", "ExpenseEdit*(BuildContext*,ExpenseEditVM*)"], + types: ["~()", "Null()", "ListUIStateBuilder*(ListUIStateBuilder*)", "Null(Object*)", "Null(Store*,@,@(@)*)", "@(String*)", "InvoiceEntityBuilder*(InvoiceEntityBuilder*)", "Null(@)", "double(double)", "@()", "@(bool*)", "Null(String*)", "@(@)", "SettingsEntityBuilder*(SettingsEntityBuilder*)", "Null(BuildContext*)", "String*(String*)", "bool*(String*)", "Future*(BuildContext*)", "bool()", "int*(String*,String*)", "Null(bool*)", "~(Duration)", "bool*()", "CompanyEntityBuilder*(CompanyEntityBuilder*)", "ErrorDialog*(BuildContext*)", "String*(@)", "Future*()", "Null(EntityState*,bool*)", "Future*(Store*,@,@(@)*)", "ExpenseEntityBuilder*(ExpenseEntityBuilder*)", "~(BuildContext*)", "Future<~>*()", "~(TextEditingController*)", "Null(SelectableEntity*)", "Null(List*)", "~(Object?)", "Future*()", "Null(Duration*)", "~(bool*)", "ListBuilder*()", "String*(BaseEntity*)", "Null(String*,String*)", "DropdownMenuItem*(String*)", "~(AnimationStatus)", "bool(SpanMarker)", "bool*(Route<@>*)", "PaymentEntityBuilder*(PaymentEntityBuilder*)", "PluralCase()", "ClientEntityBuilder*(ClientEntityBuilder*)", "TaskEntityBuilder*(TaskEntityBuilder*)", "Null(String*,InvoiceEntity*)", "String*(String*,ClearEntityFilter*)", "String*(String*,SelectCompany*)", "bool(String)", "@(BuildContext*)", "String*(String*,PreviewEntity*)", "ExecutionInstruction({editContext!EditContext,keyEvent!RawKeyEvent})", "Null(String*,bool*)", "InvoiceItemEntityBuilder*(InvoiceItemEntityBuilder*)", "~(BuildContext*,EntityAction*)", "CompanyGatewayEntityBuilder*(CompanyGatewayEntityBuilder*)", "bool*(InvoiceItemEntity*)", "Null(InvoiceEntity*)", "@(SelectableEntity*)", "String(String,Node)", "String()", "~(String*)", "InvoiceStatusEntityBuilder*(InvoiceStatusEntityBuilder*)", "InvoiceEntity*(String*)", "bool(BoxHitTestResult,Offset)", "~(DragUpdateDetails)", "Null(TextEditingController*)", "Null(DocumentEntity*)", "~(Event)", "SubscriptionEntityBuilder*(SubscriptionEntityBuilder*)", "Widget(BuildContext)", "~(bool)", "bool*(bool*,UpdateUserPreferences*)", "UserEntityBuilder*(UserEntityBuilder*)", "ListDivider*(BuildContext*,int*)", "String*(String*,FilterByEntity*)", "int*(List*,List*)", "Null(Event)", "EntityStats*(String*,BuiltMap*)", "~(DragStartDetails)", "@(int*,String*)", "~(@)", "~(int)", "SettingsUIStateBuilder*(SettingsUIStateBuilder*)", "String*(String*,@)", "Null(~)", "~(TapDownDetails)", "double(RenderBox)", "~(PaintingContext,Offset)", "Null(BuildContext*,MultipartFile*)", "@(TaxRateEntity*)", "Null(List*)", "~(Element0)", "Future?(Object*)", "Null(BuildContext*,DocumentEntity*,String*,String*)", "VendorEntityBuilder*(VendorEntityBuilder*)", "~(TapUpDetails)", "Future<~>()", "int*(int*,PreviewEntity*)", "~(PointerEvent)", "UserCompanyEntityBuilder*(UserCompanyEntityBuilder*)", "bool(Object?)", "~(RenderObject)", "~(DragEndDetails)", "String(String)", "Null(int*)", "StatelessWidget*(BuildContext*,BoxConstraints*)", "Null(String*,ExpenseEntity*)", "String(Match)", "~(Document2,DocumentEditorTransaction)", "Color(Set)", "~(String)", "Null(BuildContext*,Completer*)", "Null(EntityStatus*,bool*)", "InvoiceEntity*(@)", "UserStateBuilder*(UserStateBuilder*)", "@(CompanyEntity*)", "Null(Object,StackTrace)", "~(@,@)", "Palette()", "Map(Document2,DocumentNode)", "Widget*()", "int(int)", "bool(@)", "~(Object,StackTrace)", "String*()", "~(RestorableProperty,~())", "@(InvoiceEntity*)", "List()", "Null(TaxRateEntity*)", "~(String,@)", "ListBuilder*()", "Null(String*,TaskEntity*)", "Widget*(BuildContext*,int*)", "bool*(ClientContactEntity*)", "~(ByteData?)", "Null(int*,int*)", "Null(ExpenseEntity*)", "String*(InvoiceEntityBuilder*)", "InvoiceEntity*(InvoiceEntity*,@)", "Null(BaseEntity*)", "bool(FocusNode)", "AuthStateBuilder*(AuthStateBuilder*)", "@(MultipartFile*)", "EntityStats*(String*,BuiltMap*)", "Null(PaymentEntity*)", "DashboardUISettingsBuilder*(DashboardUISettingsBuilder*)", "String*(String*,ClearEntitySelection*)", "@(DocumentEntity*,String*,String*)", "Null(DesignEntity*)", "~(LayoutView)", "Null(SettingsEntity*)", "bool*(BaseEntity*)", "Null(List*)", "bool*(InvoiceEntity*)", "Null(BuildContext*[EntityAction*])", "PurchaseOrderStateBuilder*(PurchaseOrderStateBuilder*)", "TaskStatusEntityBuilder*(TaskStatusEntityBuilder*)", "ProjectEntityBuilder*(ProjectEntityBuilder*)", "ProductEntityBuilder*(ProductEntityBuilder*)", "SimpleDialog*(BuildContext*)", "~(SelectableEntity*)", "AlertDialog*(BuildContext*)", "~(ForcePressDetails)", "bool(ScrollNotification)", "int()", "Object?(@)", "Widget(BuildContext,int)", "~(String,String)", "ScrollableListView*(BuildContext*)", "bool(FlutterHtmlKeyboardEvent)", "DropdownMenuItem*(int*)", "~(ProgressEvent)", "TaxRateStateBuilder*(TaxRateStateBuilder*)", "bool*(VendorContactEntity*)", "bool(int)", "Null(TaskTime*)", "MapBuilder*()", "ListBuilder*()", "CompanyGatewayStateBuilder*(CompanyGatewayStateBuilder*)", "TaskEntity*(String*)", "double*(double*)", "bool(_RouteEntry?)", "GroupStateBuilder*(GroupStateBuilder*)", "@(int*)", "String*(PaymentableEntity*)", "Null(EntityType*)", "InvitationEntity*(ClientContactEntity*)", "~(Object*)", "Color0(int?)", "FeesAndLimitsSettingsBuilder*(FeesAndLimitsSettingsBuilder*)", "Null(UserEntity*)", "Null(@,@)", "Null(Completer*)", "Null(TaskEntity*)", "Null(InvoiceStateBuilder*)", "double(RenderBox,double)", "~(PointerExitEvent)", "List*()", "bool(Node)", "bool*(PaymentableEntity*)", "Color?(Set)", "Widget(BuildContext,Widget?)", "double*()", "Column*(BuildContext*)", "Null(TaskStateBuilder*)", "ExpenseEntity*(String*)", "Null(String*,PaymentEntity*)", "@(List*)", "QuoteStateBuilder*(QuoteStateBuilder*)", "bool(InlineSpan)", "bool*(TaskTime*)", "WebhookEntityBuilder*(WebhookEntityBuilder*)", "Future()", "Null(LoginResponse*)", "PaymentEntity*(String*)", "@(Event)", "Null(ProductEntity*)", "MapBuilder*(MapBuilder*)", "Null(Completer*,String*)", "Future*(BuildContext*,bool*)", "Null(BuildContext*,bool*)", "int(_Codes)", "PaymentTermStateBuilder*(PaymentTermStateBuilder*)", "MapBuilder*()", "Null(InvoiceItemEntity*)", "Null(RecurringExpenseStateBuilder*)", "Null(RecurringInvoiceStateBuilder*)", "Null(BuiltList*)", "Future>(Map)", "DocumentStateBuilder*(DocumentStateBuilder*)", "Null(List*)", "bool(GestureListener)", "int(FocusNode,FocusNode)", "~(String,NumericAxis)", "bool(Element0)", "~(PointerDownEvent)", "ProductEntity*(String*)", "Null(ProjectEntity*)", "InvoiceItemSelector*(BuildContext*)", "BaseEntity*(InvoiceItemEntity*)", "Null(List*[String*,String*])", "~(SpanMarker)", "Uint8List*(PdfPageFormat*)", "Null(InvoiceItemEntity*,int*)", "Null(VendorEntity*)", "Null(List*,String*,String*)", "Null(BuildContext*[int*])", "Null(BuildContext*,InvoiceEntity*[String*])", "~(Object?,Object?)", "AppStateBuilder*(AppStateBuilder*)", "~(LongPressStartDetails)", "~(LongPressMoveUpdateDetails)", "Null(List*)", "ExpenseStatusEntityBuilder*(ExpenseStatusEntityBuilder*)", "~(String?)", "@(DesignEntity*)", "Null(EntityAction*)", "Null(PaymentableEntity*)", "Null(String*,ClientEntity*)", "Null(TaskStatusEntity*)", "~(PointerEnterEvent)", "Null(GroupEntity*)", "TaxRateEntity*(String*)", "ListTile*(String*)", "TextStyle(Set)", "bool*(EntityType*)", "~(DateTime)", "Widget(BuildContext,BoxConstraints)", "TaskListItem*(BuildContext*,int*)", "InkWell*(BuildContext*)", "int(Object?)", "MessageDialog*(BuildContext*)", "Color(Color)", "ClientEntity*(String*)", "Null(ClientEntity*)", "~(int,int)", "ClientStateBuilder*(ClientStateBuilder*)", "KeyEventResult(FocusNode,RawKeyEvent)", "ProjectEntity*(String*)", "CompanyGatewayEntity*(String*)", "Null(CompanyGatewayEntity*)", "MaterialStateProperty?(ButtonStyle?)", "DateTime()", "CreditStateBuilder*(CreditStateBuilder*)", "String*(InvitationEntity*)", "ProductStateBuilder*(ProductStateBuilder*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*)", "List*(BuiltMap*,BuiltMap*)", "int*(InvoiceEntity*,InvoiceEntity*)", "DesignEntity*(String*)", "Null(PointerEvent0)", "DesignStateBuilder*(DesignStateBuilder*)", "ColorTween(@)", "ExpenseStateBuilder*(ExpenseStateBuilder*)", "Null(ExpenseCategoryEntity*)", "ExpenseCategoryEntityBuilder*(ExpenseCategoryEntityBuilder*)", "ExpenseCategoryStateBuilder*(ExpenseCategoryStateBuilder*)", "InvoiceStateBuilder*(InvoiceStateBuilder*)", "Null(List*)", "Future()", "PaymentStateBuilder*(PaymentStateBuilder*)", "Null(PaymentTermEntity*)", "ExpenseEntity*(ExpenseEntity*,@)", "ProjectStateBuilder*(ProjectStateBuilder*)", "RecurringExpenseStateBuilder*(RecurringExpenseStateBuilder*)", "RecurringInvoiceStateBuilder*(RecurringInvoiceStateBuilder*)", "Null(SubscriptionEntity*)", "_TextBoundary(DirectionalTextEditingIntent)", "bool(MapEntry>>)", "bool(_RouteEntry)", "DropdownMenuItem*(MapEntry*)", "String*(ProfitAndLossReportFields*)", "bool*(@)", "String(int)", "ActivityListTile*(BuildContext*,int*)", "double*(ChartMoneyData*,int*)", "AppTextButton*(BuildContext*)", "String*(TaxRateReportFields*)", "~(PanGestureRecognizer)", "PanGestureRecognizer()", "~(PointerExitEvent*)", "double(double,double)", "Future*(String*)", "String*(TaxRateReportFields0*)", "@(Completer*)", "Future>(Map)", "Null(BuildContext*,InvoiceEntity*,ClientEntity*)", "Offset()", "CustomFieldSelector*(BuildContext*)", "Null(BuildContext*,EmailTemplate*,String*,String*)", "bool(InheritedElement)", "GridView*(BuildContext*,BoxConstraints*)", "WebhookStateBuilder*(WebhookStateBuilder*)", "Null(WebhookEntity*)", "Null(DateTime*)", "~(MouseEvent)", "@(String*,bool*)", "VendorStateBuilder*(VendorStateBuilder*)", "ClientContactEntityBuilder*(ClientContactEntityBuilder*)", "Future<@>(MethodCall0)", "~(NavigatorObserver)", "int(@,@)", "MapBuilder*(MapBuilder*)", "TokenStateBuilder*(TokenStateBuilder*)", "Null(TokenEntity*)", "TaskStatusStateBuilder*(TaskStatusStateBuilder*)", "DropdownMenuItem*(DateRange*)", "Null(TaskStatusStateBuilder*)", "Null(TouchEvent)", "DocumentLayout()", "EntityStats*(String*,BuiltMap*)", "TaskStateBuilder*(TaskStateBuilder*)", "Future()", "ListBuilder*()", "~({curve:Curve,descendant:RenderObject?,duration:Duration,rect:Rect?})", "int(RenderObject,RenderObject)", "SubscriptionStateBuilder*(SubscriptionStateBuilder*)", "@([String*,String*])", "Null(SubscriptionStateBuilder*)", "Null(List*)", "~(Codec)", "SubscriptionEntity*(String*)", "ReportsUIStateBuilder*(ReportsUIStateBuilder*)", "Null(QuoteStateBuilder*)", "Null(PurchaseOrderStateBuilder*)", "TaskStatusEntity*(String*)", "Null(List*)", "Null(ProjectStateBuilder*)", "Null(List*)", "Null(ProductStateBuilder*)", "~(SliverConstraints)", "Null(List*)", "~(List)", "Null(TaxRateStateBuilder*)", "bool(SemanticsNode)", "TokenEntity*(String*)", "Null(List*)", "Null(List*)", "Null(TokenStateBuilder*)", "Object?(Object?)", "Null(PaymentTermStateBuilder*)", "ListBuilder*(ListBuilder*)", "Null(List*)", "int(SemanticsNode,SemanticsNode)", "Rect()", "Null(UserStateBuilder*)", "List*(BuiltMap*)", "VendorEntity*(String*)", "Null(List*)", "PaymentTermEntity*(String*)", "Null(VendorStateBuilder*)", "Null(PaymentStateBuilder*)", "WebhookEntity*(String*)", "Null(List*)", "Null(GroupStateBuilder*)", "Null(MouseEvent)", "Null(WebhookStateBuilder*)", "GroupEntityBuilder*(GroupEntityBuilder*)", "Null(List*)", "GroupEntity*(String*)", "Null(ExpenseCategoryStateBuilder*)", "bool(FocusableActionDetector)", "Null(List*)", "Future<~>(bool)", "ExpenseCategoryEntity*(String*)", "Null(ExpenseStateBuilder*)", "List*>*(BuildContext*)", "bool*(EntityAction*)", "OutlinedButton*(EntityAction*)", "PopupMenuButton*(BuildContext*,int*)", "List*>*(BuildContext*)", "PopupMenuItem*(EntityAction*)", "~(PointerEnterEvent*)", "Tween(@)", "DecoratedFormField*(BuildContext*,TextEditingController*,FocusNode*,~()*)", "String?(String?)", "Null(List*)", "Null(DesignStateBuilder*)", "IconButton*(BuildContext*)", "EdgeInsetsGeometryTween(@)", "Null(List*)", "int*(TaskEntity*,TaskEntity*)", "bool(String?)", "~(Timer*)", "Null(int*,bool*)", "~(PointerSignalEvent)", "UserEntity*(String*)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*)", "BaseEntity*(String*)", "~(LongPressEndDetails)", "Null(CreditStateBuilder*)", "~(bool?)", "~(Object,String)", "bool(Node0)", "Set()", "bool(DataRow)", "MouseCursor0(Set)", "MaterialStateProperty?(ButtonStyle?)", "Null(Store*)", "Null(CompanyGatewayStateBuilder*)", "ClientContactEntity*()", "Null(bool)", "~(ImageStreamListener)", "Null(List*)", "DesignEntityBuilder*(DesignEntityBuilder*)", "bool*(ActivityEntity*)", "InvitationEntity*(VendorContactEntity*)", "int(int,int)", "bool*(PaymentEntity*)", "InvoiceListItem*(BuildContext*,int*)", "QuoteListItem*(BuildContext*,int*)", "ExpenseListItem*(BuildContext*,int*)", "bool*(InvitationEntity*)", "double()", "@(double*)", "String*(PurchaseOrderReportFields*)", "Null(ClientStateBuilder*)", "DropdownMenuItem*(int*)", "Null(List*)", "bool(Point)", "~(TaxRateEntity*)", "PaymentableEntityBuilder*(PaymentableEntityBuilder*)", "String*(ClientReportFields*)", "String*(ContactReportFields*)", "String*(CreditReportFields*)", "String*(DocumentReportFields*)", "String*(ExpenseReportFields*)", "String*(InvoiceItemReportFields*)", "String*(InvoiceReportFields*)", "bool(KeyData)", "String*(PaymentReportFields*)", "Null(@,StackTrace)", "String*(ProductReportFields*)", "Future()", "String*(QuoteItemReportFields*)", "String*(QuoteReportFields*)", "String*(RecurringExpenseReportFields*)", "String*(RecurringInvoiceReportFields*)", "Null(Timer*)", "String*(TaskReportFields*)", "@(SettingsEntity*)", "~(Timer)", "ListBuilder*()", "MapEntry*>*(String*,String*)", "Null(bool*,int*,String*,double*,double*)", "Null(String*,List*)", "Future*(String*,String*)", "bool(Object?,Object?)", "PasswordConfirmation*(BuildContext*)", "bool*(Attribution*)", "Widget(BuildContext,Widget,int?,bool)", "Iterable(Iterable)", "bool(_Highlight)", "bool(DocumentNode)", "TapSequenceGestureRecognizer()", "~(TapSequenceGestureRecognizer)", "MapBuilder*>*()", "ListBuilder*()", "ListBuilder*()", "~(~())", "Future<~>(MethodCall0)", "DataCell(DataColumn)", "ListBuilder*()", "~(Symbol0,@)", "bool*(ProductEntity*)", "ListBuilder*()", "ListBuilder*()", "bool(DraggableScrollableNotification)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,ListUIState*)", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "int*(BaseEntity*,BaseEntity*)", "bool(BoxHitTestResult)", "num?(int?)", "ListBuilder*()", "MapBuilder*()", "ListBuilder*()", "MapBuilder*()", "TaxRateEntityBuilder*(TaxRateEntityBuilder*)", "CompanyGatewayEntity*(@)", "bool(ChartBehavior<@>)", "TaxRateEntity*(@)", "~(ChartBehavior<@>)", "int(String?)", "PaymentableEntity*(BaseEntity*)", "TokenEntityBuilder*(TokenEntityBuilder*)", "~(Uint8List,String,int)", "TaskTimeBuilder*(TaskTimeBuilder*)", "Future(Body)", "List(_SemanticsSortGroup)", "AppSidebarMode*(AppSidebarMode*,UpdateUserPreferences*)", "~(ScaleStartDetails)", "String*(String*,ShowPdfCredit*)", "InvoiceEntity*(InvoiceEntity*,AddCreditItem*)", "InvoiceEntity*(InvoiceEntity*,DeleteCreditItem*)", "Future(ByteData?)", "InvoiceEntity*(InvoiceEntity*,UpdateCreditItem*)", "~(RestorationBucket)", "UserEntity*(@)", "bool(BuildContext)", "~(ScaleUpdateDetails)", "VendorContactEntityBuilder*(VendorContactEntityBuilder*)", "Map()", "Completer*(Completer*,EditVendor*)", "~(ScaleEndDetails)", "VendorContactEntity*()", "bool(RenderBox)", "bool(Node1)", "MapBuilder*>*(MapBuilder*>*)", "~(DragDownDetails)", "PrefStateBuilder*(PrefStateBuilder*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*,BuiltMap*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*)", "CustomSingleChildLayout(BuildContext)", "MapBuilder*()", "List*>*(BuildContext*)", "InkWell*(String*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*)", "ListBuilder*()", "Object?(DismissIntent)", "UserSettingsEntityBuilder*(UserSettingsEntityBuilder*)", "~(Attribution,int)", "~(num)", "Null(BuildContext*,String*,String*,String*)", "List*(BuiltMap*,BuiltMap*)", "bool(DisplayFeature)", "LoginScreen*(BuildContext*)", "SpanMarker(SpanMarker)", "List*()", "~(GestureMode)", "int*(ExpenseEntity*,ExpenseEntity*)", "~(Size)", "MainScreen*(BuildContext*)", "MediaQuery*(BuildContext*,Widget*)", "~([Intent?])", "~(FocusHighlightMode)", "PaymentEditScreen*(BuildContext*)", "int(_ReadingOrderSortData,_ReadingOrderSortData)", "TapGestureRecognizer()", "~(TapGestureRecognizer)", "PaymentRefundScreen*(BuildContext*)", "~(List)", "LongPressGestureRecognizer()", "~(LongPressGestureRecognizer)", "DocumentEntity*(String*)", "VerticalDragGestureRecognizer()", "~(VerticalDragGestureRecognizer)", "HorizontalDragGestureRecognizer()", "~(HorizontalDragGestureRecognizer)", "ListBuilder*()", "bool(NodeValidator)", "Positioned(BuildContext,Widget?)", "Tween<@>?(Tween<@>?,@,Tween<@>(@))", "AlignmentGeometryTween(@)", "DocumentEntityBuilder*(DocumentEntityBuilder*)", "Null(DocumentStateBuilder*)", "Node2?(DirectoryNode,String,Node2?)", "Null(String*,String*,String*,String*,String*)", "Null(EmailTemplate*)", "Null(Uint8List)", "bool*(TaxRateEntity*)", "TaxRateEntity*()", "Null(PointerHoverEvent*)", "Null(List<@>*)", "~(RenderBox?)", "Text*(@)", "Align*(List<@>*)", "UIStateBuilder*(UIStateBuilder*)", "ListBuilder*()", "Widget*(CompanyEntity*)", "DecorationTween(@)", "PointerInterceptor*(BuildContext*)", "Future*(@)", "DropdownMenuItem<@>*(@)", "bool*(SystemLogEntity*)", "Null(BuiltList*)", "Future(String,Map)", "String(String,String)", "bool*(DataRow0*)", "DataCell0*(DataColumn0*)", "ByteBuffer(@)", "DataCell0*(String*)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*,BuiltMap*,StaticState*)", "LocalKey(MergeableMaterialItem)", "WebhookEntity*(WebhookEntity*,@)", "VelocityTracker(PointerEvent)", "@(Object*)", "bool(ScrollMetricsNotification)", "Future*(BuildContext*,Completer*{oneTimePassword:String*,secret:String*,url:String*})", "ExpenseEntity*(@)", "Future*(BuildContext*,Completer*,String*)", "String(@)", "ListBuilder*()", "~(PersistenceRepository*)", "ListBuilder*()", "List()", "Widget*(BuildContext*,AsyncSnapshot*)", "Null(ClientContactEntity*)", "bool(Rule)", "bool*(bool*,DismissNativeWarningPermanently*)", "Row*(BuildContext*,BoxConstraints*)", "int(int,@)", "Null(ProgressEvent)", "bool*(CompanyEntity*)", "bool*(HistoryRecord*)", "ListBuilder*()", "_ZoomEnterTransition(BuildContext,Animation0,Widget?)", "Future<~>(~)", "Null(UserCompanyEntity*)", "_ZoomExitTransition(BuildContext,Animation0,Widget?)", "Widget(BuildContext,Object,StackTrace?)", "GroupEntity*(@)", "String*(String*,ShowPdfInvoice*)", "MapBuilder*>*(MapBuilder*>*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,DeleteInvoiceItem*)", "~(bool(String))", "List?(int?)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoiceItem*)", "Null(DateRange*)", "ListBuilder*()", "DateTime*(ChartMoneyData*,int*)", "~(Object[StackTrace?])", "Color0*(ChartMoneyData*,int*)", "ListTile*(BuildContext*,int*)", "~(RandomAccessFile)", "PaymentListItem*(BuildContext*,int*)", "String*(PaymentEntityBuilder*)", "ListBuilder*()", "String*(ProjectEntityBuilder*)", "List()", "Color?(Color?)", "Future*(Response*)", "String(num?)", "MapBuilder*()", "List*(String*,BuiltMap*,BuiltList*)", "Future(RandomAccessFile)", "Future<~>(~(FlutterApp),~(Object?))", "~(String,String?)", "Null(VendorContactEntity*)", "ListBuilder*()", "Future()", "ListBuilder*()", "PaymentTermEntityBuilder*(PaymentTermEntityBuilder*)", "Container*(BuildContext*,int*)", "Future<~>(String)", "List*>*(BuildContext*)", "PopupMenuItem*(String*)", "ProductListItem*(BuildContext*,int*)", "int(LayoutView,LayoutView)", "RefreshIndicator*(BuildContext*)", "Null(MapEntry*)", "~([String*])", "Completer*(Completer*,EditClient*)", "double*(PaymentableEntity*)", "PaymentTermEntity*(@)", "bool(LayoutView)", "~([Object?])", "~(TextSelection,SelectionChangedCause?)", "List()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "~(DiagnosticsNode)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "~(GestureListener)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "~(_TimePickerMode)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "Completer*(Completer*,EditProject*)", "Drag?(Offset)", "Widget(BuildContext,Object?,ScrollController?)", "String*(InvoiceItemEntityBuilder*)", "EntityStats*(String*,BuiltMap*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "~(_DragInfo)", "String*(String*,ShowPdfPurchaseOrder*)", "InvoiceEntity*(InvoiceEntity*,AddPurchaseOrderItem*)", "InvoiceEntity*(InvoiceEntity*,DeletePurchaseOrderItem*)", "InvoiceEntity*(InvoiceEntity*,UpdatePurchaseOrderItem*)", "Color0*(@,int*)", "num*(@,int*)", "Map*(String*)", "~(TimeOfDay)", "@(int*,bool*)", "Null(BuildContext*,BuiltMap*)", "ListBuilder*()", "ListBuilder*()", "String*(String*,ShowPdfQuote*)", "String*(MapBuilder*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteItem*)", "Future*(BuildContext*,AppSidebarMode*)", "InvoiceEntity*(InvoiceEntity*,DeleteQuoteItem*)", "ListBuilder*()", "InvoiceEntity*(InvoiceEntity*,UpdateQuoteItem*)", "DropdownMenuItem*(ImportType*)", "Set<~>*()", "~(ImageInfo,bool)", "Future*(Object*)", "ListBuilder*()", "ImageStreamCompleter()", "ListBuilder*()", "bool*(SubscriptionEntityBuilder*)", "UpdateState*()", "Widget(BuildContext,bool)", "Null(TaskTime*,int*)", "Null(Completer*,String*)", "String*(String*,ShowPdfRecurringInvoice*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceItem*)", "Null(GoogleSignInAuthentication*)", "String*(Match*)", "Widget*(BuildContext*,DocumentSelection*,Widget*)", "~(LinkifyElement)", "String(Node3)", "bool(BlockSyntax)", "bool(InlineSyntax)", "bool(Delimiter)", "List()", "InvoiceEntity*(InvoiceEntity*,DeleteRecurringInvoiceItem*)", "Element2(int)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoiceItem*)", "Future<~>(BuildContext,Uint8List/(PdfPageFormat),PdfPageFormat)", "Null(PrintingInfo)", "~([~])", "~(ImageChunkEvent)", "~(BuildContext)", "EntityStats*(String*,BuiltMap*)", "Size(RenderBox,BoxConstraints)", "ListBuilder*()", "KeyData()", "Null(CompanyEntity*)", "~(Offset)", "ScrollPosition()", "RenderBox()", "_Channel()", "Padding(BuildContext)", "~({addedComponents!List,changedComponents!List,removedComponents!List})", "~(Rect)", "bool*(GatewayTokenEntity*)", "ListBuilder*()", "Widget(BuildContext,TextLayout)", "Stack(BuildContext,List,Widget?)", "bool(bool?)", "@(Object?)", "bool(Element2,String,String,_Html5NodeValidator)", "Widget(Widget,Animation0)", "ListBuilder*()", "CompanyGatewayEntity*(CompanyGatewayEntity*,@)", "ListBuilder*()", "DesignEntity*(DesignEntity*,@)", "bool(InlineSpanSemanticsInformation)", "ExpenseCategoryEntity*(ExpenseCategoryEntity*,@)", "GroupEntity*(GroupEntity*,@)", "PaymentEntity*(PaymentEntity*,@)", "PaymentTermEntity*(PaymentTermEntity*,@)", "ProductEntity*(ProductEntity*,@)", "ProjectEntity*(ProjectEntity*,@)", "SubscriptionEntity*(SubscriptionEntity*,@)", "TaskEntity*(TaskEntity*,@)", "TaskStatusEntity*(TaskStatusEntity*,@)", "TaxRateEntity*(TaxRateEntity*,@)", "TokenEntity*(TokenEntity*,@)", "UserEntity*(UserEntity*,@)", "VendorEntity*(VendorEntity*,@)", "ReportSettingsEntityBuilder*(ReportSettingsEntityBuilder*)", "LicenseEntry(int)", "String*(String*,DeleteDesignsSuccess*)", "MaterialTapTargetSize?(ButtonStyle?)", "Duration?(ButtonStyle?)", "bool?(ButtonStyle?)", "StyledToast*(BuildContext*)", "AlignmentGeometry?(ButtonStyle?)", "Locale*(String*)", "ChangeLayoutBanner*(BuildContext*)", "ProductScreenBuilder*(BuildContext*)", "ProductViewScreen*(BuildContext*)", "ProductEditScreen*(BuildContext*)", "ClientScreenBuilder*(BuildContext*)", "ClientViewScreen*(BuildContext*)", "ClientEditScreen*(BuildContext*)", "ClientPdfScreen*(BuildContext*)", "InvoiceScreenBuilder*(BuildContext*)", "InvoiceViewScreen*(BuildContext*)", "InvoiceEditScreen*(BuildContext*)", "InvoiceEmailScreen*(BuildContext*)", "InvoicePdfScreen*(BuildContext*)", "DocumentScreenBuilder*(BuildContext*)", "DocumentViewScreen*(BuildContext*)", "DocumentEditScreen*(BuildContext*)", "ExpenseScreenBuilder*(BuildContext*)", "ExpenseViewScreen*(BuildContext*)", "ExpenseEditScreen*(BuildContext*)", "VendorScreenBuilder*(BuildContext*)", "VendorViewScreen*(BuildContext*)", "VendorEditScreen*(BuildContext*)", "TaskScreenBuilder*(BuildContext*)", "TaskViewScreen*(BuildContext*)", "TaskEditScreen*(BuildContext*)", "ProjectScreenBuilder*(BuildContext*)", "ProjectViewScreen*(BuildContext*)", "ProjectEditScreen*(BuildContext*)", "PaymentScreenBuilder*(BuildContext*)", "PaymentViewScreen*(BuildContext*)", "InteractiveInkFeatureFactory?(ButtonStyle?)", "JsObject(@)", "QuoteScreenBuilder*(BuildContext*)", "QuoteViewScreen*(BuildContext*)", "QuoteEditScreen*(BuildContext*)", "QuoteEmailScreen*(BuildContext*)", "QuotePdfScreen*(BuildContext*)", "PurchaseOrderScreenBuilder*(BuildContext*)", "PurchaseOrderViewScreen*(BuildContext*)", "PurchaseOrderEditScreen*(BuildContext*)", "RecurringExpenseScreenBuilder*(BuildContext*)", "RecurringExpenseViewScreen*(BuildContext*)", "RecurringExpenseEditScreen*(BuildContext*)", "SubscriptionScreenBuilder*(BuildContext*)", "SubscriptionViewScreen*(BuildContext*)", "SubscriptionEditScreen*(BuildContext*)", "TaskStatusScreenBuilder*(BuildContext*)", "TaskStatusViewScreen*(BuildContext*)", "TaskStatusEditScreen*(BuildContext*)", "ExpenseCategoryScreenBuilder*(BuildContext*)", "ExpenseCategoryViewScreen*(BuildContext*)", "ExpenseCategoryEditScreen*(BuildContext*)", "RecurringInvoiceScreenBuilder*(BuildContext*)", "RecurringInvoiceViewScreen*(BuildContext*)", "RecurringInvoiceEditScreen*(BuildContext*)", "RecurringInvoicePdfScreen*(BuildContext*)", "WebhookScreenBuilder*(BuildContext*)", "WebhookViewScreen*(BuildContext*)", "WebhookEditScreen*(BuildContext*)", "TokenScreenBuilder*(BuildContext*)", "TokenViewScreen*(BuildContext*)", "TokenEditScreen*(BuildContext*)", "PaymentTermScreenBuilder*(BuildContext*)", "PaymentTermEditScreen*(BuildContext*)", "PaymentTermViewScreen*(BuildContext*)", "DesignScreenBuilder*(BuildContext*)", "DesignViewScreen*(BuildContext*)", "DesignEditScreen*(BuildContext*)", "CreditScreenBuilder*(BuildContext*)", "CreditViewScreen*(BuildContext*)", "CreditEditScreen*(BuildContext*)", "CreditEmailScreen*(BuildContext*)", "CreditPdfScreen*(BuildContext*)", "UserScreenBuilder*(BuildContext*)", "UserViewScreen*(BuildContext*)", "UserEditScreen*(BuildContext*)", "GroupScreenBuilder*(BuildContext*)", "GroupViewScreen*(BuildContext*)", "GroupEditScreen*(BuildContext*)", "SettingsScreenBuilder*(BuildContext*)", "ReportsScreenBuilder*(BuildContext*)", "CompanyDetailsScreen*(BuildContext*)", "UserDetailsScreen*(BuildContext*)", "LocalizationScreen*(BuildContext*)", "PaymentsSettingsScreen*(BuildContext*)", "CompanyGatewayScreenBuilder*(BuildContext*)", "CompanyGatewayViewScreen*(BuildContext*)", "CompanyGatewayEditScreen*(BuildContext*)", "TaxSettingsScreen*(BuildContext*)", "TaxRateScreenBuilder*(BuildContext*)", "TaxRateViewScreen*(BuildContext*)", "TaxRateEditScreen*(BuildContext*)", "ProductSettingsScreen*(BuildContext*)", "ExpenseSettingsScreen*(BuildContext*)", "TaskSettingsScreen*(BuildContext*)", "ImportExportScreen*(BuildContext*)", "DeviceSettingsScreen*(BuildContext*)", "AccountManagementScreen*(BuildContext*)", "CustomFieldsScreen*(BuildContext*)", "GeneratedNumbersScreen*(BuildContext*)", "WorkflowSettingsScreen*(BuildContext*)", "InvoiceDesignScreen*(BuildContext*)", "ClientPortalScreen*(BuildContext*)", "EmailSettingsScreen*(BuildContext*)", "TemplatesAndRemindersScreen*(BuildContext*)", "CreditCardsAndBanksScreen*(BuildContext*)", "DataVisualizationsScreen*(BuildContext*)", "~(NextFocusIntent)", "~(PreviousFocusIntent)", "~(DirectionalFocusIntent)", "Incrementable(SemanticsObject)", "Scrollable0(SemanticsObject)", "String?(~(Codec))", "TableRow(int)", "LabelAndValue(SemanticsObject)", "Rect()(RenderBox)", "Future*(SharedPreferences*)", "Null(FrameInfo)", "Tappable(SemanticsObject)", "String*(String*,ClearLastError*)", "String*(String*,LoadClientsFailure*)", "String*(String*,LoadProductsFailure*)", "String*(String*,LoadInvoicesFailure*)", "String*(String*,LoadPaymentsFailure*)", "String*(String*,LoadQuotesFailure*)", "String*(String*,LoadProjectsFailure*)", "String*(String*,LoadTasksFailure*)", "String*(String*,LoadVendorsFailure*)", "String*(String*,LoadExpensesFailure*)", "String*(String*,LoadPurchaseOrdersFailure*)", "String*(String*,LoadRecurringExpensesFailure*)", "String*(String*,LoadSubscriptionsFailure*)", "String*(String*,LoadTaskStatusesFailure*)", "String*(String*,LoadRecurringInvoicesFailure*)", "String*(String*,LoadWebhooksFailure*)", "String*(String*,LoadTokensFailure*)", "String*(String*,LoadPaymentTermsFailure*)", "String*(String*,LoadDesignsFailure*)", "String*(String*,LoadCreditsFailure*)", "String*(String*,RefreshDataFailure*)", "bool*(bool*,DismissNativeWarning*)", "CalendarDatePicker()", "UserCompanyState*(int*)", "Form()", "Flex(BuildContext)", "TextField0(SemanticsObject)", "Widget(BuildContext,Animation0,Animation0)", "Checkable(SemanticsObject)", "Null(UserCompanyState*)", "ImageRoleManager(SemanticsObject)", "~(ActivateIntent)", "~(ButtonActivateIntent)", "~(int?,int?)", "RenderObjectWidget(Widget)", "DropdownButtonHideUnderline(BuildContext)", "Rect()?(RenderBox)", "LiveRegion(SemanticsObject)", "Null(BuiltList*)", "ClientUIStateBuilder*(ClientUIStateBuilder*)", "bool*(bool*,ViewClient*)", "bool*(bool*,ViewClientList*)", "bool*(bool*,FilterClientsByState*)", "bool*(bool*,FilterClients*)", "bool*(bool*,FilterClientsByCustom1*)", "bool*(bool*,FilterClientsByCustom2*)", "bool*(bool*,FilterClientsByCustom3*)", "bool*(bool*,FilterClientsByCustom4*)", "int*(int*,UpdateClientTab*)", "SkTextStyle()", "~(int?)", "ClientContactEntity*(ClientContactEntity*,EditClient*)", "ClientContactEntity*(ClientContactEntity*,EditContact*)", "String*(String*,ArchiveClientsSuccess*)", "String*(String*,DeleteClientsSuccess*)", "Null(FontFace)", "String*(String*,ViewClient*)", "String*(String*,AddClientSuccess*)", "String*(String*,ShowPdfClient*)", "bool(InkHighlight?)", "~(PointerMoveEvent)", "String*(String*,SortClients*)", "String*(String*,FilterClients*)", "String*(String*,FilterClientsByState*)", "String*(String*,FilterClientsByCustom1*)", "String*(String*,FilterClientsByCustom2*)", "String*(String*,FilterClientsByCustom3*)", "String*(String*,FilterClientsByCustom4*)", "bool(NotoFont)", "~(PointerUpEvent)", "ClientEntity*(ClientEntity*,SaveClientSuccess*)", "ClientEntity*(ClientEntity*,AddClientSuccess*)", "ClientEntity*(ClientEntity*,RestoreClientSuccess*)", "ClientEntity*(ClientEntity*,ArchiveClientsSuccess*)", "ClientEntity*(ClientEntity*,DeleteClientsSuccess*)", "ClientEntity*(ClientEntity*,EditClient*)", "ClientEntity*(ClientEntity*,UpdateClient*)", "ClientEntity*(ClientEntity*,AddContact*)", "ClientEntity*(ClientEntity*,DeleteContact*)", "ClientEntity*(ClientEntity*,UpdateContact*)", "ClientEntity*(ClientEntity*,ViewClient*)", "ClientEntity*(ClientEntity*,ViewClientList*)", "ClientEntity*(ClientEntity*,SelectCompany*)", "ClientEntity*(ClientEntity*,DiscardChanges*)", "TextStyle()", "ListTileTheme(BuildContext)", "bool(LayoutChangedNotification)", "List*(BuiltMap*,BuiltList*,BuiltMap*,StaticState*)", "~(_ResolvedNotoSubset)", "IndentingBuiltValueToStringHelper(String)", "ShapeBorderTween(@)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,ListUIState*,BuiltMap*,StaticState*)", "ListBuilder()", "ListMultimapBuilder()", "ClientEntity*(@)", "UserCompanyStateBuilder*(UserCompanyStateBuilder*)", "UserCompanyEntity*(UserCompanyEntity*,UpdateReportSettings*)", "MapBuilder()", "ColoredBox(BuildContext,Widget?)", "UserCompanyEntity*(UserCompanyEntity*,SaveAuthUserSuccess*)", "UserCompanyEntity*(UserCompanyEntity*,ConnecOAuthUserSuccess*)", "UserCompanyEntity*(UserCompanyEntity*,ConnecGmailUserSuccess*)", "UserCompanyEntity*(UserCompanyEntity*,DisableTwoFactorSuccess*)", "UserCompanyEntity*(UserCompanyEntity*,SaveUserSettingsSuccess*)", "UserCompanyEntity*(UserCompanyEntity*,UpdateCompanyLanguage*)", "CompanyEntityBuilder*(UserCompanyEntityBuilder*)", "int*(int*,LoadCompanySuccess*)", "int*(int*,LoadExpensesSuccess*)", "List*(BuiltMap*,BuiltList*)", "bool*(CompanyEntity*,BuiltMap*,BuiltMap*)", "List*(CompanyEntity*,BuiltMap*,BuiltMap*)", "List*(String*,UserCompanyState*)", "PageTransitionsBuilder?(TargetPlatform)", "SetBuilder()", "bool*(ClientEntity*)", "DataRow?()", "Column(BuildContext,BoxConstraints)", "FadeTransition(BuildContext,Widget?)", "~(double,double)", "SetMultimapBuilder()", "bool*(ProjectEntity*)", "bool(OverscrollIndicatorNotification)", "bool*(TaskEntity*)", "RefreshProgressIndicator(BuildContext,Widget?)", "Widget(Widget,int,Animation0)", "Material(BuildContext,Widget?)", "CustomMultiChildLayout(BuildContext,Widget?)", "Null(BuiltList*)", "CompanyGatewayUIStateBuilder*(CompanyGatewayUIStateBuilder*)", "bool*(bool*,ViewCompanyGateway*)", "bool*(bool*,ViewCompanyGatewayList*)", "bool*(bool*,FilterCompanyGatewaysByState*)", "bool*(bool*,FilterCompanyGateways*)", "bool*(bool*,FilterCompanyGatewaysByCustom1*)", "bool*(bool*,FilterCompanyGatewaysByCustom2*)", "bool*(bool*,FilterCompanyGatewaysByCustom3*)", "bool*(bool*,FilterCompanyGatewaysByCustom4*)", "String*(String*,ArchiveCompanyGatewaySuccess*)", "String*(String*,DeleteCompanyGatewaySuccess*)", "String*(String*,ViewCompanyGateway*)", "String*(String*,AddCompanyGatewaySuccess*)", "String*(String*,SortCompanyGateways*)", "String*(String*,FilterCompanyGateways*)", "String*(String*,FilterCompanyGatewaysByState*)", "String*(String*,FilterCompanyGatewaysByCustom1*)", "String*(String*,FilterCompanyGatewaysByCustom2*)", "String*(String*,FilterCompanyGatewaysByCustom3*)", "String*(String*,FilterCompanyGatewaysByCustom4*)", "CompanyGatewayEntity*(CompanyGatewayEntity*,RestoreCompanyGatewaySuccess*)", "CompanyGatewayEntity*(CompanyGatewayEntity*,ArchiveCompanyGatewaySuccess*)", "CompanyGatewayEntity*(CompanyGatewayEntity*,DeleteCompanyGatewaySuccess*)", "CompanyGatewayEntity*(CompanyGatewayEntity*,UpdateCompanyGateway*)", "~(DragEndDetails{isClosing:bool?})", "Align(BuildContext,Widget?)", "bool(Set)", "List*(BuiltMap*,BuiltList*,ListUIState*,String*,bool*)", "double*(String*,BuiltMap*)", "double(Set)", "EntityStats*(String*,BuiltMap*)", "Null(String*,CompanyGatewayEntity*)", "Null(String)", "~(KeyboardEvent)", "~(String,FormElement)", "~(EditingState?,TextEditingDeltaState?)", "~(List,TextDirection,double)", "GlobalKey>(Widget)", "Center(int)", "CreditUIStateBuilder*(CreditUIStateBuilder*)", "bool*(bool*,ViewCredit*)", "bool*(bool*,ViewCreditList*)", "bool*(bool*,FilterCreditsByState*)", "bool*(bool*,FilterCredits*)", "bool*(bool*,FilterCreditsByCustom1*)", "bool*(bool*,FilterCreditsByCustom2*)", "bool*(bool*,FilterCreditsByCustom3*)", "bool*(bool*,FilterCreditsByCustom4*)", "int*(int*,UpdateCreditTab*)", "InputDecorator(BuildContext,Widget?)", "int*(int*,EditCredit*)", "int*(int*,EditCreditItem*)", "String*(String*,ArchiveCreditsSuccess*)", "String*(String*,DeleteCreditsSuccess*)", "String*(String*,ViewCredit*)", "String*(String*,AddCreditSuccess*)", "String*(String*,ShowEmailCredit*)", "String*(String*,SortCredits*)", "String*(String*,FilterCredits*)", "String*(String*,FilterCreditsByState*)", "String*(String*,FilterCreditsByStatus*)", "String*(String*,FilterCreditsByCustom1*)", "String*(String*,FilterCreditsByCustom2*)", "String*(String*,FilterCreditsByCustom3*)", "String*(String*,FilterCreditsByCustom4*)", "InvoiceEntity*(InvoiceEntity*,UpdateCredit*)", "Semantics(BuildContext,Widget?)", "InvoiceEntity*(InvoiceEntity*,MoveCreditItem*)", "UnmanagedRestorationScope(FormFieldState)", "ThemeDataTween(@)", "InvoiceEntity*(InvoiceEntity*,UpdateCreditClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddCreditContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveCreditContact*)", "ThemeData()", "MapEntry>(Object,ThemeExtension<@>)", "bool(MapEntry>)", "CkCanvas(CkPictureRecorder)", "List*(BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,String*,BuiltMap*,List*)", "TimeOfDay(int)", "Offset(double)", "~(List<_TappableLabel>?)", "DashboardUIStateBuilder*(DashboardUIStateBuilder*)", "BuiltMap*>*(BuiltMap*>*,UpdateDashboardSelection*)", "~(Event?)", "BuiltMap*>*(BuiltMap*>*,SelectCompany*)", "EntityType*(EntityType*,UpdateDashboardEntityType*)", "bool*(bool*,UpdateDashboardSidebar*)", "_ToggleButton(int)", "~([TapUpDetails?])", "Future(Uint8List{allowUpscaling:bool,cacheHeight:int?,cacheWidth:int?})", "EdgeInsetsGeometry(EdgeInsetsGeometry,ShapeBorder)", "ShapeBorder(ShapeBorder)", "Null(String*,Duration*)", "String(ShapeBorder)", "Map()", "List*(BuiltMap*,String*)", "bool(double)", "Color(double)", "List*(BuiltMap*,BuiltMap*)", "int*(PaymentEntity*,PaymentEntity*)", "_LiveImage()", "~(ImageInfo?,bool)", "List*(BuiltMap*,BuiltMap*)", "Future<~>(Object,StackTrace?)", "num(int?)", "Null(Map>?)", "~(ImageInfo)", "ViewClipChain()", "Null(BuiltList*)", "DesignUIStateBuilder*(DesignUIStateBuilder*)", "bool*(bool*,ViewDesign*)", "bool*(bool*,ViewDesignList*)", "bool*(bool*,FilterDesignsByState*)", "bool*(bool*,FilterDesigns*)", "bool*(bool*,FilterDesignsByCustom1*)", "bool*(bool*,FilterDesignsByCustom2*)", "bool*(bool*,FilterDesignsByCustom3*)", "bool*(bool*,FilterDesignsByCustom4*)", "String*(String*,ArchiveDesignsSuccess*)", "~(Object,StackTrace?)?(ImageStreamListener)", "~(ImageChunkEvent)?(ImageStreamListener)", "String*(String*,SortDesigns*)", "String*(String*,FilterDesigns*)", "String*(String*,FilterDesignsByState*)", "String*(String*,FilterDesignsByCustom1*)", "String*(String*,FilterDesignsByCustom2*)", "String*(String*,FilterDesignsByCustom3*)", "String*(String*,FilterDesignsByCustom4*)", "DesignEntity*(DesignEntity*,RestoreDesignsSuccess*)", "DesignEntity*(DesignEntity*,ArchiveDesignsSuccess*)", "DesignEntity*(DesignEntity*,DeleteDesignsSuccess*)", "DesignEntity*(DesignEntity*,UpdateDesign*)", "Set(Set,Set)", "Paint(BoxShadow)", "List*(BuiltMap*,BuiltList*,ListUIState*)", "DesignEntity*(@)", "Path(BoxShadow)", "DiagnosticsNode(InlineSpan)", "~(int,SemanticsAction,ByteData?)", "Null(BuiltList*)", "DocumentUIStateBuilder*(DocumentUIStateBuilder*)", "bool*(bool*,ViewDocument*)", "bool*(bool*,ViewDocumentList*)", "bool*(bool*,FilterDocumentsByState*)", "bool*(bool*,FilterDocuments*)", "bool*(bool*,FilterDocumentsByCustom1*)", "bool*(bool*,FilterDocumentsByCustom2*)", "bool*(bool*,FilterDocumentsByCustom3*)", "bool*(bool*,FilterDocumentsByCustom4*)", "String*(String*,ArchiveDocumentSuccess*)", "String*(String*,DeleteDocumentSuccess*)", "String*(String*,ViewDocument*)", "String*(String*,SortDocuments*)", "String*(String*,FilterDocuments*)", "String*(String*,FilterDocumentsByState*)", "String*(String*,FilterDocumentsByCustom1*)", "String*(String*,FilterDocumentsByCustom2*)", "String*(String*,FilterDocumentsByCustom3*)", "String*(String*,FilterDocumentsByCustom4*)", "DocumentEntity*(DocumentEntity*,UpdateDocument*)", "String(double,double,String)", "Size()", "double?()", "DocumentEntity*(@)", "List*(BuiltMap*,BuiltList*,ListUIState*)", "Promise<1&>([InitializeEngineFnParameters?])", "InvoiceItemEntity*(BaseEntity*)", "~(TextSelection)", "Rect(TextBox)", "~(String?,List)", "Rect(Rect?,TextBox)", "ExpenseUIStateBuilder*(ExpenseUIStateBuilder*)", "bool*(bool*,ViewExpense*)", "bool*(bool*,ViewExpenseList*)", "bool*(bool*,FilterExpensesByState*)", "bool*(bool*,FilterExpenses*)", "bool*(bool*,FilterExpensesByCustom1*)", "bool*(bool*,FilterExpensesByCustom2*)", "bool*(bool*,FilterExpensesByCustom3*)", "bool*(bool*,FilterExpensesByCustom4*)", "int*(int*,UpdateExpenseTab*)", "String*(String*,ArchiveExpenseSuccess*)", "String*(String*,DeleteExpenseSuccess*)", "String*(String*,ViewExpense*)", "String*(String*,AddExpenseSuccess*)", "String*(String*,SortExpenses*)", "String*(String*,FilterExpenses*)", "String*(String*,FilterExpensesByState*)", "String*(String*,FilterExpensesByStatus*)", "String*(String*,FilterExpensesByCustom1*)", "String*(String*,FilterExpensesByCustom2*)", "String*(String*,FilterExpensesByCustom3*)", "String*(String*,FilterExpensesByCustom4*)", "ExpenseEntity*(ExpenseEntity*,RestoreExpenseSuccess*)", "ExpenseEntity*(ExpenseEntity*,ArchiveExpenseSuccess*)", "ExpenseEntity*(ExpenseEntity*,DeleteExpenseSuccess*)", "ExpenseEntity*(ExpenseEntity*,UpdateExpense*)", "TextElement2(String)", "MouseCursor0(MouseTrackerAnnotation)", "~(MouseTrackerAnnotation,Matrix4)", "bool(MouseTrackerAnnotation)", "List*(BuiltMap*,String*)", "double(TextElement2)", "Future(Body)", "SurfaceScene()", "OneSequenceGestureRecognizer(Factory)", "Null(BuiltList*)", "ExpenseCategoryUIStateBuilder*(ExpenseCategoryUIStateBuilder*)", "bool*(bool*,ViewExpenseCategory*)", "bool*(bool*,ViewExpenseCategoryList*)", "bool*(bool*,FilterExpenseCategoriesByState*)", "bool*(bool*,FilterExpenseCategories*)", "bool*(bool*,FilterExpenseCategoriesByCustom1*)", "bool*(bool*,FilterExpenseCategoriesByCustom2*)", "bool*(bool*,FilterExpenseCategoriesByCustom3*)", "bool*(bool*,FilterExpenseCategoriesByCustom4*)", "String*(String*,ArchiveExpenseCategoriesSuccess*)", "String*(String*,DeleteExpenseCategoriesSuccess*)", "String*(String*,SortExpenseCategories*)", "String*(String*,FilterExpenseCategories*)", "String*(String*,FilterExpenseCategoriesByState*)", "String*(String*,FilterExpenseCategoriesByCustom1*)", "String*(String*,FilterExpenseCategoriesByCustom2*)", "String*(String*,FilterExpenseCategoriesByCustom3*)", "String*(String*,FilterExpenseCategoriesByCustom4*)", "ExpenseCategoryEntity*(ExpenseCategoryEntity*,RestoreExpenseCategoriesSuccess*)", "ExpenseCategoryEntity*(ExpenseCategoryEntity*,ArchiveExpenseCategoriesSuccess*)", "ExpenseCategoryEntity*(ExpenseCategoryEntity*,DeleteExpenseCategoriesSuccess*)", "ExpenseCategoryEntity*(ExpenseCategoryEntity*,UpdateExpenseCategory*)", "TransformLayer?(PaintingContext,Offset)", "bool(SliverHitTestResult{crossAxisPosition!double,mainAxisPosition!double})", "int(int?)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "double*(String*,BuiltMap*)", "ExpenseCategoryEntity*(@)", "bool(Pattern[int])", "HitTestResult(Offset)", "bool(RenderSliver)", "Null(BuiltList*)", "GroupUIStateBuilder*(GroupUIStateBuilder*)", "bool*(bool*,ViewGroup*)", "bool*(bool*,ViewGroupList*)", "bool*(bool*,FilterGroupsByState*)", "bool*(bool*,FilterGroups*)", "String*(String*,ArchiveGroupSuccess*)", "String*(String*,DeleteGroupSuccess*)", "String*(String*,ViewGroup*)", "String*(String*,AddGroupSuccess*)", "String*(String*,SortGroups*)", "String*(String*,FilterGroups*)", "String*(String*,FilterGroupsByState*)", "GroupEntity*(GroupEntity*,RestoreGroupSuccess*)", "GroupEntity*(GroupEntity*,ArchiveGroupSuccess*)", "GroupEntity*(GroupEntity*,DeleteGroupSuccess*)", "GroupEntity*(GroupEntity*,UpdateGroup*)", "bool(Color)", "~(FrameTiming)", "~(int,_FrameCallbackEntry)", "int(PaintRequest,PaintRequest)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "EntityStats*(BuiltMap*,String*)", "InvoiceUIStateBuilder*(InvoiceUIStateBuilder*)", "bool*(bool*,ViewInvoice*)", "bool*(bool*,ViewInvoiceList*)", "bool*(bool*,FilterInvoicesByState*)", "bool*(bool*,FilterInvoices*)", "bool*(bool*,FilterInvoicesByCustom1*)", "bool*(bool*,FilterInvoicesByCustom2*)", "bool*(bool*,FilterInvoicesByCustom3*)", "bool*(bool*,FilterInvoicesByCustom4*)", "int*(int*,UpdateInvoiceTab*)", "SemanticsNode(_TraversalSortNode)", "int*(int*,EditInvoice*)", "int*(int*,EditInvoiceItem*)", "String*(String*,ArchiveInvoicesSuccess*)", "String*(String*,DeleteInvoicesSuccess*)", "String*(String*,ViewInvoice*)", "String*(String*,AddInvoiceSuccess*)", "String*(String*,ShowEmailInvoice*)", "String*(String*,SortInvoices*)", "String*(String*,FilterInvoices*)", "String*(String*,FilterInvoicesByState*)", "String*(String*,FilterInvoicesByStatus*)", "String*(String*,FilterInvoicesByCustom1*)", "String*(String*,FilterInvoicesByCustom2*)", "String*(String*,FilterInvoicesByCustom3*)", "String*(String*,FilterInvoicesByCustom4*)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoice*)", "DiagnosticsNode(SemanticsNode)", "InvoiceEntity*(InvoiceEntity*,MoveInvoiceItem*)", "bool(Point[double?])", "bool(Point,double,double)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoiceClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveInvoiceContact*)", "int(SemanticsNode)", "SemanticsNode(int)", "InvoiceEntity*(InvoiceEntity*,BuiltMap*)", "List*(BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,String*,BuiltMap*,List*,String*)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*,String*)", "Map(TextInputConfiguration)", "TextInputConfiguration(AutofillClient)", "Stream()", "Null(BuiltList*)", "PaymentUIStateBuilder*(PaymentUIStateBuilder*)", "bool*(bool*,ViewPayment*)", "bool*(bool*,ViewPaymentList*)", "bool*(bool*,FilterPaymentsByState*)", "bool*(bool*,FilterPayments*)", "bool*(bool*,FilterPaymentsByCustom1*)", "bool*(bool*,FilterPaymentsByCustom2*)", "bool*(bool*,FilterPaymentsByCustom3*)", "bool*(bool*,FilterPaymentsByCustom4*)", "int*(int*,UpdatePaymentTab*)", "String*(String*,ArchivePaymentsSuccess*)", "String*(String*,DeletePaymentsSuccess*)", "String*(String*,ViewPayment*)", "String*(String*,AddPaymentSuccess*)", "String*(String*,SortPayments*)", "String*(String*,FilterPayments*)", "String*(String*,FilterPaymentsByState*)", "String*(String*,FilterPaymentsByCustom1*)", "String*(String*,FilterPaymentsByCustom2*)", "String*(String*,FilterPaymentsByCustom3*)", "String*(String*,FilterPaymentsByCustom4*)", "PaymentEntity*(PaymentEntity*,RestorePaymentsSuccess*)", "PaymentEntity*(PaymentEntity*,ArchivePaymentsSuccess*)", "PaymentEntity*(PaymentEntity*,DeletePaymentsSuccess*)", "PaymentEntity*(PaymentEntity*,UpdatePayment*)", "Future(String?)", "String(int?)", "Future<~>(ByteData?,~(ByteData?))", "Future>(@)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*)", "EntityStats*(String*,BuiltMap*,BuiltMap*)", "PaymentEntity*(@)", "~(RawKeyEvent)", "int(_PersistedSurfaceMatch,_PersistedSurfaceMatch)", "RawKeyEventData()", "Null(BuiltList*)", "PaymentTermUIStateBuilder*(PaymentTermUIStateBuilder*)", "bool*(bool*,ViewPaymentTerm*)", "bool*(bool*,ViewPaymentTermList*)", "bool*(bool*,FilterPaymentTermsByState*)", "bool*(bool*,FilterPaymentTerms*)", "bool*(bool*,FilterPaymentTermsByCustom1*)", "bool*(bool*,FilterPaymentTermsByCustom2*)", "bool*(bool*,FilterPaymentTermsByCustom3*)", "bool*(bool*,FilterPaymentTermsByCustom4*)", "String*(String*,ArchivePaymentTermsSuccess*)", "String*(String*,DeletePaymentTermsSuccess*)", "String*(String*,SortPaymentTerms*)", "String*(String*,FilterPaymentTerms*)", "String*(String*,FilterPaymentTermsByState*)", "String*(String*,FilterPaymentTermsByCustom1*)", "String*(String*,FilterPaymentTermsByCustom2*)", "String*(String*,FilterPaymentTermsByCustom3*)", "String*(String*,FilterPaymentTermsByCustom4*)", "PaymentTermEntity*(PaymentTermEntity*,RestorePaymentTermsSuccess*)", "PaymentTermEntity*(PaymentTermEntity*,ArchivePaymentTermsSuccess*)", "PaymentTermEntity*(PaymentTermEntity*,DeletePaymentTermsSuccess*)", "PaymentTermEntity*(PaymentTermEntity*,UpdatePaymentTerm*)", "bool(PhysicalKeyboardKey)", "Null(SkDeletable)", "Color0?(int?)", "List()", "List*(BuiltMap*,BuiltList*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "InvoiceItemEntity*(String*)", "List(List)", "List(SelectionRect)", "Null(BuiltList*)", "ProductUIStateBuilder*(ProductUIStateBuilder*)", "bool*(bool*,ViewProduct*)", "bool*(bool*,ViewProductList*)", "bool*(bool*,FilterProductsByState*)", "bool*(bool*,FilterProducts*)", "bool*(bool*,FilterProductsByCustom1*)", "bool*(bool*,FilterProductsByCustom2*)", "bool*(bool*,FilterProductsByCustom3*)", "bool*(bool*,FilterProductsByCustom4*)", "int*(int*,UpdateProductTab*)", "ProductEntity*(ProductEntity*,UpdateProduct*)", "ProductEntity*(ProductEntity*,RestoreProductsSuccess*)", "ProductEntity*(ProductEntity*,ArchiveProductsSuccess*)", "ProductEntity*(ProductEntity*,DeleteProductsSuccess*)", "String*(String*,ArchiveProductsSuccess*)", "String*(String*,DeleteProductsSuccess*)", "String*(String*,ViewProduct*)", "String*(String*,AddProductSuccess*)", "String*(String*,SortProducts*)", "String*(String*,FilterProducts*)", "String*(String*,FilterProductsByState*)", "String*(String*,FilterProductsByCustom1*)", "String*(String*,FilterProductsByCustom2*)", "String*(String*,FilterProductsByCustom3*)", "String*(String*,FilterProductsByCustom4*)", "~(_LineRendererElement)", "double(num)", "List*(BuiltMap*,BuiltList*,BuiltMap*)", "List*(BuiltMap*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*)", "ProductEntity*(@)", "List<@>(String)", "@(@,String)", "Null(BuiltList*)", "ProjectUIStateBuilder*(ProjectUIStateBuilder*)", "bool*(bool*,ViewProject*)", "bool*(bool*,ViewProjectList*)", "bool*(bool*,FilterProjectsByState*)", "bool*(bool*,FilterProjects*)", "bool*(bool*,FilterProjectsByCustom1*)", "bool*(bool*,FilterProjectsByCustom2*)", "bool*(bool*,FilterProjectsByCustom3*)", "bool*(bool*,FilterProjectsByCustom4*)", "int*(int*,UpdateProjectTab*)", "Palette(Palette())", "String*(String*,ArchiveProjectSuccess*)", "String*(String*,DeleteProjectSuccess*)", "String*(String*,ViewProject*)", "String*(String*,AddProjectSuccess*)", "String*(String*,SortProjects*)", "String*(String*,FilterProjects*)", "String*(String*,FilterProjectsByState*)", "String*(String*,FilterProjectsByCustom1*)", "String*(String*,FilterProjectsByCustom2*)", "String*(String*,FilterProjectsByCustom3*)", "String*(String*,FilterProjectsByCustom4*)", "ProjectEntity*(ProjectEntity*,RestoreProjectSuccess*)", "ProjectEntity*(ProjectEntity*,ArchiveProjectSuccess*)", "ProjectEntity*(ProjectEntity*,DeleteProjectSuccess*)", "ProjectEntity*(ProjectEntity*,UpdateProject*)", "~(Action)", "@(String)", "~(_ChildEntry)", "List*(BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,String*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*,BuiltMap*)", "Widget(_ChildEntry)", "Null(String*,ProjectEntity*)", "ProjectEntity*(@)", "PurchaseOrderUIStateBuilder*(PurchaseOrderUIStateBuilder*)", "bool*(bool*,ViewPurchaseOrder*)", "bool*(bool*,ViewPurchaseOrderList*)", "bool*(bool*,FilterPurchaseOrdersByState*)", "bool*(bool*,FilterPurchaseOrders*)", "bool*(bool*,FilterPurchaseOrdersByCustom1*)", "bool*(bool*,FilterPurchaseOrdersByCustom2*)", "bool*(bool*,FilterPurchaseOrdersByCustom3*)", "bool*(bool*,FilterPurchaseOrdersByCustom4*)", "int*(int*,UpdatePurchaseOrderTab*)", "Route<@>?(RouteSettings)", "int*(int*,EditPurchaseOrder*)", "int*(int*,EditPurchaseOrderItem*)", "String*(String*,ArchivePurchaseOrdersSuccess*)", "String*(String*,DeletePurchaseOrdersSuccess*)", "String*(String*,ViewPurchaseOrder*)", "String*(String*,AddPurchaseOrderSuccess*)", "String*(String*,ShowEmailPurchaseOrder*)", "String*(String*,SortPurchaseOrders*)", "String*(String*,FilterPurchaseOrders*)", "String*(String*,FilterPurchaseOrdersByState*)", "String*(String*,FilterPurchaseOrdersByStatus*)", "String*(String*,FilterPurchaseOrdersByCustom1*)", "String*(String*,FilterPurchaseOrdersByCustom2*)", "String*(String*,FilterPurchaseOrdersByCustom3*)", "String*(String*,FilterPurchaseOrdersByCustom4*)", "InvoiceEntity*(InvoiceEntity*,UpdatePurchaseOrder*)", "Route<@>(RouteSettings)", "InvoiceEntity*(InvoiceEntity*,MovePurchaseOrderItem*)", "~(AutocompletePreviousOptionIntent)", "~(AutocompleteNextOptionIntent)", "InvoiceEntity*(InvoiceEntity*,UpdatePurchaseOrderVendor*)", "InvoiceEntity*(InvoiceEntity*,RestorePurchaseOrdersSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchivePurchaseOrdersSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeletePurchaseOrdersSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddPurchaseOrderContact*)", "InvoiceEntity*(InvoiceEntity*,RemovePurchaseOrderContact*)", "String?(int)", "CompositedTransformFollower(BuildContext)", "QuoteUIStateBuilder*(QuoteUIStateBuilder*)", "bool*(bool*,ViewQuote*)", "bool*(bool*,ViewQuoteList*)", "bool*(bool*,FilterQuotesByState*)", "bool*(bool*,FilterQuotes*)", "bool*(bool*,FilterQuotesByCustom1*)", "bool*(bool*,FilterQuotesByCustom2*)", "bool*(bool*,FilterQuotesByCustom3*)", "bool*(bool*,FilterQuotesByCustom4*)", "int*(int*,UpdateQuoteTab*)", "bool(AutofillClient)", "int*(int*,EditQuote*)", "int*(int*,EditQuoteItem*)", "String*(String*,ArchiveQuotesSuccess*)", "String*(String*,DeleteQuotesSuccess*)", "String*(String*,ViewQuote*)", "String*(String*,AddQuoteSuccess*)", "String*(String*,ShowEmailQuote*)", "String*(String*,SortQuotes*)", "String*(String*,FilterQuotes*)", "String*(String*,FilterQuotesByState*)", "String*(String*,FilterQuotesByStatus*)", "String*(String*,FilterQuotesByCustom1*)", "String*(String*,FilterQuotesByCustom2*)", "String*(String*,FilterQuotesByCustom3*)", "String*(String*,FilterQuotesByCustom4*)", "InvoiceEntity*(InvoiceEntity*,UpdateQuote*)", "AutofillClient()", "InvoiceEntity*(InvoiceEntity*,MoveQuoteItem*)", "bool(KeepAliveNotification)", "Null(~())", "InvoiceEntity*(InvoiceEntity*,UpdateQuoteClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveQuoteContact*)", "ClipPath(BuildContext)", "~(JsUrlStrategy?)", "RecurringExpenseUIStateBuilder*(RecurringExpenseUIStateBuilder*)", "bool*(bool*,ViewRecurringExpense*)", "bool*(bool*,ViewRecurringExpenseList*)", "bool*(bool*,FilterRecurringExpensesByState*)", "bool*(bool*,FilterRecurringExpenses*)", "bool*(bool*,FilterRecurringExpensesByCustom1*)", "bool*(bool*,FilterRecurringExpensesByCustom2*)", "bool*(bool*,FilterRecurringExpensesByCustom3*)", "bool*(bool*,FilterRecurringExpensesByCustom4*)", "int*(int*,UpdateRecurringExpenseTab*)", "String*(String*,ArchiveRecurringExpensesSuccess*)", "String*(String*,DeleteRecurringExpensesSuccess*)", "String*(String*,SortRecurringExpenses*)", "String*(String*,FilterRecurringExpenses*)", "String*(String*,FilterRecurringExpensesByState*)", "String*(String*,FilterRecurringExpensesByCustom1*)", "String*(String*,FilterRecurringExpensesByCustom2*)", "String*(String*,FilterRecurringExpensesByCustom3*)", "String*(String*,FilterRecurringExpensesByCustom4*)", "ExpenseEntity*(ExpenseEntity*,RestoreRecurringExpensesSuccess*)", "ExpenseEntity*(ExpenseEntity*,ArchiveRecurringExpensesSuccess*)", "ExpenseEntity*(ExpenseEntity*,DeleteRecurringExpensesSuccess*)", "ExpenseEntity*(ExpenseEntity*,UpdateRecurringExpense*)", "~(SelectionModelType)", "HitTestResult()", "RecurringInvoiceUIStateBuilder*(RecurringInvoiceUIStateBuilder*)", "bool*(bool*,ViewRecurringInvoice*)", "bool*(bool*,ViewRecurringInvoiceList*)", "bool*(bool*,FilterRecurringInvoicesByState*)", "bool*(bool*,FilterRecurringInvoices*)", "bool*(bool*,FilterRecurringInvoicesByCustom1*)", "bool*(bool*,FilterRecurringInvoicesByCustom2*)", "bool*(bool*,FilterRecurringInvoicesByCustom3*)", "bool*(bool*,FilterRecurringInvoicesByCustom4*)", "int*(int*,UpdateRecurringInvoiceTab*)", "Future()", "int*(int*,EditRecurringInvoice*)", "int*(int*,EditRecurringInvoiceItem*)", "String*(String*,ArchiveRecurringInvoicesSuccess*)", "String*(String*,DeleteRecurringInvoicesSuccess*)", "String*(String*,ViewRecurringInvoice*)", "String*(String*,AddRecurringInvoiceSuccess*)", "String*(String*,ShowEmailRecurringInvoice*)", "String*(String*,SortRecurringInvoices*)", "String*(String*,FilterRecurringInvoices*)", "String*(String*,FilterRecurringInvoicesByState*)", "String*(String*,FilterRecurringInvoicesByStatus*)", "String*(String*,FilterRecurringInvoicesByCustom1*)", "String*(String*,FilterRecurringInvoicesByCustom2*)", "String*(String*,FilterRecurringInvoicesByCustom3*)", "String*(String*,FilterRecurringInvoicesByCustom4*)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoice*)", "Future<~>(double)", "InvoiceEntity*(InvoiceEntity*,MoveRecurringInvoiceItem*)", "Future<~>(@)", "Future>(Map)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoiceClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveRecurringInvoiceContact*)", "Future<~>(~(FlutterAppRunner),~(Object?))", "Rect(DisplayFeature)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*)", "_DraggableSheetExtent()", "~(String,ChartBehavior0<@>)", "~(ReplaceTextIntent)", "SettingsUIState*(SettingsUIState*,ViewSettings*)", "~(ScrollToDocumentBoundaryIntent)", "SettingsUIState*(SettingsUIState*,UpdateCompany*)", "SettingsUIState*(SettingsUIState*,UpdateSettings*)", "SettingsUIState*(SettingsUIState*,UpdateUserSettings*)", "SettingsUIState*(SettingsUIState*,ResetSettings*)", "SettingsUIState*(SettingsUIState*,SaveCompanySuccess*)", "SettingsUIState*(SettingsUIState*,SaveGroupSuccess*)", "SettingsUIState*(SettingsUIState*,SaveClientSuccess*)", "SettingsUIState*(SettingsUIState*,SaveAuthUserSuccess*)", "SettingsUIState*(SettingsUIState*,FilterSettings*)", "SettingsUIState*(SettingsUIState*,ClearSettingsFilter*)", "SettingsUIState*(SettingsUIState*,UpdateSettingsTab*)", "SettingsUIState*(SettingsUIState*,UpdateSettingsTemplate*)", "SettingsUIState*(SettingsUIState*,UpdatedSetting*)", "StaticStateBuilder*(StaticStateBuilder*)", "CurrencyEntity*(@)", "SizeEntity*(@)", "IndustryEntity*(@)", "TimezoneEntity*(@)", "DateFormatEntity*(@)", "LanguageEntity*(@)", "PaymentTypeEntity*(@)", "CountryEntity*(@)", "GatewayEntity*(@)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "BuiltMap*(List<@>*)", "FontEntity*(@)", "~(UpdateSelectionIntent)", "~(ExpandSelectionToDocumentBoundaryIntent)", "~(ExpandSelectionToLineBreakIntent)", "Null(BuiltList*)", "SubscriptionUIStateBuilder*(SubscriptionUIStateBuilder*)", "bool*(bool*,ViewSubscription*)", "bool*(bool*,ViewSubscriptionList*)", "bool*(bool*,FilterSubscriptionsByState*)", "bool*(bool*,FilterSubscriptions*)", "bool*(bool*,FilterSubscriptionsByCustom1*)", "bool*(bool*,FilterSubscriptionsByCustom2*)", "bool*(bool*,FilterSubscriptionsByCustom3*)", "bool*(bool*,FilterSubscriptionsByCustom4*)", "int*(int*,UpdateSubscriptionTab*)", "String*(String*,ArchiveSubscriptionsSuccess*)", "String*(String*,DeleteSubscriptionsSuccess*)", "String*(String*,SortSubscriptions*)", "String*(String*,FilterSubscriptions*)", "String*(String*,FilterSubscriptionsByState*)", "String*(String*,FilterSubscriptionsByCustom1*)", "String*(String*,FilterSubscriptionsByCustom2*)", "String*(String*,FilterSubscriptionsByCustom3*)", "String*(String*,FilterSubscriptionsByCustom4*)", "SubscriptionEntity*(SubscriptionEntity*,RestoreSubscriptionsSuccess*)", "SubscriptionEntity*(SubscriptionEntity*,ArchiveSubscriptionsSuccess*)", "SubscriptionEntity*(SubscriptionEntity*,DeleteSubscriptionsSuccess*)", "SubscriptionEntity*(SubscriptionEntity*,UpdateSubscription*)", "TextEditingValue(TextEditingValue,TextInputFormatter)", "SelectionRect?(int)", "bool(SelectionRect?)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "SubscriptionEntity*(@)", "SelectionRect(SelectionRect?)", "Future<~>(PasteTextIntent)", "Null(BuiltList*)", "TaskUIStateBuilder*(TaskUIStateBuilder*)", "bool*(bool*,ViewTask*)", "bool*(bool*,ViewTaskList*)", "bool*(bool*,FilterTasksByState*)", "bool*(bool*,FilterTasks*)", "bool*(bool*,FilterTasksByCustom1*)", "bool*(bool*,FilterTasksByCustom2*)", "bool*(bool*,FilterTasksByCustom3*)", "bool*(bool*,FilterTasksByCustom4*)", "int*(int*,UpdateTaskTab*)", "int*(int*,UpdateKanban*)", "int*(int*,EditTask*)", "int*(int*,EditTaskTime*)", "String*(String*,ArchiveTaskSuccess*)", "String*(String*,DeleteTaskSuccess*)", "String*(String*,ViewTask*)", "String*(String*,AddTaskSuccess*)", "String*(String*,SortTasks*)", "String*(String*,FilterTasks*)", "String*(String*,FilterTasksByState*)", "String*(String*,FilterTasksByStatus*)", "String*(String*,FilterTasksByCustom1*)", "String*(String*,FilterTasksByCustom2*)", "String*(String*,FilterTasksByCustom3*)", "String*(String*,FilterTasksByCustom4*)", "TaskEntity*(TaskEntity*,RestoreTaskSuccess*)", "TaskEntity*(TaskEntity*,ArchiveTaskSuccess*)", "TaskEntity*(TaskEntity*,StartTasksSuccess*)", "TaskEntity*(TaskEntity*,StopTasksSuccess*)", "TaskEntity*(TaskEntity*,DeleteTaskSuccess*)", "TaskEntity*(TaskEntity*,UpdateTask*)", "~(TextEditingValue)", "CompositedTransformTarget(BuildContext,ViewportOffset)", "List*(BuiltMap*,String*,BuiltMap*,BuiltMap*,BuiltMap*)", "bool(HitTestEntry)", "TextSelection(TextSelection)", "TaskEntity*(@)", "~(UndoTextIntent)", "~(RedoTextIntent)", "~(ChartStateBehavior>,AnimationController)", "Null(BuiltList*)", "TaskStatusUIStateBuilder*(TaskStatusUIStateBuilder*)", "bool*(bool*,ViewTaskStatus*)", "bool*(bool*,ViewTaskStatusList*)", "bool*(bool*,FilterTaskStatusesByState*)", "bool*(bool*,FilterTaskStatuses*)", "bool*(bool*,FilterTaskStatusesByCustom1*)", "bool*(bool*,FilterTaskStatusesByCustom2*)", "bool*(bool*,FilterTaskStatusesByCustom3*)", "bool*(bool*,FilterTaskStatusesByCustom4*)", "String*(String*,ArchiveTaskStatusesSuccess*)", "String*(String*,DeleteTaskStatusesSuccess*)", "String*(String*,SortTaskStatuses*)", "String*(String*,FilterTaskStatuses*)", "String*(String*,FilterTaskStatusesByState*)", "String*(String*,FilterTaskStatusesByCustom1*)", "String*(String*,FilterTaskStatusesByCustom2*)", "String*(String*,FilterTaskStatusesByCustom3*)", "String*(String*,FilterTaskStatusesByCustom4*)", "TaskStatusEntity*(TaskStatusEntity*,RestoreTaskStatusesSuccess*)", "TaskStatusEntity*(TaskStatusEntity*,ArchiveTaskStatusesSuccess*)", "TaskStatusEntity*(TaskStatusEntity*,DeleteTaskStatusesSuccess*)", "TaskStatusEntity*(TaskStatusEntity*,UpdateTaskStatus*)", "DiagnosticsNode(FocusNode)", "bool(KeyMessage)", "~(_FocusTraversalGroupInfo)", "List*(BuiltList*,BuiltMap*)", "List*(BuiltMap*,BuiltList*,StaticState*,BuiltMap*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "int*(String*,BuiltMap*)", "TaskStatusEntity*(@)", "bool(_DirectionalPolicyDataEntry)", "Widget(LegendEntry<@>)", "bool(TraversalDirection)", "Null(BuiltList*)", "TaxRateUIStateBuilder*(TaxRateUIStateBuilder*)", "bool*(bool*,ViewTaxRate*)", "bool*(bool*,ViewTaxRateList*)", "bool*(bool*,FilterTaxRatesByState*)", "bool*(bool*,FilterTaxRates*)", "String*(String*,ArchiveTaxRatesSuccess*)", "String*(String*,DeleteTaxRatesSuccess*)", "String*(String*,ViewTaxRate*)", "String*(String*,AddTaxRateSuccess*)", "String*(String*,SortTaxRates*)", "String*(String*,FilterTaxRates*)", "String*(String*,FilterTaxRatesByState*)", "TaxRateEntity*(TaxRateEntity*,RestoreTaxRatesSuccess*)", "TaxRateEntity*(TaxRateEntity*,ArchiveTaxRatesSuccess*)", "TaxRateEntity*(TaxRateEntity*,DeleteTaxRatesSuccess*)", "TaxRateEntity*(TaxRateEntity*,UpdateTaxRate*)", "Set(_ReadingOrderSortData)", "~(int,@)", "List(BuildContext)", "Rect(_ReadingOrderSortData)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "int(_ReadingOrderDirectionalGroupData,_ReadingOrderDirectionalGroupData)", "List<_ReadingOrderSortData>(_ReadingOrderSortData,Iterable<_ReadingOrderSortData>)", "bool(_ReadingOrderSortData)", "Null(BuiltList*)", "TokenUIStateBuilder*(TokenUIStateBuilder*)", "bool*(bool*,ViewToken*)", "bool*(bool*,ViewTokenList*)", "bool*(bool*,FilterTokensByState*)", "bool*(bool*,FilterTokens*)", "bool*(bool*,FilterTokensByCustom1*)", "bool*(bool*,FilterTokensByCustom2*)", "bool*(bool*,FilterTokensByCustom3*)", "bool*(bool*,FilterTokensByCustom4*)", "String*(String*,ArchiveTokensSuccess*)", "String*(String*,DeleteTokensSuccess*)", "String*(String*,SortTokens*)", "String*(String*,FilterTokens*)", "String*(String*,FilterTokensByState*)", "String*(String*,FilterTokensByCustom1*)", "String*(String*,FilterTokensByCustom2*)", "String*(String*,FilterTokensByCustom3*)", "String*(String*,FilterTokensByCustom4*)", "TokenEntity*(TokenEntity*,RestoreTokensSuccess*)", "TokenEntity*(TokenEntity*,ArchiveTokensSuccess*)", "TokenEntity*(TokenEntity*,DeleteTokensSuccess*)", "TokenEntity*(TokenEntity*,UpdateToken*)", "bool(FormFieldState<@>)", "Element0?(Element0)", "Object?(int,Element0?)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "TokenEntity*(@)", "PrefStateSortFieldBuilder*(PrefStateSortFieldBuilder*)", "MapBuilder*(MapBuilder*)", "BuiltMap*(BuiltMap*,SortClients*)", "BuiltMap*(BuiltMap*,SortProducts*)", "BuiltMap*(BuiltMap*,SortInvoices*)", "BuiltMap*(BuiltMap*,SortPayments*)", "BuiltMap*(BuiltMap*,SortRecurringInvoices*)", "BuiltMap*(BuiltMap*,SortQuotes*)", "BuiltMap*(BuiltMap*,SortCredits*)", "BuiltMap*(BuiltMap*,SortProjects*)", "BuiltMap*(BuiltMap*,SortTasks*)", "BuiltMap*(BuiltMap*,SortVendors*)", "BuiltMap*(BuiltMap*,SortExpenses*)", "BuiltMap*(BuiltMap*,SortPaymentTerms*)", "BuiltMap*(BuiltMap*,SortTaxRates*)", "BuiltMap*(BuiltMap*,SortCompanyGateways*)", "BuiltMap*(BuiltMap*,SortUsers*)", "BuiltMap*(BuiltMap*,SortGroups*)", "BuiltMap*(BuiltMap*,SortDesigns*)", "BuiltMap*(BuiltMap*,SortTokens*)", "BuiltMap*(BuiltMap*,SortWebhooks*)", "BuiltMap*(BuiltMap*,SortExpenseCategories*)", "BuiltMap*(BuiltMap*,SortTaskStatuses*)", "BuiltMap*(BuiltMap*,SortSubscriptions*)", "BuiltMap*(BuiltMap*,ToggleEditorLayout*)", "Padding(Widget)", "BuiltMap*(BuiltMap*,ToggleViewerLayout*)", "int(TableRow)", "double*(double*,UpdateUserPreferences*)", "bool*(bool*,DismissGatewayWarningPermanently*)", "AppLayout*(AppLayout*,UpdateUserPreferences*)", "ModuleLayout*(ModuleLayout*,UpdateUserPreferences*)", "ModuleLayout*(ModuleLayout*,SwitchListTableLayout*)", "int*(int*,UpdateUserPreferences*)", "DoubleTapGestureRecognizer()", "bool*(bool*,TogglePreviewSidebar*)", "String*(String*,UpdateUserPreferences*)", "BuiltMap*(BuiltMap*,UpdateUserPreferences*)", "CompanyPrefStateBuilder*(CompanyPrefStateBuilder*)", "BuiltList*(BuiltList*,PopLastHistory*)", "~(DoubleTapGestureRecognizer)", "BuiltList*(BuiltList*,ViewDashboard*)", "BuiltList*(BuiltList*,ViewReports*)", "BuiltList*(BuiltList*,ViewSettings*)", "BuiltList*(BuiltList*,ViewClient*)", "BuiltList*(BuiltList*,EditClient*)", "BuiltList*(BuiltList*,ViewProduct*)", "BuiltList*(BuiltList*,EditProduct*)", "BuiltList*(BuiltList*,ViewInvoice*)", "BuiltList*(BuiltList*,EditInvoice*)", "BuiltList*(BuiltList*,ViewPayment*)", "BuiltList*(BuiltList*,EditPayment*)", "BuiltList*(BuiltList*,ViewQuote*)", "BuiltList*(BuiltList*,EditQuote*)", "BuiltList*(BuiltList*,ViewTask*)", "BuiltList*(BuiltList*,EditTask*)", "BuiltList*(BuiltList*,ViewProject*)", "BuiltList*(BuiltList*,EditProject*)", "BuiltList*(BuiltList*,ViewVendor*)", "BuiltList*(BuiltList*,EditVendor*)", "BuiltList*(BuiltList*,ViewExpense*)", "BuiltList*(BuiltList*,EditExpense*)", "BuiltList*(BuiltList*,ViewCompanyGateway*)", "BuiltList*(BuiltList*,EditCompanyGateway*)", "BuiltList*(BuiltList*,ViewUser*)", "BuiltList*(BuiltList*,EditUser*)", "BuiltList*(BuiltList*,ViewGroup*)", "BuiltList*(BuiltList*,EditGroup*)", "BuiltList*(BuiltList*,ViewPurchaseOrder*)", "BuiltList*(BuiltList*,EditPurchaseOrder*)", "BuiltList*(BuiltList*,ViewRecurringExpense*)", "BuiltList*(BuiltList*,EditRecurringExpense*)", "BuiltList*(BuiltList*,ViewSubscription*)", "BuiltList*(BuiltList*,EditSubscription*)", "BuiltList*(BuiltList*,ViewTaskStatus*)", "BuiltList*(BuiltList*,EditTaskStatus*)", "BuiltList*(BuiltList*,ViewExpenseCategory*)", "BuiltList*(BuiltList*,EditExpenseCategory*)", "BuiltList*(BuiltList*,ViewRecurringInvoice*)", "BuiltList*(BuiltList*,EditRecurringInvoice*)", "BuiltList*(BuiltList*,ViewWebhook*)", "BuiltList*(BuiltList*,EditWebhook*)", "BuiltList*(BuiltList*,ViewToken*)", "BuiltList*(BuiltList*,EditToken*)", "BuiltList*(BuiltList*,ViewPaymentTerm*)", "BuiltList*(BuiltList*,EditPaymentTerm*)", "BuiltList*(BuiltList*,EditDesign*)", "BuiltList*(BuiltList*,ViewCredit*)", "BuiltList*(BuiltList*,EditCredit*)", "BuiltList*(BuiltList*,FilterByEntity*)", "int*(int*,UpdateCurrentRoute*)", "String*(String*,FilterCompany*)", "String*(String*,ViewDashboard*)", "Null(EntityType*,StopLoading*)", "EntityType*(EntityType*,LoadClientsRequest*)", "EntityType*(EntityType*,LoadProductsRequest*)", "EntityType*(EntityType*,LoadInvoicesRequest*)", "EntityType*(EntityType*,LoadRecurringInvoicesRequest*)", "EntityType*(EntityType*,LoadPaymentsRequest*)", "EntityType*(EntityType*,LoadQuotesRequest*)", "EntityType*(EntityType*,LoadCreditsRequest*)", "EntityType*(EntityType*,LoadProjectsRequest*)", "EntityType*(EntityType*,LoadTasksRequest*)", "EntityType*(EntityType*,LoadVendorsRequest*)", "EntityType*(EntityType*,LoadExpensesRequest*)", "EntityType*(EntityType*,LoadRecurringExpensesRequest*)", "int*(int*,FilterCompany*)", "int*(int*,ViewDashboard*)", "String*(String*,UpdateCurrentRoute*)", "int*(int*,SelectCompany*)", "BuiltList*(BuiltList*,PreviewEntity*)", "BuiltList*(BuiltList*,ClearPreviewStack*)", "BuiltList*(BuiltList*,PopPreviewStack*)", "BuiltList*(BuiltList*,ClearEntityFilter*)", "BuiltList*(BuiltList*,FilterByEntity*)", "BuiltList*(BuiltList*,PopFilterStack*)", "String*(ClientEntityBuilder*)", "String*(ExpenseEntityBuilder*)", "String*(TaskEntityBuilder*)", "String*(VendorEntityBuilder*)", "Padding(int)", "List(Size)", "_Future<@>?()", "Null(BuiltList*)", "UserUIStateBuilder*(UserUIStateBuilder*)", "bool*(bool*,ViewUser*)", "bool*(bool*,ViewUserList*)", "bool*(bool*,FilterUsersByState*)", "bool*(bool*,FilterUsers*)", "bool*(bool*,FilterUsersByCustom1*)", "bool*(bool*,FilterUsersByCustom2*)", "bool*(bool*,FilterUsersByCustom3*)", "bool*(bool*,FilterUsersByCustom4*)", "String*(String*,ArchiveUserSuccess*)", "String*(String*,DeleteUserSuccess*)", "String*(String*,ViewUser*)", "String*(String*,AddUserSuccess*)", "String*(String*,SortUsers*)", "String*(String*,FilterUsers*)", "String*(String*,FilterUsersByState*)", "String*(String*,FilterUsersByCustom1*)", "String*(String*,FilterUsersByCustom2*)", "String*(String*,FilterUsersByCustom3*)", "String*(String*,FilterUsersByCustom4*)", "UserEntity*(UserEntity*,RestoreUserSuccess*)", "UserEntity*(UserEntity*,ArchiveUserSuccess*)", "UserEntity*(UserEntity*,DeleteUserSuccess*)", "UserEntity*(UserEntity*,UpdateUser*)", "Future()", "HttpRequest()", "ChartContainerRenderObject<@>()", "Promise<1&>([RunAppFnParameters?])", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,String*)", "SkImage()", "ScaleGestureRecognizer()", "~(ScaleGestureRecognizer)", "~(RenderSemanticsGestureHandler)", "Null(BuiltList*)", "VendorUIStateBuilder*(VendorUIStateBuilder*)", "bool*(bool*,ViewVendor*)", "bool*(bool*,ViewVendorList*)", "bool*(bool*,FilterVendorsByState*)", "bool*(bool*,FilterVendors*)", "bool*(bool*,FilterVendorsByCustom1*)", "bool*(bool*,FilterVendorsByCustom2*)", "bool*(bool*,FilterVendorsByCustom3*)", "bool*(bool*,FilterVendorsByCustom4*)", "int*(int*,UpdateVendorTab*)", "~(StatefulElement,Object)", "String*(String*,ArchiveVendorSuccess*)", "String*(String*,DeleteVendorSuccess*)", "String*(String*,ViewVendor*)", "String*(String*,AddVendorSuccess*)", "String*(String*,SortVendors*)", "String*(String*,FilterVendors*)", "String*(String*,FilterVendorsByState*)", "String*(String*,FilterVendorsByCustom1*)", "String*(String*,FilterVendorsByCustom2*)", "String*(String*,FilterVendorsByCustom3*)", "String*(String*,FilterVendorsByCustom4*)", "VendorEntity*(VendorEntity*,RestoreVendorSuccess*)", "VendorEntity*(VendorEntity*,ArchiveVendorSuccess*)", "VendorEntity*(VendorEntity*,DeleteVendorSuccess*)", "VendorEntity*(VendorEntity*,UpdateVendor*)", "_Future<@>(@)", "~(_HeroFlight)", "Widget(BuildContext,Animation0,HeroFlightDirection,BuildContext,BuildContext)", "List*(BuiltMap*,BuiltList*,BuiltMap*,StaticState*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*,StaticState*)", "EntityStats*(String*,BuiltMap*)", "Null(String*,VendorEntity*)", "double*(String*,String*,BuiltMap*,BuiltList*)", "VendorEntity*(@)", "bool(_HeroFlight)", "IconTheme(BuildContext)", "~(Object,StackTrace?)", "Null(BuiltList*)", "WebhookUIStateBuilder*(WebhookUIStateBuilder*)", "bool*(bool*,ViewWebhook*)", "bool*(bool*,ViewWebhookList*)", "bool*(bool*,FilterWebhooksByState*)", "bool*(bool*,FilterWebhooks*)", "bool*(bool*,FilterWebhooksByCustom1*)", "bool*(bool*,FilterWebhooksByCustom2*)", "bool*(bool*,FilterWebhooksByCustom3*)", "bool*(bool*,FilterWebhooksByCustom4*)", "String*(String*,ArchiveWebhooksSuccess*)", "String*(String*,DeleteWebhooksSuccess*)", "String*(String*,SortWebhooks*)", "String*(String*,FilterWebhooks*)", "String*(String*,FilterWebhooksByState*)", "String*(String*,FilterWebhooksByCustom1*)", "String*(String*,FilterWebhooksByCustom2*)", "String*(String*,FilterWebhooksByCustom3*)", "String*(String*,FilterWebhooksByCustom4*)", "WebhookEntity*(WebhookEntity*,RestoreWebhooksSuccess*)", "WebhookEntity*(WebhookEntity*,ArchiveWebhooksSuccess*)", "WebhookEntity*(WebhookEntity*,DeleteWebhooksSuccess*)", "WebhookEntity*(WebhookEntity*,UpdateWebhook*)", "DirectoryNode?(DirectoryNode,bool)", "RealNode?(DirectoryNode,bool)", "FileNode()", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "WebhookEntity*(@)", "bool(bool)", "BoxConstraintsTween(@)", "Matrix4Tween(@)", "StoreConnector*>*(BuildContext*)", "BuiltList*(Store*)", "Container*(BuildContext*,BuiltList*)", "CheckboxListTile*(EntityState*)", "StoreConnector*>*(BuildContext*)", "BuiltList*(Store*)", "Container*(BuildContext*,BuiltList*)", "CheckboxListTile*(EntityStatus*)", "StoreConnector*(BuildContext*)", "ListUIState*(Store*)", "Container*(BuildContext*,ListUIState*)", "TextStyleTween(@)", "BorderRadiusTween(@)", "~(FileNode)", "BottomAppBar*(BuildContext*,Store*)", "Future<@>(_Pending)", "Map(List<@>)", "BuiltList*(Store*)", "Container*(BuildContext*,BuiltList*)", "CheckboxListTile*(String*)", "Map(Map)", "Null(Map)", "ConfirmEmail*(BuildContext*,ConfirmEmailVM*)", "FileNode(FileNode)", "Padding*(TextButton*)", "bool(Route<@>?)", "MultiSelectList*(BuildContext*)", "bool(OverlayEntry)", "Future<@>(@)", "Padding*(MapEntry*)", "~(Node2)", "_RouteEntry(Route<@>)", "String(Object?)", "DocumentTile*(DocumentEntity*)", "MapEntry>(@,@)", "RenderBox?()", "Container*(BuildContext*,String*)", "Text*(BuildContext*,String*,Object*)", "ClipRect(BuildContext,Widget?)", "Viewport(BuildContext,ViewportOffset)", "_HtmlElementViewController(PlatformViewCreationParams)", "PlatformViewSurface(BuildContext,PlatformViewController)", "Future<~>(PointerEvent)", "~(_DragInfo,Offset,Offset)", "StatefulWidget*(EntityAction*)", "@(EntityAction*)", "StatelessWidget*(EntityAction*)", "Node2?(DirectoryNode,String,Node2?,int,int)", "Null(RestorationBucket?)", "~(RestorableProperty)", "RestorationScope(BuildContext,Widget?)", "EntityDropdownDialog*(BuildContext*)", "Null(SelectableEntity*[bool*])", "@(BuildContext*,Completer<@>*)", "Actions(BuildContext)", "List*(TextEditingValue*)", "SelectableEntity*(String*)", "bool*(SelectableEntity*)", "String*(SelectableEntity*)", "IgnorePointer(BuildContext,Widget?)", "IOSScrollViewFlingVelocityTracker(PointerEvent)", "Theme*(BuildContext*,~(SelectableEntity*)*,Iterable*)", "Builder*(BuildContext*,int*)", "Container*(BuildContext*)", "EntityAutocompleteListTile*(BuildContext*,int*)", "PopupMenuButton*(BuildContext*,int*)", "~(@,StackTrace)", "List*>*(BuildContext*)", "PopupMenuItem*(EntityType*)", "Padding*(BuildContext*,BoxConstraints*)", "Widget(BuildContext,ViewportOffset)", "bool(ScrollUpdateNotification)", "int?(Widget,int)", "Null(Color*)", "~(File,Uint8List?,String?,Stream>?)", "bool(ScrollMetrics?)", "List*>*(BuildContext*)", "PopupMenuItem*(int*)", "_ThumbPressGestureRecognizer()", "~(_ThumbPressGestureRecognizer)", "DataRow*(String*)", "Future(String)", "_TrackTapGestureRecognizer()", "~(_TrackTapGestureRecognizer)", "~(PointerHoverEvent)", "HistoryDrawer*(BuildContext*,AppDrawerVM*)", "List(LogicalKeyboardKey)", "BaseEntity*(InvitationEntity*)", "~(ShortcutActivator,Intent)", "List<_ActivatorIntentPair>()", "_SingleChildViewport(BuildContext,ViewportOffset)", "~(RenderBox)", "DropdownMenuItem*(TaxRateEntity*)", "Element0?()", "Null(PointerExitEvent*)", "bool(TableRow)", "Decoration?(TableRow)", "_TableElementRow(TableRow)", "Element0(Widget)", "String*(EntityStatus*)", "bool(_TableElementRow)", "ListTile*(BuildContext*,BoxConstraints*)", "bool(List)", "Widget*(BuildContext*,Store*)", "Iterable(_TableElementRow)", "Widget*(CompanyEntity*{showAccentColor:bool*})", "bool*(UserCompanyState*)", "PopupMenuItem*(CompanyEntity*)", "List*(BuildContext*)", "DropdownMenuItem*(CompanyEntity*)", "Future*()", "RenderBox(Element0)", "ContactUsDialog*(BuildContext*)", "UpdateDialog*(BuildContext*)", "List(_TableElementRow)", "HealthCheckDialog*(BuildContext*)", "~(DragStartDetails,DragUpdateDetails)", "MenuDrawer*(BuildContext*,MenuDrawerVM*)", "Null(BuildContext*,int*,CompanyEntity*)", "_TheState*()", "Stack*(BuildContext*,BoxConstraints*)", "List*>*(BuildContext*)", "ForcePressGestureRecognizer()", "_SelectRow*()", "~(ForcePressGestureRecognizer)", "CacheInfoRepository(bool)", "ExpansionPanel*(SystemLogEntity*)", "ListTile*(BuildContext*,bool*)", "Future<~>(CacheObject?)", "List(List)", "Widget(Color)", "Rect*()*(RenderBox*)", "bool*(BuildContext*)", "Rect*()", "~(AnimationStatus*)", "SynchronousFuture()", "DataRow0*()", "SynchronousFuture()", "Card*(BuildContext*,BoxConstraints*)", "~(String,Map)", "~(BaseEntity*)", "Column*()", "~(Object,StackTrace,Object?)", "Flexible(Widget)", "DataColumn0*(String*)", "int*(int*)", "~(SlidableAutoCloseNotification)", "~(SlidableAutoCloseBarrierNotification)", "IgnorePointer(BuildContext)", "~(ToastFuture)", "TextButton*(String*)", "@(Store*)", "Container*(BuildContext*,Store*)", "LoginView*(BuildContext*,LoginVM*)", "~({context:BuildContext*,isSignUp:bool*})", "Future<~>(String,ByteData?,~(ByteData?)?)", "GoogleSignInAccount?/(~)", "TickerFuture({from:double?})", "Future*(BuildContext*,Completer*{email:String*,password:String*})", "Future*(BuildContext*,Completer*{email:String*,secret:String*,url:String*})", "Future*(BuildContext*,Completer*{email:String*,oneTimePassword:String*,password:String*,secret:String*,url:String*})", "Future*(BuildContext*,Completer*{token:String*})", "GoogleSignInTokenData(Map?)", "EntityList*(BuildContext*,ClientListVM*)", "ClientListItem*(BuildContext*,int*)", "Null(Response*)", "Null(GoogleAuth)", "ClientPdfVM*(Store*)", "ClientPdfView*(BuildContext*,ClientPdfVM*)", "String*(ClientContactEntity*)", "Null(GoogleAuthInitFailureError)", "ClientScreen*(BuildContext*,ClientScreenVM*)", "ContactEditDetails*(BuildContext*)", "ContactListTile0*(ClientContactEntity*)", "ClientEditContactsVM*(Store*)", "ClientEditContacts*(BuildContext*,ClientEditContactsVM*)", "Null(ClientContactEntity*,int*)", "ClientEditVM*(Store*)", "ClientEdit*(BuildContext*,ClientEditVM*)", "@(ClientEntity*)", "~(_AnimationDirection)", "~({canceled:bool})", "~(Element)", "String(StringToken)", "bool(Set)", "bool(Selector)", "Map>()", "Column*(ClientContactEntity*)", "bool*(LedgerEntity*)", "Null(GatewayTokenEntity*)", "TokenMeta*(GatewayTokenEntity*)", "ClientViewVM*(Store*)", "ClientView*(BuildContext*,ClientViewVM*)", "List()", "~(int,bool(FlutterHtmlKeyboardEvent))", "~(Rule)", "CompanyGatewayListItem*(String*)", "CompanyGatewayList*(BuildContext*,CompanyGatewayListVM*)", "CompanyGatewayScreen*(BuildContext*,CompanyGatewayScreenVM*)", "int(String?,String?)", "GatewayConfigField*(String*)", "bool(int,int)", "CompanyGatewayEditVM*(Store*)", "CompanyGatewayEdit*(BuildContext*,CompanyGatewayEditVM*)", "CompanyGatewayViewVM*(Store*)", "CompanyGatewayView*(BuildContext*,CompanyGatewayViewVM*)", "Rule()", "EmailCreditVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailCreditVM*)", "String(String,Color)", "EntityList*(BuildContext*,CreditListVM*)", "CreditListItem*(BuildContext*,int*)", "CreditPdfVM*(Store*)", "InvoicePdfView*(BuildContext*,CreditPdfVM*)", "CreditScreen*(BuildContext*,CreditScreenVM*)", "Promise<1&>()", "String?(RegExpMatch)", "~(Node0)", "CreditEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,CreditEditDetailsVM*)", "Future(Client0)", "Future(Client0)", "bool(String,String)", "CreditEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,CreditEditItemsVM*)", "int(String)", "CreditEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,CreditEditNotesVM*)", "CreditEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,CreditEditPDFVM*)", "CreditEditVM*(Store*)", "CreditEdit*(BuildContext*,CreditEditVM*)", "Null(ByteData)", "String(List)", "CreditViewVM*(Store*)", "InvoiceView*(BuildContext*,CreditViewVM*)", "MediaType()", "XFile(File)", "~(SelectionModel<@>*)", "bool*(SeriesDatum<@>*)", "Null(SeriesDatum<@>*)", "InkWell*(ChartDataGroup*)", "List(String)", "DateRange*()", "DropdownMenuItem*(DateRangeComparison*)", "Null(DateRangeComparison*)", "DateRangeComparison*()", "DashboardDateRangePicker*(BuildContext*)", "Material*(BuildContext*,BoxConstraints*)", "List*>*(BuildContext*)", "PopupMenuItem*(DateRange*)", "RegExp()", "Card*(TaskEntity*)", "Null(ChartDataGroup*)", "DateTime(int,int,int,int,int,int,int,bool)", "bool(_DateFormatField)", "_DateFormatQuotedField(String,DateFormat)", "SettingsWizard*(BuildContext*)", "AccountEntityBuilder*(AccountEntityBuilder*)", "_DateFormatPatternField(String,DateFormat)", "Widget*(BuildContext*,DashboardVM*)", "@(DashboardSettings*)", "Null(EntityType*,List*)", "_DateFormatLiteralField(String,DateFormat)", "~(Element2)", "String?(NumberSymbols)", "String(NumberSymbols)", "~(List<@>,MutationObserver)", "EntityList*(BuildContext*,DesignListVM*)", "DesignListItem*(BuildContext*,int*)", "DesignScreen*(BuildContext*,DesignScreenVM*)", "~({debounce:bool*})", "~(DesignEntity*)", "~(String,int)", "~(String,int?)", "Uint8List(@,@)", "DesignEditVM*(Store*)", "DesignEdit*(BuildContext*,DesignEditVM*)", "DesignViewVM*(Store*)", "DesignView*(BuildContext*,DesignViewVM*)", "EntityList*(BuildContext*,DocumentListVM*)", "DocumentListItem*(BuildContext*,int*)", "DocumentScreen*(BuildContext*,DocumentScreenVM*)", "TargetPlatform?()", "DocumentEditVM*(Store*)", "DocumentEdit*(BuildContext*,DocumentEditVM*)", "DocumentViewVM*(Store*)", "DocumentView*(BuildContext*,DocumentViewVM*)", "TargetPlatform()", "Null(String*,GatewayOptionsEntity*)", "bool(DiagnosticsNode?)", "ExpenseEditVM*(Store*)", "Uint8List({seed:int})", "EntityList*(BuildContext*,ExpenseListVM*)", "bool(StackFrame)", "ErrorDescription(String)", "ExpenseScreen*(BuildContext*,ExpenseScreenVM*)", "Padding*(ExpenseScheduleEntity*)", "ExpenseViewVM*(Store*)", "ExpenseView*(BuildContext*,ExpenseViewVM*)", "ExpenseCategoryEditVM*(Store*)", "ExpenseCategoryEdit*(BuildContext*,ExpenseCategoryEditVM*)", "EntityList*(BuildContext*,ExpenseCategoryListVM*)", "ExpenseCategoryListItem*(BuildContext*,int*)", "ExpenseCategoryScreen*(BuildContext*,ExpenseCategoryScreenVM*)", "ExpenseCategoryViewVM*(Store*)", "ExpenseCategoryView*(BuildContext*,ExpenseCategoryViewVM*)", "GroupEditVM*(Store*)", "GroupEdit*(BuildContext*,GroupEditVM*)", "EntityList*(BuildContext*,GroupListVM*)", "GroupListItem*(BuildContext*,int*)", "GroupSettingsScreen*(BuildContext*,GroupScreenVM*)", "GroupViewVM*(Store*)", "GroupView*(BuildContext*,GroupViewVM*)", "int*(VendorContactEntity*,VendorContactEntity*)", "_VendorContactListTile*(VendorContactEntity*)", "int*(ClientContactEntity*,ClientContactEntity*)", "_ClientContactListTile*(ClientContactEntity*)", "InvoiceEditContactsVM*(Store*)", "InvoiceEditContacts*(BuildContext*,InvoiceEditContactsVM*)", "String(DiagnosticsNode)", "Null(InvitationEntity*)", "Element2()", "~(Blob?)", "bool(Element2)", "~(Iterable)", "InvoiceEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,InvoiceEditDetailsVM*)", "ItemEditDetails*(BuildContext*)", "Future*(Duration*)", "Expanded*(Widget*)", "Text*(String*)", "Expanded*(Text*)", "Focus*(String*)", "List*(TextEditingValue*)", "String*(ProductEntity*)", "Theme*(BuildContext*,~(ProductEntity*)*,Iterable*)", "InvitationEntity*(InvitationEntity*)", "InvoiceHistoryEntity*(ActivityEntity*)", "~(DomException)", "double*(double*,double*)", "InvoiceEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,InvoiceEditItemsVM*)", "InvoiceEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,InvoiceEditNotesVM*)", "InvoiceEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,InvoiceEditPDFVM*)", "InvoiceEditVM*(Store*)", "InvoiceEdit*(BuildContext*,InvoiceEditVM*)", "Map*()", "EmailInvoiceVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailInvoiceVM*)", "EntityList*(BuildContext*,InvoiceListVM*)", "InvoicePdfVM*(Store*)", "InvoicePdfView*(BuildContext*,InvoicePdfVM*)", "bool(DiagnosticsNode)", "InvoiceScreen*(BuildContext*,InvoiceScreenVM*)", "LicenseParagraph()", "_InvitationListTile*(InvitationEntity*)", "@(DocumentEntity*)", "int*(ActivityEntity*,ActivityEntity*)", "~(AbstractNode)", "InvoiceItemListTile*(BuildContext*)", "Widget*(String*,double*)", "Null(String*,double*)", "Padding*(InvoiceScheduleEntity*)", "InvoiceViewVM*(Store*)", "InvoiceView*(BuildContext*,InvoiceViewVM*)", "Null(BuildContext*,DocumentEntity*)", "String(GestureArenaMember)", "_GestureArena()", "PaymentEditVM*(Store*)", "PaymentEdit*(BuildContext*,PaymentEditVM*)", "~(PointerDataPacket)", "EntityList*(BuildContext*,PaymentListVM*)", "InvoiceEntity*(PaymentableEntity*)", "Padding*(InvoiceEntity*)", "PaymentScreen*(BuildContext*,PaymentScreenVM*)", "PaymentRefundVM*(Store*)", "PaymentRefund*(BuildContext*,PaymentRefundVM*)", "Future*(BuildContext*,Completer*)", "PaymentViewVM*(Store*)", "PaymentView*(BuildContext*,PaymentViewVM*)", "PaymentTermEditVM*(Store*)", "PaymentTermEdit*(BuildContext*,PaymentTermEditVM*)", "EntityList*(BuildContext*,PaymentTermListVM*)", "PaymentTermListItem*(BuildContext*,int*)", "PaymentTermScreen*(BuildContext*,PaymentTermScreenVM*)", "PaymentTermViewVM*(Store*)", "PaymentTermView*(BuildContext*,PaymentTermViewVM*)", "ProductEditVM*(Store*)", "ProductEdit*(BuildContext*,ProductEditVM*)", "EntityList*(BuildContext*,ProductListVM*)", "ProductScreen*(BuildContext*,ProductScreenVM*)", "ProductViewVM*(Store*)", "ProductView*(BuildContext*,ProductViewVM*)", "ProjectEditVM*(Store*)", "ProjectEdit*(BuildContext*,ProjectEditVM*)", "EntityList*(BuildContext*,ProjectListVM*)", "ProjectListItem*(BuildContext*,int*)", "ProjectScreen*(BuildContext*,ProjectScreenVM*)", "ProjectViewVM*(Store*)", "ProjectView*(BuildContext*,ProjectViewVM*)", "PurchaseOrderEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,PurchaseOrderEditDetailsVM*)", "Null(BuildContext*,InvoiceEntity*,VendorEntity*)", "PurchaseOrderEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,PurchaseOrderEditItemsVM*)", "PurchaseOrderEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,PurchaseOrderEditNotesVM*)", "PurchaseOrderEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,PurchaseOrderEditPDFVM*)", "PurchaseOrderEditVM*(Store*)", "PurchaseOrderEdit*(BuildContext*,PurchaseOrderEditVM*)", "EmailPurchaseOrderVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailPurchaseOrderVM*)", "EntityList*(BuildContext*,PurchaseOrderListVM*)", "PurchaseOrderListItem*(BuildContext*,int*)", "PurchaseOrderPdfVM*(Store*)", "InvoicePdfView*(BuildContext*,PurchaseOrderPdfVM*)", "PurchaseOrderScreen*(BuildContext*,PurchaseOrderScreenVM*)", "PurchaseOrderViewVM*(Store*)", "InvoiceView*(BuildContext*,PurchaseOrderViewVM*)", "QuoteEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,QuoteEditDetailsVM*)", "QuoteEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,QuoteEditItemsVM*)", "QuoteEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,QuoteEditNotesVM*)", "QuoteEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,QuoteEditPDFVM*)", "QuoteEditVM*(Store*)", "QuoteEdit*(BuildContext*,QuoteEditVM*)", "EmailQuoteVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailQuoteVM*)", "EntityList*(BuildContext*,QuoteListVM*)", "QuotePdfVM*(Store*)", "InvoicePdfView*(BuildContext*,QuotePdfVM*)", "QuoteScreen*(BuildContext*,QuoteScreenVM*)", "QuoteViewVM*(Store*)", "InvoiceView*(BuildContext*,QuoteViewVM*)", "RecurringExpenseEditVM*(Store*)", "ExpenseEdit*(BuildContext*,RecurringExpenseEditVM*)", "EntityList*(BuildContext*,RecurringExpenseListVM*)", "RecurringExpenseListItem*(BuildContext*,int*)", "RecurringExpenseScreen*(BuildContext*,RecurringExpenseScreenVM*)", "RecurringExpenseViewVM*(Store*)", "ExpenseView*(BuildContext*,RecurringExpenseViewVM*)", "RecurringInvoiceEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,RecurringInvoiceEditDetailsVM*)", "RecurringInvoiceEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,RecurringInvoiceEditItemsVM*)", "RecurringInvoiceEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,RecurringInvoiceEditNotesVM*)", "RecurringInvoiceEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,RecurringInvoiceEditPDFVM*)", "RecurringInvoiceEditVM*(Store*)", "RecurringInvoiceEdit*(BuildContext*,RecurringInvoiceEditVM*)", "EntityList*(BuildContext*,RecurringInvoiceListVM*)", "RecurringInvoiceListItem*(BuildContext*,int*)", "RecurringInvoicePdfVM*(Store*)", "InvoicePdfView*(BuildContext*,RecurringInvoicePdfVM*)", "RecurringInvoiceScreen*(BuildContext*,RecurringInvoiceScreenVM*)", "RecurringInvoiceViewVM*(Store*)", "InvoiceView*(BuildContext*,RecurringInvoiceViewVM*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ClientReportFields*(String*)", "bool*(ClientReportFields*)", "_ButtonSanitizer()", "ListBuilder*()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,StaticState*)", "ContactReportFields*(String*)", "bool*(ContactReportFields*)", "bool(PointerData)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "CreditReportFields*(String*)", "bool*(CreditReportFields*)", "ListBuilder*()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*)", "DocumentReportFields*(String*)", "bool*(DocumentReportFields*)", "List*(BaseEntity*,DocumentEntity*)", "Null(String*,ProductEntity*)", "_PointerEventDescription(PointerData)", "~(CanvasKit)", "ExpenseReportFields*(String*)", "bool*(ExpenseReportFields*)", "Drag?()", "~(_TapTracker)", "InvoiceItemReportFields*(String*)", "bool*(InvoiceItemReportFields*)", "Map<~(PointerEvent),Matrix4?>()", "~(~(PointerEvent),Matrix4?)", "InvoiceReportFields*(String*)", "bool*(InvoiceReportFields*)", "_CombiningGestureArenaMember()", "LicensePage(BuildContext)", "TaxRateReportFields0*(String*)", "bool*(TaxRateReportFields0*)", "~(Node1,Node1?)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "PaymentReportFields*(String*)", "bool*(PaymentReportFields*)", "@(@,@)", "TaxRateReportFields*(String*)", "bool*(TaxRateReportFields*)", "ListBuilder*()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ProductReportFields*(String*)", "bool*(ProductReportFields*)", "_LicenseData(_LicenseData,LicenseEntry)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ProfitAndLossReportFields*(String*)", "bool*(ProfitAndLossReportFields*)", "_LicenseData(_LicenseData)", "LayoutBuilder(BuildContext,AsyncSnapshot<_LicenseData>)", "PurchaseOrderReportFields*(String*)", "bool*(PurchaseOrderReportFields*)", "StatefulWidget(BuildContext,BoxConstraints)", "QuoteItemReportFields*(String*)", "bool*(QuoteItemReportFields*)", "ListBuilder*()", "QuoteReportFields*(String*)", "bool*(QuoteReportFields*)", "Center(BuildContext,int?,Widget?)", "RecurringExpenseReportFields*(String*)", "bool*(RecurringExpenseReportFields*)", "Element2(Node1)", "RecurringInvoiceReportFields*(String*)", "bool*(RecurringInvoiceReportFields*)", "ListBuilder*()", "ListBuilder*()", "String*(@,int*)", "ListBuilder*()", "_PackageListTile(MapEntry)", "DateTime*(@,int*)", "ListBuilder*()", "Null(BuildContext*,EntityAction*)", "Expanded*(BuildContext*)", "ListBuilder*()", "ReportColumnType*(String*)", "@(String*,String*)", "List*(TextEditingValue*)", "bool*(List*)", "String*(List*)", "Theme*(BuildContext*,~(String*)*,Iterable*)", "ReportsScreen*(BuildContext*,ReportsScreenVM*)", "int(String,String)", "Null(BuildContext*,List*)", "Null({chart:String*,customEndDate:String*,customStartDate:String*,group:String*,report:String*,selectedGroup:String*,subgroup:String*})", "Null(List*)", "GroupTotals*(ReportResult*,ReportsUIState*,ReportSettingsEntity*,BuiltMap*,CompanyEntity*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "TaskReportFields*(String*)", "bool*(TaskReportFields*)", "Localizations(BuildContext,int)", "CheckboxListTile*(int*)", "bool*(CompanyEntityBuilder*)", "AccountManagement*(BuildContext*,AccountManagementVM*)", "Future<@>()", "Null(BuildContext*,String*,String*)", "SwitchListTile*(RegistrationFieldEntity*)", "RegistrationFieldEntityBuilder*(RegistrationFieldEntityBuilder*)", "ClientPortal*(BuildContext*,ClientPortalVM*)", "List>(NavigatorState,String)", "Row*(BuildContext*)", "CompanyDetails*(BuildContext*,CompanyDetailsVM*)", "CreditCardsAndBanks*(BuildContext*,CreditCardsAndBanksVM*)", "CustomFields*(BuildContext*,CustomFieldsVM*)", "DataVisualizations*(BuildContext*,DataVisualizationsVM*)", "Widget*(BuildContext*,AsyncSnapshot<@>*)", "ListTile*(BuildContext*)", "~(MapBuilder*)", "FormColorPicker*(String*)", "MaterialPageRoute<~>(RouteSettings)", "DeviceSettings*(BuildContext*,DeviceSettingsVM*)", "BlockSemantics(BuildContext)", "WillPopScope(BuildContext)", "List(BuildContext,_ActionLevel)", "Null(BuildContext*,double*)", "Future*(BuildContext*,String*)", "Future*(BuildContext*,AppLayout*)", "EmailSettings*(BuildContext*,EmailSettingsVM*)", "AnimatedSwitcher(BuildContext,Object?,Widget?)", "ExpenseSettings*(BuildContext*,ExpenseSettingsVM*)", "String?(String)", "GeneratedNumbers*(BuildContext*,GeneratedNumbersVM*)", "Set*>*(PreImportResponse*)", "PreImportResponse*()", "~(ImportType*)", "ImportType*()", "MouseRegion(BuildContext,ScrollController)", "DropdownMenuItem*(ExportType*)", "MaterialRectArcTween(Rect?,Rect?)", "ImportExport*(BuildContext*,ImportExportVM*)", "InvoiceDesign*(BuildContext*,InvoiceDesignVM*)", "Null(BuildContext*,List*)", "_AddCompanyDialog*(BuildContext*)", "LocalizationSettings*(BuildContext*,LocalizationSettingsVM*)", "PaymentSettings*(BuildContext*,PaymentSettingsVM*)", "ProductSettings*(BuildContext*,ProductSettingsVM*)", "SettingsList*(BuildContext*,SettingsListVM*)", "Null(BuildContext*,String*,int*)", "SettingsScreen*(BuildContext*,SettingsScreenVM*)", "ToggleButtons*(BuildContext*,BoxConstraints*)", "TaskSettings*(BuildContext*,TaskSettingsVM*)", "TaxSettings*(BuildContext*,TaxSettingsVM*)", "bool*(EmailTemplate*)", "DropdownMenuItem*(EmailTemplate*)", "Widget(BuildContext,~())", "TemplatesAndReminders*(BuildContext*,TemplatesAndRemindersVM*)", "bool(SurfaceFrame,CkCanvas)", "Future*(GroupEntity*)", "Future*(ClientEntity*)", "_EnableTwoFactor*(BuildContext*)", "MaterialPageRoute<0^>(RouteSettings,Widget(BuildContext))", "UserDetails*(BuildContext*,UserDetailsVM*)", "@(UserEntity*)", "_PointerState()", "WorkflowSettings*(BuildContext*,WorkflowSettingsVM*)", "~(ScrollNotification)", "ListBuilder*()", "SubscriptionEditVM*(Store*)", "SubscriptionEdit*(BuildContext*,SubscriptionEditVM*)", "EntityList*(BuildContext*,SubscriptionListVM*)", "SubscriptionListItem*(BuildContext*,int*)", "SubscriptionScreen*(BuildContext*,SubscriptionScreenVM*)", "SubscriptionViewVM*(Store*)", "SubscriptionView*(BuildContext*,SubscriptionViewVM*)", "_RandomAccessFile(@)", "~(BuildContext*[EntityAction*])", "ListBuilder*()", "TaskEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,TaskEditDetailsVM*)", "ListBuilder*()", "TimeEditDetails*(BuildContext*)", "TaskEditTimesVM*(Store*)", "TaskEditTimes*(BuildContext*,TaskEditTimesVM*)", "TaskEditVM*(Store*)", "TaskEdit*(BuildContext*,TaskEditVM*)", "BoardList*(String*)", "Null(Completer*,String*)", "ListBuilder*()", "BoardItem*(TaskEntity*)", "Null(int*,int*,BoardItemState*)", "Null(int*,int*,int*,int*,BoardItemState*)", "KanbanView*(BuildContext*,KanbanVM*)", "Null(Completer*,List*,Map*>*)", "Null(Completer*,String*,String*,int*)", "Null(Completer*,String*,String*,String*,int*)", "EntityList*(BuildContext*,TaskListVM*)", "TaskScreen*(BuildContext*,TaskScreenVM*)", "TaskViewVM*(Store*)", "TaskView*(BuildContext*,TaskViewVM*)", "Null(BuildContext*[TaskTime*])", "TaskStatusEditVM*(Store*)", "TaskStatusEdit*(BuildContext*,TaskStatusEditVM*)", "EntityList*(BuildContext*,TaskStatusListVM*)", "TaskStatusListItem*(BuildContext*,int*)", "TaskStatusScreen*(BuildContext*,TaskStatusScreenVM*)", "TaskStatusViewVM*(Store*)", "TaskStatusView*(BuildContext*,TaskStatusViewVM*)", "TaxRateEditVM*(Store*)", "TaxRateEdit*(BuildContext*,TaxRateEditVM*)", "EntityList*(BuildContext*,TaxRateListVM*)", "TaxRateListItem*(BuildContext*,int*)", "TaxRateSettingsScreen*(BuildContext*,TaxRateScreenVM*)", "TaxRateViewVM*(Store*)", "TaxRateView*(BuildContext*,TaxRateViewVM*)", "TokenEditVM*(Store*)", "TokenEdit*(BuildContext*,TokenEditVM*)", "EntityList*(BuildContext*,TokenListVM*)", "TokenListItem*(BuildContext*,int*)", "TokenScreen*(BuildContext*,TokenScreenVM*)", "TokenViewVM*(Store*)", "TokenView*(BuildContext*,TokenViewVM*)", "DataRow*(EntityType*)", "UserEditVM*(Store*)", "UserEdit*(BuildContext*,UserEditVM*)", "EntityList*(BuildContext*,UserListVM*)", "UserListItem*(BuildContext*,int*)", "UserScreen*(BuildContext*,UserScreenVM*)", "UserViewVM*(Store*)", "UserView*(BuildContext*,UserViewVM*)", "VendorContactEditDetails*(BuildContext*)", "ContactListTile*(VendorContactEntity*)", "VendorEditContactsVM*(Store*)", "VendorEditContacts*(BuildContext*,VendorEditContactsVM*)", "Null(VendorContactEntity*,int*)", "VendorEditVM*(Store*)", "VendorEdit*(BuildContext*,VendorEditVM*)", "EntityList*(BuildContext*,VendorListVM*)", "VendorListItem*(BuildContext*,int*)", "String*(VendorContactEntity*)", "VendorScreen*(BuildContext*,VendorScreenVM*)", "Column*(VendorContactEntity*)", "VendorViewVM*(Store*)", "VendorView*(BuildContext*,VendorViewVM*)", "WebhookEditVM*(Store*)", "WebhookEdit*(BuildContext*,WebhookEditVM*)", "WebhookViewVM*(Store*)", "WebhookView*(BuildContext*,WebhookViewVM*)", "EntityList*(BuildContext*,WebhookListVM*)", "WebhookListItem*(BuildContext*,int*)", "WebhookScreen*(BuildContext*,WebhookScreenVM*)", "ListBuilder*()", "FieldConfirmation*(BuildContext*)", "Null(BuildContext*{currentLength:int*,isFocused:bool*,maxLength:int*})", "SimpleDialogOption*(InvoiceEntity*)", "double(_Diagonal)", "Null(AttributedText*,int*,Set*,AttributionVisitEvent*)", "ListBuilder*>*()", "ListBuilder*()", "DocumentLayout*()", "Theme*(BuildContext*)", "ImageFormatToolbar*(BuildContext*)", "AndroidTextEditingFloatingToolbar*(BuildContext*)", "IOSTextEditingFloatingToolbar*(BuildContext*)", "Widget*(BuildContext*)", "~(_TextType*)", "ListBuilder*()", "bool*(_TextType*)", "DropdownMenuItem<_TextType*>*(_TextType*)", "SizedBox*(BuildContext*,Offset*,Widget*)", "IFrameElement*(int*)", "Null(Event*)", "Null(AuthenticationResult*)", "~(Linkifier)", "ListBuilder*()", "Logger()", "MapBuilder*>*()", "int/(@)", "~(ListItem)", "bool(RegExp)", "LinkReference()", "MapBuilder*()", "MapBuilder*()", "bool(Node3)", "~(Surface)", "Null(String[String?])", "MapBuilder*()", "Widget(BuildContext,Widget,ImageChunkEvent?)", "Offset(int)", "double(double,RenderBox)", "Widget(BuildContext,BoxValueConstraints)", "String(String?)", "MapEntry(int,int)", "int(Permission)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "GestureDetector(BuildContext,int)", "PdfPageFormat()", "PdfPreviewCustom(BuildContext)", "~(Image1)", "@(Object?,@,@(@))", "AnimatedSwitcher(BuildContext,AsyncSnapshot)", "~(ButtonState)", "MapBuilder*()", "Future<~>(ISentrySpan)", "~(Scope)", "MapEntry(String,@)", "String?()", "int(_Line)", "MapBuilder*()", "Object(_Line)", "Object(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(MapEntry>)", "SourceSpanWithContext()", "String(String{color:@})", "@(@())", "Widget()", "bool(SnapState?)", "LifeCycleHooks<_OnWidget>(_OnWidget,bool())", "MapBuilder*()", "~(BuildContext,_OnWidget,_OnWidget)", "Widget(BuildContext,_OnWidget)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "int(int,LinkifyElement)", "String(String,LinkifyElement)", "bool(LinkifyElement)", "ParagraphNode(String)", "Listener(BuildContext,Widget?)", "MapBuilder*()", "MapBuilder*()", "~(HandleType,Offset)", "MapBuilder*()", "MapBuilder*()", "0^?(0^?(ButtonStyle?))", "AndroidDocumentTouchEditingControls(BuildContext)", "MapBuilder*()", "MapBuilder*()", "IosDocumentTouchEditingControls(BuildContext)", "IOSCollapsedHandle(BuildContext,bool,Widget?)", "Widget(BuildContext,Offset?,Widget?)", "bool(TextEditingDelta)", "Row(BuildContext)", "MapBuilder*()", "MapBuilder*()", "String(GlobalKey>)", "_Component(BuildContext,SingleColumnLayoutComponentViewModel)", "~(String,GlobalKey>)", "0^?(MaterialStateProperty<0^>?(ButtonStyle?))", "MapBuilder*()", "SpanRange()", "TextSpan(MultiAttributionSpan)", "~(_TapTracker0)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "~(HtmlElement)", "MapBuilder*()", "~(Zone?,ZoneDelegate?,Zone,~())", "int(Comparable<@>,Comparable<@>)", "MapBuilder*()", "0^(0^,0^)", "Size?(Size?,Size?,double)", "double?(num?,num?,double)", "Color?(Color?,Color?,double)", "~(String,FileSystemOp)", "~(FlutterErrorDetails{forceReport:bool})", "DiagnosticsNode(String)", "StackFrame?(String)", "double(double,double,double)", "Widget(BuildContext,Animation0,Animation0,Widget)", "bool?(bool?,bool?,double)", "EdgeInsetsGeometry?(EdgeInsetsGeometry?,EdgeInsetsGeometry?,double)", "Future>?>(String?)", "TextStyle?(TextStyle?,TextStyle?,double)", "int(_TaskEntry<@>,_TaskEntry<@>)", "bool({priority!int,scheduler!SchedulerBinding})", "String(ByteData)", "List(String)", "Widget(Widget,Key,Widget,Key)", "Widget(Widget?,List)", "int(Element0,Element0)", "IconThemeData(IconThemeData?,IconThemeData?,double)", "List>(NavigatorState,String)", "int(Widget,int)", "Widget(BuildContext,List,Widget(Color))", "Widget(Color,bool,~())", "Store<0^>(Store<0^>)", "MapBuilder*()", "String(CropAspectRatioPreset?)", "MapBuilder*()", "~({isTesting:bool*})", "AppState*(AppState*,@)", "AuthState*(AuthState*,UserLoadUrl*)", "AuthState*(AuthState*,UserSignUpRequest*)", "AuthState*(AuthState*,UserLoginRequest*)", "AuthState*(AuthState*,OAuthLoginRequest*)", "AuthState*(AuthState*,OAuthSignUpRequest*)", "AuthState*(AuthState*,UserLoginSuccess*)", "AuthState*(AuthState*,UserVerifiedPassword*)", "AuthState*(AuthState*,UserUnverifiedPassword*)", "ListUIState*(ListUIState*,ViewClientList*)", "ListUIState*(ListUIState*,FilterClientsByCustom1*)", "ListUIState*(ListUIState*,FilterClientsByCustom2*)", "ListUIState*(ListUIState*,FilterClientsByCustom3*)", "ListUIState*(ListUIState*,FilterClientsByCustom4*)", "ListUIState*(ListUIState*,FilterClientsByState*)", "ListUIState*(ListUIState*,FilterClients*)", "ListUIState*(ListUIState*,SortClients*)", "ListUIState*(ListUIState*,StartClientMultiselect*)", "ListUIState*(ListUIState*,AddToClientMultiselect*)", "ListUIState*(ListUIState*,RemoveFromClientMultiselect*)", "ListUIState*(ListUIState*,ClearClientMultiselect*)", "ClientState*(ClientState*,ArchiveClientsSuccess*)", "ClientState*(ClientState*,DeleteClientsSuccess*)", "ClientState*(ClientState*,RestoreClientSuccess*)", "ClientState*(ClientState*,AddClientSuccess*)", "ClientState*(ClientState*,SaveClientSuccess*)", "ClientState*(ClientState*,LoadClientSuccess*)", "ClientState*(ClientState*,LoadClientsSuccess*)", "ClientState*(ClientState*,LoadCompanySuccess*)", "UserCompanyEntity*(UserCompanyEntity*,LoadCompanySuccess*)", "UserCompanyEntity*(UserCompanyEntity*,SaveCompanySuccess*)", "MapBuilder*()", "ListUIState*(ListUIState*,FilterCompanyGatewaysByCustom1*)", "ListUIState*(ListUIState*,FilterCompanyGatewaysByCustom2*)", "ListUIState*(ListUIState*,FilterCompanyGatewaysByState*)", "ListUIState*(ListUIState*,FilterCompanyGateways*)", "ListUIState*(ListUIState*,SortCompanyGateways*)", "ListUIState*(ListUIState*,StartCompanyGatewayMultiselect*)", "ListUIState*(ListUIState*,AddToCompanyGatewayMultiselect*)", "ListUIState*(ListUIState*,RemoveFromCompanyGatewayMultiselect*)", "ListUIState*(ListUIState*,ClearCompanyGatewayMultiselect*)", "CompanyGatewayState*(CompanyGatewayState*,ArchiveCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,DeleteCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,RestoreCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,AddCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,SaveCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,LoadCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,LoadCompanySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,LoadCompanyGatewaysSuccess*)", "MapBuilder*()", "InvoiceEntity*(InvoiceEntity*,AddCreditItems*)", "ListUIState*(ListUIState*,ViewCreditList*)", "ListUIState*(ListUIState*,FilterCreditsByCustom1*)", "ListUIState*(ListUIState*,FilterCreditsByCustom2*)", "ListUIState*(ListUIState*,FilterCreditsByCustom3*)", "ListUIState*(ListUIState*,FilterCreditsByCustom4*)", "ListUIState*(ListUIState*,FilterCreditsByState*)", "ListUIState*(ListUIState*,FilterCreditsByStatus*)", "ListUIState*(ListUIState*,FilterCredits*)", "ListUIState*(ListUIState*,SortCredits*)", "ListUIState*(ListUIState*,StartCreditMultiselect*)", "ListUIState*(ListUIState*,AddToCreditMultiselect*)", "ListUIState*(ListUIState*,RemoveFromCreditMultiselect*)", "ListUIState*(ListUIState*,ClearCreditMultiselect*)", "CreditState*(CreditState*,MarkSentCreditSuccess*)", "CreditState*(CreditState*,ArchiveCreditsSuccess*)", "CreditState*(CreditState*,DeleteCreditsSuccess*)", "CreditState*(CreditState*,RestoreCreditsSuccess*)", "CreditState*(CreditState*,AddCreditSuccess*)", "CreditState*(CreditState*,@)", "CreditState*(CreditState*,LoadCreditsSuccess*)", "CreditState*(CreditState*,LoadCompanySuccess*)", "MapBuilder*()", "ListUIState*(ListUIState*,ViewDesignList*)", "ListUIState*(ListUIState*,FilterDesignsByCustom1*)", "ListUIState*(ListUIState*,FilterDesignsByCustom2*)", "ListUIState*(ListUIState*,FilterDesignsByState*)", "ListUIState*(ListUIState*,FilterDesigns*)", "ListUIState*(ListUIState*,SortDesigns*)", "ListUIState*(ListUIState*,StartDesignMultiselect*)", "ListUIState*(ListUIState*,AddToDesignMultiselect*)", "ListUIState*(ListUIState*,RemoveFromDesignMultiselect*)", "ListUIState*(ListUIState*,ClearDesignMultiselect*)", "DesignState*(DesignState*,ArchiveDesignsSuccess*)", "DesignState*(DesignState*,DeleteDesignsSuccess*)", "DesignState*(DesignState*,RestoreDesignsSuccess*)", "DesignState*(DesignState*,AddDesignSuccess*)", "DesignState*(DesignState*,SaveDesignSuccess*)", "DesignState*(DesignState*,LoadDesignSuccess*)", "DesignState*(DesignState*,LoadDesignsSuccess*)", "DesignState*(DesignState*,LoadCompanySuccess*)", "DocumentEntity*(DocumentEntity*,@)", "ListUIState*(ListUIState*,ViewDocumentList*)", "ListUIState*(ListUIState*,FilterDocumentsByCustom1*)", "ListUIState*(ListUIState*,FilterDocumentsByCustom2*)", "ListUIState*(ListUIState*,FilterDocumentsByState*)", "ListUIState*(ListUIState*,FilterDocuments*)", "ListUIState*(ListUIState*,SortDocuments*)", "ListUIState*(ListUIState*,StartDocumentMultiselect*)", "ListUIState*(ListUIState*,AddToDocumentMultiselect*)", "ListUIState*(ListUIState*,RemoveFromDocumentMultiselect*)", "ListUIState*(ListUIState*,ClearDocumentMultiselect*)", "DocumentState*(DocumentState*,ArchiveDocumentSuccess*)", "DocumentState*(DocumentState*,DeleteDocumentSuccess*)", "DocumentState*(DocumentState*,RestoreDocumentSuccess*)", "DocumentState*(DocumentState*,SaveDocumentSuccess*)", "DocumentState*(DocumentState*,LoadDocumentSuccess*)", "DocumentState*(DocumentState*,LoadDocumentsSuccess*)", "MapBuilder*()", "ListUIState*(ListUIState*,ViewExpenseList*)", "ListUIState*(ListUIState*,FilterExpensesByCustom1*)", "ListUIState*(ListUIState*,FilterExpensesByCustom2*)", "ListUIState*(ListUIState*,FilterExpensesByCustom3*)", "ListUIState*(ListUIState*,FilterExpensesByCustom4*)", "ListUIState*(ListUIState*,FilterExpensesByState*)", "ListUIState*(ListUIState*,FilterExpensesByStatus*)", "ListUIState*(ListUIState*,FilterExpenses*)", "ListUIState*(ListUIState*,SortExpenses*)", "ListUIState*(ListUIState*,StartExpenseMultiselect*)", "ListUIState*(ListUIState*,AddToExpenseMultiselect*)", "ListUIState*(ListUIState*,RemoveFromExpenseMultiselect*)", "ListUIState*(ListUIState*,ClearExpenseMultiselect*)", "ExpenseState*(ExpenseState*,ArchiveExpenseSuccess*)", "ExpenseState*(ExpenseState*,DeleteExpenseSuccess*)", "ExpenseState*(ExpenseState*,RestoreExpenseSuccess*)", "ExpenseState*(ExpenseState*,AddExpenseSuccess*)", "ExpenseState*(ExpenseState*,SaveExpenseSuccess*)", "ExpenseState*(ExpenseState*,LoadExpenseSuccess*)", "ExpenseState*(ExpenseState*,LoadExpensesSuccess*)", "ExpenseState*(ExpenseState*,LoadCompanySuccess*)", "MapBuilder*()", "ListUIState*(ListUIState*,FilterExpenseCategoriesByCustom1*)", "ListUIState*(ListUIState*,FilterExpenseCategoriesByCustom2*)", "ListUIState*(ListUIState*,FilterExpenseCategoriesByState*)", "ListUIState*(ListUIState*,FilterExpenseCategories*)", "ListUIState*(ListUIState*,SortExpenseCategories*)", "ListUIState*(ListUIState*,StartExpenseCategoryMultiselect*)", "ListUIState*(ListUIState*,AddToExpenseCategoryMultiselect*)", "ListUIState*(ListUIState*,RemoveFromExpenseCategoryMultiselect*)", "ListUIState*(ListUIState*,ClearExpenseCategoryMultiselect*)", "ExpenseCategoryState*(ExpenseCategoryState*,ArchiveExpenseCategoriesSuccess*)", "ExpenseCategoryState*(ExpenseCategoryState*,DeleteExpenseCategoriesSuccess*)", "ExpenseCategoryState*(ExpenseCategoryState*,RestoreExpenseCategoriesSuccess*)", "ExpenseCategoryState*(ExpenseCategoryState*,AddExpenseCategorySuccess*)", "ExpenseCategoryState*(ExpenseCategoryState*,SaveExpenseCategorySuccess*)", "ExpenseCategoryState*(ExpenseCategoryState*,LoadExpenseCategorySuccess*)", "ExpenseCategoryState*(ExpenseCategoryState*,LoadExpenseCategoriesSuccess*)", "ExpenseCategoryState*(ExpenseCategoryState*,LoadCompanySuccess*)", "MaterialStateProperty?(ButtonStyle?)", "ListUIState*(ListUIState*,ViewGroupList*)", "ListUIState*(ListUIState*,FilterGroupsByState*)", "ListUIState*(ListUIState*,FilterGroups*)", "ListUIState*(ListUIState*,SortGroups*)", "ListUIState*(ListUIState*,StartGroupMultiselect*)", "ListUIState*(ListUIState*,AddToGroupMultiselect*)", "ListUIState*(ListUIState*,RemoveFromGroupMultiselect*)", "ListUIState*(ListUIState*,ClearGroupMultiselect*)", "GroupState*(GroupState*,ArchiveGroupSuccess*)", "GroupState*(GroupState*,DeleteGroupSuccess*)", "GroupState*(GroupState*,RestoreGroupSuccess*)", "GroupState*(GroupState*,AddGroupSuccess*)", "GroupState*(GroupState*,SaveGroupSuccess*)", "GroupState*(GroupState*,LoadGroupSuccess*)", "GroupState*(GroupState*,LoadGroupsSuccess*)", "GroupState*(GroupState*,LoadCompanySuccess*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceItems*)", "ListUIState*(ListUIState*,ViewInvoiceList*)", "ListUIState*(ListUIState*,FilterInvoicesByCustom1*)", "ListUIState*(ListUIState*,FilterInvoicesByCustom2*)", "ListUIState*(ListUIState*,FilterInvoicesByCustom3*)", "ListUIState*(ListUIState*,FilterInvoicesByCustom4*)", "ListUIState*(ListUIState*,FilterInvoicesByState*)", "ListUIState*(ListUIState*,FilterInvoicesByStatus*)", "ListUIState*(ListUIState*,FilterInvoices*)", "ListUIState*(ListUIState*,SortInvoices*)", "ListUIState*(ListUIState*,StartInvoiceMultiselect*)", "ListUIState*(ListUIState*,AddToInvoiceMultiselect*)", "ListUIState*(ListUIState*,RemoveFromInvoiceMultiselect*)", "ListUIState*(ListUIState*,ClearInvoiceMultiselect*)", "InvoiceState*(InvoiceState*,MarkInvoicesSentSuccess*)", "InvoiceState*(InvoiceState*,MarkInvoicesPaidSuccess*)", "InvoiceState*(InvoiceState*,CancelInvoicesSuccess*)", "InvoiceState*(InvoiceState*,ArchiveInvoicesSuccess*)", "InvoiceState*(InvoiceState*,DeleteInvoicesSuccess*)", "InvoiceState*(InvoiceState*,EmailInvoiceSuccess*)", "InvoiceState*(InvoiceState*,RestoreInvoicesSuccess*)", "InvoiceState*(InvoiceState*,AddInvoiceSuccess*)", "InvoiceState*(InvoiceState*,@)", "InvoiceState*(InvoiceState*,LoadInvoicesSuccess*)", "InvoiceState*(InvoiceState*,LoadCompanySuccess*)", "MaterialStateProperty?(ButtonStyle?)", "ListUIState*(ListUIState*,ViewPaymentList*)", "ListUIState*(ListUIState*,FilterPaymentsByCustom1*)", "ListUIState*(ListUIState*,FilterPaymentsByCustom2*)", "ListUIState*(ListUIState*,FilterPaymentsByCustom3*)", "ListUIState*(ListUIState*,FilterPaymentsByCustom4*)", "ListUIState*(ListUIState*,FilterPaymentsByState*)", "ListUIState*(ListUIState*,FilterPayments*)", "ListUIState*(ListUIState*,SortPayments*)", "ListUIState*(ListUIState*,StartPaymentMultiselect*)", "ListUIState*(ListUIState*,AddToPaymentMultiselect*)", "ListUIState*(ListUIState*,RemoveFromPaymentMultiselect*)", "ListUIState*(ListUIState*,ClearPaymentMultiselect*)", "PaymentState*(PaymentState*,ArchivePaymentsSuccess*)", "PaymentState*(PaymentState*,DeletePaymentsSuccess*)", "PaymentState*(PaymentState*,RestorePaymentsSuccess*)", "PaymentState*(PaymentState*,AddPaymentSuccess*)", "PaymentState*(PaymentState*,SavePaymentSuccess*)", "PaymentState*(PaymentState*,LoadPaymentSuccess*)", "PaymentState*(PaymentState*,LoadPaymentsSuccess*)", "PaymentState*(PaymentState*,LoadCompanySuccess*)", "Future(int)", "ListUIState*(ListUIState*,ViewPaymentTermList*)", "ListUIState*(ListUIState*,FilterPaymentTermsByCustom1*)", "ListUIState*(ListUIState*,FilterPaymentTermsByCustom2*)", "ListUIState*(ListUIState*,FilterPaymentTermsByState*)", "ListUIState*(ListUIState*,FilterPaymentTerms*)", "ListUIState*(ListUIState*,SortPaymentTerms*)", "ListUIState*(ListUIState*,StartPaymentTermMultiselect*)", "ListUIState*(ListUIState*,AddToPaymentTermMultiselect*)", "ListUIState*(ListUIState*,RemoveFromPaymentTermMultiselect*)", "ListUIState*(ListUIState*,ClearPaymentTermMultiselect*)", "PaymentTermState*(PaymentTermState*,ArchivePaymentTermsSuccess*)", "PaymentTermState*(PaymentTermState*,DeletePaymentTermsSuccess*)", "PaymentTermState*(PaymentTermState*,RestorePaymentTermsSuccess*)", "PaymentTermState*(PaymentTermState*,AddPaymentTermSuccess*)", "PaymentTermState*(PaymentTermState*,SavePaymentTermSuccess*)", "PaymentTermState*(PaymentTermState*,LoadPaymentTermSuccess*)", "PaymentTermState*(PaymentTermState*,LoadPaymentTermsSuccess*)", "PaymentTermState*(PaymentTermState*,LoadCompanySuccess*)", "MaterialStateProperty?(ButtonStyle?)", "ListUIState*(ListUIState*,ViewProductList*)", "ListUIState*(ListUIState*,FilterProductsByState*)", "ListUIState*(ListUIState*,FilterProductsByCustom1*)", "ListUIState*(ListUIState*,FilterProductsByCustom2*)", "ListUIState*(ListUIState*,FilterProductsByCustom3*)", "ListUIState*(ListUIState*,FilterProductsByCustom4*)", "ListUIState*(ListUIState*,FilterProducts*)", "ListUIState*(ListUIState*,SortProducts*)", "ListUIState*(ListUIState*,StartProductMultiselect*)", "ListUIState*(ListUIState*,AddToProductMultiselect*)", "ListUIState*(ListUIState*,RemoveFromProductMultiselect*)", "ListUIState*(ListUIState*,ClearProductMultiselect*)", "ProductState*(ProductState*,ArchiveProductsSuccess*)", "ProductState*(ProductState*,DeleteProductsSuccess*)", "ProductState*(ProductState*,RestoreProductsSuccess*)", "ProductState*(ProductState*,AddProductSuccess*)", "ProductState*(ProductState*,SaveProductSuccess*)", "ProductState*(ProductState*,LoadProductSuccess*)", "ProductState*(ProductState*,LoadProductsSuccess*)", "ProductState*(ProductState*,LoadCompanySuccess*)", "JsFunction(@)", "ListUIState*(ListUIState*,ViewProjectList*)", "ListUIState*(ListUIState*,FilterProjectsByCustom1*)", "ListUIState*(ListUIState*,FilterProjectsByCustom2*)", "ListUIState*(ListUIState*,FilterProjectsByCustom3*)", "ListUIState*(ListUIState*,FilterProjectsByCustom4*)", "ListUIState*(ListUIState*,FilterProjectsByState*)", "ListUIState*(ListUIState*,FilterProjects*)", "ListUIState*(ListUIState*,SortProjects*)", "ListUIState*(ListUIState*,StartProjectMultiselect*)", "ListUIState*(ListUIState*,AddToProjectMultiselect*)", "ListUIState*(ListUIState*,RemoveFromProjectMultiselect*)", "ListUIState*(ListUIState*,ClearProjectMultiselect*)", "ProjectState*(ProjectState*,ArchiveProjectSuccess*)", "ProjectState*(ProjectState*,DeleteProjectSuccess*)", "ProjectState*(ProjectState*,RestoreProjectSuccess*)", "ProjectState*(ProjectState*,AddProjectSuccess*)", "ProjectState*(ProjectState*,SaveProjectSuccess*)", "ProjectState*(ProjectState*,LoadProjectSuccess*)", "ProjectState*(ProjectState*,LoadProjectsSuccess*)", "ProjectState*(ProjectState*,LoadCompanySuccess*)", "InvoiceEntity*(InvoiceEntity*,AddPurchaseOrderItems*)", "ListUIState*(ListUIState*,ViewPurchaseOrderList*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByCustom1*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByCustom2*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByCustom3*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByCustom4*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByState*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByStatus*)", "ListUIState*(ListUIState*,FilterPurchaseOrders*)", "ListUIState*(ListUIState*,SortPurchaseOrders*)", "ListUIState*(ListUIState*,StartPurchaseOrderMultiselect*)", "ListUIState*(ListUIState*,AddToPurchaseOrderMultiselect*)", "ListUIState*(ListUIState*,RemoveFromPurchaseOrderMultiselect*)", "ListUIState*(ListUIState*,ClearPurchaseOrderMultiselect*)", "PurchaseOrderState*(PurchaseOrderState*,MarkPurchaseOrderSentSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,AcceptPurchaseOrderSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,CancelPurchaseOrderSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,ArchivePurchaseOrdersSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,DeletePurchaseOrdersSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,RestorePurchaseOrdersSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,EmailPurchaseOrderSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,ApprovePurchaseOrderSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,AddPurchaseOrderSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,@)", "PurchaseOrderState*(PurchaseOrderState*,LoadPurchaseOrdersSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,LoadCompanySuccess*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteItems*)", "ListUIState*(ListUIState*,ViewQuoteList*)", "ListUIState*(ListUIState*,FilterQuotesByCustom1*)", "ListUIState*(ListUIState*,FilterQuotesByCustom2*)", "ListUIState*(ListUIState*,FilterQuotesByCustom3*)", "ListUIState*(ListUIState*,FilterQuotesByCustom4*)", "ListUIState*(ListUIState*,FilterQuotesByState*)", "ListUIState*(ListUIState*,FilterQuotesByStatus*)", "ListUIState*(ListUIState*,FilterQuotes*)", "ListUIState*(ListUIState*,SortQuotes*)", "ListUIState*(ListUIState*,StartQuoteMultiselect*)", "ListUIState*(ListUIState*,AddToQuoteMultiselect*)", "ListUIState*(ListUIState*,RemoveFromQuoteMultiselect*)", "ListUIState*(ListUIState*,ClearQuoteMultiselect*)", "QuoteState*(QuoteState*,MarkSentQuoteSuccess*)", "QuoteState*(QuoteState*,ArchiveQuotesSuccess*)", "QuoteState*(QuoteState*,DeleteQuotesSuccess*)", "QuoteState*(QuoteState*,RestoreQuotesSuccess*)", "QuoteState*(QuoteState*,EmailQuoteSuccess*)", "QuoteState*(QuoteState*,ConvertQuoteSuccess*)", "QuoteState*(QuoteState*,AddQuoteSuccess*)", "QuoteState*(QuoteState*,@)", "QuoteState*(QuoteState*,LoadQuotesSuccess*)", "QuoteState*(QuoteState*,LoadCompanySuccess*)", "ListUIState*(ListUIState*,ViewRecurringExpenseList*)", "ListUIState*(ListUIState*,FilterRecurringExpensesByCustom1*)", "ListUIState*(ListUIState*,FilterRecurringExpensesByCustom2*)", "ListUIState*(ListUIState*,FilterRecurringExpensesByState*)", "ListUIState*(ListUIState*,FilterRecurringExpenses*)", "ListUIState*(ListUIState*,SortRecurringExpenses*)", "ListUIState*(ListUIState*,StartRecurringExpenseMultiselect*)", "ListUIState*(ListUIState*,AddToRecurringExpenseMultiselect*)", "ListUIState*(ListUIState*,RemoveFromRecurringExpenseMultiselect*)", "ListUIState*(ListUIState*,ClearRecurringExpenseMultiselect*)", "RecurringExpenseState*(RecurringExpenseState*,ArchiveRecurringExpensesSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,DeleteRecurringExpensesSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,RestoreRecurringExpensesSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,AddRecurringExpenseSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,SaveRecurringExpenseSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,StartRecurringExpensesSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,StopRecurringExpensesSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,LoadRecurringExpenseSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,LoadRecurringExpensesSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,LoadCompanySuccess*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceItems*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByCustom1*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByCustom2*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByCustom3*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByCustom4*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByState*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByStatus*)", "ListUIState*(ListUIState*,FilterRecurringInvoices*)", "ListUIState*(ListUIState*,SortRecurringInvoices*)", "ListUIState*(ListUIState*,StartRecurringInvoiceMultiselect*)", "ListUIState*(ListUIState*,AddToRecurringInvoiceMultiselect*)", "ListUIState*(ListUIState*,RemoveFromRecurringInvoiceMultiselect*)", "ListUIState*(ListUIState*,ClearRecurringInvoiceMultiselect*)", "RecurringInvoiceState*(RecurringInvoiceState*,ArchiveRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,DeleteRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,EmailRecurringInvoiceSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,RestoreRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,StartRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,StopRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,AddRecurringInvoiceSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,@)", "RecurringInvoiceState*(RecurringInvoiceState*,LoadRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,LoadCompanySuccess*)", "StaticState*(StaticState*,LoadStaticSuccess*)", "int*(TaskTime*,TaskTime*)", "ListUIState*(ListUIState*,FilterSubscriptionsByCustom1*)", "ListUIState*(ListUIState*,FilterSubscriptionsByCustom2*)", "ListUIState*(ListUIState*,FilterSubscriptionsByState*)", "ListUIState*(ListUIState*,FilterSubscriptions*)", "ListUIState*(ListUIState*,SortSubscriptions*)", "ListUIState*(ListUIState*,StartSubscriptionMultiselect*)", "ListUIState*(ListUIState*,AddToSubscriptionMultiselect*)", "ListUIState*(ListUIState*,RemoveFromSubscriptionMultiselect*)", "ListUIState*(ListUIState*,ClearSubscriptionMultiselect*)", "SubscriptionState*(SubscriptionState*,ArchiveSubscriptionsSuccess*)", "SubscriptionState*(SubscriptionState*,DeleteSubscriptionsSuccess*)", "SubscriptionState*(SubscriptionState*,RestoreSubscriptionsSuccess*)", "SubscriptionState*(SubscriptionState*,AddSubscriptionSuccess*)", "SubscriptionState*(SubscriptionState*,SaveSubscriptionSuccess*)", "SubscriptionState*(SubscriptionState*,LoadSubscriptionSuccess*)", "SubscriptionState*(SubscriptionState*,LoadSubscriptionsSuccess*)", "SubscriptionState*(SubscriptionState*,LoadCompanySuccess*)", "MaterialStateProperty?(ButtonStyle?)", "ListUIState*(ListUIState*,ViewTaskList*)", "ListUIState*(ListUIState*,FilterTasksByCustom1*)", "ListUIState*(ListUIState*,FilterTasksByCustom2*)", "ListUIState*(ListUIState*,FilterTasksByState*)", "ListUIState*(ListUIState*,FilterTasksByStatus*)", "ListUIState*(ListUIState*,FilterTasks*)", "ListUIState*(ListUIState*,SortTasks*)", "TaskEntity*(TaskEntity*,AddTaskTime*)", "TaskEntity*(TaskEntity*,DeleteTaskTime*)", "TaskEntity*(TaskEntity*,UpdateTaskTime*)", "ListUIState*(ListUIState*,StartTaskMultiselect*)", "ListUIState*(ListUIState*,AddToTaskMultiselect*)", "ListUIState*(ListUIState*,RemoveFromTaskMultiselect*)", "ListUIState*(ListUIState*,ClearTaskMultiselect*)", "TaskState*(TaskState*,SortTasksSuccess*)", "TaskState*(TaskState*,ArchiveTaskSuccess*)", "TaskState*(TaskState*,StartTasksSuccess*)", "TaskState*(TaskState*,StopTasksSuccess*)", "TaskState*(TaskState*,DeleteTaskSuccess*)", "TaskState*(TaskState*,RestoreTaskSuccess*)", "TaskState*(TaskState*,AddTaskSuccess*)", "TaskState*(TaskState*,SaveTaskSuccess*)", "TaskState*(TaskState*,LoadTaskSuccess*)", "TaskState*(TaskState*,LoadTasksSuccess*)", "TaskState*(TaskState*,LoadCompanySuccess*)", "MaterialStateProperty?(ButtonStyle?)", "ListUIState*(ListUIState*,ViewTaskStatusList*)", "ListUIState*(ListUIState*,FilterTaskStatusesByCustom1*)", "ListUIState*(ListUIState*,FilterTaskStatusesByCustom2*)", "ListUIState*(ListUIState*,FilterTaskStatusesByState*)", "ListUIState*(ListUIState*,FilterTaskStatuses*)", "ListUIState*(ListUIState*,SortTaskStatuses*)", "ListUIState*(ListUIState*,StartTaskStatusMultiselect*)", "ListUIState*(ListUIState*,AddToTaskStatusMultiselect*)", "ListUIState*(ListUIState*,RemoveFromTaskStatusMultiselect*)", "ListUIState*(ListUIState*,ClearTaskStatusMultiselect*)", "TaskStatusState*(TaskStatusState*,SortTasksSuccess*)", "TaskStatusState*(TaskStatusState*,ArchiveTaskStatusesSuccess*)", "TaskStatusState*(TaskStatusState*,DeleteTaskStatusesSuccess*)", "TaskStatusState*(TaskStatusState*,RestoreTaskStatusesSuccess*)", "TaskStatusState*(TaskStatusState*,AddTaskStatusSuccess*)", "TaskStatusState*(TaskStatusState*,SaveTaskStatusSuccess*)", "TaskStatusState*(TaskStatusState*,LoadTaskStatusSuccess*)", "TaskStatusState*(TaskStatusState*,LoadTaskStatusesSuccess*)", "TaskStatusState*(TaskStatusState*,LoadCompanySuccess*)", "MouseCursor0?(Set)", "ListUIState*(ListUIState*,ViewTaxRateList*)", "ListUIState*(ListUIState*,FilterTaxRatesByState*)", "ListUIState*(ListUIState*,FilterTaxRates*)", "ListUIState*(ListUIState*,SortTaxRates*)", "ListUIState*(ListUIState*,StartTaxRateMultiselect*)", "ListUIState*(ListUIState*,AddToTaxRateMultiselect*)", "ListUIState*(ListUIState*,RemoveFromTaxRateMultiselect*)", "ListUIState*(ListUIState*,ClearTaxRateMultiselect*)", "TaxRateState*(TaxRateState*,ArchiveTaxRatesSuccess*)", "TaxRateState*(TaxRateState*,DeleteTaxRatesSuccess*)", "TaxRateState*(TaxRateState*,RestoreTaxRatesSuccess*)", "TaxRateState*(TaxRateState*,AddTaxRateSuccess*)", "TaxRateState*(TaxRateState*,SaveTaxRateSuccess*)", "TaxRateState*(TaxRateState*,LoadTaxRateSuccess*)", "TaxRateState*(TaxRateState*,LoadTaxRatesSuccess*)", "TaxRateState*(TaxRateState*,LoadCompanySuccess*)", "MouseCursor0?(ButtonStyle?)", "ListUIState*(ListUIState*,ViewTokenList*)", "ListUIState*(ListUIState*,FilterTokensByCustom1*)", "ListUIState*(ListUIState*,FilterTokensByCustom2*)", "ListUIState*(ListUIState*,FilterTokensByState*)", "ListUIState*(ListUIState*,FilterTokens*)", "ListUIState*(ListUIState*,SortTokens*)", "ListUIState*(ListUIState*,StartTokenMultiselect*)", "ListUIState*(ListUIState*,AddToTokenMultiselect*)", "ListUIState*(ListUIState*,RemoveFromTokenMultiselect*)", "ListUIState*(ListUIState*,ClearTokenMultiselect*)", "TokenState*(TokenState*,ArchiveTokensSuccess*)", "TokenState*(TokenState*,DeleteTokensSuccess*)", "TokenState*(TokenState*,RestoreTokensSuccess*)", "TokenState*(TokenState*,AddTokenSuccess*)", "TokenState*(TokenState*,SaveTokenSuccess*)", "TokenState*(TokenState*,LoadTokenSuccess*)", "TokenState*(TokenState*,LoadTokensSuccess*)", "TokenState*(TokenState*,LoadCompanySuccess*)", "Null(String*,@)", "ListUIState*(ListUIState*,ViewUserList*)", "ListUIState*(ListUIState*,FilterUsersByCustom1*)", "ListUIState*(ListUIState*,FilterUsersByCustom2*)", "ListUIState*(ListUIState*,FilterUsersByCustom3*)", "ListUIState*(ListUIState*,FilterUsersByCustom4*)", "ListUIState*(ListUIState*,FilterUsersByState*)", "ListUIState*(ListUIState*,FilterUsers*)", "ListUIState*(ListUIState*,SortUsers*)", "ListUIState*(ListUIState*,StartUserMultiselect*)", "ListUIState*(ListUIState*,AddToUserMultiselect*)", "ListUIState*(ListUIState*,RemoveFromUserMultiselect*)", "ListUIState*(ListUIState*,ClearUserMultiselect*)", "UserState*(UserState*,ArchiveUserSuccess*)", "UserState*(UserState*,DeleteUserSuccess*)", "UserState*(UserState*,RestoreUserSuccess*)", "UserState*(UserState*,RemoveUserSuccess*)", "UserState*(UserState*,AddUserSuccess*)", "UserState*(UserState*,SaveUserSuccess*)", "UserState*(UserState*,SaveAuthUserSuccess*)", "UserState*(UserState*,ConnecOAuthUserSuccess*)", "UserState*(UserState*,ConnecGmailUserSuccess*)", "UserState*(UserState*,LoadUserSuccess*)", "UserState*(UserState*,LoadUsersSuccess*)", "UserState*(UserState*,LoadCompanySuccess*)", "VendorContactEntity*(VendorContactEntity*,@)", "JsArray<@>(@)", "VendorEntity*(VendorEntity*,AddVendorContact*)", "VendorEntity*(VendorEntity*,DeleteVendorContact*)", "VendorEntity*(VendorEntity*,UpdateVendorContact*)", "ListUIState*(ListUIState*,ViewVendorList*)", "ListUIState*(ListUIState*,FilterVendorsByCustom1*)", "ListUIState*(ListUIState*,FilterVendorsByCustom2*)", "ListUIState*(ListUIState*,FilterVendorsByCustom3*)", "ListUIState*(ListUIState*,FilterVendorsByCustom4*)", "ListUIState*(ListUIState*,FilterVendorsByState*)", "ListUIState*(ListUIState*,FilterVendors*)", "ListUIState*(ListUIState*,SortVendors*)", "ListUIState*(ListUIState*,StartVendorMultiselect*)", "ListUIState*(ListUIState*,AddToVendorMultiselect*)", "ListUIState*(ListUIState*,RemoveFromVendorMultiselect*)", "ListUIState*(ListUIState*,ClearVendorMultiselect*)", "VendorState*(VendorState*,ArchiveVendorSuccess*)", "VendorState*(VendorState*,DeleteVendorSuccess*)", "VendorState*(VendorState*,RestoreVendorSuccess*)", "VendorState*(VendorState*,AddVendorSuccess*)", "VendorState*(VendorState*,SaveVendorSuccess*)", "VendorState*(VendorState*,LoadVendorSuccess*)", "VendorState*(VendorState*,LoadVendorsSuccess*)", "VendorState*(VendorState*,LoadCompanySuccess*)", "Color?(ButtonStyle?)", "ListUIState*(ListUIState*,ViewWebhookList*)", "ListUIState*(ListUIState*,FilterWebhooksByCustom1*)", "ListUIState*(ListUIState*,FilterWebhooksByCustom2*)", "ListUIState*(ListUIState*,FilterWebhooksByState*)", "ListUIState*(ListUIState*,FilterWebhooks*)", "ListUIState*(ListUIState*,SortWebhooks*)", "ListUIState*(ListUIState*,StartWebhookMultiselect*)", "ListUIState*(ListUIState*,AddToWebhookMultiselect*)", "ListUIState*(ListUIState*,RemoveFromWebhookMultiselect*)", "ListUIState*(ListUIState*,ClearWebhookMultiselect*)", "WebhookState*(WebhookState*,ArchiveWebhooksSuccess*)", "WebhookState*(WebhookState*,DeleteWebhooksSuccess*)", "WebhookState*(WebhookState*,RestoreWebhooksSuccess*)", "WebhookState*(WebhookState*,AddWebhookSuccess*)", "WebhookState*(WebhookState*,SaveWebhookSuccess*)", "WebhookState*(WebhookState*,LoadWebhookSuccess*)", "WebhookState*(WebhookState*,LoadWebhooksSuccess*)", "WebhookState*(WebhookState*,LoadCompanySuccess*)", "ConfirmEmailVM*(Store*)", "AppDrawerVM*(Store*)", "MenuDrawerVM*(Store*)", "LoginVM*(Store*)", "ClientListVM*(Store*)", "ClientScreenVM*(Store*)", "CompanyGatewayListVM*(Store*)", "CompanyGatewayScreenVM*(Store*)", "CreditListVM*(Store*)", "CreditScreenVM*(Store*)", "DashboardVM*(Store*)", "DesignListVM*(Store*)", "DesignScreenVM*(Store*)", "DocumentListVM*(Store*)", "DocumentScreenVM*(Store*)", "ExpenseListVM*(Store*)", "ExpenseScreenVM*(Store*)", "ExpenseCategoryListVM*(Store*)", "ExpenseCategoryScreenVM*(Store*)", "GroupListVM*(Store*)", "GroupScreenVM*(Store*)", "InvoiceListVM*(Store*)", "InvoiceScreenVM*(Store*)", "PaymentListVM*(Store*)", "PaymentScreenVM*(Store*)", "PaymentTermListVM*(Store*)", "PaymentTermScreenVM*(Store*)", "ProductListVM*(Store*)", "ProductScreenVM*(Store*)", "ProjectListVM*(Store*)", "ProjectScreenVM*(Store*)", "PurchaseOrderListVM*(Store*)", "PurchaseOrderScreenVM*(Store*)", "QuoteListVM*(Store*)", "QuoteScreenVM*(Store*)", "RecurringExpenseListVM*(Store*)", "RecurringExpenseScreenVM*(Store*)", "RecurringInvoiceListVM*(Store*)", "RecurringInvoiceScreenVM*(Store*)", "ReportsScreenVM*(Store*)", "AccountManagementVM*(Store*)", "ClientPortalVM*(Store*)", "CompanyDetailsVM*(Store*)", "CreditCardsAndBanksVM*(Store*)", "CustomFieldsVM*(Store*)", "DataVisualizationsVM*(Store*)", "DeviceSettingsVM*(Store*)", "EmailSettingsVM*(Store*)", "ExpenseSettingsVM*(Store*)", "GeneratedNumbersVM*(Store*)", "ImportExportVM*(Store*)", "InvoiceDesignVM*(Store*)", "LocalizationSettingsVM*(Store*)", "PaymentSettingsVM*(Store*)", "ProductSettingsVM*(Store*)", "SettingsListVM*(Store*)", "SettingsScreenVM*(Store*)", "TaskSettingsVM*(Store*)", "TaxSettingsVM*(Store*)", "TemplatesAndRemindersVM*(Store*)", "UserDetailsVM*(Store*)", "WorkflowSettingsVM*(Store*)", "SubscriptionListVM*(Store*)", "SubscriptionScreenVM*(Store*)", "KanbanVM*(Store*)", "TaskListVM*(Store*)", "TaskScreenVM*(Store*)", "TaskStatusListVM*(Store*)", "TaskStatusScreenVM*(Store*)", "TaxRateListVM*(Store*)", "TaxRateScreenVM*(Store*)", "TokenListVM*(Store*)", "TokenScreenVM*(Store*)", "UserListVM*(Store*)", "UserScreenVM*(Store*)", "VendorListVM*(Store*)", "VendorScreenVM*(Store*)", "WebhookListVM*(Store*)", "WebhookScreenVM*(Store*)", "Future()", "~(SentryLevel,String{exception:Object?,logger:String?,stackTrace:StackTrace?})", "Widget(BuildContext,UnorderedListItemComponent)", "double(TextStyle,int)", "Widget(BuildContext,OrderedListItemComponent)", "Route<@>*(RouteSettings*)", "TextStyle(Set,TextStyle)", "Widget(BuildContext,Offset)", "Future<1^>(1^/(0^),0^{debugLabel:String?})", "~(String?{wrapWidth:int?})", "VisualDensity?(ButtonStyle?)", "GoogleSignInUserData?(Map?)", "bool*(bool*,StartLoading*)", "bool*(bool*,StopLoading*)", "bool*(bool*,StartSaving*)", "bool*(bool*,StopSaving*)", "ExpenseEdit*(BuildContext*,ExpenseEditVM*)"], interceptorsByTag: null, leafTags: null, arrayRti: Symbol("$ti") @@ -501091,6 +501125,7 @@ return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call(), t7.get$$call(), t8.get$$call(), t9.get$$call(), t10.get$$call(), t11.get$$call(), t12.get$$call(), t13.get$$call(), t14.get$$call()], A.findType("JSArray")), t1); }); _lazyOld($, "memoizedFilteredPurchaseOrderList", "$get$memoizedFilteredPurchaseOrderList", () => A.memo7(new A.memoizedFilteredPurchaseOrderList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_VendorEntity, type$.legacy_ListUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_List_legacy_String)); + _lazyOld($, "memoizedPurchaseOrderStatsForVendor", "$get$memoizedPurchaseOrderStatsForVendor", () => A.memo2(new A.memoizedPurchaseOrderStatsForVendor_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_EntityStats)); _lazyOld($, "_$purchaseOrderStateSerializer", "$get$_$purchaseOrderStateSerializer", () => new A._$PurchaseOrderStateSerializer()); _lazyOld($, "_$purchaseOrderUIStateSerializer", "$get$_$purchaseOrderUIStateSerializer", () => new A._$PurchaseOrderUIStateSerializer()); _lazyOld($, "forceSelectedReducer13", "$get$forceSelectedReducer", () => {