diff --git a/public/main.profile.dart.js b/public/main.profile.dart.js index ef9f2f8b21..1444f95234 100644 --- a/public/main.profile.dart.js +++ b/public/main.profile.dart.js @@ -27462,9 +27462,6 @@ AbsorbPointer$: function(absorbing, child) { return new T.AbsorbPointer(absorbing, child, null); }, - MetaData$: function(behavior, child, metaData) { - return new T.MetaData(metaData, behavior, child, null); - }, BlockSemantics$: function(child) { return new T.BlockSemantics(child, null); }, @@ -27867,13 +27864,6 @@ this.child = t1; this.key = t2; }, - MetaData: function MetaData(t0, t1, t2, t3) { - var _ = this; - _.metaData = t0; - _.behavior = t1; - _.child = t2; - _.key = t3; - }, Semantics: function Semantics(t0, t1, t2, t3, t4, t5) { var _ = this; _.properties = t0; @@ -60368,186 +60358,6 @@ }, hashObjects_closure1: function hashObjects_closure1() { }, - ReorderableFlex: function ReorderableFlex(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { - var _ = this; - _.header = t0; - _.footer = t1; - _.children = t2; - _.direction = t3; - _.onReorder = t4; - _.onNoReorder = t5; - _.buildItemsContainer = t6; - _.buildDraggableFeedback = t7; - _.reorderAnimationDuration = t8; - _.scrollAnimationDuration = t9; - _.ignorePrimaryScrollController = t10; - _.key = t11; - }, - _ReorderableFlexState: function _ReorderableFlexState(t0, t1) { - var _ = this; - _._reorderable_flex$_overlayKey = t0; - _.___ReorderableFlexState__listOverlayEntry = $; - _._widget = null; - _._debugLifecycleState = t1; - _._framework$_element = null; - }, - _ReorderableFlexState_initState_closure: function _ReorderableFlexState_initState_closure(t0) { - this.$this = t0; - }, - _ReorderableFlexContent: function _ReorderableFlexContent(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16) { - var _ = this; - _.header = t0; - _.footer = t1; - _.children = t2; - _.direction = t3; - _.scrollDirection = t4; - _.onReorder = t5; - _.onNoReorder = t6; - _.buildItemsContainer = t7; - _.buildDraggableFeedback = t8; - _.scrollController = t9; - _.padding = t10; - _.mainAxisAlignment = t11; - _.needsLongPressDraggable = t12; - _.draggingWidgetOpacity = t13; - _.reorderAnimationDuration = t14; - _.scrollAnimationDuration = t15; - _.key = t16; - }, - _ReorderableFlexContentState: function _ReorderableFlexContentState(t0, t1, t2) { - var _ = this; - _.___ReorderableFlexContentState__scrollController = _.___ReorderableFlexContentState__scrollAnimationDuration = _.___ReorderableFlexContentState__reorderAnimationDuration = $; - _._attachedScrollPosition = null; - _.___ReorderableFlexContentState__ghostController = _.___ReorderableFlexContentState__entranceController = $; - _._draggingWidget = _._reorderable_flex$_dragging = null; - _._draggingFeedbackSize = t0; - _._reorderable_flex$_currentIndex = _._ghostIndex = _._dragStartIndex = -1; - _._reorderable_flex$_nextIndex = 0; - _._scrolling = false; - _.TickerProviderStateMixin__tickers = t1; - _._widget = null; - _._debugLifecycleState = t2; - _._framework$_element = null; - }, - _ReorderableFlexContentState__onEntranceStatusChanged_closure: function _ReorderableFlexContentState__onEntranceStatusChanged_closure(t0) { - this.$this = t0; - }, - _ReorderableFlexContentState__scrollTo_closure: function _ReorderableFlexContentState__scrollTo_closure(t0) { - this.$this = t0; - }, - _ReorderableFlexContentState__scrollTo__closure: function _ReorderableFlexContentState__scrollTo__closure(t0) { - this.$this = t0; - }, - _ReorderableFlexContentState__wrap_onDragStarted: function _ReorderableFlexContentState__wrap_onDragStarted(t0, t1, t2, t3) { - var _ = this; - _.$this = t0; - _.toWrap = t1; - _.index = t2; - _.keyIndexGlobalKey = t3; - }, - _ReorderableFlexContentState__wrap_onDragStarted_closure: function _ReorderableFlexContentState__wrap_onDragStarted_closure(t0, t1, t2, t3) { - var _ = this; - _.$this = t0; - _.toWrap = t1; - _.index = t2; - _.keyIndexGlobalKey = t3; - }, - _ReorderableFlexContentState__wrap__reorder: function _ReorderableFlexContentState__wrap__reorder(t0) { - this.$this = t0; - }, - _ReorderableFlexContentState__wrap_reorder: function _ReorderableFlexContentState__wrap_reorder(t0, t1) { - this.$this = t0; - this._reorder = t1; - }, - _ReorderableFlexContentState__wrap_reorder_closure: function _ReorderableFlexContentState__wrap_reorder_closure(t0, t1, t2) { - this._reorder = t0; - this.startIndex = t1; - this.endIndex = t2; - }, - _ReorderableFlexContentState__wrap_onDragEnded: function _ReorderableFlexContentState__wrap_onDragEnded(t0, t1) { - this.$this = t0; - this._reorder = t1; - }, - _ReorderableFlexContentState__wrap_onDragEnded_closure: function _ReorderableFlexContentState__wrap_onDragEnded_closure(t0, t1) { - this.$this = t0; - this._reorder = t1; - }, - _ReorderableFlexContentState__wrap_wrapWithSemantics: function _ReorderableFlexContentState__wrap_wrapWithSemantics(t0, t1, t2, t3) { - var _ = this; - _.$this = t0; - _.reorder = t1; - _.index = t2; - _.toWrap = t3; - }, - _ReorderableFlexContentState__wrap_wrapWithSemantics_moveToStart: function _ReorderableFlexContentState__wrap_wrapWithSemantics_moveToStart(t0, t1) { - this.reorder = t0; - this.index = t1; - }, - _ReorderableFlexContentState__wrap_wrapWithSemantics_moveToEnd: function _ReorderableFlexContentState__wrap_wrapWithSemantics_moveToEnd(t0, t1, t2) { - this.$this = t0; - this.reorder = t1; - this.index = t2; - }, - _ReorderableFlexContentState__wrap_wrapWithSemantics_moveBefore: function _ReorderableFlexContentState__wrap_wrapWithSemantics_moveBefore(t0, t1) { - this.reorder = t0; - this.index = t1; - }, - _ReorderableFlexContentState__wrap_wrapWithSemantics_moveAfter: function _ReorderableFlexContentState__wrap_wrapWithSemantics_moveAfter(t0, t1) { - this.reorder = t0; - this.index = t1; - }, - _ReorderableFlexContentState__wrap__makeAppearingWidget: function _ReorderableFlexContentState__wrap__makeAppearingWidget(t0) { - this.$this = t0; - }, - _ReorderableFlexContentState__wrap__makeDisappearingWidget: function _ReorderableFlexContentState__wrap__makeDisappearingWidget(t0) { - this.$this = t0; - }, - _ReorderableFlexContentState__wrap_buildDragTarget: function _ReorderableFlexContentState__wrap_buildDragTarget(t0, t1, t2, t3, t4, t5) { - var _ = this; - _.$this = t0; - _.wrapWithSemantics = t1; - _.toWrap = t2; - _.onDragStarted = t3; - _.onDragEnded = t4; - _.index = t5; - }, - _ReorderableFlexContentState__wrap_buildDragTarget_closure: function _ReorderableFlexContentState__wrap_buildDragTarget_closure(t0, t1) { - this.$this = t0; - this.toWrap = t1; - }, - _ReorderableFlexContentState__wrap_buildDragTarget_closure0: function _ReorderableFlexContentState__wrap_buildDragTarget_closure0(t0) { - this.onDragEnded = t0; - }, - _ReorderableFlexContentState__wrap_closure: function _ReorderableFlexContentState__wrap_closure(t0, t1, t2, t3, t4, t5, t6) { - var _ = this; - _.$this = t0; - _.buildDragTarget = t1; - _.toWrap = t2; - _.index = t3; - _.keyIndexGlobalKey = t4; - _._makeAppearingWidget = t5; - _._makeDisappearingWidget = t6; - }, - _ReorderableFlexContentState__wrap__closure: function _ReorderableFlexContentState__wrap__closure(t0, t1, t2, t3) { - var _ = this; - _.$this = t0; - _.toWrap = t1; - _.index = t2; - _.context = t3; - }, - _ReorderableFlexContentState__wrap___closure: function _ReorderableFlexContentState__wrap___closure(t0, t1, t2) { - this.$this = t0; - this.willAccept = t1; - this.index = t2; - }, - _ReorderableFlexContentState__wrap__closure0: function _ReorderableFlexContentState__wrap__closure0() { - }, - _ReorderableFlexContentState__wrap__closure1: function _ReorderableFlexContentState__wrap__closure1() { - }, - __ReorderableFlexContentState_State_TickerProviderStateMixin: function __ReorderableFlexContentState_State_TickerProviderStateMixin() { - }, - __ReorderableFlexContentState_State_TickerProviderStateMixin_ReorderableMixin: function __ReorderableFlexContentState_State_TickerProviderStateMixin_ReorderableMixin() { - }, hashObjects0: function(objects) { var t1 = J.fold$1$2$ax(objects, 0, new A.hashObjects_closure0(), type$.int), hash = t1 + ((t1 & 67108863) << 3) & 536870911; @@ -64938,109 +64748,6 @@ this.nextMiddleware = t1; this.next = t2; }, - RenderTabluarFlex: function RenderTabluarFlex(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17) { - var _ = this; - _._tabluar_flex$_painter = null; - _._tabluar_flex$_decoration = t0; - _._tabluar_flex$_configuration = t1; - _._tabluar_flex$_overflow = 0; - _.layoutCallbackQueue = t2; - _.minMainSizesQueue = t3; - _._maxGrandchildrenCrossSize = t4; - _._flex$_direction = t5; - _._mainAxisAlignment = t6; - _._mainAxisSize = t7; - _._flex$_crossAxisAlignment = t8; - _._flex$_textDirection = t9; - _._flex$_verticalDirection = t10; - _._flex$_textBaseline = t11; - _._overflow = 0; - _._flex$_clipBehavior = t12; - _._flex$_clipRectLayer = null; - _.DebugOverflowIndicatorMixin__indicatorLabel = t13; - _.DebugOverflowIndicatorMixin__overflowReportNeeded = t14; - _.ContainerRenderObjectMixin__childCount = t15; - _.ContainerRenderObjectMixin__firstChild = t16; - _.ContainerRenderObjectMixin__lastChild = t17; - _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; - _._computingThisDryLayout = false; - _._cachedBaselines = _._box$_size = null; - _._debugActivePointers = 0; - _.debugCreator = _.parentData = null; - _._debugDoingThisLayout = _._debugDoingThisResize = false; - _._debugCanParentUseSize = null; - _._debugMutationsLocked = false; - _._needsLayout = true; - _._relayoutBoundary = null; - _._doingThisLayoutWithCallback = false; - _._constraints = null; - _._debugDoingThisPaint = false; - _._layer = null; - _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; - _._needsPaint = true; - _._cachedSemanticsConfiguration = null; - _._needsSemanticsUpdate = true; - _._semantics = null; - _._node$_depth = 0; - _._node$_parent = _._node$_owner = null; - }, - RenderTabluarFlex__getIntrinsicSize_closure: function RenderTabluarFlex__getIntrinsicSize_closure() { - }, - RenderTabluarFlex_computeMinIntrinsicWidth_closure: function RenderTabluarFlex_computeMinIntrinsicWidth_closure() { - }, - RenderTabluarFlex_computeMaxIntrinsicWidth_closure: function RenderTabluarFlex_computeMaxIntrinsicWidth_closure() { - }, - RenderTabluarFlex_computeMinIntrinsicHeight_closure: function RenderTabluarFlex_computeMinIntrinsicHeight_closure() { - }, - RenderTabluarFlex_computeMaxIntrinsicHeight_closure: function RenderTabluarFlex_computeMaxIntrinsicHeight_closure() { - }, - RenderTabluarFlex__findTabluarFlexDescendant_closure: function RenderTabluarFlex__findTabluarFlexDescendant_closure(t0, t1) { - this._box_0 = t0; - this.childrenQueue = t1; - }, - RenderTabluarFlex_performLayout__layoutChild: function RenderTabluarFlex_performLayout__layoutChild(t0, t1, t2) { - this.$this = t0; - this.maxGrandchildrenCrossSize = t1; - this.tabluarFlexDescendants = t2; - }, - RenderTabluarFlex_performLayout__layoutChild__childLayoutCallback: function RenderTabluarFlex_performLayout__layoutChild__childLayoutCallback(t0, t1, t2, t3) { - var _ = this; - _._box_0 = t0; - _.$this = t1; - _.tabluarFlexChild = t2; - _.maxGrandchildrenCrossSize = t3; - }, - RenderTabluarFlex_performLayout__innerConstraints: function RenderTabluarFlex_performLayout__innerConstraints(t0, t1) { - this.$this = t0; - this.minChildrenMainSize = t1; - }, - RenderTabluarFlex_performLayout_closure: function RenderTabluarFlex_performLayout_closure() { - }, - RenderTabluarFlex_performLayout__childLayoutCallback: function RenderTabluarFlex_performLayout__childLayoutCallback(t0) { - this._box_1 = t0; - }, - RenderTabluarFlex_performLayout_closure0: function RenderTabluarFlex_performLayout_closure0(t0) { - this.$this = t0; - }, - TabluarFlex$: function(children, crossAxisAlignment, decoration, direction, key, mainAxisAlignment, mainAxisSize, textBaseline, textDirection, verticalDirection) { - return new X.TabluarFlex(decoration, direction, mainAxisAlignment, mainAxisSize, crossAxisAlignment, textDirection, verticalDirection, textBaseline, children, key); - }, - TabluarFlex: function TabluarFlex(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { - var _ = this; - _.decoration = t0; - _.direction = t1; - _.mainAxisAlignment = t2; - _.mainAxisSize = t3; - _.crossAxisAlignment = t4; - _.textDirection = t5; - _.verticalDirection = t6; - _.textBaseline = t7; - _.children = t8; - _.key = t9; - }, - TabluarRow: function TabluarRow() { - }, SourceSpanWithContext$: function(start, end, text, _context) { var t1 = new X.SourceSpanWithContext(_context, start, end, text); t1.SourceSpanBase$3(start, end, text); @@ -65164,26 +64871,6 @@ }); return P._asyncStartSync($async$HapticFeedback_mediumImpact, $async$completer); }, - HapticFeedback_selectionClick: function() { - var $async$goto = 0, - $async$completer = P._makeAsyncAwaitCompleter(type$.void); - var $async$HapticFeedback_selectionClick = P._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return P._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - $async$goto = 2; - return P._asyncAwait(C.OptionalMethodChannel_0.invokeMethod$1$2("HapticFeedback.vibrate", "HapticFeedbackType.selectionClick", type$.void), $async$HapticFeedback_selectionClick); - case 2: - // returning from await. - // implicit return - return P._asyncReturn(null, $async$completer); - } - }); - return P._asyncStartSync($async$HapticFeedback_selectionClick, $async$completer); - }, KeyboardVisibility__onKeyboardEvent: function(arg) { var t1 = H._asIntS(arg) === 1; $.KeyboardVisibility_isVisible = t1; @@ -74727,38 +74414,6 @@ _._debugLifecycleState = t0; _._framework$_element = null; }, - ReorderableTableRow$: function(children, key, mainAxisAlignment, mainAxisSize) { - return new U.ReorderableTableRow(null, C.Axis_0, mainAxisAlignment, mainAxisSize, C.CrossAxisAlignment_2, null, C.VerticalDirection_1, null, children, key); - }, - ReorderableTableRow: function ReorderableTableRow(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { - var _ = this; - _.decoration = t0; - _.direction = t1; - _.mainAxisAlignment = t2; - _.mainAxisSize = t3; - _.crossAxisAlignment = t4; - _.textDirection = t5; - _.verticalDirection = t6; - _.textBaseline = t7; - _.children = t8; - _.key = t9; - }, - ReorderableTable: function ReorderableTable(t0, t1, t2, t3, t4) { - var _ = this; - _.children = t0; - _.header = t1; - _.onReorder = t2; - _.ignorePrimaryScrollController = t3; - _.key = t4; - }, - ReorderableTable_build_closure: function ReorderableTable_build_closure(t0, t1) { - this.$this = t0; - this.tableKey = t1; - }, - ReorderableTable_build_closure0: function ReorderableTable_build_closure0(t0, t1) { - this.$this = t0; - this.tableKey = t1; - }, BehaviorSubject_BehaviorSubject: function(onCancel, onListen, sync, $T) { var controller = sync ? new P._SyncBroadcastStreamController(onListen, onCancel, $T._eval$1("_SyncBroadcastStreamController<0>")) : new P._AsyncBroadcastStreamController(onListen, onCancel, $T._eval$1("_AsyncBroadcastStreamController<0>")), wrapper = new U._Wrapper(null, $T._eval$1("_Wrapper<0>")), @@ -80139,44 +79794,6 @@ _._dirty = true; _._debugAllowIgnoredCallsToMarkNeedsBuild = _._debugBuiltOnce = _._inDirtyList = false; }, - RenderSizeTransitionWithIntrinsicSize: function RenderSizeTransitionWithIntrinsicSize(t0, t1, t2) { - var _ = this; - _.axis = t0; - _.sizeFactor = t1; - _.RenderObjectWithChildMixin__child = t2; - _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; - _._computingThisDryLayout = false; - _._cachedBaselines = _._box$_size = null; - _._debugActivePointers = 0; - _.debugCreator = _.parentData = null; - _._debugDoingThisLayout = _._debugDoingThisResize = false; - _._debugCanParentUseSize = null; - _._debugMutationsLocked = false; - _._needsLayout = true; - _._relayoutBoundary = null; - _._doingThisLayoutWithCallback = false; - _._constraints = null; - _._debugDoingThisPaint = false; - _._layer = null; - _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; - _._needsPaint = true; - _._cachedSemanticsConfiguration = null; - _._needsSemanticsUpdate = true; - _._semantics = null; - _._node$_depth = 0; - _._node$_parent = _._node$_owner = null; - }, - SizeTransitionWithIntrinsicSize$: function(axis, child, sizeFactor) { - return new K.SizeTransitionWithIntrinsicSize(axis, sizeFactor, K.SizeTransition$(axis, 0, child, sizeFactor), null); - }, - SizeTransitionWithIntrinsicSize: function SizeTransitionWithIntrinsicSize(t0, t1, t2, t3) { - var _ = this; - _.axis = t0; - _.sizeFactor = t1; - _.child = t2; - _.key = t3; - }, SentryLevel: function SentryLevel(t0) { this.name = t0; }, @@ -80815,15 +80432,17 @@ this.$this = t0; }, ReorderableListView$: function(children, onReorder, scrollController) { - return new Z.ReorderableListView(new Z.ReorderableListView_closure(children), children.length, onReorder, scrollController, null); + return new Z.ReorderableListView(new Z.ReorderableListView_closure(children), children.length, onReorder, scrollController, null, false, null); }, - ReorderableListView: function ReorderableListView(t0, t1, t2, t3, t4) { + ReorderableListView: function ReorderableListView(t0, t1, t2, t3, t4, t5, t6) { var _ = this; _.itemBuilder = t0; _.itemCount = t1; _.onReorder = t2; _.scrollController = t3; - _.key = t4; + _.primary = t4; + _.shrinkWrap = t5; + _.key = t6; }, ReorderableListView_closure: function ReorderableListView_closure(t0) { this.children = t0; @@ -83559,128 +83178,19 @@ this.error = t1; this.stackTrace = t2; }, - _mapAvatarsToData: function(avatars, $T) { - var t1 = H._arrayInstanceType(avatars)._eval$1("@<1>")._bind$1($T._eval$1("0?"))._eval$1("MappedListIterable<1,2>"); - return P.List_List$of(new H.MappedListIterable(avatars, new B._mapAvatarsToData_closure($T), t1), true, t1._eval$1("ListIterable.E")); - }, - DragAnchor: function DragAnchor(t0) { - this._drag_target$_name = t0; - }, - Draggable: function Draggable() { - }, - LongPressDraggable: function LongPressDraggable(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16) { - var _ = this; - _.data = t0; - _.axis = t1; - _.child = t2; - _.childWhenDragging = t3; - _.feedback = t4; - _.feedbackOffset = t5; - _.dragAnchor = t6; - _.dragAnchorStrategy = t7; - _.ignoringFeedbackSemantics = t8; - _.maxSimultaneousDrags = t9; - _.onDragStarted = t10; - _.onDragUpdate = t11; - _.onDraggableCanceled = t12; - _.onDragCompleted = t13; - _.onDragEnd = t14; - _.key = t15; - _.$ti = t16; - }, - LongPressDraggable_createRecognizer_closure: function LongPressDraggable_createRecognizer_closure(t0, t1) { - this.$this = t0; - this.onStart = t1; - }, - _DraggableState: function _DraggableState(t0, t1) { - var _ = this; - _._drag_target$_recognizer = null; - _._activeCount = 0; - _._widget = null; - _._debugLifecycleState = t0; - _._framework$_element = null; - _.$ti = t1; - }, - _DraggableState__startDrag_closure: function _DraggableState__startDrag_closure(t0) { - this.$this = t0; - }, - _DraggableState__startDrag_closure0: function _DraggableState__startDrag_closure0(t0) { - this.$this = t0; - }, - _DraggableState__startDrag_closure1: function _DraggableState__startDrag_closure1(t0) { - this.$this = t0; - }, - _DraggableState__startDrag__closure: function _DraggableState__startDrag__closure(t0) { - this.$this = t0; - }, - DragTarget: function DragTarget(t0, t1, t2, t3, t4, t5) { - var _ = this; - _.builder = t0; - _.onWillAccept = t1; - _.onAccept = t2; - _.onLeave = t3; - _.key = t4; - _.$ti = t5; - }, - _mapAvatarsToData_closure: function _mapAvatarsToData_closure(t0) { - this.T = t0; - }, - _DragTargetState: function _DragTargetState(t0, t1, t2, t3) { - var _ = this; - _._candidateAvatars = t0; - _._rejectedAvatars = t1; - _._widget = null; - _._debugLifecycleState = t2; - _._framework$_element = null; - _.$ti = t3; - }, - _DragTargetState_didEnter_closure: function _DragTargetState_didEnter_closure(t0, t1) { - this.$this = t0; - this.avatar = t1; - }, - _DragTargetState_didEnter_closure0: function _DragTargetState_didEnter_closure0(t0, t1) { - this.$this = t0; - this.avatar = t1; - }, - _DragTargetState_didLeave_closure: function _DragTargetState_didLeave_closure(t0, t1) { - this.$this = t0; - this.avatar = t1; - }, - _DragTargetState_didDrop_closure: function _DragTargetState_didDrop_closure(t0, t1) { - this.$this = t0; - this.avatar = t1; - }, - _DragEndKind: function _DragEndKind(t0) { - this._drag_target$_name = t0; - }, - _DragAvatar: function _DragAvatar(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { - var _ = this; - _.data = t0; - _.axis = t1; - _.dragStartPoint = t2; - _.feedback = t3; - _.feedbackOffset = t4; - _.onDragUpdate = t5; - _.onDragEnd = t6; - _.overlayState = t7; - _.ignoringFeedbackSemantics = t8; - _._activeTarget = null; - _._enteredTargets = t9; - _._drag_target$_position = t10; - _._drag_target$_entry = _._drag_target$_lastOffset = null; - _.$ti = t11; - }, - _DragAvatar_updateDrag_closure: function _DragAvatar_updateDrag_closure(t0) { - this.$this = t0; - }, - _DragAvatar_updateDrag_closure0: function _DragAvatar_updateDrag_closure0() { - }, CustomScrollView$: function(anchor, cacheExtent, clipBehavior, controller, dragStartBehavior, keyboardDismissBehavior, physics, primary, restorationId, reverse, scrollDirection, shrinkWrap, slivers) { - var _null = null, - t1 = controller == null && scrollDirection === C.Axis_1, + var t2, _null = null, + t1 = primary == null; + if (t1) t2 = controller == null && scrollDirection === C.Axis_1; - t2 = t2 ? C.AlwaysScrollableScrollPhysics_null : _null; - return new B.CustomScrollView(slivers, scrollDirection, false, controller, t1, t2, _null, false, _null, anchor, cacheExtent, _null, dragStartBehavior, keyboardDismissBehavior, restorationId, clipBehavior, _null); + else + t2 = primary; + if (primary !== true) + t1 = t1 && controller == null && scrollDirection === C.Axis_1; + else + t1 = true; + t1 = t1 ? C.AlwaysScrollableScrollPhysics_null : _null; + return new B.CustomScrollView(slivers, scrollDirection, false, controller, t2, t1, _null, shrinkWrap, _null, anchor, cacheExtent, _null, dragStartBehavior, keyboardDismissBehavior, restorationId, clipBehavior, _null); }, ListView$: function(children, controller, padding, primary, reverse, scrollDirection, shrinkWrap) { var t4, _null = null, @@ -96248,34 +95758,6 @@ _._node$_depth = 0; _._node$_parent = _._node$_owner = null; }, - RenderMetaData: function RenderMetaData(t0, t1, t2) { - var _ = this; - _.metaData = t0; - _.behavior = t1; - _.RenderObjectWithChildMixin__child = t2; - _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; - _._computingThisDryLayout = false; - _._cachedBaselines = _._box$_size = null; - _._debugActivePointers = 0; - _.debugCreator = _.parentData = null; - _._debugDoingThisLayout = _._debugDoingThisResize = false; - _._debugCanParentUseSize = null; - _._debugMutationsLocked = false; - _._needsLayout = true; - _._relayoutBoundary = null; - _._doingThisLayoutWithCallback = false; - _._constraints = null; - _._debugDoingThisPaint = false; - _._layer = null; - _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; - _._needsPaint = true; - _._cachedSemanticsConfiguration = null; - _._needsSemanticsUpdate = true; - _._semantics = null; - _._node$_depth = 0; - _._node$_parent = _._node$_owner = null; - }, RenderSemanticsGestureHandler: function RenderSemanticsGestureHandler(t0, t1) { var _ = this; _._onVerticalDragUpdate = _._onHorizontalDragUpdate = _._onLongPress = _._onTap = _._validActions = null; @@ -100502,24 +99984,49 @@ }, _InvoiceEditItemsDesktopState_build_closure3: function _InvoiceEditItemsDesktopState_build_closure3() { }, - _InvoiceEditItemsDesktopState_build_closure4: function _InvoiceEditItemsDesktopState_build_closure4() { + _InvoiceEditItemsDesktopState_build_closure4: function _InvoiceEditItemsDesktopState_build_closure4(t0) { + this.$this = t0; }, - _InvoiceEditItemsDesktopState_build_closure5: function _InvoiceEditItemsDesktopState_build_closure5(t0) { + _InvoiceEditItemsDesktopState_build__closure15: function _InvoiceEditItemsDesktopState_build__closure15(t0) { + this.$this = t0; + }, + _InvoiceEditItemsDesktopState_build_closure5: function _InvoiceEditItemsDesktopState_build_closure5(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12) { + var _ = this; + _.$this = t0; + _.filteredLineItems = t1; + _.lineItems = t2; + _.company = t3; + _.customField1 = t4; + _.customField2 = t5; + _.customField3 = t6; + _.customField4 = t7; + _.hasTax1 = t8; + _.hasTax2 = t9; + _.hasTax3 = t10; + _.invoice = t11; + _.precision = t12; + }, + _InvoiceEditItemsDesktopState_build_closure6: function _InvoiceEditItemsDesktopState_build_closure6(t0, t1) { + this.filteredLineItems = t0; + this.viewModel = t1; + }, + _InvoiceEditItemsDesktopState_build_closure7: function _InvoiceEditItemsDesktopState_build_closure7() { + }, + _InvoiceEditItemsDesktopState_build_closure8: function _InvoiceEditItemsDesktopState_build_closure8() { + }, + _InvoiceEditItemsDesktopState_build_closure9: function _InvoiceEditItemsDesktopState_build_closure9(t0) { this.$this = t0; }, _InvoiceEditItemsDesktopState_build__closure14: function _InvoiceEditItemsDesktopState_build__closure14(t0) { this.$this = t0; }, - _InvoiceEditItemsDesktopState_build_closure6: function _InvoiceEditItemsDesktopState_build_closure6(t0) { - this.viewModel = t0; - }, - _InvoiceEditItemsDesktopState_build_closure12: function _InvoiceEditItemsDesktopState_build_closure12(t0, t1) { + _InvoiceEditItemsDesktopState_build_closure15: function _InvoiceEditItemsDesktopState_build_closure15(t0, t1) { this.$this = t0; this.index = t1; }, - _InvoiceEditItemsDesktopState_build_closure8: function _InvoiceEditItemsDesktopState_build_closure8() { + _InvoiceEditItemsDesktopState_build_closure11: function _InvoiceEditItemsDesktopState_build_closure11() { }, - _InvoiceEditItemsDesktopState_build_closure10: function _InvoiceEditItemsDesktopState_build_closure10(t0, t1) { + _InvoiceEditItemsDesktopState_build_closure13: function _InvoiceEditItemsDesktopState_build_closure13(t0, t1) { this.productIds = t0; this.productState = t1; }, @@ -100527,7 +100034,7 @@ this.productState = t0; this.pattern = t1; }, - _InvoiceEditItemsDesktopState_build_closure7: function _InvoiceEditItemsDesktopState_build_closure7(t0, t1, t2, t3, t4, t5, t6) { + _InvoiceEditItemsDesktopState_build_closure10: function _InvoiceEditItemsDesktopState_build_closure10(t0, t1, t2, t3, t4, t5, t6) { var _ = this; _.$this = t0; _.productState = t1; @@ -100555,7 +100062,7 @@ _.item = t2; _.company = t3; }, - _InvoiceEditItemsDesktopState_build_closure9: function _InvoiceEditItemsDesktopState_build_closure9(t0, t1, t2, t3, t4, t5, t6) { + _InvoiceEditItemsDesktopState_build_closure12: function _InvoiceEditItemsDesktopState_build_closure12(t0, t1, t2, t3, t4, t5, t6) { var _ = this; _.$this = t0; _.lineItems = t1; @@ -100565,7 +100072,7 @@ _.invoice = t5; _.company = t6; }, - _InvoiceEditItemsDesktopState_build_closure11: function _InvoiceEditItemsDesktopState_build_closure11(t0, t1, t2) { + _InvoiceEditItemsDesktopState_build_closure14: function _InvoiceEditItemsDesktopState_build_closure14(t0, t1, t2) { this.$this = t0; this.lineItems = t1; this.index = t2; @@ -100573,10 +100080,10 @@ _InvoiceEditItemsDesktopState_build__closure11: function _InvoiceEditItemsDesktopState_build__closure11(t0) { this.value = t0; }, - _InvoiceEditItemsDesktopState_build_closure14: function _InvoiceEditItemsDesktopState_build_closure14(t0) { + _InvoiceEditItemsDesktopState_build_closure17: function _InvoiceEditItemsDesktopState_build_closure17(t0) { this.$this = t0; }, - _InvoiceEditItemsDesktopState_build_closure13: function _InvoiceEditItemsDesktopState_build_closure13(t0, t1, t2) { + _InvoiceEditItemsDesktopState_build_closure16: function _InvoiceEditItemsDesktopState_build_closure16(t0, t1, t2) { this.$this = t0; this.lineItems = t1; this.index = t2; @@ -100584,10 +100091,10 @@ _InvoiceEditItemsDesktopState_build__closure10: function _InvoiceEditItemsDesktopState_build__closure10(t0) { this.value = t0; }, - _InvoiceEditItemsDesktopState_build_closure16: function _InvoiceEditItemsDesktopState_build_closure16(t0) { + _InvoiceEditItemsDesktopState_build_closure19: function _InvoiceEditItemsDesktopState_build_closure19(t0) { this.$this = t0; }, - _InvoiceEditItemsDesktopState_build_closure15: function _InvoiceEditItemsDesktopState_build_closure15(t0, t1, t2) { + _InvoiceEditItemsDesktopState_build_closure18: function _InvoiceEditItemsDesktopState_build_closure18(t0, t1, t2) { this.$this = t0; this.lineItems = t1; this.index = t2; @@ -100595,10 +100102,10 @@ _InvoiceEditItemsDesktopState_build__closure9: function _InvoiceEditItemsDesktopState_build__closure9(t0) { this.value = t0; }, - _InvoiceEditItemsDesktopState_build_closure18: function _InvoiceEditItemsDesktopState_build_closure18(t0) { + _InvoiceEditItemsDesktopState_build_closure21: function _InvoiceEditItemsDesktopState_build_closure21(t0) { this.$this = t0; }, - _InvoiceEditItemsDesktopState_build_closure17: function _InvoiceEditItemsDesktopState_build_closure17(t0, t1, t2) { + _InvoiceEditItemsDesktopState_build_closure20: function _InvoiceEditItemsDesktopState_build_closure20(t0, t1, t2) { this.$this = t0; this.lineItems = t1; this.index = t2; @@ -100606,10 +100113,10 @@ _InvoiceEditItemsDesktopState_build__closure8: function _InvoiceEditItemsDesktopState_build__closure8(t0) { this.value = t0; }, - _InvoiceEditItemsDesktopState_build_closure20: function _InvoiceEditItemsDesktopState_build_closure20(t0) { + _InvoiceEditItemsDesktopState_build_closure23: function _InvoiceEditItemsDesktopState_build_closure23(t0) { this.$this = t0; }, - _InvoiceEditItemsDesktopState_build_closure19: function _InvoiceEditItemsDesktopState_build_closure19(t0, t1, t2) { + _InvoiceEditItemsDesktopState_build_closure22: function _InvoiceEditItemsDesktopState_build_closure22(t0, t1, t2) { this.$this = t0; this.lineItems = t1; this.index = t2; @@ -100617,10 +100124,10 @@ _InvoiceEditItemsDesktopState_build__closure7: function _InvoiceEditItemsDesktopState_build__closure7(t0) { this.value = t0; }, - _InvoiceEditItemsDesktopState_build_closure22: function _InvoiceEditItemsDesktopState_build_closure22(t0) { + _InvoiceEditItemsDesktopState_build_closure25: function _InvoiceEditItemsDesktopState_build_closure25(t0) { this.$this = t0; }, - _InvoiceEditItemsDesktopState_build_closure21: function _InvoiceEditItemsDesktopState_build_closure21(t0, t1, t2) { + _InvoiceEditItemsDesktopState_build_closure24: function _InvoiceEditItemsDesktopState_build_closure24(t0, t1, t2) { this.$this = t0; this.lineItems = t1; this.index = t2; @@ -100628,10 +100135,10 @@ _InvoiceEditItemsDesktopState_build__closure6: function _InvoiceEditItemsDesktopState_build__closure6(t0) { this.value = t0; }, - _InvoiceEditItemsDesktopState_build_closure24: function _InvoiceEditItemsDesktopState_build_closure24(t0) { + _InvoiceEditItemsDesktopState_build_closure27: function _InvoiceEditItemsDesktopState_build_closure27(t0) { this.$this = t0; }, - _InvoiceEditItemsDesktopState_build_closure23: function _InvoiceEditItemsDesktopState_build_closure23(t0, t1, t2) { + _InvoiceEditItemsDesktopState_build_closure26: function _InvoiceEditItemsDesktopState_build_closure26(t0, t1, t2) { this.$this = t0; this.lineItems = t1; this.index = t2; @@ -100639,10 +100146,10 @@ _InvoiceEditItemsDesktopState_build__closure5: function _InvoiceEditItemsDesktopState_build__closure5(t0) { this.taxRate = t0; }, - _InvoiceEditItemsDesktopState_build_closure26: function _InvoiceEditItemsDesktopState_build_closure26(t0) { + _InvoiceEditItemsDesktopState_build_closure29: function _InvoiceEditItemsDesktopState_build_closure29(t0) { this.$this = t0; }, - _InvoiceEditItemsDesktopState_build_closure25: function _InvoiceEditItemsDesktopState_build_closure25(t0, t1, t2) { + _InvoiceEditItemsDesktopState_build_closure28: function _InvoiceEditItemsDesktopState_build_closure28(t0, t1, t2) { this.$this = t0; this.lineItems = t1; this.index = t2; @@ -100650,10 +100157,10 @@ _InvoiceEditItemsDesktopState_build__closure4: function _InvoiceEditItemsDesktopState_build__closure4(t0) { this.taxRate = t0; }, - _InvoiceEditItemsDesktopState_build_closure28: function _InvoiceEditItemsDesktopState_build_closure28(t0) { + _InvoiceEditItemsDesktopState_build_closure31: function _InvoiceEditItemsDesktopState_build_closure31(t0) { this.$this = t0; }, - _InvoiceEditItemsDesktopState_build_closure27: function _InvoiceEditItemsDesktopState_build_closure27(t0, t1, t2) { + _InvoiceEditItemsDesktopState_build_closure30: function _InvoiceEditItemsDesktopState_build_closure30(t0, t1, t2) { this.$this = t0; this.lineItems = t1; this.index = t2; @@ -100661,10 +100168,10 @@ _InvoiceEditItemsDesktopState_build__closure3: function _InvoiceEditItemsDesktopState_build__closure3(t0) { this.taxRate = t0; }, - _InvoiceEditItemsDesktopState_build_closure30: function _InvoiceEditItemsDesktopState_build_closure30(t0) { + _InvoiceEditItemsDesktopState_build_closure33: function _InvoiceEditItemsDesktopState_build_closure33(t0) { this.$this = t0; }, - _InvoiceEditItemsDesktopState_build_closure29: function _InvoiceEditItemsDesktopState_build_closure29(t0, t1, t2) { + _InvoiceEditItemsDesktopState_build_closure32: function _InvoiceEditItemsDesktopState_build_closure32(t0, t1, t2) { this.$this = t0; this.lineItems = t1; this.index = t2; @@ -100672,10 +100179,10 @@ _InvoiceEditItemsDesktopState_build__closure2: function _InvoiceEditItemsDesktopState_build__closure2(t0) { this.value = t0; }, - _InvoiceEditItemsDesktopState_build_closure32: function _InvoiceEditItemsDesktopState_build_closure32(t0) { + _InvoiceEditItemsDesktopState_build_closure35: function _InvoiceEditItemsDesktopState_build_closure35(t0) { this.$this = t0; }, - _InvoiceEditItemsDesktopState_build_closure31: function _InvoiceEditItemsDesktopState_build_closure31(t0, t1, t2) { + _InvoiceEditItemsDesktopState_build_closure34: function _InvoiceEditItemsDesktopState_build_closure34(t0, t1, t2) { this.$this = t0; this.lineItems = t1; this.index = t2; @@ -100683,10 +100190,10 @@ _InvoiceEditItemsDesktopState_build__closure1: function _InvoiceEditItemsDesktopState_build__closure1(t0) { this.value = t0; }, - _InvoiceEditItemsDesktopState_build_closure34: function _InvoiceEditItemsDesktopState_build_closure34(t0) { + _InvoiceEditItemsDesktopState_build_closure37: function _InvoiceEditItemsDesktopState_build_closure37(t0) { this.$this = t0; }, - _InvoiceEditItemsDesktopState_build_closure33: function _InvoiceEditItemsDesktopState_build_closure33(t0, t1, t2) { + _InvoiceEditItemsDesktopState_build_closure36: function _InvoiceEditItemsDesktopState_build_closure36(t0, t1, t2) { this.$this = t0; this.lineItems = t1; this.index = t2; @@ -100694,7 +100201,7 @@ _InvoiceEditItemsDesktopState_build__closure0: function _InvoiceEditItemsDesktopState_build__closure0(t0) { this.value = t0; }, - _InvoiceEditItemsDesktopState_build_closure35: function _InvoiceEditItemsDesktopState_build_closure35(t0, t1, t2, t3) { + _InvoiceEditItemsDesktopState_build_closure38: function _InvoiceEditItemsDesktopState_build_closure38(t0, t1, t2, t3) { var _ = this; _.includedLineItems = t0; _.lineItems = t1; @@ -100704,7 +100211,7 @@ _InvoiceEditItemsDesktopState_build__closure: function _InvoiceEditItemsDesktopState_build__closure(t0) { this.options = t0; }, - _InvoiceEditItemsDesktopState_build_closure36: function _InvoiceEditItemsDesktopState_build_closure36(t0, t1, t2, t3, t4) { + _InvoiceEditItemsDesktopState_build_closure39: function _InvoiceEditItemsDesktopState_build_closure39(t0, t1, t2, t3, t4) { var _ = this; _.$this = t0; _.localization = t1; @@ -101475,8 +100982,6 @@ _.semanticsLabel = t4; _.key = t5; }, - ReorderableMixin: function ReorderableMixin() { - }, SharedPreferencesStorePlatform_instance: function(value) { var exception; try { @@ -102001,14 +101506,6 @@ }, Drag: function Drag() { }, - ImmediateMultiDragGestureRecognizer$: function(debugOwner) { - var t1 = type$.int; - return new V.ImmediateMultiDragGestureRecognizer(P.LinkedHashMap_LinkedHashMap$_empty(t1, type$._ImmediatePointerState), debugOwner, null, P.LinkedHashMap_LinkedHashMap$_empty(t1, type$.PointerDeviceKind)); - }, - DelayedMultiDragGestureRecognizer$: function(debugOwner, delay) { - var t1 = type$.int; - return new V.DelayedMultiDragGestureRecognizer(delay, P.LinkedHashMap_LinkedHashMap$_empty(t1, type$._DelayedPointerState), debugOwner, null, P.LinkedHashMap_LinkedHashMap$_empty(t1, type$.PointerDeviceKind)); - }, MultiDragPointerState: function MultiDragPointerState() { }, MultiDragGestureRecognizer: function MultiDragGestureRecognizer() { @@ -102038,40 +101535,6 @@ _._kindFilter = t2; _._pointerToKind = t3; }, - _HorizontalPointerState: function _HorizontalPointerState(t0, t1, t2, t3) { - var _ = this; - _.initialPosition = t0; - _._multidrag$_velocityTracker = t1; - _.kind = t2; - _._multidrag$_client = null; - _._pendingDelta = t3; - _._arenaEntry = _._multidrag$_lastPendingEventTimestamp = null; - }, - HorizontalMultiDragGestureRecognizer: function HorizontalMultiDragGestureRecognizer(t0, t1, t2, t3) { - var _ = this; - _.onStart = null; - _._multidrag$_pointers = t0; - _.debugOwner = t1; - _._kindFilter = t2; - _._pointerToKind = t3; - }, - _VerticalPointerState: function _VerticalPointerState(t0, t1, t2, t3) { - var _ = this; - _.initialPosition = t0; - _._multidrag$_velocityTracker = t1; - _.kind = t2; - _._multidrag$_client = null; - _._pendingDelta = t3; - _._arenaEntry = _._multidrag$_lastPendingEventTimestamp = null; - }, - VerticalMultiDragGestureRecognizer: function VerticalMultiDragGestureRecognizer(t0, t1, t2, t3) { - var _ = this; - _.onStart = null; - _._multidrag$_pointers = t0; - _.debugOwner = t1; - _._kindFilter = t2; - _._pointerToKind = t3; - }, _DelayedPointerState: function _DelayedPointerState(t0, t1, t2, t3) { var _ = this; _._starter = _._multidrag$_timer = null; @@ -102082,14 +101545,13 @@ _._pendingDelta = t3; _._arenaEntry = _._multidrag$_lastPendingEventTimestamp = null; }, - DelayedMultiDragGestureRecognizer: function DelayedMultiDragGestureRecognizer(t0, t1, t2, t3, t4) { + DelayedMultiDragGestureRecognizer: function DelayedMultiDragGestureRecognizer(t0, t1, t2, t3) { var _ = this; - _.delay = t0; _.onStart = null; - _._multidrag$_pointers = t1; - _.debugOwner = t2; - _._kindFilter = t3; - _._pointerToKind = t4; + _._multidrag$_pointers = t0; + _.debugOwner = t1; + _._kindFilter = t2; + _._pointerToKind = t3; }, _CombiningGestureArenaEntry: function _CombiningGestureArenaEntry(t0, t1) { this._combiner = t0; @@ -104736,105 +104198,6 @@ InputTooLongException: function InputTooLongException(t0) { this.message = t0; }, - PassthroughOverlayEntry: function PassthroughOverlayEntry(t0, t1, t2) { - var _ = this; - _.builder = t0; - _._passthrough_overlay$_opaque = t1; - _._passthrough_overlay$_overlay = null; - _._passthrough_overlay$_key = t2; - }, - PassthroughOverlayEntry_remove_closure: function PassthroughOverlayEntry_remove_closure(t0, t1) { - this.$this = t0; - this.overlay = t1; - }, - _OverlayEntry: function _OverlayEntry(t0, t1) { - this.entry = t0; - this.key = t1; - }, - _OverlayEntryState: function _OverlayEntryState(t0) { - this._widget = null; - this._debugLifecycleState = t0; - this._framework$_element = null; - }, - PassthroughOverlay: function PassthroughOverlay(t0, t1) { - this.initialEntries = t0; - this.key = t1; - }, - PassthroughOverlayState: function PassthroughOverlayState(t0, t1, t2) { - var _ = this; - _._passthrough_overlay$_entries = t0; - _.TickerProviderStateMixin__tickers = t1; - _._widget = null; - _._debugLifecycleState = t2; - _._framework$_element = null; - }, - PassthroughOverlayState_insertAll_closure: function PassthroughOverlayState_insertAll_closure(t0, t1, t2) { - this.$this = t0; - this.above = t1; - this.entries = t2; - }, - PassthroughOverlayState__remove_closure: function PassthroughOverlayState__remove_closure() { - }, - _Theatre0: function _Theatre0(t0, t1, t2) { - this.onstage = t0; - this.offstage = t1; - this.key = t2; - }, - _TheatreElement0: function _TheatreElement0(t0, t1, t2, t3, t4) { - var _ = this; - _._onstage = null; - _.___TheatreElement__offstage = $; - _._forgottenOffstageChildren = t0; - _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = null; - _._cachedHash = t1; - _._slot = null; - _.__Element__depth = $; - _._widget = t2; - _._owner = null; - _._lifecycleState = t3; - _._debugForgottenChildrenWithGlobalKey = t4; - _._dependencies = _._inheritedWidgets = null; - _._hadUnsatisfiedDependencies = false; - _._dirty = true; - _._debugAllowIgnoredCallsToMarkNeedsBuild = _._debugBuiltOnce = _._inDirtyList = false; - }, - _RenderTheatre0: function _RenderTheatre0(t0, t1, t2, t3) { - var _ = this; - _.ContainerRenderObjectMixin__childCount = t0; - _.ContainerRenderObjectMixin__firstChild = t1; - _.ContainerRenderObjectMixin__lastChild = t2; - _.RenderObjectWithChildMixin__child = t3; - _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; - _._computingThisDryLayout = false; - _._cachedBaselines = _._box$_size = null; - _._debugActivePointers = 0; - _.debugCreator = _.parentData = null; - _._debugDoingThisLayout = _._debugDoingThisResize = false; - _._debugCanParentUseSize = null; - _._debugMutationsLocked = false; - _._needsLayout = true; - _._relayoutBoundary = null; - _._doingThisLayoutWithCallback = false; - _._constraints = null; - _._debugDoingThisPaint = false; - _._layer = null; - _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing = $; - _._needsPaint = true; - _._cachedSemanticsConfiguration = null; - _._needsSemanticsUpdate = true; - _._semantics = null; - _._node$_depth = 0; - _._node$_parent = _._node$_owner = null; - }, - _PassthroughOverlayState_State_TickerProviderStateMixin: function _PassthroughOverlayState_State_TickerProviderStateMixin() { - }, - __RenderTheatre_RenderBox_RenderObjectWithChildMixin: function __RenderTheatre_RenderBox_RenderObjectWithChildMixin() { - }, - __RenderTheatre_RenderBox_RenderObjectWithChildMixin_RenderProxyBoxMixin: function __RenderTheatre_RenderBox_RenderObjectWithChildMixin_RenderProxyBoxMixin() { - }, - __RenderTheatre_RenderBox_RenderObjectWithChildMixin_RenderProxyBoxMixin_ContainerRenderObjectMixin: function __RenderTheatre_RenderBox_RenderObjectWithChildMixin_RenderProxyBoxMixin_ContainerRenderObjectMixin() { - }, SharedPreferences__store: function() { if ($.SharedPreferences__manualDartRegistrationNeeded) $.SharedPreferences__manualDartRegistrationNeeded = false; @@ -110013,7 +109376,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 608 + $signature: 497 }; H.initializeEngine_closure0.prototype = { call$0: function() { @@ -110042,7 +109405,7 @@ if (t2 != null) H.invoke(t2, t1._onDrawFrameZone); }, - $signature: 704 + $signature: 725 }; H._addUrlStrategyListener_closure.prototype = { call$1: function(jsStrategy) { @@ -110050,7 +109413,7 @@ $._isUrlStrategySet = true; $._customUrlStrategy = t1; }, - $signature: 984 + $signature: 1445 }; H._addUrlStrategyListener_closure0.prototype = { call$0: function() { @@ -110213,7 +109576,7 @@ call$1: function(e) { return J.$eq$(J.get$name$x(e), "assetBase"); }, - $signature: 111 + $signature: 102 }; H.AssetManager__baseUrl_closure0.prototype = { call$0: function() { @@ -112173,7 +111536,7 @@ if (!J.isDeleted$0$x(deletable)) this.$this.collect$1(deletable); }, - $signature: 776 + $signature: 1573 }; H.ProductionCollector_collect_closure.prototype = { call$0: function() { @@ -112753,13 +112116,13 @@ call$0: function() { return P.LinkedHashSet_LinkedHashSet$_empty(type$.String); }, - $signature: 405 + $signature: 427 }; H.HtmlViewEmbedder__applyMutators_closure0.prototype = { call$0: function() { return P.LinkedHashSet_LinkedHashSet$_empty(type$.String); }, - $signature: 405 + $signature: 427 }; H.OverlayCache.prototype = { reserveOverlay$0: function() { @@ -112862,13 +112225,13 @@ call$0: function() { return H.setRuntimeTypeInfo([], type$.JSArray_CodeunitRange); }, - $signature: 658 + $signature: 723 }; H.FontFallbackData_registerFallbackFont_closure.prototype = { call$0: function() { return 0; }, - $signature: 217 + $signature: 218 }; H.findFontsForMissingCodeunits_closure.prototype = { call$1: function(u) { @@ -112880,7 +112243,7 @@ call$0: function() { return H.setRuntimeTypeInfo([], type$.JSArray_CodeunitRange); }, - $signature: 658 + $signature: 723 }; H._registerSymbolsAndEmoji_extractUrlFromCss.prototype = { call$1: function(css) { @@ -112899,13 +112262,13 @@ $.$get$printWarning().call$1("Unable to determine URL for Noto font"); return null; }, - $signature: 3111 + $signature: 2423 }; H.findMinimumFontsForCodeUnits_closure.prototype = { call$1: function(font) { return C.JSArray_methods.contains$1($.$get$_cjkFonts(), font); }, - $signature: 3087 + $signature: 1023 }; H.findMinimumFontsForCodeUnits_closure0.prototype = { call$1: function(codeUnit) { @@ -113182,25 +112545,25 @@ call$1: function(fetchResult) { return J.then$1$1$x(J.arrayBuffer$0$x(fetchResult), new H.NotoDownloader_downloadAsBytes__closure(), type$.ByteBuffer); }, - $signature: 2480 + $signature: 1507 }; H.NotoDownloader_downloadAsBytes__closure.prototype = { call$1: function(x) { return type$.ByteBuffer._as(x); }, - $signature: 601 + $signature: 721 }; H.NotoDownloader_downloadAsString_closure.prototype = { call$1: function(response) { return J.then$1$1$x(J.text$0$x(response), new H.NotoDownloader_downloadAsString__closure(), type$.String); }, - $signature: 2282 + $signature: 1613 }; H.NotoDownloader_downloadAsString__closure.prototype = { call$1: function(x) { return H._asStringS(x); }, - $signature: 2258 + $signature: 1996 }; H.SkiaFontCollection.prototype = { ensureFontsLoaded$0: function() { @@ -113456,19 +112819,19 @@ call$0: function() { return H.setRuntimeTypeInfo([], type$.JSArray_SkTypeface); }, - $signature: 466 + $signature: 718 }; H.SkiaFontCollection_ensureFontsLoaded_closure0.prototype = { call$0: function() { return H.setRuntimeTypeInfo([], type$.JSArray_SkTypeface); }, - $signature: 466 + $signature: 718 }; H.SkiaFontCollection__getArrayBuffer_closure.prototype = { call$1: function(x) { return type$.ByteBuffer._as(x); }, - $signature: 601 + $signature: 721 }; H._RegisteredFont.prototype = {}; H.ImageCodecException.prototype = { @@ -113481,7 +112844,7 @@ call$0: function() { return new XMLHttpRequest(); }, - $signature: 1285 + $signature: 2427 }; H.skiaInstantiateWebImageCodec_closure.prototype = { call$1: function($event) { @@ -113492,13 +112855,13 @@ t2.toString; this.chunkCallback.call$2(t1, t2); }, - $signature: 179 + $signature: 165 }; H.skiaInstantiateWebImageCodec_closure0.prototype = { call$1: function($event) { this.completer.completeError$1(new H.ImageCodecException(string$.Failed + H.S(this.url) + "\nTrying to load an image from another domain? Find answers at:\nhttps://flutter.dev/docs/development/platform-integration/web-images")); }, - $signature: 179 + $signature: 165 }; H.skiaInstantiateWebImageCodec_closure1.prototype = { call$1: function($event) { @@ -113522,7 +112885,7 @@ _this.completer.completeError$2(error, stackTrace); } }, - $signature: 179 + $signature: 165 }; H.CkAnimatedImage.prototype = { createDefault$0: function() { @@ -113648,7 +113011,7 @@ t4 = this.originalWidth; return J.MakeImage$3$x(t2, {width: t4, height: this.originalHeight, alphaType: t1, colorSpace: self.window.flutterCanvasKit.ColorSpace.SRGB, colorType: t3}, J.asUint8List$0$x(J.get$buffer$x(this.originalBytes)), 4 * t4); }, - $signature: 1054 + $signature: 1122 }; H.AnimatedImageFrameInfo.prototype = { get$duration: function(_) { @@ -113663,21 +113026,21 @@ call$1: function(t1) { return this._box_0._loadSubscription = t1; }, - $signature: 628 + $signature: 717 }; H.initializeCanvasKit__loadSubscription_get.prototype = { call$0: function() { var t1 = this._box_0._loadSubscription; return t1 === $ ? H.throwExpression(H.LateError$localNI("loadSubscription")) : t1; }, - $signature: 631 + $signature: 714 }; H.initializeCanvasKit_closure.prototype = { call$1: function(_) { J.cancel$0$z(this._loadSubscription_get.call$0()); J.then$1$x(self.window.CanvasKitInit({locateFile: P.allowInterop(new H.initializeCanvasKit__closure())}), P.allowInterop(new H.initializeCanvasKit__closure0(this.canvasKitCompleter))); }, - $signature: 68 + $signature: 72 }; H.initializeCanvasKit__closure.prototype = { call$2: function(file, unusedBase) { @@ -113685,7 +113048,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 659 + $signature: 708 }; H.initializeCanvasKit__closure0.prototype = { call$1: function(ck) { @@ -113693,7 +113056,7 @@ self.window.flutterCanvasKit = ck === $ ? H.throwExpression(H.LateError$fieldNI("canvasKit")) : ck; this.canvasKitCompleter.complete$0(0); }, - $signature: 969 + $signature: 1640 }; H.IntervalTree.prototype = {}; H.IntervalTree_IntervalTree$createFromRanges_closure.prototype = { @@ -114850,7 +114213,7 @@ J.flush$0$x(t1.__engine$_surface.__engine$_surface); return true; }, - $signature: 959 + $signature: 1743 }; H.Surface__createNewSurface_closure.prototype = { call$1: function($event) { @@ -114862,7 +114225,7 @@ t1.stopPropagation$0($event); t1.preventDefault$0($event); }, - $signature: 64 + $signature: 63 }; H.CkSurface.prototype = { dispose$0: function(_) { @@ -115000,7 +114363,7 @@ t1 = $.__canvasKit; return J.TextStyle$1$x(t1 === $ ? H.throwExpression(H.LateError$fieldNI(_s9_)) : t1, properties); }, - $signature: 955 + $signature: 2019 }; H.CkParagraph.prototype = { createDefault$0: function() { @@ -115383,7 +114746,7 @@ call$1: function(x) { return !x; }, - $signature: 935 + $signature: 2022 }; H.CkParagraphBuilder__checkIfGlobalFallbacksSupport_closure.prototype = { call$1: function(codeUnit) { @@ -115411,7 +114774,7 @@ call$1: function(font) { return this.fontFamily == font; }, - $signature: 80 + $signature: 77 }; H.CanvasKitError.prototype = { toString$0: function(_) { @@ -115440,7 +114803,7 @@ this._box_0.errorEnvelopeEncoded = true; } }, - $signature: 458 + $signature: 432 }; H.ClipboardMessageHandler_setDataMethodCall_closure0.prototype = { call$1: function(_) { @@ -115460,7 +114823,7 @@ t1.toString; t1.call$1(C.C_JSONMessageCodec.encodeMessage$1([map])); }, - $signature: 781 + $signature: 2456 }; H.ClipboardMessageHandler_getDataMethodCall_closure0.prototype = { call$1: function(error) { @@ -115900,7 +115263,7 @@ } else if (t1 > 5) t.cancel$0(0); }, - $signature: 402 + $signature: 421 }; H.DomRenderer_reset_closure0.prototype = { call$0: function() { @@ -120149,7 +119512,7 @@ $.SurfaceSceneBuilder__lastFrameScene = t1._as(C.JSArray_methods.get$first(t2)); return new H.SurfaceScene(t1._as(C.JSArray_methods.get$first(t2)).rootElement); }, - $signature: 900 + $signature: 1127 }; H.NormalizedGradient.prototype = { setupUniforms$2: function(gl, glProgram) { @@ -120490,7 +119853,7 @@ bSize = t1._dy * t1._dx; return J.compareTo$1$ns(bSize, aSize); }, - $signature: 928 + $signature: 1159 }; H.PersistedSurfaceState.prototype = { toString$0: function(_) { @@ -120845,7 +120208,7 @@ call$2: function(m1, m2) { return C.JSNumber_methods.compareTo$1(m1.matchQuality, m2.matchQuality); }, - $signature: 932 + $signature: 1365 }; H._PersistedSurfaceMatch.prototype = { toString$0: function(_) { @@ -120999,14 +120362,14 @@ call$1: function(t1) { return this._box_0._errorSubscription = t1; }, - $signature: 628 + $signature: 717 }; H.HtmlCodec__decodeUsingOnLoad__errorSubscription_get.prototype = { call$0: function() { var t1 = this._box_0._errorSubscription; return t1 === $ ? H.throwExpression(H.LateError$localNI("errorSubscription")) : t1; }, - $signature: 631 + $signature: 714 }; H.HtmlCodec__decodeUsingOnLoad_closure.prototype = { call$1: function($event) { @@ -121016,7 +120379,7 @@ J.cancel$0$z(this._errorSubscription_get.call$0()); this.completer.completeError$1($event); }, - $signature: 68 + $signature: 72 }; H.HtmlCodec__decodeUsingOnLoad_closure0.prototype = { call$1: function($event) { @@ -121029,7 +120392,7 @@ t1 = _this.imgElement; _this.completer.complete$1(0, new H.SingleFrameInfo(new H.HtmlImage(t1, t1.naturalWidth, t1.naturalHeight))); }, - $signature: 68 + $signature: 72 }; H.HtmlBlobCodec.prototype = { dispose$0: function(_) { @@ -121149,13 +120512,13 @@ call$1: function($event) { this.$this._handleHtmlEvent$1($event); }, - $signature: 64 + $signature: 63 }; H.Keyboard$__closure0.prototype = { call$1: function($event) { this.$this._handleHtmlEvent$1($event); }, - $signature: 64 + $signature: 63 }; H.Keyboard$__closure1.prototype = { call$0: function() { @@ -121191,49 +120554,49 @@ call$1: function($event) { return $event._event.altKey; }, - $signature: 152 + $signature: 149 }; H._kLogicalKeyToModifierGetter_closure0.prototype = { call$1: function($event) { return $event._event.altKey; }, - $signature: 152 + $signature: 149 }; H._kLogicalKeyToModifierGetter_closure1.prototype = { call$1: function($event) { return $event._event.ctrlKey; }, - $signature: 152 + $signature: 149 }; H._kLogicalKeyToModifierGetter_closure2.prototype = { call$1: function($event) { return $event._event.ctrlKey; }, - $signature: 152 + $signature: 149 }; H._kLogicalKeyToModifierGetter_closure3.prototype = { call$1: function($event) { return $event._event.shiftKey; }, - $signature: 152 + $signature: 149 }; H._kLogicalKeyToModifierGetter_closure4.prototype = { call$1: function($event) { return $event._event.shiftKey; }, - $signature: 152 + $signature: 149 }; H._kLogicalKeyToModifierGetter_closure5.prototype = { call$1: function($event) { return $event._event.metaKey; }, - $signature: 152 + $signature: 149 }; H._kLogicalKeyToModifierGetter_closure6.prototype = { call$1: function($event) { return $event._event.metaKey; }, - $signature: 152 + $signature: 149 }; H.KeyboardBinding.prototype = { get$_converter: function() { @@ -121268,25 +120631,25 @@ if ((t1 == null ? $.EngineSemanticsOwner__instance = H.EngineSemanticsOwner$_() : t1).receiveGlobalEvent$1($event)) return this.handler.call$1($event); }, - $signature: 220 + $signature: 217 }; H.KeyboardBinding__onKeyData_closure.prototype = { call$1: function(handled) { this._box_0.result = false; }, - $signature: 48 + $signature: 53 }; H.KeyboardBinding__setup_closure.prototype = { call$1: function($event) { return this.$this.get$_converter().handleEvent$1(new H.FlutterHtmlKeyboardEvent(type$.KeyboardEvent._as($event))); }, - $signature: 68 + $signature: 72 }; H.KeyboardBinding__setup_closure0.prototype = { call$1: function($event) { return this.$this.get$_converter().handleEvent$1(new H.FlutterHtmlKeyboardEvent(type$.KeyboardEvent._as($event))); }, - $signature: 68 + $signature: 72 }; H.FlutterHtmlKeyboardEvent.prototype = {}; H.KeyboardConverter.prototype = { @@ -121410,7 +120773,7 @@ _this.$this.dispatchKeyData.call$1(_this.getData.call$0()); } }, - $signature: 74 + $signature: 83 }; H.KeyboardConverter__scheduleAsyncEvent_closure0.prototype = { call$0: function() { @@ -121424,7 +120787,7 @@ call$0: function() { return new P.KeyData(C.KeyEventType_1, this.physicalKey, this.logicalKey, null); }, - $signature: 646 + $signature: 705 }; H.KeyboardConverter__startGuardingKey_closure0.prototype = { call$0: function() { @@ -121474,13 +120837,13 @@ t1 = C.Map_mC8xL.$index(0, t2); return t1 == null ? J.get$hashCode$(t2) + 34359738368 + 1099511627776 : t1; }, - $signature: 217 + $signature: 218 }; H.KeyboardConverter_handleEvent_closure0.prototype = { call$0: function() { return new P.KeyData(C.KeyEventType_1, this.physicalKey, this.logicalKey, null); }, - $signature: 646 + $signature: 705 }; H.KeyboardConverter_handleEvent_closure1.prototype = { call$0: function() { @@ -121495,7 +120858,7 @@ if (t2.containsValue$1(0, logicalKey) && !getModifier.call$1(this.event)) t2.removeWhere$1(t2, new H.KeyboardConverter_handleEvent__closure(t1, logicalKey, this.timeStamp)); }, - $signature: 1015 + $signature: 1911 }; H.KeyboardConverter_handleEvent__closure.prototype = { call$2: function(physicalKey, logicalRecord) { @@ -121505,7 +120868,7 @@ this.$this.dispatchKeyData.call$1(new P.KeyData(C.KeyEventType_1, physicalKey, t1, null)); return true; }, - $signature: 1024 + $signature: 1994 }; H.MouseCursor.prototype = {}; H.BrowserHistory.prototype = { @@ -121834,21 +121197,21 @@ call$1: function(t1) { return this._box_0._unsubscribe = t1; }, - $signature: 621 + $signature: 703 }; H.HashUrlStrategy__waitForPopState__unsubscribe_get.prototype = { call$0: function() { var t1 = this._box_0._unsubscribe; return t1 === $ ? H.throwExpression(H.LateError$localNI("unsubscribe")) : t1; }, - $signature: 620 + $signature: 702 }; H.HashUrlStrategy__waitForPopState_closure.prototype = { call$1: function(_) { this._unsubscribe_get.call$0().call$0(); this.completer.complete$0(0); }, - $signature: 64 + $signature: 63 }; H.CustomUrlStrategy.prototype = { addPopStateListener$1: function(_, fn) { @@ -122211,7 +121574,7 @@ call$1: function(assetData) { this.$this._replyToPlatformMessage$2(this.callback, assetData); }, - $signature: 1109 + $signature: 2070 }; H.EnginePlatformDispatcher__sendPlatformMessage_closure0.prototype = { call$1: function(error) { @@ -122224,13 +121587,13 @@ call$1: function(_) { this.$this._replyToPlatformMessage$2(this.callback, C.C_JSONMessageCodec.encodeMessage$1([true])); }, - $signature: 74 + $signature: 83 }; H.EnginePlatformDispatcher__sendPlatformMessage_closure2.prototype = { call$1: function(success) { this.$this._replyToPlatformMessage$2(this.callback, C.C_JSONMessageCodec.encodeMessage$1([success])); }, - $signature: 458 + $signature: 432 }; H.EnginePlatformDispatcher__sendPlatformMessage_closure3.prototype = { call$1: function(handled) { @@ -122240,7 +121603,7 @@ else if (t1 != null) t1.call$1(null); }, - $signature: 458 + $signature: 432 }; H.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure.prototype = { call$1: function($event) { @@ -122249,7 +121612,7 @@ t1 = t1 ? C.Brightness_0 : C.Brightness_1; this.$this._updatePlatformBrightness$1(t1); }, - $signature: 64 + $signature: 63 }; H.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure0.prototype = { call$0: function() { @@ -122268,7 +121631,7 @@ if (t1 != null) t1.call$1(this.data); }, - $signature: 74 + $signature: 83 }; H.invoke3_closure.prototype = { call$0: function() { @@ -122329,7 +121692,7 @@ if ((t1 == null ? $.EngineSemanticsOwner__instance = H.EngineSemanticsOwner$_() : t1).receiveGlobalEvent$1($event)) this.handler.call$1($event); }, - $signature: 64 + $signature: 63 }; H._WheelEventListenerMixin.prototype = { _addWheelEventListener$1: function(handler) { @@ -122414,7 +121777,7 @@ call$1: function($event) { return this.handler.call$1($event); }, - $signature: 220 + $signature: 217 }; H._SanitizedDetails.prototype = { toString$0: function(_) { @@ -122545,13 +121908,13 @@ call$0: function() { return new H._ButtonSanitizer(); }, - $signature: 1166 + $signature: 2310 }; H._PointerAdapter__addPointerEventListener_closure.prototype = { call$1: function($event) { return this.handler.call$1(type$.PointerEvent_2._as($event)); }, - $signature: 220 + $signature: 217 }; H._PointerAdapter_setup_closure.prototype = { call$1: function($event) { @@ -122571,7 +121934,7 @@ t1._convertEventsToPointerData$3$data$details$event(pointerData, sanitizer.sanitizeDownEvent$2$button$buttons(t2, t3), $event); t1.__engine$_callback.call$1(pointerData); }, - $signature: 291 + $signature: 252 }; H._PointerAdapter_setup_closure0.prototype = { call$1: function($event) { @@ -122592,7 +121955,7 @@ } t1.__engine$_callback.call$1(pointerData); }, - $signature: 291 + $signature: 252 }; H._PointerAdapter_setup_closure1.prototype = { call$1: function($event) { @@ -122609,7 +121972,7 @@ t1.__engine$_callback.call$1(pointerData); } }, - $signature: 291 + $signature: 252 }; H._PointerAdapter_setup_closure2.prototype = { call$1: function($event) { @@ -122623,13 +121986,13 @@ t1._convertEventsToPointerData$3$data$details$event(pointerData, new H._SanitizedDetails(C.PointerChange_0, 0), $event); t1.__engine$_callback.call$1(pointerData); }, - $signature: 291 + $signature: 252 }; H._PointerAdapter_setup_closure3.prototype = { call$1: function($event) { this.$this._handleWheelEvent$1($event); }, - $signature: 64 + $signature: 63 }; H._TouchAdapter.prototype = { _addTouchEventListener$2: function(eventName, handler) { @@ -122665,7 +122028,7 @@ call$1: function($event) { return this.handler.call$1(type$.TouchEvent._as($event)); }, - $signature: 220 + $signature: 217 }; H._TouchAdapter_setup_closure.prototype = { call$1: function($event) { @@ -122687,7 +122050,7 @@ } t3.__engine$_callback.call$1(pointerData); }, - $signature: 329 + $signature: 253 }; H._TouchAdapter_setup_closure0.prototype = { call$1: function($event) { @@ -122706,7 +122069,7 @@ } t3.__engine$_callback.call$1(pointerData); }, - $signature: 329 + $signature: 253 }; H._TouchAdapter_setup_closure1.prototype = { call$1: function($event) { @@ -122729,7 +122092,7 @@ } t3.__engine$_callback.call$1(pointerData); }, - $signature: 329 + $signature: 253 }; H._TouchAdapter_setup_closure2.prototype = { call$1: function($event) { @@ -122751,7 +122114,7 @@ } t3.__engine$_callback.call$1(pointerData); }, - $signature: 329 + $signature: 253 }; H._MouseAdapter.prototype = { _addMouseEventListener$3$acceptOutsideGlasspane: function(eventName, handler, acceptOutsideGlasspane) { @@ -122792,7 +122155,7 @@ call$1: function($event) { return this.handler.call$1(type$.MouseEvent._as($event)); }, - $signature: 220 + $signature: 217 }; H._MouseAdapter_setup_closure.prototype = { call$1: function($event) { @@ -122811,7 +122174,7 @@ t1._convertEventsToPointerData$3$data$details$event(pointerData, t2.sanitizeDownEvent$2$button$buttons(t3, t4), $event); t1.__engine$_callback.call$1(pointerData); }, - $signature: 440 + $signature: 390 }; H._MouseAdapter_setup_closure0.prototype = { call$1: function($event) { @@ -122829,7 +122192,7 @@ t1._convertEventsToPointerData$3$data$details$event(pointerData, t2.sanitizeMoveEvent$1$buttons(t3), $event); t1.__engine$_callback.call$1(pointerData); }, - $signature: 440 + $signature: 390 }; H._MouseAdapter_setup_closure1.prototype = { call$1: function($event) { @@ -122841,13 +122204,13 @@ t1.__engine$_callback.call$1(pointerData); } }, - $signature: 440 + $signature: 390 }; H._MouseAdapter_setup_closure2.prototype = { call$1: function($event) { this.$this._handleWheelEvent$1($event); }, - $signature: 64 + $signature: 63 }; H._PointerState.prototype = {}; H.PointerDataConverter.prototype = { @@ -122981,7 +122344,7 @@ call$0: function() { return new H._PointerState(this.x, this.y); }, - $signature: 1906 + $signature: 2455 }; H.Profiler.prototype = {}; H.Instrumentation.prototype = {}; @@ -123263,13 +122626,13 @@ H.invoke3(t1._onSemanticsAction, t1._onSemanticsActionZone, this.semanticsObject.id, C.SemanticsAction_128, null); } }, - $signature: 64 + $signature: 63 }; H.Incrementable_closure0.prototype = { call$1: function(mode) { this.$this.update$0(0); }, - $signature: 487 + $signature: 700 }; H.LabelAndValue.prototype = { update$0: function(_) { @@ -123499,13 +122862,13 @@ call$1: function(_) { this.$this._gestureModeDidChange$0(); }, - $signature: 487 + $signature: 700 }; H.Scrollable_update_closure1.prototype = { call$1: function(_) { this.$this._recomputeScrollPosition$0(); }, - $signature: 64 + $signature: 63 }; H.SemanticsUpdate.prototype = { dispose$0: function(_) { @@ -123528,25 +122891,25 @@ call$1: function(object) { return H.Incrementable$(object); }, - $signature: 2005 + $signature: 2459 }; H._roleFactories_closure0.prototype = { call$1: function(object) { return new H.Scrollable0(object); }, - $signature: 2012 + $signature: 2502 }; H._roleFactories_closure1.prototype = { call$1: function(object) { return new H.LabelAndValue(object); }, - $signature: 2015 + $signature: 2645 }; H._roleFactories_closure2.prototype = { call$1: function(object) { return new H.Tappable(object); }, - $signature: 2024 + $signature: 774 }; H._roleFactories_closure3.prototype = { call$1: function(object) { @@ -123588,25 +122951,25 @@ } return t1; }, - $signature: 2030 + $signature: 783 }; H._roleFactories_closure4.prototype = { call$1: function(object) { return new H.Checkable(H._checkableKindFromSemanticsFlag(object), object); }, - $signature: 2034 + $signature: 895 }; H._roleFactories_closure5.prototype = { call$1: function(object) { return new H.ImageRoleManager(object); }, - $signature: 2040 + $signature: 947 }; H._roleFactories_closure6.prototype = { call$1: function(object) { return new H.LiveRegion(object); }, - $signature: 2052 + $signature: 953 }; H.RoleManager.prototype = {}; H.SemanticsObject.prototype = { @@ -123863,14 +123226,14 @@ call$1: function(t1) { return this._box_0._effectiveTransform0 = t1; }, - $signature: 2056 + $signature: 1015 }; H.SemanticsObject_recomputePositionAndSize__effectiveTransform_get.prototype = { call$0: function() { var t1 = this._box_0._effectiveTransform0; return t1 === $ ? H.throwExpression(H.LateError$localNI("effectiveTransform")) : t1; }, - $signature: 2068 + $signature: 1017 }; H.AccessibilityMode.prototype = { toString$0: function(_) { @@ -124146,7 +123509,7 @@ call$0: function() { return new P.DateTime(Date.now(), false); }, - $signature: 352 + $signature: 459 }; H.EngineSemanticsOwner__getGestureModeClock_closure.prototype = { call$0: function() { @@ -124234,7 +123597,7 @@ call$1: function($event) { this.$this.tryEnableSemantics$1($event); }, - $signature: 64 + $signature: 63 }; H.MobileSemanticsEnabler.prototype = { get$isWaitingToEnableSemantics: function() { @@ -124352,7 +123715,7 @@ call$1: function($event) { this.$this.tryEnableSemantics$1($event); }, - $signature: 64 + $signature: 63 }; H.Tappable.prototype = { update$0: function(_) { @@ -124400,7 +123763,7 @@ t2 = $.$get$EnginePlatformDispatcher__instance(); H.invoke3(t2._onSemanticsAction, t2._onSemanticsActionZone, t1.id, C.SemanticsAction_1, null); }, - $signature: 64 + $signature: 63 }; H.SemanticsTextEditingStrategy.prototype = { enable$3$onAction$onChange: function(_, inputConfig, onAction, onChange) { @@ -124581,7 +123944,7 @@ t2 = $.$get$EnginePlatformDispatcher__instance(); H.invoke3(t2._onSemanticsAction, t2._onSemanticsActionZone, t1.id, C.SemanticsAction_1, null); }, - $signature: 64 + $signature: 63 }; H.TextField__initializeForWebkit_closure.prototype = { call$1: function($event) { @@ -124600,7 +123963,7 @@ C.JSNumber_methods.round$0(t2.clientX); t1.lastTouchStartOffsetY = C.JSNumber_methods.round$0(t2.clientY); }, - $signature: 64 + $signature: 63 }; H.TextField__initializeForWebkit_closure0.prototype = { call$1: function($event) { @@ -124625,7 +123988,7 @@ } t1.lastTouchStartOffsetY = t1.lastTouchStartOffsetX = null; }, - $signature: 64 + $signature: 63 }; H.TextField_update_closure.prototype = { call$0: function() { @@ -125035,7 +124398,7 @@ t1.writeValue$2(0, t2, key); t1.writeValue$2(0, t2, value); }, - $signature: 122 + $signature: 117 }; H.StandardMethodCodec.prototype = { decodeMethodCall$1: function(methodCall) { @@ -125314,14 +124677,14 @@ call$1: function(t1) { return this._box_0._element0 = t1; }, - $signature: 2115 + $signature: 1052 }; H.CanvasParagraph__createDomElement__element_get.prototype = { call$0: function() { var t1 = this._box_0._element0; return t1 === $ ? H.throwExpression(H.LateError$localNI("element")) : t1; }, - $signature: 2117 + $signature: 1106 }; H.FlatTextSpan.prototype = {$isParagraphSpan: 1}; H.StyleNode.prototype = { @@ -125727,7 +125090,7 @@ call$1: function(_) { document.fonts.add(this.fontFace); }, - $signature: 2136 + $signature: 1118 }; H.FontManager__loadFontFace_closure0.prototype = { call$1: function(e) { @@ -125797,14 +125160,14 @@ call$1: function(t1) { return this._box_0.__fontLoadStart = t1; }, - $signature: 2147 + $signature: 1120 }; H._PolyfillFontManager_registerAsset___fontLoadStart_get.prototype = { call$0: function() { var t1 = this._box_0.__fontLoadStart; return t1 === $ ? H.throwExpression(H.LateError$localNI("_fontLoadStart")) : t1; }, - $signature: 352 + $signature: 459 }; H._PolyfillFontManager_registerAsset__watchWidth.prototype = { call$0: function() { @@ -125827,7 +125190,7 @@ call$1: function($name) { return H.S($name) + ": " + H.S(this.fontStyleMap.$index(0, $name)) + ";"; }, - $signature: 103 + $signature: 106 }; H.TextLayoutService.prototype = { performLayout$1: function(constraints) { @@ -126570,13 +125933,13 @@ call$2: function(style, ruler) { ruler.dispose$0(0); }, - $signature: 2236 + $signature: 1123 }; H.RulerManager_cleanUpRulerCache_closure.prototype = { call$2: function(a, b) { return b._hitCount - a._hitCount; }, - $signature: 2311 + $signature: 1126 }; H.TextMeasurementService.prototype = { measure$2: function(_, paragraph, constraints) { @@ -128263,7 +127626,7 @@ call$1: function(e) { J.preventDefault$0$x(e); }, - $signature: 64 + $signature: 63 }; H.EngineAutofillForm_addInputEventListeners_closure.prototype = { call$1: function(key) { @@ -128288,7 +127651,7 @@ $.$get$EnginePlatformDispatcher__instance().invokeOnPlatformMessage$3("flutter/textinput", C.C_JSONMethodCodec.encodeMethodCall$1(new H.MethodCall0(string$.TextIn, [0, P.LinkedHashMap_LinkedHashMap$_literal([t1, newEditingState.toFlutter$0()], type$.nullable_String, type$.dynamic)])), H._engine___emptyCallback$closure()); } }, - $signature: 68 + $signature: 72 }; H.AutofillInfo.prototype = { applyToDomElement$2$focusedElement: function(domElement, focusedElement) { @@ -128627,25 +127990,25 @@ call$1: function(_) { this.$this.domElement.focus(); }, - $signature: 68 + $signature: 72 }; H.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure.prototype = { call$1: function(_) { _.preventDefault(); }, - $signature: 295 + $signature: 275 }; H.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure0.prototype = { call$1: function(_) { _.preventDefault(); }, - $signature: 295 + $signature: 275 }; H.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure1.prototype = { call$1: function(_) { _.preventDefault(); }, - $signature: 295 + $signature: 275 }; H.IOSTextEditingStrategy.prototype = { initializeTextEditing$3$onAction$onChange: function(inputConfig, onAction, onChange) { @@ -128731,13 +128094,13 @@ call$1: function(_) { this.$this._schedulePlacement$0(); }, - $signature: 68 + $signature: 72 }; H.IOSTextEditingStrategy_addEventHandlers_closure0.prototype = { call$1: function(_) { this.$this.owner.sendTextConnectionClosedToFrameworkIfAny$0(); }, - $signature: 68 + $signature: 72 }; H.IOSTextEditingStrategy__addTapListener_closure.prototype = { call$1: function(_) { @@ -128751,7 +128114,7 @@ t1._schedulePlacement$0(); } }, - $signature: 295 + $signature: 275 }; H.IOSTextEditingStrategy__schedulePlacement_closure.prototype = { call$0: function() { @@ -128828,7 +128191,7 @@ else t2.owner.sendTextConnectionClosedToFrameworkIfAny$0(); }, - $signature: 68 + $signature: 72 }; H.FirefoxTextEditingStrategy.prototype = { initializeTextEditing$3$onAction$onChange: function(inputConfig, onAction, onChange) { @@ -128886,13 +128249,13 @@ call$1: function($event) { this.$this.__engine$_handleChange$1($event); }, - $signature: 3320 + $signature: 1226 }; H.FirefoxTextEditingStrategy_addEventHandlers_closure0.prototype = { call$1: function(_) { this.$this._postponeFocus$0(); }, - $signature: 68 + $signature: 72 }; H.FirefoxTextEditingStrategy__postponeFocus_closure.prototype = { call$0: function() { @@ -128979,7 +128342,7 @@ call$2: function(identifier, form) { type$.InputElement._as(J.get$first$ax(form.getElementsByClassName("submitBtn"))).click(); }, - $signature: 3217 + $signature: 1317 }; H.TextEditingChannel.prototype = { handleTextInput$2: function(data, callback) { @@ -129052,14 +128415,14 @@ else throw H.wrapException(H.LateError$localAI("command")); }, - $signature: 3193 + $signature: 1329 }; H.TextEditingChannel_handleTextInput__command_get.prototype = { call$0: function() { var t1 = this._box_0._command; return t1 === $ ? H.throwExpression(H.LateError$localNI("command")) : t1; }, - $signature: 3167 + $signature: 1360 }; H.TextEditingChannel_handleTextInput_closure.prototype = { call$0: function() { @@ -129145,7 +128508,7 @@ t2.toString; $.$get$EnginePlatformDispatcher__instance().invokeOnPlatformMessage$3("flutter/textinput", C.C_JSONMethodCodec.encodeMethodCall$1(new H.MethodCall0("TextInputClient.updateEditingState", [t1, editingState.toFlutter$0()])), H._engine___emptyCallback$closure()); }, - $signature: 3148 + $signature: 1364 }; H.HybridTextEditing__startEditing_closure.prototype = { call$1: function(inputAction) { @@ -129155,7 +128518,7 @@ t2.toString; $.$get$EnginePlatformDispatcher__instance().invokeOnPlatformMessage$3("flutter/textinput", C.C_JSONMethodCodec.encodeMethodCall$1(new H.MethodCall0("TextInputClient.performAction", [t1, inputAction])), H._engine___emptyCallback$closure()); }, - $signature: 238 + $signature: 229 }; H.EditableTextStyle.prototype = { applyToDomElement$1: function(domElement) { @@ -129188,7 +128551,7 @@ $._fontChangeScheduled = false; $.$get$EnginePlatformDispatcher__instance().invokeOnPlatformMessage$3("flutter/system", $.$get$_fontChangeMessage(), new H.sendFontChangeMessage__closure()); }, - $signature: 704 + $signature: 725 }; H.sendFontChangeMessage__closure.prototype = { call$1: function(_) { @@ -129978,13 +129341,13 @@ } } }, - $signature: 730 + $signature: 699 }; H._HeaderValue__parse_done.prototype = { call$0: function() { return this._box_0.index === this.s.length; }, - $signature: 210 + $signature: 196 }; H._HeaderValue__parse_skipWS.prototype = { call$0: function() { @@ -130039,7 +129402,7 @@ ++_this._box_0.index; return true; }, - $signature: 80 + $signature: 77 }; H._HeaderValue__parse_parseParameters.prototype = { call$0: function() { @@ -132534,7 +131897,7 @@ call$0: function() { return P.Future_Future$value(null, type$.Null); }, - $signature: 453 + $signature: 345 }; H.NotNullableError.prototype = { toString$0: function(_) { @@ -133518,7 +132881,7 @@ call$0: function() { return C.JSNumber_methods.floor$0(1000 * this.performance.now()); }, - $signature: 217 + $signature: 218 }; H.Primitives_functionNoSuchMethod_closure.prototype = { call$2: function($name, argument) { @@ -133528,7 +132891,7 @@ this.$arguments.push(argument); ++t1.argumentCount; }, - $signature: 105 + $signature: 109 }; H.TypeErrorDecoder.prototype = { matchTypeError$1: function(message) { @@ -133999,13 +133362,13 @@ call$2: function(o, tag) { return this.getUnknownTag(o, tag); }, - $signature: 3069 + $signature: 1906 }; H.initHooks_closure1.prototype = { call$1: function(tag) { return this.prototypeForTag(tag); }, - $signature: 2981 + $signature: 1907 }; H.JSSyntaxRegExp.prototype = { toString$0: function(_) { @@ -134534,7 +133897,7 @@ t2 = this.span; t1.firstChild ? t1.removeChild(t2) : t1.appendChild(t2); }, - $signature: 2941 + $signature: 1975 }; P._AsyncRun__scheduleImmediateJsOverride_internalCallback.prototype = { call$0: function() { @@ -134645,7 +134008,7 @@ call$1: function(result) { return this.bodyFunction.call$2(0, result); }, - $signature: 82 + $signature: 81 }; P._awaitOnObject_closure0.prototype = { call$2: function(error, stackTrace) { @@ -134653,7 +134016,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 395 + $signature: 334 }; P._wrapJsFunctionForAsync_closure.prototype = { call$2: function(errorCode, result) { @@ -134661,7 +134024,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2920 + $signature: 1998 }; P._asyncStarHelper_closure.prototype = { call$0: function() { @@ -134741,7 +134104,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2877 + $signature: 1999 }; P._AsyncStarStreamController__closure.prototype = { call$0: function() { @@ -135232,27 +134595,27 @@ call$1: function(t1) { return this._box_0._error = t1; }, - $signature: 2859 + $signature: 2156 }; P.Future_wait__stackTrace_set.prototype = { call$1: function(t1) { return this._box_0._stackTrace0 = t1; }, - $signature: 2837 + $signature: 2194 }; P.Future_wait__error_get.prototype = { call$0: function() { var t1 = this._box_0._error; return t1 === $ ? H.throwExpression(H.LateError$localNI("error")) : t1; }, - $signature: 2801 + $signature: 2204 }; P.Future_wait__stackTrace_get.prototype = { call$0: function() { var t1 = this._box_0._stackTrace0; return t1 === $ ? H.throwExpression(H.LateError$localNI("stackTrace")) : t1; }, - $signature: 2778 + $signature: 2289 }; P.Future_wait_handleError.prototype = { call$2: function(theError, theStackTrace) { @@ -135272,7 +134635,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 133 + $signature: 128 }; P.Future_wait_closure.prototype = { call$1: function(value) { @@ -135602,7 +134965,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 137 + $signature: 129 }; P._Future__chainForeignFuture_closure1.prototype = { call$0: function() { @@ -135681,7 +135044,7 @@ call$1: function(_) { return this.originalSource; }, - $signature: 2728 + $signature: 2304 }; P._Future__propagateToListeners_handleValueCallback.prototype = { call$0: function() { @@ -135757,7 +135120,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 137 + $signature: 129 }; P._AsyncCallbackEntry.prototype = {}; P.Stream.prototype = { @@ -135834,7 +135197,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 321 + $signature: 311 }; P.Stream_Stream$fromIterable_closure.prototype = { call$0: function() { @@ -135848,7 +135211,7 @@ call$1: function(_) { return this.streamConsumer.close$0(0); }, - $signature: 683 + $signature: 696 }; P.Stream_fold_closure.prototype = { call$0: function() { @@ -135910,7 +135273,7 @@ P.Stream_forEach__closure0.prototype = { call$1: function(_) { }, - $signature: 74 + $signature: 83 }; P.Stream_length_closure.prototype = { call$1: function(_) { @@ -136264,7 +135627,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 137 + $signature: 129 }; P._AddStreamState_cancel_closure.prototype = { call$0: function() { @@ -136894,7 +136257,7 @@ call$2: function(error, stackTrace) { P._cancelAndError(this.subscription, this.future, error, stackTrace); }, - $signature: 133 + $signature: 128 }; P._cancelAndValue_closure.prototype = { call$0: function() { @@ -137872,7 +137235,7 @@ call$1: function(v) { return this.K._is(v); }, - $signature: 111 + $signature: 102 }; P._HashMapKeyIterable.prototype = { get$length: function(_) { @@ -137974,7 +137337,7 @@ call$1: function(v) { return this.K._is(v); }, - $signature: 111 + $signature: 102 }; P._HashSet.prototype = { _newSet$0: function() { @@ -138408,7 +137771,7 @@ call$2: function(k, v) { this.result.$indexSet(0, this.K._as(k), this.V._as(v)); }, - $signature: 122 + $signature: 117 }; P.IterableMixin.prototype = { map$1$1: function(_, f, $T) { @@ -138518,7 +137881,7 @@ call$2: function(k, v) { this.result.$indexSet(0, this.K._as(k), this.V._as(v)); }, - $signature: 122 + $signature: 117 }; P.LinkedList.prototype = { add$1: function(_, entry) { @@ -138945,7 +138308,7 @@ t1._contents = t2 + ": "; t1._contents += H.S(v); }, - $signature: 230 + $signature: 234 }; P.MapMixin.prototype = { cast$2$0: function(receiver, RK, RV) { @@ -140054,7 +139417,7 @@ call$1: function(a) { return this.K._is(a); }, - $signature: 111 + $signature: 102 }; P.SplayTreeMap_addAll_closure.prototype = { call$2: function(key, value) { @@ -140310,7 +139673,7 @@ call$1: function(v) { return this.E._is(v); }, - $signature: 111 + $signature: 102 }; P.SplayTreeSet__copyNode_copyChildren.prototype = { call$2: function(node, dest) { @@ -140489,13 +139852,13 @@ call$1: function(each) { return this.$this.$index(0, each); }, - $signature: 678 + $signature: 694 }; P._JsonMap_addAll_closure.prototype = { call$2: function(key, value) { this.$this.$indexSet(0, key, value); }, - $signature: 105 + $signature: 109 }; P._JsonMapKeyIterable.prototype = { get$length: function(_) { @@ -141053,7 +140416,7 @@ t2.i = i + 1; t1[i] = value; }, - $signature: 230 + $signature: 234 }; P._JsonPrettyPrintMixin.prototype = { writeList$1: function(list) { @@ -141118,7 +140481,7 @@ t2.i = i + 1; t1[i] = value; }, - $signature: 230 + $signature: 234 }; P._JsonStringStringifier.prototype = { get$_partialResult: function() { @@ -141413,7 +140776,7 @@ call$2: function(key, value) { this.result.$indexSet(0, key.__internal$_name, value); }, - $signature: 677 + $signature: 693 }; P.NoSuchMethodError_toString_closure.prototype = { call$2: function(key, value) { @@ -141426,7 +140789,7 @@ t1._contents += P.Error_safeToString(value); t2.comma = ", "; }, - $signature: 677 + $signature: 693 }; P._BigIntImpl.prototype = { $negate: function(_) { @@ -141772,7 +141135,7 @@ hash = hash + ((hash & 524287) << 10) & 536870911; return hash ^ hash >>> 6; }, - $signature: 441 + $signature: 366 }; P._BigIntImpl_hashCode_finish.prototype = { call$1: function(hash) { @@ -141780,7 +141143,7 @@ hash ^= hash >>> 11; return hash + ((hash & 16383) << 15) & 536870911; }, - $signature: 170 + $signature: 173 }; P._BigIntImpl_toDouble_readBits.prototype = { call$1: function(n) { @@ -141806,7 +141169,7 @@ t1.cachedBitsLength = t4; return result; }, - $signature: 170 + $signature: 173 }; P._BigIntImpl_toDouble_roundUp.prototype = { call$0: function() { @@ -141903,7 +141266,7 @@ return 0; return P.int_parse(matched, null); }, - $signature: 676 + $signature: 692 }; P.DateTime_parse_parseMilliAndMicroseconds.prototype = { call$1: function(matched) { @@ -141917,7 +141280,7 @@ } return result; }, - $signature: 676 + $signature: 692 }; P.Duration.prototype = { $add: function(_, other) { @@ -141976,7 +141339,7 @@ return "0000" + n; return "00000" + n; }, - $signature: 281 + $signature: 319 }; P.Duration_toString_twoDigits.prototype = { call$1: function(n) { @@ -141984,7 +141347,7 @@ return "" + n; return "0" + n; }, - $signature: 281 + $signature: 319 }; P.Error.prototype = { get$stackTrace: function() { @@ -142574,7 +141937,7 @@ call$2: function(msg, position) { throw H.wrapException(P.FormatException$("Illegal IPv4 address, " + msg, this.host, position)); }, - $signature: 2682 + $signature: 2529 }; P.Uri_parseIPv6Address_error.prototype = { call$2: function(msg, position) { @@ -142583,7 +141946,7 @@ call$1: function(msg) { return this.call$2(msg, null); }, - $signature: 2676 + $signature: 2561 }; P.Uri_parseIPv6Address_parseHex.prototype = { call$2: function(start, end) { @@ -142595,7 +141958,7 @@ this.error.call$2("each part must be in the range of `0x0..0xFFFF`", start); return value; }, - $signature: 441 + $signature: 366 }; P._Uri.prototype = { get$_text: function() { @@ -142881,7 +142244,7 @@ call$1: function(s) { return P._Uri__uriEncode(C.List_qg40, s, C.C_Utf8Codec, false); }, - $signature: 103 + $signature: 106 }; P._Uri__makeQuery_writeParameter.prototype = { call$2: function(key, value) { @@ -142895,7 +142258,7 @@ t1._contents += H.S(P._Uri__uriEncode(C.List_nxB, value, C.C_Utf8Codec, true)); } }, - $signature: 730 + $signature: 699 }; P._Uri__makeQuery_closure.prototype = { call$2: function(key, value) { @@ -142906,7 +142269,7 @@ for (t1 = J.get$iterator$ax(value), t2 = this.writeParameter; t1.moveNext$0();) t2.call$2(key, t1.get$current(t1)); }, - $signature: 105 + $signature: 109 }; P.UriData.prototype = { get$uri: function() { @@ -142937,7 +142300,7 @@ C.NativeUint8List_methods.fillRange$3(t1, 0, 96, defaultTransition); return t1; }, - $signature: 2671 + $signature: 2639 }; P._createTables_setChars.prototype = { call$3: function(target, chars, transition) { @@ -142945,7 +142308,7 @@ for (t1 = chars.length, i = 0; i < t1; ++i) target[C.JSString_methods._codeUnitAt$1(chars, i) ^ 96] = transition; }, - $signature: 674 + $signature: 689 }; P._createTables_setRange.prototype = { call$3: function(target, range, transition) { @@ -142953,7 +142316,7 @@ for (i = C.JSString_methods._codeUnitAt$1(range, 0), n = C.JSString_methods._codeUnitAt$1(range, 1); i <= n; ++i) target[(i ^ 96) >>> 0] = transition; }, - $signature: 674 + $signature: 689 }; P._SimpleUri.prototype = { get$hasScheme: function() { @@ -143346,7 +142709,7 @@ call$1: function(value) { this.completer.complete$1(0, value); }, - $signature: 2661 + $signature: 2763 }; W.CanvasRenderingContext2D.prototype = { fillText$3: function(receiver, text, x, y) { @@ -143829,7 +143192,7 @@ call$1: function(e) { return !this.test.call$1(e); }, - $signature: 2656 + $signature: 772 }; W._FrozenElementList.prototype = { get$length: function(_) { @@ -143959,7 +143322,7 @@ call$1: function(e) { return type$.Element._is(e); }, - $signature: 671 + $signature: 685 }; W.EmbedElement.prototype = { set$height: function(receiver, value) { @@ -143998,7 +143361,7 @@ call$1: function(error) { this.completer.completeError$1(error); }, - $signature: 2651 + $signature: 775 }; W.Event.prototype = { get$target: function(receiver) { @@ -144239,7 +143602,7 @@ else t3.completeError$1(e); }, - $signature: 179 + $signature: 165 }; W.HttpRequestEventTarget.prototype = {}; W.IFrameElement.prototype = { @@ -144403,13 +143766,13 @@ call$2: function(k, v) { return this.keys.push(k); }, - $signature: 105 + $signature: 109 }; W.MidiInputMap_values_closure.prototype = { call$2: function(k, v) { return this.values.push(v); }, - $signature: 105 + $signature: 109 }; W.MidiOutputMap.prototype = { addAll$1: function(receiver, other) { @@ -144468,13 +143831,13 @@ call$2: function(k, v) { return this.keys.push(k); }, - $signature: 105 + $signature: 109 }; W.MidiOutputMap_values_closure.prototype = { call$2: function(k, v) { return this.values.push(v); }, - $signature: 105 + $signature: 109 }; W.MidiPort.prototype = { get$id: function(receiver) { @@ -144972,13 +144335,13 @@ call$2: function(k, v) { return this.keys.push(k); }, - $signature: 105 + $signature: 109 }; W.RtcStatsReport_values_closure.prototype = { call$2: function(k, v) { return this.values.push(v); }, - $signature: 105 + $signature: 109 }; W.ScreenOrientation.prototype = { unlock$0: function(receiver) { @@ -145168,19 +144531,19 @@ call$2: function(k, v) { this.$this.setItem(k, v); }, - $signature: 104 + $signature: 111 }; W.Storage_keys_closure.prototype = { call$2: function(k, v) { return this.keys.push(k); }, - $signature: 104 + $signature: 111 }; W.Storage_values_closure.prototype = { call$2: function(k, v) { return this.values.push(v); }, - $signature: 104 + $signature: 111 }; W.StyleElement.prototype = {}; W.StyleSheet.prototype = {$isStyleSheet: 1}; @@ -145504,7 +144867,7 @@ call$1: function($event) { this.controller.add$1(0, new W._BeforeUnloadEvent($event)); }, - $signature: 2646 + $signature: 785 }; W.WorkerGlobalScope.prototype = {$isWorkerGlobalScope: 1}; W._Attr.prototype = { @@ -145936,7 +145299,7 @@ call$2: function(k, v) { this.$this._html$_element.setAttribute(k, v); }, - $signature: 104 + $signature: 111 }; W._ElementAttributeMap.prototype = { containsKey$1: function(_, key) { @@ -146043,28 +145406,28 @@ var t1 = this.$this; t1._attributes._html$_element.setAttribute("data-" + t1._toHyphenedName$1(k), v); }, - $signature: 104 + $signature: 111 }; W._DataAttributeMap_forEach_closure.prototype = { call$2: function(key, value) { if (J.startsWith$1$s(key, "data-")) this.f.call$2(this.$this._toCamelCase$1(C.JSString_methods.substring$1(key, 5)), value); }, - $signature: 104 + $signature: 111 }; W._DataAttributeMap_keys_closure.prototype = { call$2: function(key, value) { if (J.startsWith$1$s(key, "data-")) this.keys.push(this.$this._toCamelCase$1(C.JSString_methods.substring$1(key, 5))); }, - $signature: 104 + $signature: 111 }; W._DataAttributeMap_values_closure.prototype = { call$2: function(key, value) { if (J.startsWith$1$s(key, "data-")) this.values.push(value); }, - $signature: 104 + $signature: 111 }; W.EventStreamProvider.prototype = {}; W._EventStream.prototype = { @@ -146136,13 +145499,13 @@ call$1: function(e) { return this.onData.call$1(e); }, - $signature: 68 + $signature: 72 }; W._EventStreamSubscription_onData_closure.prototype = { call$1: function(e) { return this.handleData.call$1(e); }, - $signature: 68 + $signature: 72 }; W._Html5NodeValidator.prototype = { _Html5NodeValidator$1$uriPolicy: function(uriPolicy) { @@ -146224,13 +145587,13 @@ call$1: function(v) { return v.allowsElement$1(this.element); }, - $signature: 666 + $signature: 684 }; W.NodeValidatorBuilder_allowsAttribute_closure.prototype = { call$1: function(v) { return v.allowsAttribute$3(this.element, this.attributeName, this.value); }, - $signature: 666 + $signature: 684 }; W._SimpleNodeValidator.prototype = { _SimpleNodeValidator$4$allowedAttributes$allowedElements$allowedUriAttributes: function(uriPolicy, allowedAttributes, allowedElements, allowedUriAttributes) { @@ -146273,13 +145636,13 @@ call$1: function(x) { return !C.JSArray_methods.contains$1(C.List_yrN, x); }, - $signature: 80 + $signature: 77 }; W._SimpleNodeValidator_closure0.prototype = { call$1: function(x) { return C.JSArray_methods.contains$1(C.List_yrN, x); }, - $signature: 80 + $signature: 77 }; W._TemplatingNodeValidator.prototype = { allowsAttribute$3: function(element, attributeName, value) { @@ -146296,7 +145659,7 @@ call$1: function(attr) { return "TEMPLATE::" + H.S(attr); }, - $signature: 103 + $signature: 106 }; W._SvgNodeValidator.prototype = { allowsElement$1: function(element) { @@ -146533,7 +145896,7 @@ child = nextChild; } }, - $signature: 2640 + $signature: 927 }; W._CssStyleDeclaration_Interceptor_CssStyleDeclarationBase.prototype = {}; W._DomRectList_Interceptor_ListMixin.prototype = {}; @@ -146658,13 +146021,13 @@ call$2: function(key, value) { this._box_0.copy[key] = this.$this.walk$1(value); }, - $signature: 122 + $signature: 117 }; P._StructuredClone_walk_closure0.prototype = { call$2: function(key, value) { this._box_0.copy[key] = this.$this.walk$1(value); }, - $signature: 321 + $signature: 311 }; P._AcceptStructuredClone.prototype = { findSlot$1: function(value) { @@ -146737,19 +146100,19 @@ J.$indexSet$ax(t1, key, t2); return t2; }, - $signature: 2630 + $signature: 932 }; P._convertDartToNative_Value_closure.prototype = { call$1: function(element) { this.array.push(P._convertDartToNative_Value(element)); }, - $signature: 82 + $signature: 81 }; P.convertDartToNative_Dictionary_closure.prototype = { call$2: function(key, value) { this.object[key] = P._convertDartToNative_Value(value); }, - $signature: 122 + $signature: 117 }; P._StructuredCloneDart2Js.prototype = { forEachObjectKey$2: function(object, action) { @@ -146872,19 +146235,19 @@ call$1: function(n) { return type$.Element._is(n); }, - $signature: 671 + $signature: 685 }; P.FilteredElementList__iterable_closure0.prototype = { call$1: function(n) { return type$.Element._as(n); }, - $signature: 2629 + $signature: 933 }; P.FilteredElementList_removeRange_closure.prototype = { call$1: function(el) { return J.remove$0$ax(el); }, - $signature: 82 + $signature: 81 }; P.Cursor.prototype = {}; P.CursorWithValue.prototype = { @@ -146901,7 +146264,7 @@ call$1: function(e) { this.completer.complete$1(0, new P._AcceptStructuredCloneDart2Js([], []).convertNativeToDart_AcceptStructuredClone$2$mustCopy(this.request.result, false)); }, - $signature: 68 + $signature: 72 }; P.Index.prototype = { get$name: function(receiver) { @@ -147064,7 +146427,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 444 + $signature: 336 }; P._FileStream__closeFile_done.prototype = { call$0: function() { @@ -147099,7 +146462,7 @@ if (t1._atEnd) t1._closeFile$0(); }, - $signature: 2626 + $signature: 934 }; P._FileStream__readBlock_closure0.prototype = { call$2: function(e, s) { @@ -147112,7 +146475,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 321 + $signature: 311 }; P._FileStream__start_onReady.prototype = { call$1: function(file) { @@ -147121,7 +146484,7 @@ t1._readInProgress = false; t1._readBlock$0(); }, - $signature: 661 + $signature: 683 }; P._FileStream__start_onOpenFile.prototype = { call$1: function(file) { @@ -147133,7 +146496,7 @@ else t3.call$1(file); }, - $signature: 661 + $signature: 683 }; P._FileStream__start_onOpenFile_closure.prototype = { call$2: function(e, s) { @@ -147144,7 +146507,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 321 + $signature: 311 }; P._FileStream__start_openFailed.prototype = { call$2: function(error, stackTrace) { @@ -147155,7 +146518,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 122 + $signature: 117 }; P._File.prototype = { open$1$mode: function(_, mode) { @@ -147178,7 +146541,7 @@ t1 = P._exceptionFromResponse(response, "Cannot open file", this.$this._path); throw H.wrapException(t1); }, - $signature: 2562 + $signature: 957 }; P._File_length_closure.prototype = { call$1: function(response) { @@ -147187,7 +146550,7 @@ t1 = P._exceptionFromResponse(response, "Cannot retrieve length of file", this.$this._path); throw H.wrapException(t1); }, - $signature: 2552 + $signature: 982 }; P.FileSystemEntityType.prototype = { toString$0: function(_) { @@ -147217,7 +146580,7 @@ } else return P._convertToJS(o); }, - $signature: 678 + $signature: 694 }; P._convertToJS_closure.prototype = { call$1: function(o) { @@ -147241,19 +146604,19 @@ call$1: function(o) { return new P.JsFunction(o); }, - $signature: 2549 + $signature: 984 }; P._wrapToDart_closure0.prototype = { call$1: function(o) { return new P.JsArray(o, type$.JsArray_dynamic); }, - $signature: 2548 + $signature: 986 }; P._wrapToDart_closure1.prototype = { call$1: function(o) { return new P.JsObject(o); }, - $signature: 2540 + $signature: 987 }; P.JsObject.prototype = { $index: function(_, property) { @@ -147390,7 +146753,7 @@ call$1: function(r) { return this.completer.complete$1(0, r); }, - $signature: 82 + $signature: 81 }; P.promiseToFuture_closure0.prototype = { call$1: function(e) { @@ -147398,7 +146761,7 @@ return this.completer.completeError$1(new P.NullRejectionException(e === undefined)); return this.completer.completeError$1(e); }, - $signature: 82 + $signature: 81 }; P._JSRandom.prototype = { nextInt$1: function(max) { @@ -147932,7 +147295,7 @@ call$0: function() { return new P._Channel(P.ListQueue$(1, type$._StoredMessage), 1); }, - $signature: 2539 + $signature: 991 }; P.OffsetBase.prototype = { $lt: function(_, other) { @@ -148443,7 +147806,7 @@ callback.call$1(new H.HtmlCodec(this.uri.toString$0(0), this.chunkCallback)); return null; }, - $signature: 2536 + $signature: 1013 }; P.Shadow.prototype = { $eq: function(_, other) { @@ -148960,13 +148323,13 @@ call$2: function(k, v) { return this.keys.push(k); }, - $signature: 105 + $signature: 109 }; P.AudioParamMap_values_closure.prototype = { call$2: function(k, v) { return this.values.push(v); }, - $signature: 105 + $signature: 109 }; P.AudioTrack.prototype = { get$id: function(receiver) { @@ -151012,7 +150375,7 @@ call$1: function(_) { return this.$this.afterFirstLayout$1(this.context); }, - $signature: 27 + $signature: 28 }; D.BoardItemState_build_closure3.prototype = { call$1: function(otd) { @@ -151038,7 +150401,7 @@ t1.initialY = t4; } }, - $signature: 99 + $signature: 101 }; D.BoardItemState_build_closure2.prototype = { call$0: function() { @@ -151177,7 +150540,7 @@ t1.leftListX = t2; } }, - $signature: 99 + $signature: 101 }; O.BoardListState_build_closure1.prototype = { call$0: function() { @@ -151222,7 +150585,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 139 + $signature: 132 }; O._BoardListState_State_AutomaticKeepAliveClientMixin.prototype = { initState$0: function() { @@ -152067,7 +151430,7 @@ if (_shown !== t1.shown) t1.setState$1(new N.BoardViewState_build__closure5(t1, _shown)); }, - $signature: 27 + $signature: 28 }; N.BoardViewState_build__closure5.prototype = { call$0: function() { @@ -152108,7 +151471,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 139 + $signature: 132 }; N.BoardViewState_build_closure1.prototype = { call$0: function() { @@ -152180,7 +151543,7 @@ if (t1._framework$_element != null) t1.setState$1(new N.BoardViewState_build__closure2()); }, - $signature: 27 + $signature: 28 }; N.BoardViewState_build__closure2.prototype = { call$0: function() { @@ -152201,7 +151564,7 @@ t1.setState$1(new N.BoardViewState_build__closure0()); } }, - $signature: 2513 + $signature: 1022 }; N.BoardViewState_build__closure0.prototype = { call$0: function() { @@ -152220,7 +151583,7 @@ if (t1._framework$_element != null) t1.setState$1(new N.BoardViewState_build__closure1()); }, - $signature: 204 + $signature: 212 }; N.BoardViewState_build__closure1.prototype = { call$0: function() { @@ -152250,7 +151613,7 @@ if (t1._framework$_element != null) t1.setState$1(new N.BoardViewState_build__closure()); }, - $signature: 2507 + $signature: 1051 }; N.BoardViewState_build__closure.prototype = { call$0: function() { @@ -152542,7 +151905,7 @@ call$2: function(h, i) { return A._combine(h, J.get$hashCode$(i)); }, - $signature: 651 + $signature: 682 }; D.BuiltList.prototype = { rebuild$1: function(updates) { @@ -153184,14 +152547,14 @@ var t1 = this.$this.$ti; this.replacement.$indexSet(0, t1._precomputed1._as(key), t1._rest[1]._as(value)); }, - $signature: 122 + $signature: 117 }; A.MapBuilder_replace_closure0.prototype = { call$2: function(key, value) { var t1 = this.$this.$ti; this.replacement.$indexSet(0, t1._precomputed1._as(key), t1._rest[1]._as(value)); }, - $signature: 122 + $signature: 117 }; X.BuiltSet.prototype = { get$hashCode: function(_) { @@ -153590,7 +152953,7 @@ $._indentingBuiltValueToStringHelperIndent = $._indentingBuiltValueToStringHelperIndent + 2; return new Y.IndentingBuiltValueToStringHelper(t1); }, - $signature: 2505 + $signature: 1056 }; Y.IndentingBuiltValueToStringHelper.prototype = { add$2: function(_, field, value) { @@ -153726,7 +153089,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2503 + $signature: 1059 }; U.Serializers_Serializers_closure0.prototype = { call$0: function() { @@ -153735,7 +153098,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2499 + $signature: 1060 }; U.Serializers_Serializers_closure1.prototype = { call$0: function() { @@ -153744,7 +153107,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2498 + $signature: 1063 }; U.Serializers_Serializers_closure2.prototype = { call$0: function() { @@ -153752,7 +153115,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2496 + $signature: 1094 }; U.Serializers_Serializers_closure3.prototype = { call$0: function() { @@ -153761,7 +153124,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2486 + $signature: 1105 }; U.FullType.prototype = { $eq: function(_, other) { @@ -154162,13 +153525,13 @@ call$1: function(value) { return this.serializers.serialize$2$specifiedType(value, this.valueType); }, - $signature: 142 + $signature: 145 }; R.BuiltListMultimapSerializer_deserialize_closure.prototype = { call$1: function(value) { return this.serializers.deserialize$2$specifiedType(value, this.valueType); }, - $signature: 643 + $signature: 681 }; K.BuiltListSerializer.prototype = { serialize$3$specifiedType: function(serializers, builtList, specifiedType) { @@ -154206,13 +153569,13 @@ call$1: function(item) { return this.serializers.serialize$2$specifiedType(item, this.elementType); }, - $signature: 142 + $signature: 145 }; K.BuiltListSerializer_deserialize_closure.prototype = { call$1: function(item) { return this.serializers.deserialize$2$specifiedType(item, this.elementType); }, - $signature: 142 + $signature: 145 }; K.BuiltMapSerializer.prototype = { serialize$3$specifiedType: function(serializers, builtMap, specifiedType) { @@ -154346,13 +153709,13 @@ call$1: function(value) { return this.serializers.serialize$2$specifiedType(value, this.valueType); }, - $signature: 142 + $signature: 145 }; R.BuiltSetMultimapSerializer_deserialize_closure.prototype = { call$1: function(value) { return this.serializers.deserialize$2$specifiedType(value, this.valueType); }, - $signature: 142 + $signature: 145 }; O.BuiltSetSerializer.prototype = { serialize$3$specifiedType: function(serializers, builtSet, specifiedType) { @@ -154390,13 +153753,13 @@ call$1: function(item) { return this.serializers.serialize$2$specifiedType(item, this.elementType); }, - $signature: 142 + $signature: 145 }; O.BuiltSetSerializer_deserialize_closure.prototype = { call$1: function(item) { return this.serializers.deserialize$2$specifiedType(item, this.elementType); }, - $signature: 142 + $signature: 145 }; Z.DateTimeSerializer.prototype = { serialize$3$specifiedType: function(serializers, dateTime, specifiedType) { @@ -154801,7 +154164,7 @@ call$1: function(value) { return value == null; }, - $signature: 111 + $signature: 102 }; T.StandardJsonPlugin__toList_closure0.prototype = { call$2: function(key, value) { @@ -154816,13 +154179,13 @@ t1[t3 + 1] = value; t2.i = t3 + 2; }, - $signature: 122 + $signature: 117 }; T.StandardJsonPlugin__toListUsingDiscriminator_closure.prototype = { call$1: function(value) { return value == null; }, - $signature: 111 + $signature: 102 }; T.StandardJsonPlugin__toListUsingDiscriminator_closure0.prototype = { call$2: function(key, value) { @@ -154839,7 +154202,7 @@ t1[t3 + 1] = value; t2.i = t3 + 2; }, - $signature: 122 + $signature: 117 }; A.CachedNetworkImage.prototype = { build$1: function(_, context) { @@ -155063,7 +154426,7 @@ call$2: function(bytes, total) { this.chunkEvents.add$1(0, new L.ImageChunkEvent(bytes, total)); }, - $signature: 216 + $signature: 342 }; Z.ImageRenderMethodForWeb.prototype = { toString$0: function(_) { @@ -155223,7 +154586,7 @@ t1._multi_image_stream_completer$_decodeNextFrameAndSchedule$0(); } }, - $signature: 641 + $signature: 679 }; B.MultiImageStreamCompleter_closure0.prototype = { call$2: function(error, stack) { @@ -155231,7 +154594,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 395 + $signature: 334 }; B.MultiImageStreamCompleter_closure1.prototype = { call$2: function(error, stack) { @@ -155239,7 +154602,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 395 + $signature: 334 }; T.StringCharacters.prototype = { get$iterator: function(_) { @@ -155999,13 +155362,13 @@ call$1: function(_) { return null; }, - $signature: 639 + $signature: 677 }; T.BaseBarRenderer_preprocessSeries__closure1.prototype = { call$0: function() { return P.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.BaseBarRendererElement); }, - $signature: 2476 + $signature: 1186 }; T.BaseBarRenderer_preprocessSeries__closure2.prototype = { call$1: function(index) { @@ -156015,7 +155378,7 @@ t1.toString; return t1; }, - $signature: 2468 + $signature: 1195 }; T.BaseBarRenderer_preprocessSeries_closure0.prototype = { call$1: function(series) { @@ -156056,7 +155419,7 @@ call$2: function(a, b) { return a + b; }, - $signature: 189 + $signature: 270 }; T.BaseBarRenderer_update_closure.prototype = { call$1: function(series) { @@ -156157,7 +155520,7 @@ call$0: function() { return P.LinkedHashSet_LinkedHashSet$_empty(type$.String); }, - $signature: 405 + $signature: 427 }; T.BaseBarRenderer_update_closure0.prototype = { call$2: function(key, barStackList) { @@ -156266,7 +155629,7 @@ allKeys.addAll$1(0, keys); return allKeys; }, - $signature: 2461 + $signature: 1229 }; T.BaseBarRenderer__getSegmentsForDomainValue_closure0.prototype = { call$1: function(stackKey) { @@ -156340,13 +155703,13 @@ call$0: function() { return H.setRuntimeTypeInfo([], type$.JSArray_int); }, - $signature: 2460 + $signature: 1255 }; T._ReversedSeriesIterator_closure0.prototype = { call$2: function(_, indices) { return C.JSArray_methods.addAll$1(this.$this._visitIndex, J.get$reversed$ax(indices)); }, - $signature: 2457 + $signature: 1284 }; A.BaseBarRendererConfig.prototype = { $eq: function(_, other) { @@ -157220,13 +156583,13 @@ t1.set$textStyle(0, this.wholeLabel._text_element$_textStyle); return t1; }, - $signature: 2456 + $signature: 1314 }; R.BaseTickDrawStrategy_getLabelWidth_closure.prototype = { call$1: function(line) { return line.get$measurement().horizontalSliceWidth; }, - $signature: 2454 + $signature: 1316 }; R._PixelVerticalDirection.prototype = { toString$0: function(_) { @@ -158291,7 +157654,7 @@ call$1: function(value) { return value == null ? "" : this.numberFormat.format$1(value); }, - $signature: 630 + $signature: 676 }; K.BaseTickProvider.prototype = { createTicks$8$context$formatter$formatterValueCache$graphicsFactory$scale$stepSize$tickDrawStrategy: function(domainValues, context, formatter, formatterValueCache, graphicsFactory, scale, stepSize, tickDrawStrategy) { @@ -158624,14 +157987,14 @@ call$1: function(t1) { return this._box_0._currentTicks = t1; }, - $signature: 2453 + $signature: 1324 }; L.TimeRangeTickProviderImpl_getTicks__currentTicks_get.prototype = { call$0: function() { var t1 = this._box_0._currentTicks; return t1 === $ ? H.throwExpression(H.LateError$localNI("currentTicks")) : t1; }, - $signature: 2449 + $signature: 1328 }; Y.TimeStepIteratorFactory.prototype = {}; R.TimeTickFormatterImpl.prototype = { @@ -158848,32 +158211,32 @@ axis.context = t1; axis.tickDrawStrategy = Y.NoneDrawStrategy$(t1, this.graphicsFactory, type$.num); }, - $signature: 225 + $signature: 236 }; L.CartesianChart_makeSeries_closure.prototype = { call$1: function(_) { return 0; }, - $signature: 2446 + $signature: 1359 }; L.CartesianChart_preprocessSeries_closure.prototype = { call$2: function(axisId, axis) { this.$this.addView$1(axis); }, - $signature: 225 + $signature: 236 }; L.CartesianChart_preprocessSeries_closure0.prototype = { call$2: function(axisId, axis) { axis.resetDomains$0(); }, - $signature: 225 + $signature: 236 }; L.CartesianChart_preprocessSeries_closure1.prototype = { call$2: function(axisId, axis) { axis.axisOrientation = this.reverseAxisDirection ? C.AxisOrientation_3 : C.AxisOrientation_1; axis.reverseOutputRange = this.$this.flipVerticalAxisOutput; }, - $signature: 225 + $signature: 236 }; L.CartesianChart_preprocessSeries_closure2.prototype = { call$2: function(rendererId, seriesList) { @@ -158889,7 +158252,7 @@ call$2: function(axisId, axis) { axis.updateTicks$0(); }, - $signature: 225 + $signature: 236 }; F.BaseCartesianRenderer.prototype = { get$chart: function() { @@ -159306,7 +158669,7 @@ view.set$graphicsFactory(t1); return t1; }, - $signature: 126 + $signature: 125 }; X.BaseChart_getSelectionModel_closure.prototype = { call$0: function() { @@ -159326,7 +158689,7 @@ t1.toString; return J.containsPoint$1$x(t1, this.chartPosition); }, - $signature: 80 + $signature: 77 }; X.BaseChart_getNearestDatumDetailPerSeries_closure.prototype = { call$1: function(rendererId) { @@ -159489,7 +158852,7 @@ t1 = t1.get$animatingThisDraw() ? t1.animationPercent : 1; view.paint$2(this.canvas, t1); }, - $signature: 126 + $signature: 125 }; X.BaseChart_fireOnDraw_closure.prototype = { call$1: function(listener) { @@ -159616,7 +158979,7 @@ else return origColor; }, - $signature: 169 + $signature: 178 }; D.Legend.prototype = { get$_legend$_chart: function() { @@ -159998,7 +159361,7 @@ call$1: function(id) { return !this.seriesIds.contains$1(0, id); }, - $signature: 80 + $signature: 77 }; Z.SeriesLegend_preProcessSeriesList_closure.prototype = { call$1: function(series) { @@ -160012,7 +159375,7 @@ call$1: function(id) { return id === this.seriesId; }, - $signature: 80 + $signature: 77 }; E.LinePointHighlighter0.prototype = { get$_line_point_highlighter$_chart: function() { @@ -160551,7 +159914,7 @@ call$1: function(i) { return J.toString$0$(this.$this.domainFn.call$1(i)); }, - $signature: 2435 + $signature: 1425 }; N.ImmutableSeries.prototype = {}; D.SelectionModel.prototype = { @@ -160731,7 +160094,7 @@ t1.toString; return t1; }, - $signature: 169 + $signature: 178 }; B.BaseSeriesRenderer_assignMissingColors_closure0.prototype = { call$1: function(series) { @@ -160763,7 +160126,7 @@ call$1: function(_) { return this.color; }, - $signature: 169 + $signature: 178 }; B.BaseSeriesRenderer_assignMissingColors_closure1.prototype = { call$1: function(category) { @@ -160798,13 +160161,13 @@ call$1: function(_) { return this.color; }, - $signature: 169 + $signature: 178 }; B.BaseSeriesRenderer_assignMissingColors__closure1.prototype = { call$1: function(index) { return this.series.colorFn.call$1(index); }, - $signature: 169 + $signature: 178 }; B.BaseSeriesRenderer_assignMissingColors_closure3.prototype = { call$1: function(series) { @@ -160819,7 +160182,7 @@ call$1: function(index) { return this.series.colorFn.call$1(index); }, - $signature: 169 + $signature: 178 }; B.BaseSeriesRenderer_assignMissingColors_closure4.prototype = { call$1: function(series) { @@ -161005,7 +160368,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 629 + $signature: 674 }; D.LayoutManagerImpl_positionOrderedViews_closure.prototype = { call$2: function(v1, v2) { @@ -161018,20 +160381,20 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 629 + $signature: 674 }; D.LayoutManagerImpl_drawableLayoutAreaBounds_closure.prototype = { call$1: function(view) { return view.get$isSeriesRenderer(); }, - $signature: 632 + $signature: 673 }; D.LayoutManagerImpl_layout_closure.prototype = { call$1: function(view) { var t1 = this.$this; return view.layout$2(0, t1.get$_layout_manager_impl$_drawAreaBounds(), t1.get$_layout_manager_impl$_drawAreaBounds()); }, - $signature: 126 + $signature: 125 }; D.LayoutManagerImpl__viewsForPositions_closure.prototype = { call$1: function(view) { @@ -161043,7 +160406,7 @@ t1 = true; return t1; }, - $signature: 632 + $signature: 673 }; D._MeasuredSizes.prototype = {}; B.SizeList.prototype = { @@ -161113,7 +160476,7 @@ t1.preferredSizes.add$1(0, size.preferredWidth); t1.minimumSizes.add$1(0, size.minWidth); }, - $signature: 126 + $signature: 125 }; B.LeftMarginLayoutStrategy.prototype = { layout$4: function(_, views, measuredSizes, fullBounds, drawAreaBounds) { @@ -161136,7 +160499,7 @@ view.layout$2(0, P.Rectangle$(left, 0 + t3, width, t2 - 0, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 126 + $signature: 125 }; B.RightMarginLayoutStrategy.prototype = { layout$4: function(_, views, measuredSizes, fullBounds, drawAreaBounds) { @@ -161159,7 +160522,7 @@ view.layout$2(0, P.Rectangle$(t2, 0 + t4, width, t3 - 0, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 126 + $signature: 125 }; B.HorizontalMarginStrategy.prototype = { measure$4$fullWidth$maxHeight$width: function(_, views, fullWidth, maxHeight, width) { @@ -161190,7 +160553,7 @@ t1.preferredSizes.add$1(0, size.preferredHeight); t1.minimumSizes.add$1(0, size.minHeight); }, - $signature: 126 + $signature: 125 }; B.TopMarginLayoutStrategy.prototype = { layout$4: function(_, views, measuredSizes, fullBounds, drawAreaBounds) { @@ -161213,7 +160576,7 @@ view.layout$2(0, P.Rectangle$(0 + t3, $top, t2 - 0, height, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 126 + $signature: 125 }; B.BottomMarginLayoutStrategy.prototype = { layout$4: function(_, views, measuredSizes, fullBounds, drawAreaBounds) { @@ -161236,7 +160599,7 @@ view.layout$2(0, P.Rectangle$(0 + t4, t2, t3 - 0, height, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 126 + $signature: 125 }; X.LayoutPosition.prototype = { toString$0: function(_) { @@ -161560,7 +160923,7 @@ return _null; return new K.Color0(color.r, color.g, color.b, C.JSNumber_methods.round$0(color.a * 0.1), _null, _null); }, - $signature: 2431 + $signature: 1461 }; T.LineRenderer_preprocessSeries_closure.prototype = { call$1: function(series) { @@ -161630,7 +160993,7 @@ call$1: function(_) { return null; }, - $signature: 639 + $signature: 677 }; T.LineRenderer__mergeIntoSeriesMap_closure.prototype = { call$1: function(series) { @@ -161786,7 +161149,7 @@ animatingElements.allPoints = allPointList; _this.previousPointList[t3] = allPointList; }, - $signature: 2428 + $signature: 1499 }; T.LineRenderer_update___closure.prototype = { call$1: function(elements) { @@ -162548,7 +161911,7 @@ call$1: function(_) { return false; }, - $signature: 374 + $signature: 387 }; M.MaterialPalette__orderedPalettes_closure.prototype = { call$0: function() { @@ -162556,7 +161919,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 108 + $signature: 110 }; M.MaterialPalette__orderedPalettes_closure0.prototype = { call$0: function() { @@ -162564,7 +161927,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 108 + $signature: 110 }; M.MaterialPalette__orderedPalettes_closure1.prototype = { call$0: function() { @@ -162572,7 +161935,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 108 + $signature: 110 }; M.MaterialPalette__orderedPalettes_closure2.prototype = { call$0: function() { @@ -162580,7 +161943,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 108 + $signature: 110 }; M.MaterialPalette__orderedPalettes_closure3.prototype = { call$0: function() { @@ -162588,7 +161951,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 108 + $signature: 110 }; M.MaterialPalette__orderedPalettes_closure4.prototype = { call$0: function() { @@ -162596,7 +161959,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 108 + $signature: 110 }; M.MaterialPalette__orderedPalettes_closure5.prototype = { call$0: function() { @@ -162604,7 +161967,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 108 + $signature: 110 }; M.MaterialPalette__orderedPalettes_closure6.prototype = { call$0: function() { @@ -162612,7 +161975,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 108 + $signature: 110 }; M.MaterialPalette__orderedPalettes_closure7.prototype = { call$0: function() { @@ -162620,7 +161983,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 108 + $signature: 110 }; M.MaterialPalette__orderedPalettes_closure8.prototype = { call$0: function() { @@ -162628,7 +161991,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 108 + $signature: 110 }; M.MaterialPalette__orderedPalettes_closure9.prototype = { call$0: function() { @@ -162636,13 +161999,13 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 108 + $signature: 110 }; M.MaterialPalette__orderedPalettes_closure10.prototype = { call$1: function(f) { return f.call$0(); }, - $signature: 2427 + $signature: 1562 }; M.MaterialBlue.prototype = { get$shadeDefault: function() { @@ -162816,7 +162179,7 @@ t1 = t1 == null ? null : t1.call$1(this.localPosition); return t1 == null ? false : t1; }, - $signature: 229 + $signature: 210 }; G.ProxyGestureListener_onTap_closure.prototype = { call$1: function(listener) { @@ -162824,7 +162187,7 @@ t1 = t1 == null ? null : t1.call$1(this.localPosition); return t1 == null ? false : t1; }, - $signature: 229 + $signature: 210 }; G.ProxyGestureListener_onDragStart_closure.prototype = { call$1: function(listener) { @@ -162832,7 +162195,7 @@ t1 = t1 == null ? null : t1.call$1(this.localPosition); return t1 == null ? false : t1; }, - $signature: 229 + $signature: 210 }; G.ProxyGestureListener_onDragUpdate_closure.prototype = { call$1: function(listener) { @@ -162840,7 +162203,7 @@ t1 = t1 == null ? null : t1.call$2(this.localPosition, this.scale); return t1 == null ? false : t1; }, - $signature: 229 + $signature: 210 }; G.ProxyGestureListener_onDragEnd_closure.prototype = { call$1: function(listener) { @@ -162848,14 +162211,14 @@ t1 = t1 == null ? null : t1.call$3(this.localPosition, this.scale, this.pixelsPerSecond); return t1 == null ? false : t1; }, - $signature: 229 + $signature: 210 }; G.ProxyGestureListener__cancel_closure.prototype = { call$1: function(listener) { if (!C.JSArray_methods.contains$1(this.keep, listener)) listener.onTapCancel.call$0(); }, - $signature: 626 + $signature: 672 }; G.ProxyGestureListener__populateActiveListeners_closure.prototype = { call$1: function(listener) { @@ -162868,7 +162231,7 @@ } else if (claimed || !_this._box_0.previouslyClaimed) _this.$this._activeListeners.push(listener); }, - $signature: 626 + $signature: 672 }; D.MaterialStyle.prototype = {}; M.StyleFactory.prototype = {}; @@ -163019,14 +162382,14 @@ index.toString; return this.measureFn.call$2(this.data[index], index); }, - $signature: 2424 + $signature: 1574 }; F.Series_Series_closure1.prototype = { call$1: function(index) { index.toString; return this.colorFn.call$2(this.data[index], index); }, - $signature: 169 + $signature: 178 }; F.AttributeKey.prototype = {}; F.SeriesAttributes.prototype = {}; @@ -163198,7 +162561,7 @@ var t1 = this.behavior; return userBehavior.get$role(userBehavior) === t1.get$role(t1); }, - $signature: 624 + $signature: 670 }; X.BaseChart__updateSelectionModel_closure.prototype = { call$1: function(model) { @@ -163232,19 +162595,19 @@ t2.toString; C.JSArray_methods.remove$1(t1._updatedListeners, t2); }, - $signature: 2421 + $signature: 1614 }; X.BaseChart_getDesiredGestures_closure.prototype = { call$1: function(behavior) { this.types.addAll$1(0, behavior.get$desiredGestures()); }, - $signature: 619 + $signature: 669 }; X.BaseChart_getDesiredGestures_closure0.prototype = { call$1: function(behavior) { this.types.addAll$1(0, behavior.get$desiredGestures()); }, - $signature: 619 + $signature: 669 }; U.BaseChartState.prototype = { get$_base_chart_state$_animationController: function() { @@ -163325,13 +162688,13 @@ this.chartWidgets.push(T.LayoutId$(behavior.build$1(0, this.context), id)); } }, - $signature: 2420 + $signature: 1682 }; U.BaseChartState_dispose_closure.prototype = { call$2: function(_, controller) { return controller.dispose$0(0); }, - $signature: 2416 + $signature: 1684 }; U.BaseChartState__animationTick_closure.prototype = { call$0: function() { @@ -163440,7 +162803,7 @@ } return T.Row$(rowChildren, C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null); }, - $signature: 2410 + $signature: 1737 }; Y.TabularLegendContentBuilder.prototype = { $eq: function(_, o) { @@ -163488,7 +162851,7 @@ break; } }, - $signature: 141 + $signature: 144 }; L.TabularLegendLayout.prototype = { build$2: function(_, context, legendEntries) { @@ -163557,25 +162920,25 @@ t1.toString; return new T.Padding(t1, entry, null); }, - $signature: 2407 + $signature: 1769 }; L.TabularLegendLayout__buildTableFromRows_closure.prototype = { call$1: function(r) { return r.children.length; }, - $signature: 2406 + $signature: 1878 }; L.TabularLegendLayout__buildTableFromRows_closure0.prototype = { call$2: function(max, current) { return current > max ? current : max; }, - $signature: 441 + $signature: 366 }; L.TabularLegendLayout__buildTableFromRows_closure1.prototype = { call$1: function(_) { return this.padWidget; }, - $signature: 2403 + $signature: 1904 }; Z.SeriesLegend.prototype = { createCommonBehavior$0: function() { @@ -164085,13 +163448,13 @@ t3.forward$1$from(0, t2._duration === 0 ? 1 : 0); t1._animationValue = t1.get$_base_chart_state$_animationController().get$_animation_controller$_value(); }, - $signature: 82 + $signature: 81 }; X.ChartContainerRenderObject_requestRebuild_doRebuild.prototype = { call$1: function(_) { this.$this.get$_chartState().requestRebuild$0(); }, - $signature: 82 + $signature: 81 }; X.ChartContainerCustomPaint.prototype = { paint$2: function(canvas, size) { @@ -164217,7 +163580,7 @@ t1.toString; return M.getChartContainerRenderObject(type$.RenderBox._as(t1)); }, - $signature: 2399 + $signature: 1910 }; K.ChartGestureDetector_onTapDown_closure.prototype = { call$0: function() { @@ -164390,7 +163753,7 @@ call$1: function(child) { return child instanceof E.RenderSemanticsGestureHandler; }, - $signature: 606 + $signature: 657 }; E.WidgetLayoutDelegate.prototype = { performLayout$1: function(size) { @@ -164556,14 +163919,14 @@ call$1: function(t1) { return this._box_0._behaviorOffset = t1; }, - $signature: 2329 + $signature: 1912 }; E.WidgetLayoutDelegate__getBehaviorOffset__behaviorOffset_get.prototype = { call$0: function() { var t1 = this._box_0._behaviorOffset; return t1 === $ ? H.throwExpression(H.LateError$localNI("behaviorOffset")) : t1; }, - $signature: 2326 + $signature: 1924 }; E._HorizontalJustification.prototype = { toString$0: function(_) { @@ -165141,7 +164504,7 @@ $defaultValues: function() { return {labelConstraints: null, labelText: null}; }, - $signature: 2325 + $signature: 1995 }; M.ScrollLabel.prototype = { build$1: function(_, context) { @@ -165242,14 +164605,14 @@ t6 = H.throwExpression(H.LateError$fieldNI("_labelAnimation")); return new U.NotificationListener(T.Stack$(C.AlignmentDirectional_m1_m1, H.setRuntimeTypeInfo([new T.RepaintBoundary(t2, _null), new T.RepaintBoundary(D.GestureDetector$(_null, M.Container$(C.Alignment_1_m1, t4.scrollThumbBuilder$6$labelConstraints$labelText(C.Color_4294967295, t5, t6, 48, _null, this._box_0.labelText), C.Clip_0, _null, _null, _null, _null, _null, _null, new V.EdgeInsets(0, t3, 0, 0), _null, _null, _null, _null), C.DragStartBehavior_1, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1.get$_onVerticalDragEnd(), t1.get$_onVerticalDragStart(), t1.get$_draggable_scrollbar$_onVerticalDragUpdate()), _null)], type$.JSArray_Widget), C.Clip_1, C.StackFit_0, _null, _null), new M._DraggableScrollbarState_build__closure(t1), _null, type$.NotificationListener_ScrollNotification); }, - $signature: 2317 + $signature: 2015 }; M._DraggableScrollbarState_build__closure.prototype = { call$1: function(notification) { this.$this.changePosition$1(notification); return false; }, - $signature: 158 + $signature: 162 }; M._DraggableScrollbarState_changePosition_closure.prototype = { call$0: function() { @@ -165414,7 +164777,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 236 + $signature: 214 }; M.__DraggableScrollbarState_State_TickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -165524,7 +164887,7 @@ return B.DirectoryNode$($parent); return null; }, - $signature: 2313 + $signature: 2028 }; Q.MemoryDirectory_createTempSync_closure.prototype = { call$0: function() { @@ -165667,7 +165030,7 @@ return B.DirectoryNode$($parent); return null; }, - $signature: 2305 + $signature: 2048 }; T._FileSink.prototype = { get$isStreaming: function() { @@ -165715,14 +165078,14 @@ call$1: function(t1) { return this._box_0._node0 = t1; }, - $signature: 2296 + $signature: 2061 }; T._FileSink__FileSink$fromFile__node_get.prototype = { call$0: function() { var t1 = this._box_0._node0; return t1 === $ ? H.throwExpression(H.LateError$localNI("node")) : t1; }, - $signature: 593 + $signature: 652 }; T._FileSink__FileSink$fromFile_closure.prototype = { call$0: function() { @@ -165739,7 +165102,7 @@ } return t1.call$0(); }, - $signature: 593 + $signature: 652 }; T._FileSink_addStream_finish.prototype = { call$0: function() { @@ -165755,7 +165118,7 @@ call$1: function(data) { return this.$this._addData$1(data); }, - $signature: 592 + $signature: 651 }; T._FileSink_addStream_closure0.prototype = { call$2: function(error, stackTrace) { @@ -165764,13 +165127,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 137 + $signature: 129 }; T._FileSink_close_closure.prototype = { call$1: function(_) { return this.$this._memory_file$_completer.complete$0(0); }, - $signature: 2295 + $signature: 2161 }; T._FileSink_close_closure0.prototype = { call$2: function(error, stackTrace) { @@ -165778,14 +165141,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 133 + $signature: 128 }; T._FileSink__addData_closure.prototype = { call$1: function(node) { node.write$1(0, this.data); return node; }, - $signature: 2294 + $signature: 2187 }; M.MemoryFileStat.prototype = {}; X._MemoryFileSystem.prototype = { @@ -165878,7 +165241,7 @@ call$3: function($parent, childName, child) { return this.segmentVisitor.call$5($parent, childName, child, this.i, this.finalSegment); }, - $signature: 590 + $signature: 649 }; U.MemoryFileSystemEntity.prototype = { get$backingOrNull: function() { @@ -166032,7 +165395,7 @@ } return child; }, - $signature: 2292 + $signature: 2198 }; B.Node0.prototype = { Node$1: function(_parent) { @@ -166139,44 +165502,44 @@ t2 = false; return t2 ? t1.call$3($parent, childName, child) : child; }, - $signature: 590 + $signature: 649 }; R.DirectoryAddOnsMixin.prototype = {}; S.ErrorCodes_EINVAL_closure.prototype = { call$1: function(codes) { return 22; }, - $signature: 187 + $signature: 195 }; S.ErrorCodes_EISDIR_closure.prototype = { call$1: function(codes) { return 21; }, - $signature: 187 + $signature: 195 }; S.ErrorCodes_ELOOP_closure.prototype = { call$1: function(codes) { return 40; }, - $signature: 187 + $signature: 195 }; S.ErrorCodes_ENOENT_closure.prototype = { call$1: function(codes) { return 2; }, - $signature: 187 + $signature: 195 }; S.ErrorCodes_ENOTDIR_closure.prototype = { call$1: function(codes) { return 20; }, - $signature: 187 + $signature: 195 }; S.ErrorCodes_ENOTEMPTY_closure.prototype = { call$1: function(codes) { return 39; }, - $signature: 187 + $signature: 195 }; S._LinuxCodes.prototype = {$is_Codes: 1}; S._MacOSCodes.prototype = {$is_Codes: 1}; @@ -166258,7 +165621,7 @@ t1.toString; C.FileList_methods.forEach$1(t1, new G.FilePickerWeb_pickFiles_changeEventListener_closure(_this.$this, _this.withReadStream, new G.FilePickerWeb_pickFiles_changeEventListener_addPickedFile(H.setRuntimeTypeInfo([], type$.JSArray_PlatformFile), t1, _this.filesCompleter), _this.withData)); }, - $signature: 82 + $signature: 81 }; G.FilePickerWeb_pickFiles_changeEventListener_addPickedFile.prototype = { call$4: function(file, bytes, path, readStream) { @@ -166268,7 +165631,7 @@ if (t1.length >= this.files.length) this.filesCompleter.complete$1(0, t1); }, - $signature: 2291 + $signature: 2216 }; G.FilePickerWeb_pickFiles_changeEventListener_closure.prototype = { call$1: function(file) { @@ -166283,26 +165646,26 @@ W._EventStreamSubscription$(reader, "loadend", new G.FilePickerWeb_pickFiles_changeEventListener__closure0(this.addPickedFile, file, reader), false, type$.legacy_ProgressEvent); reader.readAsArrayBuffer(file); }, - $signature: 2290 + $signature: 2226 }; G.FilePickerWeb_pickFiles_changeEventListener__closure.prototype = { call$1: function(e) { this.addPickedFile.call$4(this.file, null, H._asStringQ(C.FileReader_methods.get$result(this.reader)), null); }, - $signature: 179 + $signature: 165 }; G.FilePickerWeb_pickFiles_changeEventListener__closure0.prototype = { call$1: function(e) { this.addPickedFile.call$4(this.file, type$.nullable_Uint8List._as(C.FileReader_methods.get$result(this.reader)), null, null); }, - $signature: 179 + $signature: 165 }; G.FilePickerWeb_pickFiles_cancelledEventListener.prototype = { call$1: function(_) { C.Window_methods.removeEventListener$2(window, "focus", this); P.Future_Future$delayed(P.Duration$(0, 0, 0, 500, 0, 0), null, type$.dynamic).then$1$1(0, new G.FilePickerWeb_pickFiles_cancelledEventListener_closure(this._box_0, this.filesCompleter), type$.Null); }, - $signature: 82 + $signature: 81 }; G.FilePickerWeb_pickFiles_cancelledEventListener_closure.prototype = { call$1: function(value) { @@ -166318,7 +165681,7 @@ call$2: function(prev, next) { return (prev.length === 0 ? "" : prev + ",") + " ." + H.S(next); }, - $signature: 659 + $signature: 708 }; G.FileType.prototype = { toString$0: function(_) { @@ -167771,7 +167134,7 @@ var marker = color.$eq(0, this.$this._effectiveColor) ? "*" : ""; return marker + $name + " = " + color.toString$0(0) + marker; }, - $signature: 2257 + $signature: 2291 }; E._CupertinoDynamicColor_Color_Diagnosticable.prototype = {}; L._CupertinoDesktopTextSelectionControls.prototype = { @@ -167826,7 +167189,7 @@ call$0: function() { return D.CupertinoRouteTransitionMixin__isPopGestureEnabled(this.route); }, - $signature: 210 + $signature: 196 }; D.CupertinoRouteTransitionMixin_buildPageTransitions_closure0.prototype = { call$0: function() { @@ -167902,9 +167265,9 @@ var t2, t3, _this = this, t1 = _this._backGestureController; t1.toString; - t2 = details.velocity.pixelsPerSecond._dx; + t2 = details.velocity; t3 = _this._framework$_element; - t1.dragEnd$1(_this._convertToLogical$1(t2 / t3.get$size(t3)._dx)); + t1.dragEnd$1(_this._convertToLogical$1(t2.pixelsPerSecond._dx / t3.get$size(t3)._dx)); _this._backGestureController = null; }, _route$_handleDragCancel$0: function() { @@ -167974,14 +167337,14 @@ call$1: function(t1) { return this._box_0._animationStatusCallback = t1; }, - $signature: 2253 + $signature: 2292 }; D._CupertinoBackGestureController_dragEnd__animationStatusCallback_get.prototype = { call$0: function() { var t1 = this._box_0._animationStatusCallback; return t1 === $ ? H.throwExpression(H.LateError$localNI("animationStatusCallback")) : t1; }, - $signature: 2252 + $signature: 2293 }; D._CupertinoBackGestureController_dragEnd_closure.prototype = { call$1: function($status) { @@ -167989,7 +167352,7 @@ t1.navigator.didStopUserGesture$0(); t1.controller.removeStatusListener$1(this._animationStatusCallback_get.call$0()); }, - $signature: 35 + $signature: 36 }; D._CupertinoEdgeShadowDecoration.prototype = { lerpFrom$2: function(a, t) { @@ -168042,7 +167405,7 @@ t1.toString; return t1; }, - $signature: 450 + $signature: 352 }; D._CupertinoEdgeShadowDecoration_lerp_closure0.prototype = { call$1: function(color) { @@ -168050,7 +167413,7 @@ t1.toString; return t1; }, - $signature: 450 + $signature: 352 }; D._CupertinoEdgeShadowPainter.prototype = { paint$3: function(canvas, offset, configuration) { @@ -168197,7 +167560,7 @@ call$1: function(_) { return X.HapticFeedback_mediumImpact(); }, - $signature: 579 + $signature: 648 }; N.CupertinoSwitch.prototype = { createState$0: function() { @@ -168530,7 +167893,7 @@ call$2: function(innerContext, offset) { C.C_CupertinoThumbPainter.paint$2(innerContext.get$canvas(innerContext), this.thumbBounds); }, - $signature: 86 + $signature: 88 }; N.__CupertinoSwitchState_State_TickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -168670,7 +168033,7 @@ call$1: function(color) { return E.CupertinoDynamicColor_maybeResolve(color, this.context); }, - $signature: 577 + $signature: 647 }; K.NoDefaultCupertinoThemeData.prototype = { resolveFrom$1: function(context) { @@ -168706,7 +168069,7 @@ call$1: function(color) { return E.CupertinoDynamicColor_maybeResolve(color, this.context); }, - $signature: 577 + $signature: 647 }; K._CupertinoThemeDefaults.prototype = { resolveFrom$2: function(context, resolveTextTheme) { @@ -168731,7 +168094,7 @@ call$1: function(color) { return color instanceof E.CupertinoDynamicColor ? color.resolveFrom$1(this.context) : color; }, - $signature: 450 + $signature: 352 }; K._CupertinoTextThemeDefaults.prototype = {}; K._DefaultCupertinoTextThemeData.prototype = {}; @@ -168765,7 +168128,7 @@ call$0: function() { return null; }, - $signature: 2251 + $signature: 2316 }; U._browserPlatform_closure.prototype = { call$0: function() { @@ -168785,7 +168148,7 @@ return C.TargetPlatform_3; return C.TargetPlatform_0; }, - $signature: 2250 + $signature: 2324 }; U._ErrorDiagnostic.prototype = { get$value: function(_) { @@ -168929,7 +168292,7 @@ call$1: function(node) { return node.get$level(node) === C.DiagnosticLevel_6; }, - $signature: 2245 + $signature: 2325 }; U.FlutterErrorDetails_summary_closure0.prototype = { call$0: function() { @@ -168941,7 +168304,7 @@ call$1: function(frame) { return frame.packageScheme === "dart"; }, - $signature: 2235 + $signature: 2401 }; U.FlutterError.prototype = { get$message: function(_) { @@ -168961,31 +168324,31 @@ call$1: function(line) { return U.ErrorDescription$(line); }, - $signature: 2230 + $signature: 2406 }; U.FlutterError_defaultStackFilter_closure.prototype = { call$1: function(value) { return value + 1; }, - $signature: 170 + $signature: 173 }; U.FlutterError_defaultStackFilter_closure0.prototype = { call$1: function(value) { return value + 1; }, - $signature: 170 + $signature: 173 }; U.FlutterError_toString_closure.prototype = { call$1: function(node) { return C.JSString_methods.trimRight$0(this.renderer.render$1(0, node)); }, - $signature: 2229 + $signature: 2409 }; U.debugPrintStack_closure.prototype = { call$1: function(line) { return J.contains$1$asx(line, "StackTrace.current") || C.JSString_methods.contains$1(line, "dart-sdk/lib/_internal") || C.JSString_methods.contains$1(line, "dart:sdk_internal"); }, - $signature: 80 + $signature: 77 }; U.DiagnosticsStackTrace.prototype = {}; U._FlutterErrorDetailsNode.prototype = { @@ -169116,7 +168479,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 249 + $signature: 312 }; N.BindingBase_registerNumericServiceExtension_closure.prototype = { call$1: function(parameters) { @@ -169173,7 +168536,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 249 + $signature: 312 }; N.BindingBase_registerServiceExtension_closure.prototype = { call$2: function(method, parameters) { @@ -169260,13 +168623,13 @@ }); return P._asyncStartSync($async$call$2, $async$completer); }, - $signature: 608 + $signature: 497 }; N.BindingBase_registerServiceExtension_closure__result_set.prototype = { call$1: function(t1) { return this._box_0._result0 = t1; }, - $signature: 2228 + $signature: 2419 }; N.BindingBase_registerServiceExtension__closure.prototype = { call$0: function() { @@ -169279,7 +168642,7 @@ var t1 = this._box_0._result0; return t1 === $ ? H.throwExpression(H.LateError$localNI("result")) : t1; }, - $signature: 2227 + $signature: 2420 }; B.Listenable.prototype = {}; B._ListenerEntry.prototype = { @@ -169372,7 +168735,7 @@ }; }, type$.DiagnosticsNode); }, - $signature: 118 + $signature: 114 }; B._MergingListenable.prototype = { addListener$1: function(_, listener) { @@ -169568,14 +168931,14 @@ call$1: function(t1) { return this._box_0._lastWordStart = t1; }, - $signature: 2226 + $signature: 2426 }; Y._PrefixedStringBuilder__wordWrapLine__lastWordStart_get.prototype = { call$0: function() { var t1 = this._box_0._lastWordStart; return t1 === $ ? H.throwExpression(H.LateError$localNI("lastWordStart")) : t1; }, - $signature: 217 + $signature: 218 }; Y._PrefixedStringBuilder__wordWrapLine_noWrap.prototype = { call$1: function(index) { @@ -169834,14 +169197,14 @@ ++t3.lines; } }, - $signature: 574 + $signature: 739 }; Y.TextTreeRenderer__debugRender_closure.prototype = { call$1: function(n) { var t1 = n.get$level(n); return t1.index >= this.$this._minLevel.index; }, - $signature: 2222 + $signature: 2430 }; Y.DiagnosticsNode.prototype = { get$level: function(_) { @@ -170472,7 +169835,7 @@ C.JSArray_methods.set$length(t1, 0); return new F.LicenseParagraph(t2, t3); }, - $signature: 2220 + $signature: 2437 }; B.AbstractNode.prototype = { redepthChild$1: function(child) { @@ -170662,7 +170025,7 @@ call$1: function(line) { return line.length !== 0; }, - $signature: 80 + $signature: 77 }; O.SynchronousFuture.prototype = { catchError$2$test: function(onError, test) { @@ -170740,7 +170103,7 @@ return H.S(member) + " (eager winner)"; return H.S(member); }, - $signature: 2218 + $signature: 2448 }; D.GestureArenaManager.prototype = { add$2: function(_, pointer, member) { @@ -170835,7 +170198,7 @@ call$0: function() { return new D._GestureArena(H.setRuntimeTypeInfo([], type$.JSArray_GestureArenaMember)); }, - $signature: 2207 + $signature: 2452 }; D.GestureArenaManager__tryToResolveArena_closure.prototype = { call$0: function() { @@ -170979,7 +170342,7 @@ }; }, type$.DiagnosticsNode); }, - $signature: 118 + $signature: 114 }; N.GestureBinding_dispatchEvent_closure0.prototype = { call$0: function() { @@ -171013,7 +170376,7 @@ }; }, type$.DiagnosticsNode); }, - $signature: 118 + $signature: 114 }; N.FlutterErrorDetailsForPointerEventDispatcher.prototype = {}; V.Drag.prototype = { @@ -172334,13 +171697,13 @@ call$1: function(initialPosition) { return this.$this._startDrag$2(initialPosition, this.pointer); }, - $signature: 412 + $signature: 616 }; V.MultiDragGestureRecognizer__startDrag_closure.prototype = { call$0: function() { return this.$this.onStart.call$1(this.initialPosition); }, - $signature: 2200 + $signature: 2460 }; V._ImmediatePointerState.prototype = { checkForResolutionAfterMove$0: function() { @@ -172360,42 +171723,6 @@ return new V._ImmediatePointerState(t1, new R.VelocityTracker(t2, P.List_List$filled(20, null, false, type$.nullable__PointAtTime)), t2, C.Offset_0_0); } }; - V._HorizontalPointerState.prototype = { - checkForResolutionAfterMove$0: function() { - if (Math.abs(this._pendingDelta._dx) > F.computeHitSlop(this.kind)) { - var t1 = this._arenaEntry; - t1._arena._resolve$3(t1._arena$_pointer, t1._member, C.GestureDisposition_0); - } - }, - accepted$1: function(starter) { - starter.call$1(this.initialPosition); - } - }; - V.HorizontalMultiDragGestureRecognizer.prototype = { - createNewPointerState$1: function($event) { - var t1 = $event.get$position($event), - t2 = $event.get$kind($event); - return new V._HorizontalPointerState(t1, new R.VelocityTracker(t2, P.List_List$filled(20, null, false, type$.nullable__PointAtTime)), t2, C.Offset_0_0); - } - }; - V._VerticalPointerState.prototype = { - checkForResolutionAfterMove$0: function() { - if (Math.abs(this._pendingDelta._dy) > F.computeHitSlop(this.kind)) { - var t1 = this._arenaEntry; - t1._arena._resolve$3(t1._arena$_pointer, t1._member, C.GestureDisposition_0); - } - }, - accepted$1: function(starter) { - starter.call$1(this.initialPosition); - } - }; - V.VerticalMultiDragGestureRecognizer.prototype = { - createNewPointerState$1: function($event) { - var t1 = $event.get$position($event), - t2 = $event.get$kind($event); - return new V._VerticalPointerState(t1, new R.VelocityTracker(t2, P.List_List$filled(20, null, false, type$.nullable__PointAtTime)), t2, C.Offset_0_0); - } - }; V._DelayedPointerState.prototype = { _delayPassed$0: function() { var t1, _this = this; @@ -172441,7 +171768,7 @@ var t1 = $event.get$position($event), t2 = $event.get$kind($event); t2 = new V._DelayedPointerState(t1, new R.VelocityTracker(t2, P.List_List$filled(20, null, false, type$.nullable__PointAtTime)), t2, C.Offset_0_0); - t2._multidrag$_timer = P.Timer_Timer(this.delay, t2.get$_delayPassed()); + t2._multidrag$_timer = P.Timer_Timer(C.Duration_500000, t2.get$_delayPassed()); return t2; } }; @@ -172655,14 +171982,14 @@ call$0: function() { return P.LinkedHashMap_LinkedHashMap$_empty(type$.void_Function_PointerEvent, type$.nullable_Matrix4); }, - $signature: 2196 + $signature: 2479 }; O.PointerRouter__dispatchEventToRoutes_closure.prototype = { call$2: function(route, transform) { if (J.containsKey$1$x(this.referenceRoutes, route)) this.$this._dispatch$3(this.event, route, transform); }, - $signature: 2189 + $signature: 2485 }; G.PointerSignalResolver.prototype = { register$2: function(_, $event, callback) { @@ -173495,7 +172822,7 @@ call$0: function() { return new V._CombiningGestureArenaMember(this.$this, H.setRuntimeTypeInfo([], type$.JSArray_GestureArenaMember), this.pointer); }, - $signature: 2186 + $signature: 2495 }; R.Velocity.prototype = { $sub: function(_, other) { @@ -173516,10 +172843,11 @@ $eq: function(_, other) { if (other == null) return false; - return other instanceof R.Velocity && J.$eq$(other.pixelsPerSecond, this.pixelsPerSecond); + return other instanceof R.Velocity && other.pixelsPerSecond.$eq(0, this.pixelsPerSecond); }, get$hashCode: function(_) { - return J.get$hashCode$(this.pixelsPerSecond); + var t1 = this.pixelsPerSecond; + return P.hashValues(t1._dx, t1._dy, C.C__HashEnd, C.C__HashEnd, C.C__HashEnd, C.C__HashEnd, C.C__HashEnd, C.C__HashEnd, C.C__HashEnd, C.C__HashEnd, C.C__HashEnd, C.C__HashEnd, C.C__HashEnd, C.C__HashEnd, C.C__HashEnd, C.C__HashEnd, C.C__HashEnd, C.C__HashEnd, C.C__HashEnd, C.C__HashEnd); }, toString$0: function(_) { var t1 = this.pixelsPerSecond; @@ -173643,7 +172971,7 @@ var _this = this; return new A.LicensePage(_this.applicationName, _this.applicationVersion, _this.applicationIcon, _this.applicationLegalese, null); }, - $signature: 2185 + $signature: 2498 }; A.LicensePage.prototype = { createState$0: function() { @@ -173726,20 +173054,20 @@ prev.addLicense$1(license); return prev; }, - $signature: 2184 + $signature: 2538 }; A._PackagesViewState_licenses_closure0.prototype = { call$1: function(licenseData) { licenseData.sortPackages$0(); return licenseData; }, - $signature: 2181 + $signature: 2539 }; A._PackagesViewState_build_closure.prototype = { call$2: function(context, snapshot) { return new A.LayoutBuilder(new A._PackagesViewState_build__closure(this.$this, snapshot), new D.ValueKey(snapshot.connectionState, type$.ValueKey_ConnectionState)); }, - $signature: 2180 + $signature: 2547 }; A._PackagesViewState_build__closure.prototype = { call$2: function(context, constraints) { @@ -173757,7 +173085,7 @@ return M.Material$(C.Duration_200000, true, _null, T.Column$(H.setRuntimeTypeInfo([t2._widget.about, C.Center_mtF], type$.JSArray_Widget), C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_1, C.VerticalDirection_1), C.Clip_0, t1, 0, _null, _null, _null, _null, C.MaterialType_0); } }, - $signature: 2179 + $signature: 2548 }; A._PackagesViewState_build___closure.prototype = { call$3: function(context, selectedId, _) { @@ -173769,13 +173097,13 @@ t4.toString; return T.Center$(M.Material$(C.Duration_200000, true, _null, M.Container$(_null, t3._packagesList$4(context, selectedId, t4, t3._widget.isLateral), C.Clip_0, _null, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null), C.Clip_0, t1, 4, _null, _null, _null, _null, C.MaterialType_0), _null, _null); }, - $signature: 2173 + $signature: 2551 }; A._PackagesViewState__initDefaultDetailPage_closure.prototype = { call$1: function(i) { return this.data.licenses[i]; }, - $signature: 561 + $signature: 643 }; A._PackagesViewState__packagesList_closure.prototype = { call$1: function(entry) { @@ -173793,7 +173121,7 @@ t3 = false; return new A._PackageListTile(packageName, t3, t2.length, new A._PackagesViewState__packagesList__closure(_this.$this, index, _this.context, packageName, t2, t1), null); }, - $signature: 2170 + $signature: 2625 }; A._PackagesViewState__packagesList__closure.prototype = { call$0: function() { @@ -173811,7 +173139,7 @@ call$1: function(i) { return this.data.licenses[i]; }, - $signature: 561 + $signature: 643 }; A._PackageListTile.prototype = { build$1: function(_, context) { @@ -173852,7 +173180,7 @@ return 1; return C.JSString_methods.compareTo$1(a.toLowerCase(), b.toLowerCase()); }, - $signature: 2165 + $signature: 2628 }; A._DetailArguments.prototype = { $eq: function(_, other) { @@ -173993,7 +173321,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2163 + $signature: 2629 }; A._PackageLicensePageTitle.prototype = { build$1: function(_, context) { @@ -174085,7 +173413,7 @@ else return t1._nestedUI$1(context); }, - $signature: 266 + $signature: 304 }; A._MasterDetailFlowState__nestedUI_closure1.prototype = { call$0: function() { @@ -174116,7 +173444,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 399 + $signature: 358 }; A._MasterDetailFlowState__nestedUI_closure.prototype = { call$2: function($navigator, initialRoute) { @@ -174130,7 +173458,7 @@ throw H.wrapException(H.ReachabilityError$(string$.x60null_c)); } }, - $signature: 2159 + $signature: 2650 }; A._MasterDetailFlowState__nestedUI_closure0.prototype = { call$1: function(settings) { @@ -174150,7 +173478,7 @@ throw H.wrapException(P.Exception_Exception("Unknown route " + H.S(t1))); } }, - $signature: 2158 + $signature: 2656 }; A._MasterDetailFlowState__masterPageRoute_closure.prototype = { call$1: function(c) { @@ -174166,7 +173494,7 @@ t1 = t2; return T.BlockSemantics$(t1); }, - $signature: 2157 + $signature: 2661 }; A._MasterDetailFlowState__masterPageRoute__closure.prototype = { call$0: function() { @@ -174179,7 +173507,7 @@ var t1 = this.$this; return new F.WillPopScope(T.BlockSemantics$(t1._widget.detailPageBuilder$3(context, this.$arguments, null)), new A._MasterDetailFlowState__detailPageRoute__closure(t1, context), null); }, - $signature: 2151 + $signature: 2667 }; A._MasterDetailFlowState__detailPageRoute__closure.prototype = { call$0: function() { @@ -174208,13 +173536,13 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 399 + $signature: 358 }; A._MasterDetailFlowState__lateralUI_closure1.prototype = { call$2: function(_, __) { return C.List_empty8; }, - $signature: 2150 + $signature: 2685 }; A._MasterDetailFlowState__lateralUI_closure0.prototype = { call$3: function(context, args, scrollController) { @@ -174225,7 +173553,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 563 + $signature: 645 }; A._MasterDetailFlowState__lateralUI_closure.prototype = { call$2: function(context, isLateral) { @@ -174233,7 +173561,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 562 + $signature: 644 }; A._MasterPage.prototype = { build$1: function(_, context) { @@ -174310,7 +173638,7 @@ this.$this._detailArguments.set$value(0, t1); return t1; }, - $signature: 27 + $signature: 28 }; A._MasterDetailScaffoldState_setInitialDetailPage_closure.prototype = { call$1: function(_) { @@ -174318,7 +173646,7 @@ this.$this._detailArguments.set$value(0, t1); return t1; }, - $signature: 27 + $signature: 28 }; A._MasterDetailScaffoldState_build_closure.prototype = { call$3: function(context, value, child) { @@ -174329,7 +173657,7 @@ t4 = t3.detailPageBuilder; return G.AnimatedSwitcher$(M.Container$(_null, new A._DetailView(t4, t1 ? t3.initialArguments : value, _null), C.Clip_0, _null, C.BoxConstraints_ALM, _null, _null, _null, new D.ValueKey(t2, type$.ValueKey_nullable_Object), _null, _null, _null, _null, _null), C.Duration_500000, new A._MasterDetailScaffoldState_build__closure()); }, - $signature: 2149 + $signature: 2713 }; A._MasterDetailScaffoldState_build__closure.prototype = { call$2: function(child, animation) { @@ -174337,7 +173665,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 559 + $signature: 642 }; A._DetailView.prototype = { build$1: function(_, context) { @@ -174358,7 +173686,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2148 + $signature: 2905 }; S.ThemeMode.prototype = { toString$0: function(_) { @@ -174374,7 +173702,7 @@ call$2: function(begin, end) { return new D.MaterialRectArcTween(begin, end); }, - $signature: 2146 + $signature: 3152 }; S.MaterialScrollBehavior.prototype = { getPlatform$1: function(context) { @@ -174513,7 +173841,7 @@ call$2: function(settings, builder) { return this.call$1$2(settings, builder, type$.dynamic); }, - $signature: 2130 + $signature: 758 }; E._ToolbarContainerLayout.prototype = { getConstraintsForChild$1: function(constraints) { @@ -175006,7 +174334,7 @@ t1.toString; return 2 * Math.asin(this.distanceFromAtoB / (2 * t1)); }, - $signature: 113 + $signature: 116 }; D._CornerId.prototype = { toString$0: function(_) { @@ -175136,7 +174464,7 @@ $length = delta.get$distance(); return t2._dx * delta._dx / $length + t2._dy * delta._dy / $length; }, - $signature: 2124 + $signature: 773 }; R.BackButtonIcon.prototype = { build$1: function(_, context) { @@ -175611,7 +174939,7 @@ call$2: function(result, position) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, this.center); }, - $signature: 94 + $signature: 90 }; M.ButtonBarThemeData.prototype = { get$hashCode: function(_) { @@ -175896,7 +175224,7 @@ call$1: function(getProperty) { return this.call$1$1(getProperty, type$.dynamic); }, - $signature: 2116 + $signature: 776 }; K._ButtonStyleState_build_resolve.prototype = { call$1$1: function(getProperty, $T) { @@ -175905,7 +175233,7 @@ call$1: function(getProperty) { return this.call$1$1(getProperty, type$.dynamic); }, - $signature: 2112 + $signature: 778 }; K._ButtonStyleState_build_resolve_closure.prototype = { call$1: function(style) { @@ -175920,67 +175248,67 @@ call$1: function(style) { return style == null ? null : style.elevation; }, - $signature: 2108 + $signature: 779 }; K._ButtonStyleState_build_closure0.prototype = { call$1: function(style) { return style == null ? null : style.textStyle; }, - $signature: 2107 + $signature: 781 }; K._ButtonStyleState_build_closure1.prototype = { call$1: function(style) { return style == null ? null : style.backgroundColor; }, - $signature: 366 + $signature: 388 }; K._ButtonStyleState_build_closure2.prototype = { call$1: function(style) { return style == null ? null : style.foregroundColor; }, - $signature: 366 + $signature: 388 }; K._ButtonStyleState_build_closure3.prototype = { call$1: function(style) { return style == null ? null : style.shadowColor; }, - $signature: 366 + $signature: 388 }; K._ButtonStyleState_build_closure4.prototype = { call$1: function(style) { return style == null ? null : style.padding; }, - $signature: 2104 + $signature: 784 }; K._ButtonStyleState_build_closure5.prototype = { call$1: function(style) { return style == null ? null : style.minimumSize; }, - $signature: 543 + $signature: 640 }; K._ButtonStyleState_build_closure6.prototype = { call$1: function(style) { return style == null ? null : style.fixedSize; }, - $signature: 543 + $signature: 640 }; K._ButtonStyleState_build_closure7.prototype = { call$1: function(style) { return style == null ? null : style.side; }, - $signature: 2101 + $signature: 818 }; K._ButtonStyleState_build_closure8.prototype = { call$1: function(style) { return style == null ? null : style.shape; }, - $signature: 2096 + $signature: 819 }; K._ButtonStyleState_build_closure16.prototype = { call$1: function(states) { return this.effectiveValue.call$1$1(new K._ButtonStyleState_build__closure0(states), type$.MouseCursor); }, - $signature: 2095 + $signature: 893 }; K._ButtonStyleState_build__closure0.prototype = { call$1: function(style) { @@ -175993,13 +175321,13 @@ } return t1; }, - $signature: 2094 + $signature: 894 }; K._ButtonStyleState_build_closure17.prototype = { call$1: function(states) { return this.effectiveValue.call$1$1(new K._ButtonStyleState_build__closure(states), type$.Color); }, - $signature: 191 + $signature: 182 }; K._ButtonStyleState_build__closure.prototype = { call$1: function(style) { @@ -176012,50 +175340,50 @@ } return t1; }, - $signature: 2091 + $signature: 896 }; K._ButtonStyleState_build_closure9.prototype = { call$1: function(style) { return style == null ? null : style.visualDensity; }, - $signature: 2090 + $signature: 897 }; K._ButtonStyleState_build_closure10.prototype = { call$1: function(style) { return style == null ? null : style.tapTargetSize; }, - $signature: 2085 + $signature: 898 }; K._ButtonStyleState_build_closure11.prototype = { call$1: function(style) { return style == null ? null : style.animationDuration; }, - $signature: 2080 + $signature: 901 }; K._ButtonStyleState_build_closure12.prototype = { call$1: function(style) { return style == null ? null : style.enableFeedback; }, - $signature: 2076 + $signature: 924 }; K._ButtonStyleState_build_closure13.prototype = { call$1: function(style) { return style == null ? null : style.alignment; }, - $signature: 2074 + $signature: 925 }; K._ButtonStyleState_build_closure14.prototype = { call$1: function(style) { return style == null ? null : style.splashFactory; }, - $signature: 2072 + $signature: 926 }; K._ButtonStyleState_build_closure15.prototype = { call$1: function($status) { if ($status === C.AnimationStatus_3) this.$this.setState$1(new K._ButtonStyleState_build__closure1()); }, - $signature: 35 + $signature: 36 }; K._ButtonStyleState_build__closure1.prototype = { call$0: function() { @@ -176172,7 +175500,7 @@ call$2: function(result, position) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, this.center); }, - $signature: 94 + $signature: 90 }; K.__ButtonStyleState_State_TickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -176801,7 +176129,7 @@ var t1 = this.$this; return t1._showMonth$2$jump(t1._widget.initialMonth, true); }, - $signature: 27 + $signature: 28 }; Q._MonthPickerState__handleMonthPageChanged_closure.prototype = { call$0: function() { @@ -177374,7 +176702,7 @@ return this.$this._widget.activeColor; return null; }, - $signature: 191 + $signature: 182 }; K._CheckboxState__defaultFillColor_closure.prototype = { call$1: function(states) { @@ -177384,7 +176712,7 @@ return this.themeData.toggleableActiveColor; return this.themeData.unselectedWidgetColor; }, - $signature: 107 + $signature: 105 }; K._CheckboxState_build_closure.prototype = { call$1: function(states) { @@ -177397,7 +176725,7 @@ } return t1 == null ? C._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable.resolve$1(states) : t1; }, - $signature: 336 + $signature: 417 }; K._CheckboxPainter.prototype = { set$checkColor: function(value) { @@ -177858,28 +177186,28 @@ } return null; }, - $signature: 191 + $signature: 182 }; S.DataTable_build_closure.prototype = { call$1: function(row) { row.toString; return false; }, - $signature: 331 + $signature: 440 }; S.DataTable_build_closure0.prototype = { call$1: function(row) { row.toString; return false; }, - $signature: 331 + $signature: 440 }; S.DataTable_build_closure1.prototype = { call$1: function(row) { row.toString; return false; }, - $signature: 331 + $signature: 440 }; S.DataTable_build_closure2.prototype = { call$1: function(index) { @@ -177921,13 +177249,13 @@ t2 = rowColor == null ? _this.defaultRowColor._material_state$_resolve.call$1(t3) : rowColor; return new S.TableRow(t1, new S.BoxDecoration(t2, _null, border, _null, _null, _null, C.BoxShape_0), P.List_List$filled(_this.tableColumns.length, C._NullWidget_null0, false, type$.Widget)); }, - $signature: 2066 + $signature: 935 }; S.DataTable_build_closure4.prototype = { call$1: function(checked) { return this.$this._handleSelectAll$2(checked, this.someChecked); }, - $signature: 333 + $signature: 395 }; S.DataTable_build_closure5.prototype = { call$0: function() { @@ -177991,7 +177319,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 314 + $signature: 265 }; S._SortArrow.prototype = { createState$0: function() { @@ -178172,7 +177500,7 @@ var t1 = this._box_0.dialog; return t1; }, - $signature: 63 + $signature: 75 }; K.DatePickerDialog.prototype = { createState$0: function() { @@ -178374,7 +177702,7 @@ H.throwExpression(H.argumentErrorValue(t6)); return new Q.CalendarDatePicker(new P.DateTime(t2, false), new P.DateTime(t4, false), new P.DateTime(t5, false), new P.DateTime(t6, false), t1.get$_handleDateChanged(), t3, t7, t1._calendarPickerKey); }, - $signature: 2063 + $signature: 958 }; K._DatePickerDialogState_build_inputDatePicker.prototype = { call$0: function() { @@ -178408,7 +177736,7 @@ H.throwExpression(H.argumentErrorValue(t8)); return A.Form$(t2, M.Container$(_null, new X.Shortcuts(t4, T.Column$(H.setRuntimeTypeInfo([C.Spacer_null, new U.InputDatePickerFormField(t5, new P.DateTime(t7, false), new P.DateTime(t8, false), t9, t9, t10, t11, t12, t13, t6, true, _null), C.Spacer_null], type$.JSArray_Widget), C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_1, C.VerticalDirection_1), _null, _null), C.Clip_0, _null, _null, _null, _null, t3, _null, _null, C.EdgeInsets_24_0_24_0, _null, _null, _null), t1._formKey); }, - $signature: 2061 + $signature: 966 }; K._DatePickerDialogState_build_closure.prototype = { call$1: function(context) { @@ -178423,7 +177751,7 @@ throw H.wrapException(H.ReachabilityError$(string$.x60null_c)); } }, - $signature: 2060 + $signature: 967 }; K._RestorableDatePickerEntryMode.prototype = { createDefaultValue$0: function() { @@ -178480,7 +177808,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 193 + $signature: 202 }; K.__DatePickerDialogState_State_RestorationMixin.prototype = { didUpdateWidget$1: function(oldWidget) { @@ -178661,7 +177989,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2058 + $signature: 983 }; Y.DialogTheme.prototype = { get$hashCode: function(_) { @@ -179175,7 +178503,7 @@ var t1 = this.route; return t1.getItemOffset$1(t1.selectedIndex); }, - $signature: 113 + $signature: 116 }; K._DropdownMenuRouteLayout.prototype = { getConstraintsForChild$1: function(constraints) { @@ -179270,13 +178598,13 @@ call$2: function(total, height) { return total + height; }, - $signature: 189 + $signature: 270 }; K._DropdownRoute_getMenuLimits_closure.prototype = { call$2: function(total, height) { return total + height; }, - $signature: 189 + $signature: 270 }; K._DropdownRoutePage.prototype = { build$1: function(_, context) { @@ -179292,7 +178620,7 @@ var t1 = this.$this; return new T.CustomSingleChildLayout(new K._DropdownMenuRouteLayout(t1.buttonRect, t1.route, this.textDirection, t1.$ti._eval$1("_DropdownMenuRouteLayout<1>")), new M._CaptureAll(t1.capturedThemes._themes, this.menu, null), null); }, - $signature: 516 + $signature: 636 }; K._MenuItem.prototype = { createRenderObject$1: function(context) { @@ -179668,13 +178996,13 @@ call$1: function(intent) { return this.$this._dropdown$_handleTap$0(); }, - $signature: 2055 + $signature: 988 }; K._DropdownButtonState_initState_closure0.prototype = { call$1: function(intent) { return this.$this._dropdown$_handleTap$0(); }, - $signature: 2050 + $signature: 990 }; K._DropdownButtonState__handleFocusChanged_closure.prototype = { call$0: function() { @@ -179704,7 +179032,7 @@ return; t1.itemHeights[this.index] = size._dy; }, - $signature: 515 + $signature: 631 }; K._DropdownButtonState__handleTap_closure0.prototype = { call$1: function(newValue) { @@ -179725,7 +179053,7 @@ var t1 = this.$this._widget.itemHeight; return t1 != null ? T.SizedBox$(item, t1, null) : T.Column$(H.setRuntimeTypeInfo([item], type$.JSArray_Widget), C.CrossAxisAlignment_2, null, C.MainAxisAlignment_0, C.MainAxisSize_0, C.VerticalDirection_1); }, - $signature: 2049 + $signature: 995 }; K.DropdownButtonFormField.prototype = { createState$0: function() { @@ -179758,7 +179086,7 @@ t5 = t2._form$_value; return L.InputDecorator$(_null, new K.DropdownButtonHideUnderline(K.DropdownButton$(_this.autofocus, _this.disabledHint, _this.dropdownColor, _this.elevation, _this.focusColor, _this.focusNode, _this.hint, _this.icon, _this.iconDisabledColor, _this.iconEnabledColor, _this.iconSize, _this.isDense, _this.isExpanded, _this.itemHeight, _this.items, _this.menuMaxHeight, t2.get$didChange(), _this.onTap, _this.selectedItemBuilder, _this.style, t5, _this.T), _null), t1, false, t3 == null, t4, false, _null, _null); }, - $signature: 2046 + $signature: 996 }; K._DropdownButtonFormFieldState.prototype = { get$widget: function() { @@ -180062,7 +179390,7 @@ call$1: function(isExpanded) { return this.$this._expansion_panel$_handlePressed$2(isExpanded, this.index); }, - $signature: 48 + $signature: 53 }; M.Feedback_wrapForTap_closure.prototype = { call$0: function() { @@ -180461,7 +179789,7 @@ var t1 = this.referenceBox._box$_size; return new P.Rect(0, 0, 0 + t1._dx, 0 + t1._dy); }, - $signature: 314 + $signature: 265 }; O._InkRippleFactory.prototype = { create$11$borderRadius$color$containedInkWell$controller$customBorder$onRemoved$position$radius$rectCallback$referenceBox$textDirection: function(_, borderRadius, color, containedInkWell, controller, customBorder, onRemoved, position, radius, rectCallback, referenceBox, textDirection) { @@ -180600,7 +179928,7 @@ var t1 = this.referenceBox._box$_size; return new P.Rect(0, 0, 0 + t1._dx, 0 + t1._dy); }, - $signature: 314 + $signature: 265 }; U._InkSplashFactory.prototype = { create$11$borderRadius$color$containedInkWell$controller$customBorder$onRemoved$position$radius$rectCallback$referenceBox$textDirection: function(_, borderRadius, color, containedInkWell, controller, customBorder, onRemoved, position, radius, rectCallback, referenceBox, textDirection) { @@ -181230,7 +180558,7 @@ call$1: function(highlight) { return highlight != null; }, - $signature: 2029 + $signature: 1016 }; R._InkResponseState_updateHighlight_handleInkRemoval.prototype = { call$0: function() { @@ -181635,7 +180963,7 @@ var t1 = this.$this; t1.setState$1(new U._InputDatePickerFormFieldState_didUpdateWidget__closure(t1)); }, - $signature: 27 + $signature: 28 }; U._InputDatePickerFormFieldState_didUpdateWidget__closure.prototype = { call$0: function() { @@ -182850,7 +182178,7 @@ if (child != null) this.value.push(Y.DiagnosticableTreeNode$($name, null, child)); }, - $signature: 512 + $signature: 627 }; L._RenderDecoration_performLayout_centerLayout.prototype = { call$2: function(box, x) { @@ -182864,7 +182192,7 @@ t1.offset = new P.Offset(x, (t2 - t3._dy) / 2); return t3._dx; }, - $signature: 112 + $signature: 186 }; L._RenderDecoration_performLayout_baselineLayout.prototype = { call$2: function(box, x) { @@ -182879,7 +182207,7 @@ t1.offset = new P.Offset(x, t2 - t3); return box._box$_size._dx; }, - $signature: 112 + $signature: 186 }; L._RenderDecoration_paint_doPaint.prototype = { call$1: function(child) { @@ -182890,13 +182218,13 @@ this.context.paintChild$2(child, type$.BoxParentData._as(t1).offset.$add(0, this.offset)); } }, - $signature: 511 + $signature: 626 }; L._RenderDecoration_hitTestChildren_closure.prototype = { call$2: function(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 330 + $signature: 272 }; L._DecorationElement.prototype = { get$widget: function() { @@ -183750,7 +183078,7 @@ t1 = $parent.selectedColor; return Q.ListTileTheme$(this.child, $parent.contentPadding, false, $parent.enableFeedback, $parent.horizontalTitleGap, $parent.iconColor, this.key, $parent.minLeadingWidth, $parent.minVerticalPadding, t1, $parent.selectedTileColor, $parent.shape, $parent.style, $parent.textColor, $parent.tileColor); }, - $signature: 2026 + $signature: 1024 }; Q.ListTileControlAffinity.prototype = { toString$0: function(_) { @@ -184433,7 +183761,7 @@ if (child != null) this.value.push(Y.DiagnosticableTreeNode$($name, null, child)); }, - $signature: 512 + $signature: 627 }; Q._RenderListTile_paint_doPaint.prototype = { call$1: function(child) { @@ -184444,13 +183772,13 @@ this.context.paintChild$2(child, type$.BoxParentData._as(t1).offset.$add(0, this.offset)); } }, - $signature: 511 + $signature: 626 }; Q._RenderListTile_hitTestChildren_closure.prototype = { call$2: function(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 330 + $signature: 272 }; M.MaterialType.prototype = { toString$0: function(_) { @@ -184548,7 +183876,7 @@ t1.markNeedsPaint$0(); return false; }, - $signature: 2025 + $signature: 1025 }; M._RenderInkFeatures.prototype = { addInkFeature$1: function(feature) { @@ -184665,19 +183993,19 @@ call$1: function(value) { return new R.Tween(H._asDoubleS(value), null, type$.Tween_double); }, - $signature: 362 + $signature: 407 }; M._MaterialInteriorState_forEachTween_closure0.prototype = { call$1: function(value) { return new R.ColorTween(type$.Color._as(value), null); }, - $signature: 363 + $signature: 396 }; M._MaterialInteriorState_forEachTween_closure1.prototype = { call$1: function(value) { return new M.ShapeBorderTween(type$.ShapeBorder._as(value), null); }, - $signature: 2021 + $signature: 1053 }; M._ShapeBorderPaint.prototype = { build$1: function(_, context) { @@ -184996,12 +184324,6 @@ get$reorderItemDown: function() { return "Move down"; }, - get$reorderItemLeft: function() { - return "Move left"; - }, - get$reorderItemRight: function() { - return "Move right"; - }, get$reorderItemToEnd: function() { return "Move to the end"; }, @@ -185560,13 +184882,13 @@ call$1: function(child) { return child.key; }, - $signature: 508 + $signature: 625 }; B._MergeableMaterialState_didUpdateWidget_closure0.prototype = { call$1: function(child) { return child.key; }, - $signature: 508 + $signature: 625 }; B._MergeableMaterialSliceKey.prototype = { $eq: function(_, other) { @@ -185806,7 +185128,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 506 + $signature: 624 }; K._ZoomPageTransition_build_closure0.prototype = { call$3: function(context, animation, child) { @@ -185814,7 +185136,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 505 + $signature: 623 }; K._ZoomPageTransition_build_closure1.prototype = { call$3: function(context, animation, child) { @@ -185822,7 +185144,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 506 + $signature: 624 }; K._ZoomPageTransition_build_closure2.prototype = { call$3: function(context, animation, child) { @@ -185830,7 +185152,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 505 + $signature: 623 }; K._ZoomEnterTransition.prototype = { build$1: function(_, context) { @@ -185870,7 +185192,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2020 + $signature: 1061 }; K._ZoomExitTransition.prototype = { build$1: function(_, context) { @@ -185938,7 +185260,7 @@ call$1: function(platform) { return this.builders.$index(0, platform); }, - $signature: 2018 + $signature: 1062 }; K._PageTransitionsTheme_Object_Diagnosticable.prototype = {}; R.PaginatedDataTable.prototype = { @@ -186137,7 +185459,7 @@ call$1: function(column) { return C.DataCell_AHF; }, - $signature: 497 + $signature: 622 }; R.PaginatedDataTableState__getProgressIndicatorRowFor_closure.prototype = { call$1: function(column) { @@ -186147,13 +185469,13 @@ } return C.DataCell_AHF; }, - $signature: 497 + $signature: 622 }; R.PaginatedDataTableState__getRows_closure.prototype = { call$0: function() { return this.$this._widget.source.getRow$1(this.index); }, - $signature: 2017 + $signature: 1074 }; R.PaginatedDataTableState_build_closure.prototype = { call$2: function(context, constraints) { @@ -186182,7 +185504,7 @@ t1.push(L.DefaultTextStyle$(Y.IconTheme_merge(T.SizedBox$(E.SingleChildScrollView$(T.Row$(_this.footerWidgets, C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null), _null, C.DragStartBehavior_1, _null, _null, true, C.Axis_0), 56, _null), C.IconThemeData_gsm), _null, _null, C.TextOverflow_0, true, t3, _null, _null, C.TextWidthBasis_0)); return V.Card$(T.Column$(t1, C.CrossAxisAlignment_3, _null, C.MainAxisAlignment_0, C.MainAxisSize_1, C.VerticalDirection_1), _null, _null, _null, _null, false, _null); }, - $signature: 2014 + $signature: 1091 }; Z.PopupMenuEntry.prototype = {}; Z.PopupMenuDivider.prototype = { @@ -186315,7 +185637,7 @@ call$1: function(size) { this.$this.route.itemSizes[this.i] = size; }, - $signature: 515 + $signature: 631 }; Z._PopupMenu_build_closure0.prototype = { call$2: function(context, child) { @@ -186341,7 +185663,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2010 + $signature: 1093 }; Z._PopupMenuRouteLayout.prototype = { getConstraintsForChild$1: function(constraints) { @@ -186447,7 +185769,7 @@ t3.toString; return new T.CustomSingleChildLayout(new Z._PopupMenuRouteLayout(t1.position, t1.itemSizes, t2, t3.textDirection, _this.mediaQuery.padding), new M._CaptureAll(t1.capturedThemes._themes, _this.menu, null), null); }, - $signature: 516 + $signature: 636 }; Z.PopupMenuButton.prototype = { createState$0: function() { @@ -186682,7 +186004,7 @@ } _this.canvas.drawRect$2(0, new P.Rect(left, 0, left + width, 0 + _this.size._dy), _this.paint); }, - $signature: 495 + $signature: 621 }; U.LinearProgressIndicator.prototype = { createState$0: function() { @@ -186752,7 +186074,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 236 + $signature: 214 }; U._CircularProgressIndicatorPainter.prototype = { paint$2: function(canvas, size) { @@ -186881,7 +186203,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 236 + $signature: 214 }; U._RefreshProgressIndicatorPainter.prototype = { paint$2: function(canvas, size) { @@ -187137,7 +186459,7 @@ return this.$this._widget.activeColor; return null; }, - $signature: 191 + $signature: 182 }; Y._RadioState__defaultFillColor_closure.prototype = { call$1: function(states) { @@ -187147,7 +186469,7 @@ return this.themeData.toggleableActiveColor; return this.themeData.unselectedWidgetColor; }, - $signature: 107 + $signature: 105 }; Y._RadioState_build_closure.prototype = { call$1: function(states) { @@ -187160,7 +186482,7 @@ } return t1 == null ? V.MaterialStateProperty_resolveAs(C._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable, states, type$.MouseCursor) : t1; }, - $signature: 336 + $signature: 417 }; Y._RadioPainter.prototype = { paint$2: function(canvas, size) { @@ -187667,7 +186989,7 @@ refreshResult.whenComplete$1(new N.RefreshIndicatorState__show__closure0(t1, this.completer)); } }, - $signature: 74 + $signature: 83 }; N.RefreshIndicatorState__show__closure.prototype = { call$0: function() { @@ -187710,7 +187032,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2007 + $signature: 1102 }; N._RefreshIndicatorState_State_TickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -187745,7 +187067,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 139 + $signature: 132 }; Z._ReorderableListViewState.prototype = { _wrapWithSemantics$2: function(child, index) { @@ -187808,7 +187130,7 @@ return K.AnimatedBuilder$(animation, new Z._ReorderableListViewState__proxyDecorator_closure(animation), child); }, build$1: function(_, context) { - var _outerPadding_set, _listPadding_set, t1, t2, t3, t4, t5, t6, _this = this, _null = null, _box_0 = {}; + var _outerPadding_set, _listPadding_set, t1, t2, t3, t4, t5, t6, t7, t8, _this = this, _null = null, _box_0 = {}; _this._widget.toString; _box_0._outerPadding = $; _outerPadding_set = new Z._ReorderableListViewState_build__outerPadding_set(_box_0); @@ -187827,15 +187149,18 @@ throw H.wrapException(H.ReachabilityError$(string$.x60null_c)); } t1 = new Z._ReorderableListViewState_build__outerPadding_get(_box_0).call$0(); - t2 = _this._widget.scrollController; - t3 = H.setRuntimeTypeInfo([], type$.JSArray_Widget); + t2 = _this._widget; + t3 = t2.scrollController; + t4 = t2.primary; + t2 = t2.shrinkWrap; + t5 = H.setRuntimeTypeInfo([], type$.JSArray_Widget); _this._widget.toString; - t4 = new Z._ReorderableListViewState_build__listPadding_get(_box_0).call$0(); - t5 = _this._widget; - t6 = t5.itemCount; - t5 = t5.onReorder; - t3.push(new T.SliverPadding(t4, new Z.SliverReorderableList(_this.get$_itemBuilder(), t6, t5, _this.get$_proxyDecorator(), _null), _null)); - return new T.Padding(t1, B.CustomScrollView$(0, _null, C.Clip_1, t2, C.DragStartBehavior_1, C.ScrollViewKeyboardDismissBehavior_0, _null, _null, _null, false, C.Axis_1, false, t3), _null); + t6 = new Z._ReorderableListViewState_build__listPadding_get(_box_0).call$0(); + t7 = _this._widget; + t8 = t7.itemCount; + t7 = t7.onReorder; + t5.push(new T.SliverPadding(t6, new Z.SliverReorderableList(_this.get$_itemBuilder(), t8, t7, _this.get$_proxyDecorator(), _null), _null)); + return new T.Padding(t1, B.CustomScrollView$(0, _null, C.Clip_1, t3, C.DragStartBehavior_1, C.ScrollViewKeyboardDismissBehavior_0, _null, t4, _null, false, C.Axis_1, t2, t5), _null); } }; Z._ReorderableListViewState__wrapWithSemantics_reorder.prototype = { @@ -187843,7 +187168,7 @@ if (startIndex !== endIndex) this.$this._widget.onReorder$2(startIndex, endIndex); }, - $signature: 216 + $signature: 342 }; Z._ReorderableListViewState__wrapWithSemantics_moveToStart.prototype = { call$0: function() { @@ -187888,33 +187213,33 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2001 + $signature: 1104 }; Z._ReorderableListViewState_build__listPadding_set.prototype = { call$1: function(t1) { return this._box_0._listPadding = t1; }, - $signature: 493 + $signature: 620 }; Z._ReorderableListViewState_build__outerPadding_set.prototype = { call$1: function(t1) { return this._box_0._outerPadding = t1; }, - $signature: 493 + $signature: 620 }; Z._ReorderableListViewState_build__outerPadding_get.prototype = { call$0: function() { var t1 = this._box_0._outerPadding; return t1 === $ ? H.throwExpression(H.LateError$localNI("outerPadding")) : t1; }, - $signature: 492 + $signature: 619 }; Z._ReorderableListViewState_build__listPadding_get.prototype = { call$0: function() { var t1 = this._box_0._listPadding; return t1 === $ ? H.throwExpression(H.LateError$localNI("listPadding")) : t1; }, - $signature: 492 + $signature: 619 }; Z._ReorderableListViewChildGlobalKey.prototype = { $eq: function(_, other) { @@ -188003,7 +187328,7 @@ if (t1.future._state === 0) t1.complete$1(0, this.reason); }, - $signature: 74 + $signature: 83 }; M._ScaffoldMessengerScope.prototype = { updateShouldNotify$1: function(old) { @@ -188177,14 +187502,14 @@ call$1: function(t1) { return this._box_0._floatingActionButtonRect = t1; }, - $signature: 2000 + $signature: 1107 }; M._ScaffoldLayout_performLayout__floatingActionButtonRect_get.prototype = { call$0: function() { var t1 = this._box_0._floatingActionButtonRect; return t1 === $ ? H.throwExpression(H.LateError$localNI("floatingActionButtonRect")) : t1; }, - $signature: 314 + $signature: 265 }; M._FloatingActionButtonTransition.prototype = { createState$0: function() { @@ -188768,7 +188093,7 @@ if (t1.future._state === 0) t1.complete$1(0, this.reason); }, - $signature: 74 + $signature: 83 }; M.ScaffoldState__updateSnackBar_closure.prototype = { call$0: function() { @@ -188787,14 +188112,14 @@ call$1: function(t1) { return this._box_0._bottomSheet = t1; }, - $signature: 1998 + $signature: 1110 }; M.ScaffoldState__buildBottomSheet__bottomSheet_get.prototype = { call$0: function() { var t1 = this._box_0._bottomSheet; return t1 === $ ? H.throwExpression(H.LateError$localNI("bottomSheet")) : t1; }, - $signature: 1997 + $signature: 1114 }; M.ScaffoldState__buildBottomSheet__removeCurrentBottomSheet.prototype = { call$0: function() { @@ -188894,7 +188219,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1996 + $signature: 1115 }; M.ScaffoldFeatureController.prototype = {}; M._BottomSheetSuspendedCurve.prototype = { @@ -188986,7 +188311,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1982 + $signature: 1117 }; M.PersistentBottomSheetController.prototype = {}; M._ScaffoldScope.prototype = { @@ -188999,7 +188324,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 193 + $signature: 202 }; M._ScaffoldMessengerState_State_TickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -189307,40 +188632,40 @@ call$1: function(t1) { return this._box_0._dragColor = t1; }, - $signature: 424 + $signature: 356 }; E._MaterialScrollbarState__thumbColor__hoverColor_set.prototype = { call$1: function(t1) { return this._box_0._hoverColor0 = t1; }, - $signature: 424 + $signature: 356 }; E._MaterialScrollbarState__thumbColor__idleColor_set.prototype = { call$1: function(t1) { return this._box_0._idleColor = t1; }, - $signature: 424 + $signature: 356 }; E._MaterialScrollbarState__thumbColor__dragColor_get.prototype = { call$0: function() { var t1 = this._box_0._dragColor; return t1 === $ ? H.throwExpression(H.LateError$localNI("dragColor")) : t1; }, - $signature: 388 + $signature: 355 }; E._MaterialScrollbarState__thumbColor__hoverColor_get.prototype = { call$0: function() { var t1 = this._box_0._hoverColor0; return t1 === $ ? H.throwExpression(H.LateError$localNI("hoverColor")) : t1; }, - $signature: 388 + $signature: 355 }; E._MaterialScrollbarState__thumbColor__idleColor_get.prototype = { call$0: function() { var t1 = this._box_0._idleColor; return t1 === $ ? H.throwExpression(H.LateError$localNI("idleColor")) : t1; }, - $signature: 388 + $signature: 355 }; E._MaterialScrollbarState__thumbColor_closure.prototype = { call$1: function(states) { @@ -189365,7 +188690,7 @@ t1.toString; return t1; }, - $signature: 107 + $signature: 105 }; E._MaterialScrollbarState__trackColor_closure.prototype = { call$1: function(states) { @@ -189373,7 +188698,7 @@ this.$this.get$_showTrackOnHover(); return C.Color_0; }, - $signature: 107 + $signature: 105 }; E._MaterialScrollbarState__trackBorderColor_closure.prototype = { call$1: function(states) { @@ -189381,7 +188706,7 @@ this.$this.get$_showTrackOnHover(); return C.Color_0; }, - $signature: 107 + $signature: 105 }; E._MaterialScrollbarState__thickness_closure.prototype = { call$1: function(states) { @@ -189401,7 +188726,7 @@ t1 = t2; return t1; }, - $signature: 1979 + $signature: 1121 }; E._MaterialScrollbarState_initState_closure.prototype = { call$0: function() { @@ -190195,7 +189520,7 @@ return this.$this._widget.activeColor; return this.$this._widget.inactiveThumbColor; }, - $signature: 191 + $signature: 182 }; N._MaterialSwitchState__defaultThumbColor_closure.prototype = { call$1: function(states) { @@ -190221,7 +189546,7 @@ } return t1; }, - $signature: 107 + $signature: 105 }; N._MaterialSwitchState__widgetTrackColor_closure.prototype = { call$1: function(states) { @@ -190231,7 +189556,7 @@ return this.$this._widget.activeTrackColor; return this.$this._widget.inactiveTrackColor; }, - $signature: 191 + $signature: 182 }; N._MaterialSwitchState__defaultTrackColor_closure.prototype = { call$1: function(states) { @@ -190248,7 +189573,7 @@ } return this.isDark ? C.Color_1308622847 : C.Color_1375731712; }, - $signature: 107 + $signature: 105 }; N._MaterialSwitchState__handleDragEnd_closure.prototype = { call$0: function() { @@ -190265,7 +189590,7 @@ } return t1 == null ? V.MaterialStateProperty_resolveAs(C._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable, states, type$.MouseCursor) : t1; }, - $signature: 336 + $signature: 417 }; N._SwitchPainter.prototype = { set$activeThumbImage: function(value) { @@ -191325,7 +190650,7 @@ call$1: function(tab) { return new N.LabeledGlobalKey(null, type$.LabeledGlobalKey_State_StatefulWidget); }, - $signature: 1977 + $signature: 1130 }; E._TabBarState__handleTabControllerTick_closure.prototype = { call$0: function() { @@ -192292,19 +191617,19 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1953 + $signature: 1131 }; Z._TextFieldState_build_closure1.prototype = { call$1: function($event) { return this.$this._handleHover$1(true); }, - $signature: 316 + $signature: 305 }; Z._TextFieldState_build_closure2.prototype = { call$1: function($event) { return this.$this._handleHover$1(false); }, - $signature: 199 + $signature: 184 }; Z._TextFieldState_build_closure3.prototype = { call$2: function(context, child) { @@ -192320,7 +191645,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1952 + $signature: 1132 }; Z._TextFieldState_build__closure.prototype = { call$0: function() { @@ -192338,7 +191663,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 193 + $signature: 202 }; Z.__TextFieldState_State_RestorationMixin.prototype = { didUpdateWidget$1: function(oldWidget) { @@ -192400,7 +191725,7 @@ t1 = t8; return Z.TextField$(_this.autocorrect, _this.autofillHints, _this.autofocus, _this.buildCounter, t4, _this.cursorColor, _this.cursorHeight, _this.cursorRadius, _this.cursorWidth, t3, _this.enableInteractiveSelection, _this.enableSuggestions, t1 !== false, _this.expands, _this.focusNode, _this.inputFormatters, _this.keyboardAppearance, _this.keyboardType, _this.maxLength, _this.maxLengthEnforced, _this.maxLengthEnforcement, _this.maxLines, _this.minLines, t5, _this.obscuringCharacter, new E.TextFormField_closure_onChangedHandler(field, _this.onChanged), _this.onEditingComplete, _this.onFieldSubmitted, _this.onTap, _this.readOnly, _this.scrollController, _this.scrollPadding, _this.scrollPhysics, _this.selectionControls, _this.showCursor, t6, t7, _this.strutStyle, _this.style, _this.textAlign, _this.textAlignVertical, _this.textCapitalization, _this.textDirection, _this.textInputAction, _this.toolbarOptions); }, - $signature: 1951 + $signature: 1133 }; E.TextFormField_closure_onChangedHandler.prototype = { call$1: function(value) { @@ -193141,7 +192466,7 @@ call$1: function(value) { return new K.ThemeDataTween(type$.ThemeData._as(value), null); }, - $signature: 1944 + $signature: 1146 }; X.MaterialTapTargetSize.prototype = { toString$0: function(_) { @@ -193460,7 +192785,7 @@ t1 = t1.switchTheme; return X.ThemeData$raw(t10, t11, t42, t4, t51, false, t33, t63, t15, t53, t66, t61, t65, t26, t27, t12, t16, t46, t73, t47, new A.ColorScheme(t54.primary, t54.primaryVariant, t54.secondary, t54.secondaryVariant, t54.surface, t54.background, t54.error, t54.onPrimary, t54.onSecondary, t54.onSurface, t54.onBackground, t54.onError, t54.brightness), t59, t31, t72, t34, t55, t25, t17, t64, t69, t37, false, t56, t18, t20, t36, t19, t40, t35, t39, t49, t57, t70, t50, t48, t62, t6, t7, t9, t8, t41, t3, t74, t14, t52, t29, t23, t13, t43, t60, t21, t22, t1, t44, t68, t30, t32, t71, t2, t67, t28, t38, t45, t58, t24, true, t5); }, - $signature: 1943 + $signature: 1158 }; X.MaterialBasedCupertinoThemeData.prototype = { get$brightness: function() { @@ -193569,7 +192894,7 @@ return "0" + value; return C.JSInt_methods.toString$0(value); }, - $signature: 281 + $signature: 319 }; Z.TimeOfDayFormat.prototype = { toString$0: function(_) { @@ -193682,7 +193007,7 @@ var t1 = this.themeData.colorScheme; return states.contains$1(0, C.MaterialState_4) ? t1.primary : t1.onSurface; }, - $signature: 107 + $signature: 105 }; M._HourMinuteControl_build_closure0.prototype = { call$1: function(states) { @@ -193699,7 +193024,7 @@ } return t1; }, - $signature: 107 + $signature: 105 }; M._HourControl.prototype = { build$1: function(_, context) { @@ -193734,7 +193059,7 @@ return t2.replacing$1$hour(periodOffset + C.JSInt_methods.$mod(t1 - ((t3 ? C.DayPeriod_0 : C.DayPeriod_1) === C.DayPeriod_0 ? 0 : 12) + hoursToAdd, 12)); } }, - $signature: 1942 + $signature: 1162 }; M._HourControl_build_closure1.prototype = { call$0: function() { @@ -193953,7 +193278,7 @@ } return t1; }, - $signature: 107 + $signature: 105 }; M._DayPeriodControl_build_closure0.prototype = { call$1: function(states) { @@ -193967,7 +193292,7 @@ t1 = C.Color_0; return t1; }, - $signature: 107 + $signature: 105 }; M._DayPeriodControl_build_closure1.prototype = { call$0: function() { @@ -194121,7 +193446,7 @@ call$2: function(result, position) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, this._box_0.newPosition); }, - $signature: 330 + $signature: 272 }; M._TappableLabel.prototype = { get$value: function(receiver) { @@ -194173,7 +193498,7 @@ var t1 = this.labelRadius; return this.center.$add(0, new P.Offset(t1 * Math.cos(H.checkNum(theta)), -t1 * Math.sin(H.checkNum(theta)))); }, - $signature: 1926 + $signature: 1163 }; M._DialPainter_paint_paintLabels.prototype = { call$1: function(labels) { @@ -194200,7 +193525,7 @@ labelTheta += labelThetaIncrement; } }, - $signature: 1914 + $signature: 1164 }; M._Dial.prototype = { createState$0: function() { @@ -195167,7 +194492,7 @@ var t1 = this.builder.call$2(context, this.dialog); return t1; }, - $signature: 63 + $signature: 75 }; M.__DialState_State_SingleTickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -195389,7 +194714,7 @@ t3 = t3.splashColor; return new E._ToggleButton(t2, _null, t1.constraints, _null, _null, _null, t4, t5, t7, t6, t3, _null, new E.ToggleButtons_build__closure(t1, index), _null, leadingBorderSide, borderSide, trailingBorderSide, edgeBorderRadius, clipBorderRadius, index === 0, index === 1, C.Axis_0, C.VerticalDirection_1, t1.children[index], _null); }, - $signature: 1913 + $signature: 1187 }; E.ToggleButtons_build__closure.prototype = { call$0: function() { @@ -196596,19 +195921,19 @@ call$1: function(context) { return this.overlay; }, - $signature: 63 + $signature: 75 }; S._TooltipState_build_closure.prototype = { call$1: function($event) { return this.$this._showTooltip$0(); }, - $signature: 316 + $signature: 305 }; S._TooltipState_build_closure0.prototype = { call$1: function($event) { return this.$this._hideTooltip$0(); }, - $signature: 199 + $signature: 184 }; S._TooltipPositionDelegate.prototype = { getConstraintsForChild$1: function(constraints) { @@ -196749,7 +196074,7 @@ call$2: function(bytes, total) { this.chunkEvents.add$1(0, new L.ImageChunkEvent(bytes, total)); }, - $signature: 216 + $signature: 342 }; K.AlignmentGeometry.prototype = { add$1: function(_, other) { @@ -197314,19 +196639,19 @@ call$2: function(previousValue, border) { return previousValue.add$1(0, border.get$dimensions()); }, - $signature: 1909 + $signature: 1192 }; Y._CompoundBorder_scale_closure.prototype = { call$1: function(border) { return border.scale$1(0, this.t); }, - $signature: 1908 + $signature: 1193 }; Y._CompoundBorder_toString_closure.prototype = { call$1: function(border) { return J.toString$0$(border); }, - $signature: 1907 + $signature: 1194 }; F.BoxShape.prototype = { toString$0: function(_) { @@ -197963,21 +197288,21 @@ var t1 = this.$this; return t1.get$canvas(t1).clipPath$2$doAntiAlias(0, this.path, doAntiAias); }, - $signature: 48 + $signature: 53 }; Z.ClipContext_clipRRectAndPaint_closure.prototype = { call$1: function(doAntiAias) { var t1 = this.$this; return t1.get$canvas(t1).clipRRect$2$doAntiAlias(0, this.rrect, doAntiAias); }, - $signature: 48 + $signature: 53 }; Z.ClipContext_clipRectAndPaint_closure.prototype = { call$1: function(doAntiAias) { var t1 = this.$this; return t1.get$canvas(t1).clipRect$2$doAntiAlias(0, this.rect, doAntiAias); }, - $signature: 48 + $signature: 53 }; E.ColorSwatch.prototype = { $index: function(_, index) { @@ -198160,7 +197485,7 @@ P.postEvent("Flutter.ImageSizesForFrame", t2); $._pendingImageSizeInfo = P.LinkedHashMap_LinkedHashMap$_empty(t1, type$.ImageSizeInfo); }, - $signature: 27 + $signature: 28 }; V.EdgeInsetsGeometry.prototype = { get$horizontal: function() { @@ -198558,7 +197883,7 @@ call$0: function() { return E._LiveImage$(this.completer, new E.ImageCache__trackLiveImage__closure(this.$this, this.key)); }, - $signature: 1880 + $signature: 1196 }; E.ImageCache__trackLiveImage__closure.prototype = { call$0: function() { @@ -198610,7 +197935,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1879 + $signature: 1223 }; E._CachedImageBase.prototype = { dispose$0: function(_) { @@ -198625,7 +197950,7 @@ t2.dispose$0(0); t1.handle = null; }, - $signature: 27 + $signature: 28 }; E._CachedImage.prototype = {}; E._LiveImage.prototype = { @@ -198841,13 +198166,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1878 + $signature: 1224 }; M.ImageProvider__createErrorHandlerAndKey_closure.prototype = { call$5: function(zone, delegate, $parent, error, stackTrace) { this.handleError.call$2(error, stackTrace); }, - $signature: 1868 + $signature: 1225 }; M.ImageProvider__createErrorHandlerAndKey_closure0.prototype = { call$0: function() { @@ -198889,13 +198214,13 @@ t1.toString; return t1; }, - $signature: 477 + $signature: 614 }; M.ImageProvider_resolveStreamForKey_closure0.prototype = { call$0: function() { return this.$this.load$2(0, this.key, $.PaintingBinding__instance.get$instantiateImageCodec()); }, - $signature: 477 + $signature: 614 }; M.AssetBundleImageKey.prototype = { $eq: function(_, other) { @@ -199081,7 +198406,7 @@ else t1.result = new O.SynchronousFuture(key, type$.SynchronousFuture_AssetBundleImageKey); }, - $signature: 1812 + $signature: 1228 }; L.AssetImage_obtainKey_closure0.prototype = { call$2: function(error, stack) { @@ -199089,7 +198414,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 137 + $signature: 129 }; L.ImageInfo.prototype = { clone$0: function(_) { @@ -199305,13 +198630,13 @@ call$1: function(listener) { return listener.onError; }, - $signature: 1806 + $signature: 1230 }; L.ImageStreamCompleter_reportImageChunkEvent_closure.prototype = { call$1: function(listener) { return listener.onChunk; }, - $signature: 1801 + $signature: 1231 }; L.MultiFrameImageStreamCompleter.prototype = { MultiFrameImageStreamCompleter$5$chunkEvents$codec$debugLabel$informationCollector$scale: function(chunkEvents, codec, debugLabel, informationCollector, scale) { @@ -199471,7 +198796,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 137 + $signature: 129 }; L.MultiFrameImageStreamCompleter_closure0.prototype = { call$2: function(error, stack) { @@ -199479,7 +198804,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 137 + $signature: 129 }; L.MultiFrameImageStreamCompleter__handleAppFrame_closure.prototype = { call$0: function() { @@ -199563,7 +198888,7 @@ this._box_0.result = result; return result == null; }, - $signature: 288 + $signature: 246 }; G.InlineSpan_codeUnitAt_closure.prototype = { call$1: function(span) { @@ -199571,7 +198896,7 @@ this._box_0.result = result; return result == null; }, - $signature: 288 + $signature: 246 }; V.NotchedShape.prototype = {}; V.CircularNotchedRectangle.prototype = { @@ -200139,13 +199464,13 @@ call$1: function(shadow) { return shadow.toPaint$0(); }, - $signature: 1800 + $signature: 1256 }; V._ShapeDecorationPainter__precache_closure0.prototype = { call$1: function(shadow) { return this.$this._shape_decoration$_decoration.shape.getOuterPath$2$textDirection(this.rect.shift$1(shadow.offset).inflate$1(shadow.spreadRadius), this.textDirection); }, - $signature: 1772 + $signature: 1257 }; M.StrutStyle.prototype = { get$fontFamilyFallback: function() { @@ -200820,7 +200145,7 @@ else return Y.DiagnosticsNode_DiagnosticsNode$message("", true, C.DiagnosticsTreeStyle_8); }, - $signature: 1771 + $signature: 1261 }; A.TextStyle.prototype = { get$fontFamilyFallback: function() { @@ -201062,7 +200387,7 @@ call$1: function(str) { return "packages/" + H.S(this.$this._package) + "/" + H.S(str); }, - $signature: 103 + $signature: 106 }; A._TextStyle_Object_Diagnosticable.prototype = {}; D.FrictionSimulation.prototype = { @@ -201511,7 +200836,7 @@ t2.toString; t2.updateAllDevices$1(t1.get$_pipelineOwner()._rootNode.get$hitTestMouseTrackers()); }, - $signature: 27 + $signature: 28 }; S.BoxConstraints.prototype = { copyWith$4$maxHeight$maxWidth$minHeight$minWidth: function(maxHeight, maxWidth, minHeight, minWidth) { @@ -201533,12 +200858,6 @@ copyWith$1$maxHeight: function(maxHeight) { return this.copyWith$4$maxHeight$maxWidth$minHeight$minWidth(maxHeight, null, null, null); }, - copyWith$1$minWidth: function(minWidth) { - return this.copyWith$4$maxHeight$maxWidth$minHeight$minWidth(null, null, null, minWidth); - }, - copyWith$1$minHeight: function(minHeight) { - return this.copyWith$4$maxHeight$maxWidth$minHeight$minWidth(null, null, minHeight, null); - }, copyWith$1$maxWidth: function(maxWidth) { return this.copyWith$4$maxHeight$maxWidth$minHeight$minWidth(null, maxWidth, null, null); }, @@ -201674,7 +200993,7 @@ return dim + "=" + J.toStringAsFixed$1$n(min, 1); return J.toStringAsFixed$1$n(min, 1) + "<=" + dim + "<=" + J.toStringAsFixed$1$n(max, 1); }, - $signature: 1746 + $signature: 1263 }; S.BoxHitTestResult.prototype = { addWithPaintTransform$3$hitTest$position$transform: function(hitTest, position, transform) { @@ -201910,19 +201229,19 @@ call$0: function() { return this.computer.call$1(this.argument); }, - $signature: 113 + $signature: 116 }; S.RenderBox_getDryLayout_closure.prototype = { call$0: function() { return this.$this.computeDryLayout$1(this.constraints); }, - $signature: 1745 + $signature: 1281 }; S.RenderBox_getDistanceToActualBaseline_closure.prototype = { call$0: function() { return this.$this.computeDistanceToActualBaseline$1(this.baseline); }, - $signature: 1744 + $signature: 1282 }; S.RenderBoxContainerDefaultsMixin.prototype = { defaultComputeDistanceToFirstActualBaseline$1: function(baseline) { @@ -202001,7 +201320,7 @@ transformed.toString; return t1.hitTest$2$position(result, transformed); }, - $signature: 94 + $signature: 90 }; S._ContainerBoxParentData_BoxParentData_ContainerParentDataMixin.prototype = { detach$0: function(_) { @@ -202396,7 +201715,7 @@ else throw H.wrapException(H.LateError$localAI("oldKeyedChildren")); }, - $signature: 1742 + $signature: 1283 }; T.DebugOverflowIndicatorMixin.prototype = {}; D.TextSelectionPoint.prototype = { @@ -203837,7 +203156,7 @@ return false; return D._isWhitespace(C.JSString_methods._codeUnitAt$1(currentString, 0)); }, - $signature: 80 + $signature: 77 }; D.RenderEditable_extendSelectionDown__nextSelection_set.prototype = { call$1: function(t1) { @@ -203847,14 +203166,14 @@ else throw H.wrapException(H.LateError$localAI("nextSelection")); }, - $signature: 129 + $signature: 130 }; D.RenderEditable_extendSelectionDown__nextSelection_get.prototype = { call$0: function() { var t1 = this._box_0._nextSelection; return t1 === $ ? H.throwExpression(H.LateError$localNI("nextSelection")) : t1; }, - $signature: 127 + $signature: 136 }; D.RenderEditable_extendSelectionLeftByLine__nextSelection_set.prototype = { call$1: function(t1) { @@ -203864,14 +203183,14 @@ else throw H.wrapException(H.LateError$localAI("nextSelection")); }, - $signature: 129 + $signature: 130 }; D.RenderEditable_extendSelectionLeftByLine__nextSelection_get.prototype = { call$0: function() { var t1 = this._box_0._nextSelection; return t1 === $ ? H.throwExpression(H.LateError$localNI("nextSelection")) : t1; }, - $signature: 127 + $signature: 136 }; D.RenderEditable_extendSelectionRightByLine__nextSelection_set.prototype = { call$1: function(t1) { @@ -203881,14 +203200,14 @@ else throw H.wrapException(H.LateError$localAI("nextSelection")); }, - $signature: 129 + $signature: 130 }; D.RenderEditable_extendSelectionRightByLine__nextSelection_get.prototype = { call$0: function() { var t1 = this._box_0._nextSelection; return t1 === $ ? H.throwExpression(H.LateError$localNI("nextSelection")) : t1; }, - $signature: 127 + $signature: 136 }; D.RenderEditable_extendSelectionUp__nextSelection_set.prototype = { call$1: function(t1) { @@ -203898,14 +203217,14 @@ else throw H.wrapException(H.LateError$localAI("nextSelection")); }, - $signature: 129 + $signature: 130 }; D.RenderEditable_extendSelectionUp__nextSelection_get.prototype = { call$0: function() { var t1 = this._box_0._nextSelection; return t1 === $ ? H.throwExpression(H.LateError$localNI("nextSelection")) : t1; }, - $signature: 127 + $signature: 136 }; D.RenderEditable_expandSelectionLeftByLine__nextSelection_set.prototype = { call$1: function(t1) { @@ -203915,14 +203234,14 @@ else throw H.wrapException(H.LateError$localAI("nextSelection")); }, - $signature: 129 + $signature: 130 }; D.RenderEditable_expandSelectionLeftByLine__nextSelection_get.prototype = { call$0: function() { var t1 = this._box_0._nextSelection; return t1 === $ ? H.throwExpression(H.LateError$localNI("nextSelection")) : t1; }, - $signature: 127 + $signature: 136 }; D.RenderEditable_expandSelectionRightByLine__nextSelection_set.prototype = { call$1: function(t1) { @@ -203932,14 +203251,14 @@ else throw H.wrapException(H.LateError$localAI("nextSelection")); }, - $signature: 129 + $signature: 130 }; D.RenderEditable_expandSelectionRightByLine__nextSelection_get.prototype = { call$0: function() { var t1 = this._box_0._nextSelection; return t1 === $ ? H.throwExpression(H.LateError$localNI("nextSelection")) : t1; }, - $signature: 127 + $signature: 136 }; D.RenderEditable_moveSelectionDown__nextSelection_set.prototype = { call$1: function(t1) { @@ -203949,14 +203268,14 @@ else throw H.wrapException(H.LateError$localAI("nextSelection")); }, - $signature: 129 + $signature: 130 }; D.RenderEditable_moveSelectionDown__nextSelection_get.prototype = { call$0: function() { var t1 = this._box_0._nextSelection; return t1 === $ ? H.throwExpression(H.LateError$localNI("nextSelection")) : t1; }, - $signature: 127 + $signature: 136 }; D.RenderEditable_moveSelectionUp__nextSelection_set.prototype = { call$1: function(t1) { @@ -203966,40 +203285,40 @@ else throw H.wrapException(H.LateError$localAI("nextSelection")); }, - $signature: 129 + $signature: 130 }; D.RenderEditable_moveSelectionUp__nextSelection_get.prototype = { call$0: function() { var t1 = this._box_0._nextSelection; return t1 === $ ? H.throwExpression(H.LateError$localNI("nextSelection")) : t1; }, - $signature: 127 + $signature: 136 }; D.RenderEditable_describeSemanticsConfiguration_closure.prototype = { call$1: function(info) { return info.recognizer != null; }, - $signature: 467 + $signature: 611 }; D.RenderEditable_getRectForComposingRange_closure.prototype = { call$2: function(accum, incoming) { var t1 = accum == null ? null : accum.expandToInclude$1(new P.Rect(incoming.left, incoming.top, incoming.right, incoming.bottom)); return t1 == null ? new P.Rect(incoming.left, incoming.top, incoming.right, incoming.bottom) : t1; }, - $signature: 1740 + $signature: 1325 }; D.RenderEditable_selectWordEdge__newSelection_set.prototype = { call$1: function(t1) { return this._box_0._newSelection = t1; }, - $signature: 129 + $signature: 130 }; D.RenderEditable_selectWordEdge__newSelection_get.prototype = { call$0: function() { var t1 = this._box_0._newSelection; return t1 === $ ? H.throwExpression(H.LateError$localNI("newSelection")) : t1; }, - $signature: 127 + $signature: 136 }; D._RenderEditableCustomPaint.prototype = { get$parent: function(_) { @@ -204369,49 +203688,11 @@ } }; F.RenderFlex.prototype = { - set$direction: function(_, value) { - if (this._flex$_direction !== value) { - this._flex$_direction = value; - this.markNeedsLayout$0(); - } - }, - set$mainAxisAlignment: function(value) { - if (this._mainAxisAlignment !== value) { - this._mainAxisAlignment = value; - this.markNeedsLayout$0(); - } - }, - set$mainAxisSize: function(value) { - if (this._mainAxisSize !== value) { - this._mainAxisSize = value; - this.markNeedsLayout$0(); - } - }, - set$crossAxisAlignment: function(value) { - if (this._flex$_crossAxisAlignment !== value) { - this._flex$_crossAxisAlignment = value; - this.markNeedsLayout$0(); - } - }, - set$textDirection: function(_, value) { - if (this._flex$_textDirection != value) { - this._flex$_textDirection = value; - this.markNeedsLayout$0(); - } - }, - set$verticalDirection: function(value) { - if (this._flex$_verticalDirection !== value) { - this._flex$_verticalDirection = value; - this.markNeedsLayout$0(); - } - }, - set$textBaseline: function(_, value) { - }, setupParentData$1: function(child) { if (!(child.parentData instanceof F.FlexParentData)) child.parentData = new F.FlexParentData(null, null, C.Offset_0_0); }, - _flex$_getIntrinsicSize$3$childSize$extent$sizingDirection: function(childSize, extent, sizingDirection) { + _getIntrinsicSize$3$childSize$extent$sizingDirection: function(childSize, extent, sizingDirection) { var t1, child, totalFlex, inflexibleSpace, maxFlexFractionSoFar, t2, flex, t3, maxCrossSize, _box_0, _mainSize_get, _mainSize_set, _crossSize_set, spacePerFlex, _this = this; if (_this._flex$_crossAxisAlignment === C.CrossAxisAlignment_4) return 0; @@ -204490,16 +203771,16 @@ } }, computeMinIntrinsicWidth$1: function(height) { - return this._flex$_getIntrinsicSize$3$childSize$extent$sizingDirection(new F.RenderFlex_computeMinIntrinsicWidth_closure(), height, C.Axis_0); + return this._getIntrinsicSize$3$childSize$extent$sizingDirection(new F.RenderFlex_computeMinIntrinsicWidth_closure(), height, C.Axis_0); }, computeMaxIntrinsicWidth$1: function(height) { - return this._flex$_getIntrinsicSize$3$childSize$extent$sizingDirection(new F.RenderFlex_computeMaxIntrinsicWidth_closure(), height, C.Axis_0); + return this._getIntrinsicSize$3$childSize$extent$sizingDirection(new F.RenderFlex_computeMaxIntrinsicWidth_closure(), height, C.Axis_0); }, computeMinIntrinsicHeight$1: function(width) { - return this._flex$_getIntrinsicSize$3$childSize$extent$sizingDirection(new F.RenderFlex_computeMinIntrinsicHeight_closure(), width, C.Axis_1); + return this._getIntrinsicSize$3$childSize$extent$sizingDirection(new F.RenderFlex_computeMinIntrinsicHeight_closure(), width, C.Axis_1); }, computeMaxIntrinsicHeight$1: function(width) { - return this._flex$_getIntrinsicSize$3$childSize$extent$sizingDirection(new F.RenderFlex_computeMaxIntrinsicHeight_closure(), width, C.Axis_1); + return this._getIntrinsicSize$3$childSize$extent$sizingDirection(new F.RenderFlex_computeMaxIntrinsicHeight_closure(), width, C.Axis_1); }, computeDistanceToActualBaseline$1: function(baseline) { if (this._flex$_direction === C.Axis_0) @@ -204841,7 +204122,7 @@ else throw H.wrapException(H.LateError$localAI("crossSize")); }, - $signature: 159 + $signature: 176 }; F.RenderFlex__getIntrinsicSize__mainSize_set.prototype = { call$1: function(t1) { @@ -204851,45 +204132,45 @@ else throw H.wrapException(H.LateError$localAI("mainSize")); }, - $signature: 159 + $signature: 176 }; F.RenderFlex__getIntrinsicSize__mainSize_get.prototype = { call$0: function() { var t1 = this._box_0._mainSize; return t1 === $ ? H.throwExpression(H.LateError$localNI("mainSize")) : t1; }, - $signature: 113 + $signature: 116 }; F.RenderFlex__getIntrinsicSize__crossSize_get.prototype = { call$0: function() { var t1 = this._box_0._crossSize; return t1 === $ ? H.throwExpression(H.LateError$localNI("crossSize")) : t1; }, - $signature: 113 + $signature: 116 }; F.RenderFlex_computeMinIntrinsicWidth_closure.prototype = { call$2: function(child, extent) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_0, extent, child.get$computeMinIntrinsicWidth()); }, - $signature: 112 + $signature: 186 }; F.RenderFlex_computeMaxIntrinsicWidth_closure.prototype = { call$2: function(child, extent) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_1, extent, child.get$computeMaxIntrinsicWidth()); }, - $signature: 112 + $signature: 186 }; F.RenderFlex_computeMinIntrinsicHeight_closure.prototype = { call$2: function(child, extent) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_2, extent, child.get$computeMinIntrinsicHeight()); }, - $signature: 112 + $signature: 186 }; F.RenderFlex_computeMaxIntrinsicHeight_closure.prototype = { call$2: function(child, extent) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_3, extent, child.get$computeMaxIntrinsicHeight()); }, - $signature: 112 + $signature: 186 }; F.RenderFlex__computeSizes__minChildExtent_set.prototype = { call$1: function(t1) { @@ -204899,14 +204180,14 @@ else throw H.wrapException(H.LateError$localAI("minChildExtent")); }, - $signature: 159 + $signature: 176 }; F.RenderFlex__computeSizes__minChildExtent_get.prototype = { call$0: function() { var t1 = this._box_0._minChildExtent; return t1 === $ ? H.throwExpression(H.LateError$localNI("minChildExtent")) : t1; }, - $signature: 113 + $signature: 116 }; F.RenderFlex_performLayout__betweenSpace_set.prototype = { call$1: function(t1) { @@ -204916,7 +204197,7 @@ else throw H.wrapException(H.LateError$localAI("betweenSpace")); }, - $signature: 159 + $signature: 176 }; F.RenderFlex_performLayout__leadingSpace_set.prototype = { call$1: function(t1) { @@ -204926,21 +204207,21 @@ else throw H.wrapException(H.LateError$localAI("leadingSpace")); }, - $signature: 159 + $signature: 176 }; F.RenderFlex_performLayout__leadingSpace_get.prototype = { call$0: function() { var t1 = this._box_0._leadingSpace; return t1 === $ ? H.throwExpression(H.LateError$localNI("leadingSpace")) : t1; }, - $signature: 113 + $signature: 116 }; F.RenderFlex_performLayout__betweenSpace_get.prototype = { call$0: function() { var t1 = this._box_0._betweenSpace; return t1 === $ ? H.throwExpression(H.LateError$localNI("betweenSpace")) : t1; }, - $signature: 113 + $signature: 116 }; F._LayoutSizes.prototype = {}; F._RenderFlex_RenderBox_ContainerRenderObjectMixin.prototype = { @@ -205968,49 +205249,49 @@ call$1: function(child) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_0, this.height, child.get$computeMinIntrinsicWidth()); }, - $signature: 75 + $signature: 78 }; R.RenderListBody_computeMinIntrinsicWidth_closure0.prototype = { call$1: function(child) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_0, this.height, child.get$computeMinIntrinsicWidth()); }, - $signature: 75 + $signature: 78 }; R.RenderListBody_computeMaxIntrinsicWidth_closure.prototype = { call$1: function(child) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_1, this.height, child.get$computeMaxIntrinsicWidth()); }, - $signature: 75 + $signature: 78 }; R.RenderListBody_computeMaxIntrinsicWidth_closure0.prototype = { call$1: function(child) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_1, this.height, child.get$computeMaxIntrinsicWidth()); }, - $signature: 75 + $signature: 78 }; R.RenderListBody_computeMinIntrinsicHeight_closure.prototype = { call$1: function(child) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_2, this.width, child.get$computeMinIntrinsicHeight()); }, - $signature: 75 + $signature: 78 }; R.RenderListBody_computeMinIntrinsicHeight_closure0.prototype = { call$1: function(child) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_2, this.width, child.get$computeMinIntrinsicHeight()); }, - $signature: 75 + $signature: 78 }; R.RenderListBody_computeMaxIntrinsicHeight_closure.prototype = { call$1: function(child) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_3, this.width, child.get$computeMaxIntrinsicHeight()); }, - $signature: 75 + $signature: 78 }; R.RenderListBody_computeMaxIntrinsicHeight_closure0.prototype = { call$1: function(child) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_3, this.width, child.get$computeMaxIntrinsicHeight()); }, - $signature: 75 + $signature: 78 }; R._RenderListBody_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1: function(owner) { @@ -206114,7 +205395,7 @@ call$1: function(annotaion) { return annotaion.get$cursor(annotaion); }, - $signature: 1739 + $signature: 1330 }; A.MouseTracker_updateWithEvent_closure.prototype = { call$0: function() { @@ -206172,13 +205453,13 @@ t1.call$1(this.baseExitEvent.transformed$1(this.lastAnnotations.$index(0, annotation))); } }, - $signature: 1721 + $signature: 1357 }; A.MouseTracker__handleDeviceUpdateMouseEvents_closure0.prototype = { call$1: function(annotation) { return !this.lastAnnotations.containsKey$1(0, annotation); }, - $signature: 1720 + $signature: 1358 }; A.__MouseTrackerUpdateDetails_Object_Diagnosticable.prototype = {}; K.ParentData.prototype = { @@ -206278,9 +205559,6 @@ return null; } }, - pushClipRect$4: function(needsCompositing, offset, clipRect, painter) { - return this.pushClipRect$6$clipBehavior$oldLayer(needsCompositing, offset, clipRect, painter, C.Clip_1, null); - }, pushClipRect$5$clipBehavior: function(needsCompositing, offset, clipRect, painter, clipBehavior) { return this.pushClipRect$6$clipBehavior$oldLayer(needsCompositing, offset, clipRect, painter, clipBehavior, null); }, @@ -206537,25 +205815,25 @@ call$2: function(a, b) { return a._node$_depth - b._node$_depth; }, - $signature: 317 + $signature: 325 }; K.PipelineOwner_flushCompositingBits_closure.prototype = { call$2: function(a, b) { return a._node$_depth - b._node$_depth; }, - $signature: 317 + $signature: 325 }; K.PipelineOwner_flushPaint_closure.prototype = { call$2: function(a, b) { return b._node$_depth - a._node$_depth; }, - $signature: 317 + $signature: 325 }; K.PipelineOwner_flushSemantics_closure.prototype = { call$2: function(a, b) { return a._node$_depth - b._node$_depth; }, - $signature: 317 + $signature: 325 }; K.RenderObject.prototype = { setupParentData$1: function(child) { @@ -207074,7 +206352,7 @@ }; }, type$.DiagnosticsNode); }, - $signature: 118 + $signature: 114 }; K.RenderObject_invokeLayoutCallback_closure.prototype = { call$0: function() { @@ -207088,13 +206366,13 @@ if (child.get$_needsCompositing()) this.$this.__RenderObject__needsCompositing = true; }, - $signature: 135 + $signature: 143 }; K.RenderObject_clearSemantics_closure.prototype = { call$1: function(child) { child.clearSemantics$0(); }, - $signature: 135 + $signature: 143 }; K.RenderObject__getSemanticsForParent_closure.prototype = { call$1: function(renderChild) { @@ -207140,7 +206418,7 @@ } } }, - $signature: 135 + $signature: 143 }; K.RenderObjectWithChildMixin.prototype = { set$child: function(value) { @@ -208224,7 +207502,7 @@ call$1: function(span) { return true; }, - $signature: 288 + $signature: 246 }; Q.RenderParagraph_hitTestChildren__hitText_set.prototype = { call$1: function(t1) { @@ -208234,14 +207512,14 @@ else throw H.wrapException(H.LateError$localAI("hitText")); }, - $signature: 464 + $signature: 610 }; Q.RenderParagraph_hitTestChildren__hitText_get.prototype = { call$0: function() { var t1 = this._box_0._hitText; return t1 === $ ? H.throwExpression(H.LateError$localNI("hitText")) : t1; }, - $signature: 210 + $signature: 196 }; Q.RenderParagraph_hitTestChildren_closure.prototype = { call$2: function(result, transformed) { @@ -208250,7 +207528,7 @@ transformed.toString; return t1.hitTest$2$position(result, transformed); }, - $signature: 94 + $signature: 90 }; Q.RenderParagraph_paint_closure.prototype = { call$2: function(context, offset) { @@ -208258,13 +207536,13 @@ t1.toString; context.paintChild$2(t1, offset); }, - $signature: 86 + $signature: 88 }; Q.RenderParagraph_describeSemanticsConfiguration_closure.prototype = { call$1: function(info) { return info.recognizer != null; }, - $signature: 467 + $signature: 611 }; Q._RenderParagraph_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1: function(owner) { @@ -208446,7 +207724,7 @@ gestureRecognizer.get$onLongPress(); return gestureRecognizer; }, - $signature: 1719 + $signature: 1366 }; G.PlatformViewRenderBox.prototype = { set$controller: function(_, controller) { @@ -208592,14 +207870,15 @@ }, performLayout$0: function() { var _this = this, - t1 = _this.RenderObjectWithChildMixin__child; + t1 = _this.RenderObjectWithChildMixin__child, + t2 = type$.BoxConstraints; if (t1 != null) { - t1.layout$2$parentUsesSize(0, _this.get$constraints(), true); + t1.layout$2$parentUsesSize(0, t2._as(K.RenderObject.prototype.get$constraints.call(_this)), true); t1 = _this.RenderObjectWithChildMixin__child._box$_size; t1.toString; _this._box$_size = t1; } else - _this._box$_size = _this.computeSizeForNoChild$1(_this.get$constraints()); + _this._box$_size = _this.computeSizeForNoChild$1(t2._as(K.RenderObject.prototype.get$constraints.call(_this))); }, computeSizeForNoChild$1: function(constraints) { return new P.Size(C.JSInt_methods.clamp$2(0, constraints.minWidth, constraints.maxWidth), C.JSInt_methods.clamp$2(0, constraints.minHeight, constraints.maxHeight)); @@ -209583,7 +208862,7 @@ position.toString; return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 94 + $signature: 90 }; E.RenderFittedBox.prototype = { _proxy_box$_resolve$0: function() { @@ -209788,7 +209067,7 @@ position.toString; return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 94 + $signature: 90 }; E.RenderFractionalTranslation.prototype = { set$translation: function(value) { @@ -209835,7 +209114,7 @@ position.toString; return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 94 + $signature: 90 }; E.RenderPointerListener.prototype = { computeSizeForNoChild$1: function(constraints) { @@ -210048,7 +209327,6 @@ } } }; - E.RenderMetaData.prototype = {}; E.RenderSemanticsGestureHandler.prototype = { set$validActions: function(value) { if (S.setEquals(value, this._validActions)) @@ -210819,7 +210097,7 @@ position.toString; return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 94 + $signature: 90 }; E.RenderAnnotatedRegion.prototype = { get$value: function(_) { @@ -210973,7 +210251,7 @@ transformed.toString; return t1.hitTest$2$position(result, transformed); }, - $signature: 94 + $signature: 90 }; T.RenderPadding.prototype = { _shifted_box$_resolve$0: function() { @@ -211640,7 +210918,7 @@ call$1: function(result) { return this.child.hitTest$2$position(result, this._box_0.transformedPosition); }, - $signature: 463 + $signature: 609 }; G._SliverGeometry_Object_Diagnosticable.prototype = {}; G._SliverLogicalContainerParentData_SliverLogicalParentData_ContainerParentDataMixin.prototype = { @@ -212301,7 +211579,7 @@ t1.endScrollOffset = t5 + t4.paintExtentOf$1(t2); return true; }, - $signature: 210 + $signature: 196 }; F.KeepAliveParentDataMixin.prototype = {}; F.RenderSliverWithKeepAliveMixin.prototype = { @@ -212642,7 +211920,7 @@ } else t1._childManager.createChild$2$after(t3, t4); }, - $signature: 451 + $signature: 450 }; F.RenderSliverMultiBoxAdaptor_collectGarbage_closure.prototype = { call$1: function(constraints) { @@ -212664,7 +211942,7 @@ t3 = H._instanceType(t1)._eval$1("WhereIterable"); C.JSArray_methods.forEach$1(P.List_List$of(new H.WhereIterable(t1, new F.RenderSliverMultiBoxAdaptor_collectGarbage__closure(), t3), true, t3._eval$1("Iterable.E")), t2._childManager.get$removeChild()); }, - $signature: 451 + $signature: 450 }; F.RenderSliverMultiBoxAdaptor_collectGarbage__closure.prototype = { call$1: function(child) { @@ -212672,7 +211950,7 @@ t1.toString; return !type$.SliverMultiBoxAdaptorParentData._as(t1).KeepAliveParentDataMixin_keepAlive; }, - $signature: 606 + $signature: 657 }; F._RenderSliverMultiBoxAdaptor_RenderSliver_ContainerRenderObjectMixin.prototype = { attach$1: function(owner) { @@ -213023,7 +212301,7 @@ call$1: function(constraints) { this.$this.updateChild$2(this.shrinkOffset, this.overlapsContent); }, - $signature: 451 + $signature: 450 }; U.RenderSliverPinnedPersistentHeader.prototype = { performLayout$0: function() { @@ -213309,25 +212587,25 @@ call$1: function(child) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_0, this.height, child.get$computeMinIntrinsicWidth()); }, - $signature: 75 + $signature: 78 }; K.RenderStack_computeMaxIntrinsicWidth_closure.prototype = { call$1: function(child) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_1, this.height, child.get$computeMaxIntrinsicWidth()); }, - $signature: 75 + $signature: 78 }; K.RenderStack_computeMinIntrinsicHeight_closure.prototype = { call$1: function(child) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_2, this.width, child.get$computeMinIntrinsicHeight()); }, - $signature: 75 + $signature: 78 }; K.RenderStack_computeMaxIntrinsicHeight_closure.prototype = { call$1: function(child) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_3, this.width, child.get$computeMaxIntrinsicHeight()); }, - $signature: 75 + $signature: 78 }; K.RenderStack_layoutPositionedChild__x_set.prototype = { call$1: function(t1) { @@ -213337,7 +212615,7 @@ else throw H.wrapException(H.LateError$localAI("x")); }, - $signature: 159 + $signature: 176 }; K.RenderStack_layoutPositionedChild__y_set.prototype = { call$1: function(t1) { @@ -213347,21 +212625,21 @@ else throw H.wrapException(H.LateError$localAI("y")); }, - $signature: 159 + $signature: 176 }; K.RenderStack_layoutPositionedChild__x_get.prototype = { call$0: function() { var t1 = this._box_0._x0; return t1 === $ ? H.throwExpression(H.LateError$localNI("x")) : t1; }, - $signature: 113 + $signature: 116 }; K.RenderStack_layoutPositionedChild__y_get.prototype = { call$0: function() { var t1 = this._box_0._y0; return t1 === $ ? H.throwExpression(H.LateError$localNI("y")) : t1; }, - $signature: 113 + $signature: 116 }; K.RenderIndexedStack.prototype = { visitChildrenForSemantics$1: function(visitor) { @@ -213415,7 +212693,7 @@ transformed.toString; return this.child.hitTest$2$position(result, transformed); }, - $signature: 94 + $signature: 90 }; K._RenderStack_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1: function(owner) { @@ -214103,14 +213381,14 @@ call$2: function(a, b) { return a + b; }, - $signature: 189 + $signature: 270 }; S.RenderTable_hitTestChildren_closure.prototype = { call$2: function(result, transformed) { transformed.toString; return this.child.hitTest$2$position(result, transformed); }, - $signature: 94 + $signature: 90 }; S.AlignmentGeometryTween.prototype = { lerp$1: function(t) { @@ -214645,9 +213923,6 @@ } return new Q.RevealedOffset(targetOffset, targetRect); }, - getOffsetToReveal$2: function(target, alignment) { - return this.getOffsetToReveal$3$rect(target, alignment, null); - }, computeAbsolutePaintOffset$3: function(child, layoutOffset, growthDirection) { switch (G.applyGrowthDirectionToAxisDirection(this._viewport$_axisDirection, growthDirection)) { case C.AxisDirection_0: @@ -214703,7 +213978,7 @@ var t1 = sliver._geometry; return t1.visible || t1.cacheExtent > 0; }, - $signature: 1688 + $signature: 1398 }; Q.RenderViewportBase_hitTestChildren_closure.prototype = { call$1: function(result) { @@ -214713,7 +213988,7 @@ t3 = _this.$this.computeChildMainAxisPosition$2(t1, t2.mainAxisPosition); return t1.hitTest$3$crossAxisPosition$mainAxisPosition(_this.sliverResult, t2.crossAxisPosition, t3); }, - $signature: 463 + $signature: 609 }; Q.RenderViewport.prototype = { setupParentData$1: function(child) { @@ -216162,7 +215437,7 @@ t1.SchedulerBinding__nextFrameCompleter.complete$0(0); t1.SchedulerBinding__nextFrameCompleter = null; }, - $signature: 27 + $signature: 28 }; N.SchedulerBinding_scheduleWarmUpFrame_closure.prototype = { call$0: function() { @@ -216216,7 +215491,7 @@ t1.SchedulerBinding__hasScheduledFrame = false; t1.scheduleFrame$0(); }, - $signature: 27 + $signature: 28 }; N.SchedulerBinding_handleBeginFrame_closure.prototype = { call$2: function(id, callbackEntry) { @@ -216229,7 +215504,7 @@ t1._invokeFrameCallback$3(t2, t3, callbackEntry.debugStack); } }, - $signature: 1687 + $signature: 1426 }; V.Priority.prototype = { get$value: function(_) { @@ -216405,7 +215680,7 @@ call$1: function(value) { this.callback.call$0(); }, - $signature: 82 + $signature: 81 }; M.TickerCanceled.prototype = { toString$0: function(_) { @@ -216947,20 +216222,20 @@ t1.thickness = Math.max(t1.thickness, node._semantics$_thickness + node._semantics$_elevation); return true; }, - $signature: 456 + $signature: 447 }; A.SemanticsNode__childrenInTraversalOrder_closure.prototype = { call$1: function(sortNode) { return sortNode.node; }, - $signature: 1686 + $signature: 1432 }; A.SemanticsNode_debugDescribeChildren_closure.prototype = { call$1: function(node) { node.toString; return A._SemanticsDiagnosticableNode$(this.childOrder, null, C.DiagnosticsTreeStyle_1, node); }, - $signature: 1684 + $signature: 1433 }; A._BoxEdge.prototype = { compareTo$1: function(_, other) { @@ -217060,7 +216335,7 @@ call$1: function(group) { return group.sortedWithinKnot$0(); }, - $signature: 555 + $signature: 606 }; A._SemanticsSortGroup_sortedWithinKnot_closure.prototype = { call$2: function(a, b) { @@ -217074,7 +216349,7 @@ return -verticalDiff; return -J.compareTo$1$ns(aTopLeft._dx, bTopLeft._dx); }, - $signature: 387 + $signature: 405 }; A._SemanticsSortGroup_sortedWithinKnot_search.prototype = { call$1: function(id) { @@ -217091,13 +216366,13 @@ } _this.sortedIds.push(id); }, - $signature: 73 + $signature: 71 }; A._SemanticsSortGroup_sortedWithinKnot_closure0.prototype = { call$1: function(node) { return node._semantics$_id; }, - $signature: 1683 + $signature: 1462 }; A._SemanticsSortGroup_sortedWithinKnot_closure1.prototype = { call$1: function(id) { @@ -217105,13 +216380,13 @@ t1.toString; return t1; }, - $signature: 1681 + $signature: 1463 }; A._childrenInDefaultOrder_closure.prototype = { call$1: function(group) { return group.sortedWithinVerticalGroup$0(); }, - $signature: 555 + $signature: 606 }; A._TraversalSortNode.prototype = { compareTo$1: function(_, other) { @@ -217222,19 +216497,19 @@ call$1: function(node) { return !this.$this._detachedNodes.contains$1(0, node); }, - $signature: 456 + $signature: 447 }; A.SemanticsOwner_sendSemanticsUpdate_closure0.prototype = { call$2: function(a, b) { return a._node$_depth - b._node$_depth; }, - $signature: 387 + $signature: 405 }; A.SemanticsOwner_sendSemanticsUpdate_closure1.prototype = { call$2: function(a, b) { return a._node$_depth - b._node$_depth; }, - $signature: 387 + $signature: 405 }; A.SemanticsOwner__getSemanticsActionHandlerForId_closure.prototype = { call$1: function(node) { @@ -217244,7 +216519,7 @@ } return true; }, - $signature: 456 + $signature: 447 }; A.SemanticsConfiguration.prototype = { _addAction$2: function(action, handler) { @@ -217775,7 +217050,7 @@ call$1: function(configuration) { return configuration.toJson$0(); }, - $signature: 1680 + $signature: 1466 }; F.AutofillScopeMixin.prototype = { attach$2: function(trigger, configuration) { @@ -217789,7 +217064,7 @@ call$1: function(client) { return client._createTextInputConfiguration$1(client.get$_needsAutofill()); }, - $signature: 1649 + $signature: 1479 }; Q.BinaryMessenger.prototype = {}; N.ServicesBinding.prototype = { @@ -217945,7 +217220,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 453 + $signature: 345 }; N.ServicesBinding__addLicenses_closure0.prototype = { call$0: function() { @@ -217975,7 +217250,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 453 + $signature: 345 }; N._DefaultBinaryMessenger.prototype = { _sendPlatformMessage$2: function(channel, message) { @@ -218116,7 +217391,7 @@ }); return P._asyncStartSync($async$call$2, $async$completer); }, - $signature: 1644 + $signature: 1506 }; T.ClipboardData.prototype = { text$0: function($receiver) { @@ -218495,7 +217770,7 @@ t1.writeValue$2(0, t2, key); t1.writeValue$2(0, t2, value); }, - $signature: 230 + $signature: 234 }; U.StandardMethodCodec0.prototype = { encodeMethodCall$1: function($call) { @@ -218724,7 +217999,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 469 + $signature: 605 }; A.MethodChannel.prototype = { get$binaryMessenger: function() { @@ -218937,7 +218212,7 @@ call$1: function(message) { return this.$this._handleAsMethodCall$2(message, this.handler); }, - $signature: 469 + $signature: 605 }; A.OptionalMethodChannel.prototype = { invokeMethod$1$2: function(method, $arguments, $T) { @@ -218990,14 +218265,14 @@ call$1: function(t1) { return this._box_0._controller0 = t1; }, - $signature: 1643 + $signature: 1531 }; A.EventChannel_receiveBroadcastStream__controller_get.prototype = { call$0: function() { var t1 = this._box_0._controller0; return t1 === $ ? H.throwExpression(H.LateError$localNI("controller")) : t1; }, - $signature: 1642 + $signature: 1532 }; A.EventChannel_receiveBroadcastStream_closure.prototype = { call$0: function() { @@ -219093,7 +218368,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 1617 + $signature: 1543 }; A.EventChannel_receiveBroadcastStream_closure0.prototype = { call$0: function() { @@ -219484,13 +218759,13 @@ call$1: function(_) { this.$this._isReplacing = false; }, - $signature: 27 + $signature: 28 }; K.RestorationManager_scheduleSerializationFor_closure.prototype = { call$1: function(_) { return this.$this._doSerialization$0(); }, - $signature: 27 + $signature: 28 }; K.RestorationBucket.prototype = { get$_rawChildren: function() { @@ -219661,26 +218936,26 @@ var t1 = type$.nullable_Object; return P.LinkedHashMap_LinkedHashMap$_empty(t1, t1); }, - $signature: 475 + $signature: 602 }; K.RestorationBucket__rawValues_closure.prototype = { call$0: function() { var t1 = type$.nullable_Object; return P.LinkedHashMap_LinkedHashMap$_empty(t1, t1); }, - $signature: 475 + $signature: 602 }; K.RestorationBucket__addChildData_closure.prototype = { call$0: function() { return H.setRuntimeTypeInfo([], type$.JSArray_RestorationBucket); }, - $signature: 1615 + $signature: 1570 }; K.RestorationBucket__visitChildren_closure.prototype = { call$1: function(buckets) { return buckets; }, - $signature: 1579 + $signature: 1571 }; X.ApplicationSwitcherDescription.prototype = {}; X.SystemUiOverlayStyle.prototype = { @@ -219804,19 +219079,19 @@ substring.toString; return H.stringReplaceAllFuncUnchecked(substring, t1.filterPattern, t3, t2); }, - $signature: 103 + $signature: 106 }; B.FilteringTextInputFormatter_formatEditUpdate__closure.prototype = { call$1: function(match) { return ""; }, - $signature: 409 + $signature: 394 }; B.FilteringTextInputFormatter_formatEditUpdate__closure0.prototype = { call$1: function(nonMatch) { return ""; }, - $signature: 103 + $signature: 106 }; B.LengthLimitingTextInputFormatter.prototype = { formatEditUpdate$2: function(oldValue, newValue) { @@ -220276,21 +219551,21 @@ else throw H.wrapException(H.LateError$localAI("parent")); }, - $signature: 1577 + $signature: 1575 }; U._getParent__parent_get.prototype = { call$0: function() { var t1 = this._box_0._parent0; return t1 === $ ? H.throwExpression(H.LateError$localNI("parent")) : t1; }, - $signature: 1576 + $signature: 1577 }; U._getParent_closure.prototype = { call$1: function(ancestor) { this._parent_set.call$1(ancestor); return false; }, - $signature: 119 + $signature: 121 }; U.Intent.prototype = {}; U.Action.prototype = { @@ -220330,7 +219605,7 @@ type$._ActionsMarker._as(element.get$widget()).toString; return false; }, - $signature: 483 + $signature: 601 }; U.Actions_maybeFind_closure.prototype = { call$1: function(element) { @@ -220345,7 +219620,7 @@ } return false; }, - $signature: 483 + $signature: 601 }; U._ActionsState.prototype = { initState$0: function() { @@ -220555,7 +219830,7 @@ t1 = O.FocusManager__defaultModeForPlatform(); this.$this._updateHighlightMode$1(t1); }, - $signature: 27 + $signature: 28 }; U._FocusableActionDetectorState__updateHighlightMode_closure.prototype = { call$0: function() { @@ -220596,7 +219871,7 @@ var t1 = this.$this; return t1._actions$_hovering && target.enabled && t1._canShowHighlight; }, - $signature: 393 + $signature: 437 }; U._FocusableActionDetectorState__mayTriggerCallback_canRequestFocus.prototype = { call$1: function(target) { @@ -220614,20 +219889,20 @@ throw H.wrapException(H.ReachabilityError$(string$.x60null_c)); } }, - $signature: 393 + $signature: 437 }; U._FocusableActionDetectorState__mayTriggerCallback_shouldShowFocusHighlight.prototype = { call$1: function(target) { var t1 = this.$this; return t1._actions$_focused && t1._canShowHighlight && this.canRequestFocus.call$1(target); }, - $signature: 393 + $signature: 437 }; U._FocusableActionDetectorState_didUpdateWidget_closure.prototype = { call$1: function(duration) { this.$this._mayTriggerCallback$1$oldWidget(this.oldWidget); }, - $signature: 27 + $signature: 28 }; U.DoNothingAction.prototype = { consumesKey$1: function(intent) { @@ -220783,7 +220058,7 @@ call$1: function($status) { this.$this.setState$1(new U._AnimatedCrossFadeState_initState__closure()); }, - $signature: 35 + $signature: 36 }; U._AnimatedCrossFadeState_initState__closure.prototype = { call$0: function() { @@ -220949,7 +220224,7 @@ this.controller.dispose$0(0); } }, - $signature: 35 + $signature: 36 }; G._AnimatedSwitcherState__newEntry__closure.prototype = { call$0: function() { @@ -220963,7 +220238,7 @@ call$1: function(entry) { return entry.transition; }, - $signature: 1572 + $signature: 1642 }; G.__AnimatedSwitcherState_State_TickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -221235,7 +220510,7 @@ t1.toString; return t1; }, - $signature: 63 + $signature: 75 }; S._WidgetsAppState_didChangeLocales_closure.prototype = { call$0: function() { @@ -221247,7 +220522,7 @@ call$1: function(context) { return this.$this._widget.builder.call$2(context, this._box_0.routing); }, - $signature: 63 + $signature: 75 }; S._MediaQueryFromWindow.prototype = { createState$0: function() { @@ -221374,7 +220649,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 137 + $signature: 129 }; B._StreamBuilderBaseState__subscribe__closure.prototype = { call$0: function() { @@ -221507,7 +220782,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 137 + $signature: 129 }; B._FutureBuilderState__subscribe__closure.prototype = { call$0: function() { @@ -221660,19 +220935,19 @@ t3 = t1._autocomplete$_options; return T.CompositedTransformFollower$(t2.optionsViewBuilder.call$3(context, t1.get$_select(), t3), t1._optionsLayerLink, C.Offset_0_0, false, C.Alignment_m1_1); }, - $signature: 1562 + $signature: 1647 }; S._RawAutocompleteState_initState_closure.prototype = { call$1: function(_) { this.$this._updateOverlay$0(); }, - $signature: 27 + $signature: 28 }; S._RawAutocompleteState_didUpdateWidget_closure.prototype = { call$1: function(_) { this.$this._updateOverlay$0(); }, - $signature: 27 + $signature: 28 }; F.AutofillContextAction.prototype = { toString$0: function(_) { @@ -221730,13 +221005,13 @@ call$1: function(client) { return client._createTextInputConfiguration$1(client.get$_needsAutofill()).autofillConfiguration != null; }, - $signature: 1545 + $signature: 1678 }; F.AutofillGroupState_register_closure.prototype = { call$0: function() { return this.client; }, - $signature: 1534 + $signature: 1679 }; F._AutofillScope.prototype = { updateShouldNotify$1: function(old) { @@ -221830,13 +221105,13 @@ childElement.toString; t1._updateParentDataOfChild$1(childElement); }, - $signature: 27 + $signature: 28 }; L._AutomaticKeepAliveState__getChildElement_closure.prototype = { call$1: function(child) { this._box_0.childElement = child; }, - $signature: 88 + $signature: 86 }; L._AutomaticKeepAliveState__createCallback_closure.prototype = { call$0: function() { @@ -222488,14 +221763,37 @@ return F.RenderFlex$(null, C.Clip_0, _this.crossAxisAlignment, _this.direction, _this.mainAxisAlignment, _this.mainAxisSize, _this.textBaseline, _this.getEffectiveTextDirection$1(context), _this.verticalDirection); }, updateRenderObject$2: function(context, renderObject) { - var _this = this; - renderObject.set$direction(0, _this.direction); - renderObject.set$mainAxisAlignment(_this.mainAxisAlignment); - renderObject.set$mainAxisSize(_this.mainAxisSize); - renderObject.set$crossAxisAlignment(_this.crossAxisAlignment); - renderObject.set$textDirection(0, _this.getEffectiveTextDirection$1(context)); - renderObject.set$verticalDirection(_this.verticalDirection); - renderObject.set$textBaseline(0, _this.textBaseline); + var _this = this, + t1 = _this.direction; + if (renderObject._flex$_direction !== t1) { + renderObject._flex$_direction = t1; + renderObject.markNeedsLayout$0(); + } + t1 = _this.mainAxisAlignment; + if (renderObject._mainAxisAlignment !== t1) { + renderObject._mainAxisAlignment = t1; + renderObject.markNeedsLayout$0(); + } + t1 = _this.mainAxisSize; + if (renderObject._mainAxisSize !== t1) { + renderObject._mainAxisSize = t1; + renderObject.markNeedsLayout$0(); + } + t1 = _this.crossAxisAlignment; + if (renderObject._flex$_crossAxisAlignment !== t1) { + renderObject._flex$_crossAxisAlignment = t1; + renderObject.markNeedsLayout$0(); + } + t1 = _this.getEffectiveTextDirection$1(context); + if (renderObject._flex$_textDirection != t1) { + renderObject._flex$_textDirection = t1; + renderObject.markNeedsLayout$0(); + } + t1 = _this.verticalDirection; + if (renderObject._flex$_verticalDirection !== t1) { + renderObject._flex$_verticalDirection = t1; + renderObject.markNeedsLayout$0(); + } if (C.Clip_0 !== renderObject._flex$_clipBehavior) { renderObject._flex$_clipBehavior = C.Clip_0; renderObject.markNeedsPaint$0(); @@ -222614,7 +221912,7 @@ call$1: function(span) { return true; }, - $signature: 288 + $signature: 246 }; T.RawImage.prototype = { createRenderObject$1: function(context) { @@ -222753,20 +222051,6 @@ renderObject.set$ignoringSemantics(null); } }; - T.MetaData.prototype = { - createRenderObject$1: function(context) { - var t1 = new E.RenderMetaData(this.metaData, this.behavior, null); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; - t1.set$child(null); - return t1; - }, - updateRenderObject$2: function(context, renderObject) { - renderObject.metaData = this.metaData; - renderObject.behavior = this.behavior; - } - }; T.Semantics.prototype = { createRenderObject$1: function(context) { var _this = this, _null = null, @@ -222982,7 +222266,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 305 + $signature: 245 }; N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure0.prototype = { call$1: function(parameters) { @@ -223018,7 +222302,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 305 + $signature: 245 }; N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure1.prototype = { call$1: function(parameters) { @@ -223054,7 +222338,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 305 + $signature: 245 }; N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_dispatchEvent_closure.prototype = { call$0: function() { @@ -223071,7 +222355,7 @@ } return t1; }, - $signature: 1509 + $signature: 1685 }; N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initInstances_closure.prototype = { call$1: function(timings) { @@ -223087,7 +222371,7 @@ C.C_JsonCodec.encode$1(t9); } }, - $signature: 454 + $signature: 448 }; N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure.prototype = { call$0: function() { @@ -223112,7 +222396,7 @@ }); return P._asyncStartSync($async$call$0, $async$completer); }, - $signature: 1508 + $signature: 1686 }; N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure0.prototype = { call$1: function(value) { @@ -223135,13 +222419,13 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 1501 + $signature: 1710 }; N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_initInstances_closure.prototype = { call$1: function(message) { return this.$this.handleSystemMessage$1(message); }, - $signature: 1500 + $signature: 1711 }; N.WidgetsBindingObserver.prototype = { didPopRoute$0: function() { @@ -223362,7 +222646,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 305 + $signature: 245 }; N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure0.prototype = { call$1: function(_) { @@ -223390,7 +222674,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 249 + $signature: 312 }; N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure1.prototype = { call$1: function(_) { @@ -223418,7 +222702,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 249 + $signature: 312 }; N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure2.prototype = { call$1: function(params) { @@ -223456,7 +222740,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 1498 + $signature: 1712 }; N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure_markElementsDirty.prototype = { call$1: function(element) { @@ -223464,7 +222748,7 @@ element.markNeedsBuild$0(); element.visitChildren$1(this); }, - $signature: 88 + $signature: 86 }; N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3.prototype = { call$0: function() { @@ -223489,7 +222773,7 @@ }); return P._asyncStartSync($async$call$0, $async$completer); }, - $signature: 399 + $signature: 358 }; N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4.prototype = { call$1: function(value) { @@ -223513,7 +222797,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 1481 + $signature: 1717 }; N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_drawFrame_closure.prototype = { call$1: function(timings) { @@ -223529,7 +222813,7 @@ t2.firstFrameCallback = null; this.$this.WidgetsBinding__firstFrameCompleter.complete$0(0); }, - $signature: 454 + $signature: 448 }; N.WidgetsBinding_scheduleAttachRootWidget_closure.prototype = { call$0: function() { @@ -224253,451 +223537,6 @@ this._disposable_build_context$_state = null; } }; - B.DragAnchor.prototype = { - toString$0: function(_) { - return this._drag_target$_name; - } - }; - B.Draggable.prototype = { - createRecognizer$1: function(onStart) { - var t1, _null = null; - switch (null) { - case C.Axis_0: - t1 = type$.int; - t1 = new V.HorizontalMultiDragGestureRecognizer(P.LinkedHashMap_LinkedHashMap$_empty(t1, type$._HorizontalPointerState), _null, _null, P.LinkedHashMap_LinkedHashMap$_empty(t1, type$.PointerDeviceKind)); - t1.onStart = onStart; - return t1; - case C.Axis_1: - t1 = type$.int; - t1 = new V.VerticalMultiDragGestureRecognizer(P.LinkedHashMap_LinkedHashMap$_empty(t1, type$._VerticalPointerState), _null, _null, P.LinkedHashMap_LinkedHashMap$_empty(t1, type$.PointerDeviceKind)); - t1.onStart = onStart; - return t1; - case null: - t1 = V.ImmediateMultiDragGestureRecognizer$(_null); - t1.onStart = onStart; - return t1; - default: - throw H.wrapException(H.ReachabilityError$(string$.x60null_c)); - } - }, - createState$0: function() { - return new B._DraggableState(C._StateLifecycle_0, H._instanceType(this)._eval$1("_DraggableState<1>")); - } - }; - B.LongPressDraggable.prototype = { - createRecognizer$1: function(onStart) { - var t1 = V.DelayedMultiDragGestureRecognizer$(null, C.Duration_500000); - t1.onStart = new B.LongPressDraggable_createRecognizer_closure(this, onStart); - return t1; - } - }; - B.LongPressDraggable_createRecognizer_closure.prototype = { - call$1: function(position) { - var result = this.onStart.call$1(position); - if (result != null && true) - X.HapticFeedback_selectionClick(); - return result; - }, - $signature: 412 - }; - B._DraggableState.prototype = { - initState$0: function() { - var _this = this; - _this.super$State$initState(); - _this._drag_target$_recognizer = _this._widget.createRecognizer$1(_this.get$_drag_target$_startDrag()); - }, - dispose$0: function(_) { - this._disposeRecognizerIfInactive$0(); - this.super$State$dispose(0); - }, - _disposeRecognizerIfInactive$0: function() { - if (this._activeCount > 0) - return; - this._drag_target$_recognizer.dispose$0(0); - this._drag_target$_recognizer = null; - }, - _routePointer$1: function($event) { - var t1 = this._widget, - t2 = this._activeCount; - t1 = t1.maxSimultaneousDrags; - if (t2 >= t1) - return; - this._drag_target$_recognizer.addPointer$1($event); - }, - _drag_target$_startDrag$1: function(position) { - var dragStartPoint, result, avatar, _this = this, - t1 = _this._widget, - t2 = _this._activeCount, - t3 = t1.maxSimultaneousDrags; - if (t2 >= t3) - return null; - switch (t1.dragAnchor) { - case C.DragAnchor_0: - t1 = _this._framework$_element.get$renderObject(); - t1.toString; - dragStartPoint = type$.RenderBox._as(t1).globalToLocal$1(position); - break; - case C.DragAnchor_1: - _this._framework$_element.toString; - dragStartPoint = C.Offset_0_0; - break; - default: - throw H.wrapException(H.ReachabilityError$(string$.x60null_c)); - } - _this.setState$1(new B._DraggableState__startDrag_closure(_this)); - t1 = _this._framework$_element; - t1.toString; - _this._widget.toString; - result = t1.findAncestorStateOfType$1$0(type$.OverlayState); - result.toString; - t1 = _this._widget; - avatar = new B._DragAvatar(t1.data, t1.axis, dragStartPoint, t1.feedback, t1.feedbackOffset, new B._DraggableState__startDrag_closure0(_this), new B._DraggableState__startDrag_closure1(_this), result, false, H.setRuntimeTypeInfo([], type$.JSArray__DragTargetState_Object), position, _this.$ti._eval$1("_DragAvatar<1>")); - t1 = X.OverlayEntry$(avatar.get$_drag_target$_build(), false); - avatar._drag_target$_entry = t1; - result.insert$1(0, t1); - avatar.updateDrag$1(position); - _this._widget.onDragStarted.call$0(); - return avatar; - }, - build$1: function(_, context) { - var _null = null, - t1 = this._widget, - t2 = this._activeCount, - t3 = t1.maxSimultaneousDrags, - showChild = t2 === 0 || false; - t2 = t2 < t3 ? this.get$_routePointer() : _null; - return T.Listener$(C.HitTestBehavior_0, showChild ? t1.child : t1.childWhenDragging, _null, t2, _null, _null, _null); - } - }; - B._DraggableState__startDrag_closure.prototype = { - call$0: function() { - ++this.$this._activeCount; - }, - $signature: 0 - }; - B._DraggableState__startDrag_closure0.prototype = { - call$1: function(details) { - var t1 = this.$this; - if (t1._framework$_element != null) - t1._widget.toString; - }, - $signature: 67 - }; - B._DraggableState__startDrag_closure1.prototype = { - call$3: function(velocity, offset, wasAccepted) { - var t2, - t1 = this.$this; - if (t1._framework$_element != null) - t1.setState$1(new B._DraggableState__startDrag__closure(t1)); - else { - --t1._activeCount; - t1._disposeRecognizerIfInactive$0(); - } - if (t1._framework$_element != null) - t1._widget.toString; - if (wasAccepted) { - t1._widget.toString; - t2 = true; - } else - t2 = false; - if (t2) - t1._widget.onDragCompleted.call$0(); - if (!wasAccepted) { - t1._widget.toString; - t2 = true; - } else - t2 = false; - if (t2) - t1._widget.onDraggableCanceled.call$2(velocity, offset); - }, - $signature: 1468 - }; - B._DraggableState__startDrag__closure.prototype = { - call$0: function() { - --this.$this._activeCount; - }, - $signature: 0 - }; - B.DragTarget.prototype = { - createState$0: function() { - var t1 = type$.JSArray__DragAvatar_Object; - return new B._DragTargetState(H.setRuntimeTypeInfo([], t1), H.setRuntimeTypeInfo([], t1), C._StateLifecycle_0, this.$ti._eval$1("_DragTargetState<1>")); - } - }; - B._mapAvatarsToData_closure.prototype = { - call$1: function(avatar) { - return this.T._eval$1("0?")._as(avatar.data); - }, - $signature: function() { - return this.T._eval$1("0?(_DragAvatar)"); - } - }; - B._DragTargetState.prototype = { - isExpectedDataType$2: function(data, type) { - var t1; - if (!(type === C.Type_int_tHn && H.createRuntimeType(this.$ti._precomputed1) === C.Type_double_K1J)) - t1 = type === C.Type_double_K1J && H.createRuntimeType(this.$ti._precomputed1) === C.Type_int_tHn; - else - t1 = true; - if (t1) - return false; - return this.$ti._eval$1("1?")._is(data); - }, - didEnter$1: function(avatar) { - var _this = this, - t1 = _this._widget.onWillAccept.call$1(_this.$ti._eval$1("1?")._as(avatar.data)); - if (t1) { - _this.setState$1(new B._DragTargetState_didEnter_closure(_this, avatar)); - return true; - } else { - _this.setState$1(new B._DragTargetState_didEnter_closure0(_this, avatar)); - return false; - } - }, - didLeave$1: function(avatar) { - var _this = this; - if (_this._framework$_element == null) - return; - _this.setState$1(new B._DragTargetState_didLeave_closure(_this, avatar)); - _this._widget.onLeave.call$1(_this.$ti._eval$1("1?")._as(avatar.data)); - }, - didDrop$1: function(avatar) { - var t1, t2, _this = this; - if (_this._framework$_element == null) - return; - _this.setState$1(new B._DragTargetState_didDrop_closure(_this, avatar)); - t1 = _this._widget.onAccept; - t2 = avatar.data; - t2.toString; - t1.call$1(_this.$ti._precomputed1._as(t2)); - _this._widget.toString; - }, - didMove$1: function(avatar) { - if (this._framework$_element == null) - return; - this._widget.toString; - }, - build$1: function(_, context) { - var _this = this, - t1 = _this._widget; - t1.toString; - return T.MetaData$(C.HitTestBehavior_2, t1.builder.call$3(context, B._mapAvatarsToData(_this._candidateAvatars, _this.$ti._precomputed1), B._mapAvatarsToData(_this._rejectedAvatars, type$.Object)), _this); - } - }; - B._DragTargetState_didEnter_closure.prototype = { - call$0: function() { - this.$this._candidateAvatars.push(this.avatar); - }, - $signature: 0 - }; - B._DragTargetState_didEnter_closure0.prototype = { - call$0: function() { - this.$this._rejectedAvatars.push(this.avatar); - }, - $signature: 0 - }; - B._DragTargetState_didLeave_closure.prototype = { - call$0: function() { - var t1 = this.$this, - t2 = this.avatar; - C.JSArray_methods.remove$1(t1._candidateAvatars, t2); - C.JSArray_methods.remove$1(t1._rejectedAvatars, t2); - }, - $signature: 0 - }; - B._DragTargetState_didDrop_closure.prototype = { - call$0: function() { - C.JSArray_methods.remove$1(this.$this._candidateAvatars, this.avatar); - }, - $signature: 0 - }; - B._DragEndKind.prototype = { - toString$0: function(_) { - return this._drag_target$_name; - } - }; - B._DragAvatar.prototype = { - update$1: function(_, details) { - var _this = this, - oldPosition = _this._drag_target$_position, - t1 = oldPosition.$add(0, _this._restrictAxis$1(details.delta)); - _this._drag_target$_position = t1; - _this.updateDrag$1(t1); - t1 = _this._drag_target$_position.$eq(0, oldPosition); - if (!t1) - _this.onDragUpdate.call$1(details); - }, - end$1: function(_, details) { - this.finishDrag$2(C._DragEndKind_0, this._restrictVelocityAxis$1(details.velocity)); - }, - cancel$0: function(_) { - this.finishDrag$1(C._DragEndKind_1); - }, - updateDrag$1: function(globalPosition) { - var result, t1, t2, targets, t3, iterator, listsMatch, i, _i, newTarget, _this = this; - _this._drag_target$_lastOffset = globalPosition.$sub(0, _this.dragStartPoint); - _this._drag_target$_entry.markNeedsBuild$0(); - result = O.HitTestResult$(); - t1 = $.WidgetsBinding__instance; - t1.toString; - t2 = globalPosition.$add(0, _this.feedbackOffset); - t1.get$_pipelineOwner()._rootNode.hitTest$2$position(result, t2); - t1.super$GestureBinding$hitTest(result, t2); - t2 = _this._getDragTargets$1(result._hit_test$_path); - targets = P.List_List$of(t2, true, t2.$ti._eval$1("Iterable.E")); - t1 = targets.length; - t2 = _this._enteredTargets; - t3 = t2.length; - if (t1 >= t3 && t3 !== 0) { - iterator = new J.ArrayIterator(targets, t1, H._arrayInstanceType(targets)._eval$1("ArrayIterator<1>")); - i = 0; - while (true) { - if (!(i < t2.length)) { - listsMatch = true; - break; - } - iterator.moveNext$0(); - if (!J.$eq$(iterator.__interceptors$_current, t2[i])) { - listsMatch = false; - break; - } - ++i; - } - } else - listsMatch = false; - if (listsMatch) { - for (t1 = t2.length, _i = 0; _i < t2.length; t2.length === t1 || (0, H.throwConcurrentModificationError)(t2), ++_i) - t2[_i].didMove$1(_this); - return; - } - _this._leaveAllEntered$0(); - t1 = new H.CastList(targets, H._arrayInstanceType(targets)._eval$1("CastList<1,_DragTargetState?>")); - newTarget = t1.firstWhere$2$orElse(t1, new B._DragAvatar_updateDrag_closure(_this), new B._DragAvatar_updateDrag_closure0()); - for (t1 = t2.length, _i = 0; _i < t2.length; t2.length === t1 || (0, H.throwConcurrentModificationError)(t2), ++_i) - t2[_i].didMove$1(_this); - _this._activeTarget = newTarget; - }, - _getDragTargets$1: function(path) { - return this._getDragTargets$body$_DragAvatar(path); - }, - _getDragTargets$body$_DragAvatar: function($async$path) { - var $async$self = this; - return P._makeSyncStarIterable(function() { - var path = $async$path; - var $async$goto = 0, $async$handler = 1, $async$currentError, t1, t2, t3, _i, entry, target, metaData; - return function $async$_getDragTargets$1($async$errorCode, $async$result) { - if ($async$errorCode === 1) { - $async$currentError = $async$result; - $async$goto = $async$handler; - } - while (true) - switch ($async$goto) { - case 0: - // Function start - t1 = path.length, t2 = $async$self.data, t3 = $async$self.$ti._precomputed1, _i = 0; - case 2: - // for condition - if (!(_i < path.length)) { - // goto after for - $async$goto = 4; - break; - } - entry = path[_i]; - target = entry.get$target(entry); - $async$goto = target instanceof E.RenderMetaData ? 5 : 6; - break; - case 5: - // then - metaData = target.metaData; - $async$goto = metaData instanceof B._DragTargetState && metaData.isExpectedDataType$2(t2, H.createRuntimeType(t3)) ? 7 : 8; - break; - case 7: - // then - $async$goto = 9; - return metaData; - case 9: - // after yield - case 8: - // join - case 6: - // join - case 3: - // for update - path.length === t1 || (0, H.throwConcurrentModificationError)(path), ++_i; - // goto for condition - $async$goto = 2; - break; - case 4: - // after for - // implicit return - return P._IterationMarker_endOfIteration(); - case 1: - // rethrow - return P._IterationMarker_uncaughtError($async$currentError); - } - }; - }, type$._DragTargetState_Object); - }, - _leaveAllEntered$0: function() { - var t1, i; - for (t1 = this._enteredTargets, i = 0; i < t1.length; ++i) - t1[i].didLeave$1(this); - C.JSArray_methods.set$length(t1, 0); - }, - finishDrag$2: function(endKind, velocity) { - var wasAccepted, t1, t2, _this = this; - if (endKind === C._DragEndKind_0 && _this._activeTarget != null) { - _this._activeTarget.didDrop$1(_this); - C.JSArray_methods.remove$1(_this._enteredTargets, _this._activeTarget); - wasAccepted = true; - } else - wasAccepted = false; - _this._leaveAllEntered$0(); - _this._activeTarget = null; - _this._drag_target$_entry.remove$0(0); - _this._drag_target$_entry = null; - t1 = velocity == null ? C.Velocity_Offset_0_0 : velocity; - t2 = _this._drag_target$_lastOffset; - t2.toString; - _this.onDragEnd.call$3(t1, t2, wasAccepted); - }, - finishDrag$1: function(endKind) { - return this.finishDrag$2(endKind, null); - }, - _drag_target$_build$1: function(context) { - var overlayTopLeft, _null = null, - t1 = this.overlayState._framework$_element.get$renderObject(); - t1.toString; - overlayTopLeft = T.MatrixUtils_transformPoint(type$.RenderBox._as(t1).getTransformTo$1(0, _null), C.Offset_0_0); - t1 = this._drag_target$_lastOffset; - return T.Positioned$(_null, new T.IgnorePointer(true, false, this.feedback, _null), _null, _null, t1._dx - overlayTopLeft._dx, _null, t1._dy - overlayTopLeft._dy, _null); - }, - _restrictVelocityAxis$1: function(velocity) { - return new R.Velocity(this._restrictAxis$1(velocity.pixelsPerSecond)); - }, - _restrictAxis$1: function(offset) { - if (this.axis === C.Axis_0) - return new P.Offset(offset._dx, 0); - return new P.Offset(0, offset._dy); - } - }; - B._DragAvatar_updateDrag_closure.prototype = { - call$1: function(target) { - var t1; - if (target == null) - return false; - t1 = this.$this; - t1._enteredTargets.push(target); - return target.didEnter$1(t1); - }, - $signature: 1465 - }; - B._DragAvatar_updateDrag_closure0.prototype = { - call$0: function() { - return null; - }, - $signature: 1 - }; S.DraggableScrollableSheet.prototype = { createState$0: function() { return new S._DraggableScrollableSheetState(C._StateLifecycle_0); @@ -224792,7 +223631,7 @@ t1._widget.toString; return sheet; }, - $signature: 266 + $signature: 304 }; S._DraggableScrollableSheetScrollController.prototype = { createScrollPosition$3: function(physics, context, oldPosition) { @@ -226031,7 +224870,7 @@ if (t2 != null) L.FocusScope_of(t2).autofocus$1(0, t1._widget.focusNode); }, - $signature: 27 + $signature: 28 }; D.EditableTextState__scheduleShowCaretOnScreen_closure.prototype = { call$1: function(_) { @@ -226061,13 +224900,13 @@ t2.toString; t4._as(t2).showOnScreen$3$curve$duration$rect(C.Cubic_ifx, C.Duration_100000, caretPadding.inflateRect$1(targetOffset.rect)); }, - $signature: 27 + $signature: 28 }; D.EditableTextState__formatAndSetValue_closure.prototype = { call$2: function(newValue, formatter) { return formatter.formatEditUpdate$2(this.$this._widget.controller._change_notifier$_value, newValue); }, - $signature: 1464 + $signature: 1718 }; D.EditableTextState__cursorTick_closure.prototype = { call$0: function() { @@ -226084,19 +224923,19 @@ call$1: function(_) { return this.$this._updateSizeAndTransform$0(); }, - $signature: 27 + $signature: 28 }; D.EditableTextState__updateComposingRectIfNeeded_closure.prototype = { call$1: function(_) { return this.$this._updateComposingRectIfNeeded$0(); }, - $signature: 27 + $signature: 28 }; D.EditableTextState__updateCaretRectIfNeeded_closure.prototype = { call$1: function(_) { return this.$this._updateCaretRectIfNeeded$0(); }, - $signature: 27 + $signature: 28 }; D.EditableTextState_showAutocorrectionPromptRect_closure.prototype = { call$0: function() { @@ -226179,7 +225018,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1463 + $signature: 1719 }; D._Editable.prototype = { createRenderObject$1: function(context) { @@ -226679,7 +225518,7 @@ call$1: function(node) { return !node._skipTraversal && node.get$canRequestFocus(); }, - $signature: 114 + $signature: 113 }; O.FocusNode_debugDescribeChildren_closure.prototype = { call$1: function(child) { @@ -226687,7 +225526,7 @@ child.toString; return Y.DiagnosticableTreeNode$(t1, null, child); }, - $signature: 1447 + $signature: 1738 }; O.FocusScopeNode.prototype = { get$nearestScope: function() { @@ -227150,7 +225989,7 @@ } return true; }, - $signature: 119 + $signature: 121 }; U._FocusTraversalGroupInfo.prototype = {}; U.TraversalDirection.prototype = { @@ -227301,13 +226140,13 @@ t3.push(node); } }, - $signature: 1434 + $signature: 1740 }; U.FocusTraversalPolicy__sortAllDescendants_closure.prototype = { call$1: function(node) { return !node.get$canRequestFocus() || node._skipTraversal; }, - $signature: 114 + $signature: 113 }; U._DirectionalPolicyDataEntry.prototype = {}; U._DirectionalPolicyData.prototype = {}; @@ -227550,7 +226389,7 @@ call$1: function(entry) { return entry.node === this.node; }, - $signature: 1433 + $signature: 1742 }; U.DirectionalFocusTraversalPolicyMixin__sortAndFindInitial_closure.prototype = { call$2: function(a, b) { @@ -227564,47 +226403,47 @@ else return J.compareTo$1$ns(b.get$rect(b).right, a.get$rect(a).right); }, - $signature: 211 + $signature: 215 }; U.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure.prototype = { call$2: function(a, b) { return J.compareTo$1$ns(a.get$rect(a).get$center()._dx, b.get$rect(b).get$center()._dx); }, - $signature: 211 + $signature: 215 }; U.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure0.prototype = { call$1: function(node) { var t1 = this.target; return !node.get$rect(node).$eq(0, t1) && node.get$rect(node).get$center()._dx <= t1.left; }, - $signature: 114 + $signature: 113 }; U.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure1.prototype = { call$1: function(node) { var t1 = this.target; return !node.get$rect(node).$eq(0, t1) && node.get$rect(node).get$center()._dx >= t1.right; }, - $signature: 114 + $signature: 113 }; U.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure.prototype = { call$2: function(a, b) { return J.compareTo$1$ns(a.get$rect(a).get$center()._dy, b.get$rect(b).get$center()._dy); }, - $signature: 211 + $signature: 215 }; U.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure0.prototype = { call$1: function(node) { var t1 = this.target; return !node.get$rect(node).$eq(0, t1) && node.get$rect(node).get$center()._dy <= t1.top; }, - $signature: 114 + $signature: 113 }; U.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure1.prototype = { call$1: function(node) { var t1 = this.target; return !node.get$rect(node).$eq(0, t1) && node.get$rect(node).get$center()._dy >= t1.bottom; }, - $signature: 114 + $signature: 113 }; U.DirectionalFocusTraversalPolicyMixin__popPolicyDataIfNeeded_popOrInvalidate.prototype = { call$1: function(direction) { @@ -227637,7 +226476,7 @@ U._focusAndEnsureVisible(lastNode, alignmentPolicy); return true; }, - $signature: 1428 + $signature: 1744 }; U.DirectionalFocusTraversalPolicyMixin_inDirection_closure.prototype = { call$1: function(node) { @@ -227645,21 +226484,21 @@ t1.toString; return F.Scrollable_of(t1) === this.focusedScrollable; }, - $signature: 114 + $signature: 113 }; U.DirectionalFocusTraversalPolicyMixin_inDirection_closure0.prototype = { call$1: function(node) { var t1 = node.get$rect(node).intersect$1(this.band); return !t1.get$isEmpty(t1); }, - $signature: 114 + $signature: 113 }; U.DirectionalFocusTraversalPolicyMixin_inDirection_closure1.prototype = { call$2: function(a, b) { var t1 = this.focusedChild; return C.JSNumber_methods.compareTo$1(Math.abs(a.get$rect(a).get$center()._dx - t1.get$rect(t1).get$center()._dx), Math.abs(b.get$rect(b).get$center()._dx - t1.get$rect(t1).get$center()._dx)); }, - $signature: 211 + $signature: 215 }; U.DirectionalFocusTraversalPolicyMixin_inDirection_closure2.prototype = { call$1: function(node) { @@ -227667,21 +226506,21 @@ t1.toString; return F.Scrollable_of(t1) === this.focusedScrollable; }, - $signature: 114 + $signature: 113 }; U.DirectionalFocusTraversalPolicyMixin_inDirection_closure3.prototype = { call$1: function(node) { var t1 = node.get$rect(node).intersect$1(this.band); return !t1.get$isEmpty(t1); }, - $signature: 114 + $signature: 113 }; U.DirectionalFocusTraversalPolicyMixin_inDirection_closure4.prototype = { call$2: function(a, b) { var t1 = this.focusedChild; return C.JSNumber_methods.compareTo$1(Math.abs(a.get$rect(a).get$center()._dy - t1.get$rect(t1).get$center()._dy), Math.abs(b.get$rect(b).get$center()._dy - t1.get$rect(t1).get$center()._dy)); }, - $signature: 211 + $signature: 215 }; U._ReadingOrderSortData.prototype = { get$directionalAncestors: function() { @@ -227701,7 +226540,7 @@ t1.toString; return P.LinkedHashSet_LinkedHashSet$from(t1, H._arrayInstanceType(t1)._precomputed1); }, - $signature: 1427 + $signature: 1768 }; U._ReadingOrderSortData_sortWithDirectionality_closure.prototype = { call$2: function(a, b) { @@ -227714,7 +226553,7 @@ throw H.wrapException(H.ReachabilityError$(string$.x60null_c)); } }, - $signature: 514 + $signature: 600 }; U._ReadingOrderSortData_directionalAncestors_getDirectionalityAncestors.prototype = { call$1: function(context) { @@ -227735,7 +226574,7 @@ } return result; }, - $signature: 1400 + $signature: 1770 }; U._ReadingOrderDirectionalGroupData.prototype = { get$rect: function(_) { @@ -227759,7 +226598,7 @@ call$1: function(data) { return data.rect; }, - $signature: 1399 + $signature: 1798 }; U._ReadingOrderDirectionalGroupData_sortWithDirectionality_closure.prototype = { call$2: function(a, b) { @@ -227772,7 +226611,7 @@ throw H.wrapException(H.ReachabilityError$(string$.x60null_c)); } }, - $signature: 1395 + $signature: 1799 }; U.ReadingOrderTraversalPolicy.prototype = { _collectDirectionalityGroups$1: function(candidates) { @@ -227849,7 +226688,7 @@ call$2: function(a, b) { return J.compareTo$1$ns(a.rect.top, b.rect.top); }, - $signature: 514 + $signature: 600 }; U.ReadingOrderTraversalPolicy__pickNext_inBand.prototype = { call$2: function(current, candidates) { @@ -227857,14 +226696,14 @@ t2 = H._arrayInstanceType(candidates)._eval$1("WhereIterable<1>"); return P.List_List$of(new H.WhereIterable(candidates, new U.ReadingOrderTraversalPolicy__pickNext_inBand_closure(new P.Rect(-1 / 0, t1.top, 1 / 0, t1.bottom)), t2), true, t2._eval$1("Iterable.E")); }, - $signature: 1394 + $signature: 1804 }; U.ReadingOrderTraversalPolicy__pickNext_inBand_closure.prototype = { call$1: function(item) { var t1 = item.rect.intersect$1(this.band); return !t1.get$isEmpty(t1); }, - $signature: 1393 + $signature: 1810 }; U.FocusTraversalGroup.prototype = { createState$0: function() { @@ -228001,7 +226840,7 @@ call$1: function(field) { return field._hasInteractedByUser; }, - $signature: 1392 + $signature: 1866 }; A.FormState__forceRebuild_closure.prototype = { call$0: function() { @@ -228101,11 +226940,19 @@ }; N.ObjectKey.prototype = { $eq: function(_, other) { + var t1, t2; if (other == null) return false; if (J.get$runtimeType$(other) !== H.getRuntimeType(this)) return false; - return other instanceof N.ObjectKey && other.value == this.value; + if (other instanceof N.ObjectKey) { + t1 = other.value; + t2 = this.value; + t2 = t1 == null ? t2 == null : t1 === t2; + t1 = t2; + } else + t1 = false; + return t1; }, get$hashCode: function(_) { return P.hashValues(H.getRuntimeType(this), H.objectHashCode(this.value), C.C__HashEnd, C.C__HashEnd, C.C__HashEnd, C.C__HashEnd, C.C__HashEnd, C.C__HashEnd, C.C__HashEnd, C.C__HashEnd, C.C__HashEnd, C.C__HashEnd, C.C__HashEnd, C.C__HashEnd, C.C__HashEnd, C.C__HashEnd, C.C__HashEnd, C.C__HashEnd, C.C__HashEnd, C.C__HashEnd); @@ -228290,7 +227137,7 @@ call$1: function(child) { this.$this._unmount$1(child); }, - $signature: 88 + $signature: 86 }; N.BuildOwner.prototype = { scheduleBuildFor$1: function(element) { @@ -228450,7 +227297,7 @@ }; }, type$.DiagnosticsNode); }, - $signature: 118 + $signature: 114 }; N.BuildOwner_finalizeTree_closure.prototype = { call$0: function() { @@ -228771,7 +227618,7 @@ else element.visitChildren$1(this); }, - $signature: 88 + $signature: 86 }; N.Element_updateSlotForChild_visit.prototype = { call$1: function(element) { @@ -228779,31 +227626,31 @@ if (!(element instanceof N.RenderObjectElement)) element.visitChildren$1(this); }, - $signature: 88 + $signature: 86 }; N.Element__updateDepth_closure.prototype = { call$1: function(child) { child._updateDepth$1(this.expectedDepth); }, - $signature: 88 + $signature: 86 }; N.Element_detachRenderObject_closure.prototype = { call$1: function(child) { child.detachRenderObject$0(); }, - $signature: 88 + $signature: 86 }; N.Element_attachRenderObject_closure.prototype = { call$1: function(child) { child.attachRenderObject$1(this.newSlot); }, - $signature: 88 + $signature: 86 }; N.Element_debugDescribeChildren_closure.prototype = { call$1: function(child) { this.children.push(child.toDiagnosticsNode$0()); }, - $signature: 88 + $signature: 86 }; N._ElementDiagnosticableTreeNode.prototype = {}; N.ErrorWidget.prototype = { @@ -228892,7 +227739,7 @@ }; }, type$.DiagnosticsNode); }, - $signature: 118 + $signature: 114 }; N.ComponentElement_performRebuild_closure0.prototype = { call$0: function() { @@ -228921,7 +227768,7 @@ }; }, type$.DiagnosticsNode); }, - $signature: 118 + $signature: 114 }; N.StatelessElement.prototype = { get$widget: function() { @@ -229041,7 +227888,7 @@ else child.visitChildren$1(this); }, - $signature: 88 + $signature: 86 }; N.InheritedElement.prototype = { get$widget: function() { @@ -229289,14 +228136,14 @@ var t1 = this.forgottenChildren.contains$1(0, child); return t1 ? null : child; }, - $signature: 1368 + $signature: 1876 }; N.RenderObjectElement_updateChildren_slotFor.prototype = { call$2: function(newChildIndex, previousChild) { var t1 = this.slots; return t1 != null ? t1[newChildIndex] : new N.IndexedSlot(previousChild, newChildIndex, type$.IndexedSlot_nullable_Element); }, - $signature: 1367 + $signature: 1877 }; N.RootRenderObjectElement.prototype = { mount$2: function($parent, newSlot) { @@ -229418,7 +228265,7 @@ call$1: function(child) { return !this.$this._forgottenChildren.contains$1(0, child); }, - $signature: 119 + $signature: 121 }; N.DebugCreator.prototype = { toString$0: function(_) { @@ -229504,7 +228351,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 523 + $signature: 598 }; D.GestureDetector_build_closure0.prototype = { call$1: function(instance) { @@ -229515,7 +228362,7 @@ instance.onTapCancel = t1.onTapCancel; instance.onTertiaryTapCancel = instance.onTertiaryTapUp = instance.onTertiaryTapDown = instance.onSecondaryTapCancel = instance.onSecondaryTapUp = instance.onSecondaryTapDown = instance.onSecondaryTap = null; }, - $signature: 524 + $signature: 597 }; D.GestureDetector_build_closure1.prototype = { call$0: function() { @@ -229523,7 +228370,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 525 + $signature: 596 }; D.GestureDetector_build_closure2.prototype = { call$1: function(instance) { @@ -229531,7 +228378,7 @@ instance.onDoubleTap = this.$this.onDoubleTap; instance.onDoubleTapCancel = null; }, - $signature: 526 + $signature: 595 }; D.GestureDetector_build_closure3.prototype = { call$0: function() { @@ -229539,14 +228386,14 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 527 + $signature: 591 }; D.GestureDetector_build_closure4.prototype = { call$1: function(instance) { instance.onLongPress = this.$this.onLongPress; instance.onSecondaryLongPressUp = instance.onSecondaryLongPressEnd = instance.onSecondaryLongPressMoveUpdate = instance.onSecondaryLongPressStart = instance.onSecondaryLongPress = instance.onLongPressUp = instance.onLongPressEnd = instance.onLongPressMoveUpdate = instance.onLongPressStart = null; }, - $signature: 528 + $signature: 590 }; D.GestureDetector_build_closure5.prototype = { call$0: function() { @@ -229554,7 +228401,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 529 + $signature: 589 }; D.GestureDetector_build_closure6.prototype = { call$1: function(instance) { @@ -229567,7 +228414,7 @@ instance.onCancel = null; instance.dragStartBehavior = t1.dragStartBehavior; }, - $signature: 530 + $signature: 584 }; D.GestureDetector_build_closure7.prototype = { call$0: function() { @@ -229575,7 +228422,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 334 + $signature: 416 }; D.GestureDetector_build_closure8.prototype = { call$1: function(instance) { @@ -229587,7 +228434,7 @@ instance.onCancel = t1.onHorizontalDragCancel; instance.dragStartBehavior = t1.dragStartBehavior; }, - $signature: 332 + $signature: 415 }; D.GestureDetector_build_closure9.prototype = { call$0: function() { @@ -229596,7 +228443,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 1366 + $signature: 1940 }; D.GestureDetector_build_closure10.prototype = { call$1: function(instance) { @@ -229608,7 +228455,7 @@ instance.onCancel = null; instance.dragStartBehavior = t1.dragStartBehavior; }, - $signature: 1362 + $signature: 1941 }; D.GestureDetector_build_closure11.prototype = { call$0: function() { @@ -229616,7 +228463,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 1361 + $signature: 1942 }; D.GestureDetector_build_closure12.prototype = { call$1: function(instance) { @@ -229626,7 +228473,7 @@ instance.onEnd = t1.onScaleEnd; instance.dragStartBehavior = t1.dragStartBehavior; }, - $signature: 1360 + $signature: 1949 }; D.RawGestureDetector.prototype = { createState$0: function() { @@ -229833,7 +228680,7 @@ if (t1 != null) t1.call$1(new O.DragEndDetails(C.Velocity_Offset_0_0, 0)); }, - $signature: 67 + $signature: 69 }; D._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure0.prototype = { call$1: function(details) { @@ -229851,7 +228698,7 @@ if (t1 != null) t1.call$1(new O.DragEndDetails(C.Velocity_Offset_0_0, null)); }, - $signature: 67 + $signature: 69 }; D._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure1.prototype = { call$1: function(details) { @@ -229862,7 +228709,7 @@ if (t1 != null) t1.call$1(details); }, - $signature: 67 + $signature: 69 }; D._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure.prototype = { call$1: function(details) { @@ -229880,7 +228727,7 @@ if (t1 != null) t1.call$1(new O.DragEndDetails(C.Velocity_Offset_0_0, 0)); }, - $signature: 67 + $signature: 69 }; D._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure0.prototype = { call$1: function(details) { @@ -229898,7 +228745,7 @@ if (t1 != null) t1.call$1(new O.DragEndDetails(C.Velocity_Offset_0_0, null)); }, - $signature: 67 + $signature: 69 }; D._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure1.prototype = { call$1: function(details) { @@ -229909,7 +228756,7 @@ if (t1 != null) t1.call$1(details); }, - $signature: 67 + $signature: 69 }; T.HeroFlightDirection.prototype = { toString$0: function(_) { @@ -229936,7 +228783,7 @@ else heroState.endFlight$0(); }, - $signature: 1332 + $signature: 1951 }; T.Hero__allHeroesFor_visitor.prototype = { call$1: function(element) { @@ -229955,7 +228802,7 @@ } element.visitChildren$1(_this); }, - $signature: 88 + $signature: 86 }; T._HeroState.prototype = { startFlight$1$shouldIncludedChildInPlaceholder: function(shouldIncludedChildInPlaceholder) { @@ -230222,7 +229069,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 539 + $signature: 583 }; T._HeroFlight__handleAnimationUpdate_delayedPerformAnimtationUpdate.prototype = { call$0: function() { @@ -230484,14 +229331,14 @@ t1 = false; return t1; }, - $signature: 1327 + $signature: 1980 }; T.HeroController__maybeStartHeroTransition_closure.prototype = { call$1: function(value) { var _this = this; _this.$this._startHeroTransition$5(_this.from, _this.to, _this.animation, _this.flightType, _this.isUserGestureTransition); }, - $signature: 27 + $signature: 28 }; L.Icon.prototype = { build$1: function(_, context) { @@ -230580,7 +229427,7 @@ call$1: function(context) { return Y.IconTheme$(this.child, Y.IconTheme__getInheritedIconThemeData(context).merge$1(this.data), this.key); }, - $signature: 1326 + $signature: 1981 }; T.IconThemeData.prototype = { copyWith$3$color$opacity$size: function(color, opacity, size) { @@ -230833,7 +229680,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 544 + $signature: 580 }; U._ImageState__getListener__closure.prototype = { call$0: function() { @@ -231053,14 +229900,14 @@ throw H.wrapException(H.ReachabilityError$(string$.x60null_c)); } }, - $signature: 35 + $signature: 36 }; G.ImplicitlyAnimatedWidgetState_didUpdateWidget_closure.prototype = { call$3: function(tween, targetValue, $constructor) { this.$this._updateTween$2(tween, targetValue); return tween; }, - $signature: 545 + $signature: 579 }; G.ImplicitlyAnimatedWidgetState__constructTweens_closure.prototype = { call$3: function(tween, targetValue, $constructor) { @@ -231075,7 +229922,7 @@ tween = null; return tween; }, - $signature: 545 + $signature: 579 }; G.AnimatedWidgetBaseState.prototype = { initState$0: function() { @@ -231151,49 +229998,49 @@ call$1: function(value) { return new S.AlignmentGeometryTween(type$.AlignmentGeometry._as(value), null); }, - $signature: 546 + $signature: 575 }; G._AnimatedContainerState_forEachTween_closure0.prototype = { call$1: function(value) { return new G.EdgeInsetsGeometryTween(type$.EdgeInsetsGeometry._as(value), null); }, - $signature: 365 + $signature: 410 }; G._AnimatedContainerState_forEachTween_closure1.prototype = { call$1: function(value) { return new G.DecorationTween(type$.Decoration._as(value), null); }, - $signature: 548 + $signature: 574 }; G._AnimatedContainerState_forEachTween_closure2.prototype = { call$1: function(value) { return new G.DecorationTween(type$.Decoration._as(value), null); }, - $signature: 548 + $signature: 574 }; G._AnimatedContainerState_forEachTween_closure3.prototype = { call$1: function(value) { return new G.BoxConstraintsTween(type$.BoxConstraints._as(value), null); }, - $signature: 1319 + $signature: 2003 }; G._AnimatedContainerState_forEachTween_closure4.prototype = { call$1: function(value) { return new G.EdgeInsetsGeometryTween(type$.EdgeInsetsGeometry._as(value), null); }, - $signature: 365 + $signature: 410 }; G._AnimatedContainerState_forEachTween_closure5.prototype = { call$1: function(value) { return new G.Matrix4Tween(type$.Matrix4._as(value), null); }, - $signature: 1318 + $signature: 2004 }; G._AnimatedContainerState_forEachTween_closure6.prototype = { call$1: function(value) { return new S.AlignmentGeometryTween(type$.AlignmentGeometry._as(value), null); }, - $signature: 546 + $signature: 575 }; G.AnimatedPadding.prototype = { createState$0: function() { @@ -231216,7 +230063,7 @@ call$1: function(value) { return new G.EdgeInsetsGeometryTween(type$.EdgeInsetsGeometry._as(value), null); }, - $signature: 365 + $signature: 410 }; G.AnimatedOpacity.prototype = { createState$0: function() { @@ -231248,7 +230095,7 @@ call$1: function(value) { return new R.Tween(H._asDoubleS(value), null, type$.Tween_double); }, - $signature: 362 + $signature: 407 }; G.AnimatedDefaultTextStyle.prototype = { createState$0: function() { @@ -231274,7 +230121,7 @@ call$1: function(value) { return new G.TextStyleTween(type$.TextStyle._as(value), null); }, - $signature: 1316 + $signature: 2005 }; G.AnimatedPhysicalModel.prototype = { createState$0: function() { @@ -231318,25 +230165,25 @@ call$1: function(value) { return new G.BorderRadiusTween(type$.BorderRadius._as(value), null); }, - $signature: 1299 + $signature: 2006 }; G._AnimatedPhysicalModelState_forEachTween_closure0.prototype = { call$1: function(value) { return new R.Tween(H._asDoubleS(value), null, type$.Tween_double); }, - $signature: 362 + $signature: 407 }; G._AnimatedPhysicalModelState_forEachTween_closure1.prototype = { call$1: function(value) { return new R.ColorTween(type$.Color._as(value), null); }, - $signature: 363 + $signature: 396 }; G._AnimatedPhysicalModelState_forEachTween_closure2.prototype = { call$1: function(value) { return new R.ColorTween(type$.Color._as(value), null); }, - $signature: 363 + $signature: 396 }; G._ImplicitlyAnimatedWidgetState_State_SingleTickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -231418,7 +230265,7 @@ call$1: function(t1) { return this._box_0._debugDidFindAncestor = t1; }, - $signature: 464 + $signature: 610 }; M.InheritedTheme_capture_closure.prototype = { call$1: function(ancestor) { @@ -231436,7 +230283,7 @@ } return true; }, - $signature: 119 + $signature: 121 }; M.CapturedThemes.prototype = {}; M._CaptureAll.prototype = { @@ -231566,7 +230413,7 @@ }; }, type$.DiagnosticsNode); }, - $signature: 118 + $signature: 114 }; A._LayoutBuilderElement__layout__closure0.prototype = { call$0: function() { @@ -231595,7 +230442,7 @@ }; }, type$.DiagnosticsNode); }, - $signature: 118 + $signature: 114 }; A.RenderConstrainedLayoutBuilder.prototype = { updateCallback$1: function(value) { @@ -231701,7 +230548,7 @@ call$1: function(p) { return p.futureValue; }, - $signature: 1286 + $signature: 2008 }; L._loadAll_closure1.prototype = { call$1: function(values) { @@ -231710,7 +230557,7 @@ t3.$indexSet(0, H.createRuntimeType(H._instanceType(t2.pendingList[i].delegate)._eval$1("LocalizationsDelegate.T")), t1.$index(values, i)); return t3; }, - $signature: 1662 + $signature: 2010 }; L.LocalizationsDelegate.prototype = { toString$0: function(_) { @@ -231827,7 +230674,7 @@ call$1: function(value) { return this._box_0.typeToResources = value; }, - $signature: 1284 + $signature: 2012 }; L._LocalizationsState_load_closure0.prototype = { call$1: function(value) { @@ -231836,7 +230683,7 @@ t1.setState$1(new L._LocalizationsState_load__closure(t1, value, this.locale)); $.RendererBinding__instance.allowFirstFrame$0(); }, - $signature: 1283 + $signature: 2013 }; L._LocalizationsState_load__closure.prototype = { call$0: function() { @@ -232248,7 +231095,7 @@ if (t1 != null) t1.focusScopeNode.requestFocus$0(); }, - $signature: 74 + $signature: 83 }; K.Route_didAdd_closure.prototype = { call$1: function(_) { @@ -232256,13 +231103,13 @@ if (t1 != null) t1.focusScopeNode.requestFocus$0(); }, - $signature: 74 + $signature: 83 }; K.Route_isCurrent_closure.prototype = { call$1: function(e) { return e != null && e.get$isPresent(); }, - $signature: 172 + $signature: 160 }; K.Route_isCurrent_closure0.prototype = { call$0: function() { @@ -232274,7 +231121,7 @@ call$1: function(e) { return e != null && e.get$isPresent(); }, - $signature: 172 + $signature: 160 }; K.Route_isFirst_closure0.prototype = { call$0: function() { @@ -232286,7 +231133,7 @@ call$1: function(e) { return e != null && K._RouteEntry_isRoutePredicate(this.$this).call$1(e); }, - $signature: 172 + $signature: 160 }; K.Route_isActive_closure0.prototype = { call$0: function() { @@ -232337,7 +231184,7 @@ call$1: function(route) { return route == null; }, - $signature: 1265 + $signature: 2016 }; K._RouteLifecycle.prototype = { toString$0: function(_) { @@ -232447,20 +231294,20 @@ call$1: function(e) { return e._mounted; }, - $signature: 1264 + $signature: 2018 }; K._RouteEntry_dispose__listener_set.prototype = { call$1: function(t1) { return this._box_0._listener = t1; }, - $signature: 621 + $signature: 703 }; K._RouteEntry_dispose__listener_get.prototype = { call$0: function() { var t1 = this._box_0._listener; return t1 === $ ? H.throwExpression(H.LateError$localNI("listener")) : t1; }, - $signature: 620 + $signature: 702 }; K._RouteEntry_dispose_closure0.prototype = { call$0: function() { @@ -232479,7 +231326,7 @@ call$1: function(entry) { return entry.route === this.route; }, - $signature: 269 + $signature: 329 }; K._NavigatorObservation.prototype = {}; K._NavigatorPushObservation.prototype = { @@ -233150,13 +231997,13 @@ t1 = null; return K._RouteEntry$(route, C._RouteLifecycle_1, t1); }, - $signature: 1263 + $signature: 2023 }; K.NavigatorState__flushHistoryUpdates_closure.prototype = { call$1: function(e) { return e != null && e.get$isPresent(); }, - $signature: 172 + $signature: 160 }; K.NavigatorState__flushHistoryUpdates_closure0.prototype = { call$0: function() { @@ -233168,13 +232015,13 @@ call$1: function(object) { return H.S(object); }, - $signature: 1259 + $signature: 2024 }; K.NavigatorState_maybePop_closure.prototype = { call$1: function(e) { return e != null && e.get$isPresent(); }, - $signature: 172 + $signature: 160 }; K.NavigatorState_maybePop_closure0.prototype = { call$0: function() { @@ -233186,7 +232033,7 @@ call$1: function(e) { return e != null && e.get$isPresent(); }, - $signature: 172 + $signature: 160 }; K.NavigatorState_maybePop_closure2.prototype = { call$0: function() { @@ -233198,7 +232045,7 @@ call$1: function(e) { return e != null && e.get$isPresent(); }, - $signature: 172 + $signature: 160 }; K.NavigatorState_removeRoute_closure0.prototype = { call$0: function() { @@ -233378,14 +232225,14 @@ call$2: function(key, value) { return new P.MapEntry(H._asStringQ(key), P.List_List$from(type$.List_dynamic._as(value), true, type$.Object), type$.MapEntry_of_nullable_String_and_List_Object); }, - $signature: 1258 + $signature: 2027 }; K._NavigatorState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure.prototype = { call$2: function(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 193 + $signature: 202 }; K._NavigatorState_State_TickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -233771,7 +232618,7 @@ } return t1; }, - $signature: 565 + $signature: 573 }; E._RenderOverflowBar_performLayout_nextChild0.prototype = { call$0: function() { @@ -233788,7 +232635,7 @@ } return t1; }, - $signature: 565 + $signature: 573 }; E.__RenderOverflowBar_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1: function(owner) { @@ -233864,7 +232711,7 @@ call$1: function(duration) { this.overlay._markDirty$0(); }, - $signature: 27 + $signature: 28 }; X._OverlayEntryWidget.prototype = { createState$0: function() { @@ -234229,25 +233076,25 @@ call$1: function(child) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_0, this.height, child.get$computeMinIntrinsicWidth()); }, - $signature: 75 + $signature: 78 }; X._RenderTheatre_computeMaxIntrinsicWidth_closure.prototype = { call$1: function(child) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_1, this.height, child.get$computeMaxIntrinsicWidth()); }, - $signature: 75 + $signature: 78 }; X._RenderTheatre_computeMinIntrinsicHeight_closure.prototype = { call$1: function(child) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_2, this.width, child.get$computeMinIntrinsicHeight()); }, - $signature: 75 + $signature: 78 }; X._RenderTheatre_computeMaxIntrinsicHeight_closure.prototype = { call$1: function(child) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_3, this.width, child.get$computeMaxIntrinsicHeight()); }, - $signature: 75 + $signature: 78 }; X._RenderTheatre_hitTestChildren_closure.prototype = { call$2: function(result, transformed) { @@ -234256,7 +233103,7 @@ transformed.toString; return t1.hitTest$2$position(result, transformed); }, - $signature: 94 + $signature: 90 }; X._OverlayState_State_TickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -234753,7 +233600,7 @@ call$1: function(element) { return S.PageStorageBucket__maybeAddKey(element, this.keys); }, - $signature: 119 + $signature: 121 }; S.PageStorage.prototype = { build$1: function(_, context) { @@ -235073,7 +233920,7 @@ } return false; }, - $signature: 158 + $signature: 162 }; D._PageViewState_build_closure.prototype = { call$2: function(context, position) { @@ -235082,7 +233929,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1257 + $signature: 2032 }; V.PageRoute.prototype = { get$opaque: function() { @@ -235127,14 +233974,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1232 + $signature: 2041 }; G.HtmlElementView__createHtmlElementView_closure.prototype = { call$1: function(_) { var t1 = this.params; t1.onPlatformViewCreated.call$1(t1.id); }, - $signature: 74 + $signature: 83 }; G._HtmlElementViewController.prototype = { _platform_view$_initialize$0: function() { @@ -235928,7 +234775,7 @@ t1._offsetAnimation = null; } }, - $signature: 35 + $signature: 36 }; Z._ReorderableItemState_rebuild_closure.prototype = { call$0: function() { @@ -235941,7 +234788,8 @@ return T.Listener$(C.HitTestBehavior_0, this.child, _null, new Z.ReorderableDragStartListener_build_closure(this, context), _null, _null, _null); }, createRecognizer$0: function() { - return V.ImmediateMultiDragGestureRecognizer$(this); + var t1 = type$.int; + return new V.ImmediateMultiDragGestureRecognizer(P.LinkedHashMap_LinkedHashMap$_empty(t1, type$._ImmediatePointerState), this, null, P.LinkedHashMap_LinkedHashMap$_empty(t1, type$.PointerDeviceKind)); } }; Z.ReorderableDragStartListener_build_closure.prototype = { @@ -235952,11 +234800,12 @@ t2.startItemDragReorder$3$event$index$recognizer($event, t1.index, t1.createRecognizer$0()); return null; }, - $signature: 204 + $signature: 212 }; Z.ReorderableDelayedDragStartListener.prototype = { createRecognizer$0: function() { - return V.DelayedMultiDragGestureRecognizer$(this, C.Duration_500000); + var t1 = type$.int; + return new V.DelayedMultiDragGestureRecognizer(P.LinkedHashMap_LinkedHashMap$_empty(t1, type$._DelayedPointerState), this, null, P.LinkedHashMap_LinkedHashMap$_empty(t1, type$.PointerDeviceKind)); } }; Z._DragInfo.prototype = { @@ -236041,7 +234890,7 @@ t1.onDropCompleted.call$0(); } }, - $signature: 35 + $signature: 36 }; Z._DragItemProxy.prototype = { build$1: function(_, context) { @@ -236072,7 +234921,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 539 + $signature: 583 }; Z._ReorderableItemGlobalKey.prototype = { $eq: function(_, other) { @@ -236195,7 +235044,7 @@ } $.RendererBinding__instance.allowFirstFrame$0(); }, - $signature: 1228 + $signature: 2050 }; K._RootRestorationScopeState__loadRootBucketIfNecessary__closure.prototype = { call$0: function() { @@ -236353,7 +235202,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 193 + $signature: 202 }; K.__RestorationScopeState_State_RestorationMixin.prototype = { didUpdateWidget$1: function(oldWidget) { @@ -236680,7 +235529,7 @@ throw H.wrapException(H.ReachabilityError$(string$.x60null_c)); } }, - $signature: 35 + $signature: 36 }; T.TransitionRoute__updateSecondaryAnimation_closure.prototype = { call$0: function() { @@ -236760,7 +235609,7 @@ call$1: function(duration) { this.$this.changedInternalState$0(); }, - $signature: 27 + $signature: 28 }; T._DismissModalAction.prototype = { isEnabled$1: function(_, intent) { @@ -236850,7 +235699,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1226 + $signature: 2054 }; T._ModalScopeState_build_closure0.prototype = { call$1: function(context) { @@ -236865,7 +235714,7 @@ t4 = t2._page = new T.RepaintBoundary(new T.Builder(new T._ModalScopeState_build__closure(t2), _null), t2._widget.route._subtreeKey); return new U.Actions(t1, E.PrimaryScrollController$(L.FocusScope$(false, new T.RepaintBoundary(K.AnimatedBuilder$(t3, new T._ModalScopeState_build__closure0(t2), t4), _null), _null, t2.focusScopeNode), t2.primaryScrollController), _null); }, - $signature: 1225 + $signature: 2056 }; T._ModalScopeState_build__closure0.prototype = { call$2: function(context, child) { @@ -236884,7 +235733,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 236 + $signature: 214 }; T._ModalScopeState_build___closure.prototype = { call$2: function(context, child) { @@ -236895,7 +235744,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1198 + $signature: 2058 }; T._ModalScopeState_build__closure.prototype = { call$1: function(context) { @@ -236907,7 +235756,7 @@ t3.toString; return t1.buildPage$3(context, t2, t3); }, - $signature: 63 + $signature: 75 }; T.ModalRoute.prototype = { setState$1: function(fn) { @@ -237503,7 +236352,7 @@ var _this = this; P.scheduleMicrotask(new Y.ScrollAwareImageProvider_resolveStreamForKey__closure(_this.$this, _this.configuration, _this.stream, _this.key, _this.handleError)); }, - $signature: 27 + $signature: 28 }; Y.ScrollAwareImageProvider_resolveStreamForKey__closure.prototype = { call$0: function() { @@ -237600,13 +236449,13 @@ t2 = type$.nullable__PointAtTime; return new R.IOSScrollViewFlingVelocityTracker(P.List_List$filled(20, null, false, t2), t1, P.List_List$filled(20, null, false, t2)); }, - $signature: 1197 + $signature: 2059 }; K.ScrollBehavior_velocityTrackerBuilder_closure0.prototype = { call$1: function($event) { return new R.VelocityTracker($event.get$kind($event), P.List_List$filled(20, null, false, type$.nullable__PointAtTime)); }, - $signature: 578 + $signature: 571 }; K._WrappedScrollBehavior.prototype = { buildOverscrollIndicator$3: function(context, child, details) { @@ -238607,7 +237456,7 @@ call$1: function(timeStamp) { this.$this._impliedVelocity = 0; }, - $signature: 27 + $signature: 28 }; A._ScrollPosition_ViewportOffset_ScrollMetrics.prototype = {}; R.ScrollPositionWithSingleContext.prototype = { @@ -238844,7 +237693,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1196 + $signature: 2063 }; B.ScrollView_build_closure0.prototype = { call$1: function(notification) { @@ -238853,7 +237702,7 @@ focusScope.unfocus$0(); return false; }, - $signature: 1195 + $signature: 2064 }; B.CustomScrollView.prototype = { buildSlivers$1: function(context) { @@ -238891,13 +237740,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 139 + $signature: 132 }; B.ListView$separated_closure0.prototype = { call$2: function(_, index) { return (index & 1) === 0 ? C.JSInt_methods._tdivFast$1(index, 2) : null; }, - $signature: 1194 + $signature: 2065 }; B.GridView.prototype = { buildChildLayout$1: function(context) { @@ -238909,7 +237758,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 193 + $signature: 202 }; F.Scrollable.prototype = { createState$0: function() { @@ -239280,7 +238129,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 529 + $signature: 589 }; F.ScrollableState_setCanDrag_closure0.prototype = { call$1: function(instance) { @@ -239303,7 +238152,7 @@ instance.velocityTrackerBuilder = t2.velocityTrackerBuilder$1(t3); instance.dragStartBehavior = t1._widget.dragStartBehavior; }, - $signature: 530 + $signature: 584 }; F.ScrollableState_setCanDrag_closure1.prototype = { call$0: function() { @@ -239311,7 +238160,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 334 + $signature: 416 }; F.ScrollableState_setCanDrag_closure2.prototype = { call$1: function(instance) { @@ -239334,7 +238183,7 @@ instance.velocityTrackerBuilder = t2.velocityTrackerBuilder$1(t3); instance.dragStartBehavior = t1._widget.dragStartBehavior; }, - $signature: 332 + $signature: 415 }; F.ScrollableDetails.prototype = {}; F._ScrollSemantics.prototype = { @@ -240303,7 +239152,7 @@ C.JSArray_methods.get$single(scrollController._positions).didUpdateScrollPositionBy$1(0); } }, - $signature: 27 + $signature: 28 }; E.RawScrollbarState__maybeStartFadeoutTimer_closure.prototype = { call$0: function() { @@ -240324,7 +239173,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 1190 + $signature: 2067 }; E.RawScrollbarState__gestures_closure0.prototype = { call$1: function(instance) { @@ -240334,25 +239183,25 @@ instance.onLongPressMoveUpdate = new E.RawScrollbarState__gestures__closure0(t1); instance.onLongPressEnd = new E.RawScrollbarState__gestures__closure1(t1); }, - $signature: 1189 + $signature: 2068 }; E.RawScrollbarState__gestures__closure.prototype = { call$1: function(details) { return this.$this.handleThumbPressStart$1(details.localPosition); }, - $signature: 224 + $signature: 230 }; E.RawScrollbarState__gestures__closure0.prototype = { call$1: function(details) { return this.$this.handleThumbPressUpdate$1(details.localPosition); }, - $signature: 223 + $signature: 219 }; E.RawScrollbarState__gestures__closure1.prototype = { call$1: function(details) { return this.$this.handleThumbPressEnd$2(details.localPosition, details.velocity); }, - $signature: 438 + $signature: 408 }; E.RawScrollbarState__gestures_closure1.prototype = { call$0: function() { @@ -240362,13 +239211,13 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 1188 + $signature: 2072 }; E.RawScrollbarState__gestures_closure2.prototype = { call$1: function(instance) { instance.onTapDown = this.$this.get$_handleTrackTapDown(); }, - $signature: 1165 + $signature: 2074 }; E.RawScrollbarState_build_closure0.prototype = { call$1: function($event) { @@ -240388,7 +239237,7 @@ throw H.wrapException(H.ReachabilityError$(string$.x60null_c)); } }, - $signature: 199 + $signature: 184 }; E.RawScrollbarState_build_closure.prototype = { call$1: function($event) { @@ -240408,7 +239257,7 @@ throw H.wrapException(H.ReachabilityError$(string$.x60null_c)); } }, - $signature: 1164 + $signature: 2078 }; E._ThumbPressGestureRecognizer.prototype = { isPointerAllowed$1: function($event) { @@ -240617,7 +239466,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1160 + $signature: 2088 }; E._SingleChildViewport.prototype = { createRenderObject$1: function(context) { @@ -240879,9 +239728,6 @@ targetOffset = leadingScrollOffset - (mainAxisExtent - targetMainAxisExtent) * alignment; return new Q.RevealedOffset(targetOffset, bounds.shift$1(_this._paintOffsetForPosition$1(targetOffset))); }, - getOffsetToReveal$2: function(target, alignment) { - return this.getOffsetToReveal$3$rect(target, alignment, null); - }, showOnScreen$4$curve$descendant$duration$rect: function(curve, descendant, duration, rect) { var _this = this; if (!_this._single_child_scroll_view$_offset.physics.get$allowImplicitScrolling()) @@ -240918,7 +239764,7 @@ t1.toString; context.paintChild$2(t1, offset.$add(0, this.paintOffset)); }, - $signature: 86 + $signature: 88 }; E._RenderSingleChildViewport_hitTestChildren_closure.prototype = { call$2: function(result, transformed) { @@ -240927,7 +239773,7 @@ transformed.toString; return t1.hitTest$2$position(result, transformed); }, - $signature: 94 + $signature: 90 }; E.__RenderSingleChildViewport_RenderBox_RenderObjectWithChildMixin.prototype = { attach$1: function(owner) { @@ -241303,7 +240149,7 @@ t2.remove$1(0, index); } }, - $signature: 73 + $signature: 71 }; G.SliverMultiBoxAdaptorElement_performRebuild_closure.prototype = { call$0: function() { @@ -241315,7 +240161,7 @@ call$0: function() { return this.$this._sliver$_childElements.$index(0, this.index); }, - $signature: 1134 + $signature: 2092 }; G.SliverMultiBoxAdaptorElement_createChild_closure.prototype = { call$0: function() { @@ -241645,13 +240491,13 @@ call$1: function(row) { return row.decoration != null; }, - $signature: 1133 + $signature: 2093 }; S.Table_closure0.prototype = { call$1: function(row) { return row.decoration; }, - $signature: 1132 + $signature: 2094 }; S._TableElement.prototype = { get$widget: function() { @@ -241771,31 +240617,31 @@ t5 = H._arrayInstanceType(t4)._eval$1("MappedListIterable<1,Element0>"); return new S._TableElementRow(t3, P.List_List$of(new H.MappedListIterable(t4, new S._TableElement_mount__closure(t1, t2, this.$this), t5), false, t5._eval$1("ListIterable.E"))); }, - $signature: 1131 + $signature: 2099 }; S._TableElement_mount__closure.prototype = { call$1: function(child) { return this.$this.inflateWidget$2(child, new S._TableSlot(this._box_0.columnIndex++, this._box_1.rowIndex)); }, - $signature: 1129 + $signature: 2102 }; S._TableElement_update_closure.prototype = { call$1: function(row) { return row.key == null; }, - $signature: 1128 + $signature: 2105 }; S._TableElement_update_closure0.prototype = { call$1: function(list) { return !this.taken.contains$1(0, list); }, - $signature: 1125 + $signature: 2106 }; S._TableElement__updateRenderObjectChildren_closure.prototype = { call$1: function(row) { return J.map$1$1$ax(row.children, new S._TableElement__updateRenderObjectChildren__closure(), type$.RenderBox); }, - $signature: 1124 + $signature: 2110 }; S._TableElement__updateRenderObjectChildren__closure.prototype = { call$1: function(child) { @@ -241803,13 +240649,13 @@ t1.toString; return type$.RenderBox._as(t1); }, - $signature: 1123 + $signature: 2113 }; S._TableElement_visitChildren_closure.prototype = { call$1: function(row) { return row.children; }, - $signature: 1122 + $signature: 2114 }; S.TableCell.prototype = { applyParentData$1: function(renderObject) { @@ -242084,22 +240930,19 @@ var _this = this, _null = null, t1 = _this._text_selection$_value.selection; return new T.ExcludeSemantics(true, t1.start == t1.end && position === C._TextSelectionHandlePosition_1 || _this.selectionControls == null ? M.Container$(_null, _null, C.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null) : new L.Visibility(new F._TextSelectionHandleOverlay(t1, position, _this.startHandleLayerLink, _this.endHandleLayerLink, _this.renderObject, new F.TextSelectionOverlay__buildHandle_closure(_this, position), _this.onSelectionHandleTapped, _this.selectionControls, _this.dragStartBehavior, _null), _this._handlesVisible, _null), _null); - }, - get$renderObject: function() { - return this.renderObject; } }; F.TextSelectionOverlay_showHandles_closure.prototype = { call$1: function(context) { return this.$this._buildHandle$2(context, C._TextSelectionHandlePosition_0); }, - $signature: 63 + $signature: 75 }; F.TextSelectionOverlay_showHandles_closure0.prototype = { call$1: function(context) { return this.$this._buildHandle$2(context, C._TextSelectionHandlePosition_1); }, - $signature: 63 + $signature: 75 }; F.TextSelectionOverlay__buildHandle_closure.prototype = { call$1: function(newSelection) { @@ -242120,7 +240963,7 @@ t2.userUpdateTextEditingValue$2(t1._text_selection$_value.copyWith$2$composing$selection(C.TextRange_m1_m1, newSelection), C.SelectionChangedCause_6); t2.bringIntoView$1(textPosition); }, - $signature: 468 + $signature: 612 }; F._TextSelectionHandleOverlay.prototype = { createState$0: function() { @@ -242138,9 +240981,6 @@ }, onSelectionHandleChanged$1: function(arg0) { return this.onSelectionHandleChanged.call$1(arg0); - }, - get$renderObject: function() { - return this.renderObject; } }; F._TextSelectionHandleOverlayState.prototype = { @@ -242613,7 +241453,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 1118 + $signature: 2128 }; F._TextSelectionGestureDetectorState_build_closure0.prototype = { call$1: function(instance) { @@ -242625,7 +241465,7 @@ instance.onTapUp = t1.get$_handleTapUp(); instance.onTapCancel = t1.get$_text_selection$_handleTapCancel(); }, - $signature: 1117 + $signature: 2131 }; F._TextSelectionGestureDetectorState_build_closure1.prototype = { call$0: function() { @@ -242633,7 +241473,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 527 + $signature: 591 }; F._TextSelectionGestureDetectorState_build_closure2.prototype = { call$1: function(instance) { @@ -242642,7 +241482,7 @@ instance.onLongPressMoveUpdate = t1.get$_handleLongPressMoveUpdate(); instance.onLongPressEnd = t1.get$_handleLongPressEnd(); }, - $signature: 528 + $signature: 590 }; F._TextSelectionGestureDetectorState_build_closure3.prototype = { call$0: function() { @@ -242650,7 +241490,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 334 + $signature: 416 }; F._TextSelectionGestureDetectorState_build_closure4.prototype = { call$1: function(instance) { @@ -242661,7 +241501,7 @@ instance.onUpdate = t1.get$_handleDragUpdate(); instance.onEnd = t1.get$_handleDragEnd(); }, - $signature: 332 + $signature: 415 }; F._TextSelectionGestureDetectorState_build_closure5.prototype = { call$0: function() { @@ -242669,7 +241509,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 1116 + $signature: 2134 }; F._TextSelectionGestureDetectorState_build_closure6.prototype = { call$1: function(instance) { @@ -242678,7 +241518,7 @@ instance.onStart = t2.onForcePressStart != null ? t1.get$_forcePressStarted() : null; instance.onEnd = t2.onForcePressEnd != null ? t1.get$_forcePressEnded() : null; }, - $signature: 1112 + $signature: 2144 }; F._TransparentTapGestureRecognizer.prototype = { rejectGesture$1: function(pointer) { @@ -243030,13 +241870,13 @@ } return false; }, - $signature: 210 + $signature: 196 }; N._describeRelevantUserCode_processElement.prototype = { call$1: function(target) { return true; }, - $signature: 119 + $signature: 121 }; F.WillPopScope.prototype = { createState$0: function() { @@ -243693,7 +242533,7 @@ call$1: function(value) { return this.config.repo; }, - $signature: 1108 + $signature: 2145 }; D.CacheStore_retrieveCacheData_closure.prototype = { call$1: function(cacheObject) { @@ -243725,7 +242565,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 1107 + $signature: 2146 }; D.CacheStore__scheduleCleanup_closure.prototype = { call$0: function() { @@ -244349,7 +243189,7 @@ if (this._box_0.newCacheObject.relativePath !== t1) this.$this._removeOldFile$1(t1); }, - $signature: 74 + $signature: 83 }; Q.WebHelper__saveFileAndPostUpdates_closure.prototype = { call$1: function(s) { @@ -244359,7 +243199,7 @@ this.receivedBytesResultController.add$1(0, receivedBytes); return s; }, - $signature: 1105 + $signature: 2147 }; Q.HttpExceptionWithStatus.prototype = {}; B.BlockPicker.prototype = { @@ -244380,7 +243220,7 @@ call$1: function(color) { return this.child.call$1(color); }, - $signature: 1104 + $signature: 2148 }; B._BlockPickerState.prototype = { initState$0: function() { @@ -244423,7 +243263,7 @@ $defaultValues: function() { return [null, null]; }, - $signature: 1103 + $signature: 2149 }; B._BlockPickerState_build__closure.prototype = { call$0: function() { @@ -244717,111 +243557,111 @@ t1.toString; return new O.SynchronousFuture(t1, type$.SynchronousFuture_CupertinoLocalizations); }, - $signature: 1096 + $signature: 2155 }; Y._GlobalCupertinoLocalizationsDelegate_load_closure__dayFormat_set.prototype = { call$1: function(t1) { return this._box_0._dayFormat = t1; }, - $signature: 165 + $signature: 164 }; Y._GlobalCupertinoLocalizationsDelegate_load_closure__decimalFormat_set.prototype = { call$1: function(t1) { return this._box_0._decimalFormat = t1; }, - $signature: 1095 + $signature: 2157 }; Y._GlobalCupertinoLocalizationsDelegate_load_closure__doubleDigitMinuteFormat_set.prototype = { call$1: function(t1) { return this._box_0._doubleDigitMinuteFormat = t1; }, - $signature: 165 + $signature: 164 }; Y._GlobalCupertinoLocalizationsDelegate_load_closure__fullYearFormat_set.prototype = { call$1: function(t1) { return this._box_0._fullYearFormat = t1; }, - $signature: 165 + $signature: 164 }; Y._GlobalCupertinoLocalizationsDelegate_load_closure__mediumDateFormat_set.prototype = { call$1: function(t1) { return this._box_0._mediumDateFormat = t1; }, - $signature: 165 + $signature: 164 }; Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitHourFormat_set.prototype = { call$1: function(t1) { return this._box_0._singleDigitHourFormat = t1; }, - $signature: 165 + $signature: 164 }; Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitMinuteFormat_set.prototype = { call$1: function(t1) { return this._box_0._singleDigitMinuteFormat = t1; }, - $signature: 165 + $signature: 164 }; Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitSecondFormat_set.prototype = { call$1: function(t1) { return this._box_0._singleDigitSecondFormat = t1; }, - $signature: 165 + $signature: 164 }; Y._GlobalCupertinoLocalizationsDelegate_load_closure__fullYearFormat_get.prototype = { call$0: function() { var t1 = this._box_0._fullYearFormat; return t1 === $ ? H.throwExpression(H.LateError$localNI("fullYearFormat")) : t1; }, - $signature: 177 + $signature: 157 }; Y._GlobalCupertinoLocalizationsDelegate_load_closure__dayFormat_get.prototype = { call$0: function() { var t1 = this._box_0._dayFormat; return t1 === $ ? H.throwExpression(H.LateError$localNI("dayFormat")) : t1; }, - $signature: 177 + $signature: 157 }; Y._GlobalCupertinoLocalizationsDelegate_load_closure__mediumDateFormat_get.prototype = { call$0: function() { var t1 = this._box_0._mediumDateFormat; return t1 === $ ? H.throwExpression(H.LateError$localNI("mediumDateFormat")) : t1; }, - $signature: 177 + $signature: 157 }; Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitHourFormat_get.prototype = { call$0: function() { var t1 = this._box_0._singleDigitHourFormat; return t1 === $ ? H.throwExpression(H.LateError$localNI("singleDigitHourFormat")) : t1; }, - $signature: 177 + $signature: 157 }; Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitMinuteFormat_get.prototype = { call$0: function() { var t1 = this._box_0._singleDigitMinuteFormat; return t1 === $ ? H.throwExpression(H.LateError$localNI("singleDigitMinuteFormat")) : t1; }, - $signature: 177 + $signature: 157 }; Y._GlobalCupertinoLocalizationsDelegate_load_closure__doubleDigitMinuteFormat_get.prototype = { call$0: function() { var t1 = this._box_0._doubleDigitMinuteFormat; return t1 === $ ? H.throwExpression(H.LateError$localNI("doubleDigitMinuteFormat")) : t1; }, - $signature: 177 + $signature: 157 }; Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitSecondFormat_get.prototype = { call$0: function() { var t1 = this._box_0._singleDigitSecondFormat; return t1 === $ ? H.throwExpression(H.LateError$localNI("singleDigitSecondFormat")) : t1; }, - $signature: 177 + $signature: 157 }; Y._GlobalCupertinoLocalizationsDelegate_load_closure__decimalFormat_get.prototype = { call$0: function() { var t1 = this._box_0._decimalFormat; return t1 === $ ? H.throwExpression(H.LateError$localNI("decimalFormat")) : t1; }, - $signature: 1093 + $signature: 2163 }; Y._GlobalCupertinoLocalizationsDelegate_load_closure_loadFormats.prototype = { call$1: function(locale) { @@ -244835,7 +243675,7 @@ _this._singleDigitSecondFormat_set.call$1(A.DateFormat$s(locale)); _this._decimalFormat_set.call$1(S.NumberFormat_NumberFormat$decimalPattern(locale)); }, - $signature: 238 + $signature: 229 }; S.CupertinoLocalizationAf.prototype = {}; S.CupertinoLocalizationAm.prototype = {}; @@ -245084,12 +243924,6 @@ get$reorderItemDown: function() { return "Skuif af"; }, - get$reorderItemLeft: function() { - return "Skuif na links"; - }, - get$reorderItemRight: function() { - return "Skuif na regs"; - }, get$reorderItemToEnd: function() { return "Skuif na die einde"; }, @@ -245284,12 +244118,6 @@ get$reorderItemDown: function() { return "\u12c8\u12f0 \u1273\u127d \u12cd\u1230\u12f5"; }, - get$reorderItemLeft: function() { - return "\u12c8\u12f0 \u130d\u122b \u12cd\u1230\u12f5"; - }, - get$reorderItemRight: function() { - return "\u12c8\u12f0 \u1240\u129d \u12cd\u1230\u12f5"; - }, get$reorderItemToEnd: function() { return "\u12c8\u12f0 \u1218\u1328\u1228\u123b \u12cd\u1230\u12f5"; }, @@ -245484,12 +244312,6 @@ get$reorderItemDown: function() { return "\u0646\u0642\u0644 \u0644\u0623\u0633\u0641\u0644"; }, - get$reorderItemLeft: function() { - return "\u0646\u0642\u0644 \u0644\u0644\u064a\u0645\u064a\u0646"; - }, - get$reorderItemRight: function() { - return "\u0646\u0642\u0644 \u0644\u0644\u064a\u0633\u0627\u0631"; - }, get$reorderItemToEnd: function() { return "\u0646\u0642\u0644 \u0625\u0644\u0649 \u0646\u0647\u0627\u064a\u0629 \u0627\u0644\u0642\u0627\u0626\u0645\u0629"; }, @@ -245684,12 +244506,6 @@ get$reorderItemDown: function() { return "\u09a4\u09b2\u09b2\u09c8 \u09b8\u09cd\u09a5\u09be\u09a8\u09be\u09a8\u09cd\u09a4\u09f0 \u0995\u09f0\u0995"; }, - get$reorderItemLeft: function() { - return "\u09ac\u09be\u0993\u0981\u09ab\u09be\u09b2\u09b2\u09c8 \u09b8\u09cd\u09a5\u09be\u09a8\u09be\u09a8\u09cd\u09a4\u09f0 \u0995\u09f0\u0995"; - }, - get$reorderItemRight: function() { - return "\u09b8\u09cb\u0981\u09ab\u09be\u09b2\u09b2\u09c8 \u09b8\u09cd\u09a5\u09be\u09a8\u09be\u09a8\u09cd\u09a4\u09f0 \u0995\u09f0\u0995"; - }, get$reorderItemToEnd: function() { return "\u09b6\u09c7\u09b7\u09b2\u09c8 \u09b8\u09cd\u09a5\u09be\u09a8\u09be\u09a8\u09cd\u09a4\u09f0 \u0995\u09f0\u0995"; }, @@ -245884,12 +244700,6 @@ get$reorderItemDown: function() { return "A\u015fa\u011f\u0131 k\xf6\xe7\xfcr\xfcn"; }, - get$reorderItemLeft: function() { - return "Sola k\xf6\xe7\xfcr\xfcn"; - }, - get$reorderItemRight: function() { - return "Sa\u011fa k\xf6\xe7\xfcr\xfcn"; - }, get$reorderItemToEnd: function() { return "Sona k\xf6\xe7\xfcr\xfcn"; }, @@ -246084,12 +244894,6 @@ get$reorderItemDown: function() { return "\u041f\u0435\u0440\u0430\u043c\u044f\u0441\u0446\u0456\u0446\u044c \u0443\u043d\u0456\u0437"; }, - get$reorderItemLeft: function() { - return "\u041f\u0435\u0440\u0430\u043c\u044f\u0441\u0446\u0456\u0446\u044c \u0443\u043b\u0435\u0432\u0430"; - }, - get$reorderItemRight: function() { - return "\u041f\u0435\u0440\u0430\u043c\u044f\u0441\u0446\u0456\u0446\u044c \u0443\u043f\u0440\u0430\u0432\u0430"; - }, get$reorderItemToEnd: function() { return "\u041f\u0435\u0440\u0430\u043c\u044f\u0441\u0446\u0456\u0446\u044c \u0443 \u043a\u0430\u043d\u0435\u0446"; }, @@ -246284,12 +245088,6 @@ get$reorderItemDown: function() { return "\u041f\u0440\u0435\u043c\u0435\u0441\u0442\u0432\u0430\u043d\u0435 \u043d\u0430\u0434\u043e\u043b\u0443"; }, - get$reorderItemLeft: function() { - return "\u041f\u0440\u0435\u043c\u0435\u0441\u0442\u0432\u0430\u043d\u0435 \u043d\u0430\u043b\u044f\u0432\u043e"; - }, - get$reorderItemRight: function() { - return "\u041f\u0440\u0435\u043c\u0435\u0441\u0442\u0432\u0430\u043d\u0435 \u043d\u0430\u0434\u044f\u0441\u043d\u043e"; - }, get$reorderItemToEnd: function() { return "\u041f\u0440\u0435\u043c\u0435\u0441\u0442\u0432\u0430\u043d\u0435 \u0432 \u043a\u0440\u0430\u044f"; }, @@ -246484,12 +245282,6 @@ get$reorderItemDown: function() { return "\u09a8\u09bf\u099a\u09c7\u09b0 \u09a6\u09bf\u0995\u09c7 \u09b8\u09b0\u09be\u09a8"; }, - get$reorderItemLeft: function() { - return "\u09ac\u09be\u0981\u09a6\u09bf\u0995\u09c7 \u09b8\u09b0\u09be\u09a8"; - }, - get$reorderItemRight: function() { - return "\u09a1\u09be\u09a8\u09a6\u09bf\u0995\u09c7 \u09b8\u09b0\u09be\u09a8"; - }, get$reorderItemToEnd: function() { return "\u098f\u0995\u09a6\u09ae \u09b6\u09c7\u09b7\u09c7\u09b0 \u09a6\u09bf\u0995\u09c7 \u09af\u09be\u09a8"; }, @@ -246684,12 +245476,6 @@ get$reorderItemDown: function() { return "Pomjeri nadolje"; }, - get$reorderItemLeft: function() { - return "Pomjeri lijevo"; - }, - get$reorderItemRight: function() { - return "Pomjeri desno"; - }, get$reorderItemToEnd: function() { return "Pomjerite na kraj"; }, @@ -246884,12 +245670,6 @@ get$reorderItemDown: function() { return "Mou avall"; }, - get$reorderItemLeft: function() { - return "Mou cap a l'esquerra"; - }, - get$reorderItemRight: function() { - return "Mou cap a la dreta"; - }, get$reorderItemToEnd: function() { return "Mou al final"; }, @@ -247084,12 +245864,6 @@ get$reorderItemDown: function() { return "P\u0159esunout dol\u016f"; }, - get$reorderItemLeft: function() { - return "P\u0159esunout doleva"; - }, - get$reorderItemRight: function() { - return "P\u0159esunout doprava"; - }, get$reorderItemToEnd: function() { return "P\u0159esunout na konec"; }, @@ -247284,12 +246058,6 @@ get$reorderItemDown: function() { return "Flyt ned"; }, - get$reorderItemLeft: function() { - return "Flyt til venstre"; - }, - get$reorderItemRight: function() { - return "Flyt til h\xf8jre"; - }, get$reorderItemToEnd: function() { return "Flyt til sidst p\xe5 listen"; }, @@ -247484,12 +246252,6 @@ get$reorderItemDown: function() { return "Nach unten verschieben"; }, - get$reorderItemLeft: function() { - return "Nach links verschieben"; - }, - get$reorderItemRight: function() { - return "Nach rechts verschieben"; - }, get$reorderItemToEnd: function() { return "An das Ende verschieben"; }, @@ -247695,12 +246457,6 @@ get$reorderItemDown: function() { return "\u039c\u03b5\u03c4\u03b1\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u03c0\u03c1\u03bf\u03c2 \u03c4\u03b1 \u03ba\u03ac\u03c4\u03c9"; }, - get$reorderItemLeft: function() { - return "\u039c\u03b5\u03c4\u03b1\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u03b1\u03c1\u03b9\u03c3\u03c4\u03b5\u03c1\u03ac"; - }, - get$reorderItemRight: function() { - return "\u039c\u03b5\u03c4\u03b1\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u03b4\u03b5\u03be\u03b9\u03ac"; - }, get$reorderItemToEnd: function() { return "\u039c\u03b5\u03c4\u03b1\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u03c3\u03c4\u03bf \u03c4\u03ad\u03bb\u03bf\u03c2"; }, @@ -247895,12 +246651,6 @@ get$reorderItemDown: function() { return "Move down"; }, - get$reorderItemLeft: function() { - return "Move left"; - }, - get$reorderItemRight: function() { - return "Move right"; - }, get$reorderItemToEnd: function() { return "Move to the end"; }, @@ -247983,12 +246733,6 @@ }, get$dialogLabel: function() { return "Dialogue"; - }, - get$reorderItemLeft: function() { - return "Move to the left"; - }, - get$reorderItemRight: function() { - return "Move to the right"; } }; Y.MaterialLocalizationEnCa.prototype = { @@ -248012,12 +246756,6 @@ }, get$dialogLabel: function() { return "Dialogue"; - }, - get$reorderItemLeft: function() { - return "Move to the left"; - }, - get$reorderItemRight: function() { - return "Move to the right"; } }; Y.MaterialLocalizationEnGb.prototype = { @@ -248044,12 +246782,6 @@ }, get$dialogLabel: function() { return "Dialogue"; - }, - get$reorderItemLeft: function() { - return "Move to the left"; - }, - get$reorderItemRight: function() { - return "Move to the right"; } }; Y.MaterialLocalizationEnIe.prototype = { @@ -248076,12 +246808,6 @@ }, get$dialogLabel: function() { return "Dialogue"; - }, - get$reorderItemLeft: function() { - return "Move to the left"; - }, - get$reorderItemRight: function() { - return "Move to the right"; } }; Y.MaterialLocalizationEnIn.prototype = { @@ -248105,12 +246831,6 @@ }, get$dialogLabel: function() { return "Dialogue"; - }, - get$reorderItemLeft: function() { - return "Move to the left"; - }, - get$reorderItemRight: function() { - return "Move to the right"; } }; Y.MaterialLocalizationEnNz.prototype = { @@ -248134,12 +246854,6 @@ }, get$dialogLabel: function() { return "Dialogue"; - }, - get$reorderItemLeft: function() { - return "Move to the left"; - }, - get$reorderItemRight: function() { - return "Move to the right"; } }; Y.MaterialLocalizationEnSg.prototype = { @@ -248163,12 +246877,6 @@ }, get$dialogLabel: function() { return "Dialogue"; - }, - get$reorderItemLeft: function() { - return "Move to the left"; - }, - get$reorderItemRight: function() { - return "Move to the right"; } }; Y.MaterialLocalizationEnZa.prototype = { @@ -248195,12 +246903,6 @@ }, get$dialogLabel: function() { return "Dialogue"; - }, - get$reorderItemLeft: function() { - return "Move to the left"; - }, - get$reorderItemRight: function() { - return "Move to the right"; } }; Y.MaterialLocalizationEs.prototype = { @@ -248336,12 +247038,6 @@ get$reorderItemDown: function() { return "Mover hacia abajo"; }, - get$reorderItemLeft: function() { - return "Mover hacia la izquierda"; - }, - get$reorderItemRight: function() { - return "Mover hacia la derecha"; - }, get$reorderItemToEnd: function() { return "Mover al final"; }, @@ -250079,12 +248775,6 @@ get$reorderItemDown: function() { return "Teisalda alla"; }, - get$reorderItemLeft: function() { - return "Teisalda vasakule"; - }, - get$reorderItemRight: function() { - return "Teisalda paremale"; - }, get$reorderItemToEnd: function() { return "Teisalda l\xf5ppu"; }, @@ -250279,12 +248969,6 @@ get$reorderItemDown: function() { return "Eraman behera"; }, - get$reorderItemLeft: function() { - return "Eraman ezkerrera"; - }, - get$reorderItemRight: function() { - return "Eraman eskuinera"; - }, get$reorderItemToEnd: function() { return "Eraman amaierara"; }, @@ -250479,12 +249163,6 @@ get$reorderItemDown: function() { return "\u0627\u0646\u062a\u0642\u0627\u0644 \u0628\u0647 \u067e\u0627\u06cc\u06cc\u0646"; }, - get$reorderItemLeft: function() { - return "\u0627\u0646\u062a\u0642\u0627\u0644 \u0628\u0647 \u0631\u0627\u0633\u062a"; - }, - get$reorderItemRight: function() { - return "\u0627\u0646\u062a\u0642\u0627\u0644 \u0628\u0647 \u0686\u067e"; - }, get$reorderItemToEnd: function() { return "\u0627\u0646\u062a\u0642\u0627\u0644 \u0628\u0647 \u0627\u0646\u062a\u0647\u0627"; }, @@ -250679,12 +249357,6 @@ get$reorderItemDown: function() { return "Siirr\xe4 alas"; }, - get$reorderItemLeft: function() { - return "Siirr\xe4 vasemmalle"; - }, - get$reorderItemRight: function() { - return "Siirr\xe4 oikealle"; - }, get$reorderItemToEnd: function() { return "Siirr\xe4 loppuun"; }, @@ -250879,12 +249551,6 @@ get$reorderItemDown: function() { return "Ilipat pababa"; }, - get$reorderItemLeft: function() { - return "Ilipat pakaliwa"; - }, - get$reorderItemRight: function() { - return "Ilipat pakanan"; - }, get$reorderItemToEnd: function() { return "Ilipat sa dulo"; }, @@ -251079,12 +249745,6 @@ get$reorderItemDown: function() { return "D\xe9placer vers le bas"; }, - get$reorderItemLeft: function() { - return "D\xe9placer vers la gauche"; - }, - get$reorderItemRight: function() { - return "D\xe9placer vers la droite"; - }, get$reorderItemToEnd: function() { return "D\xe9placer vers la fin"; }, @@ -251344,12 +250004,6 @@ get$reorderItemDown: function() { return "Mover cara abaixo"; }, - get$reorderItemLeft: function() { - return "Mover cara \xe1 esquerda"; - }, - get$reorderItemRight: function() { - return "Mover cara \xe1 dereita"; - }, get$reorderItemToEnd: function() { return "Mover ao final"; }, @@ -251544,12 +250198,6 @@ get$reorderItemDown: function() { return "Nach unten verschieben"; }, - get$reorderItemLeft: function() { - return "Nach links verschieben"; - }, - get$reorderItemRight: function() { - return "Nach rechts verschieben"; - }, get$reorderItemToEnd: function() { return "An das Ende verschieben"; }, @@ -251744,12 +250392,6 @@ get$reorderItemDown: function() { return "\u0aa8\u0ac0\u0a9a\u0ac7 \u0a96\u0ab8\u0ac7\u0aa1\u0acb"; }, - get$reorderItemLeft: function() { - return "\u0aa1\u0abe\u0aac\u0ac7 \u0a96\u0ab8\u0ac7\u0aa1\u0acb"; - }, - get$reorderItemRight: function() { - return "\u0a9c\u0aae\u0aa3\u0ac7 \u0a96\u0ab8\u0ac7\u0aa1\u0acb"; - }, get$reorderItemToEnd: function() { return "\u0a85\u0a82\u0aa4\u0aae\u0abe\u0a82 \u0a96\u0ab8\u0ac7\u0aa1\u0acb"; }, @@ -251944,12 +250586,6 @@ get$reorderItemDown: function() { return "\u05d4\u05e2\u05d1\u05e8\u05d4 \u05dc\u05de\u05d8\u05d4"; }, - get$reorderItemLeft: function() { - return "\u05d4\u05e2\u05d1\u05e8\u05d4 \u05e9\u05de\u05d0\u05dc\u05d4"; - }, - get$reorderItemRight: function() { - return "\u05d4\u05e2\u05d1\u05e8\u05d4 \u05d9\u05de\u05d9\u05e0\u05d4"; - }, get$reorderItemToEnd: function() { return "\u05d4\u05e2\u05d1\u05e8\u05d4 \u05dc\u05e1\u05d5\u05e3"; }, @@ -252144,12 +250780,6 @@ get$reorderItemDown: function() { return "\u0928\u0940\u091a\u0947 \u0932\u0947 \u091c\u093e\u090f\u0902"; }, - get$reorderItemLeft: function() { - return "\u092c\u093e\u090f\u0902 \u0932\u0947 \u091c\u093e\u090f\u0902"; - }, - get$reorderItemRight: function() { - return "\u0926\u093e\u090f\u0902 \u0932\u0947 \u091c\u093e\u090f\u0902"; - }, get$reorderItemToEnd: function() { return "\u0906\u0916\u093f\u0930 \u092e\u0947\u0902 \u0932\u0947 \u091c\u093e\u090f\u0902"; }, @@ -252344,12 +250974,6 @@ get$reorderItemDown: function() { return "Pomakni prema dolje"; }, - get$reorderItemLeft: function() { - return "Pomakni ulijevo"; - }, - get$reorderItemRight: function() { - return "Pomakni udesno"; - }, get$reorderItemToEnd: function() { return "Premjesti na kraj"; }, @@ -252544,12 +251168,6 @@ get$reorderItemDown: function() { return "\xc1thelyez\xe9s lefel\xe9"; }, - get$reorderItemLeft: function() { - return "\xc1thelyez\xe9s balra"; - }, - get$reorderItemRight: function() { - return "\xc1thelyez\xe9s jobbra"; - }, get$reorderItemToEnd: function() { return "\xc1thelyez\xe9s a v\xe9g\xe9re"; }, @@ -252744,12 +251362,6 @@ get$reorderItemDown: function() { return "\u054f\u0565\u0572\u0561\u0583\u0578\u056d\u0565\u056c \u0576\u0565\u0580\u0584\u0587"; }, - get$reorderItemLeft: function() { - return "\u054f\u0565\u0572\u0561\u0583\u0578\u056d\u0565\u056c \u0571\u0561\u056d"; - }, - get$reorderItemRight: function() { - return "\u054f\u0565\u0572\u0561\u0583\u0578\u056d\u0565\u056c \u0561\u057b"; - }, get$reorderItemToEnd: function() { return "\u054f\u0565\u0572\u0561\u0583\u0578\u056d\u0565\u056c \u057e\u0565\u0580\u057b"; }, @@ -252944,12 +251556,6 @@ get$reorderItemDown: function() { return "Turunkan"; }, - get$reorderItemLeft: function() { - return "Pindahkan ke kiri"; - }, - get$reorderItemRight: function() { - return "Pindahkan ke kanan"; - }, get$reorderItemToEnd: function() { return "Pindahkan ke akhir"; }, @@ -253144,12 +251750,6 @@ get$reorderItemDown: function() { return "F\xe6ra ni\xf0ur"; }, - get$reorderItemLeft: function() { - return "F\xe6ra til vinstri"; - }, - get$reorderItemRight: function() { - return "F\xe6ra til h\xe6gri"; - }, get$reorderItemToEnd: function() { return "F\xe6ra aftast"; }, @@ -253344,12 +251944,6 @@ get$reorderItemDown: function() { return "Sposta gi\xf9"; }, - get$reorderItemLeft: function() { - return "Sposta a sinistra"; - }, - get$reorderItemRight: function() { - return "Sposta a destra"; - }, get$reorderItemToEnd: function() { return "Sposta alla fine"; }, @@ -253544,12 +252138,6 @@ get$reorderItemDown: function() { return "\u4e0b\u306b\u79fb\u52d5"; }, - get$reorderItemLeft: function() { - return "\u5de6\u306b\u79fb\u52d5"; - }, - get$reorderItemRight: function() { - return "\u53f3\u306b\u79fb\u52d5"; - }, get$reorderItemToEnd: function() { return "\u6700\u5f8c\u306b\u79fb\u52d5"; }, @@ -253744,12 +252332,6 @@ get$reorderItemDown: function() { return "\u10e5\u10d5\u10d4\u10db\u10dd\u10d7 \u10d2\u10d0\u10d3\u10d0\u10e2\u10d0\u10dc\u10d0"; }, - get$reorderItemLeft: function() { - return "\u10db\u10d0\u10e0\u10ea\u10ee\u10dc\u10d8\u10d5 \u10d2\u10d0\u10d3\u10d0\u10e2\u10d0\u10dc\u10d0"; - }, - get$reorderItemRight: function() { - return "\u10db\u10d0\u10e0\u10ef\u10d5\u10dc\u10d8\u10d5 \u10d2\u10d0\u10d3\u10d0\u10e2\u10d0\u10dc\u10d0"; - }, get$reorderItemToEnd: function() { return "\u10d1\u10dd\u10da\u10dd\u10e8\u10d8 \u10d2\u10d0\u10d3\u10d0\u10e2\u10d0\u10dc\u10d0"; }, @@ -253944,12 +252526,6 @@ get$reorderItemDown: function() { return "\u0422\u04e9\u043c\u0435\u043d\u0433\u0435 \u0436\u044b\u043b\u0436\u044b\u0442\u0443"; }, - get$reorderItemLeft: function() { - return "\u0421\u043e\u043b\u0493\u0430 \u0436\u044b\u043b\u0436\u044b\u0442\u0443"; - }, - get$reorderItemRight: function() { - return "\u041e\u04a3\u0493\u0430 \u0436\u044b\u043b\u0436\u044b\u0442\u0443"; - }, get$reorderItemToEnd: function() { return "\u0421\u043e\u04a3\u044b\u043d\u0430 \u04e9\u0442\u0443"; }, @@ -254144,12 +252720,6 @@ get$reorderItemDown: function() { return "\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1791\u17b8\u200b\u1785\u17bb\u17c7\u200b\u1780\u17d2\u179a\u17c4\u1798"; }, - get$reorderItemLeft: function() { - return "\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1791\u17b8\u200b\u1791\u17c5\u200b\u1786\u17d2\u179c\u17c1\u1784"; - }, - get$reorderItemRight: function() { - return "\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1791\u17b8\u1791\u17c5\u200b\u179f\u17d2\u178f\u17b6\u17c6"; - }, get$reorderItemToEnd: function() { return "\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1791\u17b8\u1791\u17c5\u200b\u1785\u17c6\u178e\u17bb\u1785\u1794\u1789\u17d2\u1785\u1794\u17cb"; }, @@ -254344,12 +252914,6 @@ get$reorderItemDown: function() { return "\u0c95\u0cc6\u0cb3\u0c97\u0cc6 \u0cb8\u0cb0\u0cbf\u0cb8\u0cbf"; }, - get$reorderItemLeft: function() { - return "\u0c8e\u0ca1\u0c95\u0ccd\u0c95\u0cc6 \u0cb8\u0cb0\u0cbf\u0cb8\u0cbf"; - }, - get$reorderItemRight: function() { - return "\u0cac\u0cb2\u0c95\u0ccd\u0c95\u0cc6 \u0cb8\u0cb0\u0cbf\u0cb8\u0cbf"; - }, get$reorderItemToEnd: function() { return "\u0c95\u0cca\u0ca8\u0cc6\u0c97\u0cc6 \u0cb8\u0cb0\u0cbf\u0cb8\u0cbf"; }, @@ -254544,12 +253108,6 @@ get$reorderItemDown: function() { return "\uc544\ub798\ub85c \uc774\ub3d9"; }, - get$reorderItemLeft: function() { - return "\uc67c\ucabd\uc73c\ub85c \uc774\ub3d9"; - }, - get$reorderItemRight: function() { - return "\uc624\ub978\ucabd\uc73c\ub85c \uc774\ub3d9"; - }, get$reorderItemToEnd: function() { return "\ub05d\uc73c\ub85c \uc774\ub3d9"; }, @@ -254744,12 +253302,6 @@ get$reorderItemDown: function() { return "\u0422\u04e9\u043c\u04e9\u043d \u0436\u044b\u043b\u0434\u044b\u0440\u0443\u0443"; }, - get$reorderItemLeft: function() { - return "\u0421\u043e\u043b\u0433\u043e \u0436\u044b\u043b\u0434\u044b\u0440\u0443\u0443"; - }, - get$reorderItemRight: function() { - return "\u041e\u04a3\u0433\u043e \u0436\u044b\u043b\u0434\u044b\u0440\u0443\u0443"; - }, get$reorderItemToEnd: function() { return "\u0410\u044f\u0433\u044b\u043d\u0430 \u0436\u044b\u043b\u0434\u044b\u0440\u0443\u0443"; }, @@ -254944,12 +253496,6 @@ get$reorderItemDown: function() { return "\u0e8d\u0ec9\u0eb2\u0e8d\u0ea5\u0ebb\u0e87"; }, - get$reorderItemLeft: function() { - return "\u0e8d\u0ec9\u0eb2\u0e8d\u0ec4\u0e9b\u0e8a\u0ec9\u0eb2\u0e8d"; - }, - get$reorderItemRight: function() { - return "\u0e8d\u0ec9\u0eb2\u0e8d\u0ec4\u0e9b\u0e82\u0ea7\u0eb2"; - }, get$reorderItemToEnd: function() { return "\u0e8d\u0ec9\u0eb2\u0e8d\u0ec4\u0e9b\u0eaa\u0eb4\u0ec9\u0e99\u0eaa\u0eb8\u0e94"; }, @@ -255144,12 +253690,6 @@ get$reorderItemDown: function() { return "Perkelti \u017eemyn"; }, - get$reorderItemLeft: function() { - return "Perkelti kair\u0117n"; - }, - get$reorderItemRight: function() { - return "Perkelti de\u0161in\u0117n"; - }, get$reorderItemToEnd: function() { return "Perkelti \u012f pabaig\u0105"; }, @@ -255344,12 +253884,6 @@ get$reorderItemDown: function() { return "P\u0101rvietot uz leju"; }, - get$reorderItemLeft: function() { - return "P\u0101rvietot pa kreisi"; - }, - get$reorderItemRight: function() { - return "P\u0101rvietot pa labi"; - }, get$reorderItemToEnd: function() { return "P\u0101rvietot uz beig\u0101m"; }, @@ -255544,12 +254078,6 @@ get$reorderItemDown: function() { return "\u041f\u0440\u0435\u043c\u0435\u0441\u0442\u0435\u0442\u0435 \u043d\u0430\u0434\u043e\u043b\u0443"; }, - get$reorderItemLeft: function() { - return "\u041f\u0440\u0435\u043c\u0435\u0441\u0442\u0435\u0442\u0435 \u043d\u0430\u043b\u0435\u0432\u043e"; - }, - get$reorderItemRight: function() { - return "\u041f\u0440\u0435\u043c\u0435\u0441\u0442\u0435\u0442\u0435 \u043d\u0430\u0434\u0435\u0441\u043d\u043e"; - }, get$reorderItemToEnd: function() { return "\u041f\u0440\u0435\u043c\u0435\u0441\u0442\u0435\u0442\u0435 \u043d\u0430 \u043a\u0440\u0430\u0458\u043e\u0442"; }, @@ -255744,12 +254272,6 @@ get$reorderItemDown: function() { return "\u0d24\u0d3e\u0d34\u0d4b\u0d1f\u0d4d\u0d1f\u0d4d \u0d28\u0d40\u0d15\u0d4d\u0d15\u0d41\u0d15"; }, - get$reorderItemLeft: function() { - return "\u0d07\u0d1f\u0d24\u0d4d\u0d24\u0d4b\u0d1f\u0d4d\u0d1f\u0d4d \u0d28\u0d40\u0d15\u0d4d\u0d15\u0d41\u0d15"; - }, - get$reorderItemRight: function() { - return "\u0d35\u0d32\u0d24\u0d4d\u0d24\u0d4b\u0d1f\u0d4d\u0d1f\u0d4d \u0d28\u0d40\u0d15\u0d4d\u0d15\u0d41\u0d15"; - }, get$reorderItemToEnd: function() { return "\u0d05\u0d35\u0d38\u0d3e\u0d28 \u0d2d\u0d3e\u0d17\u0d24\u0d4d\u0d24\u0d47\u0d15\u0d4d\u0d15\u0d4d \u0d2a\u0d4b\u0d35\u0d41\u0d15"; }, @@ -255944,12 +254466,6 @@ get$reorderItemDown: function() { return "\u0414\u043e\u043e\u0448 \u0437\u04e9\u04e9\u0445"; }, - get$reorderItemLeft: function() { - return "\u0417\u04af\u04af\u043d \u0442\u0438\u0439\u0448 \u0437\u04e9\u04e9\u0445"; - }, - get$reorderItemRight: function() { - return "\u0411\u0430\u0440\u0443\u0443\u043d \u0442\u0438\u0439\u0448 \u0437\u04e9\u04e9\u0445"; - }, get$reorderItemToEnd: function() { return "\u0422\u04e9\u0433\u0441\u0433\u04e9\u043b \u0440\u04af\u04af \u0437\u04e9\u04e9\u0445"; }, @@ -256144,12 +254660,6 @@ get$reorderItemDown: function() { return "\u0916\u093e\u0932\u0940 \u0939\u0932\u0935\u093e"; }, - get$reorderItemLeft: function() { - return "\u0921\u093e\u0935\u0940\u0915\u0921\u0947 \u0939\u0932\u0935\u093e"; - }, - get$reorderItemRight: function() { - return "\u0909\u091c\u0935\u0940\u0915\u0921\u0947 \u0939\u0932\u0935\u093e"; - }, get$reorderItemToEnd: function() { return "\u0936\u0947\u0935\u091f\u093e\u0915\u0921\u0947 \u0939\u0932\u0935\u093e"; }, @@ -256344,12 +254854,6 @@ get$reorderItemDown: function() { return "Alih ke bawah"; }, - get$reorderItemLeft: function() { - return "Alih ke kiri"; - }, - get$reorderItemRight: function() { - return "Alih ke kanan"; - }, get$reorderItemToEnd: function() { return "Alih ke penghujung"; }, @@ -256544,12 +255048,6 @@ get$reorderItemDown: function() { return "\u1021\u1031\u102c\u1000\u103a\u101e\u102d\u102f\u1037\u101b\u103d\u103e\u1031\u1037\u101b\u1014\u103a"; }, - get$reorderItemLeft: function() { - return "\u1018\u101a\u103a\u1018\u1000\u103a\u101e\u102d\u102f\u1037\u101b\u103d\u103e\u1031\u1037\u101b\u1014\u103a"; - }, - get$reorderItemRight: function() { - return "\u100a\u102c\u1018\u1000\u103a\u101e\u102d\u102f\u1037\u101b\u103d\u103e\u1031\u1037\u101b\u1014\u103a"; - }, get$reorderItemToEnd: function() { return "\u1021\u1006\u102f\u1036\u1038\u101e\u102d\u102f\u1037 \u200c\u101b\u103d\u103e\u1031\u1037\u101b\u1014\u103a"; }, @@ -256744,12 +255242,6 @@ get$reorderItemDown: function() { return "Flytt ned"; }, - get$reorderItemLeft: function() { - return "Flytt til venstre"; - }, - get$reorderItemRight: function() { - return "Flytt til h\xf8yre"; - }, get$reorderItemToEnd: function() { return "Flytt til slutten"; }, @@ -256944,12 +255436,6 @@ get$reorderItemDown: function() { return "\u0924\u0932 \u0938\u093e\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d"; }, - get$reorderItemLeft: function() { - return "\u092c\u093e\u092f\u093e\u0901 \u0938\u093e\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d"; - }, - get$reorderItemRight: function() { - return "\u0926\u093e\u092f\u093e\u0901 \u0938\u093e\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d"; - }, get$reorderItemToEnd: function() { return "\u0905\u0928\u094d\u0924\u094d\u092f\u092e\u093e \u091c\u093e\u0928\u0941\u0939\u094b\u0938\u094d"; }, @@ -257144,12 +255630,6 @@ get$reorderItemDown: function() { return "Omlaag verplaatsen"; }, - get$reorderItemLeft: function() { - return "Naar links verplaatsen"; - }, - get$reorderItemRight: function() { - return "Naar rechts verplaatsen"; - }, get$reorderItemToEnd: function() { return "Naar het einde verplaatsen"; }, @@ -257344,12 +255824,6 @@ get$reorderItemDown: function() { return "Flytt ned"; }, - get$reorderItemLeft: function() { - return "Flytt til venstre"; - }, - get$reorderItemRight: function() { - return "Flytt til h\xf8yre"; - }, get$reorderItemToEnd: function() { return "Flytt til slutten"; }, @@ -257544,12 +256018,6 @@ get$reorderItemDown: function() { return "\u0b24\u0b33\u0b15\u0b41 \u0b2f\u0b3e\u0b06\u0b28\u0b4d\u0b24\u0b41"; }, - get$reorderItemLeft: function() { - return "\u0b2c\u0b3e\u0b2e\u0b15\u0b41 \u0b2f\u0b3e\u0b06\u0b28\u0b4d\u0b24\u0b41"; - }, - get$reorderItemRight: function() { - return "\u0b21\u0b3e\u0b39\u0b3e\u0b23\u0b15\u0b41 \u0b2f\u0b3e\u0b06\u0b28\u0b4d\u0b24\u0b41"; - }, get$reorderItemToEnd: function() { return "\u0b36\u0b47\u0b37\u0b15\u0b41 \u0b2f\u0b3e\u0b06\u0b28\u0b4d\u0b24\u0b41"; }, @@ -257744,12 +256212,6 @@ get$reorderItemDown: function() { return "\u0a39\u0a47\u0a20\u0a3e\u0a02 \u0a32\u0a3f\u0a1c\u0a3e\u0a13"; }, - get$reorderItemLeft: function() { - return "\u0a16\u0a71\u0a2c\u0a47 \u0a32\u0a3f\u0a1c\u0a3e\u0a13"; - }, - get$reorderItemRight: function() { - return "\u0a38\u0a71\u0a1c\u0a47 \u0a32\u0a3f\u0a1c\u0a3e\u0a13"; - }, get$reorderItemToEnd: function() { return "\u0a05\u0a70\u0a24 \u0a35\u0a3f\u0a71\u0a1a \u0a32\u0a3f\u0a1c\u0a3e\u0a13"; }, @@ -257944,12 +256406,6 @@ get$reorderItemDown: function() { return "Przenie\u015b w d\xf3\u0142"; }, - get$reorderItemLeft: function() { - return "Przenie\u015b w lewo"; - }, - get$reorderItemRight: function() { - return "Przenie\u015b w prawo"; - }, get$reorderItemToEnd: function() { return "Przenie\u015b na koniec"; }, @@ -258144,12 +256600,6 @@ get$reorderItemDown: function() { return "Move down"; }, - get$reorderItemLeft: function() { - return "Move left"; - }, - get$reorderItemRight: function() { - return "Move right"; - }, get$reorderItemToEnd: function() { return "Move to the end"; }, @@ -258344,12 +256794,6 @@ get$reorderItemDown: function() { return "Mover para baixo"; }, - get$reorderItemLeft: function() { - return "Mover para a esquerda"; - }, - get$reorderItemRight: function() { - return "Mover para a direita"; - }, get$reorderItemToEnd: function() { return "Mover para o final"; }, @@ -258615,12 +257059,6 @@ get$reorderItemDown: function() { return "Muta\u021bi \xeen jos"; }, - get$reorderItemLeft: function() { - return "Muta\u021bi la st\xe2nga"; - }, - get$reorderItemRight: function() { - return "Muta\u021bi la dreapta"; - }, get$reorderItemToEnd: function() { return "Muta\u021bi la sf\xe2r\u0219it"; }, @@ -258815,12 +257253,6 @@ get$reorderItemDown: function() { return "\u041f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0432\u043d\u0438\u0437"; }, - get$reorderItemLeft: function() { - return "\u041f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0432\u043b\u0435\u0432\u043e"; - }, - get$reorderItemRight: function() { - return "\u041f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0432\u043f\u0440\u0430\u0432\u043e"; - }, get$reorderItemToEnd: function() { return "\u041f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0432 \u043a\u043e\u043d\u0435\u0446"; }, @@ -259015,12 +257447,6 @@ get$reorderItemDown: function() { return "\u0db4\u0dc4\u0dc5\u0da7 \u0d9c\u0dd9\u0db1 \u0dba\u0db1\u0dca\u0db1"; }, - get$reorderItemLeft: function() { - return "\u0dc0\u0db8\u0da7 \u0d9c\u0dd9\u0db1 \u0dba\u0db1\u0dca\u0db1"; - }, - get$reorderItemRight: function() { - return "\u0daf\u0d9a\u0dd4\u0dab\u0da7 \u0d9c\u0dd9\u0db1 \u0dba\u0db1\u0dca\u0db1"; - }, get$reorderItemToEnd: function() { return "\u0d85\u0dc0\u0dc3\u0dcf\u0db1\u0dba\u0da7 \u0dba\u0db1\u0dca\u0db1"; }, @@ -259215,12 +257641,6 @@ get$reorderItemDown: function() { return "Presun\xfa\u0165 nadol"; }, - get$reorderItemLeft: function() { - return "Presun\xfa\u0165 do\u013eava"; - }, - get$reorderItemRight: function() { - return "Presun\xfa\u0165 doprava"; - }, get$reorderItemToEnd: function() { return "Presun\xfa\u0165 na koniec"; }, @@ -259415,12 +257835,6 @@ get$reorderItemDown: function() { return "Premakni navzdol"; }, - get$reorderItemLeft: function() { - return "Premakni levo"; - }, - get$reorderItemRight: function() { - return "Premakni desno"; - }, get$reorderItemToEnd: function() { return "Premakni na konec"; }, @@ -259615,12 +258029,6 @@ get$reorderItemDown: function() { return "L\xebvize posht\xeb"; }, - get$reorderItemLeft: function() { - return "L\xebvize majtas"; - }, - get$reorderItemRight: function() { - return "L\xebvize djathtas"; - }, get$reorderItemToEnd: function() { return "L\xebvize n\xeb fund"; }, @@ -259815,12 +258223,6 @@ get$reorderItemDown: function() { return "\u041f\u043e\u043c\u0435\u0440\u0438\u0442\u0435 \u043d\u0430\u0434\u043e\u043b\u0435"; }, - get$reorderItemLeft: function() { - return "\u041f\u043e\u043c\u0435\u0440\u0438\u0442\u0435 \u0443\u043b\u0435\u0432\u043e"; - }, - get$reorderItemRight: function() { - return "\u041f\u043e\u043c\u0435\u0440\u0438\u0442\u0435 \u0443\u0434\u0435\u0441\u043d\u043e"; - }, get$reorderItemToEnd: function() { return "\u041f\u043e\u043c\u0435\u0440\u0438\u0442\u0435 \u043d\u0430 \u043a\u0440\u0430\u0458"; }, @@ -259998,12 +258400,6 @@ get$reorderItemDown: function() { return "Pomerite nadole"; }, - get$reorderItemLeft: function() { - return "Pomerite ulevo"; - }, - get$reorderItemRight: function() { - return "Pomerite udesno"; - }, get$reorderItemToEnd: function() { return "Pomerite na kraj"; }, @@ -260183,12 +258579,6 @@ get$reorderItemDown: function() { return "Flytta ned\xe5t"; }, - get$reorderItemLeft: function() { - return "Flytta \xe5t v\xe4nster"; - }, - get$reorderItemRight: function() { - return "Flytta \xe5t h\xf6ger"; - }, get$reorderItemToEnd: function() { return "Flytta till slutet"; }, @@ -260383,12 +258773,6 @@ get$reorderItemDown: function() { return "Sogeza chini"; }, - get$reorderItemLeft: function() { - return "Sogeza kushoto"; - }, - get$reorderItemRight: function() { - return "Sogeza kulia"; - }, get$reorderItemToEnd: function() { return "Sogeza hadi mwisho"; }, @@ -260583,12 +258967,6 @@ get$reorderItemDown: function() { return "\u0b95\u0bc0\u0bb4\u0bc7 \u0ba8\u0b95\u0bb0\u0bcd\u0ba4\u0bcd\u0ba4\u0bb5\u0bc1\u0bae\u0bcd"; }, - get$reorderItemLeft: function() { - return "\u0b87\u0b9f\u0baa\u0bcd\u0baa\u0bc1\u0bb1\u0bae\u0bcd \u0ba8\u0b95\u0bb0\u0bcd\u0ba4\u0bcd\u0ba4\u0bb5\u0bc1\u0bae\u0bcd"; - }, - get$reorderItemRight: function() { - return "\u0bb5\u0bb2\u0baa\u0bcd\u0baa\u0bc1\u0bb1\u0bae\u0bcd \u0ba8\u0b95\u0bb0\u0bcd\u0ba4\u0bcd\u0ba4\u0bb5\u0bc1\u0bae\u0bcd"; - }, get$reorderItemToEnd: function() { return "\u0b87\u0bb1\u0bc1\u0ba4\u0bbf\u0b95\u0bcd\u0b95\u0bc1 \u0ba8\u0b95\u0bb0\u0bcd\u0ba4\u0bcd\u0ba4\u0bb5\u0bc1\u0bae\u0bcd"; }, @@ -260783,12 +259161,6 @@ get$reorderItemDown: function() { return "\u0c15\u0c3f\u0c02\u0c26\u0c3f\u0c15\u0c41 \u0c1c\u0c30\u0c41\u0c2a\u0c41"; }, - get$reorderItemLeft: function() { - return "\u0c0e\u0c21\u0c2e\u0c35\u0c48\u0c2a\u0c41\u0c17\u0c3e \u0c1c\u0c30\u0c2a\u0c02\u0c21\u0c3f"; - }, - get$reorderItemRight: function() { - return "\u0c15\u0c41\u0c21\u0c3f\u0c35\u0c48\u0c2a\u0c41\u0c17\u0c3e \u0c1c\u0c30\u0c2a\u0c02\u0c21\u0c3f"; - }, get$reorderItemToEnd: function() { return "\u0c1a\u0c3f\u0c35\u0c30\u0c15\u0c41 \u0c24\u0c30\u0c32\u0c3f\u0c02\u0c1a\u0c02\u0c21\u0c3f"; }, @@ -260983,12 +259355,6 @@ get$reorderItemDown: function() { return "\u0e22\u0e49\u0e32\u0e22\u0e25\u0e07"; }, - get$reorderItemLeft: function() { - return "\u0e22\u0e49\u0e32\u0e22\u0e44\u0e1b\u0e17\u0e32\u0e07\u0e0b\u0e49\u0e32\u0e22"; - }, - get$reorderItemRight: function() { - return "\u0e22\u0e49\u0e32\u0e22\u0e44\u0e1b\u0e17\u0e32\u0e07\u0e02\u0e27\u0e32"; - }, get$reorderItemToEnd: function() { return "\u0e22\u0e49\u0e32\u0e22\u0e44\u0e1b\u0e17\u0e49\u0e32\u0e22\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23"; }, @@ -261183,12 +259549,6 @@ get$reorderItemDown: function() { return "Ilipat pababa"; }, - get$reorderItemLeft: function() { - return "Ilipat pakaliwa"; - }, - get$reorderItemRight: function() { - return "Ilipat pakanan"; - }, get$reorderItemToEnd: function() { return "Ilipat sa dulo"; }, @@ -261383,12 +259743,6 @@ get$reorderItemDown: function() { return "A\u015fa\u011f\u0131 ta\u015f\u0131"; }, - get$reorderItemLeft: function() { - return "Sola ta\u015f\u0131"; - }, - get$reorderItemRight: function() { - return "Sa\u011fa ta\u015f\u0131"; - }, get$reorderItemToEnd: function() { return "Sona ta\u015f\u0131"; }, @@ -261583,12 +259937,6 @@ get$reorderItemDown: function() { return "\u041f\u0435\u0440\u0435\u043c\u0456\u0441\u0442\u0438\u0442\u0438 \u0432\u043d\u0438\u0437"; }, - get$reorderItemLeft: function() { - return "\u041f\u0435\u0440\u0435\u043c\u0456\u0441\u0442\u0438\u0442\u0438 \u043b\u0456\u0432\u043e\u0440\u0443\u0447"; - }, - get$reorderItemRight: function() { - return "\u041f\u0435\u0440\u0435\u043c\u0456\u0441\u0442\u0438\u0442\u0438 \u043f\u0440\u0430\u0432\u043e\u0440\u0443\u0447"; - }, get$reorderItemToEnd: function() { return "\u041f\u0435\u0440\u0435\u043c\u0456\u0441\u0442\u0438\u0442\u0438 \u0432 \u043a\u0456\u043d\u0435\u0446\u044c"; }, @@ -261783,12 +260131,6 @@ get$reorderItemDown: function() { return "\u0646\u06cc\u0686\u06d2 \u0645\u0646\u062a\u0642\u0644 \u06a9\u0631\u06cc\u06ba"; }, - get$reorderItemLeft: function() { - return "\u0628\u0627\u0626\u06cc\u06ba \u0645\u0646\u062a\u0642\u0644 \u06a9\u0631\u06cc\u06ba"; - }, - get$reorderItemRight: function() { - return "\u062f\u0627\u0626\u06cc\u06ba \u0645\u0646\u062a\u0642\u0644 \u06a9\u0631\u06cc\u06ba"; - }, get$reorderItemToEnd: function() { return "\u0622\u062e\u0631 \u0645\u06cc\u06ba \u0645\u0646\u062a\u0642\u0644 \u06a9\u0631\u06cc\u06ba"; }, @@ -261983,12 +260325,6 @@ get$reorderItemDown: function() { return "Pastga siljitish"; }, - get$reorderItemLeft: function() { - return "Chapga siljitish"; - }, - get$reorderItemRight: function() { - return "O\u02bbngga siljitish"; - }, get$reorderItemToEnd: function() { return "Oxiriga siljitish"; }, @@ -262183,12 +260519,6 @@ get$reorderItemDown: function() { return "Di chuy\xea\u0309n xu\xf4\u0301ng"; }, - get$reorderItemLeft: function() { - return "Di chuy\u1ec3n sang tr\xe1i"; - }, - get$reorderItemRight: function() { - return "Di chuy\u1ec3n sang ph\u1ea3i"; - }, get$reorderItemToEnd: function() { return "Di chuy\u1ec3n xu\u1ed1ng cu\u1ed1i danh s\xe1ch"; }, @@ -262383,12 +260713,6 @@ get$reorderItemDown: function() { return "\u4e0b\u79fb"; }, - get$reorderItemLeft: function() { - return "\u5de6\u79fb"; - }, - get$reorderItemRight: function() { - return "\u53f3\u79fb"; - }, get$reorderItemToEnd: function() { return "\u79fb\u5230\u672b\u5c3e"; }, @@ -262548,12 +260872,6 @@ get$reorderItemDown: function() { return "\u5411\u4e0b\u79fb"; }, - get$reorderItemLeft: function() { - return "\u5411\u5de6\u79fb"; - }, - get$reorderItemRight: function() { - return "\u5411\u53f3\u79fb"; - }, get$reorderItemToEnd: function() { return "\u79fb\u5230\u6700\u5f8c"; }, @@ -262793,12 +261111,6 @@ get$reorderItemDown: function() { return "Iya phansi"; }, - get$reorderItemLeft: function() { - return "Hambisa kwesokunxele"; - }, - get$reorderItemRight: function() { - return "Yisa kwesokudla"; - }, get$reorderItemToEnd: function() { return "Yisa ekugcineni"; }, @@ -263092,7 +261404,7 @@ t1.toString; return new O.SynchronousFuture(t1, type$.SynchronousFuture_MaterialLocalizations); }, - $signature: 1076 + $signature: 2168 }; L.loadDateIntlDataIfNotLoaded_closure.prototype = { call$2: function(locale, data) { @@ -263131,7 +261443,7 @@ J.$indexSet$ax($.$get$_dateTimeSymbols(), t2, symbols); J.$indexSet$ax($.$get$dateTimePatterns(), t2, t1); }, - $signature: 1065 + $signature: 2171 }; B.GlobalWidgetsLocalizations.prototype = { get$textDirection: function(_) { @@ -263724,7 +262036,7 @@ call$1: function($status) { return this.$this.updateKeepAlive$0(); }, - $signature: 35 + $signature: 36 }; A.SlidableState__startResizeAnimation_closure0.prototype = { call$0: function() { @@ -263806,7 +262118,7 @@ t2.toString; return new R._AnimatedEvaluation(t2, new R.Tween(t1, t3, t4), t4._eval$1("_AnimatedEvaluation")); }, - $signature: 1062 + $signature: 2179 }; V.SlidableDrawerActionPane_build_closure0.prototype = { call$1: function(index) { @@ -263819,7 +262131,7 @@ t4 = t4 ? null : t1.actionExtentRatio; return K.SlideTransition$(T.FractionallySizedBox$(t3, t1.actionDelegate.actions[displayIndex], t4, t5), t2, null, true); }, - $signature: 1061 + $signature: 2182 }; R.ClosableSlideAction.prototype = { build$1: function(_, context) { @@ -263895,7 +262207,7 @@ t1.toString; return new T.IgnorePointer(t2, _null, new M._StyledToastWidget(T.Directionality$(M.Material$(C.Duration_200000, true, _null, this.widget, C.Clip_0, C.Color_0, 0, _null, _null, _null, _null, C.MaterialType_0), t1), t3, t4, t14, t15, t5, t8, t9, t10, t11, t12, t13, t6, t7, t16, t17, t18, this.key), _null); }, - $signature: 1058 + $signature: 2183 }; M.StyledToast.prototype = { createState$0: function() { @@ -263931,7 +262243,7 @@ $.currentContext = ctx; return this.$this._widget.child; }, - $signature: 63 + $signature: 75 }; M._StyledToastWidget.prototype = { createState$0: function() { @@ -264795,7 +263107,7 @@ call$1: function(v) { v.dismiss$1$showAnim(this.showAnim); }, - $signature: 1055 + $signature: 2184 }; R.StyledToastTheme.prototype = { updateShouldNotify$1: function(oldWidget) { @@ -265007,7 +263319,7 @@ if (!isVisible) t1.get$_flutter_typeahead$_effectiveFocusNode().unfocus$0(); }, - $signature: 20 + $signature: 21 }; L._TypeAheadFieldState_initState_closure1.prototype = { call$1: function(duration) { @@ -265019,13 +263331,13 @@ t1._suggestionsBox.open$0(0); } }, - $signature: 42 + $signature: 41 }; L._TypeAheadFieldState__scrollResizeListener_closure.prototype = { call$1: function(timer) { this.$this._suggestionsBox.resize$0(0); }, - $signature: 273 + $signature: 260 }; L._TypeAheadFieldState__initOverlayEntry_closure.prototype = { call$1: function(context) { @@ -265067,7 +263379,7 @@ t2 = t2 ? suggestionsList : T.FractionalTranslation$(suggestionsList, true, new P.Offset(0, -1)); return T.Positioned$(_null, T.CompositedTransformFollower$(t2, t1._layerLink, new P.Offset(0, t3), false, C.Alignment_m1_m1), _null, _null, _null, _null, _null, w); }, - $signature: 1053 + $signature: 2199 }; L._TypeAheadFieldState__initOverlayEntry__closure.prototype = { call$1: function(selection) { @@ -265554,7 +263866,7 @@ this._box_0.rootMediaQuery = type$.legacy_MediaQuery._as(element.get$widget()); return true; }, - $signature: 1027 + $signature: 2205 }; L.__SuggestionsListState_State_SingleTickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -265900,13 +264212,13 @@ return _this.$this._currentUser; return _this.$this._callMethod$1(_this.method); }, - $signature: 1026 + $signature: 2214 }; K.GoogleSignIn_signIn_isCanceled.prototype = { call$1: function(error) { return error instanceof F.PlatformException && error.code === "sign_in_canceled"; }, - $signature: 111 + $signature: 102 }; K.GoogleSignIn_signIn_closure.prototype = { call$1: function(_) { @@ -265944,7 +264256,7 @@ t1 = J.getInterceptor$asx(result); return new G.GoogleSignInTokenData(t1.$index(result, "idToken"), t1.$index(result, "accessToken"), t1.$index(result, "serverAuthCode")); }, - $signature: 1025 + $signature: 2217 }; G.SignInOption.prototype = { toString$0: function(_) { @@ -266252,20 +264564,20 @@ call$1: function(_) { return L.init(); }, - $signature: 579 + $signature: 648 }; M.GoogleSignInPlugin_init_closure.prototype = { call$1: function(initializedAuth) { this.isAuthInitialized.complete$0(0); }, - $signature: 1023 + $signature: 2218 }; M.GoogleSignInPlugin_init_closure0.prototype = { call$1: function(reason) { var t1 = J.getInterceptor$x(reason); this.isAuthInitialized.completeError$1(new F.PlatformException(t1.get$error(reason), t1.get$details(reason), "https://developers.google.com/identity/sign-in/web/reference#error_codes", null)); }, - $signature: 1021 + $signature: 2220 }; Q.LoadConfig.prototype = {}; U.GoogleAuthInitFailureError.prototype = {}; @@ -266451,13 +264763,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1019 + $signature: 2224 }; G.BaseRequest_closure0.prototype = { call$1: function(key) { return C.JSString_methods.get$hashCode(key.toLowerCase()); }, - $signature: 1018 + $signature: 2225 }; T.BaseResponse.prototype = { BaseResponse$7$contentLength$headers$isRedirect$persistentConnection$reasonPhrase$request: function(statusCode, contentLength, headers, isRedirect, persistentConnection, reasonPhrase, request) { @@ -266561,13 +264873,13 @@ t3.toString; this.completer.complete$1(0, X.StreamedResponse$(new Z.ByteStream(t2), t3, J.get$length$asx(body), C.HttpRequest_methods.get$responseHeaders(t1), false, true, t1.statusText, this.request)); }, - $signature: 640 + $signature: 570 }; O.BrowserClient_send_closure0.prototype = { call$1: function(_) { this.completer.completeError$2(new E.ClientException("XMLHttpRequest error."), P.StackTrace_current()); }, - $signature: 640 + $signature: 570 }; Z.ByteStream.prototype = { toBytes$0: function() { @@ -266582,7 +264894,7 @@ call$1: function(bytes) { return this.completer.complete$1(0, new Uint8Array(H._ensureNativeList(bytes))); }, - $signature: 592 + $signature: 651 }; E.ClientException.prototype = { toString$0: function(_) { @@ -266814,14 +265126,14 @@ t2 = P._Uri__uriEncode(C.List_nxB, key, t1, true); return this.pairs.push(H.setRuntimeTypeInfo([t2, P._Uri__uriEncode(C.List_nxB, value, t1, true)], type$.JSArray_String)); }, - $signature: 104 + $signature: 111 }; B.mapToQuery_closure0.prototype = { call$1: function(pair) { var t1 = J.getInterceptor$asx(pair); return H.S(t1.$index(pair, 0)) + "=" + H.S(t1.$index(pair, 1)); }, - $signature: 1017 + $signature: 2227 }; B.onDone_closure.prototype = { call$1: function(sink) { @@ -266840,7 +265152,7 @@ call$1: function(key) { return key.toLowerCase(); }, - $signature: 103 + $signature: 106 }; R.MediaType.prototype = { get$mimeType: function(_) { @@ -266924,7 +265236,7 @@ scanner.expectDone$0(); return R.MediaType$(t4, t5, parameters); }, - $signature: 1016 + $signature: 2228 }; R.MediaType_toString_closure.prototype = { call$2: function(attribute, value) { @@ -266943,13 +265255,13 @@ } else t1._contents += H.S(value); }, - $signature: 104 + $signature: 111 }; R.MediaType_toString__closure.prototype = { call$1: function(match) { return "\\" + H.S(match.$index(0, 0)); }, - $signature: 409 + $signature: 394 }; N.expectQuotedString_closure.prototype = { call$1: function(match) { @@ -266957,7 +265269,7 @@ t1.toString; return t1; }, - $signature: 409 + $signature: 394 }; L.ImagePicker.prototype = { pickImage$1$source: function(source) { @@ -267041,7 +265353,7 @@ t1.complete$1(0, P.List_List$of(new H.MappedListIterable(files, new V.ImagePickerPlugin__getSelectedXFiles__closure(), t2), true, t2._eval$1("ListIterable.E"))); } }, - $signature: 64 + $signature: 63 }; V.ImagePickerPlugin__getSelectedXFiles__closure.prototype = { call$1: function(file) { @@ -267051,7 +265363,7 @@ t4 = file.lastModified; return A.XFile$(t1, P.DateTime$fromMillisecondsSinceEpoch(t4 == null ? Date.now() : t4, false), t3, file.type, t2); }, - $signature: 1012 + $signature: 2233 }; V.ImagePickerPlugin__getSelectedXFiles_closure0.prototype = { call$1: function($event) { @@ -267059,7 +265371,7 @@ if (t1.future._state === 0) t1.completeError$1($event); }, - $signature: 64 + $signature: 63 }; L.MethodChannelImagePicker.prototype = { getImage$5$imageQuality$maxHeight$maxWidth$preferredCameraDevice$source: function(imageQuality, maxHeight, maxWidth, preferredCameraDevice, source) { @@ -267114,13 +265426,13 @@ call$1: function($name) { return P.List_List$from(J.$index$asx(this.map, $name), true, type$.String); }, - $signature: 998 + $signature: 2234 }; T.Intl__pluralRule_closure.prototype = { call$1: function(locale) { return "default"; }, - $signature: 103 + $signature: 106 }; B.NumberSymbols.prototype = { toString$0: function(_) { @@ -267496,25 +265808,25 @@ }, "call*": "call$8", $requiredArgCount: 8, - $signature: 993 + $signature: 2248 }; A.DateFormat__checkDateOnly_closure.prototype = { call$1: function(each) { return each.get$forDate(); }, - $signature: 992 + $signature: 2249 }; A.DateFormat__initDigitMatcher_closure.prototype = { call$1: function(i) { return i; }, - $signature: 170 + $signature: 173 }; A.DateFormat__initDigitMatcher_closure0.prototype = { call$1: function(i) { return this.$this.get$localeZeroCodeUnit() + i; }, - $signature: 170 + $signature: 173 }; A.DateFormat__fieldConstructors_closure.prototype = { call$2: function(pattern, $parent) { @@ -267522,21 +265834,21 @@ C.JSString_methods.trim$0(t1); return new A._DateFormatQuotedField(pattern, t1, $parent); }, - $signature: 990 + $signature: 2250 }; A.DateFormat__fieldConstructors_closure0.prototype = { call$2: function(pattern, $parent) { J.trim$0$s(pattern); return new A._DateFormatPatternField(pattern, $parent); }, - $signature: 989 + $signature: 2251 }; A.DateFormat__fieldConstructors_closure1.prototype = { call$2: function(pattern, $parent) { J.trim$0$s(pattern); return new A._DateFormatLiteralField(pattern, $parent); }, - $signature: 988 + $signature: 2255 }; A._DateFormatField.prototype = { get$forDate: function() { @@ -267927,20 +266239,20 @@ call$1: function(each) { return this.input.peek$1(J.get$length$asx(each)) === each; }, - $signature: 111 + $signature: 102 }; A._DateFormatPatternField_parseEnumeratedString_closure0.prototype = { call$2: function(a, b) { var t1 = this.possibilities; return C.JSInt_methods.compareTo$1(J.get$length$asx(t1[a]), J.get$length$asx(t1[b])); }, - $signature: 323 + $signature: 240 }; A._DateFormatPatternField_parseStandaloneDay_closure.prototype = { call$1: function(x) { return x; }, - $signature: 73 + $signature: 71 }; U.IntlStream.prototype = { read$1: function(_, howMany) { @@ -268168,13 +266480,13 @@ call$1: function(x) { return this.newPattern; }, - $signature: 986 + $signature: 2280 }; S.NumberFormat_NumberFormat$decimalPattern_closure.prototype = { call$1: function(x) { return x.DECIMAL_PATTERN; }, - $signature: 985 + $signature: 2281 }; Q.NumberFormatParseResult.prototype = {}; Q.NumberFormatParser.prototype = { @@ -269204,7 +267516,7 @@ b.get$_client_model$_$this()._client_model$_isPrimary = true; return b; }, - $signature: 358 + $signature: 402 }; T.ClientEntity_getActivities_closure.prototype = { call$1: function(activity) { @@ -269214,32 +267526,32 @@ return false; return true; }, - $signature: 354 + $signature: 401 }; T.ClientEntity_primaryContact_closure.prototype = { call$1: function(contact) { return contact.isPrimary; }, - $signature: 145 + $signature: 155 }; T.ClientEntity_primaryContact_closure0.prototype = { call$0: function() { return T.ContactEntity_ContactEntity(); }, - $signature: 657 + $signature: 569 }; T.ClientEntity_emailContacts_closure.prototype = { call$1: function(contact) { return contact.sendEmail; }, - $signature: 145 + $signature: 155 }; T.ClientEntity_hasEmailAddress_closure.prototype = { call$1: function(contact) { var t1 = contact.email; return t1.length !== 0; }, - $signature: 145 + $signature: 155 }; T.ContactEntity.prototype = { get$fullName: function() { @@ -270727,14 +269039,14 @@ b.get$_company_gateway_model$_$this()._acceptedCreditCards = (this.$this.acceptedCreditCards | this.cardType) >>> 0; return b; }, - $signature: 45 + $signature: 44 }; O.CompanyGatewayEntity_removeCard_closure.prototype = { call$1: function(b) { b.get$_company_gateway_model$_$this()._acceptedCreditCards = (this.$this.acceptedCreditCards ^ this.cardType) >>> 0; return b; }, - $signature: 45 + $signature: 44 }; O.CompanyGatewayEntity_updateConfig_closure.prototype = { call$1: function(b) { @@ -270742,7 +269054,7 @@ b.get$_company_gateway_model$_$this()._config = t1; return b; }, - $signature: 45 + $signature: 44 }; O.FeesAndLimitsSettings.prototype = {}; O._$CompanyGatewayListResponseSerializer.prototype = { @@ -271876,7 +270188,7 @@ var t1 = option.webhooks; C.JSArray_methods.addAll$1(this.events, J.toList$0$ax(t1 == null ? H.setRuntimeTypeInfo([], type$.JSArray_legacy_String) : t1)); }, - $signature: 968 + $signature: 2295 }; A.GatewayOptionsEntity.prototype = {}; A.UserCompanyEntity.prototype = { @@ -271914,14 +270226,14 @@ b.$indexSet(0, "email", D.BuiltList_BuiltList$from(H.setRuntimeTypeInfo(["all_notifications"], type$.JSArray_legacy_String), type$.legacy_String)); return b; }, - $signature: 662 + $signature: 567 }; A.UserCompanyEntity__initializeBuilder_closure.prototype = { call$1: function(b) { b.$indexSet(0, "email", D.BuiltList_BuiltList$from(H.setRuntimeTypeInfo(["all_notifications"], type$.JSArray_legacy_String), type$.legacy_String)); return b; }, - $signature: 662 + $signature: 567 }; A.UserSettingsEntity.prototype = { getTableColumns$1: function(entityType) { @@ -275289,7 +273601,7 @@ b.get$_design_model$_$this()._design_model$_isDeleted = false; return b; }, - $signature: 279 + $signature: 249 }; D._$DesignListResponseSerializer.prototype = { serialize$3$specifiedType: function(serializers, object, specifiedType) { @@ -276793,7 +275105,7 @@ call$1: function(contact) { return contact.id === this.$this.contactId; }, - $signature: 145 + $signature: 155 }; T.ActivityEntity_getDescription_closure0.prototype = { call$0: function() { @@ -282403,7 +280715,7 @@ call$1: function(contact) { return Q.InvitationEntity_InvitationEntity(contact.id); }, - $signature: 202 + $signature: 190 }; Q.InvoiceEntity_moveLineItem_closure.prototype = { call$1: function(b) { @@ -282471,7 +280783,7 @@ call$1: function(invitation) { return Q.InvitationEntity_InvitationEntity(invitation.contactId); }, - $signature: 950 + $signature: 2328 }; Q.InvoiceEntity_applyClient_closure.prototype = { call$1: function(b) { @@ -282537,13 +280849,13 @@ t1 = false; return t1; }, - $signature: 354 + $signature: 401 }; Q.InvoiceEntity_history_closure0.prototype = { call$1: function(activity) { return activity.history; }, - $signature: 949 + $signature: 2398 }; Q.InvoiceEntity_hasTasks_closure.prototype = { call$1: function(item) { @@ -282600,13 +280912,13 @@ call$1: function(invitation) { return invitation.viewedDate.length !== 0; }, - $signature: 670 + $signature: 566 }; Q.InvoiceEntity_getInvitationForContact_closure.prototype = { call$1: function(invitation) { return invitation.contactId === this.contact.id; }, - $signature: 670 + $signature: 566 }; Q.InvoiceEntity_getInvitationForContact_closure0.prototype = { call$0: function() { @@ -282622,13 +280934,13 @@ else return Y.round(taxable * t1, 2); }, - $signature: 937 + $signature: 2402 }; Q.InvoiceEntity__calculateTax_closure.prototype = { call$0: function() { return P.LinkedHashMap_LinkedHashMap$_literal(["name", this.name, "rate", this.rate, "amount", 0, "paid", 0], type$.legacy_String, type$.dynamic); }, - $signature: 936 + $signature: 2405 }; Q.InvoiceItemEntity.prototype = { taxAmount$2: function(invoice, precision) { @@ -282703,7 +281015,7 @@ lineTotal = this.$this.total$2(0, t1, t2); return Y.round(t1.usesInclusiveTaxes ? lineTotal - lineTotal / (1 + rate / 100) : lineTotal * rate / 100, t2); }, - $signature: 161 + $signature: 159 }; Q.InvoiceItemEntity_applyTax_closure.prototype = { call$1: function(b) { @@ -284899,79 +283211,79 @@ t1.update$3$ifAbsent(t1, item.taxName3, new X.CalculateInvoiceTotal_calculateTaxes__closure3(t2), new X.CalculateInvoiceTotal_calculateTaxes__closure4(t2)); } }, - $signature: 226 + $signature: 237 }; X.CalculateInvoiceTotal_calculateTaxes__closure.prototype = { call$1: function(value) { return value + this._box_0.taxAmount; }, - $signature: 161 + $signature: 159 }; X.CalculateInvoiceTotal_calculateTaxes__closure0.prototype = { call$0: function() { return this._box_0.taxAmount; }, - $signature: 207 + $signature: 192 }; X.CalculateInvoiceTotal_calculateTaxes__closure1.prototype = { call$1: function(value) { return value + this._box_0.taxAmount; }, - $signature: 161 + $signature: 159 }; X.CalculateInvoiceTotal_calculateTaxes__closure2.prototype = { call$0: function() { return this._box_0.taxAmount; }, - $signature: 207 + $signature: 192 }; X.CalculateInvoiceTotal_calculateTaxes__closure3.prototype = { call$1: function(value) { return value + this._box_0.taxAmount; }, - $signature: 161 + $signature: 159 }; X.CalculateInvoiceTotal_calculateTaxes__closure4.prototype = { call$0: function() { return this._box_0.taxAmount; }, - $signature: 207 + $signature: 192 }; X.CalculateInvoiceTotal_calculateTaxes_closure0.prototype = { call$1: function(value) { return value + this._box_0.taxAmount; }, - $signature: 161 + $signature: 159 }; X.CalculateInvoiceTotal_calculateTaxes_closure1.prototype = { call$0: function() { return this._box_0.taxAmount; }, - $signature: 207 + $signature: 192 }; X.CalculateInvoiceTotal_calculateTaxes_closure2.prototype = { call$1: function(value) { return value + this._box_0.taxAmount; }, - $signature: 161 + $signature: 159 }; X.CalculateInvoiceTotal_calculateTaxes_closure3.prototype = { call$0: function() { return this._box_0.taxAmount; }, - $signature: 207 + $signature: 192 }; X.CalculateInvoiceTotal_calculateTaxes_closure4.prototype = { call$1: function(value) { return value + this._box_0.taxAmount; }, - $signature: 161 + $signature: 159 }; X.CalculateInvoiceTotal_calculateTaxes_closure5.prototype = { call$0: function() { return this._box_0.taxAmount; }, - $signature: 207 + $signature: 192 }; X.CalculateInvoiceTotal_getTaxable_closure.prototype = { call$1: function(invoiceItem) { @@ -284981,7 +283293,7 @@ lineTotal = this.$this.isAmountDiscount ? lineTotal - t1 : lineTotal - lineTotal * t1 / 100; this._box_0.total += lineTotal; }, - $signature: 226 + $signature: 237 }; X.CalculateInvoiceTotal_calculateTotal_closure.prototype = { call$1: function(item) { @@ -285017,7 +283329,7 @@ t2.itemTax = t2.itemTax + Y.round(lineTotal * taxRate3 / 100, t1); } }, - $signature: 226 + $signature: 237 }; X.CalculateInvoiceTotal_calculateSubtotal_closure.prototype = { call$1: function(item) { @@ -285032,7 +283344,7 @@ t2 = this._box_0; t2.total = t2.total + Y.round(lineTotal, t1); }, - $signature: 226 + $signature: 237 }; D.EntityAction.prototype = { toString$0: function(_) { @@ -285138,19 +283450,19 @@ call$1: function(p) { return p.get$entityType() === C.EntityType_invoice; }, - $signature: 206 + $signature: 193 }; F.PaymentEntity_creditPaymentables_closure.prototype = { call$1: function(p) { return p.get$entityType() === C.EntityType_credit; }, - $signature: 206 + $signature: 193 }; F.PaymentEntity_invoiceId_closure.prototype = { call$1: function(p) { return p.get$entityType() === C.EntityType_invoice; }, - $signature: 206 + $signature: 193 }; F.PaymentEntity_invoiceId_closure0.prototype = { call$0: function() { @@ -286778,7 +285090,7 @@ b.get$_product_model$_$this()._product_model$_isDeleted = false; return b; }, - $signature: 167 + $signature: 181 }; A._$ProductListResponseSerializer.prototype = { serialize$3$specifiedType: function(serializers, object, specifiedType) { @@ -287603,7 +285915,7 @@ b.get$_project_model$_$this()._project_model$_isDeleted = false; return b; }, - $signature: 178 + $signature: 161 }; A._$ProjectListResponseSerializer.prototype = { serialize$3$specifiedType: function(serializers, object, specifiedType) { @@ -288234,7 +286546,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 680 + $signature: 565 }; K._$serializers_closure0.prototype = { call$0: function() { @@ -288242,7 +286554,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 681 + $signature: 564 }; K._$serializers_closure1.prototype = { call$0: function() { @@ -288250,7 +286562,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 934 + $signature: 2434 }; K._$serializers_closure2.prototype = { call$0: function() { @@ -288258,7 +286570,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 349 + $signature: 385 }; K._$serializers_closure3.prototype = { call$0: function() { @@ -288266,7 +286578,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 933 + $signature: 2441 }; K._$serializers_closure4.prototype = { call$0: function() { @@ -288274,7 +286586,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 685 + $signature: 563 }; K._$serializers_closure5.prototype = { call$0: function() { @@ -288282,7 +286594,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 120 + $signature: 118 }; K._$serializers_closure6.prototype = { call$0: function() { @@ -288290,7 +286602,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 383 + $signature: 384 }; K._$serializers_closure7.prototype = { call$0: function() { @@ -288298,7 +286610,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 688 + $signature: 562 }; K._$serializers_closure8.prototype = { call$0: function() { @@ -288306,7 +286618,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 689 + $signature: 559 }; K._$serializers_closure9.prototype = { call$0: function() { @@ -288314,7 +286626,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 689 + $signature: 559 }; K._$serializers_closure10.prototype = { call$0: function() { @@ -288322,7 +286634,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 690 + $signature: 558 }; K._$serializers_closure11.prototype = { call$0: function() { @@ -288330,7 +286642,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 691 + $signature: 557 }; K._$serializers_closure12.prototype = { call$0: function() { @@ -288338,7 +286650,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 692 + $signature: 555 }; K._$serializers_closure13.prototype = { call$0: function() { @@ -288346,7 +286658,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 930 + $signature: 2467 }; K._$serializers_closure14.prototype = { call$0: function() { @@ -288354,7 +286666,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 694 + $signature: 461 }; K._$serializers_closure15.prototype = { call$0: function() { @@ -288362,7 +286674,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 695 + $signature: 553 }; K._$serializers_closure16.prototype = { call$0: function() { @@ -288370,7 +286682,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 696 + $signature: 552 }; K._$serializers_closure17.prototype = { call$0: function() { @@ -288378,7 +286690,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 697 + $signature: 550 }; K._$serializers_closure18.prototype = { call$0: function() { @@ -288386,7 +286698,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 688 + $signature: 562 }; K._$serializers_closure19.prototype = { call$0: function() { @@ -288394,7 +286706,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 929 + $signature: 2497 }; K._$serializers_closure20.prototype = { call$0: function() { @@ -288402,7 +286714,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 699 + $signature: 549 }; K._$serializers_closure21.prototype = { call$0: function() { @@ -288410,7 +286722,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 694 + $signature: 461 }; K._$serializers_closure22.prototype = { call$0: function() { @@ -288418,7 +286730,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 695 + $signature: 553 }; K._$serializers_closure23.prototype = { call$0: function() { @@ -288426,7 +286738,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 700 + $signature: 548 }; K._$serializers_closure24.prototype = { call$0: function() { @@ -288434,7 +286746,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 120 + $signature: 118 }; K._$serializers_closure25.prototype = { call$0: function() { @@ -288442,7 +286754,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 120 + $signature: 118 }; K._$serializers_closure26.prototype = { call$0: function() { @@ -288450,7 +286762,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 120 + $signature: 118 }; K._$serializers_closure27.prototype = { call$0: function() { @@ -288458,7 +286770,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 120 + $signature: 118 }; K._$serializers_closure28.prototype = { call$0: function() { @@ -288466,7 +286778,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 120 + $signature: 118 }; K._$serializers_closure29.prototype = { call$0: function() { @@ -288474,7 +286786,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 120 + $signature: 118 }; K._$serializers_closure30.prototype = { call$0: function() { @@ -288482,7 +286794,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 927 + $signature: 2504 }; K._$serializers_closure31.prototype = { call$0: function() { @@ -288490,7 +286802,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 926 + $signature: 2506 }; K._$serializers_closure32.prototype = { call$0: function() { @@ -288498,7 +286810,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 903 + $signature: 2512 }; K._$serializers_closure33.prototype = { call$0: function() { @@ -288506,7 +286818,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 33 + $signature: 32 }; K._$serializers_closure34.prototype = { call$0: function() { @@ -288514,7 +286826,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 33 + $signature: 32 }; K._$serializers_closure35.prototype = { call$0: function() { @@ -288522,7 +286834,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 33 + $signature: 32 }; K._$serializers_closure36.prototype = { call$0: function() { @@ -288530,7 +286842,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 33 + $signature: 32 }; K._$serializers_closure37.prototype = { call$0: function() { @@ -288538,7 +286850,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 33 + $signature: 32 }; K._$serializers_closure38.prototype = { call$0: function() { @@ -288546,7 +286858,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 899 + $signature: 2532 }; K._$serializers_closure39.prototype = { call$0: function() { @@ -288554,7 +286866,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 898 + $signature: 2535 }; K._$serializers_closure40.prototype = { call$0: function() { @@ -288562,7 +286874,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 707 + $signature: 547 }; K._$serializers_closure41.prototype = { call$0: function() { @@ -288570,7 +286882,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 345 + $signature: 373 }; K._$serializers_closure42.prototype = { call$0: function() { @@ -288578,7 +286890,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 685 + $signature: 563 }; K._$serializers_closure43.prototype = { call$0: function() { @@ -288586,7 +286898,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 709 + $signature: 545 }; K._$serializers_closure44.prototype = { call$0: function() { @@ -288594,7 +286906,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 709 + $signature: 545 }; K._$serializers_closure45.prototype = { call$0: function() { @@ -288602,7 +286914,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 349 + $signature: 385 }; K._$serializers_closure46.prototype = { call$0: function() { @@ -288610,7 +286922,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 710 + $signature: 544 }; K._$serializers_closure47.prototype = { call$0: function() { @@ -288618,7 +286930,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 711 + $signature: 543 }; K._$serializers_closure48.prototype = { call$0: function() { @@ -288626,7 +286938,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 712 + $signature: 541 }; K._$serializers_closure49.prototype = { call$0: function() { @@ -288634,7 +286946,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 681 + $signature: 564 }; K._$serializers_closure50.prototype = { call$0: function() { @@ -288642,7 +286954,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 707 + $signature: 547 }; K._$serializers_closure51.prototype = { call$0: function() { @@ -288650,7 +286962,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 713 + $signature: 540 }; K._$serializers_closure52.prototype = { call$0: function() { @@ -288658,7 +286970,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 680 + $signature: 565 }; K._$serializers_closure53.prototype = { call$0: function() { @@ -288666,7 +286978,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 714 + $signature: 539 }; K._$serializers_closure54.prototype = { call$0: function() { @@ -288674,7 +286986,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 205 + $signature: 197 }; K._$serializers_closure55.prototype = { call$0: function() { @@ -288682,7 +286994,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 205 + $signature: 197 }; K._$serializers_closure56.prototype = { call$0: function() { @@ -288690,7 +287002,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 345 + $signature: 373 }; K._$serializers_closure57.prototype = { call$0: function() { @@ -288698,7 +287010,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 716 + $signature: 538 }; K._$serializers_closure58.prototype = { call$0: function() { @@ -288706,7 +287018,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 205 + $signature: 197 }; K._$serializers_closure59.prototype = { call$0: function() { @@ -288714,7 +287026,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 205 + $signature: 197 }; K._$serializers_closure60.prototype = { call$0: function() { @@ -288722,7 +287034,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 717 + $signature: 537 }; K._$serializers_closure61.prototype = { call$0: function() { @@ -288730,7 +287042,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 718 + $signature: 536 }; K._$serializers_closure62.prototype = { call$0: function() { @@ -288738,7 +287050,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 345 + $signature: 373 }; K._$serializers_closure63.prototype = { call$0: function() { @@ -288746,7 +287058,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 719 + $signature: 535 }; K._$serializers_closure64.prototype = { call$0: function() { @@ -288754,7 +287066,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 700 + $signature: 548 }; K._$serializers_closure65.prototype = { call$0: function() { @@ -288762,7 +287074,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 120 + $signature: 118 }; K._$serializers_closure66.prototype = { call$0: function() { @@ -288770,7 +287082,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 720 + $signature: 534 }; K._$serializers_closure67.prototype = { call$0: function() { @@ -288778,7 +287090,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 721 + $signature: 533 }; K._$serializers_closure68.prototype = { call$0: function() { @@ -288786,7 +287098,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 722 + $signature: 532 }; K._$serializers_closure69.prototype = { call$0: function() { @@ -288794,7 +287106,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 723 + $signature: 531 }; K._$serializers_closure70.prototype = { call$0: function() { @@ -288802,7 +287114,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 383 + $signature: 384 }; K._$serializers_closure71.prototype = { call$0: function() { @@ -288810,7 +287122,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 897 + $signature: 2745 }; K._$serializers_closure72.prototype = { call$0: function() { @@ -288819,7 +287131,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 173 + $signature: 166 }; K._$serializers_closure73.prototype = { call$0: function() { @@ -288827,7 +287139,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 896 + $signature: 2786 }; K._$serializers_closure74.prototype = { call$0: function() { @@ -288835,7 +287147,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 691 + $signature: 557 }; K._$serializers_closure75.prototype = { call$0: function() { @@ -288843,7 +287155,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 205 + $signature: 197 }; K._$serializers_closure76.prototype = { call$0: function() { @@ -288851,7 +287163,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 205 + $signature: 197 }; K._$serializers_closure77.prototype = { call$0: function() { @@ -288859,7 +287171,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 895 + $signature: 2822 }; K._$serializers_closure78.prototype = { call$0: function() { @@ -288867,7 +287179,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 821 + $signature: 2844 }; K._$serializers_closure79.prototype = { call$0: function() { @@ -288875,7 +287187,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 820 + $signature: 2862 }; K._$serializers_closure80.prototype = { call$0: function() { @@ -288883,7 +287195,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 120 + $signature: 118 }; K._$serializers_closure81.prototype = { call$0: function() { @@ -288891,7 +287203,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 349 + $signature: 385 }; K._$serializers_closure82.prototype = { call$0: function() { @@ -288899,7 +287211,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 696 + $signature: 552 }; K._$serializers_closure83.prototype = { call$0: function() { @@ -288907,7 +287219,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 716 + $signature: 538 }; K._$serializers_closure84.prototype = { call$0: function() { @@ -288915,7 +287227,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 723 + $signature: 531 }; K._$serializers_closure85.prototype = { call$0: function() { @@ -288923,7 +287235,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 697 + $signature: 550 }; K._$serializers_closure86.prototype = { call$0: function() { @@ -288931,7 +287243,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 382 + $signature: 353 }; K._$serializers_closure87.prototype = { call$0: function() { @@ -288939,7 +287251,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 382 + $signature: 353 }; K._$serializers_closure88.prototype = { call$0: function() { @@ -288947,7 +287259,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 382 + $signature: 353 }; K._$serializers_closure89.prototype = { call$0: function() { @@ -288955,7 +287267,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 714 + $signature: 539 }; K._$serializers_closure90.prototype = { call$0: function() { @@ -288963,7 +287275,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 718 + $signature: 536 }; K._$serializers_closure91.prototype = { call$0: function() { @@ -288971,7 +287283,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 690 + $signature: 558 }; K._$serializers_closure92.prototype = { call$0: function() { @@ -288979,7 +287291,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 33 + $signature: 32 }; K._$serializers_closure93.prototype = { call$0: function() { @@ -288987,7 +287299,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 33 + $signature: 32 }; K._$serializers_closure94.prototype = { call$0: function() { @@ -288995,7 +287307,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 33 + $signature: 32 }; K._$serializers_closure95.prototype = { call$0: function() { @@ -289003,7 +287315,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 787 + $signature: 2926 }; K._$serializers_closure96.prototype = { call$0: function() { @@ -289011,7 +287323,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 722 + $signature: 532 }; K._$serializers_closure97.prototype = { call$0: function() { @@ -289019,7 +287331,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 717 + $signature: 537 }; K._$serializers_closure98.prototype = { call$0: function() { @@ -289027,7 +287339,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 711 + $signature: 543 }; K._$serializers_closure99.prototype = { call$0: function() { @@ -289035,7 +287347,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 710 + $signature: 544 }; K._$serializers_closure100.prototype = { call$0: function() { @@ -289043,7 +287355,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 692 + $signature: 555 }; K._$serializers_closure101.prototype = { call$0: function() { @@ -289051,7 +287363,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 720 + $signature: 534 }; K._$serializers_closure102.prototype = { call$0: function() { @@ -289059,7 +287371,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 786 + $signature: 2945 }; K._$serializers_closure103.prototype = { call$0: function() { @@ -289067,7 +287379,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 783 + $signature: 2966 }; K._$serializers_closure104.prototype = { call$0: function() { @@ -289075,7 +287387,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 713 + $signature: 540 }; K._$serializers_closure105.prototype = { call$0: function() { @@ -289083,7 +287395,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 780 + $signature: 3054 }; K._$serializers_closure106.prototype = { call$0: function() { @@ -289091,7 +287403,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 120 + $signature: 118 }; K._$serializers_closure107.prototype = { call$0: function() { @@ -289099,7 +287411,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 719 + $signature: 535 }; K._$serializers_closure108.prototype = { call$0: function() { @@ -289107,7 +287419,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 721 + $signature: 533 }; K._$serializers_closure109.prototype = { call$0: function() { @@ -289115,7 +287427,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 778 + $signature: 3072 }; K._$serializers_closure110.prototype = { call$0: function() { @@ -289123,7 +287435,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 777 + $signature: 3096 }; K._$serializers_closure111.prototype = { call$0: function() { @@ -289132,7 +287444,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 173 + $signature: 166 }; K._$serializers_closure112.prototype = { call$0: function() { @@ -289140,7 +287452,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 775 + $signature: 3116 }; K._$serializers_closure113.prototype = { call$0: function() { @@ -289148,7 +287460,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 774 + $signature: 3133 }; K._$serializers_closure114.prototype = { call$0: function() { @@ -289156,7 +287468,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 445 + $signature: 458 }; K._$serializers_closure115.prototype = { call$0: function() { @@ -289164,7 +287476,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 445 + $signature: 458 }; K._$serializers_closure116.prototype = { call$0: function() { @@ -289172,7 +287484,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 760 + $signature: 3178 }; K._$serializers_closure117.prototype = { call$0: function() { @@ -289180,7 +287492,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 755 + $signature: 3202 }; K._$serializers_closure118.prototype = { call$0: function() { @@ -289188,7 +287500,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 33 + $signature: 32 }; K._$serializers_closure119.prototype = { call$0: function() { @@ -289196,7 +287508,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 742 + $signature: 3305 }; K._$serializers_closure120.prototype = { call$0: function() { @@ -289204,7 +287516,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 33 + $signature: 32 }; K._$serializers_closure121.prototype = { call$0: function() { @@ -289212,7 +287524,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 743 + $signature: 741 }; K._$serializers_closure122.prototype = { call$0: function() { @@ -289220,7 +287532,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 744 + $signature: 742 }; K._$serializers_closure123.prototype = { call$0: function() { @@ -289228,7 +287540,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 745 + $signature: 743 }; K._$serializers_closure124.prototype = { call$0: function() { @@ -289236,7 +287548,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 746 + $signature: 744 }; K._$serializers_closure125.prototype = { call$0: function() { @@ -289244,7 +287556,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 747 + $signature: 745 }; K._$serializers_closure126.prototype = { call$0: function() { @@ -289252,7 +287564,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 748 + $signature: 746 }; K._$serializers_closure127.prototype = { call$0: function() { @@ -289260,7 +287572,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 749 + $signature: 747 }; K._$serializers_closure128.prototype = { call$0: function() { @@ -289268,7 +287580,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 750 + $signature: 748 }; K._$serializers_closure129.prototype = { call$0: function() { @@ -289276,7 +287588,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 751 + $signature: 749 }; K._$serializers_closure130.prototype = { call$0: function() { @@ -289284,7 +287596,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 699 + $signature: 549 }; K._$serializers_closure131.prototype = { call$0: function() { @@ -289292,7 +287604,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 752 + $signature: 750 }; K._$serializers_closure132.prototype = { call$0: function() { @@ -289300,7 +287612,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 33 + $signature: 32 }; K._$serializers_closure133.prototype = { call$0: function() { @@ -289308,7 +287620,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 753 + $signature: 751 }; K._$serializers_closure134.prototype = { call$0: function() { @@ -289316,7 +287628,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 33 + $signature: 32 }; K._$serializers_closure135.prototype = { call$0: function() { @@ -289324,7 +287636,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 754 + $signature: 752 }; K._$serializers_closure136.prototype = { call$0: function() { @@ -289332,7 +287644,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 33 + $signature: 32 }; K._$serializers_closure137.prototype = { call$0: function() { @@ -289340,7 +287652,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 521 + $signature: 529 }; K._$serializers_closure138.prototype = { call$0: function() { @@ -289348,7 +287660,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 33 + $signature: 32 }; K._$serializers_closure139.prototype = { call$0: function() { @@ -289356,7 +287668,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 521 + $signature: 529 }; K._$serializers_closure140.prototype = { call$0: function() { @@ -289364,7 +287676,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 33 + $signature: 32 }; K._$serializers_closure141.prototype = { call$0: function() { @@ -289372,7 +287684,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 756 + $signature: 754 }; K._$serializers_closure142.prototype = { call$0: function() { @@ -289380,7 +287692,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 383 + $signature: 384 }; K._$serializers_closure143.prototype = { call$0: function() { @@ -289388,7 +287700,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 757 + $signature: 755 }; K._$serializers_closure144.prototype = { call$0: function() { @@ -289396,7 +287708,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 758 + $signature: 756 }; K._$serializers_closure145.prototype = { call$0: function() { @@ -289404,7 +287716,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 33 + $signature: 32 }; K._$serializers_closure146.prototype = { call$0: function() { @@ -289412,7 +287724,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 759 + $signature: 757 }; K._$serializers_closure147.prototype = { call$0: function() { @@ -289420,7 +287732,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 275 + $signature: 301 }; K._$serializers_closure148.prototype = { call$0: function() { @@ -289428,7 +287740,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 33 + $signature: 32 }; K._$serializers_closure149.prototype = { call$0: function() { @@ -289436,7 +287748,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 275 + $signature: 301 }; K._$serializers_closure150.prototype = { call$0: function() { @@ -289444,7 +287756,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 33 + $signature: 32 }; K._$serializers_closure151.prototype = { call$0: function() { @@ -289452,7 +287764,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 275 + $signature: 301 }; K._$serializers_closure152.prototype = { call$0: function() { @@ -289460,7 +287772,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 33 + $signature: 32 }; K._$serializers_closure153.prototype = { call$0: function() { @@ -289468,7 +287780,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 275 + $signature: 301 }; K._$serializers_closure154.prototype = { call$0: function() { @@ -289476,7 +287788,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 33 + $signature: 32 }; K._$serializers_closure155.prototype = { call$0: function() { @@ -289484,7 +287796,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 761 + $signature: 759 }; K._$serializers_closure156.prototype = { call$0: function() { @@ -289492,7 +287804,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 33 + $signature: 32 }; K._$serializers_closure157.prototype = { call$0: function() { @@ -289500,7 +287812,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 762 + $signature: 760 }; K._$serializers_closure158.prototype = { call$0: function() { @@ -289508,7 +287820,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 33 + $signature: 32 }; K._$serializers_closure159.prototype = { call$0: function() { @@ -289516,7 +287828,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 763 + $signature: 761 }; K._$serializers_closure160.prototype = { call$0: function() { @@ -289524,7 +287836,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 764 + $signature: 762 }; K._$serializers_closure161.prototype = { call$0: function() { @@ -289532,7 +287844,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 33 + $signature: 32 }; K._$serializers_closure162.prototype = { call$0: function() { @@ -289540,7 +287852,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 765 + $signature: 763 }; K._$serializers_closure163.prototype = { call$0: function() { @@ -289548,7 +287860,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 33 + $signature: 32 }; K._$serializers_closure164.prototype = { call$0: function() { @@ -289557,7 +287869,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 173 + $signature: 166 }; K._$serializers_closure165.prototype = { call$0: function() { @@ -289566,7 +287878,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 173 + $signature: 166 }; K._$serializers_closure166.prototype = { call$0: function() { @@ -289575,7 +287887,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 173 + $signature: 166 }; K._$serializers_closure167.prototype = { call$0: function() { @@ -289584,7 +287896,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 173 + $signature: 166 }; K._$serializers_closure168.prototype = { call$0: function() { @@ -289593,7 +287905,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 173 + $signature: 166 }; K._$serializers_closure169.prototype = { call$0: function() { @@ -289601,7 +287913,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 445 + $signature: 458 }; K._$serializers_closure170.prototype = { call$0: function() { @@ -289609,7 +287921,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 766 + $signature: 764 }; K._$serializers_closure171.prototype = { call$0: function() { @@ -289617,7 +287929,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 33 + $signature: 32 }; K._$serializers_closure172.prototype = { call$0: function() { @@ -289625,7 +287937,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 767 + $signature: 765 }; K._$serializers_closure173.prototype = { call$0: function() { @@ -289633,7 +287945,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 33 + $signature: 32 }; K._$serializers_closure174.prototype = { call$0: function() { @@ -289641,7 +287953,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 712 + $signature: 541 }; K._$serializers_closure175.prototype = { call$0: function() { @@ -289649,7 +287961,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 33 + $signature: 32 }; K._$serializers_closure176.prototype = { call$0: function() { @@ -289657,7 +287969,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 768 + $signature: 766 }; K._$serializers_closure177.prototype = { call$0: function() { @@ -289665,7 +287977,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 33 + $signature: 32 }; K._$serializers_closure178.prototype = { call$0: function() { @@ -289673,7 +287985,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 769 + $signature: 767 }; K._$serializers_closure179.prototype = { call$0: function() { @@ -289681,7 +287993,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 33 + $signature: 32 }; K._$serializers_closure180.prototype = { call$0: function() { @@ -289689,7 +288001,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 770 + $signature: 768 }; K._$serializers_closure181.prototype = { call$0: function() { @@ -289697,7 +288009,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 33 + $signature: 32 }; K._$serializers_closure182.prototype = { call$0: function() { @@ -289705,7 +288017,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 771 + $signature: 769 }; K._$serializers_closure183.prototype = { call$0: function() { @@ -289713,7 +288025,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 33 + $signature: 32 }; K._$serializers_closure184.prototype = { call$0: function() { @@ -289721,7 +288033,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 772 + $signature: 770 }; K._$serializers_closure185.prototype = { call$0: function() { @@ -289729,7 +288041,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 33 + $signature: 32 }; K._$serializers_closure186.prototype = { call$0: function() { @@ -289737,7 +288049,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 773 + $signature: 771 }; G.SettingsEntity.prototype = { getFieldsForSection$1: function(section) { @@ -297959,7 +296271,7 @@ b.get$_task_model$_$this()._endDate = t1; return b; }, - $signature: 737 + $signature: 528 }; D.TaskEntity.prototype = { get$clone: function(_) { @@ -298313,7 +296625,7 @@ J.clear$0$ax(b.get$documents().get$_safeList()); return b; }, - $signature: 44 + $signature: 45 }; D.TaskEntity_areTimesValid_closure.prototype = { call$1: function(time) { @@ -298335,7 +296647,7 @@ t1.lastDateTime = t3 > t4 ? lastDateTime : endDate; } }, - $signature: 203 + $signature: 200 }; D.TaskEntity_isRunning_closure.prototype = { call$1: function(taskTime) { @@ -298369,7 +296681,7 @@ t2 = timeB.startDate; return C.JSInt_methods.compareTo$1(t1._value, t2._value); }, - $signature: 779 + $signature: 777 }; D.TaskEntity_addTaskTime_closure.prototype = { call$1: function(b) { @@ -298379,7 +296691,7 @@ b.get$_task_model$_$this()._timeLog = t1; return b; }, - $signature: 44 + $signature: 45 }; D.TaskEntity_updateTaskTime_closure.prototype = { call$1: function(b) { @@ -298389,7 +296701,7 @@ b.get$_task_model$_$this()._timeLog = t1; return b; }, - $signature: 44 + $signature: 45 }; D.TaskEntity_deleteTaskTime_closure.prototype = { call$1: function(b) { @@ -298399,7 +296711,7 @@ b.get$_task_model$_$this()._timeLog = t1; return b; }, - $signature: 44 + $signature: 45 }; D.TaskEntity_calculateDuration_closure.prototype = { call$1: function(taskTime) { @@ -298409,7 +296721,7 @@ t1.seconds = t1.seconds + C.JSInt_methods._tdivFast$1(taskTime.get$duration(taskTime)._duration, 1000000); } }, - $signature: 203 + $signature: 200 }; D._$TaskListResponseSerializer.prototype = { serialize$3$specifiedType: function(serializers, object, specifiedType) { @@ -301870,7 +300182,7 @@ b.get$_vendor_model$_$this()._isPrimary = true; return b; }, - $signature: 734 + $signature: 527 }; B.VendorContactEntity.prototype = { get$entityType: function() { @@ -306211,7 +304523,7 @@ J.clear$0$ax(b.get$documents().get$_safeList()); return b; }, - $signature: 167 + $signature: 181 }; X.ProjectRepository.prototype = { loadItem$2: function(credentials, entityId) { @@ -308815,7 +307127,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 782 + $signature: 780 }; F._parseError__closure.prototype = { call$1: function(error) { @@ -308830,7 +307142,7 @@ b.get$useSidebarEditor().$indexSet(0, C.EntityType_task, true); return b; }, - $signature: 733 + $signature: 524 }; K.InvoiceNinjaApp.prototype = { createState$0: function() { @@ -308935,19 +307247,19 @@ if (t2 - J.$index$asx(t3._list, t1).lastUpdated > 300000) J.$index$asx(store.get$_dispatchers(), 0).call$1(new M.RefreshData(null, false, false, false)); }, - $signature: 273 + $signature: 260 }; K.InvoiceNinjaAppState_generateRoute_closure.prototype = { call$1: function(_) { return new G.LoginScreen(null); }, - $signature: 732 + $signature: 523 }; K.InvoiceNinjaAppState_generateRoute_closure0.prototype = { call$1: function(_) { return new X.MainScreen(null); }, - $signature: 731 + $signature: 522 }; K.InvoiceNinjaAppState_build_closure.prototype = { call$1: function(context) { @@ -308997,655 +307309,655 @@ t12 = type$.legacy_legacy_Widget_Function_legacy_BuildContext; return new M.StyledToast(new B.WebSocketRefresh(new S.MaterialApp(t7, t2, D.getLayout(context) === C.AppLayout_mobile ? P.LinkedHashMap_LinkedHashMap$_literal(["/login", new K.InvoiceNinjaAppState_build__closure0(), "/main", new K.InvoiceNinjaAppState_build__closure1(), "/dashboard", new K.InvoiceNinjaAppState_build__closure2(state), "/product", new K.InvoiceNinjaAppState_build__closure3(), "/product/view", new K.InvoiceNinjaAppState_build__closure4(), "/product/edit", new K.InvoiceNinjaAppState_build__closure5(), "/client", new K.InvoiceNinjaAppState_build__closure6(), "/client/view", new K.InvoiceNinjaAppState_build__closure7(), "/client/edit", new K.InvoiceNinjaAppState_build__closure8(), "/client/pdf", new K.InvoiceNinjaAppState_build__closure9(), "/invoice", new K.InvoiceNinjaAppState_build__closure10(), "/invoice/view", new K.InvoiceNinjaAppState_build__closure11(), "/invoice/edit", new K.InvoiceNinjaAppState_build__closure12(), "/invoice/email", new K.InvoiceNinjaAppState_build__closure13(), "/invoice/pdf", new K.InvoiceNinjaAppState_build__closure14(), "/document", new K.InvoiceNinjaAppState_build__closure15(), "/document/view", new K.InvoiceNinjaAppState_build__closure16(), "/document/edit", new K.InvoiceNinjaAppState_build__closure17(), "/expense", new K.InvoiceNinjaAppState_build__closure18(), "/expense/view", new K.InvoiceNinjaAppState_build__closure19(), "/expense/edit", new K.InvoiceNinjaAppState_build__closure20(), "/vendor", new K.InvoiceNinjaAppState_build__closure21(), "/vendor/view", new K.InvoiceNinjaAppState_build__closure22(), "/vendor/edit", new K.InvoiceNinjaAppState_build__closure23(), "/task", new K.InvoiceNinjaAppState_build__closure24(), "/task/view", new K.InvoiceNinjaAppState_build__closure25(), "/task/edit", new K.InvoiceNinjaAppState_build__closure26(), "/project", new K.InvoiceNinjaAppState_build__closure27(), "/project/view", new K.InvoiceNinjaAppState_build__closure28(), "/project/edit", new K.InvoiceNinjaAppState_build__closure29(), "/payment", new K.InvoiceNinjaAppState_build__closure30(), "/payment/view", new K.InvoiceNinjaAppState_build__closure31(), "/payment/edit", new K.InvoiceNinjaAppState_build__closure32(), "/payment/refund", new K.InvoiceNinjaAppState_build__closure33(), "/quote", new K.InvoiceNinjaAppState_build__closure34(), "/quote/view", new K.InvoiceNinjaAppState_build__closure35(), "/quote/edit", new K.InvoiceNinjaAppState_build__closure36(), "/quote/email", new K.InvoiceNinjaAppState_build__closure37(), "/quote/pdf", new K.InvoiceNinjaAppState_build__closure38(), "/recurring_expense", new K.InvoiceNinjaAppState_build__closure39(), "/recurring_expense/view", new K.InvoiceNinjaAppState_build__closure40(), "/recurring_expense/edit", new K.InvoiceNinjaAppState_build__closure41(), "/settings/subscriptions", new K.InvoiceNinjaAppState_build__closure42(), "/settings/subscriptions/view", new K.InvoiceNinjaAppState_build__closure43(), "/settings/subscriptions/edit", new K.InvoiceNinjaAppState_build__closure44(), "/settings/task_status", new K.InvoiceNinjaAppState_build__closure45(), "/settings/task_status/view", new K.InvoiceNinjaAppState_build__closure46(), "/settings/task_status/edit", new K.InvoiceNinjaAppState_build__closure47(), "/settings/expense_category", new K.InvoiceNinjaAppState_build__closure48(), "/settings/expense_category/view", new K.InvoiceNinjaAppState_build__closure49(), "/settings/expense_category/edit", new K.InvoiceNinjaAppState_build__closure50(), "/recurring_invoice", new K.InvoiceNinjaAppState_build__closure51(), "/recurring_invoice/view", new K.InvoiceNinjaAppState_build__closure52(), "/recurring_invoice/edit", new K.InvoiceNinjaAppState_build__closure53(), "/recurring_invoice/pdf", new K.InvoiceNinjaAppState_build__closure54(), "/settings/webhook", new K.InvoiceNinjaAppState_build__closure55(), "/settings/webhook/view", new K.InvoiceNinjaAppState_build__closure56(), "/settings/webhook/edit", new K.InvoiceNinjaAppState_build__closure57(), "/settings/tokens", new K.InvoiceNinjaAppState_build__closure58(), "/settings/token/view", new K.InvoiceNinjaAppState_build__closure59(), "/settings/token/edit", new K.InvoiceNinjaAppState_build__closure60(), "/settings/payment_terms", new K.InvoiceNinjaAppState_build__closure61(), "/settings/payment_term/edit", new K.InvoiceNinjaAppState_build__closure62(), "/settings/payment_term/view", new K.InvoiceNinjaAppState_build__closure63(), "/settings/custom_designs", new K.InvoiceNinjaAppState_build__closure64(), "/settings/custom_designs/view", new K.InvoiceNinjaAppState_build__closure65(), "/settings/custom_designs/edit", new K.InvoiceNinjaAppState_build__closure66(), "/credit", new K.InvoiceNinjaAppState_build__closure67(), "/credit/view", new K.InvoiceNinjaAppState_build__closure68(), "/credit/edit", new K.InvoiceNinjaAppState_build__closure69(), "/credit/email", new K.InvoiceNinjaAppState_build__closure70(), "/credit/pdf", new K.InvoiceNinjaAppState_build__closure71(), "/settings/user_management", new K.InvoiceNinjaAppState_build__closure72(), "/settings/user_management/view", new K.InvoiceNinjaAppState_build__closure73(), "/settings/user_management/edit", new K.InvoiceNinjaAppState_build__closure74(), "/settings/group_settings", new K.InvoiceNinjaAppState_build__closure75(), "/settings/group_settings/view", new K.InvoiceNinjaAppState_build__closure76(), "/settings/group_settings/edit", new K.InvoiceNinjaAppState_build__closure77(), "/settings", new K.InvoiceNinjaAppState_build__closure78(), "/reports", new K.InvoiceNinjaAppState_build__closure79(), "/settings/company_details", new K.InvoiceNinjaAppState_build__closure80(), "/settings/user_details", new K.InvoiceNinjaAppState_build__closure81(), "/settings/localization", new K.InvoiceNinjaAppState_build__closure82(), "/settings/online_payments", new K.InvoiceNinjaAppState_build__closure83(), "/settings/company_gateways", new K.InvoiceNinjaAppState_build__closure84(), "/settings/company_gateways/view", new K.InvoiceNinjaAppState_build__closure85(), "/settings/company_gateways/edit", new K.InvoiceNinjaAppState_build__closure86(), "/settings/tax_settings", new K.InvoiceNinjaAppState_build__closure87(), "/settings/tax_settings_rates", new K.InvoiceNinjaAppState_build__closure88(), "/settings/tax_settings_rates/view", new K.InvoiceNinjaAppState_build__closure89(), "/settings/tax_settings_rates/edit", new K.InvoiceNinjaAppState_build__closure90(), "/settings/product_settings", new K.InvoiceNinjaAppState_build__closure91(), "/settings/expense_settings", new K.InvoiceNinjaAppState_build__closure92(), "/settings/task_settings", new K.InvoiceNinjaAppState_build__closure93(), "/settings/import_export", new K.InvoiceNinjaAppState_build__closure94(), "/settings/device_settings", new K.InvoiceNinjaAppState_build__closure95(), "/settings/account_management", new K.InvoiceNinjaAppState_build__closure96(), "/settings/custom_fields", new K.InvoiceNinjaAppState_build__closure97(), "/settings/generated_numbers", new K.InvoiceNinjaAppState_build__closure98(), "/settings/workflow_settings", new K.InvoiceNinjaAppState_build__closure99(), "/settings/invoice_design", new K.InvoiceNinjaAppState_build__closure100(), "/settings/client_portal", new K.InvoiceNinjaAppState_build__closure101(), "/settings/buy_now_buttons", new K.InvoiceNinjaAppState_build__closure102(), "/settings/email_settings", new K.InvoiceNinjaAppState_build__closure103(), "/settings/templates_and_reminders", new K.InvoiceNinjaAppState_build__closure104(), "/settings/credit_cards_and_banks", new K.InvoiceNinjaAppState_build__closure105(), "/settings/data_visualizations", new K.InvoiceNinjaAppState_build__closure106()], t11, t12) : P.LinkedHashMap_LinkedHashMap$_empty(t11, t12), t1, t9, "Invoice Ninja", t3, locale, t10, t8, false, _null), _null), t5, t6, t4, locale, _null); }, - $signature: 788 + $signature: 786 }; K.InvoiceNinjaAppState_build__closure.prototype = { call$1: function(locale) { return X.AppLocalization_createLocale(locale); }, - $signature: 789 + $signature: 787 }; K.InvoiceNinjaAppState_build__closure0.prototype = { call$1: function(context) { return new G.LoginScreen(null); }, - $signature: 732 + $signature: 523 }; K.InvoiceNinjaAppState_build__closure1.prototype = { call$1: function(context) { return new X.MainScreen(null); }, - $signature: 731 + $signature: 522 }; K.InvoiceNinjaAppState_build__closure2.prototype = { call$1: function(context) { return new O.ChangeLayoutBanner(new Q.DashboardScreenBuilder(null), this.state.prefState.appLayout, C.AppLayout_mobile, null); }, - $signature: 790 + $signature: 788 }; K.InvoiceNinjaAppState_build__closure3.prototype = { call$1: function(context) { return new E.ProductScreenBuilder(null); }, - $signature: 791 + $signature: 789 }; K.InvoiceNinjaAppState_build__closure4.prototype = { call$1: function(context) { return new F.ProductViewScreen(null); }, - $signature: 792 + $signature: 790 }; K.InvoiceNinjaAppState_build__closure5.prototype = { call$1: function(context) { return new S.ProductEditScreen(null); }, - $signature: 793 + $signature: 791 }; K.InvoiceNinjaAppState_build__closure6.prototype = { call$1: function(context) { return new D.ClientScreenBuilder(null); }, - $signature: 794 + $signature: 792 }; K.InvoiceNinjaAppState_build__closure7.prototype = { call$1: function(context) { return new X.ClientViewScreen(false, null); }, - $signature: 795 + $signature: 793 }; K.InvoiceNinjaAppState_build__closure8.prototype = { call$1: function(context) { return new M.ClientEditScreen(null); }, - $signature: 796 + $signature: 794 }; K.InvoiceNinjaAppState_build__closure9.prototype = { call$1: function(context) { return new V.ClientPdfScreen(null); }, - $signature: 797 + $signature: 795 }; K.InvoiceNinjaAppState_build__closure10.prototype = { call$1: function(context) { return new E.InvoiceScreenBuilder(null); }, - $signature: 798 + $signature: 796 }; K.InvoiceNinjaAppState_build__closure11.prototype = { call$1: function(context) { return new F.InvoiceViewScreen(false, null); }, - $signature: 799 + $signature: 797 }; K.InvoiceNinjaAppState_build__closure12.prototype = { call$1: function(context) { return new M.InvoiceEditScreen(null); }, - $signature: 800 + $signature: 798 }; K.InvoiceNinjaAppState_build__closure13.prototype = { call$1: function(context) { return new M.InvoiceEmailScreen(null); }, - $signature: 801 + $signature: 799 }; K.InvoiceNinjaAppState_build__closure14.prototype = { call$1: function(context) { return new O.InvoicePdfScreen(true, null); }, - $signature: 802 + $signature: 800 }; K.InvoiceNinjaAppState_build__closure15.prototype = { call$1: function(context) { return new U.DocumentScreenBuilder(null); }, - $signature: 803 + $signature: 801 }; K.InvoiceNinjaAppState_build__closure16.prototype = { call$1: function(context) { return new A.DocumentViewScreen(null); }, - $signature: 804 + $signature: 802 }; K.InvoiceNinjaAppState_build__closure17.prototype = { call$1: function(context) { return new E.DocumentEditScreen(null); }, - $signature: 805 + $signature: 803 }; K.InvoiceNinjaAppState_build__closure18.prototype = { call$1: function(context) { return new U.ExpenseScreenBuilder(null); }, - $signature: 806 + $signature: 804 }; K.InvoiceNinjaAppState_build__closure19.prototype = { call$1: function(context) { return new U.ExpenseViewScreen(null); }, - $signature: 807 + $signature: 805 }; K.InvoiceNinjaAppState_build__closure20.prototype = { call$1: function(context) { return new O.ExpenseEditScreen(null); }, - $signature: 808 + $signature: 806 }; K.InvoiceNinjaAppState_build__closure21.prototype = { call$1: function(context) { return new B.VendorScreenBuilder(null); }, - $signature: 809 + $signature: 807 }; K.InvoiceNinjaAppState_build__closure22.prototype = { call$1: function(context) { return new F.VendorViewScreen(false, null); }, - $signature: 810 + $signature: 808 }; K.InvoiceNinjaAppState_build__closure23.prototype = { call$1: function(context) { return new A.VendorEditScreen(null); }, - $signature: 811 + $signature: 809 }; K.InvoiceNinjaAppState_build__closure24.prototype = { call$1: function(context) { return new Y.TaskScreenBuilder(null); }, - $signature: 812 + $signature: 810 }; K.InvoiceNinjaAppState_build__closure25.prototype = { call$1: function(context) { return new L.TaskViewScreen(null); }, - $signature: 813 + $signature: 811 }; K.InvoiceNinjaAppState_build__closure26.prototype = { call$1: function(context) { return new B.TaskEditScreen(null); }, - $signature: 814 + $signature: 812 }; K.InvoiceNinjaAppState_build__closure27.prototype = { call$1: function(context) { return new S.ProjectScreenBuilder(null); }, - $signature: 815 + $signature: 813 }; K.InvoiceNinjaAppState_build__closure28.prototype = { call$1: function(context) { return new D.ProjectViewScreen(false, null); }, - $signature: 816 + $signature: 814 }; K.InvoiceNinjaAppState_build__closure29.prototype = { call$1: function(context) { return new G.ProjectEditScreen(null); }, - $signature: 817 + $signature: 815 }; K.InvoiceNinjaAppState_build__closure30.prototype = { call$1: function(context) { return new G.PaymentScreenBuilder(null); }, - $signature: 818 + $signature: 816 }; K.InvoiceNinjaAppState_build__closure31.prototype = { call$1: function(context) { return new F.PaymentViewScreen(false, null); }, - $signature: 819 + $signature: 817 }; K.InvoiceNinjaAppState_build__closure32.prototype = { call$1: function(context) { return new B.PaymentEditScreen(null); }, - $signature: 729 + $signature: 521 }; K.InvoiceNinjaAppState_build__closure33.prototype = { call$1: function(context) { return new Y.PaymentRefundScreen(null); }, - $signature: 728 + $signature: 520 }; K.InvoiceNinjaAppState_build__closure34.prototype = { call$1: function(context) { return new B.QuoteScreenBuilder(null); }, - $signature: 822 + $signature: 820 }; K.InvoiceNinjaAppState_build__closure35.prototype = { call$1: function(context) { return new O.QuoteViewScreen(false, null); }, - $signature: 823 + $signature: 821 }; K.InvoiceNinjaAppState_build__closure36.prototype = { call$1: function(context) { return new B.QuoteEditScreen(null); }, - $signature: 824 + $signature: 822 }; K.InvoiceNinjaAppState_build__closure37.prototype = { call$1: function(context) { return new B.QuoteEmailScreen(null); }, - $signature: 825 + $signature: 823 }; K.InvoiceNinjaAppState_build__closure38.prototype = { call$1: function(context) { return new V.QuotePdfScreen(true, null); }, - $signature: 826 + $signature: 824 }; K.InvoiceNinjaAppState_build__closure39.prototype = { call$1: function(context) { return new B.RecurringExpenseScreenBuilder(null); }, - $signature: 827 + $signature: 825 }; K.InvoiceNinjaAppState_build__closure40.prototype = { call$1: function(context) { return new Z.RecurringExpenseViewScreen(null); }, - $signature: 828 + $signature: 826 }; K.InvoiceNinjaAppState_build__closure41.prototype = { call$1: function(context) { return new M.RecurringExpenseEditScreen(null); }, - $signature: 829 + $signature: 827 }; K.InvoiceNinjaAppState_build__closure42.prototype = { call$1: function(context) { return new L.SubscriptionScreenBuilder(null); }, - $signature: 830 + $signature: 828 }; K.InvoiceNinjaAppState_build__closure43.prototype = { call$1: function(context) { return new E.SubscriptionViewScreen(false, null); }, - $signature: 831 + $signature: 829 }; K.InvoiceNinjaAppState_build__closure44.prototype = { call$1: function(context) { return new R.SubscriptionEditScreen(null); }, - $signature: 832 + $signature: 830 }; K.InvoiceNinjaAppState_build__closure45.prototype = { call$1: function(context) { return new U.TaskStatusScreenBuilder(null); }, - $signature: 833 + $signature: 831 }; K.InvoiceNinjaAppState_build__closure46.prototype = { call$1: function(context) { return new T.TaskStatusViewScreen(false, null); }, - $signature: 834 + $signature: 832 }; K.InvoiceNinjaAppState_build__closure47.prototype = { call$1: function(context) { return new Q.TaskStatusEditScreen(null); }, - $signature: 835 + $signature: 833 }; K.InvoiceNinjaAppState_build__closure48.prototype = { call$1: function(context) { return new O.ExpenseCategoryScreenBuilder(null); }, - $signature: 836 + $signature: 834 }; K.InvoiceNinjaAppState_build__closure49.prototype = { call$1: function(context) { return new L.ExpenseCategoryViewScreen(false, null); }, - $signature: 837 + $signature: 835 }; K.InvoiceNinjaAppState_build__closure50.prototype = { call$1: function(context) { return new F.ExpenseCategoryEditScreen(null); }, - $signature: 838 + $signature: 836 }; K.InvoiceNinjaAppState_build__closure51.prototype = { call$1: function(context) { return new A.RecurringInvoiceScreenBuilder(null); }, - $signature: 839 + $signature: 837 }; K.InvoiceNinjaAppState_build__closure52.prototype = { call$1: function(context) { return new O.RecurringInvoiceViewScreen(false, null); }, - $signature: 840 + $signature: 838 }; K.InvoiceNinjaAppState_build__closure53.prototype = { call$1: function(context) { return new Q.RecurringInvoiceEditScreen(null); }, - $signature: 841 + $signature: 839 }; K.InvoiceNinjaAppState_build__closure54.prototype = { call$1: function(context) { return new X.RecurringInvoicePdfScreen(null); }, - $signature: 842 + $signature: 840 }; K.InvoiceNinjaAppState_build__closure55.prototype = { call$1: function(context) { return new T.WebhookScreenBuilder(null); }, - $signature: 843 + $signature: 841 }; K.InvoiceNinjaAppState_build__closure56.prototype = { call$1: function(context) { return new Y.WebhookViewScreen(null); }, - $signature: 844 + $signature: 842 }; K.InvoiceNinjaAppState_build__closure57.prototype = { call$1: function(context) { return new F.WebhookEditScreen(null); }, - $signature: 845 + $signature: 843 }; K.InvoiceNinjaAppState_build__closure58.prototype = { call$1: function(context) { return new K.TokenScreenBuilder(null); }, - $signature: 846 + $signature: 844 }; K.InvoiceNinjaAppState_build__closure59.prototype = { call$1: function(context) { return new U.TokenViewScreen(null); }, - $signature: 847 + $signature: 845 }; K.InvoiceNinjaAppState_build__closure60.prototype = { call$1: function(context) { return new R.TokenEditScreen(null); }, - $signature: 848 + $signature: 846 }; K.InvoiceNinjaAppState_build__closure61.prototype = { call$1: function(context) { return new Z.PaymentTermScreenBuilder(null); }, - $signature: 849 + $signature: 847 }; K.InvoiceNinjaAppState_build__closure62.prototype = { call$1: function(context) { return new Y.PaymentTermEditScreen(null); }, - $signature: 850 + $signature: 848 }; K.InvoiceNinjaAppState_build__closure63.prototype = { call$1: function(context) { return new U.PaymentTermViewScreen(null); }, - $signature: 851 + $signature: 849 }; K.InvoiceNinjaAppState_build__closure64.prototype = { call$1: function(context) { return new G.DesignScreenBuilder(null); }, - $signature: 852 + $signature: 850 }; K.InvoiceNinjaAppState_build__closure65.prototype = { call$1: function(context) { return new B.DesignViewScreen(false, null); }, - $signature: 853 + $signature: 851 }; K.InvoiceNinjaAppState_build__closure66.prototype = { call$1: function(context) { return new G.DesignEditScreen(null); }, - $signature: 854 + $signature: 852 }; K.InvoiceNinjaAppState_build__closure67.prototype = { call$1: function(context) { return new R.CreditScreenBuilder(null); }, - $signature: 855 + $signature: 853 }; K.InvoiceNinjaAppState_build__closure68.prototype = { call$1: function(context) { return new M.CreditViewScreen(false, null); }, - $signature: 856 + $signature: 854 }; K.InvoiceNinjaAppState_build__closure69.prototype = { call$1: function(context) { return new X.CreditEditScreen(null); }, - $signature: 857 + $signature: 855 }; K.InvoiceNinjaAppState_build__closure70.prototype = { call$1: function(context) { return new S.CreditEmailScreen(null); }, - $signature: 858 + $signature: 856 }; K.InvoiceNinjaAppState_build__closure71.prototype = { call$1: function(context) { return new U.CreditPdfScreen(true, null); }, - $signature: 859 + $signature: 857 }; K.InvoiceNinjaAppState_build__closure72.prototype = { call$1: function(context) { return new A.UserScreenBuilder(null); }, - $signature: 860 + $signature: 858 }; K.InvoiceNinjaAppState_build__closure73.prototype = { call$1: function(context) { return new X.UserViewScreen(false, null); }, - $signature: 861 + $signature: 859 }; K.InvoiceNinjaAppState_build__closure74.prototype = { call$1: function(context) { return new Y.UserEditScreen(null); }, - $signature: 862 + $signature: 860 }; K.InvoiceNinjaAppState_build__closure75.prototype = { call$1: function(context) { return new S.GroupScreenBuilder(null); }, - $signature: 863 + $signature: 861 }; K.InvoiceNinjaAppState_build__closure76.prototype = { call$1: function(context) { return new A.GroupViewScreen(false, null); }, - $signature: 864 + $signature: 862 }; K.InvoiceNinjaAppState_build__closure77.prototype = { call$1: function(context) { return new A.GroupEditScreen(null); }, - $signature: 865 + $signature: 863 }; K.InvoiceNinjaAppState_build__closure78.prototype = { call$1: function(context) { return new L.SettingsScreenBuilder(null); }, - $signature: 866 + $signature: 864 }; K.InvoiceNinjaAppState_build__closure79.prototype = { call$1: function(context) { return new L.ReportsScreenBuilder(null); }, - $signature: 867 + $signature: 865 }; K.InvoiceNinjaAppState_build__closure80.prototype = { call$1: function(context) { return new A.CompanyDetailsScreen(null); }, - $signature: 868 + $signature: 866 }; K.InvoiceNinjaAppState_build__closure81.prototype = { call$1: function(context) { return new M.UserDetailsScreen(null); }, - $signature: 869 + $signature: 867 }; K.InvoiceNinjaAppState_build__closure82.prototype = { call$1: function(context) { return new B.LocalizationScreen(null); }, - $signature: 870 + $signature: 868 }; K.InvoiceNinjaAppState_build__closure83.prototype = { call$1: function(context) { return new B.OnlinePaymentsScreen(null); }, - $signature: 871 + $signature: 869 }; K.InvoiceNinjaAppState_build__closure84.prototype = { call$1: function(context) { return new Y.CompanyGatewayScreenBuilder(null); }, - $signature: 872 + $signature: 870 }; K.InvoiceNinjaAppState_build__closure85.prototype = { call$1: function(context) { return new A.CompanyGatewayViewScreen(false, null); }, - $signature: 873 + $signature: 871 }; K.InvoiceNinjaAppState_build__closure86.prototype = { call$1: function(context) { return new L.CompanyGatewayEditScreen(null); }, - $signature: 874 + $signature: 872 }; K.InvoiceNinjaAppState_build__closure87.prototype = { call$1: function(context) { return new A.TaxSettingsScreen(null); }, - $signature: 875 + $signature: 873 }; K.InvoiceNinjaAppState_build__closure88.prototype = { call$1: function(context) { return new O.TaxRateScreenBuilder(null); }, - $signature: 876 + $signature: 874 }; K.InvoiceNinjaAppState_build__closure89.prototype = { call$1: function(context) { return new R.TaxRateViewScreen(null); }, - $signature: 877 + $signature: 875 }; K.InvoiceNinjaAppState_build__closure90.prototype = { call$1: function(context) { return new S.TaxRateEditScreen(null); }, - $signature: 878 + $signature: 876 }; K.InvoiceNinjaAppState_build__closure91.prototype = { call$1: function(context) { return new G.ProductSettingsScreen(null); }, - $signature: 879 + $signature: 877 }; K.InvoiceNinjaAppState_build__closure92.prototype = { call$1: function(context) { return new N.ExpenseSettingsScreen(null); }, - $signature: 880 + $signature: 878 }; K.InvoiceNinjaAppState_build__closure93.prototype = { call$1: function(context) { return new F.TaskSettingsScreen(null); }, - $signature: 881 + $signature: 879 }; K.InvoiceNinjaAppState_build__closure94.prototype = { call$1: function(context) { return new N.ImportExportScreen(null); }, - $signature: 882 + $signature: 880 }; K.InvoiceNinjaAppState_build__closure95.prototype = { call$1: function(context) { return new L.DeviceSettingsScreen(null); }, - $signature: 883 + $signature: 881 }; K.InvoiceNinjaAppState_build__closure96.prototype = { call$1: function(context) { return new A.AccountManagementScreen(null); }, - $signature: 884 + $signature: 882 }; K.InvoiceNinjaAppState_build__closure97.prototype = { call$1: function(context) { return new M.CustomFieldsScreen(null); }, - $signature: 885 + $signature: 883 }; K.InvoiceNinjaAppState_build__closure98.prototype = { call$1: function(context) { return new F.GeneratedNumbersScreen(null); }, - $signature: 886 + $signature: 884 }; K.InvoiceNinjaAppState_build__closure99.prototype = { call$1: function(context) { return new Y.WorkflowSettingsScreen(null); }, - $signature: 887 + $signature: 885 }; K.InvoiceNinjaAppState_build__closure100.prototype = { call$1: function(context) { return new B.InvoiceDesignScreen(null); }, - $signature: 888 + $signature: 886 }; K.InvoiceNinjaAppState_build__closure101.prototype = { call$1: function(context) { return new A.ClientPortalScreen(null); }, - $signature: 889 + $signature: 887 }; K.InvoiceNinjaAppState_build__closure102.prototype = { call$1: function(context) { return new B.BuyNowButtonsScreen(null); }, - $signature: 890 + $signature: 888 }; K.InvoiceNinjaAppState_build__closure103.prototype = { call$1: function(context) { return new D.EmailSettingsScreen(null); }, - $signature: 891 + $signature: 889 }; K.InvoiceNinjaAppState_build__closure104.prototype = { call$1: function(context) { return new F.TemplatesAndRemindersScreen(null); }, - $signature: 892 + $signature: 890 }; K.InvoiceNinjaAppState_build__closure105.prototype = { call$1: function(context) { return new F.CreditCardsAndBanksScreen(null); }, - $signature: 893 + $signature: 891 }; K.InvoiceNinjaAppState_build__closure106.prototype = { call$1: function(context) { return new M.DataVisualizationsScreen(null); }, - $signature: 894 + $signature: 892 }; M.PersistUI.prototype = {}; M.PersistData.prototype = {}; @@ -310338,7 +308650,7 @@ b.get$_task_model$_$this()._showAsRunning = t1; return b; }, - $signature: 44 + $signature: 45 }; M.checkForChanges_closure.prototype = { call$1: function(dialogContext) { @@ -310349,7 +308661,7 @@ t1 = ""; return new E.MessageDialog(t2, t1, null, null, new M.checkForChanges__closure(this.store, this.callback), null); }, - $signature: 302 + $signature: 315 }; M.checkForChanges__closure.prototype = { call$0: function() { @@ -310582,7 +308894,7 @@ b.get$_ui_state$_$this()._currentRoute = t1; return b; }, - $signature: 724 + $signature: 519 }; K._createLoadState__closure0.prototype = { call$1: function(b) { @@ -310606,7 +308918,7 @@ b.get$userCompanyStates().replace$1(0, this.companyStates); return b; }, - $signature: 234 + $signature: 224 }; K._createLoadState__closure1.prototype = { call$1: function(error) { @@ -310645,7 +308957,7 @@ call$1: function(duration) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new G.ViewDashboard(false, null)); }, - $signature: 42 + $signature: 41 }; K._getRoutes_closure.prototype = { call$1: function(part) { @@ -310739,7 +309051,7 @@ call$1: function(prefs) { return prefs._setValue$3("String", "shared_prefs", C.C_JsonCodec.encode$1(this.string)); }, - $signature: 901 + $signature: 899 }; K._createAccountLoaded_closure.prototype = { call$3: function(store, dynamicAction, next) { @@ -311054,7 +309366,7 @@ call$1: function(repo) { return repo.delete$0(0); }, - $signature: 902 + $signature: 900 }; K._createViewMainScreen_closure.prototype = { call$3: function(store, dynamicAction, next) { @@ -311075,7 +309387,7 @@ call$1: function(duration) { $.$get$navigatorKey().get$currentState().pushNamed$1$1("/main", type$.legacy_Object); }, - $signature: 42 + $signature: 41 }; G.appReducer_closure.prototype = { call$1: function(b) { @@ -311086,7 +309398,7 @@ b.get$_$this()._isTesting = t2.isTesting; return b; }, - $signature: 234 + $signature: 224 }; G.appReducer__closure.prototype = { call$1: function(b) { @@ -311094,7 +309406,7 @@ b.get$_auth_state$_$this()._lastEnteredPasswordAt = 0; return b; }, - $signature: 132 + $signature: 138 }; G.appReducer_closure0.prototype = { call$1: function(b) { @@ -311102,7 +309414,7 @@ b.get$_$this()._isSaving = false; return b; }, - $signature: 234 + $signature: 224 }; G.appReducer_closure1.prototype = { call$1: function(b) { @@ -311114,7 +309426,7 @@ J.$indexSet$ax(t1.get$_safeList(), t3, t2); return b; }, - $signature: 234 + $signature: 224 }; G.appReducer_closure2.prototype = { call$1: function(b) { @@ -311161,7 +309473,7 @@ t3._pref_state$_$v = t5; return b; }, - $signature: 234 + $signature: 224 }; G.lastErrorReducer_closure.prototype = { call$2: function(state, action) { @@ -311169,7 +309481,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 904 + $signature: 902 }; G.lastErrorReducer_closure0.prototype = { call$2: function(state, action) { @@ -311177,7 +309489,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 905 + $signature: 903 }; G.lastErrorReducer_closure1.prototype = { call$2: function(state, action) { @@ -311185,7 +309497,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 906 + $signature: 904 }; G.lastErrorReducer_closure2.prototype = { call$2: function(state, action) { @@ -311193,7 +309505,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 907 + $signature: 905 }; G.lastErrorReducer_closure3.prototype = { call$2: function(state, action) { @@ -311201,7 +309513,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 908 + $signature: 906 }; G.lastErrorReducer_closure4.prototype = { call$2: function(state, action) { @@ -311209,7 +309521,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 909 + $signature: 907 }; G.lastErrorReducer_closure5.prototype = { call$2: function(state, action) { @@ -311217,7 +309529,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 910 + $signature: 908 }; G.lastErrorReducer_closure6.prototype = { call$2: function(state, action) { @@ -311225,7 +309537,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 911 + $signature: 909 }; G.lastErrorReducer_closure7.prototype = { call$2: function(state, action) { @@ -311233,7 +309545,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 912 + $signature: 910 }; G.lastErrorReducer_closure8.prototype = { call$2: function(state, action) { @@ -311241,7 +309553,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 913 + $signature: 911 }; G.lastErrorReducer_closure9.prototype = { call$2: function(state, action) { @@ -311249,7 +309561,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 914 + $signature: 912 }; G.lastErrorReducer_closure10.prototype = { call$2: function(state, action) { @@ -311257,7 +309569,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 915 + $signature: 913 }; G.lastErrorReducer_closure11.prototype = { call$2: function(state, action) { @@ -311265,7 +309577,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 916 + $signature: 914 }; G.lastErrorReducer_closure12.prototype = { call$2: function(state, action) { @@ -311273,7 +309585,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 917 + $signature: 915 }; G.lastErrorReducer_closure13.prototype = { call$2: function(state, action) { @@ -311281,7 +309593,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 918 + $signature: 916 }; G.lastErrorReducer_closure14.prototype = { call$2: function(state, action) { @@ -311289,7 +309601,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 919 + $signature: 917 }; G.lastErrorReducer_closure15.prototype = { call$2: function(state, action) { @@ -311297,7 +309609,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 920 + $signature: 918 }; G.lastErrorReducer_closure16.prototype = { call$2: function(state, action) { @@ -311305,7 +309617,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 921 + $signature: 919 }; G.lastErrorReducer_closure17.prototype = { call$2: function(state, action) { @@ -311313,7 +309625,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 922 + $signature: 920 }; G.lastErrorReducer_closure18.prototype = { call$2: function(state, action) { @@ -311321,7 +309633,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 923 + $signature: 921 }; G.dismissedNativeWarningReducer_closure.prototype = { call$2: function(state, action) { @@ -311329,7 +309641,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 924 + $signature: 922 }; T.AppState.prototype = { get$company: function() { @@ -312007,14 +310319,14 @@ call$1: function(index) { return B.UserCompanyState_UserCompanyState(this.reportErrors); }, - $signature: 925 + $signature: 923 }; T.AppState_companies_closure.prototype = { call$1: function(company) { var t1 = company.id; return t1.length !== 0; }, - $signature: 702 + $signature: 518 }; T.AppState_historyList_closure.prototype = { call$1: function($history) { @@ -312028,7 +310340,7 @@ } return true; }, - $signature: 701 + $signature: 517 }; T.Credentials.prototype = { get$token: function() { @@ -312431,7 +310743,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new M.LoadAccountSuccess(t1.completer, data)); J.$index$asx(t2.get$_dispatchers(), 0).call$1(new B.UserVerifiedPassword()); }, - $signature: 183 + $signature: 203 }; V._createLoginRequest__closure0.prototype = { call$1: function(error) { @@ -312463,7 +310775,7 @@ J.$index$asx(t1.get$_dispatchers(), 0).call$1(new M.LoadAccountSuccess(this.action.completer, data)); J.$index$asx(t1.get$_dispatchers(), 0).call$1(new B.UserVerifiedPassword()); }, - $signature: 183 + $signature: 203 }; V._createSignUpRequest__closure0.prototype = { call$1: function(error) { @@ -312499,7 +310811,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new M.LoadAccountSuccess(t1.completer, data)); J.$index$asx(t2.get$_dispatchers(), 0).call$1(new B.UserVerifiedPassword()); }, - $signature: 183 + $signature: 203 }; V._createOAuthLoginRequest__closure0.prototype = { call$1: function(error) { @@ -312531,7 +310843,7 @@ J.$index$asx(t1.get$_dispatchers(), 0).call$1(new M.LoadAccountSuccess(this.action.completer, data)); J.$index$asx(t1.get$_dispatchers(), 0).call$1(new B.UserVerifiedPassword()); }, - $signature: 183 + $signature: 203 }; V._createOAuthSignUpRequest__closure0.prototype = { call$1: function(error) { @@ -312663,13 +310975,13 @@ t1.toString; $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).findAncestorStateOfType$1$0(type$.legacy_AppBuilderState).rebuild$0(); }, - $signature: 183 + $signature: 203 }; V._createRefreshRequest___closure.prototype = { call$1: function(userCompany) { J.forEach$1$ax(this.state.userCompanyStates._list, new V._createRefreshRequest____closure(this._box_0, userCompany)); }, - $signature: 693 + $signature: 515 }; V._createRefreshRequest____closure.prototype = { call$1: function(userCompanyState) { @@ -312682,7 +310994,7 @@ this._box_0.permissionsWereChanged = true; } }, - $signature: 931 + $signature: 929 }; V._createRefreshRequest__closure0.prototype = { call$1: function(error) { @@ -312717,7 +311029,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new B.RecoverPasswordSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 183 + $signature: 203 }; V._createRecoverRequest__closure0.prototype = { call$1: function(error) { @@ -312815,7 +311127,7 @@ J.$index$asx(t1.get$_dispatchers(), 0).call$1(new M.RefreshData(null, false, false, true)); this.action.completer.complete$0(0); }, - $signature: 74 + $signature: 83 }; V._setDefaultCompany__closure0.prototype = { call$1: function(error) { @@ -312979,7 +311291,7 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 132 + $signature: 138 }; S.userSignUpRequestReducer_closure.prototype = { call$1: function(b) { @@ -312987,7 +311299,7 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 132 + $signature: 138 }; S.userLoginRequestReducer_closure.prototype = { call$1: function(b) { @@ -312998,7 +311310,7 @@ b.get$_auth_state$_$this()._auth_state$_email = t1; return b; }, - $signature: 132 + $signature: 138 }; S.oauthLoginRequestReducer_closure.prototype = { call$1: function(b) { @@ -313006,7 +311318,7 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 132 + $signature: 138 }; S.oauthSignUpRequestReducer_closure.prototype = { call$1: function(b) { @@ -313014,14 +311326,14 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 132 + $signature: 138 }; S.userLoginSuccessReducer_closure.prototype = { call$1: function(b) { b.get$_auth_state$_$this()._isAuthenticated = true; return b; }, - $signature: 132 + $signature: 138 }; S.userVerifiedPasswordReducer_closure.prototype = { call$1: function(b) { @@ -313029,14 +311341,14 @@ b.get$_auth_state$_$this()._lastEnteredPasswordAt = t1; return b; }, - $signature: 132 + $signature: 138 }; S.userUnverifiedPasswordReducer_closure.prototype = { call$1: function(b) { b.get$_auth_state$_$this()._lastEnteredPasswordAt = 0; return b; }, - $signature: 132 + $signature: 138 }; Z.AuthState.prototype = { get$isHosted: function() { @@ -313276,7 +311588,7 @@ call$1: function(client) { return client.get$id(client); }, - $signature: 43 + $signature: 42 }; E.handleClientAction_closure0.prototype = { call$1: function(b) { @@ -313284,21 +311596,21 @@ b.get$_task_model$_$this()._task_model$_clientId = t1; return b; }, - $signature: 44 + $signature: 45 }; E.handleClientAction_closure1.prototype = { call$1: function(b) { var t1 = this.client.id; return b.get$_payment_model$_$this()._payment_model$_clientId = t1; }, - $signature: 684 + $signature: 513 }; E.handleClientAction_closure2.prototype = { call$1: function(b) { var t1 = this.client.id; return b.get$_project_model$_$this()._project_model$_clientId = t1; }, - $signature: 682 + $signature: 512 }; E.StartClientMultiselect.prototype = {}; E.AddToClientMultiselect.prototype = {}; @@ -313391,14 +311703,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).clientState.map._map$_map, id); }, - $signature: 247 + $signature: 287 }; Q._archiveClient__closure0.prototype = { call$1: function(clients) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.ArchiveClientsSuccess(clients)); this.action.completer.complete$1(0, null); }, - $signature: 427 + $signature: 331 }; Q._archiveClient__closure1.prototype = { call$1: function(error) { @@ -313429,14 +311741,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).clientState.map._map$_map, id); }, - $signature: 247 + $signature: 287 }; Q._deleteClient__closure0.prototype = { call$1: function(clients) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.DeleteClientsSuccess(clients)); this.action.completer.complete$1(0, null); }, - $signature: 427 + $signature: 331 }; Q._deleteClient__closure1.prototype = { call$1: function(error) { @@ -313467,14 +311779,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).clientState.map._map$_map, id); }, - $signature: 247 + $signature: 287 }; Q._restoreClient__closure0.prototype = { call$1: function(clients) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.RestoreClientSuccess(clients)); this.action.completer.complete$1(0, null); }, - $signature: 427 + $signature: 331 }; Q._restoreClient__closure1.prototype = { call$1: function(error) { @@ -313507,7 +311819,7 @@ if (t1 != null) t1.complete$1(0, client); }, - $signature: 260 + $signature: 328 }; Q._saveClient__closure0.prototype = { call$1: function(error) { @@ -313536,7 +311848,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 260 + $signature: 328 }; Q._loadClient__closure0.prototype = { call$1: function(error) { @@ -313570,7 +311882,7 @@ t2.complete$1(0, null); J.$index$asx(t1.get$_dispatchers(), 0).call$1(new Z.LoadProducts()); }, - $signature: 938 + $signature: 936 }; Q._loadClients__closure0.prototype = { call$1: function(error) { @@ -313611,7 +311923,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.SaveClientSuccess(client)); this.action.completer.complete$1(0, null); }, - $signature: 260 + $signature: 328 }; Q._saveDocument__closure22.prototype = { call$1: function(error) { @@ -313681,7 +311993,7 @@ b.get$_client_state$_$this()._client_state$_cancelCompleter = t3; return b; }, - $signature: 939 + $signature: 937 }; S.forceSelectedReducer_closure167.prototype = { call$2: function(completer, action) { @@ -313689,7 +312001,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 940 + $signature: 938 }; S.forceSelectedReducer_closure168.prototype = { call$2: function(completer, action) { @@ -313697,7 +312009,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 941 + $signature: 939 }; S.forceSelectedReducer_closure169.prototype = { call$2: function(completer, action) { @@ -313705,7 +312017,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 942 + $signature: 940 }; S.forceSelectedReducer_closure170.prototype = { call$2: function(completer, action) { @@ -313713,7 +312025,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 943 + $signature: 941 }; S.forceSelectedReducer_closure171.prototype = { call$2: function(completer, action) { @@ -313721,7 +312033,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 944 + $signature: 942 }; S.forceSelectedReducer_closure172.prototype = { call$2: function(completer, action) { @@ -313729,7 +312041,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 945 + $signature: 943 }; S.forceSelectedReducer_closure173.prototype = { call$2: function(completer, action) { @@ -313737,7 +312049,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 946 + $signature: 944 }; S.forceSelectedReducer_closure174.prototype = { call$2: function(completer, action) { @@ -313745,7 +312057,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 947 + $signature: 945 }; S.tabIndexReducer_closure21.prototype = { call$2: function(completer, action) { @@ -313753,7 +312065,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 948 + $signature: 946 }; S.tabIndexReducer_closure22.prototype = { call$2: function(completer, action) { @@ -313761,7 +312073,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 91 + $signature: 93 }; S.saveCompleterReducer_closure1.prototype = { call$2: function(completer, action) { @@ -313769,7 +312081,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 668 + $signature: 510 }; S.cancelCompleterReducer_closure1.prototype = { call$2: function(completer, action) { @@ -313777,7 +312089,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 668 + $signature: 510 }; S.editingContactReducer_closure.prototype = { call$2: function(contact, action) { @@ -313788,7 +312100,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 951 + $signature: 949 }; S.editingContactReducer_closure0.prototype = { call$2: function(contact, action) { @@ -313797,7 +312109,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 952 + $signature: 950 }; S.selectedIdReducer_closure335.prototype = { call$2: function(completer, action) { @@ -313805,7 +312117,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 953 + $signature: 951 }; S.selectedIdReducer_closure336.prototype = { call$2: function(completer, action) { @@ -313813,7 +312125,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 954 + $signature: 952 }; S.selectedIdReducer_closure337.prototype = { call$2: function(selectedId, action) { @@ -313829,7 +312141,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 956 + $signature: 954 }; S.selectedIdReducer_closure339.prototype = { call$2: function(selectedId, action) { @@ -313837,7 +312149,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 957 + $signature: 955 }; S.selectedIdReducer_closure340.prototype = { call$2: function(selectedId, action) { @@ -313845,7 +312157,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 958 + $signature: 956 }; S.selectedIdReducer_closure341.prototype = { call$2: function(selectedId, action) { @@ -313853,7 +312165,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 51 }; S.selectedIdReducer_closure342.prototype = { call$2: function(selectedId, action) { @@ -313869,7 +312181,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 961 + $signature: 959 }; S.selectedIdReducer_closure344.prototype = { call$2: function(selectedId, action) { @@ -313877,7 +312189,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 962 + $signature: 960 }; S.selectedIdReducer_closure345.prototype = { call$2: function(selectedId, action) { @@ -313885,7 +312197,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 963 + $signature: 961 }; S.selectedIdReducer_closure346.prototype = { call$2: function(selectedId, action) { @@ -313893,7 +312205,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 964 + $signature: 962 }; S.selectedIdReducer_closure347.prototype = { call$2: function(selectedId, action) { @@ -313901,7 +312213,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 965 + $signature: 963 }; S.selectedIdReducer_closure348.prototype = { call$2: function(selectedId, action) { @@ -313909,7 +312221,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 966 + $signature: 964 }; S.selectedIdReducer_closure349.prototype = { call$2: function(selectedId, action) { @@ -313917,7 +312229,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 967 + $signature: 965 }; S.selectedIdReducer_closure350.prototype = { call$2: function(selectedId, action) { @@ -313925,7 +312237,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 147 + $signature: 153 }; S.selectedIdReducer_closure351.prototype = { call$2: function(selectedId, action) { @@ -313940,7 +312252,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 72 + $signature: 67 }; S.editingReducer_closure112.prototype = { call$2: function(client, action) { @@ -313948,7 +312260,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 970 + $signature: 968 }; S.editingReducer_closure113.prototype = { call$2: function(client, action) { @@ -313956,7 +312268,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 971 + $signature: 969 }; S.editingReducer_closure114.prototype = { call$2: function(clients, action) { @@ -313964,7 +312276,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 972 + $signature: 970 }; S.editingReducer_closure115.prototype = { call$2: function(clients, action) { @@ -313972,7 +312284,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 973 + $signature: 971 }; S.editingReducer_closure116.prototype = { call$2: function(clients, action) { @@ -313980,7 +312292,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 974 + $signature: 972 }; S.editingReducer_closure117.prototype = { call$2: function(client, action) { @@ -313988,7 +312300,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 975 + $signature: 973 }; S.editingReducer_closure118.prototype = { call$2: function(client, action) { @@ -313996,7 +312308,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 976 + $signature: 974 }; S.editingReducer__closure48.prototype = { call$1: function(b) { @@ -314011,7 +312323,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 977 + $signature: 975 }; S.editingReducer__closure47.prototype = { call$1: function(b) { @@ -314029,7 +312341,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 978 + $signature: 976 }; S.editingReducer__closure46.prototype = { call$1: function(b) { @@ -314046,7 +312358,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 979 + $signature: 977 }; S.editingReducer__closure45.prototype = { call$1: function(b) { @@ -314067,7 +312379,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 980 + $signature: 978 }; S.editingReducer_closure123.prototype = { call$2: function(client, action) { @@ -314076,7 +312388,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 981 + $signature: 979 }; S.editingReducer_closure124.prototype = { call$2: function(client, action) { @@ -314085,7 +312397,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 982 + $signature: 980 }; S.editingReducer_closure125.prototype = { call$2: function(client, action) { @@ -314094,7 +312406,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 983 + $signature: 981 }; S._viewClientList_closure.prototype = { call$1: function(b) { @@ -314279,7 +312591,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 371 + $signature: 341 }; S._deleteClientSuccess_closure.prototype = { call$1: function(b) { @@ -314301,7 +312613,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 371 + $signature: 341 }; S._restoreClientSuccess_closure.prototype = { call$1: function(b) { @@ -314323,7 +312635,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 371 + $signature: 341 }; S._addClient_closure.prototype = { call$1: function(b) { @@ -314336,7 +312648,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 287 + $signature: 309 }; S._addClient__closure.prototype = { call$1: function(b) { @@ -314353,7 +312665,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new S._updateClient__closure())); return b; }, - $signature: 287 + $signature: 309 }; S._updateClient__closure.prototype = { call$1: function(b) { @@ -314370,7 +312682,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new S._setLoadedClient__closure())); return b; }, - $signature: 287 + $signature: 309 }; S._setLoadedClient__closure.prototype = { call$1: function(b) { @@ -314384,7 +312696,7 @@ call$4: function(clientMap, clientList, userMap, staticState) { return G.dropdownClientsSelector(clientMap, clientList, userMap, staticState); }, - $signature: 987 + $signature: 985 }; G.dropdownClientsSelector_closure.prototype = { call$1: function(clientId) { @@ -314405,7 +312717,7 @@ call$2: function(userId, clientMap) { return G.clientStatsForUser(userId, clientMap); }, - $signature: 649 + $signature: 509 }; G.clientStatsForUser_closure.prototype = { call$2: function(clientId, client) { @@ -314415,13 +312727,13 @@ else if (client.isDeleted) ++this._box_0.countArchived; }, - $signature: 213 + $signature: 209 }; G.memoizedFilteredClientList_closure.prototype = { call$7: function(selectionState, clientMap, clientList, groupMap, clientListState, userMap, staticState) { return G.filteredClientsSelector(selectionState, clientMap, clientList, groupMap, clientListState, userMap, staticState); }, - $signature: 991 + $signature: 989 }; G.filteredClientsSelector_closure.prototype = { call$1: function(clientId) { @@ -314470,7 +312782,7 @@ call$1: function(token) { return token.companyGatewayId === this.filterEntityId; }, - $signature: 741 + $signature: 508 }; G.filteredClientsSelector_closure0.prototype = { call$2: function(clientAId, clientBId) { @@ -314508,7 +312820,7 @@ call$1: function(item) { return item; }, - $signature: 994 + $signature: 992 }; F.ClientState_loadClients_closure.prototype = { call$1: function(b) { @@ -314523,7 +312835,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 287 + $signature: 309 }; F.ClientUIState.prototype = { get$isCreatingNew: function() { @@ -315103,7 +313415,7 @@ t3._group_state$_$v = t2; return b; }, - $signature: 995 + $signature: 993 }; T.userCompanyEntityReducer_closure.prototype = { call$2: function(userCompany, action) { @@ -315119,7 +313431,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 996 + $signature: 994 }; T.userCompanyEntityReducer__closure5.prototype = { call$1: function(b) { @@ -315128,7 +313440,7 @@ b.get$settings().get$reportSettings().$indexSet(0, t1.report, t2.rebuild$1(new T.userCompanyEntityReducer___closure(t1, t2))); return b; }, - $signature: 89 + $signature: 95 }; T.userCompanyEntityReducer___closure.prototype = { call$1: function(b) { @@ -315165,7 +313477,7 @@ b.get$_company_model$_$this()._sortTotalsIndex = t1; return b; }, - $signature: 644 + $signature: 506 }; T.userCompanyEntityReducer__closure6.prototype = { call$1: function(b) { @@ -315173,7 +313485,7 @@ b.get$settings().get$reportSettings().$indexSet(0, t1.report, A.ReportSettingsEntity_ReportSettingsEntity(t1.sortColumn, t1.sortTotalsIndex)); return b; }, - $signature: 89 + $signature: 95 }; T.userCompanyEntityReducer_closure0.prototype = { call$2: function(userCompany, action) { @@ -315181,7 +313493,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 999 + $signature: 997 }; T.userCompanyEntityReducer__closure4.prototype = { call$1: function(b) { @@ -315197,7 +313509,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 89 + $signature: 95 }; T.userCompanyEntityReducer_closure1.prototype = { call$2: function(userCompany, action) { @@ -315205,7 +313517,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1000 + $signature: 998 }; T.userCompanyEntityReducer__closure3.prototype = { call$1: function(b) { @@ -315216,7 +313528,7 @@ t1._user_model$_$v = t2; return b; }, - $signature: 89 + $signature: 95 }; T.userCompanyEntityReducer_closure2.prototype = { call$2: function(userCompany, action) { @@ -315224,7 +313536,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1001 + $signature: 999 }; T.userCompanyEntityReducer__closure2.prototype = { call$1: function(b) { @@ -315235,7 +313547,7 @@ t1._user_model$_$v = t2; return b; }, - $signature: 89 + $signature: 95 }; T.userCompanyEntityReducer_closure3.prototype = { call$2: function(userCompany, action) { @@ -315243,14 +313555,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1002 + $signature: 1000 }; T.userCompanyEntityReducer__closure1.prototype = { call$1: function(b) { b.get$user().get$_user_model$_$this()._isTwoFactorEnabled = false; return b; }, - $signature: 89 + $signature: 95 }; T.userCompanyEntityReducer_closure4.prototype = { call$2: function(userCompany, action) { @@ -315258,7 +313570,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1003 + $signature: 1001 }; T.userCompanyEntityReducer__closure0.prototype = { call$1: function(b) { @@ -315269,7 +313581,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 89 + $signature: 95 }; T.userCompanyEntityReducer_closure5.prototype = { call$2: function(userCompany, action) { @@ -315277,7 +313589,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1004 + $signature: 1002 }; T.userCompanyEntityReducer__closure.prototype = { call$1: function(b) { @@ -315286,7 +313598,7 @@ t1.get$_settings_model$_$this()._languageId = t2; return b; }, - $signature: 89 + $signature: 95 }; T.loadCompanySuccessReducer_closure.prototype = { call$1: function(b) { @@ -315296,7 +313608,7 @@ b.get$user().get$userCompany().get$notifications().replace$1(0, A.BuiltMap_BuiltMap(C.Map_empty0, type$.legacy_String, type$.legacy_BuiltList_legacy_String)); return b; }, - $signature: 89 + $signature: 95 }; T.loadCompanySuccessReducer_closure0.prototype = { call$1: function(b) { @@ -315306,7 +313618,7 @@ t1.get$expenseCategories().replace$1(0, H.setRuntimeTypeInfo([], type$.JSArray_legacy_ExpenseCategoryEntity)); return t1; }, - $signature: 1005 + $signature: 1003 }; T.loadCompanySuccessReducer_closure1.prototype = { call$1: function(b) { @@ -315317,7 +313629,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 89 + $signature: 95 }; T.saveCompanySuccessReducer_closure.prototype = { call$1: function(b) { @@ -315340,7 +313652,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 89 + $signature: 95 }; T.lastUpdatedReducer_closure.prototype = { call$2: function(state, action) { @@ -315348,7 +313660,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1006 + $signature: 1004 }; T.lastUpdatedReducer_closure0.prototype = { call$2: function(state, action) { @@ -315356,13 +313668,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1007 + $signature: 1005 }; U.memoizedDropdownExpenseCategoriesList_closure.prototype = { call$2: function(categoryMap, categoryList) { return U.dropdownExpenseCategoriesSelector(categoryMap, categoryList); }, - $signature: 1008 + $signature: 1006 }; U.dropdownExpenseCategoriesSelector_closure.prototype = { call$1: function(categoryId) { @@ -315383,13 +313695,13 @@ call$3: function(company, clientMap, groupMap) { return J.get$length$asx($.$get$memoizedGetCurrencyIds().call$3(company, clientMap, groupMap)) > 1; }, - $signature: 1009 + $signature: 1007 }; U.memoizedGetCurrencyIds_closure.prototype = { call$3: function(company, clientMap, groupMap) { return U.getCurrencyIds(company, clientMap, groupMap); }, - $signature: 1010 + $signature: 1008 }; U.getCurrencyIds_closure.prototype = { call$2: function(clientId, client) { @@ -315405,37 +313717,37 @@ this.currencyIds.push(currencyId); } }, - $signature: 213 + $signature: 209 }; U.memoizedFilteredSelector_closure.prototype = { call$2: function(filter, state) { return U.filteredSelector(filter, state); }, - $signature: 1011 + $signature: 1009 }; U.filteredSelector_closure.prototype = { call$1: function(productId) { return J.$index$asx(this.state.productState.map._map$_map, productId); }, - $signature: 245 + $signature: 303 }; U.filteredSelector_closure0.prototype = { call$1: function(product) { return product.matchesFilter$1(this.filter); }, - $signature: 1013 + $signature: 1011 }; U.filteredSelector_closure1.prototype = { call$1: function(clientId) { return J.$index$asx(this.state.clientState.map._map$_map, clientId); }, - $signature: 247 + $signature: 287 }; U.filteredSelector_closure2.prototype = { call$1: function(client) { return client.matchesFilter$1(this.filter); }, - $signature: 1014 + $signature: 1012 }; U.filteredSelector_closure3.prototype = { call$1: function(quoteId) { @@ -315447,43 +313759,43 @@ call$1: function(quote) { return quote.matchesFilter$1(this.filter); }, - $signature: 200 + $signature: 199 }; U.filteredSelector_closure5.prototype = { call$1: function(paymentId) { return J.$index$asx(this.state.paymentState.map._map$_map, paymentId); }, - $signature: 196 + $signature: 204 }; U.filteredSelector_closure6.prototype = { call$1: function(payment) { return payment.matchesFilter$1(this.filter); }, - $signature: 415 + $signature: 354 }; U.filteredSelector_closure7.prototype = { call$1: function(projectId) { return J.$index$asx(this.state.projectState.map._map$_map, projectId); }, - $signature: 256 + $signature: 297 }; U.filteredSelector_closure8.prototype = { call$1: function(project) { return project.matchesFilter$1(this.filter); }, - $signature: 1020 + $signature: 1018 }; U.filteredSelector_closure9.prototype = { call$1: function(taskId) { return J.$index$asx(this.state.taskState.map._map$_map, taskId); }, - $signature: 222 + $signature: 226 }; U.filteredSelector_closure10.prototype = { call$1: function(task) { return task.matchesFilter$1(this.filter); }, - $signature: 1022 + $signature: 1020 }; U.filteredSelector_closure11.prototype = { call$1: function(invoiceId) { @@ -315495,13 +313807,13 @@ call$1: function(invoice) { return invoice.matchesFilter$1(this.filter); }, - $signature: 200 + $signature: 199 }; U.filteredSelector_closure13.prototype = { call$2: function(entityA, entityB) { return J.compareTo$1$ns(entityA.get$listDisplayName(), entityB.get$listDisplayName()); }, - $signature: 636 + $signature: 505 }; B.UserCompanyState.prototype = { get$company: function() { @@ -316848,7 +315160,7 @@ call$1: function(companyGateway) { return companyGateway.get$id(companyGateway); }, - $signature: 43 + $signature: 42 }; Q.handleCompanyGatewayAction_closure0.prototype = { call$1: function(value) { @@ -316960,14 +315272,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).companyGatewayState.map._map$_map, id); }, - $signature: 267 + $signature: 295 }; L._archiveCompanyGateway__closure0.prototype = { call$1: function(companyGateways) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.ArchiveCompanyGatewaySuccess(companyGateways)); this.action.completer.complete$1(0, null); }, - $signature: 396 + $signature: 360 }; L._archiveCompanyGateway__closure1.prototype = { call$1: function(error) { @@ -316998,14 +315310,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).companyGatewayState.map._map$_map, id); }, - $signature: 267 + $signature: 295 }; L._deleteCompanyGateway__closure0.prototype = { call$1: function(companyGateways) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.DeleteCompanyGatewaySuccess(companyGateways)); this.action.completer.complete$1(0, null); }, - $signature: 396 + $signature: 360 }; L._deleteCompanyGateway__closure1.prototype = { call$1: function(error) { @@ -317036,14 +315348,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).companyGatewayState.map._map$_map, id); }, - $signature: 267 + $signature: 295 }; L._restoreCompanyGateway__closure0.prototype = { call$1: function(companyGateways) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.RestoreCompanyGatewaySuccess(companyGateways)); this.action.completer.complete$1(0, null); }, - $signature: 396 + $signature: 360 }; L._restoreCompanyGateway__closure1.prototype = { call$1: function(error) { @@ -317068,7 +315380,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.DisconnectCompanyGatewaySuccess()); this.action.completer.complete$1(0, null); }, - $signature: 74 + $signature: 83 }; L._disconnectCompanyGateway__closure0.prototype = { call$1: function(error) { @@ -317098,7 +315410,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new Q.SaveCompanyGatewaySuccess(companyGateway)); t1.completer.complete$1(0, companyGateway); }, - $signature: 242 + $signature: 293 }; L._saveCompanyGateway__closure0.prototype = { call$1: function(error) { @@ -317127,7 +315439,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.LoadCompanyGatewaySuccess(companyGateway)); this.action.completer.complete$1(0, null); }, - $signature: 242 + $signature: 293 }; L._loadCompanyGateway__closure0.prototype = { call$1: function(error) { @@ -317158,7 +315470,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1028 + $signature: 1026 }; L._loadCompanyGateways__closure0.prototype = { call$1: function(error) { @@ -317191,7 +315503,7 @@ b.get$_company_gateway_state$_$this()._company_gateway_state$_forceSelected = t3; return b; }, - $signature: 1029 + $signature: 1027 }; N.forceSelectedReducer_closure59.prototype = { call$2: function(completer, action) { @@ -317199,7 +315511,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1030 + $signature: 1028 }; N.forceSelectedReducer_closure60.prototype = { call$2: function(completer, action) { @@ -317207,7 +315519,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1031 + $signature: 1029 }; N.forceSelectedReducer_closure61.prototype = { call$2: function(completer, action) { @@ -317215,7 +315527,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1032 + $signature: 1030 }; N.forceSelectedReducer_closure62.prototype = { call$2: function(completer, action) { @@ -317223,7 +315535,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1033 + $signature: 1031 }; N.forceSelectedReducer_closure63.prototype = { call$2: function(completer, action) { @@ -317231,7 +315543,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1034 + $signature: 1032 }; N.forceSelectedReducer_closure64.prototype = { call$2: function(completer, action) { @@ -317239,7 +315551,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1035 + $signature: 1033 }; N.forceSelectedReducer_closure65.prototype = { call$2: function(completer, action) { @@ -317247,7 +315559,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1036 + $signature: 1034 }; N.forceSelectedReducer_closure66.prototype = { call$2: function(completer, action) { @@ -317255,7 +315567,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1037 + $signature: 1035 }; N.selectedIdReducer_closure119.prototype = { call$2: function(completer, action) { @@ -317263,7 +315575,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1038 + $signature: 1036 }; N.selectedIdReducer_closure120.prototype = { call$2: function(completer, action) { @@ -317271,7 +315583,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1039 + $signature: 1037 }; N.selectedIdReducer_closure121.prototype = { call$2: function(selectedId, action) { @@ -317287,7 +315599,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1040 + $signature: 1038 }; N.selectedIdReducer_closure123.prototype = { call$2: function(selectedId, action) { @@ -317295,7 +315607,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1041 + $signature: 1039 }; N.selectedIdReducer_closure124.prototype = { call$2: function(selectedId, action) { @@ -317303,7 +315615,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 51 }; N.selectedIdReducer_closure125.prototype = { call$2: function(selectedId, action) { @@ -317319,7 +315631,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1042 + $signature: 1040 }; N.selectedIdReducer_closure127.prototype = { call$2: function(selectedId, action) { @@ -317327,7 +315639,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1043 + $signature: 1041 }; N.selectedIdReducer_closure128.prototype = { call$2: function(selectedId, action) { @@ -317335,7 +315647,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1044 + $signature: 1042 }; N.selectedIdReducer_closure129.prototype = { call$2: function(selectedId, action) { @@ -317343,7 +315655,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1045 + $signature: 1043 }; N.selectedIdReducer_closure130.prototype = { call$2: function(selectedId, action) { @@ -317351,7 +315663,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1046 + $signature: 1044 }; N.selectedIdReducer_closure131.prototype = { call$2: function(selectedId, action) { @@ -317359,7 +315671,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1047 + $signature: 1045 }; N.selectedIdReducer_closure132.prototype = { call$2: function(selectedId, action) { @@ -317367,7 +315679,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1048 + $signature: 1046 }; N.selectedIdReducer_closure133.prototype = { call$2: function(selectedId, action) { @@ -317382,7 +315694,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 72 + $signature: 67 }; N.editingReducer_closure35.prototype = { call$2: function(companyGateways, action) { @@ -317390,7 +315702,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1049 + $signature: 1047 }; N.editingReducer_closure36.prototype = { call$2: function(companyGateways, action) { @@ -317398,7 +315710,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1050 + $signature: 1048 }; N.editingReducer_closure37.prototype = { call$2: function(companyGateways, action) { @@ -317406,7 +315718,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1051 + $signature: 1049 }; N.editingReducer_closure38.prototype = { call$2: function(companyGateway, action) { @@ -317414,14 +315726,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1052 + $signature: 1050 }; N.editingReducer__closure13.prototype = { call$1: function(b) { b.get$_company_gateway_model$_$this()._company_gateway_model$_isChanged = true; return b; }, - $signature: 45 + $signature: 44 }; N._filterCompanyGatewaysByCustom1_closure.prototype = { call$1: function(b) { @@ -317561,7 +315873,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 392 + $signature: 362 }; N._deleteCompanyGatewaySuccess_closure.prototype = { call$1: function(b) { @@ -317583,7 +315895,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 392 + $signature: 362 }; N._restoreCompanyGatewaySuccess_closure.prototype = { call$1: function(b) { @@ -317605,7 +315917,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 392 + $signature: 362 }; N._addCompanyGateway_closure.prototype = { call$1: function(b) { @@ -317618,7 +315930,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 171 + $signature: 172 }; N._addCompanyGateway__closure.prototype = { call$1: function(b) { @@ -317626,7 +315938,7 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_loadedAt = t1; return b; }, - $signature: 45 + $signature: 44 }; N._updateCompanyGateway_closure.prototype = { call$1: function(b) { @@ -317635,7 +315947,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new N._updateCompanyGateway__closure())); return b; }, - $signature: 171 + $signature: 172 }; N._updateCompanyGateway__closure.prototype = { call$1: function(b) { @@ -317643,7 +315955,7 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_loadedAt = t1; return b; }, - $signature: 45 + $signature: 44 }; N._setLoadedCompanyGateway_closure.prototype = { call$1: function(b) { @@ -317652,7 +315964,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new N._setLoadedCompanyGateway__closure())); return b; }, - $signature: 171 + $signature: 172 }; N._setLoadedCompanyGateway__closure.prototype = { call$1: function(b) { @@ -317660,14 +315972,14 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_loadedAt = t1; return b; }, - $signature: 45 + $signature: 44 }; N._setLoadedCompany_closure1.prototype = { call$1: function(b) { b.get$map(b).addAll$1(0, P.LinkedHashMap_LinkedHashMap$fromIterable(this.action.userCompany.company.companyGateways, new N._setLoadedCompany__closure1(), new N._setLoadedCompany__closure2(), type$.legacy_String, type$.legacy_CompanyGatewayEntity)); return b; }, - $signature: 171 + $signature: 172 }; N._setLoadedCompany__closure1.prototype = { call$1: function(item) { @@ -317679,7 +315991,7 @@ call$1: function(item) { return item; }, - $signature: 625 + $signature: 503 }; N._setLoadedCompany_closure2.prototype = { call$1: function(b) { @@ -317688,14 +316000,14 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 171 + $signature: 172 }; N._setLoadedCompanyGateways_closure.prototype = { call$1: function(b) { b.get$map(b).addAll$1(0, P.LinkedHashMap_LinkedHashMap$fromIterable(this.action.companyGateways, new N._setLoadedCompanyGateways__closure(), new N._setLoadedCompanyGateways__closure0(), type$.legacy_String, type$.legacy_CompanyGatewayEntity)); return b; }, - $signature: 171 + $signature: 172 }; N._setLoadedCompanyGateways__closure.prototype = { call$1: function(item) { @@ -317707,7 +316019,7 @@ call$1: function(item) { return item; }, - $signature: 625 + $signature: 503 }; N._setLoadedCompanyGateways_closure0.prototype = { call$1: function(b) { @@ -317716,13 +316028,13 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 171 + $signature: 172 }; T.memoizedFilteredCompanyGatewayList_closure.prototype = { call$5: function(companyGatewayMap, companyGatewayList, companyGatewayListState, companyGatewayIds, includeAll) { return T.filteredCompanyGatewaysSelector(companyGatewayMap, companyGatewayList, companyGatewayListState, companyGatewayIds, includeAll); }, - $signature: 1056 + $signature: 1054 }; T.filteredCompanyGatewaysSelector_closure.prototype = { call$1: function(companyGatewayId) { @@ -317757,7 +316069,7 @@ call$2: function(companyGatewayId, paymentMap) { return T.calculateCompanyGatewayProcessed(companyGatewayId, paymentMap); }, - $signature: 1057 + $signature: 1055 }; T.calculateCompanyGatewayProcessed_closure.prototype = { call$2: function(paymentId, payment) { @@ -317767,13 +316079,13 @@ t1.total = t1.total + payment.get$completedAmount() * payment.exchangeRate; } }, - $signature: 192 + $signature: 208 }; T.memoizedClientStatsForCompanyGateway_closure.prototype = { call$2: function(companyGatewayId, clientMap) { return T.clientStatsForCompanyGateway(companyGatewayId, clientMap); }, - $signature: 649 + $signature: 509 }; T.clientStatsForCompanyGateway_closure.prototype = { call$2: function(clientId, client) { @@ -317784,19 +316096,19 @@ else if (client.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 213 + $signature: 209 }; T.clientStatsForCompanyGateway__closure.prototype = { call$1: function(token) { return token.companyGatewayId === this.companyGatewayId; }, - $signature: 741 + $signature: 508 }; T.memoizedPaymentStatsForCompanyGateway_closure.prototype = { call$2: function(companyGatewayId, paymentMap) { return T.paymentStatsForCompanyGateway(companyGatewayId, paymentMap); }, - $signature: 1059 + $signature: 1057 }; T.paymentStatsForCompanyGateway_closure.prototype = { call$2: function(paymentId, payment) { @@ -317806,7 +316118,7 @@ else if (payment.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 192 + $signature: 208 }; T.getUnconnectedStripeAccount_closure.prototype = { call$2: function(id, gateway) { @@ -317817,7 +316129,7 @@ this._box_0.unconnectedGateway = gateway; } }, - $signature: 1060 + $signature: 1058 }; U.CompanyGatewayState.prototype = { $get$1: function(_, companyGatewayId) { @@ -318355,7 +316667,7 @@ call$1: function(credit) { return credit.get$id(credit); }, - $signature: 43 + $signature: 42 }; E.handleCreditAction_closure0.prototype = { call$1: function(element) { @@ -318420,7 +316732,7 @@ var t1 = credit.id; return F.PaymentableEntity_PaymentableEntity(credit.statusId !== "1" ? credit.balance : credit.amount, t1, null); }, - $signature: 622 + $signature: 502 }; E.StartCreditMultiselect.prototype = {}; E.AddToCreditMultiselect.prototype = {}; @@ -318597,7 +316909,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.ArchiveCreditsSuccess(credits)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 43 }; X._archiveCredit__closure1.prototype = { call$1: function(error) { @@ -318635,7 +316947,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.DeleteCreditsSuccess(credits)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 43 }; X._deleteCredit__closure1.prototype = { call$1: function(error) { @@ -318673,7 +316985,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.RestoreCreditsSuccess(credits)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 43 }; X._restoreCredit__closure1.prototype = { call$1: function(error) { @@ -318698,7 +317010,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.MarkSentCreditSuccess(credits)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 43 }; X._markSentCredit__closure0.prototype = { call$1: function(error) { @@ -318730,7 +317042,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.EmailCreditSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 74 + $signature: 83 }; X._emailCredit__closure0.prototype = { call$1: function(error) { @@ -318775,7 +317087,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new E.SaveCreditSuccess(credit)); t1.completer.complete$1(0, credit); }, - $signature: 71 + $signature: 66 }; X._saveCredit__closure1.prototype = { call$1: function(error) { @@ -318804,7 +317116,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 71 + $signature: 66 }; X._loadCredit__closure0.prototype = { call$1: function(error) { @@ -318837,7 +317149,7 @@ this.action.toString; J.$index$asx(t1.get$_dispatchers(), 0).call$1(new M.LoadProjects()); }, - $signature: 320 + $signature: 286 }; X._loadCredits__closure0.prototype = { call$1: function(error) { @@ -318862,7 +317174,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.DownloadCreditsSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 43 }; X._downloadCredits__closure0.prototype = { call$1: function(error) { @@ -318887,7 +317199,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.BulkEmailCreditsSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 43 }; X._bulkEmailCredits__closure0.prototype = { call$1: function(error) { @@ -318925,7 +317237,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.SaveCreditSuccess(credit)); this.action.completer.complete$1(0, null); }, - $signature: 71 + $signature: 66 }; X._saveDocument__closure2.prototype = { call$1: function(error) { @@ -318961,7 +317273,7 @@ b.get$_credit_state$_$this()._credit_state$_historyActivityId = t3; return b; }, - $signature: 1066 + $signature: 1064 }; Q.forceSelectedReducer_closure79.prototype = { call$2: function(completer, action) { @@ -318969,7 +317281,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1067 + $signature: 1065 }; Q.forceSelectedReducer_closure80.prototype = { call$2: function(completer, action) { @@ -318977,7 +317289,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1068 + $signature: 1066 }; Q.forceSelectedReducer_closure81.prototype = { call$2: function(completer, action) { @@ -318985,7 +317297,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1069 + $signature: 1067 }; Q.forceSelectedReducer_closure82.prototype = { call$2: function(completer, action) { @@ -318993,7 +317305,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1070 + $signature: 1068 }; Q.forceSelectedReducer_closure83.prototype = { call$2: function(completer, action) { @@ -319001,7 +317313,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1071 + $signature: 1069 }; Q.forceSelectedReducer_closure84.prototype = { call$2: function(completer, action) { @@ -319009,7 +317321,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1072 + $signature: 1070 }; Q.forceSelectedReducer_closure85.prototype = { call$2: function(completer, action) { @@ -319017,7 +317329,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1073 + $signature: 1071 }; Q.forceSelectedReducer_closure86.prototype = { call$2: function(completer, action) { @@ -319025,7 +317337,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1074 + $signature: 1072 }; Q.tabIndexReducer_closure11.prototype = { call$2: function(completer, action) { @@ -319033,7 +317345,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1075 + $signature: 1073 }; Q.tabIndexReducer_closure12.prototype = { call$2: function(completer, action) { @@ -319041,7 +317353,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 91 + $signature: 93 }; Q.historyActivityIdReducer_closure0.prototype = { call$2: function(index, action) { @@ -319049,7 +317361,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 618 + $signature: 501 }; Q.editingItemReducer_closure1.prototype = { call$2: function(index, action) { @@ -319058,7 +317370,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1077 + $signature: 1075 }; Q.editingItemReducer_closure2.prototype = { call$2: function(index, action) { @@ -319066,7 +317378,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1078 + $signature: 1076 }; Q.selectedIdReducer_closure160.prototype = { call$2: function(completer, action) { @@ -319074,7 +317386,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1079 + $signature: 1077 }; Q.selectedIdReducer_closure161.prototype = { call$2: function(completer, action) { @@ -319082,7 +317394,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1080 + $signature: 1078 }; Q.selectedIdReducer_closure162.prototype = { call$2: function(selectedId, action) { @@ -319098,7 +317410,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1081 + $signature: 1079 }; Q.selectedIdReducer_closure164.prototype = { call$2: function(selectedId, action) { @@ -319106,7 +317418,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1082 + $signature: 1080 }; Q.selectedIdReducer_closure165.prototype = { call$2: function(selectedId, action) { @@ -319114,7 +317426,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1083 + $signature: 1081 }; Q.selectedIdReducer_closure166.prototype = { call$2: function(selectedId, action) { @@ -319122,7 +317434,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 618 + $signature: 501 }; Q.selectedIdReducer_closure167.prototype = { call$2: function(selectedId, action) { @@ -319130,7 +317442,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 51 }; Q.selectedIdReducer_closure168.prototype = { call$2: function(selectedId, action) { @@ -319146,7 +317458,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1084 + $signature: 1082 }; Q.selectedIdReducer_closure170.prototype = { call$2: function(selectedId, action) { @@ -319154,7 +317466,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1085 + $signature: 1083 }; Q.selectedIdReducer_closure171.prototype = { call$2: function(selectedId, action) { @@ -319162,7 +317474,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1086 + $signature: 1084 }; Q.selectedIdReducer_closure172.prototype = { call$2: function(selectedId, action) { @@ -319170,7 +317482,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1087 + $signature: 1085 }; Q.selectedIdReducer_closure173.prototype = { call$2: function(selectedId, action) { @@ -319178,7 +317490,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1088 + $signature: 1086 }; Q.selectedIdReducer_closure174.prototype = { call$2: function(selectedId, action) { @@ -319186,7 +317498,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1089 + $signature: 1087 }; Q.selectedIdReducer_closure175.prototype = { call$2: function(selectedId, action) { @@ -319194,7 +317506,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1090 + $signature: 1088 }; Q.selectedIdReducer_closure176.prototype = { call$2: function(selectedId, action) { @@ -319202,7 +317514,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1091 + $signature: 1089 }; Q.selectedIdReducer_closure177.prototype = { call$2: function(selectedId, action) { @@ -319210,7 +317522,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 147 + $signature: 153 }; Q.selectedIdReducer_closure178.prototype = { call$2: function(selectedId, action) { @@ -319225,7 +317537,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 72 + $signature: 67 }; Q.editingReducer_closure47.prototype = { call$2: function(credit, action) { @@ -319233,7 +317545,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1092 + $signature: 1090 }; Q.editingReducer__closure22.prototype = { call$1: function(b) { @@ -319248,7 +317560,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 617 + $signature: 500 }; Q.editingReducer__closure21.prototype = { call$1: function(b) { @@ -319263,7 +317575,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1094 + $signature: 1092 }; Q.editingReducer_closure50.prototype = { call$2: function(invoice, action) { @@ -319271,7 +317583,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 615 + $signature: 499 }; Q.editingReducer__closure20.prototype = { call$1: function(b) { @@ -319286,7 +317598,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 613 + $signature: 498 }; Q.editingReducer__closure19.prototype = { call$1: function(b) { @@ -319301,7 +317613,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1097 + $signature: 1095 }; Q.editingReducer__closure18.prototype = { call$1: function(b) { @@ -319327,7 +317639,7 @@ call$1: function(contact) { return Q.InvitationEntity_InvitationEntity(contact.id); }, - $signature: 202 + $signature: 190 }; Q.editingReducer_closure53.prototype = { call$2: function(credits, action) { @@ -319335,7 +317647,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1098 + $signature: 1096 }; Q.editingReducer_closure54.prototype = { call$2: function(credits, action) { @@ -319343,7 +317655,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1099 + $signature: 1097 }; Q.editingReducer_closure55.prototype = { call$2: function(credits, action) { @@ -319351,7 +317663,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1100 + $signature: 1098 }; Q.editingReducer_closure56.prototype = { call$2: function(invoice, action) { @@ -319359,7 +317671,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1101 + $signature: 1099 }; Q.editingReducer__closure17.prototype = { call$1: function(b) { @@ -319379,7 +317691,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1102 + $signature: 1100 }; Q.editingReducer__closure16.prototype = { call$1: function(b) { @@ -319618,14 +317930,14 @@ call$1: function(item) { return item; }, - $signature: 164 + $signature: 175 }; Q._markSentCreditSuccess_closure.prototype = { call$1: function(b) { b.get$map(b).addAll$1(0, this.creditMap); return b; }, - $signature: 310 + $signature: 277 }; Q._archiveCreditSuccess_closure.prototype = { call$1: function(b) { @@ -319647,7 +317959,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 370 + $signature: 377 }; Q._deleteCreditSuccess_closure.prototype = { call$1: function(b) { @@ -319669,7 +317981,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 370 + $signature: 377 }; Q._restoreCreditSuccess_closure.prototype = { call$1: function(b) { @@ -319691,7 +318003,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 370 + $signature: 377 }; Q._addCredit_closure.prototype = { call$1: function(b) { @@ -319704,7 +318016,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 310 + $signature: 277 }; Q._addCredit__closure.prototype = { call$1: function(b) { @@ -319720,7 +318032,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new Q._updateCredit__closure())); return b; }, - $signature: 310 + $signature: 277 }; Q._updateCredit__closure.prototype = { call$1: function(b) { @@ -319734,7 +318046,7 @@ call$6: function(creditMap, clientMap, creditList, clientId, userMap, excludedIds) { return B.dropdownCreditSelector(creditMap, clientMap, creditList, clientId, userMap, excludedIds); }, - $signature: 1106 + $signature: 740 }; B.dropdownCreditSelector_closure.prototype = { call$1: function(creditId) { @@ -319774,7 +318086,7 @@ call$6: function(selectionState, creditMap, creditList, clientMap, creditListState, userMap) { return B.filteredCreditsSelector(selectionState, creditMap, creditList, clientMap, creditListState, userMap); }, - $signature: 609 + $signature: 496 }; B.filteredCreditsSelector_closure.prototype = { call$1: function(creditId) { @@ -319852,7 +318164,7 @@ call$2: function(designId, creditMap) { return B.creditStatsForDesign(designId, creditMap); }, - $signature: 81 + $signature: 80 }; B.creditStatsForDesign_closure.prototype = { call$2: function(creditId, credit) { @@ -319868,7 +318180,7 @@ call$2: function(clientId, creditMap) { return B.creditStatsForClient(clientId, creditMap); }, - $signature: 81 + $signature: 80 }; B.creditStatsForClient_closure.prototype = { call$2: function(creditId, credit) { @@ -319884,7 +318196,7 @@ call$2: function(userId, creditMap) { return B.creditStatsForUser(userId, creditMap); }, - $signature: 81 + $signature: 80 }; B.creditStatsForUser_closure.prototype = { call$2: function(creditId, credit) { @@ -319922,7 +318234,7 @@ call$1: function(item) { return item; }, - $signature: 164 + $signature: 175 }; G.CreditState_loadCredits_closure.prototype = { call$1: function(b) { @@ -319937,7 +318249,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 310 + $signature: 277 }; G.CreditUIState.prototype = { get$isCreatingNew: function() { @@ -320420,7 +318732,7 @@ b.get$_dashboard_state$_$this()._showSidebar = t3; return b; }, - $signature: 1110 + $signature: 1108 }; D.selectedEntitiesReducer_closure.prototype = { call$2: function(state, action) { @@ -320428,7 +318740,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1111 + $signature: 1109 }; D.selectedEntitiesReducer__closure0.prototype = { call$1: function(b) { @@ -320440,7 +318752,7 @@ b.$indexSet(0, t2, D.BuiltList_BuiltList$from(t1, type$.legacy_String)); return b; }, - $signature: 607 + $signature: 495 }; D.selectedEntitiesReducer_closure0.prototype = { call$2: function(state, action) { @@ -320448,14 +318760,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1113 + $signature: 1111 }; D.selectedEntitiesReducer__closure.prototype = { call$1: function(b) { J.clear$0$ax(b.get$_safeMap()); return b; }, - $signature: 607 + $signature: 495 }; D.selectedEntityTypeReducer_closure.prototype = { call$2: function(state, action) { @@ -320463,7 +318775,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1114 + $signature: 1112 }; D.showSidebarReducer_closure.prototype = { call$2: function(state, action) { @@ -320471,7 +318783,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1115 + $signature: 1113 }; D.dashboardSettingsReducer_closure.prototype = { call$1: function(b) { @@ -320493,14 +318805,14 @@ b.get$_dashboard_state$_$this()._offset = 0; return b; }, - $signature: 130 + $signature: 133 }; D.dashboardSettingsReducer_closure0.prototype = { call$1: function(b) { b.get$_dashboard_state$_$this()._includeTaxes = this.action.includeTaxes; return b; }, - $signature: 130 + $signature: 133 }; D.dashboardSettingsReducer_closure1.prototype = { call$1: function(b) { @@ -320508,14 +318820,14 @@ b.get$_dashboard_state$_$this()._offset = t1 + this.action.offset; return b; }, - $signature: 130 + $signature: 133 }; D.dashboardSettingsReducer_closure2.prototype = { call$1: function(b) { b.get$_dashboard_state$_$this()._dashboard_state$_currencyId = this.action.currencyId; return b; }, - $signature: 130 + $signature: 133 }; O.ChartDataGroup.prototype = { get$name: function(receiver) { @@ -320534,13 +318846,13 @@ call$5: function(currencyMap, company, settings, invoiceMap, clientMap) { return O._chartInvoices(clientMap, company, currencyMap, invoiceMap, settings); }, - $signature: 306 + $signature: 267 }; O.memoizedPreviousChartInvoices_closure.prototype = { call$5: function(currencyMap, company, settings, invoiceMap, clientMap) { return O._chartInvoices(clientMap, company, currencyMap, invoiceMap, settings); }, - $signature: 306 + $signature: 267 }; O._chartInvoices_closure.prototype = { call$2: function(int, invoice) { @@ -320616,13 +318928,13 @@ call$5: function(currencyMap, company, settings, quoteMap, clientMap) { return O.chartQuotes(clientMap, company, currencyMap, quoteMap, settings); }, - $signature: 306 + $signature: 267 }; O.memoizedPreviousChartQuotes_closure.prototype = { call$5: function(currencyMap, company, settings, quoteMap, clientMap) { return O.chartQuotes(clientMap, company, currencyMap, quoteMap, settings); }, - $signature: 306 + $signature: 267 }; O.chartQuotes_closure.prototype = { call$2: function(int, quote) { @@ -320697,13 +319009,13 @@ call$6: function(currencyMap, company, settings, invoiceMap, clientMap, paymentMap) { return O.chartPayments(currencyMap, company, settings, invoiceMap, clientMap, paymentMap); }, - $signature: 604 + $signature: 494 }; O.memoizedPreviousChartPayments_closure.prototype = { call$6: function(currencyMap, company, settings, invoiceMap, clientMap, paymentMap) { return O.chartPayments(currencyMap, company, settings, invoiceMap, clientMap, paymentMap); }, - $signature: 604 + $signature: 494 }; O.chartPayments_closure.prototype = { call$2: function(int, payment) { @@ -320767,19 +319079,19 @@ } } }, - $signature: 192 + $signature: 208 }; O.memoizedChartTasks_closure.prototype = { call$8: function(currencyMap, company, settings, taskMap, invoiceMap, projectMap, clientMap, groupMap) { return O.chartTasks(currencyMap, company, settings, taskMap, invoiceMap, projectMap, clientMap, groupMap); }, - $signature: 603 + $signature: 491 }; O.memoizedPreviousChartTasks_closure.prototype = { call$8: function(currencyMap, company, settings, taskMap, invoiceMap, projectMap, clientMap, groupMap) { return O.chartTasks(currencyMap, company, settings, taskMap, invoiceMap, projectMap, clientMap, groupMap); }, - $signature: 603 + $signature: 491 }; O.chartTasks_closure.prototype = { call$2: function(int, task) { @@ -320824,14 +319136,14 @@ } } }, - $signature: 131 + $signature: 134 }; O.chartTasks__closure.prototype = { call$1: function(taskTime) { var _this = this; taskTime.getParts$0().forEach$1(0, new O.chartTasks___closure(_this.totals, _this.loggedData, _this.invoicedData, _this.paidData, _this.company, _this.project, _this.client, _this.task, _this.group, _this.settings, _this.invoice, _this.currencyMap, _this.invoiceMap)); }, - $signature: 203 + $signature: 200 }; O.chartTasks___closure.prototype = { call$2: function(date, duration) { @@ -320889,7 +319201,7 @@ J.add$1$ax(_this.loggedData.entityMap.$index(0, date), t4.id); } }, - $signature: 1121 + $signature: 1119 }; O.chartExpenses_closure.prototype = { call$2: function(int, expense) { @@ -320985,19 +319297,19 @@ call$5: function(currencyMap, company, settings, invoiceMap, expenseMap) { return O.chartExpenses(currencyMap, company, settings, invoiceMap, expenseMap); }, - $signature: 600 + $signature: 490 }; O.memoizedPreviousChartExpenses_closure.prototype = { call$5: function(currencyMap, company, settings, invoiceMap, expenseMap) { return O.chartExpenses(currencyMap, company, settings, invoiceMap, expenseMap); }, - $signature: 600 + $signature: 490 }; A.memoizedUpcomingInvoices_closure.prototype = { call$2: function(invoiceMap, clientMap) { return A._upcomingInvoices(clientMap, invoiceMap); }, - $signature: 294 + $signature: 256 }; A._upcomingInvoices_closure.prototype = { call$2: function(index, invoice) { @@ -321020,13 +319332,13 @@ call$2: function(invoiceA, invoiceB) { return C.JSString_methods.compareTo$1(invoiceA.dueDate, invoiceB.dueDate); }, - $signature: 286 + $signature: 250 }; A.memoizedPastDueInvoices_closure.prototype = { call$2: function(invoiceMap, clientMap) { return A._pastDueInvoices(clientMap, invoiceMap); }, - $signature: 294 + $signature: 256 }; A._pastDueInvoices_closure.prototype = { call$2: function(index, invoice) { @@ -321049,13 +319361,13 @@ call$2: function(invoiceA, invoiceB) { return C.JSString_methods.compareTo$1(invoiceA.dueDate, invoiceB.dueDate); }, - $signature: 286 + $signature: 250 }; A.memoizedRecentPayments_closure.prototype = { call$2: function(paymentMap, clientMap) { return A._recentPayments(clientMap, paymentMap); }, - $signature: 1126 + $signature: 1124 }; A._recentPayments_closure.prototype = { call$2: function(index, payment) { @@ -321067,7 +319379,7 @@ if (!payment.get$isArchived() && !payment.isDeleted && payment.createdAt > this.threeMonthsAgo) this.payments.push(payment); }, - $signature: 192 + $signature: 208 }; A._recentPayments_closure0.prototype = { call$2: function(paymentA, paymentB) { @@ -321078,13 +319390,13 @@ else return J.compareTo$1$ns(t2, t1); }, - $signature: 1127 + $signature: 1125 }; A.memoizedUpcomingQuotes_closure.prototype = { call$2: function(quoteMap, clientMap) { return A._upcomingQuotes(clientMap, quoteMap); }, - $signature: 294 + $signature: 256 }; A._upcomingQuotes_closure.prototype = { call$2: function(index, quote) { @@ -321102,13 +319414,13 @@ call$2: function(quoteA, quoteB) { return C.JSString_methods.compareTo$1(quoteA.dueDate, quoteB.dueDate); }, - $signature: 286 + $signature: 250 }; A.memoizedExpiredQuotes_closure.prototype = { call$2: function(quoteMap, clientMap) { return A._expiredQuotes(clientMap, quoteMap); }, - $signature: 294 + $signature: 256 }; A._expiredQuotes_closure.prototype = { call$2: function(index, quote) { @@ -321126,13 +319438,13 @@ call$2: function(quoteA, quoteB) { return C.JSString_methods.compareTo$1(quoteA.dueDate, quoteB.dueDate); }, - $signature: 286 + $signature: 250 }; A.memoizedRunningTasks_closure.prototype = { call$2: function(taskMap, clientMap) { return A._runningTasks(clientMap, taskMap); }, - $signature: 597 + $signature: 489 }; A._runningTasks_closure.prototype = { call$2: function(index, task) { @@ -321144,7 +319456,7 @@ if (task.get$isRunning()) this.tasks.push(task); }, - $signature: 131 + $signature: 134 }; A._runningTasks_closure0.prototype = { call$2: function(taskA, taskB) { @@ -321152,13 +319464,13 @@ t2 = taskA.updatedAt; return C.JSInt_methods.compareTo$1(t1, t2); }, - $signature: 404 + $signature: 393 }; A.memoizedRecentTasks_closure.prototype = { call$2: function(taskMap, clientMap) { return A._recentTasks(clientMap, taskMap); }, - $signature: 597 + $signature: 489 }; A._recentTasks_closure.prototype = { call$2: function(index, task) { @@ -321170,7 +319482,7 @@ if (!task.get$isRunning()) this.tasks.push(task); }, - $signature: 131 + $signature: 134 }; A._recentTasks_closure0.prototype = { call$2: function(taskA, taskB) { @@ -321178,13 +319490,13 @@ t2 = taskA.updatedAt; return C.JSInt_methods.compareTo$1(t1, t2); }, - $signature: 404 + $signature: 393 }; A.memoizedRecentExpenses_closure.prototype = { call$2: function(expenseMap, clientMap) { return A._recentExpenses(clientMap, expenseMap); }, - $signature: 1130 + $signature: 1128 }; A._recentExpenses_closure.prototype = { call$2: function(index, expense) { @@ -321206,7 +319518,7 @@ t2 = expenseB.date; return C.JSString_methods.compareTo$1(t1, t2 == null ? "" : t2); }, - $signature: 595 + $signature: 488 }; Y.DashboardUIState.prototype = {}; Y.DashboardUISettings.prototype = { @@ -321652,35 +319964,35 @@ call$1: function(design) { return design.get$id(design); }, - $signature: 43 + $signature: 42 }; N.handleDesignAction_closure0.prototype = { call$1: function(b) { var t1 = this.design.id; return b.get$_invoice_model$_$this()._designId = t1; }, - $signature: 148 + $signature: 156 }; N.handleDesignAction_closure1.prototype = { call$1: function(b) { var t1 = this.design.id; return b.get$_invoice_model$_$this()._designId = t1; }, - $signature: 148 + $signature: 156 }; N.handleDesignAction_closure2.prototype = { call$1: function(b) { var t1 = this.design.id; return b.get$_invoice_model$_$this()._designId = t1; }, - $signature: 148 + $signature: 156 }; N.handleDesignAction_closure3.prototype = { call$1: function(b) { var t1 = this.design.id; return b.get$_invoice_model$_$this()._designId = t1; }, - $signature: 148 + $signature: 156 }; N.StartDesignMultiselect.prototype = {}; N.AddToDesignMultiselect.prototype = {}; @@ -321771,14 +320083,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).designState.map._map$_map, id); }, - $signature: 313 + $signature: 243 }; V._archiveDesign__closure0.prototype = { call$1: function(designs) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.ArchiveDesignsSuccess(designs)); this.action.completer.complete$1(0, null); }, - $signature: 413 + $signature: 397 }; V._archiveDesign__closure1.prototype = { call$1: function(error) { @@ -321809,14 +320121,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).designState.map._map$_map, id); }, - $signature: 313 + $signature: 243 }; V._deleteDesign__closure0.prototype = { call$1: function(designs) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.DeleteDesignsSuccess(designs)); this.action.completer.complete$1(0, null); }, - $signature: 413 + $signature: 397 }; V._deleteDesign__closure1.prototype = { call$1: function(error) { @@ -321847,14 +320159,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).designState.map._map$_map, id); }, - $signature: 313 + $signature: 243 }; V._restoreDesign__closure0.prototype = { call$1: function(designs) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.RestoreDesignsSuccess(designs)); this.action.completer.complete$1(0, null); }, - $signature: 413 + $signature: 397 }; V._restoreDesign__closure1.prototype = { call$1: function(error) { @@ -321884,7 +320196,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new N.SaveDesignSuccess(design)); t1.completer.complete$1(0, design); }, - $signature: 156 + $signature: 151 }; V._saveDesign__closure0.prototype = { call$1: function(error) { @@ -321912,7 +320224,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.LoadDesignSuccess(design)); this.action.completer.complete$1(0, null); }, - $signature: 156 + $signature: 151 }; V._loadDesign__closure0.prototype = { call$1: function(error) { @@ -321943,7 +320255,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1136 + $signature: 1134 }; V._loadDesigns__closure0.prototype = { call$1: function(error) { @@ -321976,7 +320288,7 @@ b.get$_design_state$_$this()._design_state$_forceSelected = t3; return b; }, - $signature: 1137 + $signature: 1135 }; U.forceSelectedReducer_closure87.prototype = { call$2: function(completer, action) { @@ -321984,7 +320296,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1138 + $signature: 1136 }; U.forceSelectedReducer_closure88.prototype = { call$2: function(completer, action) { @@ -321992,7 +320304,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1139 + $signature: 1137 }; U.forceSelectedReducer_closure89.prototype = { call$2: function(completer, action) { @@ -322000,7 +320312,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1140 + $signature: 1138 }; U.forceSelectedReducer_closure90.prototype = { call$2: function(completer, action) { @@ -322008,7 +320320,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1141 + $signature: 1139 }; U.forceSelectedReducer_closure91.prototype = { call$2: function(completer, action) { @@ -322016,7 +320328,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1142 + $signature: 1140 }; U.forceSelectedReducer_closure92.prototype = { call$2: function(completer, action) { @@ -322024,7 +320336,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1143 + $signature: 1141 }; U.forceSelectedReducer_closure93.prototype = { call$2: function(completer, action) { @@ -322032,7 +320344,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1144 + $signature: 1142 }; U.forceSelectedReducer_closure94.prototype = { call$2: function(completer, action) { @@ -322040,7 +320352,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1145 + $signature: 1143 }; U.selectedIdReducer_closure179.prototype = { call$2: function(completer, action) { @@ -322048,7 +320360,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1146 + $signature: 1144 }; U.selectedIdReducer_closure180.prototype = { call$2: function(completer, action) { @@ -322056,7 +320368,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1147 + $signature: 1145 }; U.selectedIdReducer_closure181.prototype = { call$2: function(selectedId, action) { @@ -322072,7 +320384,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 79 + $signature: 74 }; U.selectedIdReducer_closure183.prototype = { call$2: function(selectedId, action) { @@ -322080,7 +320392,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 79 + $signature: 74 }; U.selectedIdReducer_closure184.prototype = { call$2: function(selectedId, action) { @@ -322088,7 +320400,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 51 }; U.selectedIdReducer_closure185.prototype = { call$2: function(selectedId, action) { @@ -322104,7 +320416,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1149 + $signature: 1147 }; U.selectedIdReducer_closure187.prototype = { call$2: function(selectedId, action) { @@ -322112,7 +320424,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1150 + $signature: 1148 }; U.selectedIdReducer_closure188.prototype = { call$2: function(selectedId, action) { @@ -322120,7 +320432,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1151 + $signature: 1149 }; U.selectedIdReducer_closure189.prototype = { call$2: function(selectedId, action) { @@ -322128,7 +320440,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1152 + $signature: 1150 }; U.selectedIdReducer_closure190.prototype = { call$2: function(selectedId, action) { @@ -322136,7 +320448,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1153 + $signature: 1151 }; U.selectedIdReducer_closure191.prototype = { call$2: function(selectedId, action) { @@ -322144,7 +320456,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1154 + $signature: 1152 }; U.selectedIdReducer_closure192.prototype = { call$2: function(selectedId, action) { @@ -322152,7 +320464,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1155 + $signature: 1153 }; U.editingReducer_closure58.prototype = { call$2: function(designs, action) { @@ -322160,7 +320472,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1156 + $signature: 1154 }; U.editingReducer_closure59.prototype = { call$2: function(designs, action) { @@ -322168,7 +320480,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1157 + $signature: 1155 }; U.editingReducer_closure60.prototype = { call$2: function(designs, action) { @@ -322176,7 +320488,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1158 + $signature: 1156 }; U.editingReducer_closure61.prototype = { call$2: function(design, action) { @@ -322184,14 +320496,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1159 + $signature: 1157 }; U.editingReducer__closure23.prototype = { call$1: function(b) { b.get$_design_model$_$this()._design_model$_isChanged = true; return b; }, - $signature: 279 + $signature: 249 }; U._viewDesignList_closure.prototype = { call$1: function(b) { @@ -322338,7 +320650,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 434 + $signature: 400 }; U._deleteDesignSuccess_closure.prototype = { call$1: function(b) { @@ -322360,7 +320672,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 434 + $signature: 400 }; U._restoreDesignSuccess_closure.prototype = { call$1: function(b) { @@ -322382,7 +320694,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 434 + $signature: 400 }; U._addDesign_closure.prototype = { call$1: function(b) { @@ -322395,7 +320707,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 326 + $signature: 242 }; U._updateDesign_closure.prototype = { call$1: function(b) { @@ -322404,7 +320716,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 326 + $signature: 242 }; U._setLoadedDesign_closure.prototype = { call$1: function(b) { @@ -322413,13 +320725,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 326 + $signature: 242 }; A.memoizedFilteredDesignList_closure.prototype = { call$3: function(designMap, designList, designListState) { return A.filteredDesignsSelector(designMap, designList, designListState); }, - $signature: 1162 + $signature: 1160 }; A.filteredDesignsSelector_closure.prototype = { call$1: function(designId) { @@ -322486,7 +320798,7 @@ call$1: function(designId) { return J.$index$asx(this.$this.map._map$_map, designId); }, - $signature: 313 + $signature: 243 }; Y.DesignState_loadDesigns_closure0.prototype = { call$1: function(item) { @@ -322498,7 +320810,7 @@ call$1: function(item) { return item; }, - $signature: 1163 + $signature: 1161 }; Y.DesignState_loadDesigns_closure.prototype = { call$1: function(b) { @@ -322513,7 +320825,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 326 + $signature: 242 }; Y.DesignUIState.prototype = { get$isCreatingNew: function() { @@ -322982,7 +321294,7 @@ call$1: function($document) { return $document.get$id($document); }, - $signature: 43 + $signature: 42 }; X.StartDocumentMultiselect.prototype = {}; X.AddToDocumentMultiselect.prototype = {}; @@ -323071,14 +321383,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).documentState.map._map$_map, id); }, - $signature: 588 + $signature: 487 }; Y._archiveDocument__closure0.prototype = { call$1: function(documents) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.ArchiveDocumentSuccess(documents)); this.action.completer.complete$1(0, null); }, - $signature: 587 + $signature: 486 }; Y._archiveDocument__closure1.prototype = { call$1: function(error) { @@ -323103,7 +321415,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.DeleteDocumentSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 20 + $signature: 21 }; Y._deleteDocument__closure0.prototype = { call$1: function(error) { @@ -323134,14 +321446,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).documentState.map._map$_map, id); }, - $signature: 588 + $signature: 487 }; Y._restoreDocument__closure0.prototype = { call$1: function(documents) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.RestoreDocumentSuccess(documents)); this.action.completer.complete$1(0, null); }, - $signature: 587 + $signature: 486 }; Y._restoreDocument__closure1.prototype = { call$1: function(error) { @@ -323196,7 +321508,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1167 + $signature: 1165 }; Y._loadDocuments__closure0.prototype = { call$1: function(error) { @@ -323229,7 +321541,7 @@ b.get$_document_state$_$this()._document_state$_forceSelected = t3; return b; }, - $signature: 1168 + $signature: 1166 }; M.forceSelectedReducer_closure47.prototype = { call$2: function(completer, action) { @@ -323237,7 +321549,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1169 + $signature: 1167 }; M.forceSelectedReducer_closure48.prototype = { call$2: function(completer, action) { @@ -323245,7 +321557,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1170 + $signature: 1168 }; M.forceSelectedReducer_closure49.prototype = { call$2: function(completer, action) { @@ -323253,7 +321565,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1171 + $signature: 1169 }; M.forceSelectedReducer_closure50.prototype = { call$2: function(completer, action) { @@ -323261,7 +321573,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1172 + $signature: 1170 }; M.forceSelectedReducer_closure51.prototype = { call$2: function(completer, action) { @@ -323269,7 +321581,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1173 + $signature: 1171 }; M.forceSelectedReducer_closure52.prototype = { call$2: function(completer, action) { @@ -323277,7 +321589,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1174 + $signature: 1172 }; M.forceSelectedReducer_closure53.prototype = { call$2: function(completer, action) { @@ -323285,7 +321597,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1175 + $signature: 1173 }; M.forceSelectedReducer_closure54.prototype = { call$2: function(completer, action) { @@ -323293,7 +321605,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1176 + $signature: 1174 }; M.selectedIdReducer_closure94.prototype = { call$2: function(completer, action) { @@ -323301,7 +321613,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1177 + $signature: 1175 }; M.selectedIdReducer_closure95.prototype = { call$2: function(completer, action) { @@ -323309,7 +321621,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1178 + $signature: 1176 }; M.selectedIdReducer_closure96.prototype = { call$2: function(selectedId, action) { @@ -323325,7 +321637,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1179 + $signature: 1177 }; M.selectedIdReducer_closure98.prototype = { call$2: function(selectedId, action) { @@ -323333,7 +321645,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 51 }; M.selectedIdReducer_closure99.prototype = { call$2: function(selectedId, action) { @@ -323349,7 +321661,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1180 + $signature: 1178 }; M.selectedIdReducer_closure101.prototype = { call$2: function(selectedId, action) { @@ -323357,7 +321669,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1181 + $signature: 1179 }; M.selectedIdReducer_closure102.prototype = { call$2: function(selectedId, action) { @@ -323365,7 +321677,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1182 + $signature: 1180 }; M.selectedIdReducer_closure103.prototype = { call$2: function(selectedId, action) { @@ -323373,7 +321685,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1183 + $signature: 1181 }; M.selectedIdReducer_closure104.prototype = { call$2: function(selectedId, action) { @@ -323381,7 +321693,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1184 + $signature: 1182 }; M.selectedIdReducer_closure105.prototype = { call$2: function(selectedId, action) { @@ -323389,7 +321701,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1185 + $signature: 1183 }; M.selectedIdReducer_closure106.prototype = { call$2: function(selectedId, action) { @@ -323397,7 +321709,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1186 + $signature: 1184 }; M.editingReducer_closure30.prototype = { call$2: function($document, action) { @@ -323405,14 +321717,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1187 + $signature: 1185 }; M.editingReducer__closure11.prototype = { call$1: function(b) { b.get$_document_model$_$this()._document_model$_isChanged = true; return b; }, - $signature: 586 + $signature: 485 }; M._viewDocumentList_closure.prototype = { call$1: function(b) { @@ -323559,7 +321871,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 584 + $signature: 484 }; M._deleteDocumentSuccess_closure.prototype = { call$1: function(b) { @@ -323568,7 +321880,7 @@ J.remove$1$ax(t1.get$_safeMap(), null); return b; }, - $signature: 237 + $signature: 216 }; M._restoreDocumentSuccess_closure.prototype = { call$1: function(b) { @@ -323590,7 +321902,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 584 + $signature: 484 }; M._updateDocument_closure.prototype = { call$1: function(b) { @@ -323600,7 +321912,7 @@ t1.$indexSet(0, t3.get$id(t3), t2.get$document(t2)); return b; }, - $signature: 237 + $signature: 216 }; M._setLoadedDocument_closure.prototype = { call$1: function(b) { @@ -323609,14 +321921,14 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 237 + $signature: 216 }; M._setLoadedDocuments_closure.prototype = { call$1: function(b) { b.get$map(b).addAll$1(0, P.LinkedHashMap_LinkedHashMap$fromIterable(this.action.documents, new M._setLoadedDocuments__closure(), new M._setLoadedDocuments__closure0(), type$.legacy_String, type$.legacy_DocumentEntity)); return b; }, - $signature: 237 + $signature: 216 }; M._setLoadedDocuments__closure.prototype = { call$1: function(item) { @@ -323628,7 +321940,7 @@ call$1: function(item) { return item; }, - $signature: 1191 + $signature: 1189 }; M._setLoadedDocuments_closure0.prototype = { call$1: function(b) { @@ -323637,13 +321949,13 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 237 + $signature: 216 }; A.memoizedFilteredDocumentList_closure.prototype = { call$3: function(documentMap, documentList, documentListState) { return A.filteredDocumentsSelector(documentMap, documentList, documentListState); }, - $signature: 1192 + $signature: 1190 }; A.filteredDocumentsSelector_closure.prototype = { call$1: function(documentId) { @@ -324148,7 +322460,7 @@ call$1: function(expense) { return expense.get$id(expense); }, - $signature: 43 + $signature: 42 }; T.handleExpenseAction_closure0.prototype = { call$1: function(b) { @@ -324175,13 +322487,13 @@ t1 = false; return t1; }, - $signature: 186 + $signature: 206 }; T.handleExpenseAction_closure3.prototype = { call$1: function(expense) { return L.convertExpenseToInvoiceItem(this.context, expense); }, - $signature: 581 + $signature: 483 }; T.handleExpenseAction_closure4.prototype = { call$1: function(b) { @@ -324286,14 +322598,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).expenseState.map._map$_map, id); }, - $signature: 185 + $signature: 205 }; R._archiveExpense__closure0.prototype = { call$1: function(expenses) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new T.ArchiveExpenseSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 149 + $signature: 150 }; R._archiveExpense__closure1.prototype = { call$1: function(error) { @@ -324324,14 +322636,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).expenseState.map._map$_map, id); }, - $signature: 185 + $signature: 205 }; R._deleteExpense__closure0.prototype = { call$1: function(expenses) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new T.DeleteExpenseSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 149 + $signature: 150 }; R._deleteExpense__closure1.prototype = { call$1: function(error) { @@ -324362,14 +322674,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).expenseState.map._map$_map, id); }, - $signature: 185 + $signature: 205 }; R._restoreExpense__closure0.prototype = { call$1: function(expenses) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new T.RestoreExpenseSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 149 + $signature: 150 }; R._restoreExpense__closure1.prototype = { call$1: function(error) { @@ -324399,7 +322711,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new T.SaveExpenseSuccess(expense)); t1.completer.complete$1(0, expense); }, - $signature: 116 + $signature: 120 }; R._saveExpense__closure0.prototype = { call$1: function(error) { @@ -324428,7 +322740,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 116 + $signature: 120 }; R._loadExpense__closure0.prototype = { call$1: function(error) { @@ -324461,7 +322773,7 @@ this.action.toString; J.$index$asx(t1.get$_dispatchers(), 0).call$1(new U.LoadRecurringExpenses()); }, - $signature: 576 + $signature: 482 }; R._loadExpenses__closure0.prototype = { call$1: function(error) { @@ -324499,7 +322811,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new T.SaveExpenseSuccess(expense)); this.action.completer.complete$1(0, null); }, - $signature: 116 + $signature: 120 }; R._saveDocument__closure18.prototype = { call$1: function(error) { @@ -324531,7 +322843,7 @@ b.get$_expense_state$_$this()._expense_state$_tabIndex = t3; return b; }, - $signature: 1199 + $signature: 1197 }; K.forceSelectedReducer_closure39.prototype = { call$2: function(completer, action) { @@ -324539,7 +322851,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1200 + $signature: 1198 }; K.forceSelectedReducer_closure40.prototype = { call$2: function(completer, action) { @@ -324547,7 +322859,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1201 + $signature: 1199 }; K.forceSelectedReducer_closure41.prototype = { call$2: function(completer, action) { @@ -324555,7 +322867,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1202 + $signature: 1200 }; K.forceSelectedReducer_closure42.prototype = { call$2: function(completer, action) { @@ -324563,7 +322875,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1203 + $signature: 1201 }; K.forceSelectedReducer_closure43.prototype = { call$2: function(completer, action) { @@ -324571,7 +322883,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1204 + $signature: 1202 }; K.forceSelectedReducer_closure44.prototype = { call$2: function(completer, action) { @@ -324579,7 +322891,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1205 + $signature: 1203 }; K.forceSelectedReducer_closure45.prototype = { call$2: function(completer, action) { @@ -324587,7 +322899,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1206 + $signature: 1204 }; K.forceSelectedReducer_closure46.prototype = { call$2: function(completer, action) { @@ -324595,7 +322907,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1207 + $signature: 1205 }; K.tabIndexReducer_closure9.prototype = { call$2: function(completer, action) { @@ -324603,7 +322915,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1208 + $signature: 1206 }; K.tabIndexReducer_closure10.prototype = { call$2: function(completer, action) { @@ -324611,7 +322923,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 91 + $signature: 93 }; K.selectedIdReducer_closure79.prototype = { call$2: function(completer, action) { @@ -324619,7 +322931,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1209 + $signature: 1207 }; K.selectedIdReducer_closure80.prototype = { call$2: function(completer, action) { @@ -324627,7 +322939,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1210 + $signature: 1208 }; K.selectedIdReducer_closure81.prototype = { call$2: function(selectedId, action) { @@ -324643,7 +322955,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1211 + $signature: 1209 }; K.selectedIdReducer_closure83.prototype = { call$2: function(selectedId, action) { @@ -324651,7 +322963,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1212 + $signature: 1210 }; K.selectedIdReducer_closure84.prototype = { call$2: function(selectedId, action) { @@ -324659,7 +322971,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 51 }; K.selectedIdReducer_closure85.prototype = { call$2: function(selectedId, action) { @@ -324675,7 +322987,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1213 + $signature: 1211 }; K.selectedIdReducer_closure87.prototype = { call$2: function(selectedId, action) { @@ -324683,7 +322995,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1214 + $signature: 1212 }; K.selectedIdReducer_closure88.prototype = { call$2: function(selectedId, action) { @@ -324691,7 +323003,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1215 + $signature: 1213 }; K.selectedIdReducer_closure89.prototype = { call$2: function(selectedId, action) { @@ -324699,7 +323011,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1216 + $signature: 1214 }; K.selectedIdReducer_closure90.prototype = { call$2: function(selectedId, action) { @@ -324707,7 +323019,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1217 + $signature: 1215 }; K.selectedIdReducer_closure91.prototype = { call$2: function(selectedId, action) { @@ -324715,7 +323027,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1218 + $signature: 1216 }; K.selectedIdReducer_closure92.prototype = { call$2: function(selectedId, action) { @@ -324723,7 +323035,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1219 + $signature: 1217 }; K.selectedIdReducer_closure93.prototype = { call$2: function(selectedId, action) { @@ -324731,7 +323043,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1220 + $signature: 1218 }; K.editingReducer_closure26.prototype = { call$2: function(expenses, action) { @@ -324739,7 +323051,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1221 + $signature: 1219 }; K.editingReducer_closure27.prototype = { call$2: function(expenses, action) { @@ -324747,7 +323059,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1222 + $signature: 1220 }; K.editingReducer_closure28.prototype = { call$2: function(expenses, action) { @@ -324755,7 +323067,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1223 + $signature: 1221 }; K.editingReducer_closure29.prototype = { call$2: function(expense, action) { @@ -324763,7 +323075,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1224 + $signature: 1222 }; K.editingReducer__closure10.prototype = { call$1: function(b) { @@ -324971,7 +323283,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 435 + $signature: 414 }; K._deleteExpenseSuccess_closure.prototype = { call$1: function(b) { @@ -324993,7 +323305,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 435 + $signature: 414 }; K._restoreExpenseSuccess_closure.prototype = { call$1: function(b) { @@ -325015,7 +323327,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 435 + $signature: 414 }; K._addExpense_closure.prototype = { call$1: function(b) { @@ -325028,7 +323340,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 250 + $signature: 307 }; K._updateExpense_closure.prototype = { call$1: function(b) { @@ -325037,7 +323349,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 250 + $signature: 307 }; K._setLoadedExpense_closure.prototype = { call$1: function(b) { @@ -325046,7 +323358,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 250 + $signature: 307 }; L.convertExpenseToInvoiceItem_closure.prototype = { call$1: function(b) { @@ -325122,7 +323434,7 @@ call$9: function(selectionState, expenseMap, clientMap, vendorMap, userMap, expenseListState, invoiceMap, expenseCategoryMap, staticState) { return L.filteredExpensesSelector(selectionState, expenseMap, clientMap, vendorMap, userMap, expenseListState, invoiceMap, expenseCategoryMap, staticState); }, - $signature: 573 + $signature: 481 }; L.filteredExpensesSelector_closure.prototype = { call$1: function(expenseId) { @@ -325222,7 +323534,7 @@ call$2: function(vendorId, expenseMap) { return L.expenseStatsForVendor(vendorId, expenseMap); }, - $signature: 136 + $signature: 123 }; L.expenseStatsForVendor_closure.prototype = { call$2: function(expenseId, expense) { @@ -325238,7 +323550,7 @@ call$2: function(clientId, expenseMap) { return L.expenseStatsForClient(clientId, expenseMap); }, - $signature: 136 + $signature: 123 }; L.expenseStatsForClient_closure.prototype = { call$2: function(expenseId, expense) { @@ -325254,7 +323566,7 @@ call$2: function(expenseMap, clientId) { return L.clientExpenseList(expenseMap, clientId); }, - $signature: 1229 + $signature: 1227 }; L.clientExpenseList_closure.prototype = { call$1: function(expenseid) { @@ -325291,7 +323603,7 @@ call$2: function(projectId, expenseMap) { return L.expenseStatsForProject(projectId, expenseMap); }, - $signature: 136 + $signature: 123 }; L.expenseStatsForProject_closure.prototype = { call$2: function(expenseId, expense) { @@ -325307,7 +323619,7 @@ call$2: function(userId, expenseMap) { return L.expenseStatsForUser(userId, expenseMap); }, - $signature: 136 + $signature: 123 }; L.expenseStatsForUser_closure.prototype = { call$2: function(expenseId, expense) { @@ -325346,7 +323658,7 @@ call$1: function(item) { return item; }, - $signature: 570 + $signature: 480 }; R.ExpenseState_loadExpenses_closure.prototype = { call$1: function(b) { @@ -325361,7 +323673,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 250 + $signature: 307 }; R.ExpenseUIState.prototype = { get$isCreatingNew: function() { @@ -325865,7 +324177,7 @@ call$1: function(expenseCategory) { return expenseCategory.get$id(expenseCategory); }, - $signature: 43 + $signature: 42 }; X.handleExpenseCategoryAction_closure0.prototype = { call$1: function(b) { @@ -325956,14 +324268,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).expenseCategoryState.map._map$_map, id); }, - $signature: 426 + $signature: 419 }; M._archiveExpenseCategory__closure0.prototype = { call$1: function(expenseCategories) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.ArchiveExpenseCategoriesSuccess(expenseCategories)); this.action.completer.complete$1(0, null); }, - $signature: 422 + $signature: 420 }; M._archiveExpenseCategory__closure1.prototype = { call$1: function(error) { @@ -325994,14 +324306,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).expenseCategoryState.map._map$_map, id); }, - $signature: 426 + $signature: 419 }; M._deleteExpenseCategory__closure0.prototype = { call$1: function(expenseCategories) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.DeleteExpenseCategoriesSuccess(expenseCategories)); this.action.completer.complete$1(0, null); }, - $signature: 422 + $signature: 420 }; M._deleteExpenseCategory__closure1.prototype = { call$1: function(error) { @@ -326032,14 +324344,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).expenseCategoryState.map._map$_map, id); }, - $signature: 426 + $signature: 419 }; M._restoreExpenseCategory__closure0.prototype = { call$1: function(expenseCategories) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.RestoreExpenseCategoriesSuccess(expenseCategories)); this.action.completer.complete$1(0, null); }, - $signature: 422 + $signature: 420 }; M._restoreExpenseCategory__closure1.prototype = { call$1: function(error) { @@ -326069,7 +324381,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new X.SaveExpenseCategorySuccess(expenseCategory)); t1.completer.complete$1(0, expenseCategory); }, - $signature: 251 + $signature: 318 }; M._saveExpenseCategory__closure0.prototype = { call$1: function(error) { @@ -326097,7 +324409,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.LoadExpenseCategorySuccess(expenseCategory)); this.action.completer.complete$1(0, null); }, - $signature: 251 + $signature: 318 }; M._loadExpenseCategory__closure0.prototype = { call$1: function(error) { @@ -326128,7 +324440,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1234 + $signature: 1232 }; M._loadExpenseCategories__closure0.prototype = { call$1: function(error) { @@ -326161,7 +324473,7 @@ b.get$_expense_category_state$_$this()._expense_category_state$_forceSelected = t3; return b; }, - $signature: 1235 + $signature: 1233 }; F.forceSelectedReducer_closure127.prototype = { call$2: function(completer, action) { @@ -326169,7 +324481,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1236 + $signature: 1234 }; F.forceSelectedReducer_closure128.prototype = { call$2: function(completer, action) { @@ -326177,7 +324489,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1237 + $signature: 1235 }; F.forceSelectedReducer_closure129.prototype = { call$2: function(completer, action) { @@ -326185,7 +324497,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1238 + $signature: 1236 }; F.forceSelectedReducer_closure130.prototype = { call$2: function(completer, action) { @@ -326193,7 +324505,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1239 + $signature: 1237 }; F.forceSelectedReducer_closure131.prototype = { call$2: function(completer, action) { @@ -326201,7 +324513,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1240 + $signature: 1238 }; F.forceSelectedReducer_closure132.prototype = { call$2: function(completer, action) { @@ -326209,7 +324521,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1241 + $signature: 1239 }; F.forceSelectedReducer_closure133.prototype = { call$2: function(completer, action) { @@ -326217,7 +324529,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1242 + $signature: 1240 }; F.forceSelectedReducer_closure134.prototype = { call$2: function(completer, action) { @@ -326225,7 +324537,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1243 + $signature: 1241 }; F.selectedIdReducer_closure256.prototype = { call$2: function(completer, action) { @@ -326233,7 +324545,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1244 + $signature: 1242 }; F.selectedIdReducer_closure257.prototype = { call$2: function(completer, action) { @@ -326241,7 +324553,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1245 + $signature: 1243 }; F.selectedIdReducer_closure258.prototype = { call$2: function(selectedId, action) { @@ -326257,7 +324569,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 79 + $signature: 74 }; F.selectedIdReducer_closure260.prototype = { call$2: function(selectedId, action) { @@ -326265,7 +324577,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 79 + $signature: 74 }; F.selectedIdReducer_closure261.prototype = { call$2: function(selectedId, action) { @@ -326273,7 +324585,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 51 }; F.selectedIdReducer_closure262.prototype = { call$2: function(selectedId, action) { @@ -326289,7 +324601,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1246 + $signature: 1244 }; F.selectedIdReducer_closure264.prototype = { call$2: function(selectedId, action) { @@ -326297,7 +324609,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1247 + $signature: 1245 }; F.selectedIdReducer_closure265.prototype = { call$2: function(selectedId, action) { @@ -326305,7 +324617,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1248 + $signature: 1246 }; F.selectedIdReducer_closure266.prototype = { call$2: function(selectedId, action) { @@ -326313,7 +324625,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1249 + $signature: 1247 }; F.selectedIdReducer_closure267.prototype = { call$2: function(selectedId, action) { @@ -326321,7 +324633,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1250 + $signature: 1248 }; F.selectedIdReducer_closure268.prototype = { call$2: function(selectedId, action) { @@ -326329,7 +324641,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1251 + $signature: 1249 }; F.selectedIdReducer_closure269.prototype = { call$2: function(selectedId, action) { @@ -326337,7 +324649,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1252 + $signature: 1250 }; F.selectedIdReducer_closure270.prototype = { call$2: function(selectedId, action) { @@ -326352,7 +324664,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 72 + $signature: 67 }; F.editingReducer_closure85.prototype = { call$2: function(expenseCategories, action) { @@ -326360,7 +324672,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1253 + $signature: 1251 }; F.editingReducer_closure86.prototype = { call$2: function(expenseCategories, action) { @@ -326368,7 +324680,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1254 + $signature: 1252 }; F.editingReducer_closure87.prototype = { call$2: function(expenseCategories, action) { @@ -326376,7 +324688,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1255 + $signature: 1253 }; F.editingReducer_closure88.prototype = { call$2: function(expenseCategory, action) { @@ -326384,14 +324696,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1256 + $signature: 1254 }; F.editingReducer__closure34.prototype = { call$1: function(b) { b.get$_expense_category_model$_$this()._expense_category_model$_isChanged = true; return b; }, - $signature: 417 + $signature: 422 }; F._filterExpenseCategoriesByCustom1_closure.prototype = { call$1: function(b) { @@ -326527,7 +324839,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 416 + $signature: 423 }; F._deleteExpenseCategorySuccess_closure.prototype = { call$1: function(b) { @@ -326549,7 +324861,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 416 + $signature: 423 }; F._restoreExpenseCategorySuccess_closure.prototype = { call$1: function(b) { @@ -326571,7 +324883,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 416 + $signature: 423 }; F._addExpenseCategory_closure.prototype = { call$1: function(b) { @@ -326584,7 +324896,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 258 + $signature: 327 }; F._updateExpenseCategory_closure.prototype = { call$1: function(b) { @@ -326593,7 +324905,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 258 + $signature: 327 }; F._setLoadedExpenseCategory_closure.prototype = { call$1: function(b) { @@ -326602,13 +324914,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 258 + $signature: 327 }; O.memoizedFilteredExpenseCategoryList_closure.prototype = { call$4: function(selectionState, expenseCategoryMap, expenseCategoryList, expenseCategoryListState) { return O.filteredExpenseCategoriesSelector(selectionState, expenseCategoryMap, expenseCategoryList, expenseCategoryListState); }, - $signature: 1260 + $signature: 1258 }; O.filteredExpenseCategoriesSelector_closure.prototype = { call$1: function(expenseCategoryId) { @@ -326640,7 +324952,7 @@ call$2: function(categoryId, expenseMap) { return O.calculateExpenseCategoryAmount(categoryId, expenseMap); }, - $signature: 1261 + $signature: 1259 }; O.calculateExpenseCategoryAmount_closure.prototype = { call$2: function(expenseId, expense) { @@ -326656,7 +324968,7 @@ call$2: function(companyGatewayId, expenseMap) { return O.expenseStatsForExpenseCategory(companyGatewayId, expenseMap); }, - $signature: 136 + $signature: 123 }; O.expenseStatsForExpenseCategory_closure.prototype = { call$2: function(expenseId, expense) { @@ -326694,7 +325006,7 @@ call$1: function(item) { return item; }, - $signature: 1262 + $signature: 1260 }; Q.ExpenseCategoryState_loadExpenseCategories_closure.prototype = { call$1: function(b) { @@ -326709,7 +325021,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 258 + $signature: 327 }; Q.ExpenseCategoryUIState.prototype = { get$isCreatingNew: function() { @@ -327182,7 +325494,7 @@ call$1: function(group) { return group.get$id(group); }, - $signature: 43 + $signature: 42 }; Q.handleGroupAction_closure0.prototype = { call$1: function(b) { @@ -327288,14 +325600,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).groupState.map._map$_map, id); }, - $signature: 351 + $signature: 425 }; X._archiveGroup__closure0.prototype = { call$1: function(groups) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.ArchiveGroupSuccess(groups)); this.action.completer.complete$1(0, null); }, - $signature: 389 + $signature: 426 }; X._archiveGroup__closure1.prototype = { call$1: function(error) { @@ -327326,14 +325638,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).groupState.map._map$_map, id); }, - $signature: 351 + $signature: 425 }; X._deleteGroup__closure0.prototype = { call$1: function(groups) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.DeleteGroupSuccess(groups)); this.action.completer.complete$1(0, null); }, - $signature: 389 + $signature: 426 }; X._deleteGroup__closure1.prototype = { call$1: function(error) { @@ -327364,14 +325676,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).groupState.map._map$_map, id); }, - $signature: 351 + $signature: 425 }; X._restoreGroup__closure0.prototype = { call$1: function(groups) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.RestoreGroupSuccess(groups)); this.action.completer.complete$1(0, null); }, - $signature: 389 + $signature: 426 }; X._restoreGroup__closure1.prototype = { call$1: function(error) { @@ -327401,7 +325713,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new Q.SaveGroupSuccess(group)); t1.completer.complete$1(0, group); }, - $signature: 221 + $signature: 223 }; X._saveGroup__closure0.prototype = { call$1: function(error) { @@ -327432,7 +325744,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 221 + $signature: 223 }; X._loadGroup__closure0.prototype = { call$1: function(error) { @@ -327466,7 +325778,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1266 + $signature: 1264 }; X._loadGroups__closure0.prototype = { call$1: function(error) { @@ -327507,7 +325819,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.SaveGroupSuccess(group)); this.action.completer.complete$1(0, null); }, - $signature: 221 + $signature: 223 }; X._saveDocument__closure0.prototype = { call$1: function(error) { @@ -327537,7 +325849,7 @@ b.get$_group_state$_$this()._group_state$_forceSelected = t3; return b; }, - $signature: 1267 + $signature: 1265 }; K.forceSelectedReducer_closure55.prototype = { call$2: function(completer, action) { @@ -327545,7 +325857,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1268 + $signature: 1266 }; K.forceSelectedReducer_closure56.prototype = { call$2: function(completer, action) { @@ -327553,7 +325865,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1269 + $signature: 1267 }; K.forceSelectedReducer_closure57.prototype = { call$2: function(completer, action) { @@ -327561,7 +325873,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1270 + $signature: 1268 }; K.forceSelectedReducer_closure58.prototype = { call$2: function(completer, action) { @@ -327569,7 +325881,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1271 + $signature: 1269 }; K.selectedIdReducer_closure107.prototype = { call$2: function(completer, action) { @@ -327577,7 +325889,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1272 + $signature: 1270 }; K.selectedIdReducer_closure108.prototype = { call$2: function(completer, action) { @@ -327585,7 +325897,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1273 + $signature: 1271 }; K.selectedIdReducer_closure109.prototype = { call$2: function(selectedId, action) { @@ -327601,7 +325913,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1274 + $signature: 1272 }; K.selectedIdReducer_closure111.prototype = { call$2: function(selectedId, action) { @@ -327609,7 +325921,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1275 + $signature: 1273 }; K.selectedIdReducer_closure112.prototype = { call$2: function(selectedId, action) { @@ -327617,7 +325929,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 51 }; K.selectedIdReducer_closure113.prototype = { call$2: function(selectedId, action) { @@ -327633,7 +325945,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1276 + $signature: 1274 }; K.selectedIdReducer_closure115.prototype = { call$2: function(selectedId, action) { @@ -327641,7 +325953,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1277 + $signature: 1275 }; K.selectedIdReducer_closure116.prototype = { call$2: function(selectedId, action) { @@ -327649,7 +325961,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1278 + $signature: 1276 }; K.selectedIdReducer_closure117.prototype = { call$2: function(selectedId, action) { @@ -327657,7 +325969,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 147 + $signature: 153 }; K.selectedIdReducer_closure118.prototype = { call$2: function(selectedId, action) { @@ -327672,7 +325984,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 72 + $signature: 67 }; K.editingReducer_closure31.prototype = { call$2: function(groups, action) { @@ -327680,7 +325992,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1279 + $signature: 1277 }; K.editingReducer_closure32.prototype = { call$2: function(groups, action) { @@ -327688,7 +326000,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1280 + $signature: 1278 }; K.editingReducer_closure33.prototype = { call$2: function(groups, action) { @@ -327696,7 +326008,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1281 + $signature: 1279 }; K.editingReducer_closure34.prototype = { call$2: function(group, action) { @@ -327704,14 +326016,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1282 + $signature: 1280 }; K.editingReducer__closure12.prototype = { call$1: function(b) { b.get$_group_model$_$this()._group_model$_isChanged = true; return b; }, - $signature: 380 + $signature: 428 }; K._viewGroupList_closure.prototype = { call$1: function(b) { @@ -327820,7 +326132,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 375 + $signature: 429 }; K._deleteGroupSuccess_closure.prototype = { call$1: function(b) { @@ -327842,7 +326154,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 375 + $signature: 429 }; K._restoreGroupSuccess_closure.prototype = { call$1: function(b) { @@ -327864,7 +326176,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 375 + $signature: 429 }; K._addGroup_closure.prototype = { call$1: function(b) { @@ -327877,7 +326189,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 182 + $signature: 180 }; K._updateGroup_closure.prototype = { call$1: function(b) { @@ -327886,7 +326198,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 182 + $signature: 180 }; K._setLoadedGroup_closure.prototype = { call$1: function(b) { @@ -327895,14 +326207,14 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 182 + $signature: 180 }; K._setLoadedGroups_closure.prototype = { call$1: function(b) { b.get$map(b).addAll$1(0, P.LinkedHashMap_LinkedHashMap$fromIterable(this.action.groups, new K._setLoadedGroups__closure(), new K._setLoadedGroups__closure0(), type$.legacy_String, type$.legacy_GroupEntity)); return b; }, - $signature: 182 + $signature: 180 }; K._setLoadedGroups__closure.prototype = { call$1: function(item) { @@ -327914,7 +326226,7 @@ call$1: function(item) { return item; }, - $signature: 553 + $signature: 478 }; K._setLoadedGroups_closure0.prototype = { call$1: function(b) { @@ -327923,14 +326235,14 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 182 + $signature: 180 }; K._setLoadedCompany_closure.prototype = { call$1: function(b) { b.get$map(b).addAll$1(0, P.LinkedHashMap_LinkedHashMap$fromIterable(this.action.userCompany.company.groups, new K._setLoadedCompany__closure(), new K._setLoadedCompany__closure0(), type$.legacy_String, type$.legacy_GroupEntity)); return b; }, - $signature: 182 + $signature: 180 }; K._setLoadedCompany__closure.prototype = { call$1: function(item) { @@ -327942,7 +326254,7 @@ call$1: function(item) { return item; }, - $signature: 553 + $signature: 478 }; K._setLoadedCompany_closure0.prototype = { call$1: function(b) { @@ -327951,13 +326263,13 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 182 + $signature: 180 }; S.memoizedFilteredGroupList_closure.prototype = { call$4: function(selectionState, groupMap, groupList, groupListState) { return S.filteredGroupsSelector(selectionState, groupMap, groupList, groupListState); }, - $signature: 1287 + $signature: 1285 }; S.filteredGroupsSelector_closure.prototype = { call$1: function(groupId) { @@ -328007,7 +326319,7 @@ call$2: function(clientMap, groupId) { return S.clientStatsForGroup(clientMap, groupId); }, - $signature: 1288 + $signature: 1286 }; S.clientStatsForGroup_closure.prototype = { call$2: function(clientId, client) { @@ -328017,7 +326329,7 @@ else if (client.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 213 + $signature: 209 }; E.GroupState.prototype = { $get$1: function(_, groupId) { @@ -328605,7 +326917,7 @@ call$1: function(invoice) { return invoice.get$id(invoice); }, - $signature: 43 + $signature: 42 }; Q.handleInvoiceAction_closure0.prototype = { call$1: function(element) { @@ -328670,14 +326982,14 @@ call$1: function(invoice) { return type$.legacy_InvoiceEntity._as(invoice).statusId !== "4"; }, - $signature: 186 + $signature: 206 }; Q.handleInvoiceAction__closure0.prototype = { call$1: function(invoice) { var t1 = invoice.id; return F.PaymentableEntity_PaymentableEntity(invoice.statusId !== "1" ? invoice.balance : invoice.amount, null, t1); }, - $signature: 622 + $signature: 502 }; G._viewInvoiceList_closure0.prototype = { call$3: function(store, dynamicAction, next) { @@ -328839,7 +327151,7 @@ J.$index$asx(t1.get$_dispatchers(), 0).call$1(new M.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 43 }; G._cancelInvoices__closure0.prototype = { call$1: function(error) { @@ -328866,7 +327178,7 @@ J.$index$asx(t1.get$_dispatchers(), 0).call$1(new M.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 43 }; G._reverseInvoices__closure0.prototype = { call$1: function(error) { @@ -328904,7 +327216,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.ArchiveInvoicesSuccess(invoices)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 43 }; G._archiveInvoice__closure1.prototype = { call$1: function(error) { @@ -328946,7 +327258,7 @@ J.$index$asx(t1.get$_dispatchers(), 0).call$1(new E.LoadClient(null, t2)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 43 }; G._deleteInvoice__closure1.prototype = { call$1: function(error) { @@ -328988,7 +327300,7 @@ J.$index$asx(t1.get$_dispatchers(), 0).call$1(new E.LoadClient(null, t2)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 43 }; G._restoreInvoice__closure1.prototype = { call$1: function(error) { @@ -329017,7 +327329,7 @@ J.$index$asx(t1.get$_dispatchers(), 0).call$1(new E.LoadClient(null, t2)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 43 }; G._markInvoiceSent__closure0.prototype = { call$1: function(error) { @@ -329044,7 +327356,7 @@ J.$index$asx(t1.get$_dispatchers(), 0).call$1(new M.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 43 }; G._markInvoicePaid__closure0.prototype = { call$1: function(error) { @@ -329069,7 +327381,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.DownloadInvoicesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 43 }; G._downloadInvoices__closure0.prototype = { call$1: function(error) { @@ -329105,7 +327417,7 @@ J.$index$asx(t1.get$_dispatchers(), 0).call$1(new E.LoadClient(null, t2)); this.action.completer.complete$1(0, null); }, - $signature: 71 + $signature: 66 }; G._emailInvoice__closure0.prototype = { call$1: function(error) { @@ -329130,7 +327442,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.BulkEmailInvoicesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 43 }; G._bulkEmailInvoices__closure0.prototype = { call$1: function(error) { @@ -329176,7 +327488,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new M.RefreshData(null, false, false, false)); t1.completer.complete$1(0, invoice); }, - $signature: 71 + $signature: 66 }; G._saveInvoice__closure1.prototype = { call$1: function(error) { @@ -329205,7 +327517,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 71 + $signature: 66 }; G._loadInvoice__closure0.prototype = { call$1: function(error) { @@ -329238,7 +327550,7 @@ this.action.toString; J.$index$asx(t1.get$_dispatchers(), 0).call$1(new Q.LoadPayments()); }, - $signature: 320 + $signature: 286 }; G._loadInvoices__closure0.prototype = { call$1: function(error) { @@ -329276,7 +327588,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.SaveInvoiceSuccess(invoice)); this.action.completer.complete$1(0, null); }, - $signature: 71 + $signature: 66 }; G._saveDocument__closure20.prototype = { call$1: function(error) { @@ -329312,7 +327624,7 @@ b.get$_invoice_state$_$this()._invoice_state$_historyActivityId = t3; return b; }, - $signature: 1289 + $signature: 1287 }; D.forceSelectedReducer_closure159.prototype = { call$2: function(completer, action) { @@ -329320,7 +327632,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1290 + $signature: 1288 }; D.forceSelectedReducer_closure160.prototype = { call$2: function(completer, action) { @@ -329328,7 +327640,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1291 + $signature: 1289 }; D.forceSelectedReducer_closure161.prototype = { call$2: function(completer, action) { @@ -329336,7 +327648,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1292 + $signature: 1290 }; D.forceSelectedReducer_closure162.prototype = { call$2: function(completer, action) { @@ -329344,7 +327656,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1293 + $signature: 1291 }; D.forceSelectedReducer_closure163.prototype = { call$2: function(completer, action) { @@ -329352,7 +327664,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1294 + $signature: 1292 }; D.forceSelectedReducer_closure164.prototype = { call$2: function(completer, action) { @@ -329360,7 +327672,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1295 + $signature: 1293 }; D.forceSelectedReducer_closure165.prototype = { call$2: function(completer, action) { @@ -329368,7 +327680,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1296 + $signature: 1294 }; D.forceSelectedReducer_closure166.prototype = { call$2: function(completer, action) { @@ -329376,7 +327688,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1297 + $signature: 1295 }; D.tabIndexReducer_closure19.prototype = { call$2: function(completer, action) { @@ -329384,7 +327696,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1298 + $signature: 1296 }; D.tabIndexReducer_closure20.prototype = { call$2: function(completer, action) { @@ -329392,7 +327704,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 91 + $signature: 93 }; D.historyActivityIdReducer_closure2.prototype = { call$2: function(index, action) { @@ -329400,7 +327712,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 552 + $signature: 477 }; D.editingItemIndexReducer_closure1.prototype = { call$2: function(index, action) { @@ -329408,7 +327720,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1300 + $signature: 1298 }; D.editingItemIndexReducer_closure2.prototype = { call$2: function(index, action) { @@ -329416,7 +327728,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1301 + $signature: 1299 }; D.selectedIdReducer_closure316.prototype = { call$2: function(completer, action) { @@ -329424,7 +327736,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1302 + $signature: 1300 }; D.selectedIdReducer_closure317.prototype = { call$2: function(completer, action) { @@ -329432,7 +327744,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1303 + $signature: 1301 }; D.selectedIdReducer_closure318.prototype = { call$2: function(selectedId, action) { @@ -329448,7 +327760,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1304 + $signature: 1302 }; D.selectedIdReducer_closure320.prototype = { call$2: function(selectedId, action) { @@ -329456,7 +327768,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1305 + $signature: 1303 }; D.selectedIdReducer_closure321.prototype = { call$2: function(selectedId, action) { @@ -329464,7 +327776,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1306 + $signature: 1304 }; D.selectedIdReducer_closure322.prototype = { call$2: function(selectedId, action) { @@ -329472,7 +327784,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 552 + $signature: 477 }; D.selectedIdReducer_closure323.prototype = { call$2: function(selectedId, action) { @@ -329480,7 +327792,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 51 }; D.selectedIdReducer_closure324.prototype = { call$2: function(selectedId, action) { @@ -329496,7 +327808,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1307 + $signature: 1305 }; D.selectedIdReducer_closure326.prototype = { call$2: function(selectedId, action) { @@ -329504,7 +327816,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1308 + $signature: 1306 }; D.selectedIdReducer_closure327.prototype = { call$2: function(selectedId, action) { @@ -329512,7 +327824,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1309 + $signature: 1307 }; D.selectedIdReducer_closure328.prototype = { call$2: function(selectedId, action) { @@ -329520,7 +327832,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1310 + $signature: 1308 }; D.selectedIdReducer_closure329.prototype = { call$2: function(selectedId, action) { @@ -329528,7 +327840,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1311 + $signature: 1309 }; D.selectedIdReducer_closure330.prototype = { call$2: function(selectedId, action) { @@ -329536,7 +327848,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1312 + $signature: 1310 }; D.selectedIdReducer_closure331.prototype = { call$2: function(selectedId, action) { @@ -329544,7 +327856,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1313 + $signature: 1311 }; D.selectedIdReducer_closure332.prototype = { call$2: function(selectedId, action) { @@ -329552,7 +327864,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1314 + $signature: 1312 }; D.selectedIdReducer_closure333.prototype = { call$2: function(selectedId, action) { @@ -329560,7 +327872,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 147 + $signature: 153 }; D.selectedIdReducer_closure334.prototype = { call$2: function(selectedId, action) { @@ -329575,7 +327887,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 72 + $signature: 67 }; D.editingReducer_closure101.prototype = { call$2: function(invoice, action) { @@ -329583,7 +327895,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1315 + $signature: 1313 }; D.editingReducer__closure44.prototype = { call$1: function(b) { @@ -329598,7 +327910,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 551 + $signature: 476 }; D.editingReducer__closure43.prototype = { call$1: function(b) { @@ -329613,7 +327925,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1317 + $signature: 1315 }; D.editingReducer_closure104.prototype = { call$2: function(invoice, action) { @@ -329621,7 +327933,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 550 + $signature: 471 }; D.editingReducer__closure42.prototype = { call$1: function(b) { @@ -329636,7 +327948,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 549 + $signature: 470 }; D.editingReducer__closure41.prototype = { call$1: function(b) { @@ -329651,7 +327963,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1320 + $signature: 1318 }; D.editingReducer__closure40.prototype = { call$1: function(b) { @@ -329677,7 +327989,7 @@ call$1: function(contact) { return Q.InvitationEntity_InvitationEntity(contact.id); }, - $signature: 202 + $signature: 190 }; D.editingReducer_closure107.prototype = { call$2: function(invoices, action) { @@ -329685,7 +327997,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1321 + $signature: 1319 }; D.editingReducer_closure108.prototype = { call$2: function(invoices, action) { @@ -329693,7 +328005,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1322 + $signature: 1320 }; D.editingReducer_closure109.prototype = { call$2: function(invoices, action) { @@ -329701,7 +328013,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1323 + $signature: 1321 }; D.editingReducer_closure110.prototype = { call$2: function(invoice, action) { @@ -329709,7 +328021,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1324 + $signature: 1322 }; D.editingReducer__closure39.prototype = { call$1: function(b) { @@ -329729,7 +328041,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1325 + $signature: 1323 }; D.editingReducer__closure38.prototype = { call$1: function(b) { @@ -329972,7 +328284,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 180 + $signature: 167 }; D._markInvoicesPaidSuccess_closure.prototype = { call$1: function(b) { @@ -329994,7 +328306,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 180 + $signature: 167 }; D._reverseInvoicesSuccess_closure.prototype = { call$1: function(b) { @@ -330016,7 +328328,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 180 + $signature: 167 }; D._cancelInvoicesSuccess_closure.prototype = { call$1: function(b) { @@ -330038,7 +328350,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 180 + $signature: 167 }; D._archiveInvoiceSuccess_closure.prototype = { call$1: function(b) { @@ -330060,7 +328372,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 180 + $signature: 167 }; D._deleteInvoiceSuccess_closure.prototype = { call$1: function(b) { @@ -330082,7 +328394,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 180 + $signature: 167 }; D._emailInvoiceSuccess_closure.prototype = { call$1: function(b) { @@ -330091,7 +328403,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 274 + $signature: 310 }; D._restoreInvoiceSuccess_closure.prototype = { call$1: function(b) { @@ -330113,7 +328425,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 180 + $signature: 167 }; D._addInvoice_closure.prototype = { call$1: function(b) { @@ -330126,7 +328438,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 274 + $signature: 310 }; D._addInvoice__closure.prototype = { call$1: function(b) { @@ -330141,7 +328453,7 @@ b.get$map(b).$indexSet(0, J.get$id$x(this.action.get$invoice()), this.invoice.rebuild$1(new D._updateInvoice__closure())); return b; }, - $signature: 274 + $signature: 310 }; D._updateInvoice__closure.prototype = { call$1: function(b) { @@ -330155,7 +328467,7 @@ call$7: function(invoiceMap, clientMap, invoiceList, clientId, userMap, excludedIds, recurringPrefix) { return Z.dropdownInvoiceSelector(invoiceMap, clientMap, invoiceList, clientId, userMap, excludedIds, recurringPrefix); }, - $signature: 1328 + $signature: 1326 }; Z.dropdownInvoiceSelector_closure.prototype = { call$1: function(invoiceId) { @@ -330202,13 +328514,13 @@ call$8: function(selectionState, invoiceMap, invoiceList, clientMap, paymentMap, invoiceListState, userMap, recurringPrefix) { return Z.filteredInvoicesSelector(selectionState, invoiceMap, invoiceList, clientMap, paymentMap, invoiceListState, userMap, recurringPrefix); }, - $signature: 1329 + $signature: 1327 }; Z.filteredInvoicesSelector_closure.prototype = { call$2: function(paymentId, payment) { C.JSArray_methods.forEach$1(payment.get$invoicePaymentables(), new Z.filteredInvoicesSelector__closure0(this.invoicePaymentMap, payment)); }, - $signature: 192 + $signature: 208 }; Z.filteredInvoicesSelector__closure0.prototype = { call$1: function(invoicePaymentable) { @@ -330220,7 +328532,7 @@ paymentIds.push(this.payment.id); t1.$indexSet(0, t2, paymentIds); }, - $signature: 212 + $signature: 227 }; Z.filteredInvoicesSelector_closure0.prototype = { call$1: function(invoiceId) { @@ -330318,7 +328630,7 @@ call$2: function(clientId, invoiceMap) { return Z.invoiceStatsForClient(clientId, invoiceMap); }, - $signature: 81 + $signature: 80 }; Z.invoiceStatsForClient_closure.prototype = { call$2: function(invoiceId, invoice) { @@ -330334,7 +328646,7 @@ call$2: function(designId, invoiceMap) { return Z.invoiceStatsForDesign(designId, invoiceMap); }, - $signature: 81 + $signature: 80 }; Z.invoiceStatsForDesign_closure.prototype = { call$2: function(invoiceId, invoice) { @@ -330350,7 +328662,7 @@ call$2: function(subscriptionId, invoiceMap) { return Z.invoiceStatsForSubscription(subscriptionId, invoiceMap); }, - $signature: 81 + $signature: 80 }; Z.invoiceStatsForSubscription_closure.prototype = { call$2: function(invoiceId, invoice) { @@ -330366,7 +328678,7 @@ call$2: function(userId, invoiceMap) { return Z.invoiceStatsForUser(userId, invoiceMap); }, - $signature: 81 + $signature: 80 }; Z.invoiceStatsForUser_closure.prototype = { call$2: function(invoiceId, invoice) { @@ -330405,7 +328717,7 @@ call$1: function(item) { return item; }, - $signature: 164 + $signature: 175 }; B.InvoiceState_loadInvoices_closure.prototype = { call$1: function(b) { @@ -330420,7 +328732,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 274 + $signature: 310 }; B.InvoiceUIState.prototype = { get$isCreatingNew: function() { @@ -330968,13 +329280,13 @@ call$1: function(payment) { return payment.get$id(payment); }, - $signature: 43 + $signature: 42 }; Q.handlePaymentAction_closure0.prototype = { call$1: function(duration) { M.editEntity(null, this.context, this._box_0.payment.rebuild$1(new Q.handlePaymentAction__closure1()), true, null); }, - $signature: 42 + $signature: 41 }; Q.handlePaymentAction__closure1.prototype = { call$1: function(b) { @@ -330991,7 +329303,7 @@ t1 = t1.payment.rebuild$1(new Q.handlePaymentAction__closure0(this.company)); J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.ViewRefundPayment(t1)); }, - $signature: 42 + $signature: 41 }; Q.handlePaymentAction__closure.prototype = { call$1: function(b) { @@ -331037,7 +329349,7 @@ call$1: function(context) { return new B.PaymentEditScreen(null); }, - $signature: 729 + $signature: 521 }; D._viewRefundPayment_closure.prototype = { call$3: function(store, dynamicAction, next) { @@ -331061,7 +329373,7 @@ call$1: function(context) { return new Y.PaymentRefundScreen(null); }, - $signature: 728 + $signature: 520 }; D._viewPayment_closure.prototype = { call$3: function(store, action, next) { @@ -331136,14 +329448,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).paymentState.map._map$_map, id); }, - $signature: 196 + $signature: 204 }; D._archivePayment__closure0.prototype = { call$1: function(payments) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.ArchivePaymentsSuccess(payments)); this.action.completer.complete$1(0, null); }, - $signature: 276 + $signature: 288 }; D._archivePayment__closure1.prototype = { call$1: function(error) { @@ -331174,7 +329486,7 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).paymentState.map._map$_map, id); }, - $signature: 196 + $signature: 204 }; D._deletePayment__closure0.prototype = { call$1: function(payments) { @@ -331183,7 +329495,7 @@ J.$index$asx(t1.get$_dispatchers(), 0).call$1(new M.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 276 + $signature: 288 }; D._deletePayment__closure1.prototype = { call$1: function(error) { @@ -331214,7 +329526,7 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).paymentState.map._map$_map, id); }, - $signature: 196 + $signature: 204 }; D._restorePayment__closure0.prototype = { call$1: function(payments) { @@ -331223,7 +329535,7 @@ J.$index$asx(t1.get$_dispatchers(), 0).call$1(new M.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 276 + $signature: 288 }; D._restorePayment__closure1.prototype = { call$1: function(error) { @@ -331257,7 +329569,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new M.RefreshData(null, false, false, false)); t1.completer.complete$1(0, payment); }, - $signature: 128 + $signature: 124 }; D._savePayment__closure0.prototype = { call$1: function(error) { @@ -331285,7 +329597,7 @@ J.$index$asx(t1.get$_dispatchers(), 0).call$1(new M.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, payment); }, - $signature: 128 + $signature: 124 }; D._refundPayment__closure0.prototype = { call$1: function(error) { @@ -331310,7 +329622,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.EmailPaymentSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 276 + $signature: 288 }; D._emailPayment__closure0.prototype = { call$1: function(error) { @@ -331336,7 +329648,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.LoadPaymentSuccess(payment)); this.action.completer.complete$1(0, null); }, - $signature: 128 + $signature: 124 }; D._loadPayment__closure0.prototype = { call$1: function(error) { @@ -331366,7 +329678,7 @@ this.action.toString; J.$index$asx(t1.get$_dispatchers(), 0).call$1(new N.LoadRecurringInvoices()); }, - $signature: 1333 + $signature: 1331 }; D._loadPayments__closure0.prototype = { call$1: function(error) { @@ -331398,7 +329710,7 @@ b.get$_payment_state$_$this()._payment_state$_tabIndex = t3; return b; }, - $signature: 1334 + $signature: 1332 }; R.forceSelectedReducer_closure7.prototype = { call$2: function(completer, action) { @@ -331406,7 +329718,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1335 + $signature: 1333 }; R.forceSelectedReducer_closure8.prototype = { call$2: function(completer, action) { @@ -331414,7 +329726,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1336 + $signature: 1334 }; R.forceSelectedReducer_closure9.prototype = { call$2: function(completer, action) { @@ -331422,7 +329734,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1337 + $signature: 1335 }; R.forceSelectedReducer_closure10.prototype = { call$2: function(completer, action) { @@ -331430,7 +329742,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1338 + $signature: 1336 }; R.forceSelectedReducer_closure11.prototype = { call$2: function(completer, action) { @@ -331438,7 +329750,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1339 + $signature: 1337 }; R.forceSelectedReducer_closure12.prototype = { call$2: function(completer, action) { @@ -331446,7 +329758,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1340 + $signature: 1338 }; R.forceSelectedReducer_closure13.prototype = { call$2: function(completer, action) { @@ -331454,7 +329766,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1341 + $signature: 1339 }; R.forceSelectedReducer_closure14.prototype = { call$2: function(completer, action) { @@ -331462,7 +329774,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1342 + $signature: 1340 }; R.tabIndexReducer_closure1.prototype = { call$2: function(completer, action) { @@ -331470,7 +329782,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1343 + $signature: 1341 }; R.tabIndexReducer_closure2.prototype = { call$2: function(completer, action) { @@ -331478,7 +329790,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 91 + $signature: 93 }; R.selectedIdReducer_closure18.prototype = { call$2: function(completer, action) { @@ -331486,7 +329798,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1344 + $signature: 1342 }; R.selectedIdReducer_closure19.prototype = { call$2: function(completer, action) { @@ -331494,7 +329806,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1345 + $signature: 1343 }; R.selectedIdReducer_closure20.prototype = { call$2: function(selectedId, action) { @@ -331510,7 +329822,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1346 + $signature: 1344 }; R.selectedIdReducer_closure22.prototype = { call$2: function(selectedId, action) { @@ -331518,7 +329830,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1347 + $signature: 1345 }; R.selectedIdReducer_closure23.prototype = { call$2: function(selectedId, action) { @@ -331526,7 +329838,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 51 }; R.selectedIdReducer_closure24.prototype = { call$2: function(selectedId, action) { @@ -331542,7 +329854,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1348 + $signature: 1346 }; R.selectedIdReducer_closure26.prototype = { call$2: function(selectedId, action) { @@ -331550,7 +329862,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1349 + $signature: 1347 }; R.selectedIdReducer_closure27.prototype = { call$2: function(selectedId, action) { @@ -331558,7 +329870,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1350 + $signature: 1348 }; R.selectedIdReducer_closure28.prototype = { call$2: function(selectedId, action) { @@ -331566,7 +329878,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1351 + $signature: 1349 }; R.selectedIdReducer_closure29.prototype = { call$2: function(selectedId, action) { @@ -331574,7 +329886,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1352 + $signature: 1350 }; R.selectedIdReducer_closure30.prototype = { call$2: function(selectedId, action) { @@ -331582,7 +329894,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1353 + $signature: 1351 }; R.selectedIdReducer_closure31.prototype = { call$2: function(selectedId, action) { @@ -331590,7 +329902,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1354 + $signature: 1352 }; R.selectedIdReducer_closure32.prototype = { call$2: function(selectedId, action) { @@ -331598,7 +329910,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 147 + $signature: 153 }; R.selectedIdReducer_closure33.prototype = { call$2: function(selectedId, action) { @@ -331613,7 +329925,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 72 + $signature: 67 }; R.editingReducer_closure10.prototype = { call$2: function(payments, action) { @@ -331621,7 +329933,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1355 + $signature: 1353 }; R.editingReducer_closure11.prototype = { call$2: function(payments, action) { @@ -331629,7 +329941,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1356 + $signature: 1354 }; R.editingReducer_closure12.prototype = { call$2: function(payments, action) { @@ -331637,7 +329949,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1357 + $signature: 1355 }; R.editingReducer_closure13.prototype = { call$2: function(payment, action) { @@ -331645,7 +329957,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1358 + $signature: 1356 }; R.editingReducer__closure6.prototype = { call$1: function(b) { @@ -331837,7 +330149,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 342 + $signature: 441 }; R._deletePaymentSuccess_closure.prototype = { call$1: function(b) { @@ -331859,7 +330171,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 342 + $signature: 441 }; R._restorePaymentSuccess_closure.prototype = { call$1: function(b) { @@ -331881,7 +330193,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 342 + $signature: 441 }; R._addPayment_closure.prototype = { call$1: function(b) { @@ -331894,7 +330206,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 277 + $signature: 274 }; R._updatePayment_closure.prototype = { call$1: function(b) { @@ -331903,7 +330215,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 277 + $signature: 274 }; R._setLoadedPayment_closure.prototype = { call$1: function(b) { @@ -331912,61 +330224,61 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 277 + $signature: 274 }; Q.memoizedPaymentsByInvoice_closure.prototype = { call$3: function(invoiceId, paymentMap, paymentList) { return Q.paymentsByInvoiceSelector(invoiceId, paymentMap, paymentList); }, - $signature: 535 + $signature: 469 }; Q.paymentsByInvoiceSelector_closure.prototype = { call$1: function(paymentId) { return J.$index$asx(this.paymentMap._map$_map, paymentId); }, - $signature: 196 + $signature: 204 }; Q.paymentsByInvoiceSelector_closure0.prototype = { call$1: function(payment) { return J.map$1$1$ax(payment.paymentables._list, new Q.paymentsByInvoiceSelector__closure(), type$.legacy_String).contains$1(0, this.invoiceId) && !payment.isDeleted; }, - $signature: 415 + $signature: 354 }; Q.paymentsByInvoiceSelector__closure.prototype = { call$1: function(p) { return p.invoiceId; }, - $signature: 175 + $signature: 169 }; Q.memoizedPaymentsByCredit_closure.prototype = { call$3: function(invoiceId, paymentMap, paymentList) { return Q.paymentsByCreditSelector(invoiceId, paymentMap, paymentList); }, - $signature: 535 + $signature: 469 }; Q.paymentsByCreditSelector_closure.prototype = { call$1: function(paymentId) { return J.$index$asx(this.paymentMap._map$_map, paymentId); }, - $signature: 196 + $signature: 204 }; Q.paymentsByCreditSelector_closure0.prototype = { call$1: function(payment) { return J.map$1$1$ax(payment.paymentables._list, new Q.paymentsByCreditSelector__closure(), type$.legacy_String).contains$1(0, this.creditId) && !payment.isDeleted; }, - $signature: 415 + $signature: 354 }; Q.paymentsByCreditSelector__closure.prototype = { call$1: function(p) { return p.creditId; }, - $signature: 175 + $signature: 169 }; Q.memoizedFilteredPaymentList_closure.prototype = { call$7: function(selectionState, paymentMap, paymentList, invoiceMap, clientMap, userMap, paymentListState) { return Q.filteredPaymentsSelector(selectionState, paymentMap, paymentList, invoiceMap, clientMap, userMap, paymentListState); }, - $signature: 1363 + $signature: 1361 }; Q.filteredPaymentsSelector_closure.prototype = { call$1: function(paymentId) { @@ -332008,7 +330320,7 @@ call$1: function(p) { return p.invoiceId; }, - $signature: 175 + $signature: 169 }; Q.filteredPaymentsSelector_closure0.prototype = { call$2: function(paymentAId, paymentBId) { @@ -332155,7 +330467,7 @@ call$3: function(clientId, paymentMap, invoiceMap) { return Q.paymentStatsForClient(clientId, paymentMap, invoiceMap); }, - $signature: 1364 + $signature: 1362 }; Q.paymentStatsForClient_closure.prototype = { call$2: function(paymentId, payment) { @@ -332165,7 +330477,7 @@ else if (payment.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 192 + $signature: 208 }; L.PaymentState.prototype = { loadPayments$1: function(clients) { @@ -332185,7 +330497,7 @@ call$1: function(item) { return item; }, - $signature: 1365 + $signature: 1363 }; L.PaymentState_loadPayments_closure.prototype = { call$1: function(b) { @@ -332200,7 +330512,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 277 + $signature: 274 }; L.PaymentUIState.prototype = { get$isCreatingNew: function() { @@ -332682,7 +330994,7 @@ call$1: function(paymentTerm) { return paymentTerm.get$id(paymentTerm); }, - $signature: 43 + $signature: 42 }; D.StartPaymentTermMultiselect.prototype = {}; D.AddToPaymentTermMultiselect.prototype = {}; @@ -332773,14 +331085,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).paymentTermState.map._map$_map, id); }, - $signature: 339 + $signature: 445 }; E._archivePaymentTerm__closure0.prototype = { call$1: function(paymentTerms) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new D.ArchivePaymentTermsSuccess(paymentTerms)); this.action.completer.complete$1(0, null); }, - $signature: 335 + $signature: 446 }; E._archivePaymentTerm__closure1.prototype = { call$1: function(error) { @@ -332811,14 +331123,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).paymentTermState.map._map$_map, id); }, - $signature: 339 + $signature: 445 }; E._deletePaymentTerm__closure0.prototype = { call$1: function(paymentTerms) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new D.DeletePaymentTermsSuccess(paymentTerms)); this.action.completer.complete$1(0, null); }, - $signature: 335 + $signature: 446 }; E._deletePaymentTerm__closure1.prototype = { call$1: function(error) { @@ -332849,14 +331161,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).paymentTermState.map._map$_map, id); }, - $signature: 339 + $signature: 445 }; E._restorePaymentTerm__closure0.prototype = { call$1: function(paymentTerms) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new D.RestorePaymentTermsSuccess(paymentTerms)); this.action.completer.complete$1(0, null); }, - $signature: 335 + $signature: 446 }; E._restorePaymentTerm__closure1.prototype = { call$1: function(error) { @@ -332886,7 +331198,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new D.SavePaymentTermSuccess(paymentTerm)); t1.completer.complete$1(0, paymentTerm); }, - $signature: 300 + $signature: 254 }; E._savePaymentTerm__closure0.prototype = { call$1: function(error) { @@ -332914,7 +331226,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new D.LoadPaymentTermSuccess(paymentTerm)); this.action.completer.complete$1(0, null); }, - $signature: 300 + $signature: 254 }; E._loadPaymentTerm__closure0.prototype = { call$1: function(error) { @@ -332945,7 +331257,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1369 + $signature: 1367 }; E._loadPaymentTerms__closure0.prototype = { call$1: function(error) { @@ -332978,7 +331290,7 @@ b.get$_payment_term_state$_$this()._payment_term_state$_forceSelected = t3; return b; }, - $signature: 1370 + $signature: 1368 }; L.forceSelectedReducer_closure95.prototype = { call$2: function(completer, action) { @@ -332986,7 +331298,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1371 + $signature: 1369 }; L.forceSelectedReducer_closure96.prototype = { call$2: function(completer, action) { @@ -332994,7 +331306,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1372 + $signature: 1370 }; L.forceSelectedReducer_closure97.prototype = { call$2: function(completer, action) { @@ -333002,7 +331314,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1373 + $signature: 1371 }; L.forceSelectedReducer_closure98.prototype = { call$2: function(completer, action) { @@ -333010,7 +331322,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1374 + $signature: 1372 }; L.forceSelectedReducer_closure99.prototype = { call$2: function(completer, action) { @@ -333018,7 +331330,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1375 + $signature: 1373 }; L.forceSelectedReducer_closure100.prototype = { call$2: function(completer, action) { @@ -333026,7 +331338,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1376 + $signature: 1374 }; L.forceSelectedReducer_closure101.prototype = { call$2: function(completer, action) { @@ -333034,7 +331346,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1377 + $signature: 1375 }; L.forceSelectedReducer_closure102.prototype = { call$2: function(completer, action) { @@ -333042,7 +331354,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1378 + $signature: 1376 }; L.selectedIdReducer_closure193.prototype = { call$2: function(completer, action) { @@ -333050,7 +331362,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1379 + $signature: 1377 }; L.selectedIdReducer_closure194.prototype = { call$2: function(completer, action) { @@ -333058,7 +331370,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1380 + $signature: 1378 }; L.selectedIdReducer_closure195.prototype = { call$2: function(selectedId, action) { @@ -333074,7 +331386,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 79 + $signature: 74 }; L.selectedIdReducer_closure197.prototype = { call$2: function(selectedId, action) { @@ -333082,7 +331394,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 79 + $signature: 74 }; L.selectedIdReducer_closure198.prototype = { call$2: function(selectedId, action) { @@ -333090,7 +331402,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 51 }; L.selectedIdReducer_closure199.prototype = { call$2: function(selectedId, action) { @@ -333106,7 +331418,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1381 + $signature: 1379 }; L.selectedIdReducer_closure201.prototype = { call$2: function(selectedId, action) { @@ -333114,7 +331426,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1382 + $signature: 1380 }; L.selectedIdReducer_closure202.prototype = { call$2: function(selectedId, action) { @@ -333122,7 +331434,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1383 + $signature: 1381 }; L.selectedIdReducer_closure203.prototype = { call$2: function(selectedId, action) { @@ -333130,7 +331442,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1384 + $signature: 1382 }; L.selectedIdReducer_closure204.prototype = { call$2: function(selectedId, action) { @@ -333138,7 +331450,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1385 + $signature: 1383 }; L.selectedIdReducer_closure205.prototype = { call$2: function(selectedId, action) { @@ -333146,7 +331458,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1386 + $signature: 1384 }; L.selectedIdReducer_closure206.prototype = { call$2: function(selectedId, action) { @@ -333154,7 +331466,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1387 + $signature: 1385 }; L.editingReducer_closure62.prototype = { call$2: function(paymentTerms, action) { @@ -333162,7 +331474,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1388 + $signature: 1386 }; L.editingReducer_closure63.prototype = { call$2: function(paymentTerms, action) { @@ -333170,7 +331482,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1389 + $signature: 1387 }; L.editingReducer_closure64.prototype = { call$2: function(paymentTerms, action) { @@ -333178,7 +331490,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1390 + $signature: 1388 }; L.editingReducer_closure65.prototype = { call$2: function(paymentTerm, action) { @@ -333186,14 +331498,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1391 + $signature: 1389 }; L.editingReducer__closure24.prototype = { call$1: function(b) { b.get$_payment_term_model$_$this()._payment_term_model$_isChanged = true; return b; }, - $signature: 520 + $signature: 468 }; L._viewPaymentTermList_closure.prototype = { call$1: function(b) { @@ -333340,7 +331652,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 337 + $signature: 449 }; L._deletePaymentTermSuccess_closure.prototype = { call$1: function(b) { @@ -333362,7 +331674,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 337 + $signature: 449 }; L._restorePaymentTermSuccess_closure.prototype = { call$1: function(b) { @@ -333384,7 +331696,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 337 + $signature: 449 }; L._addPaymentTerm_closure.prototype = { call$1: function(b) { @@ -333397,7 +331709,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 194 + $signature: 207 }; L._updatePaymentTerm_closure.prototype = { call$1: function(b) { @@ -333406,7 +331718,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 194 + $signature: 207 }; L._setLoadedPaymentTerm_closure.prototype = { call$1: function(b) { @@ -333415,14 +331727,14 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 194 + $signature: 207 }; L._setLoadedCompany_closure7.prototype = { call$1: function(b) { b.get$map(b).addAll$1(0, P.LinkedHashMap_LinkedHashMap$fromIterable(this.action.userCompany.company.paymentTerms, new L._setLoadedCompany__closure7(), new L._setLoadedCompany__closure8(), type$.legacy_String, type$.legacy_PaymentTermEntity)); return b; }, - $signature: 194 + $signature: 207 }; L._setLoadedCompany__closure7.prototype = { call$1: function(item) { @@ -333434,7 +331746,7 @@ call$1: function(item) { return item; }, - $signature: 517 + $signature: 554 }; L._setLoadedCompany_closure8.prototype = { call$1: function(b) { @@ -333443,13 +331755,13 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 194 + $signature: 207 }; V.memoizedDropdownPaymentTermList_closure.prototype = { call$2: function(paymentTermMap, paymentTermList) { return V.dropdownPaymentTermsSelector(paymentTermMap, paymentTermList); }, - $signature: 1396 + $signature: 1394 }; V.dropdownPaymentTermsSelector_closure.prototype = { call$1: function(paymentTermId) { @@ -333477,7 +331789,7 @@ call$4: function(selectionState, paymentTermMap, paymentTermList, paymentTermListState) { return V.filteredPaymentTermsSelector(selectionState, paymentTermMap, paymentTermList, paymentTermListState); }, - $signature: 1397 + $signature: 1395 }; V.filteredPaymentTermsSelector_closure.prototype = { call$1: function(paymentTermId) { @@ -333522,7 +331834,7 @@ call$1: function(item) { return item; }, - $signature: 517 + $signature: 554 }; N.PaymentTermState_loadPaymentTerms_closure.prototype = { call$1: function(b) { @@ -333537,7 +331849,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 194 + $signature: 207 }; N.PaymentTermUIState.prototype = { get$isCreatingNew: function() { @@ -334018,7 +332330,7 @@ call$1: function(product) { return product.get$id(product); }, - $signature: 43 + $signature: 42 }; Z.handleProductAction_closure0.prototype = { call$1: function(b) { @@ -334040,7 +332352,7 @@ t3 = J.$index$asx(t4.$index(t2, t3).productState.map._map$_map, productId); return O.convertProductToInvoiceItem(null, t5, t1.staticState.currencyMap, this.invoice, t3); }, - $signature: 1398 + $signature: 1396 }; Z.StartProductMultiselect.prototype = {}; Z.AddToProductMultiselect.prototype = {}; @@ -334138,14 +332450,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).productState.map._map$_map, id); }, - $signature: 245 + $signature: 303 }; E._archiveProduct__closure0.prototype = { call$1: function(products) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Z.ArchiveProductsSuccess(products)); this.action.completer.complete$1(0, null); }, - $signature: 343 + $signature: 452 }; E._archiveProduct__closure1.prototype = { call$1: function(error) { @@ -334176,14 +332488,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).productState.map._map$_map, id); }, - $signature: 245 + $signature: 303 }; E._deleteProduct__closure0.prototype = { call$1: function(products) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Z.DeleteProductsSuccess(products)); this.action.completer.complete$1(0, null); }, - $signature: 343 + $signature: 452 }; E._deleteProduct__closure1.prototype = { call$1: function(error) { @@ -334214,14 +332526,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).productState.map._map$_map, id); }, - $signature: 245 + $signature: 303 }; E._restoreProduct__closure0.prototype = { call$1: function(products) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Z.RestoreProductsSuccess(products)); this.action.completer.complete$1(0, null); }, - $signature: 343 + $signature: 452 }; E._restoreProduct__closure1.prototype = { call$1: function(error) { @@ -334251,7 +332563,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new Z.SaveProductSuccess(product)); t1.completer.complete$1(0, product); }, - $signature: 218 + $signature: 213 }; E._saveProduct__closure0.prototype = { call$1: function(error) { @@ -334280,7 +332592,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 218 + $signature: 213 }; E._loadProduct__closure0.prototype = { call$1: function(error) { @@ -334311,7 +332623,7 @@ this.action.toString; J.$index$asx(t1.get$_dispatchers(), 0).call$1(new Q.LoadInvoices()); }, - $signature: 1401 + $signature: 1399 }; E._loadProducts__closure0.prototype = { call$1: function(error) { @@ -334349,7 +332661,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Z.SaveProductSuccess(product)); this.action.completer.complete$1(0, null); }, - $signature: 218 + $signature: 213 }; E._saveDocument__closure24.prototype = { call$1: function(error) { @@ -334381,7 +332693,7 @@ b.get$_product_state$_$this()._product_state$_forceSelected = t3; return b; }, - $signature: 1402 + $signature: 1400 }; B.forceSelectedReducer_closure175.prototype = { call$2: function(completer, action) { @@ -334389,7 +332701,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1403 + $signature: 1401 }; B.forceSelectedReducer_closure176.prototype = { call$2: function(completer, action) { @@ -334397,7 +332709,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1404 + $signature: 1402 }; B.forceSelectedReducer_closure177.prototype = { call$2: function(completer, action) { @@ -334405,7 +332717,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1405 + $signature: 1403 }; B.forceSelectedReducer_closure178.prototype = { call$2: function(completer, action) { @@ -334413,7 +332725,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1406 + $signature: 1404 }; B.forceSelectedReducer_closure179.prototype = { call$2: function(completer, action) { @@ -334421,7 +332733,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1407 + $signature: 1405 }; B.forceSelectedReducer_closure180.prototype = { call$2: function(completer, action) { @@ -334429,7 +332741,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1408 + $signature: 1406 }; B.forceSelectedReducer_closure181.prototype = { call$2: function(completer, action) { @@ -334437,7 +332749,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1409 + $signature: 1407 }; B.forceSelectedReducer_closure182.prototype = { call$2: function(completer, action) { @@ -334445,7 +332757,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1410 + $signature: 1408 }; B.tabIndexReducer_closure23.prototype = { call$2: function(completer, action) { @@ -334453,7 +332765,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1411 + $signature: 1409 }; B.tabIndexReducer_closure24.prototype = { call$2: function(completer, action) { @@ -334461,7 +332773,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 91 + $signature: 93 }; B.editingReducer_closure126.prototype = { call$2: function(product, action) { @@ -334469,14 +332781,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1412 + $signature: 1410 }; B.editingReducer__closure49.prototype = { call$1: function(b) { b.get$_product_model$_$this()._product_model$_isChanged = true; return b; }, - $signature: 167 + $signature: 181 }; B.editingReducer_closure127.prototype = { call$2: function(products, action) { @@ -334484,7 +332796,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1413 + $signature: 1411 }; B.editingReducer_closure128.prototype = { call$2: function(products, action) { @@ -334492,7 +332804,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1414 + $signature: 1412 }; B.editingReducer_closure129.prototype = { call$2: function(products, action) { @@ -334500,7 +332812,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1415 + $signature: 1413 }; B.selectedIdReducer_closure352.prototype = { call$2: function(completer, action) { @@ -334508,7 +332820,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1416 + $signature: 1414 }; B.selectedIdReducer_closure353.prototype = { call$2: function(completer, action) { @@ -334516,7 +332828,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1417 + $signature: 1415 }; B.selectedIdReducer_closure354.prototype = { call$2: function(selectedId, action) { @@ -334532,7 +332844,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1418 + $signature: 1416 }; B.selectedIdReducer_closure356.prototype = { call$2: function(selectedId, action) { @@ -334540,7 +332852,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1419 + $signature: 1417 }; B.selectedIdReducer_closure357.prototype = { call$2: function(selectedId, action) { @@ -334548,7 +332860,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 51 }; B.selectedIdReducer_closure358.prototype = { call$2: function(selectedId, action) { @@ -334564,7 +332876,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1420 + $signature: 1418 }; B.selectedIdReducer_closure360.prototype = { call$2: function(selectedId, action) { @@ -334572,7 +332884,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1421 + $signature: 1419 }; B.selectedIdReducer_closure361.prototype = { call$2: function(selectedId, action) { @@ -334580,7 +332892,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1422 + $signature: 1420 }; B.selectedIdReducer_closure362.prototype = { call$2: function(selectedId, action) { @@ -334588,7 +332900,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1423 + $signature: 1421 }; B.selectedIdReducer_closure363.prototype = { call$2: function(selectedId, action) { @@ -334596,7 +332908,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1424 + $signature: 1422 }; B.selectedIdReducer_closure364.prototype = { call$2: function(selectedId, action) { @@ -334604,7 +332916,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1425 + $signature: 1423 }; B.selectedIdReducer_closure365.prototype = { call$2: function(selectedId, action) { @@ -334612,7 +332924,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1426 + $signature: 1424 }; B._viewClientList_closure0.prototype = { call$1: function(b) { @@ -334797,7 +333109,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 460 + $signature: 454 }; B._deleteProductSuccess_closure.prototype = { call$1: function(b) { @@ -334819,7 +333131,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 460 + $signature: 454 }; B._restoreProductSuccess_closure.prototype = { call$1: function(b) { @@ -334841,7 +333153,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 460 + $signature: 454 }; B._addProduct_closure.prototype = { call$1: function(b) { @@ -334854,7 +333166,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 315 + $signature: 278 }; B._updateProduct_closure.prototype = { call$1: function(b) { @@ -334863,7 +333175,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 315 + $signature: 278 }; B._setLoadedProduct_closure.prototype = { call$1: function(b) { @@ -334872,7 +333184,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 315 + $signature: 278 }; O.convertProductToInvoiceItem_closure.prototype = { call$1: function(b) { @@ -334915,7 +333227,7 @@ call$3: function(productMap, productList, userMap) { return O.dropdownProductsSelector(productMap, productList, userMap); }, - $signature: 1429 + $signature: 1427 }; O.dropdownProductsSelector_closure.prototype = { call$1: function(productId) { @@ -334936,7 +333248,7 @@ call$1: function(productMap) { return O.productList(productMap); }, - $signature: 1430 + $signature: 1428 }; O.productList_closure.prototype = { call$1: function(productId) { @@ -334957,7 +333269,7 @@ call$5: function(selectionState, productMap, productList, productListState, userMap) { return O.filteredProductsSelector(selectionState, productMap, productList, productListState, userMap); }, - $signature: 1431 + $signature: 1429 }; O.filteredProductsSelector_closure.prototype = { call$1: function(productId) { @@ -335031,7 +333343,7 @@ call$1: function(item) { return item; }, - $signature: 1432 + $signature: 1430 }; Y.ProductState_loadProducts_closure.prototype = { call$1: function(b) { @@ -335046,7 +333358,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 315 + $signature: 278 }; Y.ProductUIState.prototype = { get$isCreatingNew: function() { @@ -335526,7 +333838,7 @@ call$1: function(project) { return project.get$id(project); }, - $signature: 43 + $signature: 42 }; M.handleProjectAction_closure0.prototype = { call$1: function(b) { @@ -335535,13 +333847,13 @@ b.get$_task_model$_$this()._task_model$_clientId = t1.clientId; return b; }, - $signature: 44 + $signature: 45 }; M.handleProjectAction_closure1.prototype = { call$1: function(project) { C.JSArray_methods.addAll$1(this.items, Q.convertProjectToInvoiceItem(this.context, project)); }, - $signature: 360 + $signature: 456 }; M.handleProjectAction_closure2.prototype = { call$1: function(b) { @@ -335653,14 +333965,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).projectState.map._map$_map, id); }, - $signature: 256 + $signature: 297 }; Q._archiveProject__closure0.prototype = { call$1: function(projects) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new M.ArchiveProjectSuccess(projects)); this.action.completer.complete$1(0, null); }, - $signature: 361 + $signature: 457 }; Q._archiveProject__closure1.prototype = { call$1: function(error) { @@ -335691,14 +334003,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).projectState.map._map$_map, id); }, - $signature: 256 + $signature: 297 }; Q._deleteProject__closure0.prototype = { call$1: function(projects) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new M.DeleteProjectSuccess(projects)); this.action.completer.complete$1(0, null); }, - $signature: 361 + $signature: 457 }; Q._deleteProject__closure1.prototype = { call$1: function(error) { @@ -335729,14 +334041,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).projectState.map._map$_map, id); }, - $signature: 256 + $signature: 297 }; Q._restoreProject__closure0.prototype = { call$1: function(projects) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new M.RestoreProjectSuccess(projects)); this.action.completer.complete$1(0, null); }, - $signature: 361 + $signature: 457 }; Q._restoreProject__closure1.prototype = { call$1: function(error) { @@ -335769,7 +334081,7 @@ if (t1 != null) t1.complete$1(0, project); }, - $signature: 241 + $signature: 221 }; Q._saveProject__closure0.prototype = { call$1: function(error) { @@ -335798,7 +334110,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 241 + $signature: 221 }; Q._loadProject__closure0.prototype = { call$1: function(error) { @@ -335831,7 +334143,7 @@ this.action.toString; J.$index$asx(t1.get$_dispatchers(), 0).call$1(new U.LoadTasks()); }, - $signature: 1436 + $signature: 1434 }; Q._loadProjects__closure0.prototype = { call$1: function(error) { @@ -335869,7 +334181,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new M.SaveProjectSuccess(project)); this.action.completer.complete$1(0, null); }, - $signature: 241 + $signature: 221 }; Q._saveDocument__closure12.prototype = { call$1: function(error) { @@ -335905,7 +334217,7 @@ b.get$_project_state$_$this()._project_state$_cancelCompleter = t3; return b; }, - $signature: 1437 + $signature: 1435 }; G.forceSelectedReducer_closure15.prototype = { call$2: function(completer, action) { @@ -335913,7 +334225,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1438 + $signature: 1436 }; G.forceSelectedReducer_closure16.prototype = { call$2: function(completer, action) { @@ -335921,7 +334233,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1439 + $signature: 1437 }; G.forceSelectedReducer_closure17.prototype = { call$2: function(completer, action) { @@ -335929,7 +334241,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1440 + $signature: 1438 }; G.forceSelectedReducer_closure18.prototype = { call$2: function(completer, action) { @@ -335937,7 +334249,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1441 + $signature: 1439 }; G.forceSelectedReducer_closure19.prototype = { call$2: function(completer, action) { @@ -335945,7 +334257,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1442 + $signature: 1440 }; G.forceSelectedReducer_closure20.prototype = { call$2: function(completer, action) { @@ -335953,7 +334265,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1443 + $signature: 1441 }; G.forceSelectedReducer_closure21.prototype = { call$2: function(completer, action) { @@ -335961,7 +334273,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1444 + $signature: 1442 }; G.forceSelectedReducer_closure22.prototype = { call$2: function(completer, action) { @@ -335969,7 +334281,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1445 + $signature: 1443 }; G.tabIndexReducer_closure3.prototype = { call$2: function(completer, action) { @@ -335977,7 +334289,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1446 + $signature: 1444 }; G.tabIndexReducer_closure4.prototype = { call$2: function(completer, action) { @@ -335985,7 +334297,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 91 + $signature: 93 }; G.saveCompleterReducer_closure.prototype = { call$2: function(completer, action) { @@ -335993,7 +334305,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 507 + $signature: 646 }; G.cancelCompleterReducer_closure.prototype = { call$2: function(completer, action) { @@ -336001,7 +334313,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 507 + $signature: 646 }; G.selectedIdReducer_closure34.prototype = { call$2: function(completer, action) { @@ -336009,7 +334321,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1448 + $signature: 1446 }; G.selectedIdReducer_closure35.prototype = { call$2: function(completer, action) { @@ -336017,7 +334329,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1449 + $signature: 1447 }; G.selectedIdReducer_closure36.prototype = { call$2: function(selectedId, action) { @@ -336033,7 +334345,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1450 + $signature: 1448 }; G.selectedIdReducer_closure38.prototype = { call$2: function(selectedId, action) { @@ -336041,7 +334353,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1451 + $signature: 1449 }; G.selectedIdReducer_closure39.prototype = { call$2: function(selectedId, action) { @@ -336049,7 +334361,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 51 }; G.selectedIdReducer_closure40.prototype = { call$2: function(selectedId, action) { @@ -336065,7 +334377,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1452 + $signature: 1450 }; G.selectedIdReducer_closure42.prototype = { call$2: function(selectedId, action) { @@ -336073,7 +334385,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1453 + $signature: 1451 }; G.selectedIdReducer_closure43.prototype = { call$2: function(selectedId, action) { @@ -336081,7 +334393,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1454 + $signature: 1452 }; G.selectedIdReducer_closure44.prototype = { call$2: function(selectedId, action) { @@ -336089,7 +334401,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1455 + $signature: 1453 }; G.selectedIdReducer_closure45.prototype = { call$2: function(selectedId, action) { @@ -336097,7 +334409,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1456 + $signature: 1454 }; G.selectedIdReducer_closure46.prototype = { call$2: function(selectedId, action) { @@ -336105,7 +334417,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1457 + $signature: 1455 }; G.selectedIdReducer_closure47.prototype = { call$2: function(selectedId, action) { @@ -336113,7 +334425,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1458 + $signature: 1456 }; G.selectedIdReducer_closure48.prototype = { call$2: function(selectedId, action) { @@ -336128,7 +334440,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 72 + $signature: 67 }; G.editingReducer_closure14.prototype = { call$2: function(projects, action) { @@ -336136,7 +334448,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1459 + $signature: 1457 }; G.editingReducer_closure15.prototype = { call$2: function(projects, action) { @@ -336144,7 +334456,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1460 + $signature: 1458 }; G.editingReducer_closure16.prototype = { call$2: function(projects, action) { @@ -336152,7 +334464,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1461 + $signature: 1459 }; G.editingReducer_closure17.prototype = { call$2: function(project, action) { @@ -336160,14 +334472,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1462 + $signature: 1460 }; G.editingReducer__closure7.prototype = { call$1: function(b) { b.get$_project_model$_$this()._project_model$_isChanged = true; return b; }, - $signature: 178 + $signature: 161 }; G._viewProjectList_closure.prototype = { call$1: function(b) { @@ -336352,7 +334664,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 367 + $signature: 332 }; G._deleteProjectSuccess_closure.prototype = { call$1: function(b) { @@ -336374,7 +334686,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 367 + $signature: 332 }; G._restoreProjectSuccess_closure.prototype = { call$1: function(b) { @@ -336396,7 +334708,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 367 + $signature: 332 }; G._addProject_closure.prototype = { call$1: function(b) { @@ -336409,7 +334721,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 308 + $signature: 266 }; G._updateProject_closure.prototype = { call$1: function(b) { @@ -336418,7 +334730,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 308 + $signature: 266 }; G._setLoadedProject_closure.prototype = { call$1: function(b) { @@ -336427,7 +334739,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 308 + $signature: 266 }; Q.convertProjectToInvoiceItem_closure.prototype = { call$2: function(index, task) { @@ -336443,7 +334755,7 @@ if (t1) this.tasks.push(task); }, - $signature: 131 + $signature: 134 }; Q.convertProjectToInvoiceItem_closure0.prototype = { call$2: function(index, expense) { @@ -336458,33 +334770,33 @@ t2 = C.JSArray_methods.get$first(taskB.getTaskTimes$0()); return C.JSInt_methods.compareTo$1(t1.startDate._value, t2.startDate._value); }, - $signature: 404 + $signature: 393 }; Q.convertProjectToInvoiceItem_closure2.prototype = { call$2: function(expenseA, expenseB) { return J.compareTo$1$ns(expenseA.date, expenseB.date); }, - $signature: 595 + $signature: 488 }; Q.convertProjectToInvoiceItem_closure3.prototype = { call$1: function(b) { var t1 = this._box_0.notes; return b.get$_invoice_model$_$this()._invoice_model$_notes = t1; }, - $signature: 503 + $signature: 462 }; Q.convertProjectToInvoiceItem_closure4.prototype = { call$1: function(b) { var t1 = this._box_1.notes; return b.get$_invoice_model$_$this()._invoice_model$_notes = t1; }, - $signature: 503 + $signature: 462 }; Q.memoizedDropdownProjectList_closure.prototype = { call$5: function(projectMap, projectList, clientMap, userMap, clientId) { return Q.dropdownProjectsSelector(projectMap, projectList, clientMap, userMap, clientId); }, - $signature: 1466 + $signature: 1464 }; Q.dropdownProjectsSelector_closure.prototype = { call$1: function(projectId) { @@ -336522,7 +334834,7 @@ call$6: function(selectionState, projectMap, projectList, projectListState, clientMap, userMap) { return Q.filteredProjectsSelector(selectionState, projectMap, projectList, projectListState, clientMap, userMap); }, - $signature: 1467 + $signature: 1465 }; Q.filteredProjectsSelector_closure.prototype = { call$1: function(projectId) { @@ -336609,13 +334921,13 @@ t1.total = t1.total + C.JSInt_methods._tdivFast$1(task.calculateDuration$0()._duration, 1000000); } }, - $signature: 131 + $signature: 134 }; Q.memoizedProjectStatsForClient_closure.prototype = { call$2: function(clientId, projectMap) { return Q.projectStatsForClient(clientId, projectMap); }, - $signature: 502 + $signature: 463 }; Q.projectStatsForClient_closure.prototype = { call$2: function(projectId, project) { @@ -336625,13 +334937,13 @@ else if (project.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 1469 + $signature: 1467 }; Q.memoizedProjectStatsForUser_closure.prototype = { call$2: function(userId, projectMap) { return Q.projectStatsForClient(userId, projectMap); }, - $signature: 502 + $signature: 463 }; D.ProjectState.prototype = { $get$1: function(_, projectId) { @@ -336659,7 +334971,7 @@ call$1: function(item) { return item; }, - $signature: 1470 + $signature: 1468 }; D.ProjectState_loadProjects_closure.prototype = { call$1: function(b) { @@ -336674,7 +334986,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 308 + $signature: 266 }; D.ProjectUIState.prototype = { get$isCreatingNew: function() { @@ -337198,7 +335510,7 @@ call$1: function(quote) { return quote.get$id(quote); }, - $signature: 43 + $signature: 42 }; E.handleQuoteAction_closure0.prototype = { call$1: function(element) { @@ -337421,7 +335733,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.ArchiveQuotesSuccess(quotes)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 43 }; S._archiveQuote__closure1.prototype = { call$1: function(error) { @@ -337459,7 +335771,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.DeleteQuotesSuccess(quotes)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 43 }; S._deleteQuote__closure1.prototype = { call$1: function(error) { @@ -337497,7 +335809,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.RestoreQuotesSuccess(quotes)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 43 }; S._restoreQuote__closure1.prototype = { call$1: function(error) { @@ -337524,7 +335836,7 @@ J.$index$asx(t1.get$_dispatchers(), 0).call$1(new M.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 43 }; S._convertQuote__closure0.prototype = { call$1: function(error) { @@ -337549,7 +335861,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.MarkSentQuoteSuccess(quotes)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 43 }; S._markSentQuote__closure0.prototype = { call$1: function(error) { @@ -337581,7 +335893,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.EmailQuoteSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 74 + $signature: 83 }; S._emailQuote__closure0.prototype = { call$1: function(error) { @@ -337626,7 +335938,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new E.SaveQuoteSuccess(quote)); t1.completer.complete$1(0, quote); }, - $signature: 71 + $signature: 66 }; S._saveQuote__closure1.prototype = { call$1: function(error) { @@ -337655,7 +335967,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 71 + $signature: 66 }; S._loadQuote__closure0.prototype = { call$1: function(error) { @@ -337683,7 +335995,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.DownloadQuotesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 43 }; S._downloadQuotes__closure0.prototype = { call$1: function(error) { @@ -337708,7 +336020,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.BulkEmailQuotesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 43 }; S._bulkEmailQuotes__closure0.prototype = { call$1: function(error) { @@ -337738,7 +336050,7 @@ this.action.toString; J.$index$asx(t1.get$_dispatchers(), 0).call$1(new E.LoadCredits()); }, - $signature: 320 + $signature: 286 }; S._loadQuotes__closure0.prototype = { call$1: function(error) { @@ -337776,7 +336088,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.SaveQuoteSuccess(quote)); this.action.completer.complete$1(0, null); }, - $signature: 71 + $signature: 66 }; S._saveDocument__closure10.prototype = { call$1: function(error) { @@ -337812,7 +336124,7 @@ b.get$_quote_state$_$this()._historyActivityId = t3; return b; }, - $signature: 1471 + $signature: 1469 }; L.forceSelectedReducer_closure.prototype = { call$2: function(completer, action) { @@ -337820,7 +336132,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1472 + $signature: 1470 }; L.forceSelectedReducer_closure0.prototype = { call$2: function(completer, action) { @@ -337828,7 +336140,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1473 + $signature: 1471 }; L.forceSelectedReducer_closure1.prototype = { call$2: function(completer, action) { @@ -337836,7 +336148,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1474 + $signature: 1472 }; L.forceSelectedReducer_closure2.prototype = { call$2: function(completer, action) { @@ -337844,7 +336156,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1475 + $signature: 1473 }; L.forceSelectedReducer_closure3.prototype = { call$2: function(completer, action) { @@ -337852,7 +336164,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1476 + $signature: 1474 }; L.forceSelectedReducer_closure4.prototype = { call$2: function(completer, action) { @@ -337860,7 +336172,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1477 + $signature: 1475 }; L.forceSelectedReducer_closure5.prototype = { call$2: function(completer, action) { @@ -337868,7 +336180,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1478 + $signature: 1476 }; L.forceSelectedReducer_closure6.prototype = { call$2: function(completer, action) { @@ -337876,7 +336188,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1479 + $signature: 1477 }; L.tabIndexReducer_closure.prototype = { call$2: function(completer, action) { @@ -337884,7 +336196,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1480 + $signature: 1478 }; L.tabIndexReducer_closure0.prototype = { call$2: function(completer, action) { @@ -337892,7 +336204,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 91 + $signature: 93 }; L.historyActivityIdReducer_closure.prototype = { call$2: function(index, action) { @@ -337900,7 +336212,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 501 + $signature: 464 }; L.editingItemReducer_closure.prototype = { call$2: function(index, action) { @@ -337908,7 +336220,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1482 + $signature: 1480 }; L.editingItemReducer_closure0.prototype = { call$2: function(index, action) { @@ -337916,7 +336228,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1483 + $signature: 1481 }; L.selectedIdReducer_closure.prototype = { call$2: function(completer, action) { @@ -337924,7 +336236,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1484 + $signature: 1482 }; L.selectedIdReducer_closure0.prototype = { call$2: function(completer, action) { @@ -337932,7 +336244,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1485 + $signature: 1483 }; L.selectedIdReducer_closure1.prototype = { call$2: function(selectedId, action) { @@ -337948,7 +336260,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1486 + $signature: 1484 }; L.selectedIdReducer_closure3.prototype = { call$2: function(selectedId, action) { @@ -337956,7 +336268,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1487 + $signature: 1485 }; L.selectedIdReducer_closure4.prototype = { call$2: function(selectedId, action) { @@ -337964,7 +336276,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1488 + $signature: 1486 }; L.selectedIdReducer_closure5.prototype = { call$2: function(selectedId, action) { @@ -337972,7 +336284,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 501 + $signature: 464 }; L.selectedIdReducer_closure6.prototype = { call$2: function(selectedId, action) { @@ -337980,7 +336292,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 51 }; L.selectedIdReducer_closure7.prototype = { call$2: function(selectedId, action) { @@ -337996,7 +336308,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1489 + $signature: 1487 }; L.selectedIdReducer_closure9.prototype = { call$2: function(selectedId, action) { @@ -338004,7 +336316,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1490 + $signature: 1488 }; L.selectedIdReducer_closure10.prototype = { call$2: function(selectedId, action) { @@ -338012,7 +336324,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1491 + $signature: 1489 }; L.selectedIdReducer_closure11.prototype = { call$2: function(selectedId, action) { @@ -338020,7 +336332,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1492 + $signature: 1490 }; L.selectedIdReducer_closure12.prototype = { call$2: function(selectedId, action) { @@ -338028,7 +336340,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1493 + $signature: 1491 }; L.selectedIdReducer_closure13.prototype = { call$2: function(selectedId, action) { @@ -338036,7 +336348,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1494 + $signature: 1492 }; L.selectedIdReducer_closure14.prototype = { call$2: function(selectedId, action) { @@ -338044,7 +336356,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1495 + $signature: 1493 }; L.selectedIdReducer_closure15.prototype = { call$2: function(selectedId, action) { @@ -338052,7 +336364,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1496 + $signature: 1494 }; L.selectedIdReducer_closure16.prototype = { call$2: function(selectedId, action) { @@ -338060,7 +336372,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 147 + $signature: 153 }; L.selectedIdReducer_closure17.prototype = { call$2: function(selectedId, action) { @@ -338075,7 +336387,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 72 + $signature: 67 }; L.editingReducer_closure.prototype = { call$2: function(quote, action) { @@ -338083,7 +336395,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1497 + $signature: 1495 }; L.editingReducer__closure5.prototype = { call$1: function(b) { @@ -338098,7 +336410,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 500 + $signature: 465 }; L.editingReducer__closure4.prototype = { call$1: function(b) { @@ -338113,7 +336425,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1499 + $signature: 1497 }; L.editingReducer_closure2.prototype = { call$2: function(invoice, action) { @@ -338121,7 +336433,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 499 + $signature: 466 }; L.editingReducer__closure3.prototype = { call$1: function(b) { @@ -338136,7 +336448,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 498 + $signature: 467 }; L.editingReducer__closure2.prototype = { call$1: function(b) { @@ -338151,7 +336463,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1502 + $signature: 1500 }; L.editingReducer__closure1.prototype = { call$1: function(b) { @@ -338177,7 +336489,7 @@ call$1: function(contact) { return Q.InvitationEntity_InvitationEntity(contact.id); }, - $signature: 202 + $signature: 190 }; L.editingReducer_closure5.prototype = { call$2: function(quotes, action) { @@ -338185,7 +336497,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1503 + $signature: 1501 }; L.editingReducer_closure6.prototype = { call$2: function(quotes, action) { @@ -338193,7 +336505,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1504 + $signature: 1502 }; L.editingReducer_closure7.prototype = { call$2: function(quotes, action) { @@ -338201,7 +336513,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1505 + $signature: 1503 }; L.editingReducer_closure8.prototype = { call$2: function(invoice, action) { @@ -338209,7 +336521,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1506 + $signature: 1504 }; L.editingReducer__closure0.prototype = { call$1: function(b) { @@ -338229,7 +336541,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1507 + $signature: 1505 }; L.editingReducer__closure.prototype = { call$1: function(b) { @@ -338463,14 +336775,14 @@ call$1: function(item) { return item; }, - $signature: 164 + $signature: 175 }; L._markSentQuoteSuccess_closure.prototype = { call$1: function(b) { b.get$map(b).addAll$1(0, this.quoteMap); return b; }, - $signature: 214 + $signature: 238 }; L._archiveQuoteSuccess_closure.prototype = { call$1: function(b) { @@ -338492,7 +336804,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 373 + $signature: 443 }; L._deleteQuoteSuccess_closure.prototype = { call$1: function(b) { @@ -338514,7 +336826,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 373 + $signature: 443 }; L._restoreQuoteSuccess_closure.prototype = { call$1: function(b) { @@ -338536,7 +336848,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 373 + $signature: 443 }; L._convertQuoteSuccess_closure0.prototype = { call$1: function(item) { @@ -338548,14 +336860,14 @@ call$1: function(item) { return item; }, - $signature: 164 + $signature: 175 }; L._convertQuoteSuccess_closure.prototype = { call$1: function(b) { b.get$map(b).addAll$1(0, this.quoteMap); return b; }, - $signature: 214 + $signature: 238 }; L._addQuote_closure.prototype = { call$1: function(b) { @@ -338568,7 +336880,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 214 + $signature: 238 }; L._addQuote__closure.prototype = { call$1: function(b) { @@ -338584,7 +336896,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new L._updateQuote__closure())); return b; }, - $signature: 214 + $signature: 238 }; L._updateQuote__closure.prototype = { call$1: function(b) { @@ -338598,7 +336910,7 @@ call$6: function(selectionState, quoteMap, quoteList, clientMap, quoteListState, userMap) { return Y.filteredQuotesSelector(selectionState, quoteMap, quoteList, clientMap, quoteListState, userMap); }, - $signature: 609 + $signature: 496 }; Y.filteredQuotesSelector_closure.prototype = { call$1: function(quoteId) { @@ -338680,7 +336992,7 @@ call$2: function(clientId, quoteMap) { return Y.quoteStatsForClient(clientId, quoteMap); }, - $signature: 81 + $signature: 80 }; Y.quoteStatsForClient_closure.prototype = { call$2: function(quoteId, quote) { @@ -338696,7 +337008,7 @@ call$2: function(designId, quoteMap) { return Y.quoteStatsForDesign(designId, quoteMap); }, - $signature: 81 + $signature: 80 }; Y.quoteStatsForDesign_closure.prototype = { call$2: function(quoteId, quote) { @@ -338712,7 +337024,7 @@ call$2: function(userId, quoteMap) { return Y.quoteStatsForUser(userId, quoteMap); }, - $signature: 81 + $signature: 80 }; Y.quoteStatsForUser_closure.prototype = { call$2: function(quoteId, quote) { @@ -338750,7 +337062,7 @@ call$1: function(item) { return item; }, - $signature: 164 + $signature: 175 }; G.QuoteState_loadQuotes_closure.prototype = { call$1: function(b) { @@ -338765,7 +337077,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 214 + $signature: 238 }; G.QuoteUIState.prototype = { get$isCreatingNew: function() { @@ -339316,7 +337628,7 @@ call$1: function(recurringExpense) { return recurringExpense.get$id(recurringExpense); }, - $signature: 43 + $signature: 42 }; U.handleRecurringExpenseAction_closure0.prototype = { call$1: function(b) { @@ -339413,14 +337725,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).recurringExpenseState.map._map$_map, id); }, - $signature: 185 + $signature: 205 }; R._archiveRecurringExpense__closure0.prototype = { call$1: function(recurringExpenses) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.ArchiveRecurringExpensesSuccess(recurringExpenses)); this.action.completer.complete$1(0, null); }, - $signature: 149 + $signature: 150 }; R._archiveRecurringExpense__closure1.prototype = { call$1: function(error) { @@ -339451,14 +337763,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).recurringExpenseState.map._map$_map, id); }, - $signature: 185 + $signature: 205 }; R._deleteRecurringExpense__closure0.prototype = { call$1: function(recurringExpenses) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.DeleteRecurringExpensesSuccess(recurringExpenses)); this.action.completer.complete$1(0, null); }, - $signature: 149 + $signature: 150 }; R._deleteRecurringExpense__closure1.prototype = { call$1: function(error) { @@ -339489,14 +337801,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).recurringExpenseState.map._map$_map, id); }, - $signature: 185 + $signature: 205 }; R._restoreRecurringExpense__closure0.prototype = { call$1: function(recurringExpenses) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.RestoreRecurringExpensesSuccess(recurringExpenses)); this.action.completer.complete$1(0, null); }, - $signature: 149 + $signature: 150 }; R._restoreRecurringExpense__closure1.prototype = { call$1: function(error) { @@ -339526,7 +337838,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new U.SaveRecurringExpenseSuccess(recurringExpense)); t1.completer.complete$1(0, recurringExpense); }, - $signature: 116 + $signature: 120 }; R._saveRecurringExpense__closure0.prototype = { call$1: function(error) { @@ -339557,7 +337869,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 116 + $signature: 120 }; R._loadRecurringExpense__closure0.prototype = { call$1: function(error) { @@ -339590,7 +337902,7 @@ this.action.toString; J.$index$asx(t1.get$_dispatchers(), 0).call$1(new M.PersistData()); }, - $signature: 576 + $signature: 482 }; R._loadRecurringExpenses__closure0.prototype = { call$1: function(error) { @@ -339615,7 +337927,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.StartRecurringExpensesSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 149 + $signature: 150 }; R._startRecurringExpense__closure0.prototype = { call$1: function(error) { @@ -339640,7 +337952,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.StopRecurringExpensesSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 149 + $signature: 150 }; R._stopRecurringExpense__closure0.prototype = { call$1: function(error) { @@ -339678,7 +337990,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.SaveRecurringExpenseSuccess(expense)); this.action.completer.complete$1(0, null); }, - $signature: 116 + $signature: 120 }; R._saveDocument__closure6.prototype = { call$1: function(error) { @@ -339710,7 +338022,7 @@ b.get$_recurring_expense_state$_$this()._recurring_expense_state$_tabIndex = t3; return b; }, - $signature: 1510 + $signature: 1508 }; E.forceSelectedReducer_closure151.prototype = { call$2: function(completer, action) { @@ -339718,7 +338030,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1511 + $signature: 1509 }; E.forceSelectedReducer_closure152.prototype = { call$2: function(completer, action) { @@ -339726,7 +338038,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1512 + $signature: 1510 }; E.forceSelectedReducer_closure153.prototype = { call$2: function(completer, action) { @@ -339734,7 +338046,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1513 + $signature: 1511 }; E.forceSelectedReducer_closure154.prototype = { call$2: function(completer, action) { @@ -339742,7 +338054,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1514 + $signature: 1512 }; E.forceSelectedReducer_closure155.prototype = { call$2: function(completer, action) { @@ -339750,7 +338062,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1515 + $signature: 1513 }; E.forceSelectedReducer_closure156.prototype = { call$2: function(completer, action) { @@ -339758,7 +338070,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1516 + $signature: 1514 }; E.forceSelectedReducer_closure157.prototype = { call$2: function(completer, action) { @@ -339766,7 +338078,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1517 + $signature: 1515 }; E.forceSelectedReducer_closure158.prototype = { call$2: function(completer, action) { @@ -339774,7 +338086,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1518 + $signature: 1516 }; E.tabIndexReducer_closure17.prototype = { call$2: function(completer, action) { @@ -339782,7 +338094,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1519 + $signature: 1517 }; E.tabIndexReducer_closure18.prototype = { call$2: function(completer, action) { @@ -339790,7 +338102,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 91 + $signature: 93 }; E.selectedIdReducer_closure301.prototype = { call$2: function(completer, action) { @@ -339798,7 +338110,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1520 + $signature: 1518 }; E.selectedIdReducer_closure302.prototype = { call$2: function(completer, action) { @@ -339806,7 +338118,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1521 + $signature: 1519 }; E.selectedIdReducer_closure303.prototype = { call$2: function(selectedId, action) { @@ -339822,7 +338134,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 79 + $signature: 74 }; E.selectedIdReducer_closure305.prototype = { call$2: function(selectedId, action) { @@ -339830,7 +338142,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 79 + $signature: 74 }; E.selectedIdReducer_closure306.prototype = { call$2: function(selectedId, action) { @@ -339838,7 +338150,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 51 }; E.selectedIdReducer_closure307.prototype = { call$2: function(selectedId, action) { @@ -339854,7 +338166,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1522 + $signature: 1520 }; E.selectedIdReducer_closure309.prototype = { call$2: function(selectedId, action) { @@ -339862,7 +338174,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1523 + $signature: 1521 }; E.selectedIdReducer_closure310.prototype = { call$2: function(selectedId, action) { @@ -339870,7 +338182,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1524 + $signature: 1522 }; E.selectedIdReducer_closure311.prototype = { call$2: function(selectedId, action) { @@ -339878,7 +338190,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1525 + $signature: 1523 }; E.selectedIdReducer_closure312.prototype = { call$2: function(selectedId, action) { @@ -339886,7 +338198,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1526 + $signature: 1524 }; E.selectedIdReducer_closure313.prototype = { call$2: function(selectedId, action) { @@ -339894,7 +338206,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1527 + $signature: 1525 }; E.selectedIdReducer_closure314.prototype = { call$2: function(selectedId, action) { @@ -339902,7 +338214,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1528 + $signature: 1526 }; E.selectedIdReducer_closure315.prototype = { call$2: function(selectedId, action) { @@ -339917,7 +338229,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 72 + $signature: 67 }; E.editingReducer_closure97.prototype = { call$2: function(recurringExpenses, action) { @@ -339925,7 +338237,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1529 + $signature: 1527 }; E.editingReducer_closure98.prototype = { call$2: function(recurringExpenses, action) { @@ -339933,7 +338245,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1530 + $signature: 1528 }; E.editingReducer_closure99.prototype = { call$2: function(recurringExpenses, action) { @@ -339941,7 +338253,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1531 + $signature: 1529 }; E.editingReducer_closure100.prototype = { call$2: function(recurringExpense, action) { @@ -339949,7 +338261,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1532 + $signature: 1530 }; E.editingReducer__closure37.prototype = { call$1: function(b) { @@ -340103,7 +338415,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 219 + $signature: 235 }; E._deleteRecurringExpenseSuccess_closure.prototype = { call$1: function(b) { @@ -340125,7 +338437,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 219 + $signature: 235 }; E._restoreRecurringExpenseSuccess_closure.prototype = { call$1: function(b) { @@ -340147,7 +338459,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 219 + $signature: 235 }; E._addRecurringExpense_closure.prototype = { call$1: function(b) { @@ -340160,7 +338472,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 303 + $signature: 300 }; E._addRecurringExpense__closure.prototype = { call$1: function(b) { @@ -340177,7 +338489,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new E._updateRecurringExpense__closure())); return b; }, - $signature: 303 + $signature: 300 }; E._updateRecurringExpense__closure.prototype = { call$1: function(b) { @@ -340207,7 +338519,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 219 + $signature: 235 }; E._stopRecurringExpensesSuccess_closure.prototype = { call$1: function(b) { @@ -340229,7 +338541,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 219 + $signature: 235 }; E._setLoadedRecurringExpense_closure.prototype = { call$1: function(b) { @@ -340238,7 +338550,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new E._setLoadedRecurringExpense__closure())); return b; }, - $signature: 303 + $signature: 300 }; E._setLoadedRecurringExpense__closure.prototype = { call$1: function(b) { @@ -340252,7 +338564,7 @@ call$9: function(selectionState, expenseMap, clientMap, vendorMap, userMap, expenseListState, invoiceMap, expenseCategoryMap, staticState) { return A.filteredRecurringExpensesSelector(selectionState, expenseMap, clientMap, vendorMap, userMap, expenseListState, invoiceMap, expenseCategoryMap, staticState); }, - $signature: 573 + $signature: 481 }; A.filteredRecurringExpensesSelector_closure.prototype = { call$1: function(expenseId) { @@ -340350,7 +338662,7 @@ call$2: function(clientId, expenseMap) { return A.recurringExpenseStatsForClient(clientId, expenseMap); }, - $signature: 136 + $signature: 123 }; A.recurringExpenseStatsForClient_closure.prototype = { call$2: function(expenseId, expense) { @@ -340366,7 +338678,7 @@ call$2: function(vendorId, expenseMap) { return A.recurringExpenseStatsForVendor(vendorId, expenseMap); }, - $signature: 136 + $signature: 123 }; A.recurringExpenseStatsForVendor_closure.prototype = { call$2: function(expenseId, expense) { @@ -340382,7 +338694,7 @@ call$2: function(userId, expenseMap) { return A.recurringExpenseStatsForUser(userId, expenseMap); }, - $signature: 136 + $signature: 123 }; A.recurringExpenseStatsForUser_closure.prototype = { call$2: function(expenseId, expense) { @@ -340398,7 +338710,7 @@ call$2: function(expenseId, expenseMap) { return A.recurringExpenseStatsForExpense(expenseId, expenseMap); }, - $signature: 136 + $signature: 123 }; A.recurringExpenseStatsForExpense_closure.prototype = { call$2: function(expenseId, expense) { @@ -340437,7 +338749,7 @@ call$1: function(item) { return item; }, - $signature: 570 + $signature: 480 }; K.RecurringExpenseState_loadRecurringExpenses_closure.prototype = { call$1: function(b) { @@ -340452,7 +338764,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 303 + $signature: 300 }; K.RecurringExpenseUIState.prototype = { get$isCreatingNew: function() { @@ -340981,7 +339293,7 @@ call$1: function(recurringInvoice) { return recurringInvoice.get$id(recurringInvoice); }, - $signature: 43 + $signature: 42 }; N.handleRecurringInvoiceAction_closure0.prototype = { call$1: function(b) { @@ -341114,7 +339426,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.StartRecurringInvoicesSuccess(invoices)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 43 }; Q._startRecurringInvoice__closure0.prototype = { call$1: function(error) { @@ -341139,7 +339451,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.StopRecurringInvoicesSuccess(invoices)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 43 }; Q._stopRecurringInvoice__closure0.prototype = { call$1: function(error) { @@ -341177,7 +339489,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.ArchiveRecurringInvoicesSuccess(recurringInvoices)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 43 }; Q._archiveRecurringInvoice__closure1.prototype = { call$1: function(error) { @@ -341215,7 +339527,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.DeleteRecurringInvoicesSuccess(recurringInvoices)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 43 }; Q._deleteRecurringInvoice__closure1.prototype = { call$1: function(error) { @@ -341253,7 +339565,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.RestoreRecurringInvoicesSuccess(recurringInvoices)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 43 }; Q._restoreRecurringInvoice__closure1.prototype = { call$1: function(error) { @@ -341298,7 +339610,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new N.SaveRecurringInvoiceSuccess(recurringInvoice)); t1.completer.complete$1(0, recurringInvoice); }, - $signature: 71 + $signature: 66 }; Q._saveRecurringInvoice__closure1.prototype = { call$1: function(error) { @@ -341329,7 +339641,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 71 + $signature: 66 }; Q._loadRecurringInvoice__closure0.prototype = { call$1: function(error) { @@ -341362,7 +339674,7 @@ this.action.toString; J.$index$asx(t1.get$_dispatchers(), 0).call$1(new E.LoadQuotes()); }, - $signature: 320 + $signature: 286 }; Q._loadRecurringInvoices__closure0.prototype = { call$1: function(error) { @@ -341400,7 +339712,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.SaveRecurringInvoiceSuccess(invoice)); this.action.completer.complete$1(0, null); }, - $signature: 71 + $signature: 66 }; Q._saveDocument__closure4.prototype = { call$1: function(error) { @@ -341436,7 +339748,7 @@ b.get$_recurring_invoice_state$_$this()._recurring_invoice_state$_historyActivityId = t3; return b; }, - $signature: 1535 + $signature: 1533 }; A.forceSelectedReducer_closure119.prototype = { call$2: function(completer, action) { @@ -341444,7 +339756,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1536 + $signature: 1534 }; A.forceSelectedReducer_closure120.prototype = { call$2: function(completer, action) { @@ -341452,7 +339764,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1537 + $signature: 1535 }; A.forceSelectedReducer_closure121.prototype = { call$2: function(completer, action) { @@ -341460,7 +339772,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1538 + $signature: 1536 }; A.forceSelectedReducer_closure122.prototype = { call$2: function(completer, action) { @@ -341468,7 +339780,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1539 + $signature: 1537 }; A.forceSelectedReducer_closure123.prototype = { call$2: function(completer, action) { @@ -341476,7 +339788,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1540 + $signature: 1538 }; A.forceSelectedReducer_closure124.prototype = { call$2: function(completer, action) { @@ -341484,7 +339796,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1541 + $signature: 1539 }; A.forceSelectedReducer_closure125.prototype = { call$2: function(completer, action) { @@ -341492,7 +339804,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1542 + $signature: 1540 }; A.forceSelectedReducer_closure126.prototype = { call$2: function(completer, action) { @@ -341500,7 +339812,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1543 + $signature: 1541 }; A.tabIndexReducer_closure13.prototype = { call$2: function(completer, action) { @@ -341508,7 +339820,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1544 + $signature: 1542 }; A.tabIndexReducer_closure14.prototype = { call$2: function(completer, action) { @@ -341516,7 +339828,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 91 + $signature: 93 }; A.historyActivityIdReducer_closure1.prototype = { call$2: function(index, action) { @@ -341524,7 +339836,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 491 + $signature: 472 }; A.editingItemIndexReducer_closure.prototype = { call$2: function(index, action) { @@ -341533,7 +339845,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1546 + $signature: 1544 }; A.editingItemIndexReducer_closure0.prototype = { call$2: function(index, action) { @@ -341541,7 +339853,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1547 + $signature: 1545 }; A.selectedIdReducer_closure237.prototype = { call$2: function(completer, action) { @@ -341549,7 +339861,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1548 + $signature: 1546 }; A.selectedIdReducer_closure238.prototype = { call$2: function(completer, action) { @@ -341557,7 +339869,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1549 + $signature: 1547 }; A.selectedIdReducer_closure239.prototype = { call$2: function(selectedId, action) { @@ -341573,7 +339885,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1550 + $signature: 1548 }; A.selectedIdReducer_closure241.prototype = { call$2: function(selectedId, action) { @@ -341581,7 +339893,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1551 + $signature: 1549 }; A.selectedIdReducer_closure242.prototype = { call$2: function(selectedId, action) { @@ -341590,7 +339902,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1552 + $signature: 1550 }; A.selectedIdReducer_closure243.prototype = { call$2: function(selectedId, action) { @@ -341598,7 +339910,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 491 + $signature: 472 }; A.selectedIdReducer_closure244.prototype = { call$2: function(selectedId, action) { @@ -341606,7 +339918,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 51 }; A.selectedIdReducer_closure245.prototype = { call$2: function(selectedId, action) { @@ -341622,7 +339934,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1553 + $signature: 1551 }; A.selectedIdReducer_closure247.prototype = { call$2: function(selectedId, action) { @@ -341630,7 +339942,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1554 + $signature: 1552 }; A.selectedIdReducer_closure248.prototype = { call$2: function(selectedId, action) { @@ -341638,7 +339950,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1555 + $signature: 1553 }; A.selectedIdReducer_closure249.prototype = { call$2: function(selectedId, action) { @@ -341646,7 +339958,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1556 + $signature: 1554 }; A.selectedIdReducer_closure250.prototype = { call$2: function(selectedId, action) { @@ -341654,7 +339966,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1557 + $signature: 1555 }; A.selectedIdReducer_closure251.prototype = { call$2: function(selectedId, action) { @@ -341662,7 +339974,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1558 + $signature: 1556 }; A.selectedIdReducer_closure252.prototype = { call$2: function(selectedId, action) { @@ -341670,7 +339982,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1559 + $signature: 1557 }; A.selectedIdReducer_closure253.prototype = { call$2: function(selectedId, action) { @@ -341678,7 +339990,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1560 + $signature: 1558 }; A.selectedIdReducer_closure254.prototype = { call$2: function(selectedId, action) { @@ -341686,7 +339998,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 147 + $signature: 153 }; A.selectedIdReducer_closure255.prototype = { call$2: function(selectedId, action) { @@ -341701,7 +340013,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 72 + $signature: 67 }; A.editingReducer_closure74.prototype = { call$2: function(recurringInvoice, action) { @@ -341709,7 +340021,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1561 + $signature: 1559 }; A.editingReducer__closure33.prototype = { call$1: function(b) { @@ -341724,7 +340036,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 490 + $signature: 473 }; A.editingReducer__closure32.prototype = { call$1: function(b) { @@ -341739,7 +340051,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1563 + $signature: 1561 }; A.editingReducer_closure77.prototype = { call$2: function(recurringInvoice, action) { @@ -341747,7 +340059,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 489 + $signature: 474 }; A.editingReducer__closure31.prototype = { call$1: function(b) { @@ -341762,7 +340074,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 488 + $signature: 475 }; A.editingReducer__closure30.prototype = { call$1: function(b) { @@ -341777,7 +340089,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1566 + $signature: 1564 }; A.editingReducer__closure29.prototype = { call$1: function(b) { @@ -341803,7 +340115,7 @@ call$1: function(contact) { return Q.InvitationEntity_InvitationEntity(contact.id); }, - $signature: 202 + $signature: 190 }; A.editingReducer_closure80.prototype = { call$2: function(recurringInvoices, action) { @@ -341811,7 +340123,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1567 + $signature: 1565 }; A.editingReducer_closure81.prototype = { call$2: function(recurringInvoices, action) { @@ -341819,7 +340131,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1568 + $signature: 1566 }; A.editingReducer_closure82.prototype = { call$2: function(recurringInvoices, action) { @@ -341827,7 +340139,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1569 + $signature: 1567 }; A.editingReducer_closure83.prototype = { call$2: function(recurringInvoice, action) { @@ -341835,7 +340147,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1570 + $signature: 1568 }; A.editingReducer__closure28.prototype = { call$1: function(b) { @@ -341855,7 +340167,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1571 + $signature: 1569 }; A.editingReducer__closure27.prototype = { call$1: function(b) { @@ -342087,7 +340399,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 232 + $signature: 239 }; A._deleteRecurringInvoiceSuccess_closure.prototype = { call$1: function(b) { @@ -342109,7 +340421,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 232 + $signature: 239 }; A._emailRecurringInvoiceSuccess_closure.prototype = { call$1: function(b) { @@ -342119,7 +340431,7 @@ t1.$indexSet(0, t3.get$id(t3), t2.get$invoice()); return b; }, - $signature: 282 + $signature: 292 }; A._restoreRecurringInvoiceSuccess_closure.prototype = { call$1: function(b) { @@ -342141,7 +340453,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 232 + $signature: 239 }; A._startRecurringInvoicesSuccess_closure.prototype = { call$1: function(b) { @@ -342163,7 +340475,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 232 + $signature: 239 }; A._stopRecurringInvoicesSuccess_closure.prototype = { call$1: function(b) { @@ -342185,7 +340497,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 232 + $signature: 239 }; A._addRecurringInvoice_closure.prototype = { call$1: function(b) { @@ -342198,7 +340510,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 282 + $signature: 292 }; A._addRecurringInvoice__closure.prototype = { call$1: function(b) { @@ -342213,7 +340525,7 @@ b.get$map(b).$indexSet(0, J.get$id$x(this.action.get$recurringInvoice()), this.recurringInvoice.rebuild$1(new A._updateRecurringInvoice__closure())); return b; }, - $signature: 282 + $signature: 292 }; A._updateRecurringInvoice__closure.prototype = { call$1: function(b) { @@ -342227,7 +340539,7 @@ call$6: function(selectionState, recurringInvoiceMap, clientMap, recurringInvoiceList, recurringInvoiceListState, userMap) { return L.filteredRecurringInvoicesSelector(selectionState, recurringInvoiceMap, clientMap, recurringInvoiceList, recurringInvoiceListState, userMap); }, - $signature: 1574 + $signature: 1572 }; L.filteredRecurringInvoicesSelector_closure.prototype = { call$1: function(recurringInvoiceId) { @@ -342307,7 +340619,7 @@ call$2: function(clientId, invoiceMap) { return L.recurringInvoiceStatsForClient(clientId, invoiceMap); }, - $signature: 81 + $signature: 80 }; L.recurringInvoiceStatsForClient_closure.prototype = { call$2: function(invoiceId, invoice) { @@ -342323,7 +340635,7 @@ call$2: function(userId, invoiceMap) { return L.recurringInvoiceStatsForUser(userId, invoiceMap); }, - $signature: 81 + $signature: 80 }; L.recurringInvoiceStatsForUser_closure.prototype = { call$2: function(invoiceId, invoice) { @@ -342339,7 +340651,7 @@ call$2: function(invoiceId, invoiceMap) { return L.recurringInvoiceStatsForInvoice(invoiceId, invoiceMap); }, - $signature: 81 + $signature: 80 }; L.recurringInvoiceStatsForInvoice_closure.prototype = { call$2: function(invoiceId, invoice) { @@ -342355,7 +340667,7 @@ call$2: function(designId, recurringInvoiceMap) { return L.recurringInvoiceStatsForDesign(designId, recurringInvoiceMap); }, - $signature: 81 + $signature: 80 }; L.recurringInvoiceStatsForDesign_closure.prototype = { call$2: function(invoiceId, invoice) { @@ -342371,7 +340683,7 @@ call$2: function(subscriptionId, invoiceMap) { return L.recurringInvoiceStatsForSubscription(subscriptionId, invoiceMap); }, - $signature: 81 + $signature: 80 }; L.recurringInvoiceStatsForSubscription_closure.prototype = { call$2: function(invoiceId, invoice) { @@ -342410,7 +340722,7 @@ call$1: function(item) { return item; }, - $signature: 164 + $signature: 175 }; Q.RecurringInvoiceState_loadRecurringInvoices_closure.prototype = { call$1: function(b) { @@ -342425,7 +340737,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 282 + $signature: 292 }; Q.RecurringInvoiceUIState.prototype = { get$isCreatingNew: function() { @@ -342900,14 +341212,14 @@ b.get$_reports_state$_$this()._chart = ""; return b; }, - $signature: 401 + $signature: 431 }; X.reportsUIReducer_closure0.prototype = { call$1: function(b) { b.get$_reports_state$_$this()._report = this.action.report; return b; }, - $signature: 401 + $signature: 431 }; X.reportsUIReducer_closure1.prototype = { call$1: function(b) { @@ -342943,7 +341255,7 @@ t2.replace$1(0, t1 == null ? _this.state.filters : t1); return b; }, - $signature: 401 + $signature: 431 }; G.ReportsUIState.prototype = { get$isGroupByFiltered: function() { @@ -343278,7 +341590,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.SaveCompanySuccess(company)); this.action.completer.complete$0(0); }, - $signature: 481 + $signature: 479 }; D._saveCompany__closure0.prototype = { call$1: function(error) { @@ -343306,7 +341618,7 @@ if (t1 != null) t1.complete$0(0); }, - $signature: 160 + $signature: 179 }; D._saveAuthUser__closure0.prototype = { call$1: function(error) { @@ -343337,7 +341649,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.ConnecOAuthUserSuccess(user)); this.action.completer.complete$0(0); }, - $signature: 160 + $signature: 179 }; D._connectOAuthUser__closure0.prototype = { call$1: function(error) { @@ -343369,7 +341681,7 @@ t1.get$completer(); t1.get$completer().complete$0(0); }, - $signature: 160 + $signature: 179 }; D._connectGmailUser__closure0.prototype = { call$1: function(error) { @@ -343400,7 +341712,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.DisableTwoFactorSuccess()); this.action.completer.complete$0(0); }, - $signature: 20 + $signature: 21 }; D._disableTwoFactor__closure0.prototype = { call$1: function(error) { @@ -343429,7 +341741,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.SaveUserSettingsSuccess(userCompany)); this.action.completer.complete$0(0); }, - $signature: 693 + $signature: 515 }; D._saveSettings__closure0.prototype = { call$1: function(error) { @@ -343480,7 +341792,7 @@ } t1.completer.complete$0(0); }, - $signature: 360 + $signature: 456 }; D._uploadLogo__closure0.prototype = { call$1: function(error) { @@ -343522,7 +341834,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.SaveCompanySuccess(company)); this.action.completer.complete$1(0, null); }, - $signature: 481 + $signature: 479 }; D._saveDocument__closure8.prototype = { call$1: function(error) { @@ -343538,7 +341850,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1578 + $signature: 1576 }; Q.settingsUIReducer__closure14.prototype = { call$1: function(b) { @@ -343623,7 +341935,7 @@ b.get$_company_state$_$this()._entityType = t1; return b; }, - $signature: 78 + $signature: 73 }; Q.settingsUIReducer_closure0.prototype = { call$2: function(state, action) { @@ -343631,7 +341943,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1580 + $signature: 1578 }; Q.settingsUIReducer__closure13.prototype = { call$1: function(b) { @@ -343643,7 +341955,7 @@ b.get$_company_state$_$this()._isChanged = true; return b; }, - $signature: 78 + $signature: 73 }; Q.settingsUIReducer_closure1.prototype = { call$2: function(state, action) { @@ -343658,7 +341970,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1581 + $signature: 1579 }; Q.settingsUIReducer__closure10.prototype = { call$1: function(b) { @@ -343670,7 +341982,7 @@ b.get$_company_state$_$this()._isChanged = true; return b; }, - $signature: 78 + $signature: 73 }; Q.settingsUIReducer__closure11.prototype = { call$1: function(b) { @@ -343682,7 +341994,7 @@ b.get$_company_state$_$this()._isChanged = true; return b; }, - $signature: 78 + $signature: 73 }; Q.settingsUIReducer__closure12.prototype = { call$1: function(b) { @@ -343694,7 +342006,7 @@ b.get$_company_state$_$this()._isChanged = true; return b; }, - $signature: 78 + $signature: 73 }; Q.settingsUIReducer_closure2.prototype = { call$2: function(state, action) { @@ -343702,7 +342014,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1582 + $signature: 1580 }; Q.settingsUIReducer__closure9.prototype = { call$1: function(b) { @@ -343714,7 +342026,7 @@ b.get$_company_state$_$this()._isChanged = true; return b; }, - $signature: 78 + $signature: 73 }; Q.settingsUIReducer_closure3.prototype = { call$2: function(state, action) { @@ -343722,7 +342034,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1583 + $signature: 1581 }; Q.settingsUIReducer__closure8.prototype = { call$1: function(b) { @@ -343753,7 +342065,7 @@ b.get$_company_state$_$this()._updatedAt = t1; return b; }, - $signature: 78 + $signature: 73 }; Q.settingsUIReducer_closure4.prototype = { call$2: function(state, action) { @@ -343761,7 +342073,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1584 + $signature: 1582 }; Q.settingsUIReducer__closure7.prototype = { call$1: function(b) { @@ -343777,7 +342089,7 @@ b.get$_company_state$_$this()._isChanged = false; return b; }, - $signature: 78 + $signature: 73 }; Q.settingsUIReducer_closure5.prototype = { call$2: function(state, action) { @@ -343785,7 +342097,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1585 + $signature: 1583 }; Q.settingsUIReducer__closure6.prototype = { call$1: function(b) { @@ -343801,7 +342113,7 @@ b.get$_company_state$_$this()._isChanged = false; return b; }, - $signature: 78 + $signature: 73 }; Q.settingsUIReducer_closure6.prototype = { call$2: function(state, action) { @@ -343809,7 +342121,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1586 + $signature: 1584 }; Q.settingsUIReducer__closure5.prototype = { call$1: function(b) { @@ -343825,7 +342137,7 @@ b.get$_company_state$_$this()._isChanged = false; return b; }, - $signature: 78 + $signature: 73 }; Q.settingsUIReducer_closure7.prototype = { call$2: function(state, action) { @@ -343833,7 +342145,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1587 + $signature: 1585 }; Q.settingsUIReducer__closure4.prototype = { call$1: function(b) { @@ -343847,7 +342159,7 @@ b.get$_company_state$_$this()._isChanged = false; return b; }, - $signature: 78 + $signature: 73 }; Q.settingsUIReducer_closure8.prototype = { call$2: function(state, action) { @@ -343855,7 +342167,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1588 + $signature: 1586 }; Q.settingsUIReducer__closure3.prototype = { call$1: function(b) { @@ -343865,7 +342177,7 @@ b.get$_company_state$_$this()._company_state$_filterClearedAt = t1; return b; }, - $signature: 78 + $signature: 73 }; Q.settingsUIReducer_closure9.prototype = { call$2: function(state, action) { @@ -343873,7 +342185,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1589 + $signature: 1587 }; Q.settingsUIReducer__closure2.prototype = { call$1: function(b) { @@ -343890,7 +342202,7 @@ b.get$_company_state$_$this()._tabIndex = 0; return b; }, - $signature: 78 + $signature: 73 }; Q.settingsUIReducer_closure10.prototype = { call$2: function(state, action) { @@ -343898,7 +342210,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1590 + $signature: 1588 }; Q.settingsUIReducer__closure1.prototype = { call$1: function(b) { @@ -343906,7 +342218,7 @@ b.get$_company_state$_$this()._tabIndex = t1; return b; }, - $signature: 78 + $signature: 73 }; Q.settingsUIReducer_closure11.prototype = { call$2: function(state, action) { @@ -343914,7 +342226,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1591 + $signature: 1589 }; Q.settingsUIReducer__closure0.prototype = { call$1: function(b) { @@ -343922,7 +342234,7 @@ b.get$_company_state$_$this()._selectedTemplate = t1; return b; }, - $signature: 78 + $signature: 73 }; Q.settingsUIReducer_closure12.prototype = { call$2: function(state, action) { @@ -343930,7 +342242,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1592 + $signature: 1590 }; Q.settingsUIReducer__closure.prototype = { call$1: function(b) { @@ -343938,7 +342250,7 @@ b.get$_company_state$_$this()._updatedAt = t1; return b; }, - $signature: 78 + $signature: 73 }; Q.staticLoadedReducer_closure.prototype = { call$1: function(b) { @@ -343959,7 +342271,7 @@ b.get$gatewayMap().addAll$1(0, P.LinkedHashMap_LinkedHashMap$fromIterable(t1.gateways, new Q.staticLoadedReducer__closure15(), new Q.staticLoadedReducer__closure16(), t2, type$.legacy_GatewayEntity)); return b; }, - $signature: 1593 + $signature: 1591 }; Q.staticLoadedReducer__closure.prototype = { call$1: function(item) { @@ -343971,7 +342283,7 @@ call$1: function(item) { return item; }, - $signature: 1594 + $signature: 1592 }; Q.staticLoadedReducer__closure1.prototype = { call$1: function(item) { @@ -343983,7 +342295,7 @@ call$1: function(item) { return item; }, - $signature: 1595 + $signature: 1593 }; Q.staticLoadedReducer__closure3.prototype = { call$1: function(item) { @@ -343995,7 +342307,7 @@ call$1: function(item) { return item; }, - $signature: 1596 + $signature: 1594 }; Q.staticLoadedReducer__closure5.prototype = { call$1: function(item) { @@ -344007,7 +342319,7 @@ call$1: function(item) { return item; }, - $signature: 1597 + $signature: 1595 }; Q.staticLoadedReducer__closure7.prototype = { call$1: function(item) { @@ -344019,7 +342331,7 @@ call$1: function(item) { return item; }, - $signature: 1598 + $signature: 1596 }; Q.staticLoadedReducer__closure9.prototype = { call$1: function(item) { @@ -344031,7 +342343,7 @@ call$1: function(item) { return item; }, - $signature: 1599 + $signature: 1597 }; Q.staticLoadedReducer__closure11.prototype = { call$1: function(item) { @@ -344043,7 +342355,7 @@ call$1: function(item) { return item; }, - $signature: 1600 + $signature: 1598 }; Q.staticLoadedReducer__closure13.prototype = { call$1: function(item) { @@ -344055,7 +342367,7 @@ call$1: function(item) { return item; }, - $signature: 1601 + $signature: 1599 }; Q.staticLoadedReducer__closure15.prototype = { call$1: function(item) { @@ -344067,13 +342379,13 @@ call$1: function(item) { return item; }, - $signature: 1602 + $signature: 1600 }; V.memoizedCountryList_closure.prototype = { call$1: function(countryMap) { return V.countryList(countryMap); }, - $signature: 1603 + $signature: 1601 }; V.countryList_closure.prototype = { call$2: function(idA, idB) { @@ -344089,7 +342401,7 @@ call$1: function(groupMap) { return V.groupList(groupMap); }, - $signature: 1604 + $signature: 1602 }; V.groupList_closure.prototype = { call$2: function(idA, idB) { @@ -344105,7 +342417,7 @@ call$1: function(languageMap) { return V.languageList(languageMap); }, - $signature: 1605 + $signature: 1603 }; V.languageList_closure.prototype = { call$2: function(idA, idB) { @@ -344121,7 +342433,7 @@ call$1: function(currencyMap) { return V.currencyList(currencyMap); }, - $signature: 1606 + $signature: 1604 }; V.currencyList_closure.prototype = { call$2: function(idA, idB) { @@ -344137,7 +342449,7 @@ call$1: function(timezoneMap) { return V.timezoneList(timezoneMap); }, - $signature: 1607 + $signature: 1605 }; V.timezoneList_closure.prototype = { call$2: function(idA, idB) { @@ -344153,7 +342465,7 @@ call$1: function(dateFormatMap) { return V.dateFormatList(dateFormatMap); }, - $signature: 1608 + $signature: 1606 }; V.dateFormatList_closure.prototype = { call$2: function(idA, idB) { @@ -344169,7 +342481,7 @@ call$1: function(industryMap) { return V.industryList(industryMap); }, - $signature: 1609 + $signature: 1607 }; V.industryList_closure.prototype = { call$2: function(idA, idB) { @@ -344185,7 +342497,7 @@ call$1: function(sizeMap) { return V.sizeList(sizeMap); }, - $signature: 1610 + $signature: 1608 }; V.sizeList_closure.prototype = { call$2: function(idA, idB) { @@ -344201,7 +342513,7 @@ call$1: function(gatewayMap) { return V.gatewayList(gatewayMap); }, - $signature: 1611 + $signature: 1609 }; V.gatewayList_closure.prototype = { call$1: function(gatewayId) { @@ -344221,7 +342533,7 @@ call$1: function(paymentTypeMap) { return V.paymentTypeList(paymentTypeMap); }, - $signature: 1612 + $signature: 1610 }; V.paymentTypeList_closure.prototype = { call$2: function(idA, idB) { @@ -344237,7 +342549,7 @@ call$1: function(fontList) { return V.fontMap(fontList); }, - $signature: 1613 + $signature: 1611 }; V.fontMap_closure.prototype = { call$1: function(v) { @@ -344256,7 +342568,7 @@ t1 = ""; return new K._$FontEntity(t1, t2); }, - $signature: 1614 + $signature: 1612 }; B.StaticState.prototype = { get$isStale: function() { @@ -344727,7 +343039,7 @@ call$1: function(subscription) { return subscription.get$id(subscription); }, - $signature: 43 + $signature: 42 }; T._editSubscription_closure.prototype = { call$3: function(store, dynamicAction, next) { @@ -344810,14 +343122,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).subscriptionState.map._map$_map, id); }, - $signature: 420 + $signature: 413 }; T._archiveSubscription__closure0.prototype = { call$1: function(subscriptions) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new A.ArchiveSubscriptionsSuccess(subscriptions)); this.action.completer.complete$1(0, null); }, - $signature: 423 + $signature: 409 }; T._archiveSubscription__closure1.prototype = { call$1: function(error) { @@ -344848,14 +343160,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).subscriptionState.map._map$_map, id); }, - $signature: 420 + $signature: 413 }; T._deleteSubscription__closure0.prototype = { call$1: function(subscriptions) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new A.DeleteSubscriptionsSuccess(subscriptions)); this.action.completer.complete$1(0, null); }, - $signature: 423 + $signature: 409 }; T._deleteSubscription__closure1.prototype = { call$1: function(error) { @@ -344886,14 +343198,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).subscriptionState.map._map$_map, id); }, - $signature: 420 + $signature: 413 }; T._restoreSubscription__closure0.prototype = { call$1: function(subscriptions) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new A.RestoreSubscriptionsSuccess(subscriptions)); this.action.completer.complete$1(0, null); }, - $signature: 423 + $signature: 409 }; T._restoreSubscription__closure1.prototype = { call$1: function(error) { @@ -344923,7 +343235,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new A.SaveSubscriptionSuccess(subscription)); t1.completer.complete$1(0, subscription); }, - $signature: 285 + $signature: 257 }; T._saveSubscription__closure0.prototype = { call$1: function(error) { @@ -344951,7 +343263,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new A.LoadSubscriptionSuccess(subscription)); this.action.completer.complete$1(0, null); }, - $signature: 285 + $signature: 257 }; T._loadSubscription__closure0.prototype = { call$1: function(error) { @@ -344982,7 +343294,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1618 + $signature: 1616 }; T._loadSubscriptions__closure0.prototype = { call$1: function(error) { @@ -345017,7 +343329,7 @@ b.get$_subscription_state$_$this()._subscription_state$_tabIndex = t3; return b; }, - $signature: 1619 + $signature: 1617 }; X.forceSelectedReducer_closure143.prototype = { call$2: function(completer, action) { @@ -345025,7 +343337,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1620 + $signature: 1618 }; X.forceSelectedReducer_closure144.prototype = { call$2: function(completer, action) { @@ -345033,7 +343345,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1621 + $signature: 1619 }; X.forceSelectedReducer_closure145.prototype = { call$2: function(completer, action) { @@ -345041,7 +343353,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1622 + $signature: 1620 }; X.forceSelectedReducer_closure146.prototype = { call$2: function(completer, action) { @@ -345049,7 +343361,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1623 + $signature: 1621 }; X.forceSelectedReducer_closure147.prototype = { call$2: function(completer, action) { @@ -345057,7 +343369,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1624 + $signature: 1622 }; X.forceSelectedReducer_closure148.prototype = { call$2: function(completer, action) { @@ -345065,7 +343377,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1625 + $signature: 1623 }; X.forceSelectedReducer_closure149.prototype = { call$2: function(completer, action) { @@ -345073,7 +343385,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1626 + $signature: 1624 }; X.forceSelectedReducer_closure150.prototype = { call$2: function(completer, action) { @@ -345081,7 +343393,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1627 + $signature: 1625 }; X.tabIndexReducer_closure15.prototype = { call$2: function(completer, action) { @@ -345089,7 +343401,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1628 + $signature: 1626 }; X.tabIndexReducer_closure16.prototype = { call$2: function(completer, action) { @@ -345097,7 +343409,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 91 + $signature: 93 }; X.selectedIdReducer_closure286.prototype = { call$2: function(completer, action) { @@ -345105,7 +343417,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1629 + $signature: 1627 }; X.selectedIdReducer_closure287.prototype = { call$2: function(completer, action) { @@ -345113,7 +343425,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1630 + $signature: 1628 }; X.selectedIdReducer_closure288.prototype = { call$2: function(selectedId, action) { @@ -345129,7 +343441,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 79 + $signature: 74 }; X.selectedIdReducer_closure290.prototype = { call$2: function(selectedId, action) { @@ -345137,7 +343449,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 79 + $signature: 74 }; X.selectedIdReducer_closure291.prototype = { call$2: function(selectedId, action) { @@ -345145,7 +343457,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 51 }; X.selectedIdReducer_closure292.prototype = { call$2: function(selectedId, action) { @@ -345161,7 +343473,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1631 + $signature: 1629 }; X.selectedIdReducer_closure294.prototype = { call$2: function(selectedId, action) { @@ -345169,7 +343481,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1632 + $signature: 1630 }; X.selectedIdReducer_closure295.prototype = { call$2: function(selectedId, action) { @@ -345177,7 +343489,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1633 + $signature: 1631 }; X.selectedIdReducer_closure296.prototype = { call$2: function(selectedId, action) { @@ -345185,7 +343497,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1634 + $signature: 1632 }; X.selectedIdReducer_closure297.prototype = { call$2: function(selectedId, action) { @@ -345193,7 +343505,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1635 + $signature: 1633 }; X.selectedIdReducer_closure298.prototype = { call$2: function(selectedId, action) { @@ -345201,7 +343513,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1636 + $signature: 1634 }; X.selectedIdReducer_closure299.prototype = { call$2: function(selectedId, action) { @@ -345209,7 +343521,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1637 + $signature: 1635 }; X.selectedIdReducer_closure300.prototype = { call$2: function(selectedId, action) { @@ -345224,7 +343536,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 72 + $signature: 67 }; X.editingReducer_closure93.prototype = { call$2: function(subscriptions, action) { @@ -345232,7 +343544,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1638 + $signature: 1636 }; X.editingReducer_closure94.prototype = { call$2: function(subscriptions, action) { @@ -345240,7 +343552,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1639 + $signature: 1637 }; X.editingReducer_closure95.prototype = { call$2: function(subscriptions, action) { @@ -345248,7 +343560,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1640 + $signature: 1638 }; X.editingReducer_closure96.prototype = { call$2: function(subscription, action) { @@ -345256,7 +343568,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1641 + $signature: 1639 }; X.editingReducer__closure36.prototype = { call$1: function(b) { @@ -345399,7 +343711,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 431 + $signature: 403 }; X._deleteSubscriptionSuccess_closure.prototype = { call$1: function(b) { @@ -345421,7 +343733,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 431 + $signature: 403 }; X._restoreSubscriptionSuccess_closure.prototype = { call$1: function(b) { @@ -345443,7 +343755,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 431 + $signature: 403 }; X._addSubscription_closure.prototype = { call$1: function(b) { @@ -345456,7 +343768,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 328 + $signature: 241 }; X._updateSubscription_closure.prototype = { call$1: function(b) { @@ -345465,7 +343777,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 328 + $signature: 241 }; X._setLoadedSubscription_closure.prototype = { call$1: function(b) { @@ -345474,13 +343786,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 328 + $signature: 241 }; F.memoizedFilteredSubscriptionList_closure.prototype = { call$4: function(selectionState, subscriptionMap, subscriptionList, subscriptionListState) { return F.filteredSubscriptionsSelector(selectionState, subscriptionMap, subscriptionList, subscriptionListState); }, - $signature: 1645 + $signature: 1643 }; F.filteredSubscriptionsSelector_closure.prototype = { call$1: function(subscriptionId) { @@ -345527,7 +343839,7 @@ call$1: function(item) { return item; }, - $signature: 1646 + $signature: 1644 }; M.SubscriptionState_loadSubscriptions_closure.prototype = { call$1: function(b) { @@ -345542,7 +343854,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 328 + $signature: 241 }; M.SubscriptionUIState.prototype = { get$isCreatingNew: function() { @@ -346030,7 +344342,7 @@ call$1: function(task) { return task.get$id(task); }, - $signature: 43 + $signature: 42 }; U.handleTaskAction_closure0.prototype = { call$1: function(savedTask) { @@ -346042,7 +344354,7 @@ t1 = this.localization.get$stoppedTask(); M.showToast(t1); }, - $signature: 144 + $signature: 139 }; U.handleTaskAction_closure1.prototype = { call$1: function(error) { @@ -346054,7 +344366,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; U.handleTaskAction_closure2.prototype = { call$2: function(taskA, taskB) { @@ -346076,7 +344388,7 @@ taskBDate = C.JSArray_methods.get$first(taskBTimes).startDate; return C.JSInt_methods.compareTo$1(taskADate._value, taskBDate._value); }, - $signature: 636 + $signature: 505 }; U.handleTaskAction_closure3.prototype = { call$1: function(entity) { @@ -346091,13 +344403,13 @@ t1 = false; return t1; }, - $signature: 186 + $signature: 206 }; U.handleTaskAction_closure4.prototype = { call$1: function(task) { return U.convertTaskToInvoiceItem(this.context, task); }, - $signature: 581 + $signature: 483 }; U.handleTaskAction_closure5.prototype = { call$1: function(b) { @@ -346201,14 +344513,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).taskState.map._map$_map, id); }, - $signature: 222 + $signature: 226 }; U._archiveTask__closure0.prototype = { call$1: function(tasks) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.ArchiveTaskSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 446 + $signature: 389 }; U._archiveTask__closure1.prototype = { call$1: function(error) { @@ -346239,14 +344551,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).taskState.map._map$_map, id); }, - $signature: 222 + $signature: 226 }; U._deleteTask__closure0.prototype = { call$1: function(tasks) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.DeleteTaskSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 446 + $signature: 389 }; U._deleteTask__closure1.prototype = { call$1: function(error) { @@ -346277,14 +344589,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).taskState.map._map$_map, id); }, - $signature: 222 + $signature: 226 }; U._restoreTask__closure0.prototype = { call$1: function(tasks) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.RestoreTaskSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 446 + $signature: 389 }; U._restoreTask__closure1.prototype = { call$1: function(error) { @@ -346314,7 +344626,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new U.SaveTaskSuccess(task)); t1.completer.complete$1(0, task); }, - $signature: 144 + $signature: 139 }; U._saveTask__closure0.prototype = { call$1: function(error) { @@ -346345,7 +344657,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 144 + $signature: 139 }; U._loadTask__closure0.prototype = { call$1: function(error) { @@ -346378,7 +344690,7 @@ this.action.toString; J.$index$asx(t1.get$_dispatchers(), 0).call$1(new L.LoadVendors()); }, - $signature: 1650 + $signature: 1648 }; U._loadTasks__closure0.prototype = { call$1: function(error) { @@ -346416,7 +344728,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.SaveTaskSuccess(task)); this.action.completer.complete$1(0, null); }, - $signature: 144 + $signature: 139 }; U._saveDocument__closure14.prototype = { call$1: function(error) { @@ -346442,7 +344754,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.SortTasksSuccess(t1.statusIds, t1.taskIds)); t1.completer.complete$1(0, null); }, - $signature: 20 + $signature: 21 }; U._sortTasks__closure0.prototype = { call$1: function(error) { @@ -346476,7 +344788,7 @@ b.get$_task_state$_$this()._task_state$_tabIndex = t3; return b; }, - $signature: 1651 + $signature: 1649 }; N.forceSelectedReducer_closure23.prototype = { call$2: function(completer, action) { @@ -346484,7 +344796,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1652 + $signature: 1650 }; N.forceSelectedReducer_closure24.prototype = { call$2: function(completer, action) { @@ -346492,7 +344804,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1653 + $signature: 1651 }; N.forceSelectedReducer_closure25.prototype = { call$2: function(completer, action) { @@ -346500,7 +344812,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1654 + $signature: 1652 }; N.forceSelectedReducer_closure26.prototype = { call$2: function(completer, action) { @@ -346508,7 +344820,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1655 + $signature: 1653 }; N.forceSelectedReducer_closure27.prototype = { call$2: function(completer, action) { @@ -346516,7 +344828,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1656 + $signature: 1654 }; N.forceSelectedReducer_closure28.prototype = { call$2: function(completer, action) { @@ -346524,7 +344836,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1657 + $signature: 1655 }; N.forceSelectedReducer_closure29.prototype = { call$2: function(completer, action) { @@ -346532,7 +344844,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1658 + $signature: 1656 }; N.forceSelectedReducer_closure30.prototype = { call$2: function(completer, action) { @@ -346540,7 +344852,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1659 + $signature: 1657 }; N.tabIndexReducer_closure5.prototype = { call$2: function(completer, action) { @@ -346548,7 +344860,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1660 + $signature: 1658 }; N.tabIndexReducer_closure6.prototype = { call$2: function(completer, action) { @@ -346556,7 +344868,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 91 + $signature: 93 }; N.editingTimeReducer_closure.prototype = { call$2: function(index, action) { @@ -346564,7 +344876,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1661 + $signature: 1659 }; N.editingTimeReducer_closure0.prototype = { call$2: function(index, action) { @@ -346573,7 +344885,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 3325 + $signature: 1660 }; N.selectedIdReducer_closure49.prototype = { call$2: function(completer, action) { @@ -346581,7 +344893,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1663 + $signature: 1661 }; N.selectedIdReducer_closure50.prototype = { call$2: function(completer, action) { @@ -346589,7 +344901,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1664 + $signature: 1662 }; N.selectedIdReducer_closure51.prototype = { call$2: function(selectedId, action) { @@ -346605,7 +344917,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1665 + $signature: 1663 }; N.selectedIdReducer_closure53.prototype = { call$2: function(selectedId, action) { @@ -346613,7 +344925,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1666 + $signature: 1664 }; N.selectedIdReducer_closure54.prototype = { call$2: function(selectedId, action) { @@ -346621,7 +344933,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 51 }; N.selectedIdReducer_closure55.prototype = { call$2: function(selectedId, action) { @@ -346637,7 +344949,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1667 + $signature: 1665 }; N.selectedIdReducer_closure57.prototype = { call$2: function(selectedId, action) { @@ -346645,7 +344957,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1668 + $signature: 1666 }; N.selectedIdReducer_closure58.prototype = { call$2: function(selectedId, action) { @@ -346653,7 +344965,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1669 + $signature: 1667 }; N.selectedIdReducer_closure59.prototype = { call$2: function(selectedId, action) { @@ -346661,7 +344973,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1670 + $signature: 1668 }; N.selectedIdReducer_closure60.prototype = { call$2: function(selectedId, action) { @@ -346669,7 +344981,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1671 + $signature: 1669 }; N.selectedIdReducer_closure61.prototype = { call$2: function(selectedId, action) { @@ -346677,7 +344989,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1672 + $signature: 1670 }; N.selectedIdReducer_closure62.prototype = { call$2: function(selectedId, action) { @@ -346685,7 +344997,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1673 + $signature: 1671 }; N.selectedIdReducer_closure63.prototype = { call$2: function(selectedId, action) { @@ -346693,7 +345005,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1674 + $signature: 1672 }; N.editingReducer_closure18.prototype = { call$2: function(tasks, action) { @@ -346701,7 +345013,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1675 + $signature: 1673 }; N.editingReducer_closure19.prototype = { call$2: function(tasks, action) { @@ -346709,7 +345021,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1676 + $signature: 1674 }; N.editingReducer_closure20.prototype = { call$2: function(tasks, action) { @@ -346717,7 +345029,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1677 + $signature: 1675 }; N.editingReducer_closure21.prototype = { call$2: function(task, action) { @@ -346725,14 +345037,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1678 + $signature: 1676 }; N.editingReducer__closure8.prototype = { call$1: function(b) { b.get$_task_model$_$this()._task_model$_isChanged = true; return b; }, - $signature: 44 + $signature: 45 }; N._viewTaskList_closure.prototype = { call$1: function(b) { @@ -346843,7 +345155,7 @@ call$1: function(b) { return b.get$_task_model$_$this()._showAsRunning = this.action.showAsRunning; }, - $signature: 1679 + $signature: 1677 }; N._startListMultiselect_closure2.prototype = { call$1: function(b) { @@ -346910,7 +345222,7 @@ } } }, - $signature: 307 + $signature: 262 }; N._sortTasksSuccess__closure.prototype = { call$1: function(b) { @@ -346920,7 +345232,7 @@ b.get$_task_model$_$this()._statusOrder = t1; return b; }, - $signature: 44 + $signature: 45 }; N._archiveTaskSuccess_closure.prototype = { call$1: function(b) { @@ -346942,7 +345254,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 307 + $signature: 262 }; N._deleteTaskSuccess_closure.prototype = { call$1: function(b) { @@ -346964,7 +345276,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 307 + $signature: 262 }; N._restoreTaskSuccess_closure.prototype = { call$1: function(b) { @@ -346986,7 +345298,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 307 + $signature: 262 }; N._addTask_closure.prototype = { call$1: function(b) { @@ -346999,7 +345311,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 296 + $signature: 289 }; N._updateTask_closure.prototype = { call$1: function(b) { @@ -347008,7 +345320,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 296 + $signature: 289 }; N._setLoadedTask_closure.prototype = { call$1: function(b) { @@ -347017,7 +345329,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 296 + $signature: 289 }; U.convertTaskToInvoiceItem_closure.prototype = { call$1: function(time) { @@ -347050,7 +345362,7 @@ } } }, - $signature: 203 + $signature: 200 }; U.convertTaskToInvoiceItem_closure1.prototype = { call$1: function(b) { @@ -347078,7 +345390,7 @@ call$5: function(taskMap, clientId, userMap, clientMap, projectMap) { return U.taskList(taskMap, clientId, userMap, clientMap, projectMap); }, - $signature: 1682 + $signature: 1680 }; U.taskList_closure.prototype = { call$1: function(taskId) { @@ -347117,7 +345429,7 @@ call$9: function(selectionState, taskMap, clientMap, userMap, projectMap, invoiceMap, taskStatusMap, taskList, taskListState) { return U.kanbanTasksSelector(selectionState, taskMap, clientMap, userMap, projectMap, invoiceMap, taskStatusMap, taskList, taskListState); }, - $signature: 647 + $signature: 493 }; U.kanbanTasksSelector_closure.prototype = { call$1: function(taskId) { @@ -347154,7 +345466,7 @@ call$9: function(selectionState, taskMap, clientMap, userMap, projectMap, invoiceMap, taskStatusMap, taskList, taskListState) { return U.filteredTasksSelector(selectionState, taskMap, clientMap, userMap, projectMap, invoiceMap, taskStatusMap, taskList, taskListState); }, - $signature: 647 + $signature: 493 }; U.filteredTasksSelector_closure.prototype = { call$1: function(taskId) { @@ -347249,7 +345561,7 @@ call$2: function(clientId, taskMap) { return U.taskStatsForClient(clientId, taskMap); }, - $signature: 298 + $signature: 264 }; U.taskStatsForClient_closure.prototype = { call$2: function(taskId, task) { @@ -347259,13 +345571,13 @@ else if (task.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 131 + $signature: 134 }; U.memoizedTaskStatsForProject_closure.prototype = { call$2: function(projectId, taskMap) { return U.taskStatsForProject(projectId, taskMap); }, - $signature: 298 + $signature: 264 }; U.taskStatsForProject_closure.prototype = { call$2: function(taskId, task) { @@ -347275,13 +345587,13 @@ else if (task.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 131 + $signature: 134 }; U.memoizedTaskStatsForUser_closure.prototype = { call$2: function(userId, taskMap) { return U.taskStatsForProject(userId, taskMap); }, - $signature: 298 + $signature: 264 }; M.TaskState.prototype = { $get$1: function(_, taskId) { @@ -347310,7 +345622,7 @@ call$1: function(item) { return item; }, - $signature: 1685 + $signature: 1683 }; M.TaskState_loadTasks_closure.prototype = { call$1: function(b) { @@ -347325,7 +345637,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 296 + $signature: 289 }; M.TaskUIState.prototype = { get$isCreatingNew: function() { @@ -347831,7 +346143,7 @@ call$1: function(taskStatus) { return taskStatus.get$id(taskStatus); }, - $signature: 43 + $signature: 42 }; V.handleTaskStatusAction_closure0.prototype = { call$1: function(b) { @@ -347839,7 +346151,7 @@ b.get$_task_model$_$this()._task_model$_statusId = t1; return b; }, - $signature: 44 + $signature: 45 }; B._editTaskStatus_closure.prototype = { call$3: function(store, dynamicAction, next) { @@ -347922,14 +346234,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).taskStatusState.map._map$_map, id); }, - $signature: 457 + $signature: 382 }; B._archiveTaskStatus__closure0.prototype = { call$1: function(taskStatuses) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new V.ArchiveTaskStatusesSuccess(taskStatuses)); this.action.completer.complete$1(0, null); }, - $signature: 455 + $signature: 379 }; B._archiveTaskStatus__closure1.prototype = { call$1: function(error) { @@ -347960,14 +346272,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).taskStatusState.map._map$_map, id); }, - $signature: 457 + $signature: 382 }; B._deleteTaskStatus__closure0.prototype = { call$1: function(taskStatuses) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new V.DeleteTaskStatusesSuccess(taskStatuses)); this.action.completer.complete$1(0, null); }, - $signature: 455 + $signature: 379 }; B._deleteTaskStatus__closure1.prototype = { call$1: function(error) { @@ -347998,14 +346310,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).taskStatusState.map._map$_map, id); }, - $signature: 457 + $signature: 382 }; B._restoreTaskStatus__closure0.prototype = { call$1: function(taskStatuses) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new V.RestoreTaskStatusesSuccess(taskStatuses)); this.action.completer.complete$1(0, null); }, - $signature: 455 + $signature: 379 }; B._restoreTaskStatus__closure1.prototype = { call$1: function(error) { @@ -348035,7 +346347,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new V.SaveTaskStatusSuccess(taskStatus)); t1.completer.complete$1(0, taskStatus); }, - $signature: 227 + $signature: 232 }; B._saveTaskStatus__closure0.prototype = { call$1: function(error) { @@ -348063,7 +346375,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new V.LoadTaskStatusSuccess(taskStatus)); this.action.completer.complete$1(0, null); }, - $signature: 227 + $signature: 232 }; B._loadTaskStatus__closure0.prototype = { call$1: function(error) { @@ -348094,7 +346406,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1689 + $signature: 1687 }; B._loadTaskStatuses__closure0.prototype = { call$1: function(error) { @@ -348127,7 +346439,7 @@ b.get$_task_status_state$_$this()._task_status_state$_forceSelected = t3; return b; }, - $signature: 1690 + $signature: 1688 }; A.forceSelectedReducer_closure135.prototype = { call$2: function(completer, action) { @@ -348135,7 +346447,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1691 + $signature: 1689 }; A.forceSelectedReducer_closure136.prototype = { call$2: function(completer, action) { @@ -348143,7 +346455,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1692 + $signature: 1690 }; A.forceSelectedReducer_closure137.prototype = { call$2: function(completer, action) { @@ -348151,7 +346463,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1693 + $signature: 1691 }; A.forceSelectedReducer_closure138.prototype = { call$2: function(completer, action) { @@ -348159,7 +346471,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1694 + $signature: 1692 }; A.forceSelectedReducer_closure139.prototype = { call$2: function(completer, action) { @@ -348167,7 +346479,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1695 + $signature: 1693 }; A.forceSelectedReducer_closure140.prototype = { call$2: function(completer, action) { @@ -348175,7 +346487,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1696 + $signature: 1694 }; A.forceSelectedReducer_closure141.prototype = { call$2: function(completer, action) { @@ -348183,7 +346495,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1697 + $signature: 1695 }; A.forceSelectedReducer_closure142.prototype = { call$2: function(completer, action) { @@ -348191,7 +346503,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1698 + $signature: 1696 }; A.selectedIdReducer_closure271.prototype = { call$2: function(completer, action) { @@ -348199,7 +346511,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1699 + $signature: 1697 }; A.selectedIdReducer_closure272.prototype = { call$2: function(completer, action) { @@ -348207,7 +346519,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1700 + $signature: 1698 }; A.selectedIdReducer_closure273.prototype = { call$2: function(selectedId, action) { @@ -348223,7 +346535,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 79 + $signature: 74 }; A.selectedIdReducer_closure275.prototype = { call$2: function(selectedId, action) { @@ -348231,7 +346543,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 79 + $signature: 74 }; A.selectedIdReducer_closure276.prototype = { call$2: function(selectedId, action) { @@ -348239,7 +346551,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 51 }; A.selectedIdReducer_closure277.prototype = { call$2: function(selectedId, action) { @@ -348255,7 +346567,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1701 + $signature: 1699 }; A.selectedIdReducer_closure279.prototype = { call$2: function(selectedId, action) { @@ -348263,7 +346575,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1702 + $signature: 1700 }; A.selectedIdReducer_closure280.prototype = { call$2: function(selectedId, action) { @@ -348271,7 +346583,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1703 + $signature: 1701 }; A.selectedIdReducer_closure281.prototype = { call$2: function(selectedId, action) { @@ -348279,7 +346591,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1704 + $signature: 1702 }; A.selectedIdReducer_closure282.prototype = { call$2: function(selectedId, action) { @@ -348287,7 +346599,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1705 + $signature: 1703 }; A.selectedIdReducer_closure283.prototype = { call$2: function(selectedId, action) { @@ -348295,7 +346607,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1706 + $signature: 1704 }; A.selectedIdReducer_closure284.prototype = { call$2: function(selectedId, action) { @@ -348303,7 +346615,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1707 + $signature: 1705 }; A.selectedIdReducer_closure285.prototype = { call$2: function(selectedId, action) { @@ -348318,7 +346630,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 72 + $signature: 67 }; A.editingReducer_closure89.prototype = { call$2: function(taskStatuses, action) { @@ -348326,7 +346638,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1708 + $signature: 1706 }; A.editingReducer_closure90.prototype = { call$2: function(taskStatuses, action) { @@ -348334,7 +346646,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1709 + $signature: 1707 }; A.editingReducer_closure91.prototype = { call$2: function(taskStatuses, action) { @@ -348342,7 +346654,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1710 + $signature: 1708 }; A.editingReducer_closure92.prototype = { call$2: function(taskStatus, action) { @@ -348350,14 +346662,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1711 + $signature: 1709 }; A.editingReducer__closure35.prototype = { call$1: function(b) { b.get$_task_status_model$_$this()._task_status_model$_isChanged = true; return b; }, - $signature: 153 + $signature: 140 }; A._viewTaskStatusList_closure.prototype = { call$1: function(b) { @@ -348510,7 +346822,7 @@ J.$indexSet$ax(t6.get$_safeMap(), statusId, t7); } }, - $signature: 319 + $signature: 281 }; A._sortTaskStatusSuccess__closure.prototype = { call$1: function(b) { @@ -348519,7 +346831,7 @@ b.get$_task_status_model$_$this()._task_status_model$_statusOrder = t1; return b; }, - $signature: 153 + $signature: 140 }; A._archiveTaskStatusSuccess_closure.prototype = { call$1: function(b) { @@ -348541,7 +346853,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 319 + $signature: 281 }; A._deleteTaskStatusSuccess_closure.prototype = { call$1: function(b) { @@ -348563,7 +346875,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 319 + $signature: 281 }; A._restoreTaskStatusSuccess_closure.prototype = { call$1: function(b) { @@ -348585,7 +346897,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 319 + $signature: 281 }; A._addTaskStatus_closure.prototype = { call$1: function(b) { @@ -348598,7 +346910,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 322 + $signature: 282 }; A._updateTaskStatus_closure.prototype = { call$1: function(b) { @@ -348607,7 +346919,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 322 + $signature: 282 }; A._setLoadedTaskStatus_closure.prototype = { call$1: function(b) { @@ -348616,13 +346928,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 322 + $signature: 282 }; U.memoizedDropdownTaskStatusList_closure.prototype = { call$4: function(taskStatusMap, taskStatusList, staticState, userMap) { return U.dropdownTaskStatusesSelector(taskStatusMap, taskStatusList, staticState, userMap); }, - $signature: 1715 + $signature: 1713 }; U.dropdownTaskStatusesSelector_closure.prototype = { call$1: function(taskStatusId) { @@ -348643,7 +346955,7 @@ call$4: function(selectionState, taskStatusMap, taskStatusList, taskStatusListState) { return U.filteredTaskStatusesSelector(selectionState, taskStatusMap, taskStatusList, taskStatusListState); }, - $signature: 1716 + $signature: 1714 }; U.filteredTaskStatusesSelector_closure.prototype = { call$1: function(taskStatusId) { @@ -348676,7 +346988,7 @@ call$2: function(taskStatusId, taskMap) { return U.calculateTaskStatusAmount(taskMap, taskStatusId); }, - $signature: 1717 + $signature: 1715 }; U.calculateTaskStatusAmount_closure.prototype = { call$2: function(taskId, task) { @@ -348686,13 +346998,13 @@ t1.total = t1.total + C.JSInt_methods._tdivFast$1(task.calculateDuration$0()._duration, 1000000); } }, - $signature: 131 + $signature: 134 }; U.memoizedTaskStatsForTaskStatus_closure.prototype = { call$2: function(companyGatewayId, taskMap) { return U.taskStatsForTaskStatus(companyGatewayId, taskMap); }, - $signature: 298 + $signature: 264 }; U.taskStatsForTaskStatus_closure.prototype = { call$2: function(taskId, task) { @@ -348702,7 +347014,7 @@ else if (task.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 131 + $signature: 134 }; U.defaultTaskStatusId_closure.prototype = { call$1: function(statusId) { @@ -348751,7 +347063,7 @@ call$1: function(item) { return item; }, - $signature: 1718 + $signature: 1716 }; L.TaskStatusState_loadTaskStatuses_closure.prototype = { call$1: function(b) { @@ -348766,7 +347078,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 322 + $signature: 282 }; L.TaskStatusUIState.prototype = { get$isCreatingNew: function() { @@ -349238,7 +347550,7 @@ call$1: function(taxRate) { return taxRate.get$id(taxRate); }, - $signature: 43 + $signature: 42 }; A.StartTaxRateMultiselect.prototype = {}; A.AddToTaxRateMultiselect.prototype = {}; @@ -349329,14 +347641,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).taxRateState.map._map$_map, id); }, - $signature: 240 + $signature: 228 }; T._archiveTaxRate__closure0.prototype = { call$1: function(taxRates) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new A.ArchiveTaxRatesSuccess(taxRates)); this.action.completer.complete$1(0, null); }, - $signature: 442 + $signature: 367 }; T._archiveTaxRate__closure1.prototype = { call$1: function(error) { @@ -349367,14 +347679,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).taxRateState.map._map$_map, id); }, - $signature: 240 + $signature: 228 }; T._deleteTaxRate__closure0.prototype = { call$1: function(taxRates) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new A.DeleteTaxRatesSuccess(taxRates)); this.action.completer.complete$1(0, null); }, - $signature: 442 + $signature: 367 }; T._deleteTaxRate__closure1.prototype = { call$1: function(error) { @@ -349405,14 +347717,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).taxRateState.map._map$_map, id); }, - $signature: 240 + $signature: 228 }; T._restoreTaxRate__closure0.prototype = { call$1: function(taxRates) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new A.RestoreTaxRatesSuccess(taxRates)); this.action.completer.complete$1(0, null); }, - $signature: 442 + $signature: 367 }; T._restoreTaxRate__closure1.prototype = { call$1: function(error) { @@ -349442,7 +347754,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new A.SaveTaxRateSuccess(taxRate)); t1.completer.complete$1(0, taxRate); }, - $signature: 121 + $signature: 119 }; T._saveTaxRate__closure0.prototype = { call$1: function(error) { @@ -349470,7 +347782,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new A.LoadTaxRateSuccess(taxRate)); this.action.completer.complete$1(0, null); }, - $signature: 121 + $signature: 119 }; T._loadTaxRate__closure0.prototype = { call$1: function(error) { @@ -349501,7 +347813,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1722 + $signature: 1720 }; T._loadTaxRates__closure0.prototype = { call$1: function(error) { @@ -349534,7 +347846,7 @@ b.get$_tax_rate_state$_$this()._tax_rate_state$_forceSelected = t3; return b; }, - $signature: 1723 + $signature: 1721 }; Z.forceSelectedReducer_closure67.prototype = { call$2: function(completer, action) { @@ -349542,7 +347854,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1724 + $signature: 1722 }; Z.forceSelectedReducer_closure68.prototype = { call$2: function(completer, action) { @@ -349550,7 +347862,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1725 + $signature: 1723 }; Z.forceSelectedReducer_closure69.prototype = { call$2: function(completer, action) { @@ -349558,7 +347870,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1726 + $signature: 1724 }; Z.forceSelectedReducer_closure70.prototype = { call$2: function(completer, action) { @@ -349566,7 +347878,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1727 + $signature: 1725 }; Z.selectedIdReducer_closure134.prototype = { call$2: function(completer, action) { @@ -349574,7 +347886,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1728 + $signature: 1726 }; Z.selectedIdReducer_closure135.prototype = { call$2: function(completer, action) { @@ -349582,7 +347894,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1729 + $signature: 1727 }; Z.selectedIdReducer_closure136.prototype = { call$2: function(selectedId, action) { @@ -349598,7 +347910,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1730 + $signature: 1728 }; Z.selectedIdReducer_closure138.prototype = { call$2: function(selectedId, action) { @@ -349606,7 +347918,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1731 + $signature: 1729 }; Z.selectedIdReducer_closure139.prototype = { call$2: function(selectedId, action) { @@ -349614,7 +347926,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 51 }; Z.selectedIdReducer_closure140.prototype = { call$2: function(selectedId, action) { @@ -349630,7 +347942,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1732 + $signature: 1730 }; Z.selectedIdReducer_closure142.prototype = { call$2: function(selectedId, action) { @@ -349638,7 +347950,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1733 + $signature: 1731 }; Z.selectedIdReducer_closure143.prototype = { call$2: function(selectedId, action) { @@ -349646,7 +347958,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1734 + $signature: 1732 }; Z.editingReducer_closure39.prototype = { call$2: function(taxRates, action) { @@ -349654,7 +347966,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1735 + $signature: 1733 }; Z.editingReducer_closure40.prototype = { call$2: function(taxRates, action) { @@ -349662,7 +347974,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1736 + $signature: 1734 }; Z.editingReducer_closure41.prototype = { call$2: function(taxRates, action) { @@ -349670,7 +347982,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1737 + $signature: 1735 }; Z.editingReducer_closure42.prototype = { call$2: function(taxRate, action) { @@ -349678,14 +347990,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1738 + $signature: 1736 }; Z.editingReducer__closure14.prototype = { call$1: function(b) { b.get$_tax_rate_model$_$this()._tax_rate_model$_isChanged = true; return b; }, - $signature: 465 + $signature: 504 }; Z._viewTaxRateList_closure.prototype = { call$1: function(b) { @@ -349794,7 +348106,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 437 + $signature: 357 }; Z._deleteTaxRateSuccess_closure.prototype = { call$1: function(b) { @@ -349816,7 +348128,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 437 + $signature: 357 }; Z._restoreTaxRateSuccess_closure.prototype = { call$1: function(b) { @@ -349838,7 +348150,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 437 + $signature: 357 }; Z._addTaxRate_closure.prototype = { call$1: function(b) { @@ -349851,7 +348163,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 181 + $signature: 171 }; Z._updateTaxRate_closure.prototype = { call$1: function(b) { @@ -349860,7 +348172,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 181 + $signature: 171 }; Z._setLoadedTaxRate_closure.prototype = { call$1: function(b) { @@ -349869,14 +348181,14 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 181 + $signature: 171 }; Z._setLoadedTaxRates_closure.prototype = { call$1: function(b) { b.get$map(b).addAll$1(0, P.LinkedHashMap_LinkedHashMap$fromIterable(this.action.taxRates, new Z._setLoadedTaxRates__closure(), new Z._setLoadedTaxRates__closure0(), type$.legacy_String, type$.legacy_TaxRateEntity)); return b; }, - $signature: 181 + $signature: 171 }; Z._setLoadedTaxRates__closure.prototype = { call$1: function(item) { @@ -349888,7 +348200,7 @@ call$1: function(item) { return item; }, - $signature: 471 + $signature: 507 }; Z._setLoadedTaxRates_closure0.prototype = { call$1: function(b) { @@ -349897,14 +348209,14 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 181 + $signature: 171 }; Z._setLoadedCompany_closure3.prototype = { call$1: function(b) { b.get$map(b).addAll$1(0, P.LinkedHashMap_LinkedHashMap$fromIterable(this.action.userCompany.company.taxRates, new Z._setLoadedCompany__closure3(), new Z._setLoadedCompany__closure4(), type$.legacy_String, type$.legacy_TaxRateEntity)); return b; }, - $signature: 181 + $signature: 171 }; Z._setLoadedCompany__closure3.prototype = { call$1: function(item) { @@ -349916,7 +348228,7 @@ call$1: function(item) { return item; }, - $signature: 471 + $signature: 507 }; Z._setLoadedCompany_closure4.prototype = { call$1: function(b) { @@ -349925,13 +348237,13 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 181 + $signature: 171 }; G.memoizedFilteredTaxRateList_closure.prototype = { call$4: function(selectionState, taxRateMap, taxRateList, taxRateListState) { return G.filteredTaxRatesSelector(selectionState, taxRateMap, taxRateList, taxRateListState); }, - $signature: 1743 + $signature: 1741 }; G.filteredTaxRatesSelector_closure.prototype = { call$1: function(taxRateId) { @@ -350465,7 +348777,7 @@ call$1: function(token) { return token.get$id(token); }, - $signature: 43 + $signature: 42 }; Q.StartTokenMultiselect.prototype = {}; Q.AddToTokenMultiselect.prototype = {}; @@ -350556,14 +348868,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).tokenState.map._map$_map, id); }, - $signature: 429 + $signature: 346 }; D._archiveToken__closure0.prototype = { call$1: function(tokens) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.ArchiveTokensSuccess(tokens)); this.action.completer.complete$1(0, null); }, - $signature: 428 + $signature: 344 }; D._archiveToken__closure1.prototype = { call$1: function(error) { @@ -350594,14 +348906,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).tokenState.map._map$_map, id); }, - $signature: 429 + $signature: 346 }; D._deleteToken__closure0.prototype = { call$1: function(tokens) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.DeleteTokensSuccess(tokens)); this.action.completer.complete$1(0, null); }, - $signature: 428 + $signature: 344 }; D._deleteToken__closure1.prototype = { call$1: function(error) { @@ -350632,14 +348944,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).tokenState.map._map$_map, id); }, - $signature: 429 + $signature: 346 }; D._restoreToken__closure0.prototype = { call$1: function(tokens) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.RestoreTokensSuccess(tokens)); this.action.completer.complete$1(0, null); }, - $signature: 428 + $signature: 344 }; D._restoreToken__closure1.prototype = { call$1: function(error) { @@ -350669,7 +348981,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new Q.SaveTokenSuccess(token)); t1.completer.complete$1(0, token); }, - $signature: 283 + $signature: 324 }; D._saveToken__closure0.prototype = { call$1: function(error) { @@ -350701,7 +349013,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.LoadTokenSuccess(token)); this.action.completer.complete$1(0, null); }, - $signature: 283 + $signature: 324 }; D._loadToken__closure0.prototype = { call$1: function(error) { @@ -350732,7 +349044,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1747 + $signature: 1745 }; D._loadTokens__closure0.prototype = { call$1: function(error) { @@ -350765,7 +349077,7 @@ b.get$_token_state$_$this()._token_state$_forceSelected = t3; return b; }, - $signature: 1748 + $signature: 1746 }; S.forceSelectedReducer_closure103.prototype = { call$2: function(completer, action) { @@ -350773,7 +349085,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1749 + $signature: 1747 }; S.forceSelectedReducer_closure104.prototype = { call$2: function(completer, action) { @@ -350781,7 +349093,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1750 + $signature: 1748 }; S.forceSelectedReducer_closure105.prototype = { call$2: function(completer, action) { @@ -350789,7 +349101,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1751 + $signature: 1749 }; S.forceSelectedReducer_closure106.prototype = { call$2: function(completer, action) { @@ -350797,7 +349109,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1752 + $signature: 1750 }; S.forceSelectedReducer_closure107.prototype = { call$2: function(completer, action) { @@ -350805,7 +349117,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1753 + $signature: 1751 }; S.forceSelectedReducer_closure108.prototype = { call$2: function(completer, action) { @@ -350813,7 +349125,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1754 + $signature: 1752 }; S.forceSelectedReducer_closure109.prototype = { call$2: function(completer, action) { @@ -350821,7 +349133,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1755 + $signature: 1753 }; S.forceSelectedReducer_closure110.prototype = { call$2: function(completer, action) { @@ -350829,7 +349141,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1756 + $signature: 1754 }; S.selectedIdReducer_closure207.prototype = { call$2: function(completer, action) { @@ -350837,7 +349149,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1757 + $signature: 1755 }; S.selectedIdReducer_closure208.prototype = { call$2: function(completer, action) { @@ -350845,7 +349157,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1758 + $signature: 1756 }; S.selectedIdReducer_closure209.prototype = { call$2: function(selectedId, action) { @@ -350861,7 +349173,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 79 + $signature: 74 }; S.selectedIdReducer_closure211.prototype = { call$2: function(selectedId, action) { @@ -350869,7 +349181,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 79 + $signature: 74 }; S.selectedIdReducer_closure212.prototype = { call$2: function(selectedId, action) { @@ -350877,7 +349189,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 51 }; S.selectedIdReducer_closure213.prototype = { call$2: function(selectedId, action) { @@ -350893,7 +349205,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1759 + $signature: 1757 }; S.selectedIdReducer_closure215.prototype = { call$2: function(selectedId, action) { @@ -350901,7 +349213,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1760 + $signature: 1758 }; S.selectedIdReducer_closure216.prototype = { call$2: function(selectedId, action) { @@ -350909,7 +349221,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1761 + $signature: 1759 }; S.selectedIdReducer_closure217.prototype = { call$2: function(selectedId, action) { @@ -350917,7 +349229,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1762 + $signature: 1760 }; S.selectedIdReducer_closure218.prototype = { call$2: function(selectedId, action) { @@ -350925,7 +349237,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1763 + $signature: 1761 }; S.selectedIdReducer_closure219.prototype = { call$2: function(selectedId, action) { @@ -350933,7 +349245,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1764 + $signature: 1762 }; S.selectedIdReducer_closure220.prototype = { call$2: function(selectedId, action) { @@ -350941,7 +349253,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1765 + $signature: 1763 }; S.selectedIdReducer_closure221.prototype = { call$2: function(selectedId, action) { @@ -350956,7 +349268,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 72 + $signature: 67 }; S.editingReducer_closure66.prototype = { call$2: function(tokens, action) { @@ -350964,7 +349276,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1766 + $signature: 1764 }; S.editingReducer_closure67.prototype = { call$2: function(tokens, action) { @@ -350972,7 +349284,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1767 + $signature: 1765 }; S.editingReducer_closure68.prototype = { call$2: function(tokens, action) { @@ -350980,7 +349292,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1768 + $signature: 1766 }; S.editingReducer_closure69.prototype = { call$2: function(token, action) { @@ -350988,14 +349300,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1769 + $signature: 1767 }; S.editingReducer__closure25.prototype = { call$1: function(b) { b.get$_token_model$_$this()._token_model$_isChanged = true; return b; }, - $signature: 472 + $signature: 511 }; S._viewTokenList_closure.prototype = { call$1: function(b) { @@ -351142,7 +349454,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 425 + $signature: 330 }; S._deleteTokenSuccess_closure.prototype = { call$1: function(b) { @@ -351164,7 +349476,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 425 + $signature: 330 }; S._restoreTokenSuccess_closure.prototype = { call$1: function(b) { @@ -351186,7 +349498,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 425 + $signature: 330 }; S._addToken_closure.prototype = { call$1: function(b) { @@ -351199,7 +349511,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 243 + $signature: 263 }; S._updateToken_closure.prototype = { call$1: function(b) { @@ -351208,7 +349520,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 243 + $signature: 263 }; S._setLoadedToken_closure.prototype = { call$1: function(b) { @@ -351217,13 +349529,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 243 + $signature: 263 }; O.memoizedFilteredTokenList_closure.prototype = { call$4: function(selectionState, tokenMap, tokenList, tokenListState) { return O.filteredTokensSelector(selectionState, tokenMap, tokenList, tokenListState); }, - $signature: 1773 + $signature: 1771 }; O.filteredTokensSelector_closure.prototype = { call$1: function(tokenId) { @@ -351289,7 +349601,7 @@ call$1: function(item) { return item; }, - $signature: 1774 + $signature: 1772 }; N.TokenState_loadTokens_closure.prototype = { call$1: function(b) { @@ -351304,7 +349616,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 243 + $signature: 263 }; N.TokenUIState.prototype = { get$isCreatingNew: function() { @@ -352115,7 +350427,7 @@ b.get$sortFields().replace$1(0, $.$get$sortFieldsReducer().call$2(t2.sortFields, t3)); return b; }, - $signature: 733 + $signature: 524 }; Y._resortFields_closure.prototype = { call$1: function(b) { @@ -352126,14 +350438,14 @@ b.get$_pref_state$_$this()._field = t2; return b; }, - $signature: 1775 + $signature: 1773 }; Y._resortFields_closure0.prototype = { call$1: function(b) { b.$indexSet(0, this.entityType, this.directon); return b; }, - $signature: 1776 + $signature: 1774 }; Y.sortFieldsReducer_closure.prototype = { call$2: function(value, action) { @@ -352141,7 +350453,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1777 + $signature: 1775 }; Y.sortFieldsReducer_closure0.prototype = { call$2: function(value, action) { @@ -352149,7 +350461,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1778 + $signature: 1776 }; Y.sortFieldsReducer_closure1.prototype = { call$2: function(value, action) { @@ -352157,7 +350469,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1779 + $signature: 1777 }; Y.sortFieldsReducer_closure2.prototype = { call$2: function(value, action) { @@ -352165,7 +350477,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1780 + $signature: 1778 }; Y.sortFieldsReducer_closure3.prototype = { call$2: function(value, action) { @@ -352173,7 +350485,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1781 + $signature: 1779 }; Y.sortFieldsReducer_closure4.prototype = { call$2: function(value, action) { @@ -352181,7 +350493,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1782 + $signature: 1780 }; Y.sortFieldsReducer_closure5.prototype = { call$2: function(value, action) { @@ -352189,7 +350501,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1783 + $signature: 1781 }; Y.sortFieldsReducer_closure6.prototype = { call$2: function(value, action) { @@ -352197,7 +350509,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1784 + $signature: 1782 }; Y.sortFieldsReducer_closure7.prototype = { call$2: function(value, action) { @@ -352205,7 +350517,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1785 + $signature: 1783 }; Y.sortFieldsReducer_closure8.prototype = { call$2: function(value, action) { @@ -352213,7 +350525,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1786 + $signature: 1784 }; Y.sortFieldsReducer_closure9.prototype = { call$2: function(value, action) { @@ -352221,7 +350533,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1787 + $signature: 1785 }; Y.sortFieldsReducer_closure10.prototype = { call$2: function(value, action) { @@ -352229,7 +350541,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1788 + $signature: 1786 }; Y.sortFieldsReducer_closure11.prototype = { call$2: function(value, action) { @@ -352237,7 +350549,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1789 + $signature: 1787 }; Y.sortFieldsReducer_closure12.prototype = { call$2: function(value, action) { @@ -352245,7 +350557,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1790 + $signature: 1788 }; Y.sortFieldsReducer_closure13.prototype = { call$2: function(value, action) { @@ -352253,7 +350565,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1791 + $signature: 1789 }; Y.sortFieldsReducer_closure14.prototype = { call$2: function(value, action) { @@ -352261,7 +350573,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1792 + $signature: 1790 }; Y.sortFieldsReducer_closure15.prototype = { call$2: function(value, action) { @@ -352269,7 +350581,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1793 + $signature: 1791 }; Y.sortFieldsReducer_closure16.prototype = { call$2: function(value, action) { @@ -352277,7 +350589,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1794 + $signature: 1792 }; Y.sortFieldsReducer_closure17.prototype = { call$2: function(value, action) { @@ -352285,7 +350597,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1795 + $signature: 1793 }; Y.sortFieldsReducer_closure18.prototype = { call$2: function(value, action) { @@ -352293,7 +350605,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1796 + $signature: 1794 }; Y.sortFieldsReducer_closure19.prototype = { call$2: function(value, action) { @@ -352301,7 +350613,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1797 + $signature: 1795 }; Y.sortFieldsReducer_closure20.prototype = { call$2: function(value, action) { @@ -352309,7 +350621,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1798 + $signature: 1796 }; Y.sidebarEditorReducer_closure.prototype = { call$2: function(value, action) { @@ -352321,7 +350633,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1799 + $signature: 1797 }; Y.sidebarEditorReducer__closure.prototype = { call$1: function(b) { @@ -352329,14 +350641,14 @@ b.$indexSet(0, t1, !J.$index$asx(this.value._map$_map, t1)); return b; }, - $signature: 473 + $signature: 514 }; Y.sidebarEditorReducer__closure0.prototype = { call$1: function(b) { b.$indexSet(0, this.entityType, true); return b; }, - $signature: 473 + $signature: 514 }; Y.menuVisibleReducer_closure.prototype = { call$2: function(value, action) { @@ -352344,7 +350656,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 97 + $signature: 100 }; Y.menuVisibleReducer_closure0.prototype = { call$2: function(value, action) { @@ -352360,7 +350672,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 97 + $signature: 100 }; Y.historyVisibleReducer_closure.prototype = { call$2: function(value, action) { @@ -352368,7 +350680,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 97 + $signature: 100 }; Y.historyVisibleReducer_closure0.prototype = { call$2: function(value, action) { @@ -352381,7 +350693,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 97 + $signature: 100 }; Y.layoutReducer_closure.prototype = { call$2: function(layout, action) { @@ -352390,7 +350702,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1802 + $signature: 1800 }; Y.moduleLayoutReducer_closure.prototype = { call$2: function(moduleLayout, action) { @@ -352399,7 +350711,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1803 + $signature: 1801 }; Y.moduleLayoutReducer_closure0.prototype = { call$2: function(moduleLayout, action) { @@ -352410,7 +350722,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1804 + $signature: 1802 }; Y.rowsPerPageReducer_closure.prototype = { call$2: function(numRows, action) { @@ -352419,7 +350731,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1805 + $signature: 1803 }; Y.manuSidebarReducer_closure.prototype = { call$2: function(mode, action) { @@ -352428,7 +350740,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 476 + $signature: 516 }; Y.historySidebarReducer_closure.prototype = { call$2: function(mode, action) { @@ -352437,7 +350749,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 476 + $signature: 516 }; Y.darkModeReducer_closure.prototype = { call$2: function(enableDarkMode, action) { @@ -352446,7 +350758,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 97 + $signature: 100 }; Y.persistDataReducer_closure.prototype = { call$2: function(persistData, action) { @@ -352455,7 +350767,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 97 + $signature: 100 }; Y.persistUIReducer_closure.prototype = { call$2: function(persistUI, action) { @@ -352464,7 +350776,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 97 + $signature: 100 }; Y.showKanbanReducer_closure.prototype = { call$2: function(showKanban, action) { @@ -352473,7 +350785,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 97 + $signature: 100 }; Y.isFilterVisibleReducer_closure.prototype = { call$2: function(value, action) { @@ -352482,7 +350794,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 97 + $signature: 100 }; Y.longPressReducer_closure.prototype = { call$2: function(longPressSelectionIsDefault, action) { @@ -352491,7 +350803,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 97 + $signature: 100 }; Y.isPreviewVisibleReducer_closure.prototype = { call$2: function(value, action) { @@ -352499,7 +350811,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1807 + $signature: 1805 }; Y.isPreviewVisibleReducer_closure0.prototype = { call$2: function(isPreviewEnabled, action) { @@ -352508,7 +350820,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 97 + $signature: 100 }; Y.requireAuthenticationReducer_closure.prototype = { call$2: function(requireAuthentication, action) { @@ -352517,7 +350829,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 97 + $signature: 100 }; Y.colorThemeReducer_closure.prototype = { call$2: function(currentColorTheme, action) { @@ -352526,7 +350838,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1808 + $signature: 1806 }; Y.customColorsReducer_closure.prototype = { call$2: function(customColors, action) { @@ -352535,14 +350847,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1809 + $signature: 1807 }; Y.companyPrefReducer_closure.prototype = { call$1: function(b) { b.get$historyList().replace$1(0, $.$get$historyReducer().call$2(this._box_0.state.historyList, this.action)); return b; }, - $signature: 1810 + $signature: 1808 }; Y.historyReducer_closure.prototype = { call$2: function(historyList, action) { @@ -352553,14 +350865,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1811 + $signature: 1809 }; Y.historyReducer__closure.prototype = { call$1: function(b) { J.removeAt$1$ax(b.get$_safeList(), 0); return b; }, - $signature: 418 + $signature: 337 }; Y.historyReducer_closure0.prototype = { call$2: function(historyList, action) { @@ -352568,7 +350880,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1813 + $signature: 1811 }; Y.historyReducer_closure1.prototype = { call$2: function(historyList, action) { @@ -352576,7 +350888,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1814 + $signature: 1812 }; Y.historyReducer_closure2.prototype = { call$2: function(historyList, action) { @@ -352587,7 +350899,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1815 + $signature: 1813 }; Y.historyReducer_closure3.prototype = { call$2: function(historyList, action) { @@ -352595,7 +350907,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1816 + $signature: 1814 }; Y.historyReducer_closure4.prototype = { call$2: function(historyList, action) { @@ -352603,7 +350915,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1817 + $signature: 1815 }; Y.historyReducer_closure5.prototype = { call$2: function(historyList, action) { @@ -352611,7 +350923,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1818 + $signature: 1816 }; Y.historyReducer_closure6.prototype = { call$2: function(historyList, action) { @@ -352619,7 +350931,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1819 + $signature: 1817 }; Y.historyReducer_closure7.prototype = { call$2: function(historyList, action) { @@ -352627,7 +350939,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1820 + $signature: 1818 }; Y.historyReducer_closure8.prototype = { call$2: function(historyList, action) { @@ -352635,7 +350947,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1821 + $signature: 1819 }; Y.historyReducer_closure9.prototype = { call$2: function(historyList, action) { @@ -352643,7 +350955,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1822 + $signature: 1820 }; Y.historyReducer_closure10.prototype = { call$2: function(historyList, action) { @@ -352651,7 +350963,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1823 + $signature: 1821 }; Y.historyReducer_closure11.prototype = { call$2: function(historyList, action) { @@ -352659,7 +350971,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1824 + $signature: 1822 }; Y.historyReducer_closure12.prototype = { call$2: function(historyList, action) { @@ -352667,7 +350979,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1825 + $signature: 1823 }; Y.historyReducer_closure13.prototype = { call$2: function(historyList, action) { @@ -352675,7 +350987,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1826 + $signature: 1824 }; Y.historyReducer_closure14.prototype = { call$2: function(historyList, action) { @@ -352683,7 +350995,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1827 + $signature: 1825 }; Y.historyReducer_closure15.prototype = { call$2: function(historyList, action) { @@ -352691,7 +351003,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1828 + $signature: 1826 }; Y.historyReducer_closure16.prototype = { call$2: function(historyList, action) { @@ -352699,7 +351011,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1829 + $signature: 1827 }; Y.historyReducer_closure17.prototype = { call$2: function(historyList, action) { @@ -352707,7 +351019,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1830 + $signature: 1828 }; Y.historyReducer_closure18.prototype = { call$2: function(historyList, action) { @@ -352715,7 +351027,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1831 + $signature: 1829 }; Y.historyReducer_closure19.prototype = { call$2: function(historyList, action) { @@ -352723,7 +351035,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1832 + $signature: 1830 }; Y.historyReducer_closure20.prototype = { call$2: function(historyList, action) { @@ -352731,7 +351043,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1833 + $signature: 1831 }; Y.historyReducer_closure21.prototype = { call$2: function(historyList, action) { @@ -352739,7 +351051,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1834 + $signature: 1832 }; Y.historyReducer_closure22.prototype = { call$2: function(historyList, action) { @@ -352747,7 +351059,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1835 + $signature: 1833 }; Y.historyReducer_closure23.prototype = { call$2: function(historyList, action) { @@ -352755,7 +351067,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1836 + $signature: 1834 }; Y.historyReducer_closure24.prototype = { call$2: function(historyList, action) { @@ -352763,7 +351075,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1837 + $signature: 1835 }; Y.historyReducer_closure25.prototype = { call$2: function(historyList, action) { @@ -352771,7 +351083,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1838 + $signature: 1836 }; Y.historyReducer_closure26.prototype = { call$2: function(historyList, action) { @@ -352779,7 +351091,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1839 + $signature: 1837 }; Y.historyReducer_closure27.prototype = { call$2: function(historyList, action) { @@ -352787,7 +351099,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1840 + $signature: 1838 }; Y.historyReducer_closure28.prototype = { call$2: function(historyList, action) { @@ -352795,7 +351107,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1841 + $signature: 1839 }; Y.historyReducer_closure29.prototype = { call$2: function(historyList, action) { @@ -352803,7 +351115,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1842 + $signature: 1840 }; Y.historyReducer_closure30.prototype = { call$2: function(historyList, action) { @@ -352811,7 +351123,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1843 + $signature: 1841 }; Y.historyReducer_closure31.prototype = { call$2: function(historyList, action) { @@ -352819,7 +351131,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1844 + $signature: 1842 }; Y.historyReducer_closure32.prototype = { call$2: function(historyList, action) { @@ -352827,7 +351139,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1845 + $signature: 1843 }; Y.historyReducer_closure33.prototype = { call$2: function(historyList, action) { @@ -352835,7 +351147,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1846 + $signature: 1844 }; Y.historyReducer_closure34.prototype = { call$2: function(historyList, action) { @@ -352843,7 +351155,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1847 + $signature: 1845 }; Y.historyReducer_closure35.prototype = { call$2: function(historyList, action) { @@ -352851,7 +351163,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1848 + $signature: 1846 }; Y.historyReducer_closure36.prototype = { call$2: function(historyList, action) { @@ -352859,7 +351171,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1849 + $signature: 1847 }; Y.historyReducer_closure37.prototype = { call$2: function(historyList, action) { @@ -352867,7 +351179,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1850 + $signature: 1848 }; Y.historyReducer_closure38.prototype = { call$2: function(historyList, action) { @@ -352875,7 +351187,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1851 + $signature: 1849 }; Y.historyReducer_closure39.prototype = { call$2: function(historyList, action) { @@ -352883,7 +351195,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1852 + $signature: 1850 }; Y.historyReducer_closure40.prototype = { call$2: function(historyList, action) { @@ -352891,7 +351203,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1853 + $signature: 1851 }; Y.historyReducer_closure41.prototype = { call$2: function(historyList, action) { @@ -352899,7 +351211,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1854 + $signature: 1852 }; Y.historyReducer_closure42.prototype = { call$2: function(historyList, action) { @@ -352907,7 +351219,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1855 + $signature: 1853 }; Y.historyReducer_closure43.prototype = { call$2: function(historyList, action) { @@ -352915,7 +351227,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1856 + $signature: 1854 }; Y.historyReducer_closure44.prototype = { call$2: function(historyList, action) { @@ -352923,7 +351235,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1857 + $signature: 1855 }; Y.historyReducer_closure45.prototype = { call$2: function(historyList, action) { @@ -352931,7 +351243,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1858 + $signature: 1856 }; Y.historyReducer_closure46.prototype = { call$2: function(historyList, action) { @@ -352941,14 +351253,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1859 + $signature: 1857 }; Y._addToHistory_closure.prototype = { call$1: function(item) { var t1 = this.record; return t1.entityType == item.entityType && t1.id == item.id; }, - $signature: 701 + $signature: 517 }; Y._addToHistory_closure0.prototype = { call$0: function() { @@ -352963,7 +351275,7 @@ J.insert$2$ax(b.get$_safeList(), 0, this.record); return b; }, - $signature: 418 + $signature: 337 }; Y._addToHistory_closure2.prototype = { call$1: function(b) { @@ -352975,7 +351287,7 @@ b._listOwner = null; return b; }, - $signature: 418 + $signature: 337 }; X.PrefState.prototype = { get$colorThemeModel: function() { @@ -353918,7 +352230,7 @@ t3._company_state$_$v = t2; return b; }, - $signature: 724 + $signature: 519 }; D.lastActivityReducer_closure.prototype = { call$2: function(state, action) { @@ -353926,7 +352238,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1860 + $signature: 1858 }; D.filterReducer_closure.prototype = { call$2: function(filter, action) { @@ -353934,7 +352246,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1861 + $signature: 1859 }; D.filterReducer_closure0.prototype = { call$2: function(state, action) { @@ -353942,7 +352254,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1862 + $signature: 1860 }; D.filterClearedAtReducer_closure.prototype = { call$2: function(filterClearedAt, action) { @@ -353950,7 +352262,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1863 + $signature: 1861 }; D.filterClearedAtReducer_closure0.prototype = { call$2: function(state, action) { @@ -353958,7 +352270,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1864 + $signature: 1862 }; D.currentRouteReducer_closure.prototype = { call$2: function(currentRoute, action) { @@ -353966,7 +352278,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1865 + $signature: 1863 }; D.selectedCompanyIndexReducer_closure.prototype = { call$2: function(selectedCompanyIndex, action) { @@ -353974,7 +352286,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1866 + $signature: 1864 }; D.previewStackReducer_closure.prototype = { call$2: function(previewStack, action) { @@ -353993,13 +352305,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1867 + $signature: 1865 }; D.previewStackReducer__closure.prototype = { call$1: function(entityType) { return entityType != this.action.entityType; }, - $signature: 292 + $signature: 322 }; D.previewStackReducer_closure0.prototype = { call$2: function(previewStack, action) { @@ -354007,7 +352319,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1869 + $signature: 1867 }; D.previewStackReducer_closure1.prototype = { call$2: function(previewStack, action) { @@ -354018,7 +352330,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1870 + $signature: 1868 }; D.filterStackReducer_closure.prototype = { call$2: function(filterStack, action) { @@ -354026,7 +352338,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1871 + $signature: 1869 }; D.filterStackReducer_closure0.prototype = { call$2: function(filterStack, action) { @@ -354045,13 +352357,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1872 + $signature: 1870 }; D.filterStackReducer__closure.prototype = { call$1: function(entity) { return entity.get$entityType() != this.action.entity.get$entityType(); }, - $signature: 186 + $signature: 206 }; D.filterStackReducer_closure1.prototype = { call$2: function(filterStack, action) { @@ -354062,7 +352374,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1873 + $signature: 1871 }; U.UIState.prototype = { containsRoute$1: function(route) { @@ -355091,77 +353403,77 @@ call$1: function(user) { return user.get$id(user); }, - $signature: 43 + $signature: 42 }; X.handleUserAction_closure0.prototype = { call$1: function(b) { var t1 = this.user.id; return b.get$_client_model$_$this()._client_model$_assignedUserId = t1; }, - $signature: 1874 + $signature: 1872 }; X.handleUserAction_closure1.prototype = { call$1: function(b) { var t1 = this.user.id; return b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = t1; }, - $signature: 148 + $signature: 156 }; X.handleUserAction_closure2.prototype = { call$1: function(b) { var t1 = this.user.id; return b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = t1; }, - $signature: 148 + $signature: 156 }; X.handleUserAction_closure3.prototype = { call$1: function(b) { var t1 = this.user.id; return b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = t1; }, - $signature: 148 + $signature: 156 }; X.handleUserAction_closure4.prototype = { call$1: function(b) { var t1 = this.user.id; return b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = t1; }, - $signature: 148 + $signature: 156 }; X.handleUserAction_closure5.prototype = { call$1: function(b) { var t1 = this.user.id; return b.get$_expense_model$_$this()._expense_model$_assignedUserId = t1; }, - $signature: 1875 + $signature: 1873 }; X.handleUserAction_closure6.prototype = { call$1: function(b) { var t1 = this.user.id; return b.get$_payment_model$_$this()._payment_model$_assignedUserId = t1; }, - $signature: 684 + $signature: 513 }; X.handleUserAction_closure7.prototype = { call$1: function(b) { var t1 = this.user.id; return b.get$_project_model$_$this()._project_model$_assignedUserId = t1; }, - $signature: 682 + $signature: 512 }; X.handleUserAction_closure8.prototype = { call$1: function(b) { var t1 = this.user.id; return b.get$_task_model$_$this()._task_model$_assignedUserId = t1; }, - $signature: 1876 + $signature: 1874 }; X.handleUserAction_closure9.prototype = { call$1: function(b) { var t1 = this.user.id; return b.get$_vendor_model$_$this()._vendor_model$_assignedUserId = t1; }, - $signature: 1877 + $signature: 1875 }; X.handleUserAction_closure11.prototype = { call$2: function(password, idToken) { @@ -355175,7 +353487,7 @@ call$0: function() { return this.call$2(null, null); }, - $signature: 299 + $signature: 317 }; X.handleUserAction_closure10.prototype = { call$2: function(password, idToken) { @@ -355195,7 +353507,7 @@ call$0: function() { return this.call$2(null, null); }, - $signature: 299 + $signature: 317 }; X.handleUserAction_closure12.prototype = { call$2: function(password, idToken) { @@ -355215,7 +353527,7 @@ call$0: function() { return this.call$2(null, null); }, - $signature: 299 + $signature: 317 }; X.handleUserAction_closure14.prototype = { call$2: function(password, idToken) { @@ -355236,7 +353548,7 @@ call$0: function() { return this.call$2(null, null); }, - $signature: 299 + $signature: 317 }; X.handleUserAction_closure16.prototype = { call$1: function(_) { @@ -355348,14 +353660,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).userState.map._map$_map, id); }, - $signature: 414 + $signature: 339 }; M._archiveUser__closure0.prototype = { call$1: function(users) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.ArchiveUserSuccess(users)); this.action.completer.complete$1(0, null); }, - $signature: 231 + $signature: 233 }; M._archiveUser__closure1.prototype = { call$1: function(error) { @@ -355390,14 +353702,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).userState.map._map$_map, id); }, - $signature: 414 + $signature: 339 }; M._deleteUser__closure0.prototype = { call$1: function(users) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.DeleteUserSuccess(users)); this.action.completer.complete$1(0, null); }, - $signature: 231 + $signature: 233 }; M._deleteUser__closure1.prototype = { call$1: function(error) { @@ -355432,14 +353744,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).userState.map._map$_map, id); }, - $signature: 414 + $signature: 339 }; M._restoreUser__closure0.prototype = { call$1: function(users) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.RestoreUserSuccess(users)); this.action.completer.complete$1(0, null); }, - $signature: 231 + $signature: 233 }; M._restoreUser__closure1.prototype = { call$1: function(error) { @@ -355469,7 +353781,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.RemoveUserSuccess(t1.userId)); t1.completer.complete$1(0, null); }, - $signature: 231 + $signature: 233 }; M._removeUser__closure0.prototype = { call$1: function(error) { @@ -355494,7 +353806,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.ResendInviteSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 231 + $signature: 233 }; M._resendInvite__closure0.prototype = { call$1: function(error) { @@ -355524,7 +353836,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new X.SaveUserSuccess(user)); t1.completer.complete$1(0, user); }, - $signature: 160 + $signature: 179 }; M._saveUser__closure0.prototype = { call$1: function(error) { @@ -355556,7 +353868,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.LoadUserSuccess(user)); this.action.completer.complete$1(0, null); }, - $signature: 160 + $signature: 179 }; M._loadUser__closure0.prototype = { call$1: function(error) { @@ -355587,7 +353899,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1881 + $signature: 1879 }; M._loadUsers__closure0.prototype = { call$1: function(error) { @@ -355620,7 +353932,7 @@ b.get$_user_state$_$this()._user_state$_forceSelected = t3; return b; }, - $signature: 1882 + $signature: 1880 }; E.forceSelectedReducer_closure71.prototype = { call$2: function(completer, action) { @@ -355628,7 +353940,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1883 + $signature: 1881 }; E.forceSelectedReducer_closure72.prototype = { call$2: function(completer, action) { @@ -355636,7 +353948,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1884 + $signature: 1882 }; E.forceSelectedReducer_closure73.prototype = { call$2: function(completer, action) { @@ -355644,7 +353956,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1885 + $signature: 1883 }; E.forceSelectedReducer_closure74.prototype = { call$2: function(completer, action) { @@ -355652,7 +353964,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1886 + $signature: 1884 }; E.forceSelectedReducer_closure75.prototype = { call$2: function(completer, action) { @@ -355660,7 +353972,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1887 + $signature: 1885 }; E.forceSelectedReducer_closure76.prototype = { call$2: function(completer, action) { @@ -355668,7 +353980,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1888 + $signature: 1886 }; E.forceSelectedReducer_closure77.prototype = { call$2: function(completer, action) { @@ -355676,7 +353988,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1889 + $signature: 1887 }; E.forceSelectedReducer_closure78.prototype = { call$2: function(completer, action) { @@ -355684,7 +353996,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1890 + $signature: 1888 }; E.selectedIdReducer_closure144.prototype = { call$2: function(completer, action) { @@ -355692,7 +354004,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1891 + $signature: 1889 }; E.selectedIdReducer_closure145.prototype = { call$2: function(completer, action) { @@ -355700,7 +354012,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1892 + $signature: 1890 }; E.selectedIdReducer_closure146.prototype = { call$2: function(selectedId, action) { @@ -355716,7 +354028,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1893 + $signature: 1891 }; E.selectedIdReducer_closure148.prototype = { call$2: function(selectedId, action) { @@ -355724,7 +354036,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1894 + $signature: 1892 }; E.selectedIdReducer_closure149.prototype = { call$2: function(selectedId, action) { @@ -355732,7 +354044,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 51 }; E.selectedIdReducer_closure150.prototype = { call$2: function(selectedId, action) { @@ -355748,7 +354060,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1895 + $signature: 1893 }; E.selectedIdReducer_closure152.prototype = { call$2: function(selectedId, action) { @@ -355756,7 +354068,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1896 + $signature: 1894 }; E.selectedIdReducer_closure153.prototype = { call$2: function(selectedId, action) { @@ -355764,7 +354076,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1897 + $signature: 1895 }; E.selectedIdReducer_closure154.prototype = { call$2: function(selectedId, action) { @@ -355772,7 +354084,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1898 + $signature: 1896 }; E.selectedIdReducer_closure155.prototype = { call$2: function(selectedId, action) { @@ -355780,7 +354092,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1899 + $signature: 1897 }; E.selectedIdReducer_closure156.prototype = { call$2: function(selectedId, action) { @@ -355788,7 +354100,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1900 + $signature: 1898 }; E.selectedIdReducer_closure157.prototype = { call$2: function(selectedId, action) { @@ -355796,7 +354108,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1901 + $signature: 1899 }; E.selectedIdReducer_closure158.prototype = { call$2: function(selectedId, action) { @@ -355804,7 +354116,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 147 + $signature: 153 }; E.selectedIdReducer_closure159.prototype = { call$2: function(selectedId, action) { @@ -355819,7 +354131,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 72 + $signature: 67 }; E.editingReducer_closure43.prototype = { call$2: function(users, action) { @@ -355827,7 +354139,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1902 + $signature: 1900 }; E.editingReducer_closure44.prototype = { call$2: function(users, action) { @@ -355835,7 +354147,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1903 + $signature: 1901 }; E.editingReducer_closure45.prototype = { call$2: function(users, action) { @@ -355843,7 +354155,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1904 + $signature: 1902 }; E.editingReducer_closure46.prototype = { call$2: function(user, action) { @@ -355851,14 +354163,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1905 + $signature: 1903 }; E.editingReducer__closure15.prototype = { call$1: function(b) { b.get$_user_model$_$this()._user_model$_isChanged = true; return b; }, - $signature: 77 + $signature: 76 }; E._viewUserList_closure.prototype = { call$1: function(b) { @@ -356043,7 +354355,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 411 + $signature: 340 }; E._deleteUserSuccess_closure.prototype = { call$1: function(b) { @@ -356065,7 +354377,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 411 + $signature: 340 }; E._restoreUserSuccess_closure.prototype = { call$1: function(b) { @@ -356087,7 +354399,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 411 + $signature: 340 }; E._removeUserSuccess_closure.prototype = { call$1: function(b) { @@ -356097,7 +354409,7 @@ J.remove$1$ax(b.get$list(b).get$_safeList(), t2); return b; }, - $signature: 102 + $signature: 108 }; E._addUser_closure.prototype = { call$1: function(b) { @@ -356110,7 +354422,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 102 + $signature: 108 }; E._updateUser_closure.prototype = { call$1: function(b) { @@ -356119,7 +354431,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 102 + $signature: 108 }; E._updateAuthUser_closure.prototype = { call$1: function(b) { @@ -356128,7 +354440,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 102 + $signature: 108 }; E._connectOAuthUser_closure.prototype = { call$1: function(b) { @@ -356137,7 +354449,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 102 + $signature: 108 }; E._connectGmailUser_closure.prototype = { call$1: function(b) { @@ -356146,7 +354458,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 102 + $signature: 108 }; E._setLoadedUser_closure.prototype = { call$1: function(b) { @@ -356155,14 +354467,14 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 102 + $signature: 108 }; E._setLoadedUsers_closure.prototype = { call$1: function(b) { b.get$map(b).addAll$1(0, P.LinkedHashMap_LinkedHashMap$fromIterable(this.action.users, new E._setLoadedUsers__closure(), new E._setLoadedUsers__closure0(), type$.legacy_String, type$.legacy_UserEntity)); return b; }, - $signature: 102 + $signature: 108 }; E._setLoadedUsers__closure.prototype = { call$1: function(item) { @@ -356174,7 +354486,7 @@ call$1: function(item) { return item; }, - $signature: 478 + $signature: 525 }; E._setLoadedUsers_closure0.prototype = { call$1: function(b) { @@ -356183,14 +354495,14 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 102 + $signature: 108 }; E._setLoadedCompany_closure5.prototype = { call$1: function(b) { b.get$map(b).addAll$1(0, P.LinkedHashMap_LinkedHashMap$fromIterable(this.action.userCompany.company.users, new E._setLoadedCompany__closure5(), new E._setLoadedCompany__closure6(), type$.legacy_String, type$.legacy_UserEntity)); return b; }, - $signature: 102 + $signature: 108 }; E._setLoadedCompany__closure5.prototype = { call$1: function(item) { @@ -356202,7 +354514,7 @@ call$1: function(item) { return item; }, - $signature: 478 + $signature: 525 }; E._setLoadedCompany_closure6.prototype = { call$1: function(b) { @@ -356211,13 +354523,13 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 102 + $signature: 108 }; L.memoizedFilteredUserList_closure.prototype = { call$5: function(selectionState, userMap, userList, userListState, authUserId) { return L.filteredUsersSelector(selectionState, userMap, userList, userListState, authUserId); }, - $signature: 1910 + $signature: 1908 }; L.filteredUsersSelector_closure.prototype = { call$1: function(userId) { @@ -356275,7 +354587,7 @@ call$1: function(userMap) { return L.userList(userMap); }, - $signature: 479 + $signature: 526 }; L.userList_closure.prototype = { call$1: function(userId) { @@ -356296,7 +354608,7 @@ call$1: function(userMap) { return L.gmailUserList(userMap); }, - $signature: 479 + $signature: 526 }; L.gmailUserList_closure.prototype = { call$1: function(userId) { @@ -356836,7 +355148,7 @@ call$1: function(vendor) { return vendor.get$id(vendor); }, - $signature: 43 + $signature: 42 }; L.StartVendorMultiselect.prototype = {}; L.AddToVendorMultiselect.prototype = {}; @@ -356933,14 +355245,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).vendorState.map._map$_map, id); }, - $signature: 407 + $signature: 347 }; F._archiveVendor__closure0.prototype = { call$1: function(vendors) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.ArchiveVendorSuccess(vendors)); this.action.completer.complete$1(0, null); }, - $signature: 406 + $signature: 350 }; F._archiveVendor__closure1.prototype = { call$1: function(error) { @@ -356971,14 +355283,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).vendorState.map._map$_map, id); }, - $signature: 407 + $signature: 347 }; F._deleteVendor__closure0.prototype = { call$1: function(vendors) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.DeleteVendorSuccess(vendors)); this.action.completer.complete$1(0, null); }, - $signature: 406 + $signature: 350 }; F._deleteVendor__closure1.prototype = { call$1: function(error) { @@ -357009,14 +355321,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).vendorState.map._map$_map, id); }, - $signature: 407 + $signature: 347 }; F._restoreVendor__closure0.prototype = { call$1: function(vendors) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.RestoreVendorSuccess(vendors)); this.action.completer.complete$1(0, null); }, - $signature: 406 + $signature: 350 }; F._restoreVendor__closure1.prototype = { call$1: function(error) { @@ -357049,7 +355361,7 @@ if (t1 != null) t1.complete$1(0, vendor); }, - $signature: 228 + $signature: 222 }; F._saveVendor__closure0.prototype = { call$1: function(error) { @@ -357080,7 +355392,7 @@ t2.complete$1(0, null); J.$index$asx(t1.get$_dispatchers(), 0).call$1(new T.LoadExpenses()); }, - $signature: 228 + $signature: 222 }; F._loadVendor__closure0.prototype = { call$1: function(error) { @@ -357111,7 +355423,7 @@ this.action.toString; J.$index$asx(t1.get$_dispatchers(), 0).call$1(new T.LoadExpenses()); }, - $signature: 1915 + $signature: 1913 }; F._loadVendors__closure0.prototype = { call$1: function(error) { @@ -357149,7 +355461,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.SaveVendorSuccess(vendor)); this.action.completer.complete$1(0, null); }, - $signature: 228 + $signature: 222 }; F._saveDocument__closure16.prototype = { call$1: function(error) { @@ -357191,7 +355503,7 @@ b.get$_vendor_state$_$this()._vendor_state$_cancelCompleter = t3; return b; }, - $signature: 1916 + $signature: 1914 }; K.forceSelectedReducer_closure31.prototype = { call$2: function(completer, action) { @@ -357199,7 +355511,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1917 + $signature: 1915 }; K.forceSelectedReducer_closure32.prototype = { call$2: function(completer, action) { @@ -357207,7 +355519,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1918 + $signature: 1916 }; K.forceSelectedReducer_closure33.prototype = { call$2: function(completer, action) { @@ -357215,7 +355527,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1919 + $signature: 1917 }; K.forceSelectedReducer_closure34.prototype = { call$2: function(completer, action) { @@ -357223,7 +355535,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1920 + $signature: 1918 }; K.forceSelectedReducer_closure35.prototype = { call$2: function(completer, action) { @@ -357231,7 +355543,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1921 + $signature: 1919 }; K.forceSelectedReducer_closure36.prototype = { call$2: function(completer, action) { @@ -357239,7 +355551,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1922 + $signature: 1920 }; K.forceSelectedReducer_closure37.prototype = { call$2: function(completer, action) { @@ -357247,7 +355559,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1923 + $signature: 1921 }; K.forceSelectedReducer_closure38.prototype = { call$2: function(completer, action) { @@ -357255,7 +355567,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1924 + $signature: 1922 }; K.tabIndexReducer_closure7.prototype = { call$2: function(completer, action) { @@ -357263,7 +355575,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1925 + $signature: 1923 }; K.tabIndexReducer_closure8.prototype = { call$2: function(completer, action) { @@ -357271,7 +355583,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 91 + $signature: 93 }; K.saveCompleterReducer_closure0.prototype = { call$2: function(completer, action) { @@ -357279,7 +355591,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 482 + $signature: 530 }; K.cancelCompleterReducer_closure0.prototype = { call$2: function(completer, action) { @@ -357287,7 +355599,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 482 + $signature: 530 }; K.selectedIdReducer_closure64.prototype = { call$2: function(completer, action) { @@ -357295,7 +355607,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1927 + $signature: 1925 }; K.selectedIdReducer_closure65.prototype = { call$2: function(completer, action) { @@ -357303,7 +355615,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1928 + $signature: 1926 }; K.selectedIdReducer_closure66.prototype = { call$2: function(selectedId, action) { @@ -357319,7 +355631,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1929 + $signature: 1927 }; K.selectedIdReducer_closure68.prototype = { call$2: function(selectedId, action) { @@ -357327,7 +355639,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1930 + $signature: 1928 }; K.selectedIdReducer_closure69.prototype = { call$2: function(selectedId, action) { @@ -357335,7 +355647,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 51 }; K.selectedIdReducer_closure70.prototype = { call$2: function(selectedId, action) { @@ -357351,7 +355663,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1931 + $signature: 1929 }; K.selectedIdReducer_closure72.prototype = { call$2: function(selectedId, action) { @@ -357359,7 +355671,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1932 + $signature: 1930 }; K.selectedIdReducer_closure73.prototype = { call$2: function(selectedId, action) { @@ -357367,7 +355679,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1933 + $signature: 1931 }; K.selectedIdReducer_closure74.prototype = { call$2: function(selectedId, action) { @@ -357375,7 +355687,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1934 + $signature: 1932 }; K.selectedIdReducer_closure75.prototype = { call$2: function(selectedId, action) { @@ -357383,7 +355695,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1935 + $signature: 1933 }; K.selectedIdReducer_closure76.prototype = { call$2: function(selectedId, action) { @@ -357391,7 +355703,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1936 + $signature: 1934 }; K.selectedIdReducer_closure77.prototype = { call$2: function(selectedId, action) { @@ -357399,7 +355711,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1937 + $signature: 1935 }; K.selectedIdReducer_closure78.prototype = { call$2: function(selectedId, action) { @@ -357414,7 +355726,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 72 + $signature: 67 }; K.editingReducer_closure22.prototype = { call$2: function(vendors, action) { @@ -357422,7 +355734,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1938 + $signature: 1936 }; K.editingReducer_closure23.prototype = { call$2: function(vendors, action) { @@ -357430,7 +355742,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1939 + $signature: 1937 }; K.editingReducer_closure24.prototype = { call$2: function(vendors, action) { @@ -357438,7 +355750,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1940 + $signature: 1938 }; K.editingReducer_closure25.prototype = { call$2: function(vendor, action) { @@ -357446,14 +355758,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1941 + $signature: 1939 }; K.editingReducer__closure9.prototype = { call$1: function(b) { b.get$_vendor_model$_$this()._vendor_model$_isChanged = true; return b; }, - $signature: 117 + $signature: 112 }; K._addContact_closure.prototype = { call$1: function(b) { @@ -357463,7 +355775,7 @@ J.add$1$ax(t1.get$_safeList(), t2); return b; }, - $signature: 117 + $signature: 112 }; K._removeContact_closure.prototype = { call$1: function(b) { @@ -357472,7 +355784,7 @@ J.removeAt$1$ax(t1.get$_safeList(), t2); return b; }, - $signature: 117 + $signature: 112 }; K._updateContact_closure.prototype = { call$1: function(b) { @@ -357484,7 +355796,7 @@ J.$indexSet$ax(t1.get$_safeList(), t3, t2); return b; }, - $signature: 117 + $signature: 112 }; K._viewVendorList_closure.prototype = { call$1: function(b) { @@ -357669,7 +355981,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 400 + $signature: 359 }; K._deleteVendorSuccess_closure.prototype = { call$1: function(b) { @@ -357691,7 +356003,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 400 + $signature: 359 }; K._restoreVendorSuccess_closure.prototype = { call$1: function(b) { @@ -357713,7 +356025,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 400 + $signature: 359 }; K._addVendor_closure.prototype = { call$1: function(b) { @@ -357726,7 +356038,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 290 + $signature: 294 }; K._updateVendor_closure.prototype = { call$1: function(b) { @@ -357735,7 +356047,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 290 + $signature: 294 }; K._setLoadedVendor_closure.prototype = { call$1: function(b) { @@ -357744,13 +356056,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 290 + $signature: 294 }; G.memoizedDropdownVendorList_closure.prototype = { call$4: function(vendorMap, vendorList, userMap, staticState) { return G.dropdownVendorsSelector(vendorMap, vendorList, userMap, staticState); }, - $signature: 1945 + $signature: 1943 }; G.dropdownVendorsSelector_closure.prototype = { call$1: function(vendorId) { @@ -357771,7 +356083,7 @@ call$6: function(selectionState, vendorMap, vendorList, vendorListState, userMap, staticState) { return G.filteredVendorsSelector(selectionState, vendorMap, vendorList, vendorListState, userMap, staticState); }, - $signature: 1946 + $signature: 1944 }; G.filteredVendorsSelector_closure.prototype = { call$1: function(vendorId) { @@ -357822,7 +356134,7 @@ call$2: function(userId, vendorMap) { return G.vendorStatsForUser(userId, vendorMap); }, - $signature: 1947 + $signature: 1945 }; G.vendorStatsForUser_closure.prototype = { call$2: function(vendorId, vendor) { @@ -357832,13 +356144,13 @@ else if (vendor.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 1948 + $signature: 1946 }; G.memoizedCalculateVendorBalance_closure.prototype = { call$4: function(vendorId, currencyId, expenseMap, expenseList) { return G.calculateVendorBalance(vendorId, currencyId, expenseMap, expenseList); }, - $signature: 1949 + $signature: 1947 }; G.calculateVendorBalance_closure.prototype = { call$1: function(expenseId) { @@ -357887,7 +356199,7 @@ call$1: function(item) { return item; }, - $signature: 1950 + $signature: 1948 }; Y.VendorState_loadVendors_closure.prototype = { call$1: function(b) { @@ -357902,7 +356214,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 290 + $signature: 294 }; Y.VendorUIState.prototype = { get$isCreatingNew: function() { @@ -358400,7 +356712,7 @@ call$1: function(webhook) { return webhook.get$id(webhook); }, - $signature: 43 + $signature: 42 }; S.StartWebhookMultiselect.prototype = {}; S.AddToWebhookMultiselect.prototype = {}; @@ -358491,14 +356803,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).webhookState.map._map$_map, id); }, - $signature: 398 + $signature: 361 }; T._archiveWebhook__closure0.prototype = { call$1: function(webhooks) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new S.ArchiveWebhooksSuccess(webhooks)); this.action.completer.complete$1(0, null); }, - $signature: 397 + $signature: 365 }; T._archiveWebhook__closure1.prototype = { call$1: function(error) { @@ -358529,14 +356841,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).webhookState.map._map$_map, id); }, - $signature: 398 + $signature: 361 }; T._deleteWebhook__closure0.prototype = { call$1: function(webhooks) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new S.DeleteWebhooksSuccess(webhooks)); this.action.completer.complete$1(0, null); }, - $signature: 397 + $signature: 365 }; T._deleteWebhook__closure1.prototype = { call$1: function(error) { @@ -358567,14 +356879,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).webhookState.map._map$_map, id); }, - $signature: 398 + $signature: 361 }; T._restoreWebhook__closure0.prototype = { call$1: function(webhooks) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new S.RestoreWebhooksSuccess(webhooks)); this.action.completer.complete$1(0, null); }, - $signature: 397 + $signature: 365 }; T._restoreWebhook__closure1.prototype = { call$1: function(error) { @@ -358604,7 +356916,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new S.SaveWebhookSuccess(webhook)); t1.completer.complete$1(0, webhook); }, - $signature: 293 + $signature: 291 }; T._saveWebhook__closure0.prototype = { call$1: function(error) { @@ -358632,7 +356944,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new S.LoadWebhookSuccess(webhook)); this.action.completer.complete$1(0, null); }, - $signature: 293 + $signature: 291 }; T._loadWebhook__closure0.prototype = { call$1: function(error) { @@ -358663,7 +356975,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1954 + $signature: 1952 }; T._loadWebhooks__closure0.prototype = { call$1: function(error) { @@ -358696,7 +357008,7 @@ b.get$_webhook_state$_$this()._webhook_state$_forceSelected = t3; return b; }, - $signature: 1955 + $signature: 1953 }; L.forceSelectedReducer_closure111.prototype = { call$2: function(completer, action) { @@ -358704,7 +357016,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1956 + $signature: 1954 }; L.forceSelectedReducer_closure112.prototype = { call$2: function(completer, action) { @@ -358712,7 +357024,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1957 + $signature: 1955 }; L.forceSelectedReducer_closure113.prototype = { call$2: function(completer, action) { @@ -358720,7 +357032,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1958 + $signature: 1956 }; L.forceSelectedReducer_closure114.prototype = { call$2: function(completer, action) { @@ -358728,7 +357040,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1959 + $signature: 1957 }; L.forceSelectedReducer_closure115.prototype = { call$2: function(completer, action) { @@ -358736,7 +357048,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1960 + $signature: 1958 }; L.forceSelectedReducer_closure116.prototype = { call$2: function(completer, action) { @@ -358744,7 +357056,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1961 + $signature: 1959 }; L.forceSelectedReducer_closure117.prototype = { call$2: function(completer, action) { @@ -358752,7 +357064,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1962 + $signature: 1960 }; L.forceSelectedReducer_closure118.prototype = { call$2: function(completer, action) { @@ -358760,7 +357072,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1963 + $signature: 1961 }; L.selectedIdReducer_closure222.prototype = { call$2: function(completer, action) { @@ -358768,7 +357080,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1964 + $signature: 1962 }; L.selectedIdReducer_closure223.prototype = { call$2: function(completer, action) { @@ -358776,7 +357088,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1965 + $signature: 1963 }; L.selectedIdReducer_closure224.prototype = { call$2: function(selectedId, action) { @@ -358792,7 +357104,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 79 + $signature: 74 }; L.selectedIdReducer_closure226.prototype = { call$2: function(selectedId, action) { @@ -358800,7 +357112,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 79 + $signature: 74 }; L.selectedIdReducer_closure227.prototype = { call$2: function(selectedId, action) { @@ -358808,7 +357120,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 51 }; L.selectedIdReducer_closure228.prototype = { call$2: function(selectedId, action) { @@ -358824,7 +357136,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1966 + $signature: 1964 }; L.selectedIdReducer_closure230.prototype = { call$2: function(selectedId, action) { @@ -358832,7 +357144,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1967 + $signature: 1965 }; L.selectedIdReducer_closure231.prototype = { call$2: function(selectedId, action) { @@ -358840,7 +357152,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1968 + $signature: 1966 }; L.selectedIdReducer_closure232.prototype = { call$2: function(selectedId, action) { @@ -358848,7 +357160,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1969 + $signature: 1967 }; L.selectedIdReducer_closure233.prototype = { call$2: function(selectedId, action) { @@ -358856,7 +357168,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1970 + $signature: 1968 }; L.selectedIdReducer_closure234.prototype = { call$2: function(selectedId, action) { @@ -358864,7 +357176,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1971 + $signature: 1969 }; L.selectedIdReducer_closure235.prototype = { call$2: function(selectedId, action) { @@ -358872,7 +357184,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1972 + $signature: 1970 }; L.selectedIdReducer_closure236.prototype = { call$2: function(selectedId, action) { @@ -358887,7 +357199,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 72 + $signature: 67 }; L.editingReducer_closure70.prototype = { call$2: function(webhooks, action) { @@ -358895,7 +357207,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1973 + $signature: 1971 }; L.editingReducer_closure71.prototype = { call$2: function(webhooks, action) { @@ -358903,7 +357215,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1974 + $signature: 1972 }; L.editingReducer_closure72.prototype = { call$2: function(webhooks, action) { @@ -358911,7 +357223,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1975 + $signature: 1973 }; L.editingReducer_closure73.prototype = { call$2: function(webhook, action) { @@ -358919,14 +357231,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1976 + $signature: 1974 }; L.editingReducer__closure26.prototype = { call$1: function(b) { b.get$_webhook_model$_$this()._webhook_model$_isChanged = true; return b; }, - $signature: 208 + $signature: 198 }; L._viewWebhookList_closure.prototype = { call$1: function(b) { @@ -359073,7 +357385,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 394 + $signature: 369 }; L._deleteWebhookSuccess_closure.prototype = { call$1: function(b) { @@ -359095,7 +357407,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 394 + $signature: 369 }; L._restoreWebhookSuccess_closure.prototype = { call$1: function(b) { @@ -359117,7 +357429,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 394 + $signature: 369 }; L._addWebhook_closure.prototype = { call$1: function(b) { @@ -359130,7 +357442,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 297 + $signature: 308 }; L._updateWebhook_closure.prototype = { call$1: function(b) { @@ -359139,7 +357451,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 297 + $signature: 308 }; L._setLoadedWebhook_closure.prototype = { call$1: function(b) { @@ -359148,13 +357460,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 297 + $signature: 308 }; E.memoizedFilteredWebhookList_closure.prototype = { call$4: function(selectionState, webhookMap, webhookList, webhookListState) { return E.filteredWebhooksSelector(selectionState, webhookMap, webhookList, webhookListState); }, - $signature: 1980 + $signature: 1978 }; E.filteredWebhooksSelector_closure.prototype = { call$1: function(webhookId) { @@ -359218,7 +357530,7 @@ call$1: function(item) { return item; }, - $signature: 1981 + $signature: 1979 }; V.WebhookState_loadWebhooks_closure.prototype = { call$1: function(b) { @@ -359233,7 +357545,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 297 + $signature: 308 }; V.WebhookUIState.prototype = { get$isCreatingNew: function() { @@ -359685,7 +357997,7 @@ call$2: function(context, constraints) { return B.GridView$count((constraints.maxWidth / 2 - 8) / 54, this.fieldWidgets, 2, 0, 12, null, new L.NeverScrollableScrollPhysics(null), true, true); }, - $signature: 386 + $signature: 370 }; D.ActionMenuButton.prototype = { build$1: function(_, context) { @@ -359715,19 +358027,19 @@ t1.push(Z.PopupMenuItem$(T.Row$(H.setRuntimeTypeInfo([t3, t4, T.Expanded$(L.Text$(t2 == null ? "" : t2, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null), action, type$.legacy_EntityAction)); } }, - $signature: 385 + $signature: 371 }; D.ActionMenuButton_build_closure0.prototype = { call$1: function(context) { return this.actions; }, - $signature: 1984 + $signature: 1982 }; D.ActionMenuButton_build_closure1.prototype = { call$1: function(action) { this.$this.onSelected.call$2(this.context, action); }, - $signature: 385 + $signature: 371 }; D.ViewActionMenuButton.prototype = { build$1: function(_, context) { @@ -359850,13 +358162,13 @@ t1 = this.$this; return O.StoreConnector$(new Z._AppBottomBarState_build___closure7(t1), new Z._AppBottomBarState_build___closure8(t1), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_BuiltList_legacy_EntityState); }, - $signature: 1985 + $signature: 1983 }; Z._AppBottomBarState_build___closure8.prototype = { call$1: function(store) { return store.get$_store$_state().getUIState$1(this.$this._widget.entityType).get$listUIState().stateFilters; }, - $signature: 1986 + $signature: 1984 }; Z._AppBottomBarState_build___closure7.prototype = { call$2: function(context, stateFilters) { @@ -359865,7 +358177,7 @@ t2 = $.$get$_$values0()._set$_set.map$1$1(0, new Z._AppBottomBarState_build____closure1(this.$this, context, stateFilters), type$.legacy_Widget); return M.Container$(_null, T.Column$(H.setRuntimeTypeInfo([T.Column$(P.List_List$of(t2, true, H._instanceType(t2)._eval$1("Iterable.E")), C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_1, C.VerticalDirection_1)], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_0, C.VerticalDirection_1), C.Clip_0, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 1987 + $signature: 1985 }; Z._AppBottomBarState_build____closure1.prototype = { call$1: function(state) { @@ -359877,13 +358189,13 @@ t4 = J.contains$1$asx(this.stateFilters._list, state); return D.CheckboxListTile$(K.Theme_of(t1).accentColor, _null, C.ListTileControlAffinity_0, true, new D.ValueKey(t3, type$.ValueKey_legacy_String), new Z._AppBottomBarState_build_____closure2(this.$this, state), t2, t4); }, - $signature: 1988 + $signature: 1986 }; Z._AppBottomBarState_build_____closure2.prototype = { call$1: function(value) { this.$this._widget.onSelectedState$2(this.state, value); }, - $signature: 20 + $signature: 21 }; Z._AppBottomBarState_build__closure15.prototype = { call$0: function() { @@ -359913,13 +358225,13 @@ t1 = this.$this; return O.StoreConnector$(new Z._AppBottomBarState_build___closure5(t1), new Z._AppBottomBarState_build___closure6(t1), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_BuiltList_legacy_EntityStatus); }, - $signature: 1989 + $signature: 1987 }; Z._AppBottomBarState_build___closure6.prototype = { call$1: function(store) { return store.get$_store$_state().getUIState$1(this.$this._widget.entityType).get$listUIState().statusFilters; }, - $signature: 1990 + $signature: 1988 }; Z._AppBottomBarState_build___closure5.prototype = { call$2: function(context, statusFilters) { @@ -359930,7 +358242,7 @@ t4 = H._arrayInstanceType(t3)._eval$1("MappedListIterable<1,CheckboxListTile*>"); return M.Container$(_null, T.Column$(H.setRuntimeTypeInfo([T.Column$(P.List_List$of(new H.MappedListIterable(t3, new Z._AppBottomBarState_build____closure0(t2, context, statusFilters), t4), true, t4._eval$1("ListIterable.E")), C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_1, C.VerticalDirection_1)], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_0, C.VerticalDirection_1), C.Clip_0, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 1991 + $signature: 1989 }; Z._AppBottomBarState_build____closure0.prototype = { call$1: function($status) { @@ -359941,13 +358253,13 @@ t4 = J.contains$1$asx(this.statusFilters._list, $status); return D.CheckboxListTile$(K.Theme_of(t2).accentColor, _null, C.ListTileControlAffinity_0, true, new D.ValueKey(t1, type$.ValueKey_String), new Z._AppBottomBarState_build_____closure1(this.$this, $status), t3, t4); }, - $signature: 1992 + $signature: 1990 }; Z._AppBottomBarState_build_____closure1.prototype = { call$1: function(value) { this.$this._widget.onSelectedStatus$2(this.status, value); }, - $signature: 20 + $signature: 21 }; Z._AppBottomBarState_build__closure13.prototype = { call$0: function() { @@ -359977,13 +358289,13 @@ t1 = this.$this; return O.StoreConnector$(new Z._AppBottomBarState_build___closure(t1), new Z._AppBottomBarState_build___closure0(t1), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_ListUIState); }, - $signature: 1993 + $signature: 1991 }; Z._AppBottomBarState_build___closure0.prototype = { call$1: function(store) { return store.get$_store$_state().getUIState$1(this.$this._widget.entityType).get$listUIState(); }, - $signature: 1994 + $signature: 1992 }; Z._AppBottomBarState_build___closure.prototype = { call$2: function(context, listUIState) { @@ -359994,7 +358306,7 @@ t4 = H._arrayInstanceType(t3)._eval$1("MappedListIterable<1,InkWell*>"); return M.Container$(_null, T.Column$(P.List_List$of(new H.MappedListIterable(t3, new Z._AppBottomBarState_build____closure(t2, context, listUIState), t4), true, t4._eval$1("ListIterable.E")), C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_0, C.VerticalDirection_1), C.Clip_0, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 1995 + $signature: 1993 }; Z._AppBottomBarState_build____closure.prototype = { call$1: function(sortField) { @@ -360020,7 +358332,7 @@ t3 = _null; return R.InkWell$(false, _null, true, new T.IgnorePointer(true, _null, new G.RadioListTile(sortField, t6, new Z._AppBottomBarState_build_____closure(t1, t5, sortField), true, K.Theme_of(t2).accentColor, t4, t3, true, _null, type$.RadioListTile_legacy_String), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new Z._AppBottomBarState_build_____closure0(t1, sortField), _null, _null, _null, _null, _null); }, - $signature: 486 + $signature: 542 }; Z._AppBottomBarState_build_____closure0.prototype = { call$0: function() { @@ -360069,7 +358381,7 @@ this.state.getUIState$1(t2).get$listUIState().toString; return new Z.CustomFieldSelector(1, t2, t1._widget.customValues1, new Z._AppBottomBarState_build___closure4(t1), null); }, - $signature: 301 + $signature: 284 }; Z._AppBottomBarState_build___closure4.prototype = { call$1: function(field) { @@ -360106,7 +358418,7 @@ this.state.getUIState$1(t2).get$listUIState().toString; return new Z.CustomFieldSelector(2, t2, t1._widget.customValues2, new Z._AppBottomBarState_build___closure3(t1), null); }, - $signature: 301 + $signature: 284 }; Z._AppBottomBarState_build___closure3.prototype = { call$1: function(field) { @@ -360143,7 +358455,7 @@ this.state.getUIState$1(t2).get$listUIState().toString; return new Z.CustomFieldSelector(3, t2, t1._widget.customValues3, new Z._AppBottomBarState_build___closure2(t1), null); }, - $signature: 301 + $signature: 284 }; Z._AppBottomBarState_build___closure2.prototype = { call$1: function(field) { @@ -360180,7 +358492,7 @@ this.state.getUIState$1(t2).get$listUIState().toString; return new Z.CustomFieldSelector(4, t2, t1._widget.customValues4, new Z._AppBottomBarState_build___closure1(t1), null); }, - $signature: 301 + $signature: 284 }; Z._AppBottomBarState_build___closure1.prototype = { call$1: function(field) { @@ -360294,7 +358606,7 @@ } return B.BottomAppBar$(T.SizedBox$(new T.AppBorder(T.Row$(t5, C.CrossAxisAlignment_3, C.MainAxisAlignment_0, C.MainAxisSize_1, _null), true, _null, false, _null), 50, _null), _null, 0, new V.CircularNotchedRectangle()); }, - $signature: 1999 + $signature: 1997 }; Z._AppBottomBarState_build_closure__onColumnsPressed.prototype = { call$0: function() { @@ -360340,14 +358652,14 @@ completer = O.snackBarCompleter(t3, L.Localizations_of(t3, C.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.Null); J.$index$asx(t1.get$_dispatchers(), 0).call$1(new L.SaveUserSettingsRequest(completer, user)); }, - $signature: 98 + $signature: 99 }; Z._AppBottomBarState_build___onColumnsPressed__closure.prototype = { call$1: function(b) { b.get$tableColumns().$indexSet(0, this.$this._widget.entityType.toString$0(0), D.BuiltList_BuiltList$from(this.selected, type$.legacy_String)); return b; }, - $signature: 494 + $signature: 546 }; Z._AppBottomBarState_build___onColumnsPressed__closure0.prototype = { call$1: function(b) { @@ -360358,7 +358670,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 89 + $signature: 95 }; Z._AppBottomBarState_build___onColumnsPressed__closure1.prototype = { call$1: function(b) { @@ -360369,7 +358681,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 77 + $signature: 76 }; Z._AppBottomBarState_build__closure.prototype = { call$0: function() { @@ -360404,7 +358716,7 @@ var t1 = this.$this; return store.get$_store$_state().getUIState$1(t1.entityType).get$listUIState().getCustomFilters$1(t1.customNumber); }, - $signature: 2002 + $signature: 2000 }; Z.CustomFieldSelector_build_closure.prototype = { call$2: function(context, customFilters) { @@ -360415,7 +358727,7 @@ t4 = H._arrayInstanceType(t3)._eval$1("MappedListIterable<1,Widget*>"); return M.Container$(_null, T.Column$(H.setRuntimeTypeInfo([T.Column$(P.List_List$of(new H.MappedListIterable(t3, new Z.CustomFieldSelector_build__closure(t2, customFilters, context), t4), true, t4._eval$1("ListIterable.E")), C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_1, C.VerticalDirection_1)], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_0, C.VerticalDirection_1), C.Clip_0, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2003 + $signature: 2001 }; Z.CustomFieldSelector_build__closure.prototype = { call$1: function(customField) { @@ -360425,7 +358737,7 @@ t3 = J.contains$1$asx(this.customFilters._list, customField); return D.CheckboxListTile$(K.Theme_of(this.context).accentColor, _null, C.ListTileControlAffinity_0, true, new D.ValueKey(t1, type$.ValueKey_String), new Z.CustomFieldSelector_build___closure(this.$this, customField), t2, t3); }, - $signature: 2004 + $signature: 2002 }; Z.CustomFieldSelector_build___closure.prototype = { call$1: function(value) { @@ -360485,7 +358797,7 @@ t1 = " "; return T.Column$(H.setRuntimeTypeInfo([t2, t3, T.FittedBox$(L.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))], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_0, _null, C.MainAxisAlignment_0, C.MainAxisSize_0, C.VerticalDirection_1); }, - $signature: 140 + $signature: 137 }; R.AppHeader_build__value2.prototype = { call$0: function() { @@ -360499,7 +358811,7 @@ t1 = " "; return T.Column$(H.setRuntimeTypeInfo([t2, t3, T.FittedBox$(L.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))], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_0, _null, C.MainAxisAlignment_0, C.MainAxisSize_0, C.VerticalDirection_1); }, - $signature: 140 + $signature: 137 }; O.AppScrollbar.prototype = { createState$0: function() { @@ -360540,7 +358852,7 @@ var t1 = this.$this; return t1.setState$1(new O._AppScrollbarState_build__closure(t1)); }, - $signature: 304 + $signature: 276 }; O._AppScrollbarState_build__closure.prototype = { call$0: function() { @@ -360725,7 +359037,7 @@ else J.$index$asx(t1.get$_dispatchers(), 0).call$1(new M.ViewMainScreen()); }, - $signature: 42 + $signature: 41 }; T.ConfirmEmail.prototype = { build$1: function(_, context) { @@ -360796,7 +359108,7 @@ call$2: function(context, viewModel) { return new T.ConfirmEmail(viewModel, null); }, - $signature: 2009 + $signature: 2007 }; B.ConfirmEmailVM.prototype = {}; B.ConfirmEmailVM_fromStore_closure0.prototype = { @@ -360822,14 +359134,14 @@ completer = O.snackBarCompleter(context, L.Localizations_of(context, C.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.Null); J.$index$asx(t1.get$_dispatchers(), 0).call$1(new L.SaveAuthUserRequest(completer, user, password, idToken)); }, - $signature: 496 + $signature: 551 }; B.ConfirmEmailVM_fromStore__closure.prototype = { call$1: function(b) { b.get$_user_model$_$this()._email = this.email; return b; }, - $signature: 77 + $signature: 76 }; K.DesktopSessionTimeout.prototype = { createState$0: function() { @@ -360893,7 +359205,7 @@ else if (sessionLength > sessionTimeout - 120000) t1.setState$1(new K._DesktopSessionTimeoutState_initState__closure(t1)); }, - $signature: 273 + $signature: 260 }; K._DesktopSessionTimeoutState_initState__closure.prototype = { call$0: function() { @@ -360954,7 +359266,7 @@ call$1: function(action) { return new T.Padding(C.EdgeInsets_0_0_10_0, action, null); }, - $signature: 2011 + $signature: 2009 }; E.MessageDialog_build_closure0.prototype = { call$0: function() { @@ -361225,13 +359537,13 @@ t1 = ""; return E.MultiSelectList$(t1, C.List_empty1, _this.defaultSelected, true, false, new E.multiselectDialog__closure(_this.onSelected), _this.options, null, _this.selected); }, - $signature: 2013 + $signature: 2011 }; E.multiselectDialog__closure.prototype = { call$1: function(values) { return this.onSelected.call$1(values); }, - $signature: 209 + $signature: 194 }; E.MultiSelectList.prototype = { createState$0: function() { @@ -361331,7 +359643,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(this.options.$index(0, option), _null, _null, _null, _null, _null, _null, _null, _null, _null), option, type$.legacy_String); }, - $signature: 36 + $signature: 35 }; E.MultiSelectListState_build_closure3.prototype = { call$1: function(value) { @@ -361369,7 +359681,7 @@ t2 = columnTitle.length === 0 ? t2.lookupOption$1(option) : columnTitle; return new T.Padding(C.EdgeInsets_10_3_10_3, T.Row$(H.setRuntimeTypeInfo([t3, t4, T.Expanded$(L.Text$(t2, _null, _null, _null, _null, _null, K.Theme_of(this.context).textTheme.subtitle1, C.TextAlign_0, _null, _null), 1)], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null), new D.ValueKey(t1, type$.ValueKey_legacy_String)); }, - $signature: 2016 + $signature: 2014 }; E.MultiSelectListState_build__closure2.prototype = { call$0: function() { @@ -361403,7 +359715,7 @@ if (t1.liveChanges) t1.onSelected$1(t2.selected); }, - $signature: 123 + $signature: 135 }; E.MultiSelectListState_build__closure1.prototype = { call$0: function() { @@ -361433,7 +359745,7 @@ t2 = H.setRuntimeTypeInfo(t2.slice(0), H.instanceType(t2)); return t1.selected = t2; }, - $signature: 504 + $signature: 556 }; E.MultiSelectListState_build_closure7.prototype = { call$0: function() { @@ -361453,7 +359765,7 @@ t2 = H.setRuntimeTypeInfo(t2.slice(0), H.instanceType(t2)); return t1.selected = t2; }, - $signature: 504 + $signature: 556 }; E.MultiSelectListState_build_closure8.prototype = { call$0: function() { @@ -361670,14 +359982,14 @@ var t1 = this.$this; return B.GridView$count((constraints.maxWidth / 2 - 8) / 200, J.map$1$1$ax(t1.documents._copy_on_write_list$_list, new V.DocumentGrid_build__closure(t1), type$.legacy_DocumentTile).toList$0(0), 2, 0, 0, new V.EdgeInsets(6, 6, 6, 6), new L.NeverScrollableScrollPhysics(null), true, true); }, - $signature: 386 + $signature: 370 }; V.DocumentGrid_build__closure.prototype = { call$1: function($document) { var t1 = this.$this; return new V.DocumentTile($document, t1.onDeleteDocument, t1.onViewExpense, null); }, - $signature: 2019 + $signature: 2017 }; V.DocumentTile.prototype = { build$1: function(_, context) { @@ -361737,7 +360049,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 309 + $signature: 271 }; V.DocumentTile_build__closure.prototype = { call$1: function(_) { @@ -361761,7 +360073,7 @@ t2 = type$.legacy_String; return H.setRuntimeTypeInfo([Z.PopupMenuItem$(new U.IconText(t1.get$view(t1), C.IconData_58458_MaterialIcons_null_false, _null, _null, _null), t1.get$view(t1), t2), Z.PopupMenuItem$(new U.IconText(t1.get$download(t1), C.IconData_57857_MaterialIcons_null_false, _null, _null, _null), t1.get$download(t1), t2), Z.PopupMenuItem$(new U.IconText(t1.get$$delete(t1), C.IconData_57785_MaterialIcons_null_false, _null, _null, _null), t1.get$$delete(t1), t2)], type$.JSArray_legacy_PopupMenuEntry_legacy_String); }, - $signature: 364 + $signature: 380 }; V.DocumentPreview.prototype = { build$1: function(_, context) { @@ -361787,14 +360099,14 @@ var _null = null; return M.Container$(_null, T.Center$(U.CircularProgressIndicator$(_null, _null, _null, _null, _null, 4, _null, _null), _null, _null), C.Clip_0, _null, _null, _null, _null, this.$this.height, _null, _null, _null, _null, _null, _null); }, - $signature: 2022 + $signature: 2020 }; V.DocumentPreview_build_closure.prototype = { call$3: function(context, url, error) { var _null = null; return L.Text$(H.S(error) + ": " + H.S(url), _null, 6, C.TextOverflow_2, _null, _null, _null, _null, _null, _null); }, - $signature: 2023 + $signature: 2021 }; K.EditScaffold.prototype = { build$1: function(_, context) { @@ -361971,7 +360283,7 @@ t2 = H._arrayInstanceType(t1)._eval$1("MappedListIterable<1,PopupMenuItem*>"); return P.List_List$of(new H.MappedListIterable(t1, new K.EditScaffold_build__closure(context), t2), true, t2._eval$1("ListIterable.E")); }, - $signature: 509 + $signature: 560 }; K.EditScaffold_build__closure.prototype = { call$1: function(action) { @@ -361979,13 +360291,13 @@ t1 = this.context; return Z.PopupMenuItem$(T.Row$(H.setRuntimeTypeInfo([L.Icon$(Q.getEntityActionIcon(action), K.Theme_of(t1).accentColor, _null), T.SizedBox$(_null, _null, 16), L.Text$(L.Localizations_of(t1, C.Type_AppLocalization_KyD, type$.legacy_AppLocalization).lookup$1(J.toString$0$(action)), _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null), action, type$.legacy_EntityAction); }, - $signature: 510 + $signature: 561 }; K.EditScaffold_build_closure3.prototype = { call$1: function(action) { return this.$this.onActionPressed.call$2(this.context, action); }, - $signature: 2027 + $signature: 2025 }; L.showEntityActionsDialog_closure.prototype = { call$1: function(entityAction) { @@ -361995,13 +360307,13 @@ else return new L.EntityActionListTile(this.entities, entityAction, this.mainContext, this.completer, _null); }, - $signature: 2028 + $signature: 2026 }; L.showEntityActionsDialog_closure0.prototype = { call$1: function(dialogContext) { return E.SimpleDialog$(this.actions); }, - $signature: 168 + $signature: 163 }; L.EntityActionListTile.prototype = { build$1: function(_, context) { @@ -362188,7 +360500,7 @@ M.handleEntitiesActions(H.setRuntimeTypeInfo([this.$this._widget.entity], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 59 + $signature: 58 }; O._EntityListTileState_build_closure0.prototype = { call$0: function() { @@ -362218,7 +360530,7 @@ var t1 = this.$this; return t1.setState$1(new O._EntityListTileState_build__closure(t1)); }, - $signature: 304 + $signature: 276 }; O._EntityListTileState_build__closure.prototype = { call$0: function() { @@ -362311,7 +360623,7 @@ var t1 = this.$this; return t1.setState$1(new O._EntitiesListTileState_build__closure(t1)); }, - $signature: 304 + $signature: 276 }; O._EntitiesListTileState_build__closure.prototype = { call$0: function() { @@ -362551,7 +360863,7 @@ t5 = t4.onAddPressed != null ? new F._EntityDropdownState__showOptions__closure(t1) : null; return new F.EntityDropdownDialog(t2, t3, new F._EntityDropdownState__showOptions__closure0(t1), t5, t4.overrideSuggestedAmount, t4.overrideSuggestedLabel, null); }, - $signature: 2031 + $signature: 2029 }; F._EntityDropdownState__showOptions__closure0.prototype = { call$2: function(entity, update) { @@ -362571,13 +360883,13 @@ call$1: function(entity) { return this.call$2(entity, true); }, - $signature: 2032 + $signature: 2030 }; F._EntityDropdownState__showOptions__closure.prototype = { call$2: function(context, completer) { return this.$this._widget.onAddPressed$1(completer); }, - $signature: 2033 + $signature: 2031 }; F._EntityDropdownState_build_closure.prototype = { call$0: function() { @@ -362623,26 +360935,26 @@ return H.setRuntimeTypeInfo([], type$.JSArray_legacy_SelectableEntity); return options; }, - $signature: 2035 + $signature: 2033 }; F._EntityDropdownState_build__closure.prototype = { call$1: function(entityId) { return J.$index$asx(this.$this._entityMap._map$_map, entityId); }, - $signature: 2036 + $signature: 2034 }; F._EntityDropdownState_build__closure0.prototype = { call$1: function(entity) { var t1 = entity == null ? null : entity.matchesFilter$1(this.textEditingValue.text); return t1 === true; }, - $signature: 2037 + $signature: 2035 }; F._EntityDropdownState_build_closure3.prototype = { call$1: function(entity) { return entity.get$listDisplayName(); }, - $signature: 2038 + $signature: 2036 }; F._EntityDropdownState_build_closure4.prototype = { call$1: function(entity) { @@ -362666,7 +360978,7 @@ t4 = t4.autofocus; return S.DecoratedFormField$(false, _null, t4 === true, false, textEditingController, _null, true, focusNode, _null, _null, _null, false, false, _null, _null, t5, _null, _null, false, new F._EntityDropdownState_build__closure2(t1), new F._EntityDropdownState_build__closure3(onFieldSubmitted), _null, t2, _null, this.iconButton, C.TextAlign_4, t3); }, - $signature: 2039 + $signature: 2037 }; F._EntityDropdownState_build__closure3.prototype = { call$1: function(value) { @@ -362686,7 +360998,7 @@ t1 = K.Theme_of(context).cardColor; return new K.Theme(this.theme, new T.Align(C.Alignment_m1_m1, _null, _null, M.Material$(C.Duration_200000, true, _null, new T.AppBorder(M.Container$(_null, X.ScrollableListViewBuilder$(new F._EntityDropdownState_build__closure1(this.$this, onSelected, options), J.get$length$asx(options), _null, _null), C.Clip_0, t1, new S.BoxConstraints(0, 1 / 0, 0, 270), _null, _null, _null, _null, _null, _null, _null, _null, 250), _null, _null, false, _null), C.Clip_0, _null, 4, _null, _null, _null, _null, C.MaterialType_0), _null), _null); }, - $signature: 2041 + $signature: 2039 }; F._EntityDropdownState_build__closure1.prototype = { call$2: function(context, index) { @@ -362700,13 +361012,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2042 + $signature: 2040 }; F._EntityDropdownState_build___closure.prototype = { call$1: function(entity) { return this.onSelected.call$1(entity); }, - $signature: 198 + $signature: 191 }; F._EntityDropdownState_build_closure6.prototype = { call$0: function() { @@ -362749,7 +361061,7 @@ this.$this._widget.onSelected$1(entity); K.Navigator_of(this.context, false).pop$1(0, null); }, - $signature: 198 + $signature: 191 }; F._EntityDropdownDialogState_build__headerRow.prototype = { call$0: function() { @@ -362763,7 +361075,7 @@ t2 = t2._widget.onAddPressed != null ? B.IconButton$(C.Alignment_0_0, _null, _null, true, L.Icon$(C.IconData_57424_MaterialIcons_null_false, _null, _null), 24, new F._EntityDropdownDialogState_build__headerRow_closure1(t2, t5), C.EdgeInsets_8_8_8_8, t3.get$createNew(), _null) : M.Container$(_null, _null, C.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); return T.Row$(H.setRuntimeTypeInfo([new T.Padding(C.EdgeInsets_10_0_10_0, t1, _null), t4, t6, t2], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null); }, - $signature: 140 + $signature: 137 }; F._EntityDropdownDialogState_build__headerRow_closure.prototype = { call$1: function(value) { @@ -362814,7 +361126,7 @@ matches = P.List_List$of(t2, true, t2.$ti._eval$1("Iterable.E")); return X.ScrollableListViewBuilder$(new F._EntityDropdownDialogState_build__createList_closure0(t1, matches, this._selectEntity), matches.length, null, null); }, - $signature: 140 + $signature: 137 }; F._EntityDropdownDialogState_build__createList_closure.prototype = { call$1: function(entityId) { @@ -362836,13 +361148,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2044 + $signature: 2042 }; F._EntityDropdownDialogState_build__createList__closure.prototype = { call$1: function(entity) { return this._selectEntity.call$1(entity); }, - $signature: 198 + $signature: 191 }; F._EntityListTile.prototype = { build$1: function(_, context) { @@ -362913,7 +361225,7 @@ t1 = " "; return T.Column$(H.setRuntimeTypeInfo([t2, t3, T.FittedBox$(O.SelectableText$(t1, 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)))], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_0, _null, C.MainAxisAlignment_0, C.MainAxisSize_0, C.VerticalDirection_1); }, - $signature: 140 + $signature: 137 }; D.EntityHeader_build__value2.prototype = { call$0: function() { @@ -362927,7 +361239,7 @@ t1 = " "; return T.Column$(H.setRuntimeTypeInfo([t2, t3, T.FittedBox$(O.SelectableText$(t1, 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)))], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_0, _null, C.MainAxisAlignment_0, C.MainAxisSize_0, C.VerticalDirection_1); }, - $signature: 140 + $signature: 137 }; L.EntityStateLabel.prototype = { build$1: function(_, context) { @@ -363016,7 +361328,7 @@ t2 = t1.uiState.selectedCompanyIndex; return J.$index$asx(t1.userCompanyStates._list, t2).userCompany.company.isModuleEnabled$1(element); }, - $signature: 292 + $signature: 322 }; E.EntityTopFilter_build_closure1.prototype = { call$0: function() { @@ -363053,7 +361365,7 @@ t3 = _this.filterEntityType; return Z.PopupMenuButton$(new T.Padding(C.EdgeInsets_4_0_4_0, T.Row$(H.setRuntimeTypeInfo([L.Text$(t1.get$more(), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t2.get$headerTextColor(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), T.SizedBox$(_null, _null, 4), L.Icon$(C.IconData_57496_MaterialIcons_null_false, t2.get$headerTextColor(), _null)], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null), _null), _null, true, _null, _this.routeEntityType, new E.EntityTopFilter_build__closure(t3, _this.relatedTypes, remaining, t2, t1), new E.EntityTopFilter_build__closure0(t3, _this.filterEntity), C.EdgeInsets_8_8_8_8, _null, type$.legacy_EntityType); }, - $signature: 2045 + $signature: 2043 }; E.EntityTopFilter_build__closure0.prototype = { call$1: function(value) { @@ -363063,7 +361375,7 @@ else M.viewEntitiesByType(value, t1); }, - $signature: 197 + $signature: 189 }; E.EntityTopFilter_build__closure.prototype = { call$1: function(context) { @@ -363074,7 +361386,7 @@ t4 = t3._eval$1("MappedIterable<1,PopupMenuItem*>"); return P.List_List$of(new H.MappedIterable(new H.WhereIterable(t2, new E.EntityTopFilter_build___closure(_this.state), t3._eval$1("WhereIterable<1>")), new E.EntityTopFilter_build___closure0(t1, _this.localization), t4), true, t4._eval$1("Iterable.E")); }, - $signature: 2047 + $signature: 2045 }; E.EntityTopFilter_build___closure.prototype = { call$1: function(element) { @@ -363082,7 +361394,7 @@ t2 = t1.uiState.selectedCompanyIndex; return J.$index$asx(t1.userCompanyStates._list, t2).userCompany.company.isModuleEnabled$1(element); }, - $signature: 292 + $signature: 322 }; E.EntityTopFilter_build___closure0.prototype = { call$1: function(type) { @@ -363090,7 +361402,7 @@ t1 = this.localization; return Z.PopupMenuItem$(new T.ConstrainedBox(new S.BoxConstraints(75, 1 / 0, 0, 1 / 0), L.Text$(type === this.filterEntityType ? t1.get$overview() : H.S(t1.lookup$1(type.get$plural())), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), type, type$.legacy_EntityType); }, - $signature: 2048 + $signature: 2046 }; E.EntityTopFilter_build_closure5.prototype = { call$0: function() { @@ -363214,7 +361526,7 @@ call$1: function(index) { return this.$this.onTabChanged.call$1(index); }, - $signature: 174 + $signature: 170 }; K.BoolDropdownButton.prototype = { build$1: function(_, context) { @@ -363293,7 +361605,7 @@ call$1: function(value) { return null; }, - $signature: 20 + $signature: 21 }; K.BoolDropdownButton_build_closure4.prototype = { call$0: function() { @@ -363305,7 +361617,7 @@ call$1: function(value) { return null; }, - $signature: 20 + $signature: 21 }; R.ClientPicker.prototype = { build$1: function(_, context) { @@ -363461,13 +361773,13 @@ t3 = _this.localization; return E.AlertDialog$(H.setRuntimeTypeInfo([U.TextButton$(false, L.Text$(t3.get$cancel(t3).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._FormColorPickerState__showPicker__closure0(context), _null), U.TextButton$(false, L.Text$(t3.get$done().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._FormColorPickerState__showPicker__closure1(t1, context), _null)], type$.JSArray_legacy_Widget), C.EdgeInsets_0_0_0_0, _null, t2, C.EdgeInsets_24_20_24_24, _null, _null, _null); }, - $signature: 163 + $signature: 158 }; A._FormColorPickerState__showPicker__closure.prototype = { call$1: function(color) { this.$this._pendingColor = E.convertColorToHexString(color); }, - $signature: 2051 + $signature: 2049 }; A._FormColorPickerState__showPicker__closure0.prototype = { call$0: function() { @@ -363582,7 +361894,7 @@ if (t1.onChanged != null) t1.onChanged$1(value ? "yes" : "no"); }, - $signature: 20 + $signature: 21 }; B._CustomFieldState_build_closure0.prototype = { call$1: function(date) { @@ -363605,7 +361917,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(option, _null, _null, _null, _null, _null, _null, _null, _null, _null), option, type$.legacy_String); }, - $signature: 36 + $signature: 35 }; B._CustomFieldState_build_closure2.prototype = { call$1: function(value) { @@ -364041,7 +362353,7 @@ else if (_this.enterShouldSubmit) t1._widget.onSavePressed$1(_this.context); }, - $signature: 60 + $signature: 59 }; A.DesignPicker.prototype = { build$1: function(_, context) { @@ -364116,7 +362428,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(J.$index$asx(this.designState.map._map$_map, value).name, _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_String); }, - $signature: 36 + $signature: 35 }; L.DiscountField.prototype = { build$1: function(_, context) { @@ -364231,14 +362543,14 @@ var t1 = type$.MappedListIterable_of_legacy_int_and_legacy_PopupMenuItem_legacy_int; return P.List_List$of(new H.MappedListIterable(H.setRuntimeTypeInfo([15, 30, 45, 60, 75, 90, 105, 120], type$.JSArray_legacy_int), new U._DurationPickerState_build__closure0(), t1), true, t1._eval$1("ListIterable.E")); }, - $signature: 2053 + $signature: 2051 }; U._DurationPickerState_build__closure0.prototype = { call$1: function(minutes) { var _null = null; return Z.PopupMenuItem$(L.Text$(Y.formatDuration(P.Duration$(0, 0, 0, 0, minutes, 0), false), _null, _null, _null, _null, _null, _null, _null, _null, _null), minutes, type$.legacy_int); }, - $signature: 2054 + $signature: 2052 }; U._DurationPickerState_build_closure0.prototype = { call$1: function(minutes) { @@ -364247,7 +362559,7 @@ t1._duration_picker$_textController.set$text(0, Y.formatDuration(duration, true)); t1._widget.onSelected$1(duration); }, - $signature: 106 + $signature: 104 }; Y.DynamicSelector.prototype = { build$1: function(_, context) { @@ -364295,7 +362607,7 @@ } return K.DropdownMenuItem$(L.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), entityId, type$.legacy_String); }, - $signature: 36 + $signature: 35 }; Y.DynamicSelector_build_closure1.prototype = { call$1: function(entity) { @@ -364493,7 +362805,7 @@ t1 = new B._NotificationSelector(value, new B.NotificationSettings_build__closure(_this.$this, t1, eventType), _this.hasMultipleUsers, false, _null); return S.DataRow$(H.setRuntimeTypeInfo([t3, S.DataCell$(t1, _null)], type$.JSArray_legacy_DataCell)); }, - $signature: 2057 + $signature: 2055 }; B.NotificationSettings_build__closure.prototype = { call$1: function(value) { @@ -364663,7 +362975,7 @@ t3 = false; return new X.AppTextButton(t1, t2.isEnabled || t2.isCancelEnabled ? new V.SaveCancelButtons_build__closure0(t2, context) : null, t3, null, null); }, - $signature: 324 + $signature: 290 }; V.SaveCancelButtons_build__closure0.prototype = { call$0: function() { @@ -364683,7 +362995,7 @@ t3 = t1.isEnabled ? new V.SaveCancelButtons_build__closure(t1, context) : null; return new X.AppTextButton(t2, t3, t1.isHeader, null, null); }, - $signature: 324 + $signature: 290 }; V.SaveCancelButtons_build__closure.prototype = { call$0: function() { @@ -364811,7 +363123,7 @@ enableMilitaryTime = J.$index$asx(t2._list, t1).userCompany.company.settings.enableMilitaryTime; return new F.MediaQuery(context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data.copyWith$1$alwaysUse24HourFormat(enableMilitaryTime), child, null); }, - $signature: 2059 + $signature: 2057 }; M._TimePickerState_build_closure.prototype = { call$0: function() { @@ -364966,7 +363278,7 @@ var _null = null; return B.IconButton$(C.Alignment_0_0, _null, _null, true, L.Icon$(C.IconData_57706_MaterialIcons_null_false, _null, _null), 24, new V.HistoryDrawer_build__closure(context), C.EdgeInsets_8_8_8_8, _null, _null); }, - $signature: 327 + $signature: 298 }; V.HistoryDrawer_build__closure.prototype = { call$0: function() { @@ -365040,7 +363352,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 155 + $signature: 148 }; V._HistoryListTileState_build_closure0.prototype = { call$0: function() { @@ -365102,7 +363414,7 @@ call$2: function(context, viewModel) { return new V.HistoryDrawer(null); }, - $signature: 2062 + $signature: 2060 }; A.AppDrawerVM.prototype = { get$user: function() { @@ -365346,7 +363658,7 @@ return; t1.setState$1(new E._InvoiceEmailViewState__loadTemplate__closure(t1, subject, body, this.origSubject, this.origBody, rawSubject, rawBody)); }, - $signature: 519 + $signature: 576 }; E._InvoiceEmailViewState__loadTemplate__closure.prototype = { call$0: function() { @@ -365366,13 +363678,13 @@ call$1: function(invitation) { return J.firstWhere$2$orElse$ax(this.client.contacts._list, new E._InvoiceEmailViewState__buildTemplateDropdown__closure0(invitation), new E._InvoiceEmailViewState__buildTemplateDropdown__closure1()); }, - $signature: 2064 + $signature: 2062 }; E._InvoiceEmailViewState__buildTemplateDropdown__closure0.prototype = { call$1: function(contact) { return contact.id === this.invitation.contactId; }, - $signature: 145 + $signature: 155 }; E._InvoiceEmailViewState__buildTemplateDropdown__closure1.prototype = { call$0: function() { @@ -365384,7 +363696,7 @@ call$1: function(contact) { return contact != null; }, - $signature: 145 + $signature: 155 }; E._InvoiceEmailViewState__buildTemplateDropdown_closure1.prototype = { call$1: function(contact) { @@ -365394,14 +363706,14 @@ $name = $name.length === 0 ? $name + t1 : $name + (" \u2022 " + t1); return $name; }, - $signature: 531 + $signature: 577 }; E._InvoiceEmailViewState__buildTemplateDropdown_closure2.prototype = { call$1: function(template) { var t1 = this.$this; t1.setState$1(new E._InvoiceEmailViewState__buildTemplateDropdown__closure(t1, template)); }, - $signature: 532 + $signature: 578 }; E._InvoiceEmailViewState__buildTemplateDropdown__closure.prototype = { call$0: function() { @@ -365417,13 +363729,13 @@ call$1: function(_) { return this.$this._invoice_email_view$_onChanged$0(); }, - $signature: 60 + $signature: 59 }; E._InvoiceEmailViewState__buildEdit_closure0.prototype = { call$1: function(_) { return this.$this._invoice_email_view$_onChanged$0(); }, - $signature: 60 + $signature: 59 }; E._InvoiceEmailViewState__buildHistory_closure.prototype = { call$2: function(context, index) { @@ -365431,7 +363743,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 280 + $signature: 306 }; E._InvoiceEmailViewState_build_closure.prototype = { call$1: function(context) { @@ -365600,7 +363912,7 @@ call$1: function(id) { return J.$index$asx(this.taxState.map._map$_map, id); }, - $signature: 240 + $signature: 228 }; D._TaxRateDropdownState_didChangeDependencies_closure0.prototype = { call$1: function(taxRate) { @@ -365608,14 +363920,14 @@ t2 = this.$this._widget; return t1 === t2.initialTaxName && taxRate.rate === t2.initialTaxRate; }, - $signature: 533 + $signature: 581 }; D._TaxRateDropdownState_didChangeDependencies_closure1.prototype = { call$0: function() { var t1 = this.$this._widget; return T.TaxRateEntity_TaxRateEntity(null, t1.initialTaxName, t1.initialTaxRate, null); }, - $signature: 534 + $signature: 582 }; D._TaxRateDropdownState_build_closure.prototype = { call$1: function(id) { @@ -365628,7 +363940,7 @@ call$1: function(id) { return J.$index$asx(this.taxState.map._map$_map, id); }, - $signature: 240 + $signature: 228 }; D._TaxRateDropdownState_build_closure1.prototype = { call$1: function(taxRate) { @@ -365636,21 +363948,21 @@ t2 = this.$this._widget; return t1 === t2.initialTaxName && taxRate.rate === t2.initialTaxRate; }, - $signature: 533 + $signature: 581 }; D._TaxRateDropdownState_build_closure2.prototype = { call$0: function() { var t1 = this.$this._widget; return T.TaxRateEntity_TaxRateEntity(null, t1.initialTaxName, t1.initialTaxRate, null); }, - $signature: 534 + $signature: 582 }; D._TaxRateDropdownState_build_closure3.prototype = { call$1: function(taxRate) { var _null = null; return K.DropdownMenuItem$(L.Text$(taxRate.rate === 0 && taxRate.name.length === 0 ? "" : this.$this._formatTaxRate$1(taxRate), _null, _null, _null, _null, _null, _null, _null, _null, _null), taxRate, type$.legacy_TaxRateEntity); }, - $signature: 2071 + $signature: 2069 }; R.TaxRateField.prototype = { build$1: function(_, context) { @@ -365874,7 +364186,7 @@ t1 = this.localization.get$menuSidebar(); return R.InkWell$(false, _null, true, B.IconButton$(C.Alignment_0_0, _null, _null, true, L.Icon$(C.IconData_58332_MaterialIcons_null_false, _null, _null), 24, new Y.ListScaffold_build__closure0(context), C.EdgeInsets_8_8_8_8, t1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, this.$this.onHamburgerLongPress, _null, _null, _null, _null, _null, _null); }, - $signature: 341 + $signature: 412 }; Y.ListScaffold_build__closure0.prototype = { call$0: function() { @@ -365946,7 +364258,7 @@ t1 = t1.get$history(t1); return B.IconButton$(C.Alignment_0_0, _null, _null, true, L.Icon$(C.IconData_58132_MaterialIcons_null_false, _null, _null), 24, new Y.ListScaffold_build__closure(context, this.state, this.store), C.EdgeInsets_4_0_20_0, t1, _null); }, - $signature: 327 + $signature: 298 }; Y.ListScaffold_build__closure.prototype = { call$0: function() { @@ -366143,7 +364455,7 @@ t4 = this.$this; return Q.ListTile$(false, _null, _null, true, false, _null, t1, _null, new N.FilterListTile_build__closure(t4, context), false, _null, _null, L.Text$(t2.subtitle, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t3, B.IconButton$(C.Alignment_0_0, _null, _null, true, L.Icon$(C.IconData_57704_MaterialIcons_null_false, _null, _null), 24, t4.onClearPressed, C.EdgeInsets_8_8_8_8, _null, _null)); }, - $signature: 2073 + $signature: 2071 }; N.FilterListTile_build__closure.prototype = { call$0: function() { @@ -366201,7 +364513,7 @@ var t1 = this.$this; return t1._framework$_element != null && t1.setState$1(new E._LiveTextState_initState__closure()); }, - $signature: 278 + $signature: 316 }; E._LiveTextState_initState__closure.prototype = { call$0: function() { @@ -366329,7 +364641,7 @@ t2.push(T.Expanded$(new T.AppBorder($screen, _null, t3, false, _null), 1)); return new F.WillPopScope(new K.DesktopSessionTimeout(Q.SafeArea$(true, U.FocusTraversalGroup$(new O.ChangeLayoutBanner(T.Row$(t2, C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null), t1, C.AppLayout_desktop, _null), new U.ReadingOrderTraversalPolicy(P.LinkedHashMap_LinkedHashMap$_empty(type$.FocusScopeNode, type$._DirectionalPolicyData))), C.EdgeInsets_0_0_0_0, true), _null), new X.MainScreen_build__closure(store), _null); }, - $signature: 2075 + $signature: 2073 }; X.MainScreen_build__closure.prototype = { call$0: function() { @@ -367065,7 +365377,7 @@ var t1 = company.settings.companyLogo; return t1 != null && t1.length !== 0 ? D.CachedImage$(t1, 38) : U.Image$asset("assets/images/icon.png", null, 38); }, - $signature: 536 + $signature: 585 }; V.MenuDrawer_build__companyListItem.prototype = { call$2$showAccentColor: function(company, showAccentColor) { @@ -367088,13 +365400,13 @@ call$1: function(company) { return this.call$2$showAccentColor(company, true); }, - $signature: 2077 + $signature: 2075 }; V.MenuDrawer_build__companyListItem_closure.prototype = { call$1: function(userCompanyState) { return userCompanyState.userCompany.company.id === this.company.id; }, - $signature: 2078 + $signature: 2076 }; V.MenuDrawer_build_closure.prototype = { call$1: function(context) { @@ -367107,13 +365419,13 @@ t2.push(Z.PopupMenuItem$(T.Row$(H.setRuntimeTypeInfo([T.SizedBox$(_null, _null, 2), L.Icon$(C.IconData_58291_MaterialIcons_null_false, _null, 32), T.SizedBox$(_null, _null, 20), L.Text$(_this.localization.get$logout(), _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null), "logout", type$.legacy_String)); return t2; }, - $signature: 364 + $signature: 380 }; V.MenuDrawer_build__closure1.prototype = { call$1: function(company) { return Z.PopupMenuItem$(this._companyListItem.call$1(company), company.id, type$.legacy_String); }, - $signature: 2079 + $signature: 2077 }; V.MenuDrawer_build_closure0.prototype = { call$1: function(companyId) { @@ -367146,7 +365458,7 @@ call$1: function(company) { return company.id === this.companyId; }, - $signature: 702 + $signature: 518 }; V.MenuDrawer_build_closure3.prototype = { call$1: function(context) { @@ -367154,20 +365466,20 @@ t2 = H._arrayInstanceType(t1)._eval$1("MappedListIterable<1,Widget*>"); return P.List_List$of(new H.MappedListIterable(t1, new V.MenuDrawer_build__closure(this._companyListItem), t2), true, t2._eval$1("ListIterable.E")); }, - $signature: 537 + $signature: 586 }; V.MenuDrawer_build__closure.prototype = { call$1: function(company) { return this._companyListItem.call$2$showAccentColor(company, false); }, - $signature: 536 + $signature: 585 }; V.MenuDrawer_build_closure1.prototype = { call$1: function(company) { var t1 = C.JSInt_methods.toString$0(C.JSArray_methods.indexOf$1(this.state.get$companies(), company)); return K.DropdownMenuItem$(this._companyListItem.call$1(company), t1, type$.legacy_String); }, - $signature: 2081 + $signature: 2079 }; V.MenuDrawer_build_closure2.prototype = { call$1: function(value) { @@ -367669,13 +365981,13 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2082 + $signature: 2080 }; V.SidebarFooter_build__closure.prototype = { call$1: function(context) { return new M.ErrorDialog(this.state.lastError, true, null); }, - $signature: 21 + $signature: 20 }; V.SidebarFooter_build_closure10.prototype = { call$0: function() { @@ -367743,7 +366055,7 @@ t1.push(Z.PopupMenuItem$(Q.ListTile$(false, _null, _null, true, false, _null, L.Icon$(C.IconData_58173_MaterialIcons_null_false, _null, _null), _null, _null, false, _null, _null, _null, _null, L.Text$(t2.get$about(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), t2.get$about(), t3)); return t1; }, - $signature: 364 + $signature: 380 }; V.SidebarFooterCollapsed_build_closure1.prototype = { call$0: function() { @@ -367759,13 +366071,13 @@ call$1: function(context) { return new V.ContactUsDialog(null); }, - $signature: 2083 + $signature: 2081 }; V._showUpdate_closure.prototype = { call$1: function(context) { return new B.UpdateDialog(null); }, - $signature: 2084 + $signature: 2082 }; V._showConnectStripe_closure.prototype = { call$0: function() { @@ -367828,7 +366140,7 @@ t12.push(T.Row$(H.setRuntimeTypeInfo([B.IconButton$(C.Alignment_0_0, _null, _null, true, L.Icon$(C._MdiIconData_sUr, _null, _null), 24, new V._showAbout__closure7(), C.EdgeInsets_8_8_8_8, "Facebook", _null), B.IconButton$(C.Alignment_0_0, _null, _null, true, L.Icon$(C._MdiIconData_SXh, _null, _null), 24, new V._showAbout__closure8(), C.EdgeInsets_8_8_8_8, "Twitter", _null), B.IconButton$(C.Alignment_0_0, _null, _null, true, L.Icon$(C._MdiIconData_7vC, _null, _null), 24, new V._showAbout__closure9(), C.EdgeInsets_8_8_8_8, "YouTube", _null)], t6), C.CrossAxisAlignment_2, C.MainAxisAlignment_5, C.MainAxisSize_1, _null)); return L.PointerInterceptor$(E.AlertDialog$(t3, C.EdgeInsets_0_0_0_0, _null, E.SingleChildScrollView$(T.Column$(t12, C.CrossAxisAlignment_3, _null, C.MainAxisAlignment_0, C.MainAxisSize_0, C.VerticalDirection_1), _null, C.DragStartBehavior_1, _null, _null, false, C.Axis_1), C.EdgeInsets_24_20_24_24, _null, _null, _null)); }, - $signature: 538 + $signature: 587 }; V._showAbout__closure.prototype = { call$0: function() { @@ -367874,7 +366186,7 @@ t3 = type$.JSArray_legacy_Widget; return E.AlertDialog$(H.setRuntimeTypeInfo([U.TextButton$(false, L.Text$(t2.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new V._showAbout____closure(context, t1), _null), U.TextButton$(false, L.Text$(t1.get$close(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new V._showAbout____closure0(context), _null)], t3), C.EdgeInsets_0_0_0_0, _null, T.Column$(H.setRuntimeTypeInfo([L.Text$(t1.get$desktop() + " \u2022 Beta", _null, _null, _null, _null, _null, _null, _null, _null, _null), new D.AppButton(_null, C._MdiIconData_MO9, "Windows", new V._showAbout____closure1(), _null, _null), new D.AppButton(_null, C._MdiIconData_7T1, "macOS", new V._showAbout____closure2(), _null, _null), new D.AppButton(_null, C._MdiIconData_ifn, "Linux", new V._showAbout____closure3(), _null, _null), new T.Padding(C.EdgeInsets_0_30_0_0, L.Text$(t1.get$mobile(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), new D.AppButton(_null, C._MdiIconData_7T1, "iOS", new V._showAbout____closure4(), _null, _null), new D.AppButton(_null, C._MdiIconData_7T10, "Android", new V._showAbout____closure5(), _null, _null), new D.AppButton(_null, C._MdiIconData_7T10, "F-Droid", new V._showAbout____closure6(), _null, _null)], t3), C.CrossAxisAlignment_3, _null, C.MainAxisAlignment_0, C.MainAxisSize_0, C.VerticalDirection_1), C.EdgeInsets_24_20_24_24, _null, _null, _null); }, - $signature: 163 + $signature: 158 }; V._showAbout____closure.prototype = { call$0: function() { @@ -367889,7 +366201,7 @@ t2 = type$.JSArray_legacy_Widget; return E.AlertDialog$(H.setRuntimeTypeInfo([U.TextButton$(false, L.Text$(t1.get$close(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new V._showAbout______closure(context), _null)], t2), C.EdgeInsets_0_0_0_0, _null, T.Column$(H.setRuntimeTypeInfo([L.Text$("Backend", _null, _null, _null, _null, _null, _null, _null, _null, _null), new D.AppButton(_null, C._MdiIconData_id2, "Laravel/PHP", new V._showAbout______closure0(), _null, _null), new T.Padding(C.EdgeInsets_0_30_0_0, L.Text$("Frontend", _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), new D.AppButton(_null, C._MdiIconData_7T11, "Flutter/Dart", new V._showAbout______closure1(), _null, _null), new D.AppButton(_null, C._MdiIconData_43h, "Storefront SDK", new V._showAbout______closure2(), _null, _null)], t2), C.CrossAxisAlignment_3, _null, C.MainAxisAlignment_0, C.MainAxisSize_0, C.VerticalDirection_1), C.EdgeInsets_24_20_24_24, _null, _null, _null); }, - $signature: 163 + $signature: 158 }; V._showAbout______closure.prototype = { call$0: function() { @@ -367967,7 +366279,7 @@ call$1: function(context) { return new E.HealthCheckDialog(null); }, - $signature: 2086 + $signature: 2084 }; V._showAbout__closure5.prototype = { call$0: function() { @@ -368098,7 +366410,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2087 + $signature: 2085 }; V._ContactUsDialogState__sendMessage__closure0.prototype = { call$0: function() { @@ -368112,7 +366424,7 @@ t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, this.localization.localeCode), "your_message_has_been_received"); return new E.MessageDialog(t1 == null ? "" : t1, _null, _null, _null, _null, _null); }, - $signature: 302 + $signature: 315 }; V._ContactUsDialogState__sendMessage_closure1.prototype = { call$1: function(error) { @@ -368156,7 +366468,7 @@ var t1 = this.$this; t1.setState$1(new V._ContactUsDialogState_build__closure(t1, value)); }, - $signature: 20 + $signature: 21 }; V._ContactUsDialogState_build__closure.prototype = { call$0: function() { @@ -368174,7 +366486,7 @@ call$2: function(context, viewModel) { return new V.MenuDrawer(viewModel, null); }, - $signature: 2088 + $signature: 2086 }; A.MenuDrawerVM.prototype = { get$user: function() { @@ -368216,7 +366528,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 309 + $signature: 271 }; A.MenuDrawerVM_fromStore_closure.prototype = { call$3: function(context, index, company) { @@ -368227,7 +366539,7 @@ t2 = this.store; M.checkForChanges(new A.MenuDrawerVM_fromStore__closure1(t2, index, context, t1, company), context, false, t2); }, - $signature: 2089 + $signature: 2087 }; A.MenuDrawerVM_fromStore__closure1.prototype = { call$0: function() { @@ -368320,7 +366632,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 309 + $signature: 271 }; A.MenuDrawerVM_fromStore___closure.prototype = { call$1: function(value) { @@ -368334,7 +366646,7 @@ call$1: function(context) { return E.SimpleDialog$(H.setRuntimeTypeInfo([new F.LoadingDialog(null)], type$.JSArray_legacy_Widget)); }, - $signature: 168 + $signature: 163 }; Q.EntityPresenter.prototype = { title$1$isShort: function(_, isShort) { @@ -368526,14 +366838,14 @@ call$1: function(log) { return log.typeId !== 800; }, - $signature: 540 + $signature: 588 }; V._SystemLogViewerState_build_closure2.prototype = { call$2: function(index, isExpanded) { var t1 = this.$this; t1.setState$1(new V._SystemLogViewerState_build__closure(this._box_0, t1, index, isExpanded)); }, - $signature: 350 + $signature: 418 }; V._SystemLogViewerState_build__closure.prototype = { call$0: function() { @@ -368546,7 +366858,7 @@ call$1: function(systemLog) { return systemLog.eventId >= 20; }, - $signature: 540 + $signature: 588 }; V._SystemLogViewerState_build_closure1.prototype = { call$1: function(systemLog) { @@ -368573,7 +366885,7 @@ t2 = T.SizedBox$(_null, _null, _null); return new D.ExpansionPanel(new V._SystemLogViewerState_build__closure0(t1, systemLog, this.localization, client), t2, t4 === true); }, - $signature: 2092 + $signature: 2090 }; V._SystemLogViewerState_build__closure0.prototype = { call$2: function(context, isExpanded) { @@ -368589,7 +366901,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2093 + $signature: 2091 }; V._SystemLogViewerState_build___closure.prototype = { call$0: function() { @@ -368728,19 +367040,19 @@ } return t1; }, - $signature: 190 + $signature: 185 }; L.AppDataTable_build_closure.prototype = { call$1: function(row) { return row.onSelectChanged != null; }, - $signature: 541 + $signature: 592 }; L.AppDataTable_build_closure0.prototype = { call$1: function(row) { return row.onSelectChanged != null && !row.selected; }, - $signature: 541 + $signature: 592 }; L.AppDataTable_build_closure1.prototype = { call$0: function() { @@ -368802,7 +367114,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2099 + $signature: 2097 }; L._SortArrow0.prototype = { createState$0: function() { @@ -369076,7 +367388,7 @@ call$1: function(column) { return C.DataCell_mS8; }, - $signature: 542 + $signature: 593 }; N.AppPaginatedDataTableState__getProgressIndicatorRowFor_closure.prototype = { call$1: function(column) { @@ -369084,13 +367396,13 @@ this._box_0.haveProgressIndicator = true; return C.DataCell_R8h; }, - $signature: 542 + $signature: 593 }; N.AppPaginatedDataTableState__getRows_closure.prototype = { call$0: function() { return this.$this._widget.source.getRow$1(this.index); }, - $signature: 2102 + $signature: 2100 }; N.AppPaginatedDataTableState_build_closure.prototype = { call$2: function(context, constraints) { @@ -369104,7 +367416,7 @@ t2._widget.toString; return V.Card$(T.Column$(H.setRuntimeTypeInfo([t1, t4, L.DefaultTextStyle$(Y.IconTheme_merge(M.Container$(_null, E.SingleChildScrollView$(T.Row$(this.footerWidgets, C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null), _null, C.DragStartBehavior_1, _null, _null, true, C.Axis_0), C.Clip_0, _null, _null, _null, _null, 56, _null, _null, _null, _null, _null, _null), C.IconThemeData_gsm), _null, _null, C.TextOverflow_0, true, this.footerTextStyle, _null, _null, C.TextWidthBasis_0)], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_3, _null, C.MainAxisAlignment_0, C.MainAxisSize_1, C.VerticalDirection_1), _null, _null, _null, _null, false, _null); }, - $signature: 2103 + $signature: 2101 }; D.EntityDataTableSource.prototype = { getRow$1: function(index) { @@ -369176,7 +367488,7 @@ var _null = null; return new L.DataCell0(T.SizedBox$(_null, _null, _null), _null, _null); }, - $signature: 547 + $signature: 594 }; D.EntityDataTableSource_getRow_closure0.prototype = { call$1: function(value) { @@ -369189,7 +367501,7 @@ M.handleEntitiesActions(H.setRuntimeTypeInfo([this.entity], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 59 + $signature: 58 }; D.EntityDataTableSource_getRow_closure2.prototype = { call$0: function() { @@ -369202,7 +367514,7 @@ var t1 = this.$this; return new L.DataCell0(t1.entityPresenter.getField$2$context$field(t1.context, field), new D.EntityDataTableSource_getRow__closure(t1, this.entity), this._box_0.backgroundColor); }, - $signature: 547 + $signature: 594 }; D.EntityDataTableSource_getRow__closure.prototype = { call$0: function() { @@ -369355,13 +367667,13 @@ t1.toString; return M.selectEntity(t1, entity, false, false); }, - $signature: 2105 + $signature: 2103 }; S._EntityListState_build_closure.prototype = { call$1: function(duration) { M.viewEntityById(false, this.entityId, this.entityType, null, false, true); }, - $signature: 42 + $signature: 41 }; S._EntityListState_build_closure7.prototype = { call$0: function() { @@ -369446,7 +367758,7 @@ return T.Column$(t16, C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_1, C.VerticalDirection_1); } }, - $signature: 2106 + $signature: 2104 }; S._EntityListState_build__closure.prototype = { call$1: function(_) { @@ -369476,7 +367788,7 @@ var _null = null; return index === 0 || index === J.get$length$asx(this.entityList) ? T.SizedBox$(_null, _null, _null) : new G.ListDivider(_null); }, - $signature: 154 + $signature: 146 }; S._EntityListState_build__closure1.prototype = { call$2: function(context, index) { @@ -369491,7 +367803,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 154 + $signature: 146 }; S._EntityListState_build__closure3.prototype = { call$1: function(_) { @@ -369527,13 +367839,13 @@ t3 = J.map$1$1$ax(t4.sublist$2(t3, Math.min(H.checkNum(t2), t5 - 1), Math.min(t1._entity_list$_firstRowIndex + _this.rowsPerPage, H.checkNum(t4.get$length(t3)))), new S._EntityListState_build___closure(_this.entityMap), type$.legacy_BaseEntity).super$Iterable$where(0, new S._EntityListState_build___closure0(value, _this.listUIState)); M.handleEntitiesActions(P.List_List$of(t3, true, t3.$ti._eval$1("Iterable.E")), C.EntityAction_toggleMultiselect, false); }, - $signature: 20 + $signature: 21 }; S._EntityListState_build___closure.prototype = { call$1: function(entityId) { return J.$index$asx(this.entityMap._map$_map, entityId); }, - $signature: 369 + $signature: 424 }; S._EntityListState_build___closure0.prototype = { call$1: function(invoice) { @@ -369542,7 +367854,7 @@ t1 = t2 != null && J.contains$1$asx(t2._list, t1); return this.value !== t1; }, - $signature: 186 + $signature: 206 }; S._EntityListState_build__closure5.prototype = { call$1: function(field) { @@ -369563,7 +367875,7 @@ } return new L.DataColumn0(M.Container$(_null, L.Text$(label, _null, _null, C.TextOverflow_2, _null, _null, _null, _null, _null, _null), C.Clip_0, _null, new S.BoxConstraints(minWidth, maxWidth, 0, 1 / 0), _null, _null, _null, _null, _null, _null, _null, _null, _null), new S._EntityListState_build___closure1(_this.$this, field)); }, - $signature: 2109 + $signature: 2107 }; S._EntityListState_build___closure1.prototype = { call$2: function(columnIndex, ascending) { @@ -369571,25 +367883,25 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 350 + $signature: 418 }; S._EntityListState_build__closure7.prototype = { call$1: function(row) { return this.$this._entity_list$_firstRowIndex = row; }, - $signature: 2110 + $signature: 2108 }; S._EntityListState_build_closure0.prototype = { call$1: function(entityId) { return J.$index$asx(this.entityMap._map$_map, entityId); }, - $signature: 369 + $signature: 424 }; S._EntityListState_build_closure1.prototype = { call$1: function(action) { return action != null; }, - $signature: 2111 + $signature: 2109 }; S._EntityListState_build_closure8.prototype = { call$0: function() { @@ -369606,20 +367918,20 @@ t4 = J.map$1$1$ax(t2.sublist$2(t1, 0, Math.min(H.checkNum(t3), t4)), new S._EntityListState_build__closure12(this.entityMap), type$.legacy_BaseEntity); M.handleEntitiesActions(P.List_List$of(t4, true, t4.$ti._eval$1("ListIterable.E")), C.EntityAction_toggleMultiselect, false); }, - $signature: 20 + $signature: 21 }; S._EntityListState_build__closure12.prototype = { call$1: function(entityId) { return J.$index$asx(this.entityMap._map$_map, entityId); }, - $signature: 369 + $signature: 424 }; S._EntityListState_build_closure4.prototype = { call$1: function(action) { var t1 = Q.getEntityActionIcon(action); return B.OutlinedButton$(new U.IconText(this.localization.lookup$1(H.S(action)), t1, null, null, null), new S._EntityListState_build__closure9(this.$this, this.entities, action)); }, - $signature: 2113 + $signature: 2111 }; S._EntityListState_build__closure9.prototype = { call$0: function() { @@ -369637,14 +367949,14 @@ t3 = T.SizedBox$(_null, _null, 4); return Z.PopupMenuButton$(new T.Padding(C.EdgeInsets_8_0_8_0, T.Row$(H.setRuntimeTypeInfo([t1, t3, L.Icon$(C.IconData_57496_MaterialIcons_null_false, t2 ? C.Color_4294967295 : C.Color_4278190080, _null)], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null), _null), _null, true, _null, _null, new S._EntityListState_build__closure10(_this.actions, remaining), new S._EntityListState_build__closure11(_this.$this, _this.entities), C.EdgeInsets_8_8_8_8, _null, type$.legacy_EntityAction); }, - $signature: 2114 + $signature: 2112 }; S._EntityListState_build__closure11.prototype = { call$1: function(action) { M.handleEntitiesActions(this.entities, action, false); this.$this._widget.onClearMultiselect$0(); }, - $signature: 385 + $signature: 371 }; S._EntityListState_build__closure10.prototype = { call$1: function(context) { @@ -369654,7 +367966,7 @@ t2 = H._arrayInstanceType(t1)._eval$1("MappedListIterable<1,PopupMenuItem*>"); return P.List_List$of(new H.MappedListIterable(t1, new S._EntityListState_build___closure2(context), t2), true, t2._eval$1("ListIterable.E")); }, - $signature: 509 + $signature: 560 }; S._EntityListState_build___closure2.prototype = { call$1: function(action) { @@ -369665,7 +367977,7 @@ t1 = L.Localizations_of(t1, C.Type_AppLocalization_KyD, type$.legacy_AppLocalization).lookup$1(J.toString$0$(action)); return Z.PopupMenuItem$(T.Row$(H.setRuntimeTypeInfo([t2, t3, L.Text$(t1 == null ? "" : t1, _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null), action, type$.legacy_EntityAction); }, - $signature: 510 + $signature: 561 }; S._EntityListState_build_closure6.prototype = { call$1: function(context) { @@ -369700,13 +368012,13 @@ call$1: function(_) { return this.$this._widget.onClearMultiselect$0(); }, - $signature: 554 + $signature: 599 }; S._EntityListState_build_closure5.prototype = { call$1: function(_) { return this.$this._widget.onClearMultiselect$0(); }, - $signature: 51 + $signature: 48 }; K.VariablesHelp.prototype = { createState$0: function() { @@ -369834,14 +368146,14 @@ t2 = H._arrayInstanceType(t1)._eval$1("MappedListIterable<1,TextButton*>"); return B.GridView$count((constraints.maxWidth / 2 - 8) / 50, P.List_List$of(new H.MappedListIterable(t1, new K._VariableGrid_build__closure(context), t2), true, t2._eval$1("ListIterable.E")), 2, 0, 0, new V.EdgeInsets(6, 6, 6, 6), null, true, true); }, - $signature: 386 + $signature: 370 }; K._VariableGrid_build__closure.prototype = { call$1: function(field) { var _null = null; return U.TextButton$(false, new T.Align(C.Alignment_m1_0, _null, _null, L.Text$("$" + H.S(field), _null, 1, C.TextOverflow_2, _null, _null, _null, C.TextAlign_4, _null, _null), _null), _null, new K._VariableGrid_build___closure(field, this.context), _null); }, - $signature: 2118 + $signature: 2116 }; K._VariableGrid_build___closure.prototype = { call$0: function() { @@ -370033,7 +368345,7 @@ t1 = this.localization.get$edit(); return new X.AppTextButton(t1, isDisabled ? _null : new G.ViewScaffold_build__closure(this.$this, context), true, _null, _null); }, - $signature: 324 + $signature: 290 }; G.ViewScaffold_build__closure.prototype = { call$0: function() { @@ -370046,7 +368358,7 @@ M.handleEntitiesActions(H.setRuntimeTypeInfo([this.$this.entity], type$.JSArray_legacy_BaseEntity), action, true); return null; }, - $signature: 59 + $signature: 58 }; A.WebSessionTimeout.prototype = { createState$0: function() { @@ -370086,7 +368398,7 @@ if (Date.now() - t3.$index(t1, t2).lastUpdated > sessionTimeout) J.$index$asx(store.get$_dispatchers(), 0).call$1(new B.UserLogout()); }, - $signature: 273 + $signature: 260 }; B.WebSocketRefresh.prototype = { createState$0: function() { @@ -370111,14 +368423,14 @@ call$1: function(store) { return J.$index$asx(store.get$_dispatchers(), 0).call$1(new B.LoadStateRequest(this.context)); }, - $signature: 2119 + $signature: 2117 }; B.InitScreen_build_closure.prototype = { call$2: function(context, store) { var _null = null; return M.Container$(_null, T.Column$(H.setRuntimeTypeInfo([T.Expanded$(T.Center$(U.Image$asset("assets/images/icon.png", _null, _null), _null, _null), 1), T.SizedBox$(U.LinearProgressIndicator$(), 4, _null)], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_1, C.VerticalDirection_1), C.Clip_0, C.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2120 + $signature: 2118 }; Z.LockScreen.prototype = { build$1: function(_, context) { @@ -370454,7 +368766,7 @@ t3 = L.Localizations_of(context, C.Type_AppLocalization_KyD, type$.legacy_AppLocalization); return E.AlertDialog$(H.setRuntimeTypeInfo([new T.Padding(C.EdgeInsets_0_0_8_0, U.TextButton$(false, L.Text$(t3.get$close(t3), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new Y._LoginState__submitSignUpForm__closure1(context), _null), _null)], type$.JSArray_legacy_Widget), C.EdgeInsets_0_0_0_0, _null, t1, C.EdgeInsets_24_20_24_24, _null, _null, t2); }, - $signature: 163 + $signature: 158 }; Y._LoginState__submitSignUpForm__closure1.prototype = { call$0: function() { @@ -370525,7 +368837,7 @@ t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, L.Localizations_of(context, C.Type_AppLocalization_KyD, type$.legacy_AppLocalization).localeCode), "recover_password_email_sent"); return new E.MessageDialog(t1 == null ? "" : t1, _null, _null, _null, _null, _null); }, - $signature: 302 + $signature: 315 }; Y._LoginState__submitLoginForm_closure1.prototype = { call$1: function(error) { @@ -370604,7 +368916,7 @@ var t1 = this.$this; t1.setState$1(new Y._LoginState_build__closure3(t1, index)); }, - $signature: 106 + $signature: 104 }; Y._LoginState_build__closure3.prototype = { call$0: function() { @@ -370622,7 +368934,7 @@ var t1 = this.$this; t1.setState$1(new Y._LoginState_build__closure2(t1, index)); }, - $signature: 106 + $signature: 104 }; Y._LoginState_build__closure2.prototype = { call$0: function() { @@ -370667,7 +368979,7 @@ var t1 = this.$this; return t1.setState$1(new Y._LoginState_build__closure1(t1, value)); }, - $signature: 32 + $signature: 33 }; Y._LoginState_build__closure1.prototype = { call$0: function() { @@ -370680,7 +368992,7 @@ var t1 = this.$this; return t1.setState$1(new Y._LoginState_build__closure0(t1, value)); }, - $signature: 32 + $signature: 33 }; Y._LoginState_build__closure0.prototype = { call$0: function() { @@ -370749,7 +369061,7 @@ call$2: function(context, viewModel) { return new Y.LoginView(viewModel, null); }, - $signature: 2121 + $signature: 2119 }; G.LoginVM.prototype = {}; G.LoginVM_fromStore__handleLogin.prototype = { @@ -370769,7 +369081,7 @@ call$1$context: function(context) { return this.call$2$context$isSignUp(context, false); }, - $signature: 2122 + $signature: 2120 }; G.LoginVM_fromStore__handleLogin_closure.prototype = { call$1: function(duration) { @@ -370783,7 +369095,7 @@ } else J.$index$asx(_this.store.get$_dispatchers(), 0).call$1(new M.ViewMainScreen()); }, - $signature: 42 + $signature: 41 }; G.LoginVM_fromStore__formatApiUrl.prototype = { call$1: function(url) { @@ -370858,7 +369170,7 @@ }); return P._asyncStartSync($async$call$5$oneTimePassword$secret$url, $async$completer); }, - $signature: 2123 + $signature: 2121 }; G.LoginVM_fromStore__closure0.prototype = { call$2: function(idToken, accessToken) { @@ -370883,7 +369195,7 @@ call$1: function(_) { return this._handleLogin.call$1$context(this.context); }, - $signature: 215 + $signature: 220 }; G.LoginVM_fromStore_closure4.prototype = { call$2: function(context, completer) { @@ -370944,7 +369256,7 @@ }); return P._asyncStartSync($async$call$2, $async$completer); }, - $signature: 2125 + $signature: 2123 }; G.LoginVM_fromStore__closure.prototype = { call$2: function(idToken, accessToken) { @@ -370966,7 +369278,7 @@ call$1: function(_) { return this._handleLogin.call$2$context$isSignUp(this.context, true); }, - $signature: 215 + $signature: 220 }; G.LoginVM_fromStore_closure1.prototype = { call$4$email$password: function(context, completer, email, password) { @@ -371003,13 +369315,13 @@ }); return P._asyncStartSync($async$call$4$email$password, $async$completer); }, - $signature: 2126 + $signature: 2124 }; G.LoginVM_fromStore__closure1.prototype = { call$1: function(_) { return this._handleLogin.call$2$context$isSignUp(this.context, true); }, - $signature: 215 + $signature: 220 }; G.LoginVM_fromStore_closure0.prototype = { call$5$email$secret$url: function(context, completer, email, secret, url) { @@ -371046,7 +369358,7 @@ }); return P._asyncStartSync($async$call$5$email$secret$url, $async$completer); }, - $signature: 2127 + $signature: 2125 }; G.LoginVM_fromStore_closure.prototype = { call$7$email$oneTimePassword$password$secret$url: function(context, completer, email, oneTimePassword, password, secret, url) { @@ -371096,13 +369408,13 @@ }); return P._asyncStartSync($async$call$7$email$oneTimePassword$password$secret$url, $async$completer); }, - $signature: 2128 + $signature: 2126 }; G.LoginVM_fromStore__closure2.prototype = { call$1: function(_) { return this._handleLogin.call$1$context(this.context); }, - $signature: 215 + $signature: 220 }; G.LoginVM_fromStore_closure2.prototype = { call$3$token: function(context, completer, token) { @@ -371136,7 +369448,7 @@ }); return P._asyncStartSync($async$call$3$token, $async$completer); }, - $signature: 2129 + $signature: 2127 }; V.ClientListItem.prototype = { build$1: function(_, context) { @@ -371206,7 +369518,7 @@ } return t1; }, - $signature: 100 + $signature: 97 }; V.ClientListItem_build__closure2.prototype = { call$0: function() { @@ -371233,7 +369545,7 @@ M.handleEntitiesActions(H.setRuntimeTypeInfo([this.$this.client], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 59 + $signature: 58 }; V.ClientListItem_build__closure5.prototype = { call$0: function() { @@ -371270,7 +369582,7 @@ t5 = viewModel.onSortColumn; return S.EntityList$(t2, C.EntityType_client, new Y.ClientListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, t4, t5, new V.ClientPresenter(), t1, t3); }, - $signature: 2131 + $signature: 2129 }; Y.ClientListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -371291,7 +369603,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2132 + $signature: 2130 }; Y.ClientListVM.prototype = {}; Y.ClientListVM_fromStore__handleRefresh.prototype = { @@ -371475,7 +369787,7 @@ t1._client_pdf$_pdfString = t2; L.WebUtils_registerWebView(t2); }, - $signature: 557 + $signature: 603 }; S._ClientPdfViewState_loadPdf__closure.prototype = { call$0: function() { @@ -371512,7 +369824,7 @@ var t1 = this.$this; t1.setState$1(new S._ClientPdfViewState_build__closure0(t1)); }, - $signature: 20 + $signature: 21 }; S._ClientPdfViewState_build__closure0.prototype = { call$0: function() { @@ -371527,7 +369839,7 @@ var t1 = this.$this; t1.setState$1(new S._ClientPdfViewState_build__closure(t1)); }, - $signature: 20 + $signature: 21 }; S._ClientPdfViewState_build__closure.prototype = { call$0: function() { @@ -371582,13 +369894,13 @@ t1 = t1.selectedCompanyIndex; return new V.ClientPdfVM(state, J.$index$asx(t2._list, t1).clientState.$get$1(0, clientId)); }, - $signature: 2134 + $signature: 2132 }; V.ClientPdfScreen_build_closure.prototype = { call$2: function(context, vm) { return new S.ClientPdfView(vm, true, new D.ValueKey("__client_pdf_" + vm.client.id + "__", type$.ValueKey_legacy_String)); }, - $signature: 2135 + $signature: 2133 }; V.ClientPdfVM.prototype = {}; V.ClientPresenter.prototype = { @@ -371680,7 +369992,7 @@ call$1: function(contact) { return contact.get$fullName(); }, - $signature: 531 + $signature: 577 }; B.ClientScreen.prototype = { build$1: function(_, context) { @@ -371766,7 +370078,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.FilterClientsByState(state)); }, - $signature: 53 + $signature: 49 }; B.ClientScreen_build_closure.prototype = { call$0: function() { @@ -371822,7 +370134,7 @@ call$2: function(context, vm) { return new B.ClientScreen(vm, null); }, - $signature: 2137 + $signature: 2135 }; D.ClientScreenVM.prototype = {}; M.ClientEdit.prototype = { @@ -371867,7 +370179,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 48 }; M._ClientEditState_build_closure0.prototype = { call$1: function(context) { @@ -372055,7 +370367,7 @@ call$1: function(duration) { this.$this.didChangeDependencies$0(); }, - $signature: 42 + $signature: 41 }; R.ClientEditContacts.prototype = { createState$0: function() { @@ -372111,19 +370423,19 @@ t6 = t5.get$length(t4); return new R.ContactEditDetails(t5.indexOf$2(t4, t5.firstWhere$2$orElse(t4, new R._ClientEditContactsState__showContactEditor__closure(t2), null), 0), t2, viewModel, t1, t6 > 1, new D.ValueKey(t3, type$.ValueKey_String)); }, - $signature: 2138 + $signature: 2136 }; R._ClientEditContactsState__showContactEditor__closure.prototype = { call$1: function(c) { return c.id === this.contact.id; }, - $signature: 145 + $signature: 155 }; R._ClientEditContactsState_build_closure.prototype = { call$1: function(contact) { return new R.ContactListTile0(new R._ClientEditContactsState_build__closure(this.$this, contact, this.context), contact, null); }, - $signature: 2139 + $signature: 2137 }; R._ClientEditContactsState_build__closure.prototype = { call$0: function() { @@ -372135,7 +370447,7 @@ call$1: function(duration) { this.$this._client_edit_contacts$_showContactEditor$2(this.contact, this.context); }, - $signature: 42 + $signature: 41 }; R._ClientEditContactsState_build_closure1.prototype = { call$0: function() { @@ -372299,7 +370611,7 @@ b.get$_client_model$_$this()._client_model$_customValue4 = t1; return b; }, - $signature: 358 + $signature: 402 }; R.ContactEditDetailsState__onChanged_closure0.prototype = { call$0: function() { @@ -372392,14 +370704,14 @@ this.viewModel.onChangedContact.call$2(t1._widget.contact.rebuild$1(new R.ContactEditDetailsState_build__closure0(value)), t1._widget.index); t1.setState$1(new R.ContactEditDetailsState_build__closure1(t1, value)); }, - $signature: 20 + $signature: 21 }; R.ContactEditDetailsState_build__closure0.prototype = { call$1: function(b) { b.get$_client_model$_$this()._client_model$_sendEmail = this.value; return b; }, - $signature: 358 + $signature: 402 }; R.ContactEditDetailsState_build__closure1.prototype = { call$0: function() { @@ -372438,13 +370750,13 @@ call$1: function(store) { return F.ClientEditContactsVM_ClientEditContactsVM$fromStore(store); }, - $signature: 2140 + $signature: 2138 }; F.ClientEditContactsScreen_build_closure.prototype = { call$2: function(context, vm) { return new R.ClientEditContacts(vm, this.$this.viewModel, null); }, - $signature: 2141 + $signature: 2139 }; F.ClientEditContactsVM.prototype = { get$company: function() { @@ -372469,7 +370781,7 @@ call$1: function(index) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.DeleteContact(index)); }, - $signature: 174 + $signature: 170 }; F.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure1.prototype = { call$1: function(_) { @@ -372481,7 +370793,7 @@ call$2: function(contact, index) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.UpdateContact(index, contact)); }, - $signature: 2142 + $signature: 2140 }; X.ClientEditDesktop.prototype = { build$1: function(_, context) { @@ -372776,7 +371088,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(J.$index$asx(this.state.staticState.sizeMap._map$_map, sizeId).name, _null, _null, _null, _null, _null, _null, _null, _null, _null), sizeId, type$.legacy_String); }, - $signature: 36 + $signature: 35 }; L.ClientEditNotesState_build_closure0.prototype = { call$1: function(sizeId) { @@ -372959,7 +371271,7 @@ paymentTerm = J.$index$asx(J.$index$asx(t1.userCompanyStates._list, t2).paymentTermState.map._map$_map, paymentTermId); return K.DropdownMenuItem$(L.Text$(paymentTerm.name, _null, _null, _null, _null, _null, _null, _null, _null, _null), C.JSInt_methods.toString$0(paymentTerm.numDays), type$.legacy_String); }, - $signature: 36 + $signature: 35 }; M.ClientEditSettingsState_build_closure2.prototype = { call$1: function(numDays) { @@ -372985,7 +371297,7 @@ paymentTerm = J.$index$asx(J.$index$asx(t1.userCompanyStates._list, t2).paymentTermState.map._map$_map, paymentTermId); return K.DropdownMenuItem$(L.Text$(paymentTerm.name, _null, _null, _null, _null, _null, _null, _null, _null, _null), C.JSInt_methods.toString$0(paymentTerm.numDays), type$.legacy_String); }, - $signature: 36 + $signature: 35 }; M.ClientEditSettingsState_build_closure4.prototype = { call$1: function(numDays) { @@ -373172,7 +371484,7 @@ call$1: function(duration) { this.$this.didChangeDependencies$0(); }, - $signature: 42 + $signature: 41 }; M.ClientEditScreen.prototype = { build$1: function(_, context) { @@ -373184,13 +371496,13 @@ call$1: function(store) { return M.ClientEditVM_ClientEditVM$fromStore(store); }, - $signature: 2143 + $signature: 2141 }; M.ClientEditScreen_build_closure.prototype = { call$2: function(context, vm) { return new M.ClientEdit(vm, null); }, - $signature: 2144 + $signature: 2142 }; M.ClientEditVM.prototype = { get$company: function() { @@ -373201,7 +371513,7 @@ call$1: function(client) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.UpdateClient(client)); }, - $signature: 2145 + $signature: 2143 }; M.ClientEditVM_ClientEditVM$fromStore_closure3.prototype = { call$0: function() { @@ -373296,7 +371608,7 @@ t1.toString; return new M.ErrorDialog(L.Localizations_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1), C.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$pleaseEnterAClientOrContactName(), false, null); }, - $signature: 21 + $signature: 20 }; M.ClientEditVM_ClientEditVM$fromStore___closure0.prototype = { call$1: function(savedClient) { @@ -373331,7 +371643,7 @@ M.viewEntity(false, savedClient, null, true); } }, - $signature: 260 + $signature: 328 }; M.ClientEditVM_ClientEditVM$fromStore___closure1.prototype = { call$1: function(error) { @@ -373345,7 +371657,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; G.ClientView.prototype = { createState$0: function() { @@ -373421,7 +371733,7 @@ t7 = type$.JSArray_legacy_Widget; return T.Column$(H.setRuntimeTypeInfo([T.Expanded$(E.TabBarView$(H.setRuntimeTypeInfo([N.RefreshIndicator$(new Z.ClientOverview(t3, t1._widget.isFilter, _null), new G._ClientViewState_build__closure(t3, context)), N.RefreshIndicator$(new Q.ClientViewDetails(t4, _null), new G._ClientViewState_build__closure0(t3, context)), N.RefreshIndicator$(new T.ClientViewDocuments(t3, new D.ValueKey(t5, t6)), new G._ClientViewState_build__closure1(t3, context)), N.RefreshIndicator$(new U.ClientViewLedger(t3, new D.ValueKey(t5, t6)), new G._ClientViewState_build__closure2(t3, context)), N.RefreshIndicator$(new R.ClientViewActivity(t3, new D.ValueKey(t5, t6)), new G._ClientViewState_build__closure3(t3, context)), N.RefreshIndicator$(new K.ClientViewSystemLogs(t3, new D.ValueKey(t5, t6)), new G._ClientViewState_build__closure4(t3, context))], t7), t2, _null), 1), new Z.BottomButtons(this.client, C.EntityAction_viewStatement, C.EntityAction_clientPortal, true, true, _null)], t7), C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_1, C.VerticalDirection_1); }, - $signature: 195 + $signature: 183 }; G._ClientViewState_build__closure.prototype = { call$0: function() { @@ -373479,7 +371791,7 @@ t6 = t1.can$2(C.UserPermission_view, C.EntityType_task) || t1.can$2(C.UserPermission_create, C.EntityType_task) ? Q.ListTile$(false, _null, _null, true, false, _null, L.Icon$(C.IconData_57424_MaterialIcons_null_false, _null, _null), _null, new G._ClientViewState_build___closure3(context, _this.client), false, _null, _null, _null, _null, L.Text$(_this.localization.get$task(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null) : M.Container$(_null, _null, C.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); return E.SimpleDialog$(H.setRuntimeTypeInfo([t2, t3, t4, t5, t6, t1.can$2(C.UserPermission_view, C.EntityType_expense) || t1.can$2(C.UserPermission_create, C.EntityType_expense) ? Q.ListTile$(false, _null, _null, true, false, _null, L.Icon$(C.IconData_57424_MaterialIcons_null_false, _null, _null), _null, new G._ClientViewState_build___closure4(context, _this.store, _this.client), false, _null, _null, _null, _null, L.Text$(_this.localization.get$expense(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null) : M.Container$(_null, _null, C.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_legacy_Widget)); }, - $signature: 168 + $signature: 163 }; G._ClientViewState_build___closure.prototype = { call$0: function() { @@ -373574,7 +371886,7 @@ call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 66 + $signature: 64 }; R._ClientViewActivityState_build_closure.prototype = { call$2: function(context, index) { @@ -373582,7 +371894,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 280 + $signature: 306 }; Q.ClientViewDetails.prototype = { createState$0: function() { @@ -373675,7 +371987,7 @@ listTiles.push(new T.Padding(C.EdgeInsets_16_16_16_16, B.FutureBuilder$(t2.get$_client_view_details$_launchStatus(), t2._client_view_details$_launched, type$.Null), _null)); return listTiles; }, - $signature: 190 + $signature: 185 }; Q._ClientViewDetailsState_build__buildDetailsList_closure.prototype = { call$1: function(contact) { @@ -373694,7 +372006,7 @@ t1.push(G.AppListTile$(_null, t3, C.IconData_58530_MaterialIcons_null_false, new Q._ClientViewDetailsState_build__buildDetailsList__closure4(t6, t7, contact), t2.get$phone(t2), t4)); } }, - $signature: 560 + $signature: 608 }; Q._ClientViewDetailsState_build__buildDetailsList__closure1.prototype = { call$0: function() { @@ -373810,13 +372122,13 @@ call$1: function(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 134 + $signature: 122 }; T.ClientViewDocuments_build_closure0.prototype = { call$3: function($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 124 + $signature: 127 }; U.ClientViewLedger.prototype = { createState$0: function() { @@ -373847,13 +372159,13 @@ call$1: function(ledger) { return ledger.adjustment !== 0; }, - $signature: 2152 + $signature: 2150 }; U._ClientViewLedgerState_build_closure1.prototype = { call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 66 + $signature: 64 }; U._ClientViewLedgerState_build_closure0.prototype = { call$2: function(context, index) { @@ -373892,7 +372204,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 154 + $signature: 146 }; U._ClientViewLedgerState_build__closure0.prototype = { call$0: function() { @@ -374081,13 +372393,13 @@ t1.$indexSet(0, customerReference, H.setRuntimeTypeInfo([gatewayToken], type$.JSArray_legacy_GatewayTokenEntity)); } }, - $signature: 2153 + $signature: 2151 }; Z.ClientOverview_build_closure0.prototype = { call$1: function(token) { return new K.TokenMeta(token.meta, null); }, - $signature: 2154 + $signature: 2152 }; Z.ClientOverview_build_closure1.prototype = { call$0: function() { @@ -374144,13 +372456,13 @@ call$1: function(store) { return X.ClientViewVM_ClientViewVM$fromStore(store); }, - $signature: 2155 + $signature: 2153 }; X.ClientViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new G.ClientView(vm, this.$this.isFilter, vm.state.uiState.clientUIState.tabIndex, null); }, - $signature: 2156 + $signature: 2154 }; X.ClientViewVM.prototype = { get$company: function() { @@ -374197,7 +372509,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; X.ClientViewVM_ClientViewVM$fromStore_closure1.prototype = { call$4: function(context, $document, password, idToken) { @@ -374210,13 +372522,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 95 + $signature: 89 }; X.ClientViewVM_ClientViewVM$fromStore__closure.prototype = { call$1: function(value) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.LoadClient(null, this.client.id)); }, - $signature: 93 + $signature: 94 }; G.CompanyGatewayList.prototype = { createState$0: function() { @@ -374264,7 +372576,7 @@ --newIndex; t1._widget.viewModel.onSortChanged.call$2(oldIndex, newIndex); }, - $signature: 123 + $signature: 135 }; G._CompanyGatewayListState_build_closure.prototype = { call$1: function(companyGatewayId) { @@ -374286,7 +372598,7 @@ t3 = false; return new Z.CompanyGatewayListItem(t4, companyGateway, t5, t1, t3, new D.ValueKey(t2, type$.ValueKey_legacy_String)); }, - $signature: 2160 + $signature: 2158 }; G._CompanyGatewayListState_build__closure.prototype = { call$0: function() { @@ -374358,7 +372670,7 @@ call$2: function(context, viewModel) { return new G.CompanyGatewayList(viewModel, null); }, - $signature: 2161 + $signature: 2159 }; S.CompanyGatewayListVM.prototype = {}; S.CompanyGatewayListVM_fromStore__handleRefresh.prototype = { @@ -374410,7 +372722,7 @@ settings = this.uiState.get$settings().rebuild$1(new S.CompanyGatewayListVM_fromStore__closure0(t1)); J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.UpdateSettings(settings)); }, - $signature: 123 + $signature: 135 }; S.CompanyGatewayListVM_fromStore__closure0.prototype = { call$1: function(b) { @@ -374510,19 +372822,19 @@ call$1: function(companyGatewayId) { return J.$index$asx(this.$this.viewModel.companyGatewayMap._map$_map, companyGatewayId); }, - $signature: 267 + $signature: 295 }; D.CompanyGatewayScreen_build__closure1.prototype = { call$1: function(_) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.ClearCompanyGatewayMultiselect()); }, - $signature: 554 + $signature: 599 }; D.CompanyGatewayScreen_build_closure0.prototype = { call$1: function(context) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.ClearCompanyGatewayMultiselect()); }, - $signature: 51 + $signature: 48 }; D.CompanyGatewayScreen_build_closure1.prototype = { call$0: function() { @@ -374577,7 +372889,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.FilterCompanyGatewaysByState(state)); }, - $signature: 53 + $signature: 49 }; D.CompanyGatewayScreen_build_closure3.prototype = { call$0: function() { @@ -374610,7 +372922,7 @@ call$2: function(context, vm) { return new D.CompanyGatewayScreen(vm, null); }, - $signature: 2162 + $signature: 2160 }; Y.CompanyGatewayScreenVM.prototype = {}; Y.CompanyGatewayScreenVM_fromStore_closure.prototype = { @@ -374871,7 +373183,7 @@ b.get$_company_gateway_model$_$this()._label = t2; return b; }, - $signature: 45 + $signature: 44 }; V._CompanyGatewayEditState_build_closure1.prototype = { call$0: function() { @@ -374899,7 +373211,7 @@ b.get$_company_gateway_model$_$this()._label = t1; return b; }, - $signature: 45 + $signature: 44 }; V._CompanyGatewayEditState_build_closure4.prototype = { call$1: function(value) { @@ -374912,14 +373224,14 @@ b.get$_company_gateway_model$_$this()._tokenBilling = this.value; return b; }, - $signature: 45 + $signature: 44 }; V._CompanyGatewayEditState_build_closure5.prototype = { call$1: function(value) { var _null = null; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_String); }, - $signature: 36 + $signature: 35 }; V._CompanyGatewayEditState_build_closure6.prototype = { call$1: function(value) { @@ -374927,21 +373239,21 @@ t2 = this.gatewayTypeId; this.viewModel.onChanged.call$1(t1.rebuild$1(new V._CompanyGatewayEditState_build__closure9(t2, t1.getSettingsForGatewayTypeId$1(t2), value))); }, - $signature: 20 + $signature: 21 }; V._CompanyGatewayEditState_build__closure9.prototype = { call$1: function(b) { b.get$feesAndLimitsMap().$indexSet(0, this.gatewayTypeId, this.settings.rebuild$1(new V._CompanyGatewayEditState_build___closure(this.value))); return b; }, - $signature: 45 + $signature: 44 }; V._CompanyGatewayEditState_build___closure.prototype = { call$1: function(b) { b.get$_company_gateway_model$_$this()._company_gateway_model$_isEnabled = this.value; return b; }, - $signature: 176 + $signature: 177 }; V._CompanyGatewayEditState_build_closure7.prototype = { call$1: function(value) { @@ -374954,7 +373266,7 @@ b.get$_company_gateway_model$_$this()._requireClientName = this.value; return b; }, - $signature: 45 + $signature: 44 }; V._CompanyGatewayEditState_build_closure8.prototype = { call$1: function(value) { @@ -374967,7 +373279,7 @@ b.get$_company_gateway_model$_$this()._requireClientPhone = this.value; return b; }, - $signature: 45 + $signature: 44 }; V._CompanyGatewayEditState_build_closure9.prototype = { call$1: function(value) { @@ -374980,7 +373292,7 @@ b.get$_company_gateway_model$_$this()._requireContactName = this.value; return b; }, - $signature: 45 + $signature: 44 }; V._CompanyGatewayEditState_build_closure10.prototype = { call$1: function(value) { @@ -374993,7 +373305,7 @@ b.get$_company_gateway_model$_$this()._requireContactEmail = this.value; return b; }, - $signature: 45 + $signature: 44 }; V._CompanyGatewayEditState_build_closure11.prototype = { call$1: function(value) { @@ -375006,7 +373318,7 @@ b.get$_company_gateway_model$_$this()._requirePostalCode = this.value; return b; }, - $signature: 45 + $signature: 44 }; V._CompanyGatewayEditState_build_closure12.prototype = { call$1: function(value) { @@ -375019,7 +373331,7 @@ b.get$_company_gateway_model$_$this()._requireCvv = this.value; return b; }, - $signature: 45 + $signature: 44 }; V._CompanyGatewayEditState_build_closure13.prototype = { call$1: function(value) { @@ -375032,7 +373344,7 @@ b.get$_company_gateway_model$_$this()._requireBillingAddress = this.value; return b; }, - $signature: 45 + $signature: 44 }; V._CompanyGatewayEditState_build_closure14.prototype = { call$1: function(value) { @@ -375045,7 +373357,7 @@ b.get$_company_gateway_model$_$this()._requireShippingAddress = this.value; return b; }, - $signature: 45 + $signature: 44 }; V._CompanyGatewayEditState_build_closure15.prototype = { call$1: function(value) { @@ -375058,7 +373370,7 @@ b.get$_company_gateway_model$_$this()._updateDetails = this.value; return b; }, - $signature: 45 + $signature: 44 }; V._CompanyGatewayEditState_build_closure17.prototype = { call$1: function(gatewayTypeId) { @@ -375068,7 +373380,7 @@ t1 = ""; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(t1), _null, _null, _null, _null, _null, _null, _null, _null, _null), gatewayTypeId, type$.legacy_String); }, - $signature: 36 + $signature: 35 }; V._CompanyGatewayEditState_build_closure16.prototype = { call$1: function(value) { @@ -375134,7 +373446,7 @@ t2 = this.gateway; return new V.GatewayConfigField(t2, field, J.$index$asx(t1.companyGateway.get$parsedConfig(), field), J.$index$asx(t2.get$parsedFields(), field), new V.GatewayConfigSettings_build__closure(t1, field), null); }, - $signature: 2164 + $signature: 2162 }; V.GatewayConfigSettings_build__closure.prototype = { call$1: function(value) { @@ -375246,7 +373558,7 @@ t1 = J.trim$0$s(value); return K.DropdownMenuItem$(L.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), t1, type$.legacy_String); }, - $signature: 36 + $signature: 35 }; V._GatewayConfigFieldState_build_closure1.prototype = { call$1: function(value) { @@ -375264,7 +373576,7 @@ call$1: function(value) { return this.$this._company_gateway_edit$_onChanged$0(); }, - $signature: 60 + $signature: 59 }; V.LimitEditor.prototype = { createState$0: function() { @@ -375378,14 +373690,14 @@ b.get$_company_gateway_model$_$this()._maxLimit = t1; return b; }, - $signature: 176 + $signature: 177 }; V._LimitEditorState__onChanged_closure0.prototype = { call$1: function(b) { b.get$feesAndLimitsMap().$indexSet(0, this.$this._widget.gatewayTypeId, this.updatedSettings); return b; }, - $signature: 45 + $signature: 44 }; V._LimitEditorState__onTextChange_closure.prototype = { call$0: function() { @@ -375398,7 +373710,7 @@ var t1 = this.$this; t1.setState$1(new V._LimitEditorState_build__closure0(t1, value)); }, - $signature: 20 + $signature: 21 }; V._LimitEditorState_build__closure0.prototype = { call$0: function() { @@ -375416,7 +373728,7 @@ var t1 = this.$this; t1.setState$1(new V._LimitEditorState_build__closure(t1, value)); }, - $signature: 20 + $signature: 21 }; V._LimitEditorState_build__closure.prototype = { call$0: function() { @@ -375531,7 +373843,7 @@ b.get$_company_gateway_model$_$this()._feeCap = this.cap; return b; }, - $signature: 176 + $signature: 177 }; V._FeesEditorState__onChanged_closure0.prototype = { call$0: function() { @@ -375545,7 +373857,7 @@ b.get$feesAndLimitsMap().$indexSet(0, this.$this._widget.gatewayTypeId, this.updatedSettings); return b; }, - $signature: 45 + $signature: 44 }; V._FeesEditorState_build_closure.prototype = { call$1: function(taxRate) { @@ -375559,7 +373871,7 @@ b.get$feesAndLimitsMap().$indexSet(0, this.$this._widget.gatewayTypeId, this.settings.rebuild$1(new V._FeesEditorState_build___closure2(this.taxRate))); return b; }, - $signature: 45 + $signature: 44 }; V._FeesEditorState_build___closure2.prototype = { call$1: function(b) { @@ -375570,7 +373882,7 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_taxName1 = t1; return b; }, - $signature: 176 + $signature: 177 }; V._FeesEditorState_build_closure0.prototype = { call$1: function(taxRate) { @@ -375584,7 +373896,7 @@ b.get$feesAndLimitsMap().$indexSet(0, this.$this._widget.gatewayTypeId, this.settings.rebuild$1(new V._FeesEditorState_build___closure1(this.taxRate))); return b; }, - $signature: 45 + $signature: 44 }; V._FeesEditorState_build___closure1.prototype = { call$1: function(b) { @@ -375595,7 +373907,7 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_taxName2 = t1; return b; }, - $signature: 176 + $signature: 177 }; V._FeesEditorState_build_closure1.prototype = { call$1: function(taxRate) { @@ -375609,7 +373921,7 @@ b.get$feesAndLimitsMap().$indexSet(0, this.$this._widget.gatewayTypeId, this.settings.rebuild$1(new V._FeesEditorState_build___closure0(this.taxRate))); return b; }, - $signature: 45 + $signature: 44 }; V._FeesEditorState_build___closure0.prototype = { call$1: function(b) { @@ -375620,7 +373932,7 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_taxName3 = t1; return b; }, - $signature: 176 + $signature: 177 }; V._FeesEditorState_build_closure2.prototype = { call$1: function(value) { @@ -375634,14 +373946,14 @@ b.get$feesAndLimitsMap().$indexSet(0, this.$this._widget.gatewayTypeId, this.settings.rebuild$1(new V._FeesEditorState_build___closure(this.value))); return b; }, - $signature: 45 + $signature: 44 }; V._FeesEditorState_build___closure.prototype = { call$1: function(b) { b.get$_company_gateway_model$_$this()._adjustFeePercent = this.value; return b; }, - $signature: 176 + $signature: 177 }; V.__CompanyGatewayEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -375668,13 +373980,13 @@ call$1: function(store) { return L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore(store); }, - $signature: 2166 + $signature: 2164 }; L.CompanyGatewayEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new V.CompanyGatewayEdit(viewModel, new D.ValueKey(viewModel.companyGateway.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2167 + $signature: 2165 }; L.CompanyGatewayEditVM.prototype = { get$companyGateway: function() { @@ -375688,7 +374000,7 @@ call$1: function(companyGateway) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.UpdateCompanyGateway(companyGateway)); }, - $signature: 242 + $signature: 293 }; L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -375752,7 +374064,7 @@ } else M.viewEntityById(false, savedCompanyGateway.id, C.EntityType_companyGateway, null, true, true); }, - $signature: 242 + $signature: 293 }; L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure0.prototype = { call$1: function(error) { @@ -375766,7 +374078,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure2.prototype = { call$1: function(gatewayId) { @@ -375796,7 +374108,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 309 + $signature: 271 }; L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure.prototype = { call$1: function(response) { @@ -376048,13 +374360,13 @@ call$1: function(store) { return A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore(store); }, - $signature: 2168 + $signature: 2166 }; A.CompanyGatewayViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new G.CompanyGatewayView(vm, this.$this.isFilter, null); }, - $signature: 2169 + $signature: 2167 }; A.CompanyGatewayViewVM.prototype = { get$companyGateway: function() { @@ -376126,7 +374438,7 @@ t5 = J.getInterceptor$asx(t4); return E.AlertDialog$(H.setRuntimeTypeInfo([U.TextButton$(false, L.Text$(t1.get$close(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_____closure(context), _null)], t3), C.EdgeInsets_0_0_0_0, _null, T.Column$(H.setRuntimeTypeInfo([T.Row$(H.setRuntimeTypeInfo([T.SizedBox$(L.Text$("Stripe", _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, 120), T.SizedBox$(L.Text$(H.S(t5.$index(t4, "stripe_customer_count")), _null, _null, _null, _null, _null, _null, C.TextAlign_5, _null, _null), _null, 100)], t3), C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null), T.SizedBox$(_null, 8, _null), T.Row$(H.setRuntimeTypeInfo([T.SizedBox$(L.Text$("Invoice Ninja", _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, 120), T.SizedBox$(L.Text$(H.S(J.get$length$asx(type$.legacy_Iterable_dynamic._as(t5.$index(t4, "stripe_customers")))), _null, _null, _null, _null, _null, _null, C.TextAlign_5, _null, _null), _null, 100)], t3), C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null)], t3), C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_0, C.VerticalDirection_1), C.EdgeInsets_24_20_24_24, _null, _null, t2); }, - $signature: 163 + $signature: 158 }; A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_____closure.prototype = { call$0: function() { @@ -376204,7 +374516,7 @@ J.$index$asx(store.get$_dispatchers(), 0).call$1(new E.LoadClient(null, t1)); } }, - $signature: 403 + $signature: 460 }; S.CreditEmailScreen_build_closure0.prototype = { call$1: function(store) { @@ -376215,13 +374527,13 @@ t1 = t1.selectedCompanyIndex; return S.EmailCreditVM_EmailCreditVM$fromStore(store, J.$index$asx(J.$index$asx(t2._list, t1).creditState.map._map$_map, creditId)); }, - $signature: 2171 + $signature: 2169 }; S.CreditEmailScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new E.InvoiceEmailView(viewModel, null); }, - $signature: 2172 + $signature: 2170 }; S.EmailCreditVM.prototype = {}; S.EmailCreditVM_EmailCreditVM$fromStore_closure.prototype = { @@ -376238,7 +374550,7 @@ completer.future.then$1$1(0, new S.EmailCreditVM_EmailCreditVM$fromStore__closure(this.credit), t1); J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.EmailCreditRequest(completer, this.credit.id, template, subject, body)); }, - $signature: 408 + $signature: 349 }; S.EmailCreditVM_EmailCreditVM$fromStore__closure.prototype = { call$1: function(value) { @@ -376344,7 +374656,7 @@ } return t1; }, - $signature: 100 + $signature: 97 }; K.CreditListItem_build__closure2.prototype = { call$0: function() { @@ -376371,7 +374683,7 @@ M.handleEntitiesActions(H.setRuntimeTypeInfo([this.$this.credit], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 59 + $signature: 58 }; K.CreditListItem_build__closure5.prototype = { call$0: function() { @@ -376407,7 +374719,7 @@ t4 = viewModel.tableColumns; return S.EntityList$(t3, C.EntityType_credit, new U.CreditListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new K.CreditPresenter(), t2, t4); }, - $signature: 2174 + $signature: 2172 }; U.CreditListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -376433,7 +374745,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2175 + $signature: 2173 }; U.CreditListVM.prototype = {}; U.CreditListVM_fromStore__handleRefresh.prototype = { @@ -376484,13 +374796,13 @@ t1 = t1.selectedCompanyIndex; return new U.CreditPdfVM(state, J.$index$asx(t2._list, t1).creditState.$get$1(0, invoiceId), creditUIState.historyActivityId); }, - $signature: 2176 + $signature: 2174 }; U.CreditPdfScreen_build_closure.prototype = { call$2: function(context, vm) { return new E.InvoicePdfView(vm, this.$this.showAppBar, new D.ValueKey("__credit_pdf_" + vm.invoice.id + "__", type$.ValueKey_legacy_String)); }, - $signature: 2177 + $signature: 2175 }; U.CreditPdfVM.prototype = {}; K.CreditPresenter.prototype = { @@ -376628,7 +374940,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.FilterCreditsByState(state)); }, - $signature: 53 + $signature: 49 }; A.CreditScreen_build_closure.prototype = { call$0: function() { @@ -376684,7 +374996,7 @@ call$2: function(context, vm) { return new A.CreditScreen(vm, null); }, - $signature: 2178 + $signature: 2176 }; R.CreditScreenVM.prototype = {}; M.CreditEdit.prototype = { @@ -376748,7 +375060,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 48 }; M._CreditEditState_build_closure2.prototype = { call$1: function(context) { @@ -376762,7 +375074,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 59 + $signature: 58 }; M._CreditEditState_build_closure.prototype = { call$0: function() { @@ -376782,7 +375094,7 @@ t4 = t2.$ti._eval$1("MappedIterable<1,BaseEntity*>"); return new D.InvoiceItemSelector(new M._CreditEditState_build___closure0(_this.$this, t3, _this.isFullscreen), t1.clientId, P.List_List$of(new H.MappedIterable(t2, new M._CreditEditState_build___closure1(t3), t4), true, t4._eval$1("Iterable.E")), false, null); }, - $signature: 263 + $signature: 314 }; M._CreditEditState_build___closure.prototype = { call$1: function(item) { @@ -376808,7 +375120,7 @@ } return t1; }, - $signature: 262 + $signature: 280 }; M._CreditEditState_build___closure0.prototype = { call$2: function(items, clientId) { @@ -376819,7 +375131,7 @@ call$1: function(items) { return this.call$2(items, null); }, - $signature: 261 + $signature: 268 }; M.__CreditEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -376846,7 +375158,7 @@ call$1: function(store) { return T.CreditEditDetailsVM_CreditEditDetailsVM$fromStore(store); }, - $signature: 2182 + $signature: 2180 }; T.CreditEditDetailsScreen_build_closure.prototype = { call$2: function(context, viewModel) { @@ -376855,14 +375167,14 @@ else return new N.InvoiceEditDetails(viewModel, C.EntityType_credit, null); }, - $signature: 2183 + $signature: 2181 }; T.CreditEditDetailsVM.prototype = {}; T.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure.prototype = { call$1: function(credit) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.UpdateCredit(credit)); }, - $signature: 157 + $signature: 141 }; T.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure0.prototype = { call$3: function(context, credit, client) { @@ -376873,7 +375185,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 257 + $signature: 261 }; T.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure1.prototype = { call$2: function(context, completer) { @@ -376888,7 +375200,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 138 + $signature: 126 }; T.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure.prototype = { call$1: function(_) { @@ -376912,7 +375224,7 @@ call$1: function(store) { return R.CreditEditItemsVM_CreditEditItemsVM$fromStore(store, this.$this.isTasks); }, - $signature: 2187 + $signature: 2185 }; R.CreditEditItemsScreen_build_closure.prototype = { call$2: function(context, viewModel) { @@ -376923,14 +375235,14 @@ else return new G.InvoiceEditItems(viewModel, t2, null); }, - $signature: 2188 + $signature: 2186 }; R.CreditEditItemsVM.prototype = {}; R.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure.prototype = { call$1: function(index) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.DeleteCreditItem(index)); }, - $signature: 106 + $signature: 104 }; R.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure0.prototype = { call$0: function() { @@ -376962,7 +375274,7 @@ call$2: function(oldIndex, newIndex) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.MoveCreditItem(oldIndex, newIndex)); }, - $signature: 123 + $signature: 135 }; G.CreditEditNotesScreen.prototype = { build$1: function(_, context) { @@ -376974,20 +375286,20 @@ call$1: function(store) { return G.CreditEditNotesVM_CreditEditNotesVM$fromStore(store); }, - $signature: 2190 + $signature: 2188 }; G.CreditEditNotesScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new Z.InvoiceEditNotes(viewModel, null); }, - $signature: 2191 + $signature: 2189 }; G.CreditEditNotesVM.prototype = {}; G.CreditEditNotesVM_CreditEditNotesVM$fromStore_closure.prototype = { call$1: function(credit) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.UpdateCredit(credit)); }, - $signature: 157 + $signature: 141 }; U.CreditEditPDFScreen.prototype = { build$1: function(_, context) { @@ -377004,13 +375316,13 @@ t1 = t1.selectedCompanyIndex; return new U.CreditEditPDFVM(state, J.$index$asx(t2._list, t1).userCompany.company, invoice); }, - $signature: 2192 + $signature: 2190 }; U.CreditEditPDFScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new A.InvoiceEditPDF(viewModel, null); }, - $signature: 2193 + $signature: 2191 }; U.CreditEditPDFVM.prototype = {}; X.CreditEditScreen.prototype = { @@ -377023,13 +375335,13 @@ call$1: function(store) { return X.CreditEditVM_CreditEditVM$fromStore(store); }, - $signature: 2194 + $signature: 2192 }; X.CreditEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new M.CreditEdit(viewModel, new D.ValueKey(viewModel.invoice.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2195 + $signature: 2193 }; X.CreditEditVM.prototype = {}; X.CreditEditVM_CreditEditVM$fromStore_closure.prototype = { @@ -377044,7 +375356,7 @@ call$1: function(context) { return this.call$2(context, null); }, - $signature: 184 + $signature: 187 }; X.CreditEditVM_CreditEditVM$fromStore__closure.prototype = { call$0: function() { @@ -377080,7 +375392,7 @@ call$1: function(context) { return new M.ErrorDialog(this.localization.get$pleaseSelectAClient(), false, null); }, - $signature: 21 + $signature: 20 }; X.CreditEditVM_CreditEditVM$fromStore___closure0.prototype = { call$1: function(savedCredit) { @@ -377116,7 +375428,7 @@ if (C.JSArray_methods.contains$1(H.setRuntimeTypeInfo([C.EntityAction_emailCredit, C.EntityAction_viewPdf], type$.JSArray_legacy_EntityAction), t1)) M.handleEntitiesActions(H.setRuntimeTypeInfo([savedCredit], type$.JSArray_legacy_BaseEntity), t1, false); }, - $signature: 71 + $signature: 66 }; X.CreditEditVM_CreditEditVM$fromStore___closure1.prototype = { call$1: function(error) { @@ -377130,7 +375442,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; X.CreditEditVM_CreditEditVM$fromStore_closure0.prototype = { call$2: function(items, clientId) { @@ -377141,7 +375453,7 @@ } J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.AddCreditItems(items)); }, - $signature: 254 + $signature: 273 }; X.CreditEditVM_CreditEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -377167,13 +375479,13 @@ call$1: function(store) { return M.CreditViewVM_CreditViewVM$fromStore(store); }, - $signature: 2198 + $signature: 2196 }; M.CreditViewScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new E.InvoiceView(viewModel, this.$this.isFilter, viewModel.state.uiState.creditUIState.tabIndex, null); }, - $signature: 2199 + $signature: 2197 }; M.CreditViewVM.prototype = {}; M.CreditViewVM_CreditViewVM$fromStore__handleRefresh.prototype = { @@ -377195,7 +375507,7 @@ $defaultValues: function() { return [null]; }, - $signature: 253 + $signature: 302 }; M.CreditViewVM_CreditViewVM$fromStore_closure0.prototype = { call$1: function(context) { @@ -377229,7 +375541,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; M.CreditViewVM_CreditViewVM$fromStore_closure2.prototype = { call$4: function(context, $document, password, idToken) { @@ -377242,13 +375554,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 95 + $signature: 89 }; M.CreditViewVM_CreditViewVM$fromStore__closure.prototype = { call$1: function(value) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.LoadCredit(null, this.credit.id)); }, - $signature: 93 + $signature: 94 }; M.CreditViewVM_CreditViewVM$fromStore_closure3.prototype = { call$3: function(context, credit, activityId) { @@ -377262,7 +375574,7 @@ $defaultValues: function() { return [null]; }, - $signature: 252 + $signature: 259 }; A.DashboardActivity.prototype = { build$1: function(_, context) { @@ -377278,7 +375590,7 @@ call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 66 + $signature: 64 }; A.DashboardActivity_build_closure.prototype = { call$2: function(context, index) { @@ -377286,7 +375598,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 280 + $signature: 306 }; U.DashboardChart.prototype = { createState$0: function() { @@ -377346,7 +375658,7 @@ call$1: function(datumPair) { return datumPair.series.id === "current"; }, - $signature: 2203 + $signature: 2201 }; U._DashboardChartState__onSelectionChanged_closure0.prototype = { call$1: function(datumPair) { @@ -377356,7 +375668,7 @@ t1.total = t2 + t3.get$amount(); this.measures.$indexSet(0, datumPair.series.displayName, t3.get$amount()); }, - $signature: 2204 + $signature: 2202 }; U._DashboardChartState__onSelectionChanged_closure1.prototype = { call$0: function() { @@ -377429,7 +375741,7 @@ t5 = T.SizedBox$(_null, _null, _null); return R.InkWell$(false, _null, true, M.Container$(_null, T.Column$(H.setRuntimeTypeInfo([t6, t3, t7, t4, t5], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_0, _null, C.MainAxisAlignment_0, C.MainAxisSize_1, C.VerticalDirection_1), C.Clip_0, t2, _null, _null, _null, _null, _null, _null, new V.EdgeInsets(16, 16, 32, 16), _null, _null, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new U._DashboardChartState_build__closure(t1, index), _null, _null, _null, _null, _null); }, - $signature: 2205 + $signature: 2203 }; U._DashboardChartState_build__closure.prototype = { call$0: function() { @@ -377526,27 +375838,27 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(J.toString$0$(dateRange)), _null, _null, _null, _null, _null, _null, _null, _null, _null), dateRange, type$.legacy_DateRange); }, - $signature: 564 + $signature: 629 }; E._DashboardDateRangePickerState_build_closure0.prototype = { call$1: function(dateRange) { var t1 = this.$this; t1.setState$1(new E._DashboardDateRangePickerState_build__closure2(t1, dateRange)); }, - $signature: 566 + $signature: 630 }; E._DashboardDateRangePickerState_build__closure2.prototype = { call$0: function() { return this.$this._dashboard_date_range_picker$_settings.dateRange = this.dateRange; }, - $signature: 2208 + $signature: 3310 }; E._DashboardDateRangePickerState_build_closure1.prototype = { call$1: function(value) { var t1 = this.$this; t1.setState$1(new E._DashboardDateRangePickerState_build__closure1(t1, value)); }, - $signature: 20 + $signature: 21 }; E._DashboardDateRangePickerState_build__closure1.prototype = { call$0: function() { @@ -377571,20 +375883,20 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(J.toString$0$(dateRange)), _null, _null, _null, _null, _null, _null, _null, _null, _null), dateRange, type$.legacy_DateRangeComparison); }, - $signature: 2209 + $signature: 2207 }; E._DashboardDateRangePickerState_build_closure5.prototype = { call$1: function(dateRange) { var t1 = this.$this; t1.setState$1(new E._DashboardDateRangePickerState_build__closure0(t1, dateRange)); }, - $signature: 2210 + $signature: 2208 }; E._DashboardDateRangePickerState_build__closure0.prototype = { call$0: function() { return this.$this._dashboard_date_range_picker$_settings.compareDateRange = this.dateRange; }, - $signature: 2211 + $signature: 2209 }; E._DashboardDateRangePickerState_build_closure6.prototype = { call$1: function(date) { @@ -377615,7 +375927,7 @@ call$1: function(context) { return new M.ErrorDialog("Date range is not valid", false, null); }, - $signature: 21 + $signature: 20 }; Y.DashboardPanels.prototype = { _showDateOptions$1: function(context) { @@ -377735,7 +376047,7 @@ var t1 = this.$this.viewModel; return new E.DashboardDateRangePicker(t1.dashboardUIState, t1.onSettingsChanged, null); }, - $signature: 2212 + $signature: 2210 }; Y.DashboardPanels__header_closure.prototype = { call$2: function(context, constraints) { @@ -377791,7 +376103,7 @@ } return M.Material$(C.Duration_200000, true, _null, new T.Padding(C.EdgeInsets_16_8_16_2, T.Row$(t11, C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null), _null), C.Clip_0, t8, 6, _null, _null, _null, _null, C.MaterialType_0); }, - $signature: 2213 + $signature: 2211 }; Y.DashboardPanels__header__closure.prototype = { call$1: function(value) { @@ -377805,7 +376117,7 @@ if (t1) K.Navigator_of(_this.context, false).pop$1(0, null); }, - $signature: 20 + $signature: 21 }; Y.DashboardPanels__header__closure0.prototype = { call$1: function(currencyId) { @@ -377818,7 +376130,7 @@ } return K.DropdownMenuItem$(L.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), currencyId, type$.legacy_String); }, - $signature: 36 + $signature: 35 }; Y.DashboardPanels__header__closure1.prototype = { call$1: function(currencyId) { @@ -377855,7 +376167,7 @@ var t1 = $.$get$_$values()._set$_set.map$1$1(0, new Y.DashboardPanels__header___closure1(this.localization), type$.legacy_PopupMenuItem_legacy_DateRange); return P.List_List$of(t1, true, H._instanceType(t1)._eval$1("Iterable.E")); }, - $signature: 2214 + $signature: 2212 }; Y.DashboardPanels__header___closure1.prototype = { call$1: function(dateRange) { @@ -377863,7 +376175,7 @@ t1 = this.localization; return Z.PopupMenuItem$(L.Text$(dateRange === C.DateRange_custom ? t1.get$more() + "..." : t1.lookup$1(J.toString$0$(dateRange)), _null, _null, _null, _null, _null, _null, _null, _null, _null), dateRange, type$.legacy_DateRange); }, - $signature: 2215 + $signature: 2213 }; Y.DashboardPanels__header__closure5.prototype = { call$1: function(dateRange) { @@ -377876,13 +376188,13 @@ t1.viewModel.onSettingsChanged.call$1(settings); } }, - $signature: 566 + $signature: 630 }; Y.DashboardPanels__header___closure0.prototype = { call$1: function(duration) { this.$this._showDateOptions$1(this.context); }, - $signature: 42 + $signature: 41 }; Y.DashboardPanels__header__closure6.prototype = { call$0: function() { @@ -377912,7 +376224,7 @@ } return E.AlertDialog$(t5, C.EdgeInsets_0_0_0_0, _null, T.Column$(t6, C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_0, C.VerticalDirection_1), C.EdgeInsets_24_20_24_24, new D.ValueKey(t3, type$.ValueKey_legacy_String), _null, t2); }, - $signature: 163 + $signature: 158 }; Y.DashboardPanels__header____closure.prototype = { call$0: function() { @@ -377934,13 +376246,13 @@ b.get$_dashboard_state$_$this()._offset = t1 + 1; return b; }, - $signature: 130 + $signature: 133 }; Y.DashboardPanels__paymentChart_closure0.prototype = { call$2: function(index, date) { return this.onDateSelected.call$1(J.$index$asx(this.currentData, index).entityMap.$index(0, date)); }, - $signature: 76 + $signature: 79 }; Y.DashboardPanels__quoteChart_closure.prototype = { call$1: function(b) { @@ -377948,13 +376260,13 @@ b.get$_dashboard_state$_$this()._offset = t1 + 1; return b; }, - $signature: 130 + $signature: 133 }; Y.DashboardPanels__quoteChart_closure0.prototype = { call$2: function(index, date) { return this.onDateSelected.call$1(J.$index$asx(this.currentData, index).entityMap.$index(0, date)); }, - $signature: 76 + $signature: 79 }; Y.DashboardPanels__taskChart_closure.prototype = { call$1: function(b) { @@ -377962,13 +376274,13 @@ b.get$_dashboard_state$_$this()._offset = t1 + 1; return b; }, - $signature: 130 + $signature: 133 }; Y.DashboardPanels__taskChart_closure0.prototype = { call$2: function(index, date) { return this.onDateSelected.call$1(J.$index$asx(this.currentData, index).entityMap.$index(0, date)); }, - $signature: 76 + $signature: 79 }; Y.DashboardPanels__expenseChart_closure.prototype = { call$1: function(b) { @@ -377976,43 +376288,43 @@ b.get$_dashboard_state$_$this()._offset = t1 + 1; return b; }, - $signature: 130 + $signature: 133 }; Y.DashboardPanels__expenseChart_closure0.prototype = { call$2: function(index, date) { return this.onDateSelected.call$1(J.$index$asx(this.currentData, index).entityMap.$index(0, date)); }, - $signature: 76 + $signature: 79 }; Y.DashboardPanels_build_closure.prototype = { call$1: function(entityIds) { return this.$this.viewModel.onSelectionChanged.call$2(C.EntityType_invoice, entityIds); }, - $signature: 209 + $signature: 194 }; Y.DashboardPanels_build_closure0.prototype = { call$1: function(entityIds) { return this.$this.viewModel.onSelectionChanged.call$2(C.EntityType_payment, entityIds); }, - $signature: 209 + $signature: 194 }; Y.DashboardPanels_build_closure1.prototype = { call$1: function(entityIds) { return this.$this.viewModel.onSelectionChanged.call$2(C.EntityType_quote, entityIds); }, - $signature: 209 + $signature: 194 }; Y.DashboardPanels_build_closure2.prototype = { call$1: function(entityIds) { return this.$this.viewModel.onSelectionChanged.call$2(C.EntityType_task, entityIds); }, - $signature: 209 + $signature: 194 }; Y.DashboardPanels_build_closure3.prototype = { call$1: function(entityIds) { return this.$this.viewModel.onSelectionChanged.call$2(C.EntityType_expense, entityIds); }, - $signature: 209 + $signature: 194 }; Y._DashboardPanel.prototype = { createState$0: function() { @@ -378080,43 +376392,43 @@ t1.push(F.Series_Series(new Y.__DashboardPanelState_build__closure2(), previous, t2, new Y.__DashboardPanelState_build__closure3(), _s8_, new Y.__DashboardPanelState_build__closure4(), t5, t6)); } }, - $signature: 2217 + $signature: 2215 }; Y.__DashboardPanelState_build__closure0.prototype = { call$2: function(chartData, _) { return chartData.date; }, - $signature: 567 + $signature: 632 }; Y.__DashboardPanelState_build__closure1.prototype = { call$2: function(chartData, _) { return chartData.amount; }, - $signature: 568 + $signature: 633 }; Y.__DashboardPanelState_build__closure.prototype = { call$2: function(chartData, _) { return K.ColorUtil_fromDartColor(this.state.get$accentColor()); }, - $signature: 569 + $signature: 634 }; Y.__DashboardPanelState_build__closure3.prototype = { call$2: function(chartData, _) { return chartData.date; }, - $signature: 567 + $signature: 632 }; Y.__DashboardPanelState_build__closure4.prototype = { call$2: function(chartData, _) { return chartData.amount; }, - $signature: 568 + $signature: 633 }; Y.__DashboardPanelState_build__closure2.prototype = { call$2: function(chartData, _) { return C.Color_ePM; }, - $signature: 569 + $signature: 634 }; Y._InvoiceChart.prototype = { build$1: function(_, context) { @@ -378142,13 +376454,13 @@ b.get$_dashboard_state$_$this()._offset = t1 + 1; return b; }, - $signature: 130 + $signature: 133 }; Y._InvoiceChart_build_closure0.prototype = { call$2: function(index, date) { return this.$this.onDateSelected.call$1(J.$index$asx(this.currentData, index).entityMap.$index(0, date)); }, - $signature: 76 + $signature: 79 }; F.DashboardScreen.prototype = { createState$0: function() { @@ -378301,7 +376613,7 @@ if (this.company.isModuleEnabled$1(entityType)) this.$this._tabs.push(entityType); }, - $signature: 197 + $signature: 189 }; F._DashboardScreenState_initState_closure0.prototype = { call$1: function(duration) { @@ -378309,7 +376621,7 @@ t1.toString; E.showDialog(false, new F._DashboardScreenState_initState__closure(this.state), t1, null, true, type$.void); }, - $signature: 42 + $signature: 41 }; F._DashboardScreenState_initState__closure.prototype = { call$1: function(context) { @@ -378317,7 +376629,7 @@ t2 = t1.uiState.selectedCompanyIndex; return new X.SettingsWizard(J.$index$asx(t1.userCompanyStates._list, t2).userCompany.user, null); }, - $signature: 2221 + $signature: 2219 }; F._DashboardScreenState_build_closure.prototype = { call$1: function(context) { @@ -378325,7 +376637,7 @@ t1 = this.localization.get$menuSidebar(); return R.InkWell$(false, _null, true, B.IconButton$(C.Alignment_0_0, _null, _null, true, L.Icon$(C.IconData_58332_MaterialIcons_null_false, _null, _null), 24, new F._DashboardScreenState_build__closure0(context), C.EdgeInsets_8_8_8_8, t1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 341 + $signature: 412 }; F._DashboardScreenState_build__closure0.prototype = { call$0: function() { @@ -378348,7 +376660,7 @@ t1 = t1.get$history(t1); return B.IconButton$(C.Alignment_0_0, _null, _null, true, L.Icon$(C.IconData_58132_MaterialIcons_null_false, _null, _null), 24, new F._DashboardScreenState_build__closure(context, this.state, this.store), C.EdgeInsets_4_0_20_0, t1, _null); }, - $signature: 327 + $signature: 298 }; F._DashboardScreenState_build__closure.prototype = { call$0: function() { @@ -378435,7 +376747,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 572 + $signature: 635 }; F._CustomTabBarView_build__closure.prototype = { call$0: function() { @@ -378492,7 +376804,7 @@ return new B.ConfirmEmailBuilder(null); return new F.DashboardScreen(viewModel, new D.ValueKey("__" + company.id + "_" + company.enabledModules + "_" + (state.prefState.appLayout === C.AppLayout_desktop) + "__", type$.ValueKey_legacy_String)); }, - $signature: 2223 + $signature: 2221 }; Q.DashboardVM.prototype = {}; Q.DashboardVM_fromStore__handleRefresh.prototype = { @@ -378519,13 +376831,13 @@ return; J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new G.UpdateDashboardEntityType(entityType)); }, - $signature: 197 + $signature: 189 }; Q.DashboardVM_fromStore_closure0.prototype = { call$1: function(settings) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new G.UpdateDashboardSettings(settings, null, null, null)); }, - $signature: 2224 + $signature: 2222 }; Q.DashboardVM_fromStore_closure5.prototype = { call$1: function(value) { @@ -378539,13 +376851,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2225 + $signature: 2223 }; Q.DashboardVM_fromStore_closure3.prototype = { call$1: function(offset) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new G.UpdateDashboardSettings(null, offset, null, null)); }, - $signature: 174 + $signature: 170 }; Q.DashboardVM_fromStore_closure4.prototype = { call$1: function(currencyId) { @@ -378656,13 +376968,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 430 + $signature: 444 }; S.InvoiceSidebar_build_closure0.prototype = { call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 66 + $signature: 64 }; S.InvoiceSidebar_build_closure1.prototype = { call$2: function(context, index) { @@ -378670,13 +376982,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 430 + $signature: 444 }; S.InvoiceSidebar_build_closure2.prototype = { call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 66 + $signature: 64 }; S.InvoiceSidebar_build_closure3.prototype = { call$2: function(context, index) { @@ -378690,13 +377002,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 154 + $signature: 146 }; S.InvoiceSidebar_build_closure4.prototype = { call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 66 + $signature: 64 }; S.PaymentSidebar.prototype = { build$1: function(_, context) { @@ -378741,13 +377053,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 575 + $signature: 637 }; S.PaymentSidebar_build_closure0.prototype = { call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 66 + $signature: 64 }; S.PaymentSidebar_build_closure1.prototype = { call$2: function(context, index) { @@ -378761,13 +377073,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 154 + $signature: 146 }; S.PaymentSidebar_build_closure2.prototype = { call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 66 + $signature: 64 }; S.QuoteSidebar.prototype = { build$1: function(_, context) { @@ -378819,13 +377131,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 439 + $signature: 374 }; S.QuoteSidebar_build_closure0.prototype = { call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 66 + $signature: 64 }; S.QuoteSidebar_build_closure1.prototype = { call$2: function(context, index) { @@ -378833,13 +377145,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 439 + $signature: 374 }; S.QuoteSidebar_build_closure2.prototype = { call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 66 + $signature: 64 }; S.QuoteSidebar_build_closure3.prototype = { call$2: function(context, index) { @@ -378853,13 +377165,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 154 + $signature: 146 }; S.QuoteSidebar_build_closure4.prototype = { call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 66 + $signature: 64 }; S.TaskSidebar.prototype = { build$1: function(_, context) { @@ -378911,13 +377223,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 248 + $signature: 244 }; S.TaskSidebar_build_closure0.prototype = { call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 66 + $signature: 64 }; S.TaskSidebar_build_closure1.prototype = { call$2: function(context, index) { @@ -378925,13 +377237,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 248 + $signature: 244 }; S.TaskSidebar_build_closure2.prototype = { call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 66 + $signature: 64 }; S.TaskSidebar_build_closure3.prototype = { call$2: function(context, index) { @@ -378945,13 +377257,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 154 + $signature: 146 }; S.TaskSidebar_build_closure4.prototype = { call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 66 + $signature: 64 }; S.ExpenseSidbar.prototype = { build$1: function(_, context) { @@ -378996,13 +377308,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 443 + $signature: 399 }; S.ExpenseSidbar_build_closure0.prototype = { call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 66 + $signature: 64 }; S.ExpenseSidbar_build_closure1.prototype = { call$2: function(context, index) { @@ -379016,13 +377328,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 154 + $signature: 146 }; S.ExpenseSidbar_build_closure2.prototype = { call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 66 + $signature: 64 }; S._DashboardSidebar.prototype = { build$1: function(_, context) { @@ -379127,7 +377439,7 @@ t4 = viewModel.tableColumns; return S.EntityList$(t3, C.EntityType_design, new F.DesignListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, null, t2, t4); }, - $signature: 2231 + $signature: 2229 }; F.DesignListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -379145,7 +377457,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2232 + $signature: 2230 }; F.DesignListVM.prototype = {}; F.DesignListVM_fromStore__handleRefresh.prototype = { @@ -379233,7 +377545,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.FilterDesignsByState(state)); }, - $signature: 53 + $signature: 49 }; L.DesignScreen_build_closure.prototype = { call$0: function() { @@ -379292,7 +377604,7 @@ call$2: function(context, vm) { return new L.DesignScreen(vm, null); }, - $signature: 2233 + $signature: 2231 }; G.DesignScreenVM.prototype = {}; N.DesignEdit.prototype = { @@ -379459,7 +377771,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_design_edit$_onChanged()); }, - $signature: 28 + $signature: 27 }; N._DesignEditState_didChangeDependencies_closure0.prototype = { call$1: function(controller) { @@ -379467,14 +377779,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_design_edit$_onChanged()), false); return null; }, - $signature: 28 + $signature: 27 }; N._DesignEditState_dispose_closure.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_design_edit$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 60 }; N._DesignEditState__onChanged_closure.prototype = { call$1: function(b) { @@ -379482,7 +377794,7 @@ b.get$_design_model$_$this()._design_model$_name = t1; return b; }, - $signature: 279 + $signature: 249 }; N._DesignEditState__onChanged_closure0.prototype = { call$0: function() { @@ -379511,7 +377823,7 @@ t1.replace$1(0, A.BuiltMap_BuiltMap(P.LinkedHashMap_LinkedHashMap$_literal(["header", t3, "body", t4, "footer", t5, "product", t6, "task", t7, "includes", J.trim$0$s(t2._includesController._change_notifier$_value.text)], t8, t8), t8, t8)); return b; }, - $signature: 279 + $signature: 249 }; N._DesignEditState__onHtmlChanged_closure.prototype = { call$0: function() { @@ -379531,7 +377843,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_design_edit$_onChanged()); }, - $signature: 28 + $signature: 27 }; N._DesignEditState__loadDesign_closure0.prototype = { call$1: function(controller) { @@ -379539,7 +377851,7 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_design_edit$_onChanged()), false); return null; }, - $signature: 28 + $signature: 27 }; N._DesignEditState__loadPreview_closure.prototype = { call$0: function() { @@ -379570,7 +377882,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2237 + $signature: 2235 }; N._DesignEditState__loadPreview__closure.prototype = { call$0: function() { @@ -379603,7 +377915,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 48 }; N._DesignEditState_build_closure.prototype = { call$1: function(context) { @@ -379617,13 +377929,13 @@ call$1: function(value) { return this.$this._setDraftMode$1(value); }, - $signature: 32 + $signature: 33 }; N._DesignEditState_build_closure1.prototype = { call$1: function(value) { return this.$this._setDraftMode$1(value); }, - $signature: 32 + $signature: 33 }; N.DesignSection.prototype = { build$1: function(_, context) { @@ -379695,7 +378007,7 @@ t1._widget.onLoadDesign$1(value); t1._selectedDesign = value; }, - $signature: 156 + $signature: 151 }; N._DesignSettingsState_build_closure0.prototype = { call$0: function() { @@ -379801,13 +378113,13 @@ call$1: function(store) { return G.DesignEditVM_DesignEditVM$fromStore(store); }, - $signature: 2238 + $signature: 2236 }; G.DesignEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new N.DesignEdit(viewModel, new D.ValueKey(viewModel.design.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2239 + $signature: 2237 }; G.DesignEditVM.prototype = { get$design: function() { @@ -379821,7 +378133,7 @@ call$1: function(design) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.UpdateDesign(design)); }, - $signature: 156 + $signature: 151 }; G.DesignEditVM_DesignEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -379918,7 +378230,7 @@ call$1: function(invoice) { return !invoice.isDeleted && invoice.designId === this.design.id; }, - $signature: 200 + $signature: 199 }; K._DesignViewState_build_closure1.prototype = { call$1: function(quoteId) { @@ -379932,7 +378244,7 @@ call$1: function(quote) { return !quote.isDeleted && quote.designId === this.design.id; }, - $signature: 200 + $signature: 199 }; K._DesignViewState_build_closure3.prototype = { call$1: function(creditId) { @@ -379946,7 +378258,7 @@ call$1: function(credit) { return !credit.isDeleted && credit.designId === this.design.id; }, - $signature: 200 + $signature: 199 }; K._DesignViewState_build_closure5.prototype = { call$1: function(invoiceId) { @@ -379960,7 +378272,7 @@ call$1: function(invoice) { return !invoice.isDeleted && invoice.designId === this.design.id; }, - $signature: 200 + $signature: 199 }; K._DesignViewState_build_closure7.prototype = { call$0: function() { @@ -379978,13 +378290,13 @@ call$1: function(store) { return B.DesignViewVM_DesignViewVM$fromStore(store); }, - $signature: 2240 + $signature: 2238 }; B.DesignViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new K.DesignView(vm, this.$this.isFilter, null); }, - $signature: 2241 + $signature: 2239 }; B.DesignViewVM.prototype = { get$design: function() { @@ -380056,7 +378368,7 @@ t2 = viewModel.state; return S.EntityList$(viewModel.documentList, C.EntityType_document, new A.DocumentListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, null, t2, null); }, - $signature: 2242 + $signature: 2240 }; A.DocumentListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -380077,7 +378389,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2243 + $signature: 2241 }; A.DocumentListVM.prototype = {}; A.DocumentListVM_fromStore__handleRefresh.prototype = { @@ -380190,7 +378502,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.FilterDocumentsByState(state)); }, - $signature: 53 + $signature: 49 }; G.DocumentScreen_build_closure.prototype = { call$0: function() { @@ -380222,7 +378534,7 @@ call$2: function(context, vm) { return new G.DocumentScreen(vm, null); }, - $signature: 2244 + $signature: 2242 }; U.DocumentScreenVM.prototype = {}; Z.DocumentEdit.prototype = { @@ -380268,7 +378580,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_document_edit$_onChanged()); }, - $signature: 28 + $signature: 27 }; Z._DocumentEditState_didChangeDependencies_closure0.prototype = { call$1: function(controller) { @@ -380276,20 +378588,20 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_document_edit$_onChanged()), false); return null; }, - $signature: 28 + $signature: 27 }; Z._DocumentEditState_dispose_closure.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_document_edit$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 60 }; Z._DocumentEditState__onChanged_closure.prototype = { call$1: function(b) { return b; }, - $signature: 586 + $signature: 485 }; Z._DocumentEditState__onChanged_closure0.prototype = { call$0: function() { @@ -380311,7 +378623,7 @@ t1 = type$.JSArray_legacy_Widget; return new X.ScrollableListView(H.setRuntimeTypeInfo([Y.FormCard$(_null, H.setRuntimeTypeInfo([], t1), _null, 4, false, _null, false, _null)], t1), _null, _null, false, _null); }, - $signature: 150 + $signature: 152 }; E.DocumentEditScreen.prototype = { build$1: function(_, context) { @@ -380323,13 +378635,13 @@ call$1: function(store) { return E.DocumentEditVM_DocumentEditVM$fromStore(store); }, - $signature: 2246 + $signature: 2244 }; E.DocumentEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new Z.DocumentEdit(viewModel, new D.ValueKey(viewModel.document.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2247 + $signature: 2245 }; E.DocumentEditVM.prototype = { get$document: function(receiver) { @@ -380371,13 +378683,13 @@ call$1: function(store) { return A.DocumentViewVM_DocumentViewVM$fromStore(store); }, - $signature: 2248 + $signature: 2246 }; A.DocumentViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new T.DocumentView(vm, false, null); }, - $signature: 2249 + $signature: 2247 }; A.DocumentViewVM.prototype = { get$document: function(receiver) { @@ -380466,13 +378778,13 @@ return; this.$this._widget.viewModel.onSavePressed.call$2(this.context, this.action); }, - $signature: 42 + $signature: 41 }; D._ExpenseEditState_build_closure1.prototype = { call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 48 }; D._ExpenseEditState_build_closure2.prototype = { call$1: function(context) { @@ -380486,7 +378798,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 59 + $signature: 58 }; D._ExpenseEditState_build_closure.prototype = { call$0: function() { @@ -380735,7 +379047,7 @@ call$1: function(completer) { this.viewModel.onAddVendorPressed.call$2(this.context, completer); }, - $signature: 166 + $signature: 168 }; M.ExpenseEditDetailsState_build_closure2.prototype = { call$1: function(client) { @@ -380767,7 +379079,7 @@ call$1: function(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 166 + $signature: 168 }; M.ExpenseEditDetailsState_build_closure3.prototype = { call$1: function(selectedId) { @@ -380840,7 +379152,7 @@ call$1: function(amount) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new M.ExpenseEditDetailsState_build__closure11(amount))); }, - $signature: 447 + $signature: 335 }; M.ExpenseEditDetailsState_build__closure11.prototype = { call$1: function(b) { @@ -380883,7 +379195,7 @@ call$1: function(amount) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new M.ExpenseEditDetailsState_build__closure8(amount))); }, - $signature: 447 + $signature: 335 }; M.ExpenseEditDetailsState_build__closure8.prototype = { call$1: function(b) { @@ -380926,7 +379238,7 @@ call$1: function(amount) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new M.ExpenseEditDetailsState_build__closure5(amount))); }, - $signature: 447 + $signature: 335 }; M.ExpenseEditDetailsState_build__closure5.prototype = { call$1: function(b) { @@ -381002,7 +379314,7 @@ t1 = entry.get$key(entry); return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(entry.get$value(entry)), _null, _null, _null, _null, _null, _null, _null, _null, _null), t1, type$.legacy_String); }, - $signature: 244 + $signature: 320 }; M.ExpenseEditDetailsState_build_closure18.prototype = { call$1: function(date) { @@ -381035,7 +379347,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(H.S(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_int); }, - $signature: 162 + $signature: 174 }; E.ExpenseEditNotes.prototype = { createState$0: function() { @@ -381314,7 +379626,7 @@ t2.toString; t1._expense_edit_settings$_exchangeRateController.set$text(0, Y.formatNumber(this.exchangeRate, t2, null, null, C.FormatNumberType_5, true, null, false)); }, - $signature: 42 + $signature: 41 }; T.ExpenseEditSettingsState__calculateExchangeRate_closure.prototype = { call$1: function(b) { @@ -381327,7 +379639,7 @@ call$1: function(value) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new T.ExpenseEditSettingsState_build__closure11(value))); }, - $signature: 20 + $signature: 21 }; T.ExpenseEditSettingsState_build__closure11.prototype = { call$1: function(b) { @@ -381350,7 +379662,7 @@ t1 = _this.$this; t1.setState$1(new T.ExpenseEditSettingsState_build__closure10(t1, value)); }, - $signature: 20 + $signature: 21 }; T.ExpenseEditSettingsState_build__closure7.prototype = { call$1: function(b) { @@ -381371,7 +379683,7 @@ call$1: function(duration) { this.$this._expense_edit_settings$_transactionReferenceController.set$text(0, ""); }, - $signature: 42 + $signature: 41 }; T.ExpenseEditSettingsState_build__closure10.prototype = { call$0: function() { @@ -381422,7 +379734,7 @@ $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new T.ExpenseEditSettingsState_build__closure4(t1)); } }, - $signature: 20 + $signature: 21 }; T.ExpenseEditSettingsState_build__closure2.prototype = { call$0: function() { @@ -381441,19 +379753,19 @@ call$1: function(duration) { this.$this._expense_edit_settings$_exchangeRateController.set$text(0, ""); }, - $signature: 42 + $signature: 41 }; T.ExpenseEditSettingsState_build_closure4.prototype = { call$1: function(currency) { return this.$this._setCurrency$1(currency); }, - $signature: 198 + $signature: 191 }; T.ExpenseEditSettingsState_build_closure7.prototype = { call$1: function(hasFocus) { return this.$this._calculateExchangeRate$0(); }, - $signature: 32 + $signature: 33 }; T.ExpenseEditSettingsState_build_closure5.prototype = { call$1: function(value) { @@ -381472,7 +379784,7 @@ call$1: function(value) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new T.ExpenseEditSettingsState_build__closure1(value))); }, - $signature: 20 + $signature: 21 }; T.ExpenseEditSettingsState_build__closure1.prototype = { call$1: function(b) { @@ -381524,13 +379836,13 @@ call$1: function(store) { return O.ExpenseEditVM_ExpenseEditVM$fromStore(store); }, - $signature: 2254 + $signature: 2252 }; O.ExpenseEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new D.ExpenseEdit(viewModel, new D.ValueKey(viewModel.expense.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2255 + $signature: 2253 }; O.AbstractExpenseEditVM.prototype = { get$expense: function() { @@ -381542,7 +379854,7 @@ call$1: function(expense) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new T.UpdateExpense(expense)); }, - $signature: 116 + $signature: 120 }; O.ExpenseEditVM_ExpenseEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -381564,7 +379876,7 @@ M.createEntity(new P._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, _null, true); completer.get$future().then$1$1(0, new O.ExpenseEditVM_ExpenseEditVM$fromStore__closure2(t3), t4); }, - $signature: 138 + $signature: 126 }; O.ExpenseEditVM_ExpenseEditVM$fromStore__closure1.prototype = { call$1: function(_) { @@ -381589,7 +379901,7 @@ M.createEntity(new P._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, _null, true); completer.get$future().then$1$1(0, new O.ExpenseEditVM_ExpenseEditVM$fromStore__closure0(t3), t4); }, - $signature: 138 + $signature: 126 }; O.ExpenseEditVM_ExpenseEditVM$fromStore__closure.prototype = { call$1: function(_) { @@ -381615,7 +379927,7 @@ call$1: function(context) { return this.call$2(context, null); }, - $signature: 184 + $signature: 187 }; O.ExpenseEditVM_ExpenseEditVM$fromStore__closure3.prototype = { call$0: function() { @@ -381666,7 +379978,7 @@ } } }, - $signature: 116 + $signature: 120 }; O.ExpenseEditVM_ExpenseEditVM$fromStore___closure0.prototype = { call$1: function(error) { @@ -381680,7 +379992,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; V.ExpenseListItem.prototype = { build$1: function(_, context) { @@ -381794,7 +380106,7 @@ } return t1; }, - $signature: 100 + $signature: 97 }; V.ExpenseListItem_build__closure2.prototype = { call$0: function() { @@ -381821,7 +380133,7 @@ M.handleEntitiesActions(H.setRuntimeTypeInfo([this.$this.expense], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 59 + $signature: 58 }; V.ExpenseListItem_build__closure5.prototype = { call$0: function() { @@ -381857,7 +380169,7 @@ t4 = viewModel.tableColumns; return S.EntityList$(t3, C.EntityType_expense, new F.ExpenseListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new S.ExpensePresenter(), t2, t4); }, - $signature: 2256 + $signature: 2254 }; F.ExpenseListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -381867,7 +380179,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 443 + $signature: 399 }; F.ExpenseListVM.prototype = { get$user: function() { @@ -382140,7 +380452,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new T.FilterExpensesByState(state)); }, - $signature: 53 + $signature: 49 }; X.ExpenseScreen_build_closure7.prototype = { call$1: function(b) { @@ -382150,7 +380462,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 459 + $signature: 348 }; X.ExpenseScreen_build_closure8.prototype = { call$1: function(b) { @@ -382161,7 +380473,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 459 + $signature: 348 }; X.ExpenseScreen_build_closure9.prototype = { call$1: function(b) { @@ -382171,13 +380483,13 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 459 + $signature: 348 }; X.ExpenseScreen_build_closure6.prototype = { call$2: function($status, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new T.FilterExpensesByStatus($status)); }, - $signature: 239 + $signature: 231 }; X.ExpenseScreen_build_closure.prototype = { call$0: function() { @@ -382209,7 +380521,7 @@ call$2: function(context, vm) { return new X.ExpenseScreen(vm, null); }, - $signature: 2259 + $signature: 2257 }; U.ExpenseScreenVM.prototype = {}; U.ExpenseView.prototype = { @@ -382316,7 +380628,7 @@ t4 = true; return T.Column$(H.setRuntimeTypeInfo([t2, new Z.BottomButtons(t5, t3, C.JSArray_methods.contains$1(H.setRuntimeTypeInfo([C.EntityType_recurringExpense], t6), t7) ? C.EntityAction_cloneToRecurring : C.EntityAction_cloneToExpense, t4, true, _null)], t1), C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_1, C.VerticalDirection_1); }, - $signature: 195 + $signature: 183 }; U._ExpenseViewState_build__closure.prototype = { call$0: function() { @@ -382364,13 +380676,13 @@ call$1: function(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 134 + $signature: 122 }; Y.ExpenseViewDocuments_build_closure0.prototype = { call$3: function($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 124 + $signature: 127 }; F.ExpenseOverview.prototype = { build$1: function(_, context) { @@ -382506,7 +380818,7 @@ t2.$indexSet(0, t3, t1 !== 1 && t1 !== 0 ? Y.formatNumber(t1, t4, _null, _null, C.FormatNumberType_3, true, _null, false) : _null); return H.setRuntimeTypeInfo([new T.FieldGrid(t2, _null)], type$.JSArray_legacy_Widget); }, - $signature: 190 + $signature: 185 }; N.ExpenseViewSchedule.prototype = { createState$0: function() { @@ -382540,7 +380852,7 @@ var _null = null; return new T.Padding(C.EdgeInsets_0_16_0_0, T.Row$(H.setRuntimeTypeInfo([T.Expanded$(L.Text$(Y.formatDate(schedule.sendDate, this.context, true, true, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null), _null); }, - $signature: 2260 + $signature: 2258 }; U.ExpenseViewScreen.prototype = { build$1: function(_, context) { @@ -382552,13 +380864,13 @@ call$1: function(store) { return U.ExpenseViewVM_ExpenseViewVM$fromStore(store); }, - $signature: 2261 + $signature: 2259 }; U.ExpenseViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new U.ExpenseView(vm, false, vm.state.uiState.expenseUIState.tabIndex, null); }, - $signature: 2262 + $signature: 2260 }; U.AbstractExpenseViewVM.prototype = { get$expense: function() { @@ -382611,7 +380923,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; U.ExpenseViewVM_ExpenseViewVM$fromStore_closure1.prototype = { call$4: function(context, $document, password, idToken) { @@ -382624,13 +380936,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 95 + $signature: 89 }; U.ExpenseViewVM_ExpenseViewVM$fromStore__closure.prototype = { call$1: function(value) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new T.LoadExpense(null, this.expense.id)); }, - $signature: 93 + $signature: 94 }; A.ExpenseCategoryEdit.prototype = { createState$0: function() { @@ -382677,7 +380989,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_expense_category_edit$_onChanged()); }, - $signature: 28 + $signature: 27 }; A._ExpenseCategoryEditState_didChangeDependencies_closure0.prototype = { call$1: function(controller) { @@ -382685,14 +380997,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_expense_category_edit$_onChanged()), false); return null; }, - $signature: 28 + $signature: 27 }; A._ExpenseCategoryEditState_dispose_closure.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_expense_category_edit$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 60 }; A._ExpenseCategoryEditState__onChanged_closure.prototype = { call$1: function(b) { @@ -382700,7 +381012,7 @@ b.get$_expense_category_model$_$this()._expense_category_model$_name = t1; return b; }, - $signature: 417 + $signature: 422 }; A._ExpenseCategoryEditState__onChanged_closure0.prototype = { call$0: function() { @@ -382712,7 +381024,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 48 }; A._ExpenseCategoryEditState_build_closure1.prototype = { call$1: function(context) { @@ -382741,7 +381053,7 @@ t5 = type$.JSArray_legacy_Widget; return new X.ScrollableListView(H.setRuntimeTypeInfo([Y.FormCard$(_null, H.setRuntimeTypeInfo([S.DecoratedFormField$(false, _null, true, t1._expense_category_edit$_autoValidate, t1._nameController, _null, true, _null, _null, _null, _null, false, false, _null, _null, t2.get$name(t2), _null, _null, false, _null, _null, t3.onSavePressed, true, _null, _null, C.TextAlign_4, _null), A.FormColorPicker$(t4.color, _null, new A._ExpenseCategoryEditState_build__closure0(t3, t4))], t5), _null, 4, false, _null, false, _null)], t5), _null, _null, false, _null); }, - $signature: 150 + $signature: 152 }; A._ExpenseCategoryEditState_build__closure0.prototype = { call$1: function(value) { @@ -382754,7 +381066,7 @@ b.get$_expense_category_model$_$this()._expense_category_model$_color = this.value; return b; }, - $signature: 417 + $signature: 422 }; F.ExpenseCategoryEditScreen.prototype = { build$1: function(_, context) { @@ -382766,13 +381078,13 @@ call$1: function(store) { return F.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore(store); }, - $signature: 2263 + $signature: 2261 }; F.ExpenseCategoryEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new A.ExpenseCategoryEdit(viewModel, new D.ValueKey(viewModel.expenseCategory.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2264 + $signature: 2262 }; F.ExpenseCategoryEditVM.prototype = { get$expenseCategory: function() { @@ -382786,7 +381098,7 @@ call$1: function(expenseCategory) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.UpdateExpenseCategory(expenseCategory)); }, - $signature: 251 + $signature: 318 }; F.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -382850,7 +381162,7 @@ } else M.viewEntity(false, savedExpenseCategory, null, true); }, - $signature: 251 + $signature: 318 }; F.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure0.prototype = { call$1: function(error) { @@ -382864,7 +381176,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; F.ExpenseCategoryListItem.prototype = { build$1: function(_, context) { @@ -382930,7 +381242,7 @@ t5 = viewModel.onSortColumn; return S.EntityList$(t2, C.EntityType_expenseCategory, new A.ExpenseCategoryListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, t4, t5, new F.ExpenseCategoryPresenter(), t1, t3); }, - $signature: 2265 + $signature: 2263 }; A.ExpenseCategoryListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -382951,7 +381263,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2266 + $signature: 2264 }; A.ExpenseCategoryListVM.prototype = {}; A.ExpenseCategoryListVM_fromStore__handleRefresh.prototype = { @@ -383048,7 +381360,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.FilterExpenseCategoriesByState(state)); }, - $signature: 53 + $signature: 49 }; Y.ExpenseCategoryScreen_build_closure.prototype = { call$0: function() { @@ -383104,7 +381416,7 @@ call$2: function(context, vm) { return new Y.ExpenseCategoryScreen(vm, null); }, - $signature: 2267 + $signature: 2265 }; O.ExpenseCategoryScreenVM.prototype = {}; D.ExpenseCategoryView.prototype = { @@ -383147,13 +381459,13 @@ call$1: function(store) { return L.ExpenseCategoryViewVM_ExpenseCategoryViewVM$fromStore(store); }, - $signature: 2268 + $signature: 2266 }; L.ExpenseCategoryViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new D.ExpenseCategoryView(vm, this.$this.isFilter, null); }, - $signature: 2269 + $signature: 2267 }; L.ExpenseCategoryViewVM.prototype = { get$expenseCategory: function() { @@ -383217,7 +381529,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_group_edit$_onChanged()); }, - $signature: 28 + $signature: 27 }; Q._GroupEditState_didChangeDependencies_closure0.prototype = { call$1: function(controller) { @@ -383225,14 +381537,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_group_edit$_onChanged()), false); return null; }, - $signature: 28 + $signature: 27 }; Q._GroupEditState_dispose_closure.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_group_edit$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 60 }; Q._GroupEditState__onChanged_closure.prototype = { call$1: function(b) { @@ -383240,7 +381552,7 @@ b.get$_group_model$_$this()._group_model$_name = t1; return b; }, - $signature: 380 + $signature: 428 }; Q._GroupEditState__onChanged_closure0.prototype = { call$0: function() { @@ -383252,7 +381564,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 48 }; Q._GroupEditState_build_closure1.prototype = { call$1: function(context) { @@ -383280,7 +381592,7 @@ t4 = type$.JSArray_legacy_Widget; return new X.ScrollableListView(H.setRuntimeTypeInfo([Y.FormCard$(_null, H.setRuntimeTypeInfo([S.DecoratedFormField$(false, _null, true, t3.autoValidate, t3._group_edit$_nameController, _null, true, _null, _null, _null, _null, false, false, _null, _null, t2, _null, _null, false, _null, _null, this.viewModel.onSavePressed, true, _null, _null, C.TextAlign_4, new Q._GroupEditState_build__closure0(t1))], t4), _null, 4, false, _null, false, _null)], t4), _null, _null, false, _null); }, - $signature: 150 + $signature: 152 }; Q._GroupEditState_build__closure0.prototype = { call$1: function(val) { @@ -383298,13 +381610,13 @@ call$1: function(store) { return A.GroupEditVM_GroupEditVM$fromStore(store); }, - $signature: 2270 + $signature: 2268 }; A.GroupEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new Q.GroupEdit(viewModel, new D.ValueKey(viewModel.group.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2271 + $signature: 2269 }; A.GroupEditVM.prototype = { get$group: function() { @@ -383318,7 +381630,7 @@ call$1: function(group) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.UpdateGroup(group)); }, - $signature: 221 + $signature: 223 }; A.GroupEditVM_GroupEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -383382,7 +381694,7 @@ } else M.viewEntity(false, savedGroup, null, true); }, - $signature: 221 + $signature: 223 }; A.GroupEditVM_GroupEditVM$fromStore___closure0.prototype = { call$1: function(error) { @@ -383396,7 +381708,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; T.GroupListItem.prototype = { build$1: function(_, context) { @@ -383460,7 +381772,7 @@ t2 = viewModel.state; return S.EntityList$(viewModel.groupList, C.EntityType_group, new Y.GroupListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, null, t2, null); }, - $signature: 2272 + $signature: 2270 }; Y.GroupListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -383479,7 +381791,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2273 + $signature: 2271 }; Y.GroupListVM.prototype = {}; Y.GroupListVM_fromStore__handleRefresh.prototype = { @@ -383570,7 +381882,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.FilterGroupsByState(state)); }, - $signature: 53 + $signature: 49 }; K.GroupSettingsScreen_build_closure.prototype = { call$0: function() { @@ -383602,7 +381914,7 @@ call$2: function(context, vm) { return new K.GroupSettingsScreen(vm, null); }, - $signature: 2274 + $signature: 2272 }; S.GroupScreenVM.prototype = {}; E.GroupView.prototype = { @@ -383661,13 +381973,13 @@ call$1: function(path) { return this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 134 + $signature: 122 }; E._GroupViewState_build_closure1.prototype = { call$3: function($document, password, idToken) { return this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 124 + $signature: 127 }; E.SettingsViewer.prototype = { build$1: function(_, context) { @@ -384139,13 +382451,13 @@ call$1: function(store) { return A.GroupViewVM_GroupViewVM$fromStore(store); }, - $signature: 2275 + $signature: 2273 }; A.GroupViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new E.GroupView(vm, this.$this.isFilter, null); }, - $signature: 2276 + $signature: 2274 }; A.GroupViewVM.prototype = { get$group: function() { @@ -384189,7 +382501,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; A.GroupViewVM_GroupViewVM$fromStore_closure1.prototype = { call$4: function(context, $document, password, idToken) { @@ -384202,13 +382514,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 95 + $signature: 89 }; A.GroupViewVM_GroupViewVM$fromStore__closure.prototype = { call$1: function(value) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.LoadGroup(null, this.group.id)); }, - $signature: 93 + $signature: 94 }; F.InvoiceEdit.prototype = { createState$0: function() { @@ -384279,7 +382591,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 48 }; F._InvoiceEditState_build_closure2.prototype = { call$1: function(context) { @@ -384293,7 +382605,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 59 + $signature: 58 }; F._InvoiceEditState_build_closure.prototype = { call$0: function() { @@ -384313,7 +382625,7 @@ t4 = t2.$ti._eval$1("MappedIterable<1,BaseEntity*>"); return new D.InvoiceItemSelector(new F._InvoiceEditState_build___closure0(_this.$this, t3, _this.isFullscreen), t1.clientId, P.List_List$of(new H.MappedIterable(t2, new F._InvoiceEditState_build___closure1(t3), t4), true, t4._eval$1("Iterable.E")), true, null); }, - $signature: 263 + $signature: 314 }; F._InvoiceEditState_build___closure.prototype = { call$1: function(item) { @@ -384339,7 +382651,7 @@ } return t1; }, - $signature: 262 + $signature: 280 }; F._InvoiceEditState_build___closure0.prototype = { call$2: function(items, clientId) { @@ -384350,7 +382662,7 @@ call$1: function(items) { return this.call$2(items, null); }, - $signature: 261 + $signature: 268 }; F.__InvoiceEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -384397,7 +382709,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2277 + $signature: 2275 }; L.InvoiceEditContacts_build_closure0.prototype = { call$1: function(contact) { @@ -384405,7 +382717,7 @@ invitation = t1.getInvitationForContact$1(contact); return new L._ContactListTile(t1, contact, invitation, new L.InvoiceEditContacts_build__closure(this.$this, invitation, contact), null); }, - $signature: 2278 + $signature: 2276 }; L.InvoiceEditContacts_build__closure.prototype = { call$0: function() { @@ -384434,7 +382746,7 @@ call$1: function(value) { return null; }, - $signature: 20 + $signature: 21 }; X.InvoiceEditContactsScreen.prototype = { build$1: function(_, context) { @@ -384446,13 +382758,13 @@ call$1: function(store) { return X.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore(store, this.$this.entityType); }, - $signature: 2279 + $signature: 2277 }; X.InvoiceEditContactsScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new L.InvoiceEditContacts(viewModel, null); }, - $signature: 2280 + $signature: 2278 }; X.EntityEditContactsVM.prototype = { get$company: function() { @@ -384485,7 +382797,7 @@ else P.print("ERROR: entityType " + H.S(_this.entityType) + " not handled in invoice_edit_contacts_vm"); }, - $signature: 560 + $signature: 608 }; X.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure0.prototype = { call$1: function(invitation) { @@ -384502,7 +382814,7 @@ else P.print("ERROR: entityType " + H.S(_this.entityType) + " not handled in invoice_edit_contacts_vm"); }, - $signature: 2281 + $signature: 2279 }; S.InvoiceEditDesktop.prototype = { createState$0: function() { @@ -384827,7 +383139,7 @@ controller.removeListener$1(0, this.$this.get$_invoice_edit_desktop$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 60 }; S.InvoiceEditDesktopState__onChanged_closure.prototype = { call$1: function(b) { @@ -384896,7 +383208,7 @@ call$1: function(completer) { return this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 580 + $signature: 650 }; S.InvoiceEditDesktopState_build_closure3.prototype = { call$0: function() { @@ -384923,7 +383235,7 @@ t1 = entry.get$key(entry); return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(entry.get$value(entry)), _null, _null, _null, _null, _null, _null, _null, _null, _null), t1, type$.legacy_String); }, - $signature: 244 + $signature: 320 }; S.InvoiceEditDesktopState_build_closure5.prototype = { call$1: function(date) { @@ -384956,7 +383268,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(H.S(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_int); }, - $signature: 162 + $signature: 174 }; S.InvoiceEditDesktopState_build_closure10.prototype = { call$1: function(value) { @@ -384982,7 +383294,7 @@ } return K.DropdownMenuItem$(L.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), H.S(value), type$.legacy_String); }, - $signature: 452 + $signature: 378 }; S.InvoiceEditDesktopState_build_closure12.prototype = { call$1: function(val) { @@ -385083,7 +383395,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_String); }, - $signature: 36 + $signature: 35 }; S.InvoiceEditDesktopState_build_closure20.prototype = { call$1: function(item) { @@ -385096,7 +383408,7 @@ var t1 = this.$this; t1.setState$1(new S.InvoiceEditDesktopState_build__closure4(t1, index)); }, - $signature: 106 + $signature: 104 }; S.InvoiceEditDesktopState_build__closure4.prototype = { call$0: function() { @@ -385108,7 +383420,7 @@ call$1: function(value) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new S.InvoiceEditDesktopState_build__closure3(value))); }, - $signature: 156 + $signature: 151 }; S.InvoiceEditDesktopState_build__closure3.prototype = { call$1: function(b) { @@ -385149,7 +383461,7 @@ call$1: function(value) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new S.InvoiceEditDesktopState_build__closure0(value))); }, - $signature: 20 + $signature: 21 }; S.InvoiceEditDesktopState_build__closure0.prototype = { call$1: function(b) { @@ -385162,7 +383474,7 @@ call$1: function(value) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new S.InvoiceEditDesktopState_build__closure(value))); }, - $signature: 20 + $signature: 21 }; S.InvoiceEditDesktopState_build__closure.prototype = { call$1: function(b) { @@ -385175,19 +383487,19 @@ call$1: function(taxRate) { this.viewModel.onChanged.call$1(this.invoice.applyTax$1(taxRate)); }, - $signature: 121 + $signature: 119 }; S.InvoiceEditDesktopState_build_closure28.prototype = { call$1: function(taxRate) { this.viewModel.onChanged.call$1(this.invoice.applyTax$2$isSecond(taxRate, true)); }, - $signature: 121 + $signature: 119 }; S.InvoiceEditDesktopState_build_closure29.prototype = { call$1: function(taxRate) { this.viewModel.onChanged.call$1(this.invoice.applyTax$2$isThird(taxRate, true)); }, - $signature: 121 + $signature: 119 }; S._PdfPreview.prototype = { createState$0: function() { @@ -385361,7 +383673,7 @@ var t1 = this.$this; t1.setState$1(new S.__PdfPreviewState_build__closure0(t1, $document)); }, - $signature: 2284 + $signature: 2282 }; S.__PdfPreviewState_build__closure0.prototype = { call$0: function() { @@ -385378,7 +383690,7 @@ var t1 = this.$this; t1.setState$1(new S.__PdfPreviewState_build__closure(t1, page)); }, - $signature: 106 + $signature: 104 }; S.__PdfPreviewState_build__closure.prototype = { call$0: function() { @@ -385608,7 +383920,7 @@ controller.removeListener$1(0, this.$this.get$_invoice_edit_details$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 60 }; N.InvoiceEditDetailsState__onChanged_closure.prototype = { call$1: function(b) { @@ -385657,7 +383969,7 @@ call$1: function(completer) { return this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 580 + $signature: 650 }; N.InvoiceEditDetailsState_build_closure1.prototype = { call$1: function(val) { @@ -385697,7 +384009,7 @@ t1 = entry.get$key(entry); return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(entry.get$value(entry)), _null, _null, _null, _null, _null, _null, _null, _null, _null), t1, type$.legacy_String); }, - $signature: 244 + $signature: 320 }; N.InvoiceEditDetailsState_build_closure4.prototype = { call$1: function(date) { @@ -385730,7 +384042,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(H.S(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_int); }, - $signature: 162 + $signature: 174 }; N.InvoiceEditDetailsState_build_closure9.prototype = { call$1: function(value) { @@ -385756,7 +384068,7 @@ } return K.DropdownMenuItem$(L.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), H.S(value), type$.legacy_String); }, - $signature: 452 + $signature: 378 }; N.InvoiceEditDetailsState_build_closure11.prototype = { call$1: function(val) { @@ -385851,7 +384163,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_String); }, - $signature: 36 + $signature: 35 }; N.InvoiceEditDetailsState_build_closure18.prototype = { call$1: function(taxRate) { @@ -385875,7 +384187,7 @@ call$1: function(value) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new N.InvoiceEditDetailsState_build__closure2(value))); }, - $signature: 289 + $signature: 269 }; N.InvoiceEditDetailsState_build__closure2.prototype = { call$1: function(b) { @@ -385904,7 +384216,7 @@ call$1: function(value) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new N.InvoiceEditDetailsState_build__closure0(value))); }, - $signature: 20 + $signature: 21 }; N.InvoiceEditDetailsState_build__closure0.prototype = { call$1: function(b) { @@ -385917,7 +384229,7 @@ call$1: function(value) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new N.InvoiceEditDetailsState_build__closure(value))); }, - $signature: 20 + $signature: 21 }; N.InvoiceEditDetailsState_build__closure.prototype = { call$1: function(b) { @@ -385936,7 +384248,7 @@ call$1: function(store) { return L.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore(store); }, - $signature: 2286 + $signature: 2284 }; L.InvoiceEditDetailsScreen_build_closure.prototype = { call$2: function(context, viewModel) { @@ -385945,7 +384257,7 @@ else return new N.InvoiceEditDetails(viewModel, C.EntityType_invoice, null); }, - $signature: 2287 + $signature: 2285 }; L.EntityEditDetailsVM.prototype = { get$company: function() { @@ -385960,7 +384272,7 @@ call$1: function(invoice) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.UpdateInvoice(invoice)); }, - $signature: 157 + $signature: 141 }; L.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure0.prototype = { call$3: function(context, invoice, client) { @@ -385971,7 +384283,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 257 + $signature: 261 }; L.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure1.prototype = { call$2: function(context, completer) { @@ -385986,7 +384298,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 138 + $signature: 126 }; L.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure.prototype = { call$1: function(_) { @@ -386075,7 +384387,7 @@ t3 = "__" + H.S(t2) + "__"; return new G.ItemEditDetails(t2, J.$index$asx(viewModel.invoice.lineItems._list, t2), viewModel, t1, new D.ValueKey(t3, type$.ValueKey_legacy_String)); }, - $signature: 2288 + $signature: 2286 }; G._InvoiceEditItemsState_build_closure.prototype = { call$1: function(duration) { @@ -386099,7 +384411,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2289 + $signature: 2287 }; G._InvoiceEditItemsState_build_closure0.prototype = { call$0: function() { @@ -386299,7 +384611,7 @@ var t1 = this.$this; t1.setState$1(new G.ItemEditDetailsState_build__closure1(t1, taxRate)); }, - $signature: 121 + $signature: 119 }; G.ItemEditDetailsState_build__closure1.prototype = { call$0: function() { @@ -386314,7 +384626,7 @@ var t1 = this.$this; t1.setState$1(new G.ItemEditDetailsState_build__closure0(t1, taxRate)); }, - $signature: 121 + $signature: 119 }; G.ItemEditDetailsState_build__closure0.prototype = { call$0: function() { @@ -386329,7 +384641,7 @@ var t1 = this.$this; t1.setState$1(new G.ItemEditDetailsState_build__closure(t1, taxRate)); }, - $signature: 121 + $signature: 119 }; G.ItemEditDetailsState_build__closure.prototype = { call$0: function() { @@ -386367,7 +384679,7 @@ $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new E._InvoiceEditItemsDesktopState__onFocusChange_closure()); }, build$1: function(_, context) { - var t4, company, invoice, t5, t6, client, t7, precision, lineItems, t8, includedLineItems, productState, productIds, hasTax1, hasTax2, hasTax3, customField1, customField2, customField3, customField4, lastIndex, tableFontColor, tableHeaderColor, columnWidths, index, t9, t10, t11, t12, t13, t14, _this = this, _null = null, + var t4, company, invoice, t5, t6, client, t7, precision, lineItems, t8, includedLineItems, productState, productIds, hasTax1, hasTax2, hasTax3, customField1, customField2, customField3, customField4, filteredLineItems, lastIndex, tableFontColor, tableHeaderColor, t9, t10, t11, index, t12, t13, t14, t15, _this = this, _null = null, t1 = L.Localizations_of(context, C.Type_AppLocalization_KyD, type$.legacy_AppLocalization), viewModel = _this._widget.viewModel, state = viewModel.state, @@ -386402,7 +384714,13 @@ customField2 = t2 ? "task2" : "product2"; customField3 = t2 ? "task3" : "product3"; customField4 = t2 ? "task4" : "product4"; - t2 = t5.where$1(t7, new E._InvoiceEditItemsDesktopState_build_closure3()); + if (_this._isReordering) { + t1 = H._arrayInstanceType(includedLineItems)._eval$1("WhereIterable<1>"); + filteredLineItems = P.List_List$of(new H.WhereIterable(includedLineItems, new E._InvoiceEditItemsDesktopState_build_closure3(), t1), true, t1._eval$1("Iterable.E")); + t1 = type$.JSArray_legacy_Widget; + return Y.FormCard$(_null, H.setRuntimeTypeInfo([T.Row$(H.setRuntimeTypeInfo([B.IconButton$(C.Alignment_0_0, _null, _null, true, L.Icon$(C.IconData_57706_MaterialIcons_null_false, _null, _null), 24, new E._InvoiceEditItemsDesktopState_build_closure4(_this), C.EdgeInsets_8_8_8_8, _null, _null)], t1), C.CrossAxisAlignment_2, C.MainAxisAlignment_1, C.MainAxisSize_1, _null), new Z.ReorderableListView(new E._InvoiceEditItemsDesktopState_build_closure5(_this, filteredLineItems, lineItems, company, customField1, customField2, customField3, customField4, hasTax1, hasTax2, hasTax3, invoice, precision), filteredLineItems.length, new E._InvoiceEditItemsDesktopState_build_closure6(filteredLineItems, viewModel), _null, false, true, _null)], t1), _null, 4, false, _null, false, C.EdgeInsets_12_0_12_0); + } + t2 = t5.where$1(t7, new E._InvoiceEditItemsDesktopState_build_closure7()); if (!t2.get$iterator(t2).moveNext$0()) { t2 = Q.InvoiceItemEntity_InvoiceItemEntity(_null, company.defaultQuantity ? 1 : 0); lineItems._maybeCopyBeforeWrite$0(); @@ -386435,7 +384753,6 @@ tableHeaderColor = t5.$index(t4, "invoice_header_background_color"); if (tableHeaderColor == null) tableHeaderColor = ""; - columnWidths = P.LinkedHashMap_LinkedHashMap$_literal([0, new S.FlexColumnWidth(1.3), 1, new S.FlexColumnWidth(2.2), lastIndex, new S.FixedColumnWidth(40)], type$.legacy_int, type$.legacy_TableColumnWidth); t4 = t1.localeCode; t5 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t4), "item"); if (t5 == null) @@ -386477,122 +384794,63 @@ t5.push(new E.TableHeader(t4 == null ? "" : t4, true, false, _null)); t4 = L.Icon$(_this._isReordering ? C.IconData_57706_MaterialIcons_null_false : C.IconData_58919_MaterialIcons_null_false, _null, _null); t7 = tableFontColor.length !== 0 ? E.convertHexStringToColor(tableFontColor) : _null; - t8 = new H.WhereIterable(includedLineItems, new E._InvoiceEditItemsDesktopState_build_closure4(), H._arrayInstanceType(includedLineItems)._eval$1("WhereIterable<1>")); - t5.push(B.IconButton$(C.Alignment_0_0, t7, _null, true, t4, 24, t8.get$length(t8) < 2 ? _null : new E._InvoiceEditItemsDesktopState_build_closure5(_this), C.EdgeInsets_8_8_8_8, _null, _null)); - if (_this._isReordering) { - t1 = tableHeaderColor.length !== 0 ? E.convertHexStringToColor(tableHeaderColor) : _null; - t1 = M.DecoratedBox$(U.ReorderableTableRow$(t5, _null, C.MainAxisAlignment_3, C.MainAxisSize_1), new S.BoxDecoration(t1, _null, _null, _null, _null, _null, C.BoxShape_0), C.DecorationPosition_0); - t5 = H.setRuntimeTypeInfo([], type$.JSArray_legacy_ReorderableTableRow); - for (t4 = type$.JSArray_legacy_Widget, t7 = type$.ValueKey_legacy_String, index = 0; index < J.get$length$asx(lineItems._copy_on_write_list$_list); ++index) { - if (!(J.$index$asx(lineItems._copy_on_write_list$_list, index).typeId === "2" && _this._widget.isTasks)) - t8 = J.$index$asx(lineItems._copy_on_write_list$_list, index).typeId !== "2" && !_this._widget.isTasks; - else - t8 = true; - if (t8 && !J.get$isEmpty$asx(J.$index$asx(lineItems._copy_on_write_list$_list, index))) { - t8 = "__line_item_" + index + "_" + H.S(J.$index$asx(lineItems._copy_on_write_list$_list, index).createdAt) + "__"; - t9 = J.$index$asx(lineItems._copy_on_write_list$_list, index).productKey; - t10 = J.$index$asx(lineItems._copy_on_write_list$_list, index).notes; - t9 = H.setRuntimeTypeInfo([new L.Text(t9, _null, _null, _null, _null, _null, _null, _null, _null, _null), new L.Text(t10, _null, _null, _null, _null, C.TextOverflow_2, _null, 2, _null, _null)], t4); - if (company.getCustomFieldLabel$1(customField1).length !== 0) { - t10 = J.$index$asx(lineItems._copy_on_write_list$_list, index).customValue1; - t9.push(new L.Text(t10, _null, _null, _null, _null, _null, _null, _null, _null, _null)); - } - if (company.getCustomFieldLabel$1(customField2).length !== 0) { - t10 = J.$index$asx(lineItems._copy_on_write_list$_list, index).customValue2; - t9.push(new L.Text(t10, _null, _null, _null, _null, _null, _null, _null, _null, _null)); - } - if (company.getCustomFieldLabel$1(customField3).length !== 0) { - t10 = J.$index$asx(lineItems._copy_on_write_list$_list, index).customValue3; - t9.push(new L.Text(t10, _null, _null, _null, _null, _null, _null, _null, _null, _null)); - } - if (company.getCustomFieldLabel$1(customField4).length !== 0) { - t10 = J.$index$asx(lineItems._copy_on_write_list$_list, index).customValue4; - t9.push(new L.Text(t10, _null, _null, _null, _null, _null, _null, _null, _null, _null)); - } - if (hasTax1) { - t10 = J.$index$asx(lineItems._copy_on_write_list$_list, index).taxName1; - t9.push(new L.Text(t10, _null, _null, _null, _null, _null, _null, _null, _null, _null)); - } - if (hasTax2) { - t10 = J.$index$asx(lineItems._copy_on_write_list$_list, index).taxName2; - t9.push(new L.Text(t10, _null, _null, _null, _null, _null, _null, _null, _null, _null)); - } - if (hasTax3) { - t10 = J.$index$asx(lineItems._copy_on_write_list$_list, index).taxName3; - t9.push(new L.Text(t10, _null, _null, _null, _null, _null, _null, _null, _null, _null)); - } - t10 = Y.formatNumber(J.$index$asx(lineItems._copy_on_write_list$_list, index).cost, context, t6, _null, C.FormatNumberType_4, true, _null, false); - t9.push(new L.Text(t10 == null ? "" : t10, _null, C.TextAlign_1, _null, _null, _null, _null, _null, _null, _null)); - if (!t2 || _this._widget.isTasks) { - t10 = Y.formatNumber(J.$index$asx(lineItems._copy_on_write_list$_list, index).quantity, context, t6, _null, C.FormatNumberType_5, true, _null, false); - t9.push(new L.Text(t10 == null ? "" : t10, _null, C.TextAlign_1, _null, _null, _null, _null, _null, _null, _null)); - } - if (t3) { - t10 = Y.formatNumber(J.$index$asx(lineItems._copy_on_write_list$_list, index).discount, context, t6, _null, C.FormatNumberType_5, true, _null, false); - t9.push(new L.Text(t10 == null ? "" : t10, _null, C.TextAlign_1, _null, _null, _null, _null, _null, _null, _null)); - } - t10 = Y.formatNumber(J.total$2$x(J.$index$asx(lineItems._copy_on_write_list$_list, index), invoice, precision), context, t6, _null, C.FormatNumberType_0, true, _null, false); - t9.push(new L.Text(t10 == null ? "" : t10, _null, C.TextAlign_1, _null, _null, _null, _null, _null, _null, _null)); - t9.push(new T.Padding(C.EdgeInsets_0_8_0_8, new L.Icon(C.IconData_57862_MaterialIcons_null_false, _null, _null, _null), _null)); - t5.push(U.ReorderableTableRow$(t9, new D.ValueKey(t8, t7), C.MainAxisAlignment_3, C.MainAxisSize_1)); - } - } - return Y.FormCard$(new U.ReorderableTable(t5, t1, new E._InvoiceEditItemsDesktopState_build_closure6(viewModel), true, _null), _null, _null, 4, false, _null, false, C.EdgeInsets_12_0_12_0); - } - t4 = "__datatable_" + H.S(_this._invoice_edit_items_desktop$_updatedAt) + "__"; - t7 = type$.ValueKey_legacy_String; + t8 = new H.WhereIterable(includedLineItems, new E._InvoiceEditItemsDesktopState_build_closure8(), H._arrayInstanceType(includedLineItems)._eval$1("WhereIterable<1>")); + t5.push(B.IconButton$(C.Alignment_0_0, t7, _null, true, t4, 24, t8.get$length(t8) < 2 ? _null : new E._InvoiceEditItemsDesktopState_build_closure9(_this), C.EdgeInsets_8_8_8_8, _null, _null)); + t4 = P.LinkedHashMap_LinkedHashMap$_literal([0, new S.FlexColumnWidth(1.3), 1, new S.FlexColumnWidth(2.2), lastIndex, new S.FixedColumnWidth(40)], type$.legacy_int, type$.legacy_TableColumnWidth); + t7 = "__datatable_" + H.S(_this._invoice_edit_items_desktop$_updatedAt) + "__"; + t9 = type$.ValueKey_legacy_String; t5 = H.setRuntimeTypeInfo([new S.TableRow(_null, tableHeaderColor.length !== 0 ? new S.BoxDecoration(E.convertHexStringToColor(tableHeaderColor), _null, _null, _null, _null, _null, C.BoxShape_0) : _null, t5)], type$.JSArray_legacy_TableRow); - for (t8 = type$.PopupMenuButton_legacy_String, t9 = type$.legacy_String, t10 = type$.JSArray_legacy_Widget, index = 0; index < J.get$length$asx(lineItems._copy_on_write_list$_list); ++index) { + for (t8 = type$.PopupMenuButton_legacy_String, t10 = type$.legacy_String, t11 = type$.JSArray_legacy_Widget, index = 0; index < J.get$length$asx(lineItems._copy_on_write_list$_list); ++index) { if (!(J.$index$asx(lineItems._copy_on_write_list$_list, index).typeId === "2" && _this._widget.isTasks)) - t11 = J.$index$asx(lineItems._copy_on_write_list$_list, index).typeId !== "2" && !_this._widget.isTasks || J.get$isEmpty$asx(J.$index$asx(lineItems._copy_on_write_list$_list, index)); + t12 = J.$index$asx(lineItems._copy_on_write_list$_list, index).typeId !== "2" && !_this._widget.isTasks || J.get$isEmpty$asx(J.$index$asx(lineItems._copy_on_write_list$_list, index)); else - t11 = true; - if (t11) { - t11 = "__line_item_" + index + "_" + H.S(J.$index$asx(lineItems._copy_on_write_list$_list, index).createdAt) + "__"; - t12 = "__line_item_" + index + "_name__"; - t12 = L.TypeAheadFormField$(1, true, new P.Duration(0), J.$index$asx(lineItems._copy_on_write_list$_list, index).productKey, new E._InvoiceEditItemsDesktopState_build_closure7(_this, productState, lineItems, index, state, invoice, company), new D.ValueKey(t12, t7), new E._InvoiceEditItemsDesktopState_build_closure8(), new E._InvoiceEditItemsDesktopState_build_closure9(_this, lineItems, index, productState, state, invoice, company), C.SuggestionsBoxDecoration_null, new E._InvoiceEditItemsDesktopState_build_closure10(productIds, productState), new L.TextFieldConfiguration(C.InputDecoration_so3, _null, _null, _null, C.TextAlign_4, _null, true, C.TextInputType_0_null_null, false, _null, true, 1, _null, _null, true, false, new E._InvoiceEditItemsDesktopState_build_closure11(_this, lineItems, index), _null, _null, _null, 2, _null, _null, _null, C.EdgeInsets_20_20_20_20, C.TextCapitalization_3, _null, true), t9); - t13 = "__line_item_" + index + "_description__"; - t14 = _this._autocompleteFocusIndex; - t13 = H.setRuntimeTypeInfo([new L.Focus(_null, new T.Padding(C.EdgeInsets_0_0_16_0, t12, _null), _null, new E._InvoiceEditItemsDesktopState_build_closure12(_this, index), false, _null, true, true, _null, true, _null), new L.Focus(_null, new T.Padding(C.EdgeInsets_0_0_16_0, new A.GrowableFormField(J.$index$asx(lineItems._copy_on_write_list$_list, index).notes, new E._InvoiceEditItemsDesktopState_build_closure13(_this, lineItems, index), t14 === index, new D.ValueKey(t13, t7)), _null), _null, new E._InvoiceEditItemsDesktopState_build_closure14(_this), false, _null, true, true, _null, true, _null)], t10); + t12 = true; + if (t12) { + t12 = "__line_item_" + index + "_" + H.S(J.$index$asx(lineItems._copy_on_write_list$_list, index).createdAt) + "__"; + t13 = "__line_item_" + index + "_name__"; + t13 = L.TypeAheadFormField$(1, true, new P.Duration(0), J.$index$asx(lineItems._copy_on_write_list$_list, index).productKey, new E._InvoiceEditItemsDesktopState_build_closure10(_this, productState, lineItems, index, state, invoice, company), new D.ValueKey(t13, t9), new E._InvoiceEditItemsDesktopState_build_closure11(), new E._InvoiceEditItemsDesktopState_build_closure12(_this, lineItems, index, productState, state, invoice, company), C.SuggestionsBoxDecoration_null, new E._InvoiceEditItemsDesktopState_build_closure13(productIds, productState), new L.TextFieldConfiguration(C.InputDecoration_so3, _null, _null, _null, C.TextAlign_4, _null, true, C.TextInputType_0_null_null, false, _null, true, 1, _null, _null, true, false, new E._InvoiceEditItemsDesktopState_build_closure14(_this, lineItems, index), _null, _null, _null, 2, _null, _null, _null, C.EdgeInsets_20_20_20_20, C.TextCapitalization_3, _null, true), t10); + t14 = "__line_item_" + index + "_description__"; + t15 = _this._autocompleteFocusIndex; + t14 = H.setRuntimeTypeInfo([new L.Focus(_null, new T.Padding(C.EdgeInsets_0_0_16_0, t13, _null), _null, new E._InvoiceEditItemsDesktopState_build_closure15(_this, index), false, _null, true, true, _null, true, _null), new L.Focus(_null, new T.Padding(C.EdgeInsets_0_0_16_0, new A.GrowableFormField(J.$index$asx(lineItems._copy_on_write_list$_list, index).notes, new E._InvoiceEditItemsDesktopState_build_closure16(_this, lineItems, index), t15 === index, new D.ValueKey(t14, t9)), _null), _null, new E._InvoiceEditItemsDesktopState_build_closure17(_this), false, _null, true, true, _null, true, _null)], t11); if (company.getCustomFieldLabel$1(customField1).length !== 0) { - t12 = J.$index$asx(lineItems._copy_on_write_list$_list, index).customValue1; - t13.push(new L.Focus(_null, new T.Padding(C.EdgeInsets_0_0_16_0, new B.CustomField(_null, new E._InvoiceEditItemsDesktopState_build_closure15(_this, lineItems, index), _this._widget.entityViewModel.onSavePressed, customField1, t12, true, _null), _null), _null, new E._InvoiceEditItemsDesktopState_build_closure16(_this), false, _null, true, true, _null, true, _null)); + t13 = J.$index$asx(lineItems._copy_on_write_list$_list, index).customValue1; + t14.push(new L.Focus(_null, new T.Padding(C.EdgeInsets_0_0_16_0, new B.CustomField(_null, new E._InvoiceEditItemsDesktopState_build_closure18(_this, lineItems, index), _this._widget.entityViewModel.onSavePressed, customField1, t13, true, _null), _null), _null, new E._InvoiceEditItemsDesktopState_build_closure19(_this), false, _null, true, true, _null, true, _null)); } if (company.getCustomFieldLabel$1(customField2).length !== 0) { - t12 = J.$index$asx(lineItems._copy_on_write_list$_list, index).customValue2; - t13.push(new L.Focus(_null, new T.Padding(C.EdgeInsets_0_0_16_0, new B.CustomField(_null, new E._InvoiceEditItemsDesktopState_build_closure17(_this, lineItems, index), _this._widget.entityViewModel.onSavePressed, customField2, t12, true, _null), _null), _null, new E._InvoiceEditItemsDesktopState_build_closure18(_this), false, _null, true, true, _null, true, _null)); + t13 = J.$index$asx(lineItems._copy_on_write_list$_list, index).customValue2; + t14.push(new L.Focus(_null, new T.Padding(C.EdgeInsets_0_0_16_0, new B.CustomField(_null, new E._InvoiceEditItemsDesktopState_build_closure20(_this, lineItems, index), _this._widget.entityViewModel.onSavePressed, customField2, t13, true, _null), _null), _null, new E._InvoiceEditItemsDesktopState_build_closure21(_this), false, _null, true, true, _null, true, _null)); } if (company.getCustomFieldLabel$1(customField3).length !== 0) { - t12 = J.$index$asx(lineItems._copy_on_write_list$_list, index).customValue3; - t13.push(new L.Focus(_null, new T.Padding(C.EdgeInsets_0_0_16_0, new B.CustomField(_null, new E._InvoiceEditItemsDesktopState_build_closure19(_this, lineItems, index), _this._widget.entityViewModel.onSavePressed, customField3, t12, true, _null), _null), _null, new E._InvoiceEditItemsDesktopState_build_closure20(_this), false, _null, true, true, _null, true, _null)); + t13 = J.$index$asx(lineItems._copy_on_write_list$_list, index).customValue3; + t14.push(new L.Focus(_null, new T.Padding(C.EdgeInsets_0_0_16_0, new B.CustomField(_null, new E._InvoiceEditItemsDesktopState_build_closure22(_this, lineItems, index), _this._widget.entityViewModel.onSavePressed, customField3, t13, true, _null), _null), _null, new E._InvoiceEditItemsDesktopState_build_closure23(_this), false, _null, true, true, _null, true, _null)); } if (company.getCustomFieldLabel$1(customField4).length !== 0) { - t12 = J.$index$asx(lineItems._copy_on_write_list$_list, index).customValue4; - t13.push(new L.Focus(_null, new T.Padding(C.EdgeInsets_0_0_16_0, new B.CustomField(_null, new E._InvoiceEditItemsDesktopState_build_closure21(_this, lineItems, index), _this._widget.entityViewModel.onSavePressed, customField4, t12, true, _null), _null), _null, new E._InvoiceEditItemsDesktopState_build_closure22(_this), false, _null, true, true, _null, true, _null)); + t13 = J.$index$asx(lineItems._copy_on_write_list$_list, index).customValue4; + t14.push(new L.Focus(_null, new T.Padding(C.EdgeInsets_0_0_16_0, new B.CustomField(_null, new E._InvoiceEditItemsDesktopState_build_closure24(_this, lineItems, index), _this._widget.entityViewModel.onSavePressed, customField4, t13, true, _null), _null), _null, new E._InvoiceEditItemsDesktopState_build_closure25(_this), false, _null, true, true, _null, true, _null)); } if (hasTax1) - t13.push(new L.Focus(_null, new T.Padding(C.EdgeInsets_0_0_16_0, new D.TaxRateDropdown(_null, new E._InvoiceEditItemsDesktopState_build_closure23(_this, lineItems, index), J.$index$asx(lineItems._copy_on_write_list$_list, index).taxName1, J.$index$asx(lineItems._copy_on_write_list$_list, index).taxRate1, _null), _null), _null, new E._InvoiceEditItemsDesktopState_build_closure24(_this), false, _null, true, true, _null, true, _null)); + t14.push(new L.Focus(_null, new T.Padding(C.EdgeInsets_0_0_16_0, new D.TaxRateDropdown(_null, new E._InvoiceEditItemsDesktopState_build_closure26(_this, lineItems, index), J.$index$asx(lineItems._copy_on_write_list$_list, index).taxName1, J.$index$asx(lineItems._copy_on_write_list$_list, index).taxRate1, _null), _null), _null, new E._InvoiceEditItemsDesktopState_build_closure27(_this), false, _null, true, true, _null, true, _null)); if (hasTax2) - t13.push(new L.Focus(_null, new T.Padding(C.EdgeInsets_0_0_16_0, new D.TaxRateDropdown(_null, new E._InvoiceEditItemsDesktopState_build_closure25(_this, lineItems, index), J.$index$asx(lineItems._copy_on_write_list$_list, index).taxName2, J.$index$asx(lineItems._copy_on_write_list$_list, index).taxRate2, _null), _null), _null, new E._InvoiceEditItemsDesktopState_build_closure26(_this), false, _null, true, true, _null, true, _null)); + t14.push(new L.Focus(_null, new T.Padding(C.EdgeInsets_0_0_16_0, new D.TaxRateDropdown(_null, new E._InvoiceEditItemsDesktopState_build_closure28(_this, lineItems, index), J.$index$asx(lineItems._copy_on_write_list$_list, index).taxName2, J.$index$asx(lineItems._copy_on_write_list$_list, index).taxRate2, _null), _null), _null, new E._InvoiceEditItemsDesktopState_build_closure29(_this), false, _null, true, true, _null, true, _null)); if (hasTax3) - t13.push(new L.Focus(_null, new T.Padding(C.EdgeInsets_0_0_16_0, new D.TaxRateDropdown(_null, new E._InvoiceEditItemsDesktopState_build_closure27(_this, lineItems, index), J.$index$asx(lineItems._copy_on_write_list$_list, index).taxName3, J.$index$asx(lineItems._copy_on_write_list$_list, index).taxRate3, _null), _null), _null, new E._InvoiceEditItemsDesktopState_build_closure28(_this), false, _null, true, true, _null, true, _null)); - t12 = "__line_item_" + index + "_cost__"; - t13.push(new L.Focus(_null, new T.Padding(C.EdgeInsets_0_0_16_0, new S.DecoratedFormField(_null, _null, _null, Y.formatNumber(J.$index$asx(lineItems._copy_on_write_list$_list, index).cost, context, t6, _null, C.FormatNumberType_4, true, _null, false), _null, new N.TextInputType(2, true, true), _null, _null, false, true, false, false, false, _null, new E._InvoiceEditItemsDesktopState_build_closure29(_this, lineItems, index), _null, _null, _null, _this._widget.entityViewModel.onSavePressed, C.TextAlign_1, _null, _null, false, false, true, _null, new D.ValueKey(t12, t7)), _null), _null, new E._InvoiceEditItemsDesktopState_build_closure30(_this), false, _null, true, true, _null, true, _null)); + t14.push(new L.Focus(_null, new T.Padding(C.EdgeInsets_0_0_16_0, new D.TaxRateDropdown(_null, new E._InvoiceEditItemsDesktopState_build_closure30(_this, lineItems, index), J.$index$asx(lineItems._copy_on_write_list$_list, index).taxName3, J.$index$asx(lineItems._copy_on_write_list$_list, index).taxRate3, _null), _null), _null, new E._InvoiceEditItemsDesktopState_build_closure31(_this), false, _null, true, true, _null, true, _null)); + t13 = "__line_item_" + index + "_cost__"; + t14.push(new L.Focus(_null, new T.Padding(C.EdgeInsets_0_0_16_0, new S.DecoratedFormField(_null, _null, _null, Y.formatNumber(J.$index$asx(lineItems._copy_on_write_list$_list, index).cost, context, t6, _null, C.FormatNumberType_4, true, _null, false), _null, new N.TextInputType(2, true, true), _null, _null, false, true, false, false, false, _null, new E._InvoiceEditItemsDesktopState_build_closure32(_this, lineItems, index), _null, _null, _null, _this._widget.entityViewModel.onSavePressed, C.TextAlign_1, _null, _null, false, false, true, _null, new D.ValueKey(t13, t9)), _null), _null, new E._InvoiceEditItemsDesktopState_build_closure33(_this), false, _null, true, true, _null, true, _null)); if (!t2 || _this._widget.isTasks) { - t12 = "__line_item_" + index + "_quantity__"; - t13.push(new L.Focus(_null, new T.Padding(C.EdgeInsets_0_0_16_0, new S.DecoratedFormField(_null, _null, _null, Y.formatNumber(J.$index$asx(lineItems._copy_on_write_list$_list, index).quantity, context, t6, _null, C.FormatNumberType_5, true, _null, false), _null, new N.TextInputType(2, true, true), _null, _null, false, true, false, false, false, _null, new E._InvoiceEditItemsDesktopState_build_closure31(_this, lineItems, index), _null, _null, _null, _this._widget.entityViewModel.onSavePressed, C.TextAlign_1, _null, _null, false, false, true, _null, new D.ValueKey(t12, t7)), _null), _null, new E._InvoiceEditItemsDesktopState_build_closure32(_this), false, _null, true, true, _null, true, _null)); + t13 = "__line_item_" + index + "_quantity__"; + t14.push(new L.Focus(_null, new T.Padding(C.EdgeInsets_0_0_16_0, new S.DecoratedFormField(_null, _null, _null, Y.formatNumber(J.$index$asx(lineItems._copy_on_write_list$_list, index).quantity, context, t6, _null, C.FormatNumberType_5, true, _null, false), _null, new N.TextInputType(2, true, true), _null, _null, false, true, false, false, false, _null, new E._InvoiceEditItemsDesktopState_build_closure34(_this, lineItems, index), _null, _null, _null, _this._widget.entityViewModel.onSavePressed, C.TextAlign_1, _null, _null, false, false, true, _null, new D.ValueKey(t13, t9)), _null), _null, new E._InvoiceEditItemsDesktopState_build_closure35(_this), false, _null, true, true, _null, true, _null)); } if (t3) { - t12 = "__line_item_" + index + "_discount__"; - t13.push(new L.Focus(_null, new T.Padding(C.EdgeInsets_0_0_16_0, new S.DecoratedFormField(_null, _null, _null, Y.formatNumber(J.$index$asx(lineItems._copy_on_write_list$_list, index).discount, context, t6, _null, C.FormatNumberType_5, true, _null, false), _null, new N.TextInputType(2, true, true), _null, _null, false, true, false, false, false, _null, new E._InvoiceEditItemsDesktopState_build_closure33(_this, lineItems, index), _null, _null, _null, _this._widget.entityViewModel.onSavePressed, C.TextAlign_1, _null, _null, false, false, true, _null, new D.ValueKey(t12, t7)), _null), _null, new E._InvoiceEditItemsDesktopState_build_closure34(_this), false, _null, true, true, _null, true, _null)); + t13 = "__line_item_" + index + "_discount__"; + t14.push(new L.Focus(_null, new T.Padding(C.EdgeInsets_0_0_16_0, new S.DecoratedFormField(_null, _null, _null, Y.formatNumber(J.$index$asx(lineItems._copy_on_write_list$_list, index).discount, context, t6, _null, C.FormatNumberType_5, true, _null, false), _null, new N.TextInputType(2, true, true), _null, _null, false, true, false, false, false, _null, new E._InvoiceEditItemsDesktopState_build_closure36(_this, lineItems, index), _null, _null, _null, _this._widget.entityViewModel.onSavePressed, C.TextAlign_1, _null, _null, false, false, true, _null, new D.ValueKey(t13, t9)), _null), _null, new E._InvoiceEditItemsDesktopState_build_closure37(_this), false, _null, true, true, _null, true, _null)); } - t12 = "__total_" + index + "_" + H.S(J.total$2$x(J.$index$asx(lineItems._copy_on_write_list$_list, index), invoice, precision)) + "_" + t6 + "__"; - t13.push(new T.Padding(C.EdgeInsets_0_0_16_0, E.TextFormField$(true, _null, false, _null, _null, C.InputDecoration_so3, false, false, _null, Y.formatNumber(J.total$2$x(J.$index$asx(lineItems._copy_on_write_list$_list, index), invoice, precision), context, t6, _null, C.FormatNumberType_0, true, _null, false), _null, new D.ValueKey(t12, t7), _null, 1, _null, false, _null, _null, _null, _null, true, _null, C.TextAlign_1, _null, _null), _null)); - t13.push(new Z.PopupMenuButton(new E._InvoiceEditItemsDesktopState_build_closure35(includedLineItems, lineItems, index, t1), _null, new E._InvoiceEditItemsDesktopState_build_closure36(_this, t1, viewModel, index, lineItems), _null, C.EdgeInsets_8_8_8_8, _null, new L.Icon(C.IconData_58372_MaterialIcons_null_false, _null, _null, _null), !J.get$isEmpty$asx(J.$index$asx(lineItems._copy_on_write_list$_list, index)), _null, _null, t8)); - t5.push(new S.TableRow(new D.ValueKey(t11, t7), _null, t13)); + t13 = "__total_" + index + "_" + H.S(J.total$2$x(J.$index$asx(lineItems._copy_on_write_list$_list, index), invoice, precision)) + "_" + t6 + "__"; + t14.push(new T.Padding(C.EdgeInsets_0_0_16_0, E.TextFormField$(true, _null, false, _null, _null, C.InputDecoration_so3, false, false, _null, Y.formatNumber(J.total$2$x(J.$index$asx(lineItems._copy_on_write_list$_list, index), invoice, precision), context, t6, _null, C.FormatNumberType_0, true, _null, false), _null, new D.ValueKey(t13, t9), _null, 1, _null, false, _null, _null, _null, _null, true, _null, C.TextAlign_1, _null, _null), _null)); + t14.push(new Z.PopupMenuButton(new E._InvoiceEditItemsDesktopState_build_closure38(includedLineItems, lineItems, index, t1), _null, new E._InvoiceEditItemsDesktopState_build_closure39(_this, t1, viewModel, index, lineItems), _null, C.EdgeInsets_8_8_8_8, _null, new L.Icon(C.IconData_58372_MaterialIcons_null_false, _null, _null, _null), !J.get$isEmpty$asx(J.$index$asx(lineItems._copy_on_write_list$_list, index)), _null, _null, t8)); + t5.push(new S.TableRow(new D.ValueKey(t12, t9), _null, t14)); } } - return Y.FormCard$(S.Table$(t5, columnWidths, C.FlexColumnWidth_1, C.TableCellVerticalAlignment_2, new D.ValueKey(t4, t7)), _null, _null, 4, false, _null, false, C.EdgeInsets_12_0_12_0); + return Y.FormCard$(S.Table$(t5, t4, C.FlexColumnWidth_1, C.TableCellVerticalAlignment_2, new D.ValueKey(t7, t9)), _null, _null, 4, false, _null, false, C.EdgeInsets_12_0_12_0); } }; E._InvoiceEditItemsDesktopState__updateTable_closure.prototype = { @@ -386615,7 +384873,7 @@ $.Debouncer_action = null; } }, - $signature: 42 + $signature: 41 }; E._InvoiceEditItemsDesktopState_build_closure.prototype = { call$1: function(lineItem) { @@ -386648,17 +384906,108 @@ }; E._InvoiceEditItemsDesktopState_build_closure3.prototype = { call$1: function(item) { - return item.get$isEmpty(item); + return !item.get$isEmpty(item); }, $signature: 56 }; E._InvoiceEditItemsDesktopState_build_closure4.prototype = { + call$0: function() { + var t1 = this.$this; + t1.setState$1(new E._InvoiceEditItemsDesktopState_build__closure15(t1)); + }, + "call*": "call$0", + $requiredArgCount: 0, + $signature: 1 + }; + E._InvoiceEditItemsDesktopState_build__closure15.prototype = { + call$0: function() { + return this.$this._isReordering = false; + }, + $signature: 19 + }; + E._InvoiceEditItemsDesktopState_build_closure5.prototype = { + call$2: function(context, index) { + var t3, t4, t5, t6, _this = this, _null = null, + item = _this.filteredLineItems[index], + t1 = _this.lineItems, + t2 = J.$index$asx(t1._copy_on_write_list$_list, index).productKey; + t2 = T.Expanded$(L.Text$(t2, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1); + t3 = J.$index$asx(t1._copy_on_write_list$_list, index).notes; + t2 = H.setRuntimeTypeInfo([t2, T.Expanded$(L.Text$(t3, _null, 2, C.TextOverflow_2, _null, _null, _null, _null, _null, _null), 2)], type$.JSArray_legacy_Widget); + t3 = _this.company; + if (t3.getCustomFieldLabel$1(_this.customField1).length !== 0) { + t4 = J.$index$asx(t1._copy_on_write_list$_list, index).customValue1; + t2.push(T.Expanded$(L.Text$(t4, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)); + } + if (t3.getCustomFieldLabel$1(_this.customField2).length !== 0) { + t4 = J.$index$asx(t1._copy_on_write_list$_list, index).customValue2; + t2.push(T.Expanded$(L.Text$(t4, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)); + } + if (t3.getCustomFieldLabel$1(_this.customField3).length !== 0) { + t4 = J.$index$asx(t1._copy_on_write_list$_list, index).customValue3; + t2.push(T.Expanded$(L.Text$(t4, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)); + } + if (t3.getCustomFieldLabel$1(_this.customField4).length !== 0) { + t4 = J.$index$asx(t1._copy_on_write_list$_list, index).customValue4; + t2.push(T.Expanded$(L.Text$(t4, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)); + } + if (_this.hasTax1) { + t4 = J.$index$asx(t1._copy_on_write_list$_list, index).taxName1; + t2.push(T.Expanded$(L.Text$(t4, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)); + } + if (_this.hasTax2) { + t4 = J.$index$asx(t1._copy_on_write_list$_list, index).taxName2; + t2.push(T.Expanded$(L.Text$(t4, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)); + } + if (_this.hasTax3) { + t4 = J.$index$asx(t1._copy_on_write_list$_list, index).taxName3; + t2.push(T.Expanded$(L.Text$(t4, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)); + } + t4 = _this.invoice; + t5 = t4.clientId; + t6 = Y.formatNumber(J.$index$asx(t1._copy_on_write_list$_list, index).cost, context, t5, _null, C.FormatNumberType_4, true, _null, false); + t2.push(T.Expanded$(L.Text$(t6 == null ? "" : t6, _null, _null, _null, _null, _null, _null, C.TextAlign_1, _null, _null), 1)); + if (t3.enableProductQuantity || _this.$this._widget.isTasks) { + t6 = Y.formatNumber(J.$index$asx(t1._copy_on_write_list$_list, index).quantity, context, t5, _null, C.FormatNumberType_5, true, _null, false); + t2.push(T.Expanded$(L.Text$(t6 == null ? "" : t6, _null, _null, _null, _null, _null, _null, C.TextAlign_1, _null, _null), 1)); + } + if (t3.enableProductDiscount) { + t3 = Y.formatNumber(J.$index$asx(t1._copy_on_write_list$_list, index).discount, context, t5, _null, C.FormatNumberType_5, true, _null, false); + t2.push(T.Expanded$(L.Text$(t3 == null ? "" : t3, _null, _null, _null, _null, _null, _null, C.TextAlign_1, _null, _null), 1)); + } + t1 = Y.formatNumber(J.total$2$x(J.$index$asx(t1._copy_on_write_list$_list, index), t4, _this.precision), context, t5, _null, C.FormatNumberType_0, true, _null, false); + t2.push(T.Expanded$(L.Text$(t1 == null ? "" : t1, _null, _null, _null, _null, _null, _null, C.TextAlign_1, _null, _null), 1)); + t2.push(T.SizedBox$(_null, _null, 60)); + return new T.Padding(C.EdgeInsets_0_8_0_8, T.Row$(t2, C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null), new N.ObjectKey(item)); + }, + "call*": "call$2", + $requiredArgCount: 2, + $signature: 2288 + }; + E._InvoiceEditItemsDesktopState_build_closure6.prototype = { + call$2: function(oldIndex, newIndex) { + var newIndex0 = this.filteredLineItems.length; + if (newIndex > newIndex0) + newIndex = newIndex0; + if (oldIndex < newIndex) + --newIndex; + this.viewModel.onMovedInvoiceItem.call$2(oldIndex, newIndex); + }, + $signature: 135 + }; + E._InvoiceEditItemsDesktopState_build_closure7.prototype = { + call$1: function(item) { + return item.get$isEmpty(item); + }, + $signature: 56 + }; + E._InvoiceEditItemsDesktopState_build_closure8.prototype = { call$1: function(item) { return !item.get$isEmpty(item); }, $signature: 56 }; - E._InvoiceEditItemsDesktopState_build_closure5.prototype = { + E._InvoiceEditItemsDesktopState_build_closure9.prototype = { call$0: function() { var t1 = this.$this; t1.setState$1(new E._InvoiceEditItemsDesktopState_build__closure14(t1)); @@ -386674,32 +385023,26 @@ }, $signature: 19 }; - E._InvoiceEditItemsDesktopState_build_closure6.prototype = { - call$2: function(oldIndex, newIndex) { - this.viewModel.onMovedInvoiceItem.call$2(oldIndex, newIndex); - }, - $signature: 123 - }; - E._InvoiceEditItemsDesktopState_build_closure12.prototype = { + E._InvoiceEditItemsDesktopState_build_closure15.prototype = { call$1: function(hasFocus) { var t1 = this.$this; t1._autocompleteFocusIndex = this.index; t1._onFocusChange$0(); }, - $signature: 20 + $signature: 21 }; - E._InvoiceEditItemsDesktopState_build_closure8.prototype = { + E._InvoiceEditItemsDesktopState_build_closure11.prototype = { call$1: function(context) { return T.SizedBox$(null, null, null); }, - $signature: 582 + $signature: 653 }; - E._InvoiceEditItemsDesktopState_build_closure10.prototype = { + E._InvoiceEditItemsDesktopState_build_closure13.prototype = { call$1: function(pattern) { var t1 = J.where$1$ax(this.productIds, new E._InvoiceEditItemsDesktopState_build__closure12(this.productState, pattern)); return P.List_List$of(t1, true, t1.$ti._eval$1("Iterable.E")); }, - $signature: 583 + $signature: 654 }; E._InvoiceEditItemsDesktopState_build__closure12.prototype = { call$1: function(productId) { @@ -386707,14 +385050,14 @@ }, $signature: 16 }; - E._InvoiceEditItemsDesktopState_build_closure7.prototype = { + E._InvoiceEditItemsDesktopState_build_closure10.prototype = { call$2: function(context, productId) { var _this = this, _null = null, t1 = K.Theme_of(context).cardColor, t2 = _this.productState; return T.Listener$(C.HitTestBehavior_0, M.Container$(_null, Q.ListTile$(false, _null, _null, true, false, _null, _null, _null, _null, false, _null, _null, _null, _null, L.Text$(J.$index$asx(t2.map._map$_map, productId).productKey, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), C.Clip_0, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new E._InvoiceEditItemsDesktopState_build__closure13(_this.$this, _this.lineItems, _this.index, t2, productId, _this.state, _this.invoice, _this.company), _null, _null, _null); }, - $signature: 585 + $signature: 655 }; E._InvoiceEditItemsDesktopState_build__closure13.prototype = { call$1: function(_) { @@ -386743,7 +385086,7 @@ t4._invoice_edit_items_desktop$_onChanged$3$debounce(item.rebuild$1(new E._InvoiceEditItemsDesktopState_build___closure(t1, product, item, t3)), t2, false); t4._updateTable$0(); }, - $signature: 589 + $signature: 656 }; E._InvoiceEditItemsDesktopState_build___closure.prototype = { call$1: function(b) { @@ -386790,13 +385133,13 @@ }, $signature: 54 }; - E._InvoiceEditItemsDesktopState_build_closure9.prototype = { + E._InvoiceEditItemsDesktopState_build_closure12.prototype = { call$1: function(suggestion) { return; }, $signature: 7 }; - E._InvoiceEditItemsDesktopState_build_closure11.prototype = { + E._InvoiceEditItemsDesktopState_build_closure14.prototype = { call$1: function(value) { var t1 = this.index; this.$this._invoice_edit_items_desktop$_onChanged$2(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new E._InvoiceEditItemsDesktopState_build__closure11(value)), t1); @@ -386810,18 +385153,18 @@ }, $signature: 54 }; - E._InvoiceEditItemsDesktopState_build_closure14.prototype = { + E._InvoiceEditItemsDesktopState_build_closure17.prototype = { call$1: function(hasFocus) { return this.$this._onFocusChange$0(); }, - $signature: 32 + $signature: 33 }; - E._InvoiceEditItemsDesktopState_build_closure13.prototype = { + E._InvoiceEditItemsDesktopState_build_closure16.prototype = { call$1: function(value) { var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$2(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new E._InvoiceEditItemsDesktopState_build__closure10(value)), t1); }, - $signature: 60 + $signature: 59 }; E._InvoiceEditItemsDesktopState_build__closure10.prototype = { call$1: function(b) { @@ -386830,18 +385173,18 @@ }, $signature: 54 }; - E._InvoiceEditItemsDesktopState_build_closure16.prototype = { + E._InvoiceEditItemsDesktopState_build_closure19.prototype = { call$1: function(hasFocus) { return this.$this._onFocusChange$0(); }, - $signature: 32 + $signature: 33 }; - E._InvoiceEditItemsDesktopState_build_closure15.prototype = { + E._InvoiceEditItemsDesktopState_build_closure18.prototype = { call$1: function(value) { var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$2(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new E._InvoiceEditItemsDesktopState_build__closure9(value)), t1); }, - $signature: 60 + $signature: 59 }; E._InvoiceEditItemsDesktopState_build__closure9.prototype = { call$1: function(b) { @@ -386850,18 +385193,18 @@ }, $signature: 54 }; - E._InvoiceEditItemsDesktopState_build_closure18.prototype = { + E._InvoiceEditItemsDesktopState_build_closure21.prototype = { call$1: function(hasFocus) { return this.$this._onFocusChange$0(); }, - $signature: 32 + $signature: 33 }; - E._InvoiceEditItemsDesktopState_build_closure17.prototype = { + E._InvoiceEditItemsDesktopState_build_closure20.prototype = { call$1: function(value) { var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$2(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new E._InvoiceEditItemsDesktopState_build__closure8(value)), t1); }, - $signature: 60 + $signature: 59 }; E._InvoiceEditItemsDesktopState_build__closure8.prototype = { call$1: function(b) { @@ -386870,18 +385213,18 @@ }, $signature: 54 }; - E._InvoiceEditItemsDesktopState_build_closure20.prototype = { + E._InvoiceEditItemsDesktopState_build_closure23.prototype = { call$1: function(hasFocus) { return this.$this._onFocusChange$0(); }, - $signature: 32 + $signature: 33 }; - E._InvoiceEditItemsDesktopState_build_closure19.prototype = { + E._InvoiceEditItemsDesktopState_build_closure22.prototype = { call$1: function(value) { var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$2(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new E._InvoiceEditItemsDesktopState_build__closure7(value)), t1); }, - $signature: 60 + $signature: 59 }; E._InvoiceEditItemsDesktopState_build__closure7.prototype = { call$1: function(b) { @@ -386890,18 +385233,18 @@ }, $signature: 54 }; - E._InvoiceEditItemsDesktopState_build_closure22.prototype = { + E._InvoiceEditItemsDesktopState_build_closure25.prototype = { call$1: function(hasFocus) { return this.$this._onFocusChange$0(); }, - $signature: 32 + $signature: 33 }; - E._InvoiceEditItemsDesktopState_build_closure21.prototype = { + E._InvoiceEditItemsDesktopState_build_closure24.prototype = { call$1: function(value) { var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$2(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new E._InvoiceEditItemsDesktopState_build__closure6(value)), t1); }, - $signature: 60 + $signature: 59 }; E._InvoiceEditItemsDesktopState_build__closure6.prototype = { call$1: function(b) { @@ -386910,18 +385253,18 @@ }, $signature: 54 }; - E._InvoiceEditItemsDesktopState_build_closure24.prototype = { + E._InvoiceEditItemsDesktopState_build_closure27.prototype = { call$1: function(hasFocus) { return this.$this._onFocusChange$0(); }, - $signature: 32 + $signature: 33 }; - E._InvoiceEditItemsDesktopState_build_closure23.prototype = { + E._InvoiceEditItemsDesktopState_build_closure26.prototype = { call$1: function(taxRate) { var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$3$debounce(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new E._InvoiceEditItemsDesktopState_build__closure5(taxRate)), t1, false); }, - $signature: 432 + $signature: 435 }; E._InvoiceEditItemsDesktopState_build__closure5.prototype = { call$1: function(b) { @@ -386934,18 +385277,18 @@ }, $signature: 54 }; - E._InvoiceEditItemsDesktopState_build_closure26.prototype = { + E._InvoiceEditItemsDesktopState_build_closure29.prototype = { call$1: function(hasFocus) { return this.$this._onFocusChange$0(); }, - $signature: 32 + $signature: 33 }; - E._InvoiceEditItemsDesktopState_build_closure25.prototype = { + E._InvoiceEditItemsDesktopState_build_closure28.prototype = { call$1: function(taxRate) { var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$3$debounce(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new E._InvoiceEditItemsDesktopState_build__closure4(taxRate)), t1, false); }, - $signature: 432 + $signature: 435 }; E._InvoiceEditItemsDesktopState_build__closure4.prototype = { call$1: function(b) { @@ -386958,18 +385301,18 @@ }, $signature: 54 }; - E._InvoiceEditItemsDesktopState_build_closure28.prototype = { + E._InvoiceEditItemsDesktopState_build_closure31.prototype = { call$1: function(hasFocus) { return this.$this._onFocusChange$0(); }, - $signature: 32 + $signature: 33 }; - E._InvoiceEditItemsDesktopState_build_closure27.prototype = { + E._InvoiceEditItemsDesktopState_build_closure30.prototype = { call$1: function(taxRate) { var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$3$debounce(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new E._InvoiceEditItemsDesktopState_build__closure3(taxRate)), t1, false); }, - $signature: 432 + $signature: 435 }; E._InvoiceEditItemsDesktopState_build__closure3.prototype = { call$1: function(b) { @@ -386982,18 +385325,18 @@ }, $signature: 54 }; - E._InvoiceEditItemsDesktopState_build_closure30.prototype = { + E._InvoiceEditItemsDesktopState_build_closure33.prototype = { call$1: function(hasFocus) { return this.$this._onFocusChange$0(); }, - $signature: 32 + $signature: 33 }; - E._InvoiceEditItemsDesktopState_build_closure29.prototype = { + E._InvoiceEditItemsDesktopState_build_closure32.prototype = { call$1: function(value) { var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$2(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new E._InvoiceEditItemsDesktopState_build__closure2(value)), t1); }, - $signature: 60 + $signature: 59 }; E._InvoiceEditItemsDesktopState_build__closure2.prototype = { call$1: function(b) { @@ -387003,18 +385346,18 @@ }, $signature: 54 }; - E._InvoiceEditItemsDesktopState_build_closure32.prototype = { + E._InvoiceEditItemsDesktopState_build_closure35.prototype = { call$1: function(hasFocus) { return this.$this._onFocusChange$0(); }, - $signature: 32 + $signature: 33 }; - E._InvoiceEditItemsDesktopState_build_closure31.prototype = { + E._InvoiceEditItemsDesktopState_build_closure34.prototype = { call$1: function(value) { var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$2(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new E._InvoiceEditItemsDesktopState_build__closure1(value)), t1); }, - $signature: 60 + $signature: 59 }; E._InvoiceEditItemsDesktopState_build__closure1.prototype = { call$1: function(b) { @@ -387024,18 +385367,18 @@ }, $signature: 54 }; - E._InvoiceEditItemsDesktopState_build_closure34.prototype = { + E._InvoiceEditItemsDesktopState_build_closure37.prototype = { call$1: function(hasFocus) { return this.$this._onFocusChange$0(); }, - $signature: 32 + $signature: 33 }; - E._InvoiceEditItemsDesktopState_build_closure33.prototype = { + E._InvoiceEditItemsDesktopState_build_closure36.prototype = { call$1: function(value) { var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$2(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new E._InvoiceEditItemsDesktopState_build__closure0(value)), t1); }, - $signature: 60 + $signature: 59 }; E._InvoiceEditItemsDesktopState_build__closure0.prototype = { call$1: function(b) { @@ -387045,7 +385388,7 @@ }, $signature: 54 }; - E._InvoiceEditItemsDesktopState_build_closure35.prototype = { + E._InvoiceEditItemsDesktopState_build_closure38.prototype = { call$1: function(context) { var _this = this, t1 = _this.includedLineItems, @@ -387065,15 +385408,15 @@ t1 = H.MappedIterable_MappedIterable(t1, new E._InvoiceEditItemsDesktopState_build__closure(t2), H._instanceType(t1)._eval$1("Iterable.E"), type$.legacy_PopupMenuItem_legacy_String); return P.List_List$of(t1, true, H._instanceType(t1)._eval$1("Iterable.E")); }, - $signature: 591 + $signature: 658 }; E._InvoiceEditItemsDesktopState_build__closure.prototype = { call$1: function(option) { return Z.PopupMenuItem$(new U.IconText(option, this.options.$index(0, option), null, null, null), option, type$.legacy_String); }, - $signature: 594 + $signature: 659 }; - E._InvoiceEditItemsDesktopState_build_closure36.prototype = { + E._InvoiceEditItemsDesktopState_build_closure39.prototype = { call$1: function(action) { var _this = this, t1 = _this.localization; @@ -387124,7 +385467,7 @@ call$1: function(store) { return O.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore(store, this.$this.isTasks); }, - $signature: 2297 + $signature: 2296 }; O.InvoiceEditItemsScreen_build_closure.prototype = { call$2: function(context, viewModel) { @@ -387135,7 +385478,7 @@ else return new G.InvoiceEditItems(viewModel, t2, null); }, - $signature: 2298 + $signature: 2297 }; O.EntityEditItemsVM.prototype = { get$company: function() { @@ -387150,7 +385493,7 @@ call$1: function(index) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.DeleteInvoiceItem(index)); }, - $signature: 106 + $signature: 104 }; O.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure0.prototype = { call$0: function() { @@ -387182,7 +385525,7 @@ call$2: function(oldIndex, newIndex) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.MoveInvoiceItem(oldIndex, newIndex)); }, - $signature: 123 + $signature: 135 }; Z.InvoiceEditNotes.prototype = { createState$0: function() { @@ -387297,13 +385640,13 @@ call$1: function(store) { return E.InvoiceEditNotesVM_InvoiceEditNotesVM$fromStore(store); }, - $signature: 2299 + $signature: 2298 }; E.InvoiceEditNotesScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new Z.InvoiceEditNotes(viewModel, null); }, - $signature: 2300 + $signature: 2299 }; E.EntityEditNotesVM.prototype = { get$company: function() { @@ -387318,7 +385661,7 @@ call$1: function(invoice) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.UpdateInvoice(invoice)); }, - $signature: 157 + $signature: 141 }; A.InvoiceEditPDF.prototype = { createState$0: function() { @@ -387408,13 +385751,13 @@ t1 = t1.selectedCompanyIndex; return new B.InvoiceEditPDFVM(state, J.$index$asx(t2._list, t1).userCompany.company, invoice); }, - $signature: 2301 + $signature: 2300 }; B.InvoiceEditPDFScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new A.InvoiceEditPDF(viewModel, null); }, - $signature: 2302 + $signature: 2301 }; B.EntityEditPDFVM.prototype = { get$company: function() { @@ -387435,13 +385778,13 @@ call$1: function(store) { return M.InvoiceEditVM_InvoiceEditVM$fromStore(store); }, - $signature: 2303 + $signature: 2302 }; M.InvoiceEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new F.InvoiceEdit(viewModel, new D.ValueKey(viewModel.invoice.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2304 + $signature: 2303 }; M.AbstractInvoiceEditVM.prototype = { get$company: function() { @@ -387464,7 +385807,7 @@ call$1: function(context) { return this.call$2(context, null); }, - $signature: 184 + $signature: 187 }; M.InvoiceEditVM_InvoiceEditVM$fromStore__closure0.prototype = { call$0: function() { @@ -387523,7 +385866,7 @@ call$1: function(context) { return new M.ErrorDialog(this.localization.get$pleaseSelectAClient(), false, null); }, - $signature: 21 + $signature: 20 }; M.InvoiceEditVM_InvoiceEditVM$fromStore___closure1.prototype = { call$1: function(context) { @@ -387531,7 +385874,7 @@ t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, this.localization.localeCode), _s24_); return new M.ErrorDialog(t1 == null ? J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, "en"), _s24_) : t1, false, null); }, - $signature: 21 + $signature: 20 }; M.InvoiceEditVM_InvoiceEditVM$fromStore___closure2.prototype = { call$1: function(context) { @@ -387539,7 +385882,7 @@ t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, this.localization.localeCode), _s27_); return new M.ErrorDialog(t1 == null ? J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, "en"), _s27_) : t1, false, null); }, - $signature: 21 + $signature: 20 }; M.InvoiceEditVM_InvoiceEditVM$fromStore___closure3.prototype = { call$1: function(savedInvoice) { @@ -387575,7 +385918,7 @@ if (C.JSArray_methods.contains$1(H.setRuntimeTypeInfo([C.EntityAction_newPayment, C.EntityAction_emailInvoice, C.EntityAction_viewPdf], type$.JSArray_legacy_EntityAction), t1)) M.handleEntitiesActions(H.setRuntimeTypeInfo([savedInvoice], type$.JSArray_legacy_BaseEntity), t1, false); }, - $signature: 71 + $signature: 66 }; M.InvoiceEditVM_InvoiceEditVM$fromStore___closure4.prototype = { call$1: function(error) { @@ -387589,7 +385932,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; M.InvoiceEditVM_InvoiceEditVM$fromStore_closure0.prototype = { call$2: function(items, clientId) { @@ -387607,7 +385950,7 @@ J.$index$asx(t1.get$_dispatchers(), 0).call$1(new Q.EditInvoiceItem(t2)); } }, - $signature: 254 + $signature: 273 }; M.InvoiceEditVM_InvoiceEditVM$fromStore__closure.prototype = { call$1: function(b) { @@ -387625,7 +385968,7 @@ call$1: function(contact) { return Q.InvitationEntity_InvitationEntity(contact.id); }, - $signature: 202 + $signature: 190 }; M.InvoiceEditVM_InvoiceEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -387756,7 +386099,7 @@ else if (entity.get$entityType() === C.EntityType_expense) _this.items.push(L.convertExpenseToInvoiceItem(_this.context, type$.legacy_ExpenseEntity._as(entity))); }, - $signature: 360 + $signature: 456 }; D._InvoiceItemSelectorState__toggleEntity_closure.prototype = { call$0: function() { @@ -387784,7 +386127,7 @@ t1 = false; return t1; }, - $signature: 186 + $signature: 206 }; D._InvoiceItemSelectorState__updateClientId_closure0.prototype = { call$0: function() { @@ -387850,7 +386193,7 @@ var t1 = this.products; return X.ScrollableListViewBuilder$(new D._InvoiceItemSelectorState_build__productList_closure(this.$this, t1, this.state), t1.length, null, null); }, - $signature: 140 + $signature: 137 }; D._InvoiceItemSelectorState_build__productList_closure.prototype = { call$2: function(context, index) { @@ -387863,13 +386206,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 596 + $signature: 660 }; D._InvoiceItemSelectorState_build__productList__closure.prototype = { call$1: function(checked) { return this.$this._toggleEntity$1(this.product); }, - $signature: 32 + $signature: 33 }; D._InvoiceItemSelectorState_build__productList__closure0.prototype = { call$0: function() { @@ -387892,7 +386235,7 @@ var t1 = this.tasks; return X.ScrollableListViewBuilder$(new D._InvoiceItemSelectorState_build__taskList_closure(this.$this, t1, this.state), t1.length, null, null); }, - $signature: 140 + $signature: 137 }; D._InvoiceItemSelectorState_build__taskList_closure.prototype = { call$2: function(context, index) { @@ -387905,13 +386248,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 248 + $signature: 244 }; D._InvoiceItemSelectorState_build__taskList__closure.prototype = { call$1: function(checked) { return this.$this._toggleEntity$1(this.task); }, - $signature: 32 + $signature: 33 }; D._InvoiceItemSelectorState_build__taskList__closure0.prototype = { call$0: function() { @@ -387934,7 +386277,7 @@ var t1 = this.expenses; return X.ScrollableListViewBuilder$(new D._InvoiceItemSelectorState_build__expenseList_closure(this.$this, t1, this.state), t1.length, null, null); }, - $signature: 140 + $signature: 137 }; D._InvoiceItemSelectorState_build__expenseList_closure.prototype = { call$2: function(context, index) { @@ -387951,13 +386294,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 443 + $signature: 399 }; D._InvoiceItemSelectorState_build__expenseList__closure.prototype = { call$1: function(checked) { return this.$this._toggleEntity$1(this.expense); }, - $signature: 32 + $signature: 33 }; D._InvoiceItemSelectorState_build__expenseList__closure0.prototype = { call$0: function() { @@ -388069,7 +386412,7 @@ J.$index$asx(store.get$_dispatchers(), 0).call$1(new E.LoadClient(null, t1)); } }, - $signature: 403 + $signature: 460 }; M.InvoiceEmailScreen_build_closure0.prototype = { call$1: function(store) { @@ -388080,13 +386423,13 @@ t1 = t1.selectedCompanyIndex; return M.EmailInvoiceVM_EmailInvoiceVM$fromStore(store, J.$index$asx(t2._list, t1).invoiceState.$get$1(0, invoiceId)); }, - $signature: 2306 + $signature: 2305 }; M.InvoiceEmailScreen_build_closure.prototype = { call$2: function(context, vm) { return new E.InvoiceEmailView(vm, new D.ValueKey("__invoice_" + vm.invoice.id + "__", type$.ValueKey_legacy_String)); }, - $signature: 2307 + $signature: 2306 }; M.EmailEntityVM.prototype = { get$company: function() { @@ -388111,7 +386454,7 @@ completer.future.then$1$1(0, new M.EmailInvoiceVM_EmailInvoiceVM$fromStore__closure(this.invoice), t1); J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.EmailInvoiceRequest(completer, this.invoice.id, template, subject, body)); }, - $signature: 408 + $signature: 349 }; M.EmailInvoiceVM_EmailInvoiceVM$fromStore__closure.prototype = { call$1: function(value) { @@ -388244,7 +386587,7 @@ } return t1; }, - $signature: 100 + $signature: 97 }; M.InvoiceListItem_build__closure2.prototype = { call$0: function() { @@ -388263,14 +386606,14 @@ call$1: function(value) { return null; }, - $signature: 20 + $signature: 21 }; M.InvoiceListItem_build__closure0.prototype = { call$2: function(context, action) { M.handleEntitiesActions(H.setRuntimeTypeInfo([this.$this.invoice], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 59 + $signature: 58 }; M.InvoiceListItem_build__closure5.prototype = { call$0: function() { @@ -388289,7 +386632,7 @@ call$1: function(value) { return null; }, - $signature: 20 + $signature: 21 }; T.InvoiceListBuilder.prototype = { build$1: function(_, context) { @@ -388305,7 +386648,7 @@ t4 = viewModel.tableColumns; return S.EntityList$(t3, C.EntityType_invoice, new T.InvoiceListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new Q.InvoicePresenter(), t2, t4); }, - $signature: 2308 + $signature: 2307 }; T.InvoiceListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -388315,7 +386658,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 430 + $signature: 444 }; T.EntityListVM.prototype = {}; T.InvoiceListVM.prototype = {}; @@ -388456,7 +386799,7 @@ t1._invoice_pdf$_pdfString = t2; L.WebUtils_registerWebView(t2); }, - $signature: 557 + $signature: 603 }; E._InvoicePdfViewState_loadPdf__closure.prototype = { call$0: function() { @@ -388493,7 +386836,7 @@ var t1 = this.$this; t1.setState$1(new E._InvoicePdfViewState_build__closure(t1)); }, - $signature: 20 + $signature: 21 }; E._InvoicePdfViewState_build__closure.prototype = { call$0: function() { @@ -388567,13 +386910,13 @@ t1 = t1.selectedCompanyIndex; return new O.InvoicePdfVM(state, J.$index$asx(t2._list, t1).invoiceState.$get$1(0, invoiceId), invoiceUIState.historyActivityId); }, - $signature: 2309 + $signature: 2308 }; O.InvoicePdfScreen_build_closure.prototype = { call$2: function(context, vm) { return new E.InvoicePdfView(vm, this.$this.showAppBar, new D.ValueKey("__invoice_pdf_" + vm.invoice.id + "__", type$.ValueKey_legacy_String)); }, - $signature: 2310 + $signature: 2309 }; O.EntityPdfVM.prototype = { get$invoice: function() { @@ -388735,13 +387078,13 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.FilterInvoicesByState(state)); }, - $signature: 53 + $signature: 49 }; Y.InvoiceScreen_build_closure6.prototype = { call$2: function($status, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.FilterInvoicesByStatus($status)); }, - $signature: 239 + $signature: 231 }; Y.InvoiceScreen_build_closure0.prototype = { call$1: function(value) { @@ -388775,7 +387118,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 69 + $signature: 68 }; Y.InvoiceScreen_build_closure8.prototype = { call$1: function(b) { @@ -388785,7 +387128,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 69 + $signature: 68 }; Y.InvoiceScreen_build_closure9.prototype = { call$1: function(b) { @@ -388795,7 +387138,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 69 + $signature: 68 }; Y.InvoiceScreen_build_closure10.prototype = { call$1: function(b) { @@ -388807,7 +387150,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 69 + $signature: 68 }; Y.InvoiceScreen_build_closure11.prototype = { call$1: function(b) { @@ -388819,7 +387162,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 69 + $signature: 68 }; Y.InvoiceScreen_build_closure12.prototype = { call$1: function(b) { @@ -388831,7 +387174,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 69 + $signature: 68 }; Y.InvoiceScreen_build_closure13.prototype = { call$1: function(b) { @@ -388843,7 +387186,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 69 + $signature: 68 }; Y.InvoiceScreen_build_closure.prototype = { call$0: function() { @@ -388875,7 +387218,7 @@ call$2: function(context, vm) { return new Y.InvoiceScreen(vm, null); }, - $signature: 2312 + $signature: 2311 }; E.InvoiceScreenVM.prototype = {}; E.InvoiceView.prototype = { @@ -388992,7 +387335,7 @@ t4.push(N.RefreshIndicator$(new A.InvoiceViewActivity(t1, new D.ValueKey(t5, t6)), new E._InvoiceViewState_build__closure4(t1, context))); return N.RefreshIndicator$(T.Column$(H.setRuntimeTypeInfo([T.Expanded$(E.TabBarView$(t4, t3, null), 1), new Z.BottomButtons(t2, C.EntityAction_viewPdf, _this._box_0.secondAction, true, true, null)], t7), C.CrossAxisAlignment_2, null, C.MainAxisAlignment_0, C.MainAxisSize_1, C.VerticalDirection_1), new E._InvoiceViewState_build__closure5(t1, context)); }, - $signature: 598 + $signature: 662 }; E._InvoiceViewState_build__closure5.prototype = { call$0: function() { @@ -389080,7 +387423,7 @@ call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 66 + $signature: 64 }; A._InvoiceViewActivityState_build_closure.prototype = { call$2: function(context, index) { @@ -389088,7 +387431,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 280 + $signature: 306 }; B.InvoiceViewContacts.prototype = { build$1: function(_, context) { @@ -389099,7 +387442,7 @@ call$1: function(invitation) { return new B._InvitationListTile(invitation, this.$this.viewModel, null); }, - $signature: 2314 + $signature: 2313 }; B._InvitationListTile.prototype = { build$1: function(_, context) { @@ -389154,13 +387497,13 @@ call$1: function(contact) { return contact.id === this.$this.invitation.contactId; }, - $signature: 145 + $signature: 155 }; B._InvitationListTile_build_closure0.prototype = { call$0: function() { return T.ContactEntity_ContactEntity(); }, - $signature: 657 + $signature: 569 }; B._InvitationListTile_build_closure1.prototype = { call$0: function() { @@ -389189,19 +387532,19 @@ call$1: function(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 134 + $signature: 122 }; X.InvoiceViewDocuments_build_closure0.prototype = { call$3: function($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 124 + $signature: 127 }; X.InvoiceViewDocuments_build_closure1.prototype = { call$1: function($document) { return this.$this.viewModel.onViewExpense.call$2(this.context, $document); }, - $signature: 2315 + $signature: 2314 }; S.InvoiceViewHistory.prototype = { createState$0: function() { @@ -389242,13 +387585,13 @@ call$1: function(activity) { return activity.history != null; }, - $signature: 354 + $signature: 401 }; S._InvoiceViewHistoryState_build_closure0.prototype = { call$2: function(a, b) { return C.JSInt_methods.compareTo$1(b.updatedAt, a.updatedAt); }, - $signature: 2316 + $signature: 2315 }; S._InvoiceViewHistoryState_build_closure1.prototype = { call$2: function(context, index) { @@ -389269,7 +387612,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 572 + $signature: 635 }; S._InvoiceViewHistoryState_build__closure.prototype = { call$0: function() { @@ -389282,7 +387625,7 @@ call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 66 + $signature: 64 }; A.InvoiceOverview.prototype = { build$1: function(_, context) { @@ -389526,21 +387869,21 @@ C.JSArray_methods.forEach$1(payment.get$invoicePaymentables(), new A.InvoiceOverview_build__closure0(t1, this.paymentMap, payment)); C.JSArray_methods.forEach$1(payment.get$creditPaymentables(), new A.InvoiceOverview_build__closure1(t1, this.creditMap, payment)); }, - $signature: 128 + $signature: 124 }; A.InvoiceOverview_build__closure0.prototype = { call$1: function(paymentable) { if (paymentable.invoiceId === this.invoice.id) this.paymentMap.$indexSet(0, paymentable, this.payment); }, - $signature: 212 + $signature: 227 }; A.InvoiceOverview_build__closure1.prototype = { call$1: function(paymentable) { if (paymentable.creditId === this.invoice.id) this.creditMap.$indexSet(0, paymentable, this.payment); }, - $signature: 212 + $signature: 227 }; A.InvoiceOverview_build_closure0.prototype = { call$1: function(entry) { @@ -389553,7 +387896,7 @@ t4 = payment.amount; _this.widgets.push(O.EntityListTile$(payment, _this.$this.isFilter, J.$add$ansx(t1 !== t4 ? J.$add$ansx(amount, C.JSString_methods.$add("/", Y.formatNumber(t4, t2, t3, _null, C.FormatNumberType_0, true, _null, false))) : amount, " \u2022 ") + Y.formatDate(payment.date, t2, true, true, false))); }, - $signature: 599 + $signature: 663 }; A.InvoiceOverview_build_closure1.prototype = { call$1: function(entry) { @@ -389566,14 +387909,14 @@ t4 = credit.amount; _this.widgets.push(O.EntityListTile$(credit, _this.$this.isFilter, J.$add$ansx(t1 !== t4 ? J.$add$ansx(amount, C.JSString_methods.$add("/", Y.formatNumber(t4, t2, t3, _null, C.FormatNumberType_0, true, _null, false))) : amount, " \u2022 ") + Y.formatDate(credit.date, t2, true, true, false))); }, - $signature: 599 + $signature: 663 }; A.InvoiceOverview_build_closure2.prototype = { call$1: function(invoiceItem) { var _this = this; C.JSArray_methods.addAll$1(_this.widgets, H.setRuntimeTypeInfo([new T.Builder(new A.InvoiceOverview_build__closure(_this.$this, _this.invoice, invoiceItem, _this.userCompany), null)], type$.JSArray_legacy_Widget)); }, - $signature: 226 + $signature: 237 }; A.InvoiceOverview_build__closure.prototype = { call$1: function(context) { @@ -389582,7 +387925,7 @@ t2 = _this.invoiceItem; return new T.InvoiceItemListTile(new A.InvoiceOverview_build___closure(_this.$this, _this.userCompany, t1, context, t2), t1, t2, null); }, - $signature: 2318 + $signature: 2317 }; A.InvoiceOverview_build___closure.prototype = { call$0: function() { @@ -389599,13 +387942,13 @@ t2 = K.Theme_of(t1).cardColor; return M.Container$(_null, new T.Padding(C.EdgeInsets_20_10_56_8, T.Row$(H.setRuntimeTypeInfo([L.Text$(label, _null, _null, _null, _null, _null, K.Theme_of(t1).textTheme.subtitle1, _null, _null, _null), T.SizedBox$(new T.Align(C.Alignment_1_0, _null, _null, L.Text$(Y.formatNumber(amount, t1, this.invoice.clientId, _null, C.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, K.Theme_of(t1).textTheme.subtitle1, _null, _null, _null), _null), _null, 100)], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_2, C.MainAxisAlignment_1, C.MainAxisSize_1, _null), _null), C.Clip_0, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2319 + $signature: 2318 }; A.InvoiceOverview_build_closure3.prototype = { call$2: function(taxName, taxAmount) { this.widgets.push(this.surchargeRow.call$2(taxName, taxAmount)); }, - $signature: 2320 + $signature: 2319 }; N.InvoiceViewSchedule.prototype = { createState$0: function() { @@ -389641,7 +387984,7 @@ t1 = this.context; return new T.Padding(C.EdgeInsets_0_16_0_0, T.Row$(H.setRuntimeTypeInfo([T.Expanded$(L.Text$(Y.formatDate(schedule.sendDate, t1, true, true, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), 1), T.Expanded$(L.Text$(Y.formatDate(schedule.dueDate, t1, true, true, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null), _null); }, - $signature: 2321 + $signature: 2320 }; F.InvoiceViewScreen.prototype = { build$1: function(_, context) { @@ -389653,13 +387996,13 @@ call$1: function(store) { return F.InvoiceViewVM_InvoiceViewVM$fromStore(store); }, - $signature: 2322 + $signature: 2321 }; F.InvoiceViewScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new E.InvoiceView(viewModel, this.$this.isFilter, viewModel.state.uiState.invoiceUIState.tabIndex, null); }, - $signature: 2323 + $signature: 2322 }; F.AbstractInvoiceViewVM.prototype = { get$company: function() { @@ -389689,7 +388032,7 @@ $defaultValues: function() { return [null]; }, - $signature: 253 + $signature: 302 }; F.InvoiceViewVM_InvoiceViewVM$fromStore_closure0.prototype = { call$1: function(context) { @@ -389723,7 +388066,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; F.InvoiceViewVM_InvoiceViewVM$fromStore_closure2.prototype = { call$4: function(context, $document, password, idToken) { @@ -389736,20 +388079,20 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 95 + $signature: 89 }; F.InvoiceViewVM_InvoiceViewVM$fromStore__closure.prototype = { call$1: function(value) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.LoadInvoice(null, this.invoice.id)); }, - $signature: 93 + $signature: 94 }; F.InvoiceViewVM_InvoiceViewVM$fromStore_closure3.prototype = { call$2: function(context, $document) { }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2324 + $signature: 2323 }; F.InvoiceViewVM_InvoiceViewVM$fromStore_closure4.prototype = { call$3: function(context, invoice, activityId) { @@ -389763,7 +388106,7 @@ $defaultValues: function() { return [null]; }, - $signature: 252 + $signature: 259 }; M.PaymentEdit.prototype = { createState$0: function() { @@ -390000,7 +388343,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_payment_edit$_onChanged()); }, - $signature: 28 + $signature: 27 }; M._PaymentEditState_didChangeDependencies_closure0.prototype = { call$1: function(controller) { @@ -390008,14 +388351,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_payment_edit$_onChanged()), false); return null; }, - $signature: 28 + $signature: 27 }; M._PaymentEditState_dispose_closure.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_payment_edit$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 60 }; M._PaymentEditState__onChanged_closure.prototype = { call$1: function(b) { @@ -390065,27 +388408,27 @@ call$1: function(paymentable) { return paymentable.get$isEmpty(paymentable); }, - $signature: 206 + $signature: 193 }; M._PaymentEditState_build_closure0.prototype = { call$1: function(paymentable) { return paymentable.get$isEmpty(paymentable); }, - $signature: 206 + $signature: 193 }; M._PaymentEditState_build_closure1.prototype = { call$1: function(invoice) { var t1 = this._box_0; t1.paymentTotal = t1.paymentTotal + invoice.amount; }, - $signature: 212 + $signature: 227 }; M._PaymentEditState_build_closure2.prototype = { call$1: function(credit) { var t1 = this._box_0; t1.creditTotal = t1.creditTotal + credit.amount; }, - $signature: 212 + $signature: 227 }; M._PaymentEditState_build_closure4.prototype = { call$1: function(val) { @@ -390184,7 +388527,7 @@ t1.convertCurrency$1(J.$index$asx(_this.state.staticState.currencyMap._map$_map, t2.exchangeCurrencyId)); t1.setState$1(new M._PaymentEditState_build__closure1(t1, value)); }, - $signature: 20 + $signature: 21 }; M._PaymentEditState_build__closure0.prototype = { call$1: function(b) { @@ -390204,7 +388547,7 @@ call$1: function(currency) { return this.$this.convertCurrency$1(currency); }, - $signature: 198 + $signature: 191 }; M._PaymentEditState_build_closure13.prototype = { call$1: function(hasFocus) { @@ -390228,7 +388571,7 @@ _this.viewModel.onChanged.call$1(t2.rebuild$1(new M._PaymentEditState_build__closure(exchangeRate))); t1._convertedAmount = 0; }, - $signature: 20 + $signature: 21 }; M._PaymentEditState_build__closure.prototype = { call$1: function(b) { @@ -390276,7 +388619,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 48 }; M.PaymentableEditor.prototype = { createState$0: function() { @@ -390428,7 +388771,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_payment_edit$_onChanged()); }, - $signature: 28 + $signature: 27 }; M._PaymentableEditorState_didChangeDependencies_closure0.prototype = { call$1: function(controller) { @@ -390436,14 +388779,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_payment_edit$_onChanged()), false); return null; }, - $signature: 28 + $signature: 27 }; M._PaymentableEditorState_dispose_closure0.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_payment_edit$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 60 }; M._PaymentableEditorState__onChanged_closure.prototype = { call$1: function(b) { @@ -390456,7 +388799,7 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 377 + $signature: 439 }; M._PaymentableEditorState__onChanged_closure0.prototype = { call$1: function(b) { @@ -390469,7 +388812,7 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 377 + $signature: 439 }; M._PaymentableEditorState__onChanged_closure1.prototype = { call$1: function(b) { @@ -390532,13 +388875,13 @@ call$1: function(p) { return p.invoiceId; }, - $signature: 175 + $signature: 169 }; M._PaymentableEditorState_build_closure0.prototype = { call$1: function(p) { return p.creditId; }, - $signature: 175 + $signature: 169 }; M._PaymentableEditorState_build_closure2.prototype = { call$1: function(entity) { @@ -390554,7 +388897,7 @@ return t1; } }, - $signature: 43 + $signature: 42 }; M._PaymentableEditorState_build_closure1.prototype = { call$1: function(selected) { @@ -390632,13 +388975,13 @@ call$1: function(store) { return B.PaymentEditVM_PaymentEditVM$fromStore(store); }, - $signature: 2327 + $signature: 2326 }; B.PaymentEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new M.PaymentEdit(viewModel, new D.ValueKey(viewModel.payment.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2328 + $signature: 2327 }; B.PaymentEditVM.prototype = { get$payment: function() { @@ -390649,7 +388992,7 @@ call$1: function(payment) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.UpdatePayment(payment)); }, - $signature: 128 + $signature: 124 }; B.PaymentEditVM_PaymentEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -390698,21 +389041,21 @@ var t1 = this._box_0; return t1.amount = t1.amount + invoice.amount; }, - $signature: 605 + $signature: 666 }; B.PaymentEditVM_PaymentEditVM$fromStore___closure0.prototype = { call$1: function(credit) { var t1 = this._box_0; return t1.amount = t1.amount - credit.amount; }, - $signature: 605 + $signature: 666 }; B.PaymentEditVM_PaymentEditVM$fromStore___closure1.prototype = { call$1: function(context) { var t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, this.localization.localeCode), "negative_payment_error"); return new M.ErrorDialog(t1 == null ? "" : t1, false, null); }, - $signature: 21 + $signature: 20 }; B.PaymentEditVM_PaymentEditVM$fromStore___closure2.prototype = { call$1: function(savedPayment) { @@ -390743,7 +389086,7 @@ else M.viewEntity(false, savedPayment, null, false); }, - $signature: 128 + $signature: 124 }; B.PaymentEditVM_PaymentEditVM$fromStore___closure3.prototype = { call$1: function(error) { @@ -390757,7 +389100,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; O.PaymentListItem.prototype = { build$1: function(_, context) { @@ -390856,7 +389199,7 @@ } return t1; }, - $signature: 100 + $signature: 97 }; O.PaymentListItem_build__closure2.prototype = { call$0: function() { @@ -390875,14 +389218,14 @@ call$1: function(value) { return null; }, - $signature: 20 + $signature: 21 }; O.PaymentListItem_build__closure0.prototype = { call$2: function(context, action) { M.handleEntitiesActions(H.setRuntimeTypeInfo([this.$this.payment], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 59 + $signature: 58 }; O.PaymentListItem_build__closure5.prototype = { call$0: function() { @@ -390901,7 +389244,7 @@ call$1: function(value) { return null; }, - $signature: 20 + $signature: 21 }; R.PaymentListBuilder.prototype = { build$1: function(_, context) { @@ -390917,7 +389260,7 @@ t4 = viewModel.tableColumns; return S.EntityList$(t3, C.EntityType_payment, new R.PaymentListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new Q.PaymentPresenter(), t2, t4); }, - $signature: 2330 + $signature: 2329 }; R.PaymentListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -390930,7 +389273,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 575 + $signature: 637 }; R.PaymentListVM.prototype = { get$user: function() { @@ -391036,7 +389379,7 @@ t1 = t2 == null ? null : t2.number; return t1 == null ? "" : t1; }, - $signature: 175 + $signature: 169 }; K.PaymentScreen.prototype = { build$1: function(_, context) { @@ -391133,7 +389476,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.FilterPaymentsByState(state)); }, - $signature: 53 + $signature: 49 }; K.PaymentScreen_build_closure.prototype = { call$0: function() { @@ -391165,7 +389508,7 @@ call$2: function(context, vm) { return new K.PaymentScreen(vm, null); }, - $signature: 2331 + $signature: 2330 }; G.PaymentScreenVM.prototype = {}; Y.PaymentRefund.prototype = { @@ -391270,7 +389613,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_payment_refund$_onChanged()); }, - $signature: 28 + $signature: 27 }; Y._PaymentRefundState_didChangeDependencies_closure0.prototype = { call$1: function(controller) { @@ -391278,14 +389621,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_payment_refund$_onChanged()), false); return null; }, - $signature: 28 + $signature: 27 }; Y._PaymentRefundState_dispose_closure.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_payment_refund$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 60 }; Y._PaymentRefundState__onChanged_closure.prototype = { call$0: function() { @@ -391308,7 +389651,7 @@ call$1: function(paymentable) { return paymentable.get$isEmpty(paymentable); }, - $signature: 206 + $signature: 193 }; Y._PaymentRefundState_build_closure1.prototype = { call$1: function(val) { @@ -391378,13 +389721,13 @@ call$1: function(value) { K.Navigator_of(this.context, false).pop$0(0); }, - $signature: 128 + $signature: 124 }; Y._PaymentRefundState_build_closure4.prototype = { call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 48 }; Y._PaymentRefundState_build_closure5.prototype = { call$1: function(context) { @@ -391481,7 +389824,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_payment_refund$_onChanged()); }, - $signature: 28 + $signature: 27 }; Y._PaymentableEditorState_didChangeDependencies_closure2.prototype = { call$1: function(controller) { @@ -391489,14 +389832,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_payment_refund$_onChanged()), false); return null; }, - $signature: 28 + $signature: 27 }; Y._PaymentableEditorState_dispose_closure.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_payment_refund$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 60 }; Y._PaymentableEditorState__onChanged_closure6.prototype = { call$1: function(b) { @@ -391507,7 +389850,7 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 377 + $signature: 439 }; Y._PaymentableEditorState__onChanged_closure7.prototype = { call$1: function(b) { @@ -391539,14 +389882,14 @@ call$1: function(payment) { return payment.invoiceId; }, - $signature: 175 + $signature: 169 }; Y._PaymentableEditorState_build_closure7.prototype = { call$1: function(entity) { type$.legacy_InvoiceEntity._as(entity); return Y.formatNumber(entity.amount, this.context, entity.clientId, null, C.FormatNumberType_0, true, null, false); }, - $signature: 43 + $signature: 42 }; Y._PaymentableEditorState_build_closure6.prototype = { call$1: function(selected) { @@ -391602,13 +389945,13 @@ call$1: function(store) { return Y.PaymentRefundVM_PaymentRefundVM$fromStore(store); }, - $signature: 2332 + $signature: 2331 }; Y.PaymentRefundScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new Y.PaymentRefund(viewModel, new D.ValueKey(viewModel.payment.id, type$.ValueKey_legacy_String)); }, - $signature: 2333 + $signature: 2332 }; Y.PaymentRefundVM.prototype = { get$payment: function() { @@ -391619,7 +389962,7 @@ call$1: function(payment) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.UpdatePayment(payment)); }, - $signature: 128 + $signature: 124 }; Y.PaymentRefundVM_PaymentRefundVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -391637,7 +389980,7 @@ J.$index$asx(t1.get$_dispatchers(), 0).call$1(new Q.RefundPaymentRequest(completer, t2)); return completer.future.then$1$1(0, new Y.PaymentRefundVM_PaymentRefundVM$fromStore__closure(context, t1, t2), type$.Null).catchError$1(new Y.PaymentRefundVM_PaymentRefundVM$fromStore__closure0(context)); }, - $signature: 2334 + $signature: 2333 }; Y.PaymentRefundVM_PaymentRefundVM$fromStore__closure.prototype = { call$1: function(savedPayment) { @@ -391655,7 +389998,7 @@ } else M.viewEntity(false, savedPayment, null, true); }, - $signature: 128 + $signature: 124 }; Y.PaymentRefundVM_PaymentRefundVM$fromStore__closure0.prototype = { call$1: function(error) { @@ -391667,7 +390010,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; L.PaymentView.prototype = { createState$0: function() { @@ -391772,7 +390115,7 @@ t9.push(new T.FieldGrid(_this.fields, _null)); return N.RefreshIndicator$(T.Column$(H.setRuntimeTypeInfo([T.Expanded$(new X.ScrollableListView(t9, _null, _null, false, _null), 1), new Z.BottomButtons(t1, C.EntityAction_apply, C.EntityAction_refund, t12 < t7, t8 < t7, _null)], t14), C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_1, C.VerticalDirection_1), new L._PaymentViewState_build__closure2(_this.viewModel, context)); }, - $signature: 598 + $signature: 662 }; L._PaymentViewState_build__closure2.prototype = { call$0: function() { @@ -391812,13 +390155,13 @@ call$1: function(store) { return F.PaymentViewVM_PaymentViewVM$fromStore(store); }, - $signature: 2335 + $signature: 2334 }; F.PaymentViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new L.PaymentView(vm, this.$this.isFilter, null); }, - $signature: 2336 + $signature: 2335 }; F.PaymentViewVM.prototype = { get$payment: function() { @@ -391891,7 +390234,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_payment_term_edit$_onChanged()); }, - $signature: 28 + $signature: 27 }; U._PaymentTermEditState_didChangeDependencies_closure0.prototype = { call$1: function(controller) { @@ -391899,14 +390242,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_payment_term_edit$_onChanged()), false); return null; }, - $signature: 28 + $signature: 27 }; U._PaymentTermEditState_dispose_closure.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_payment_term_edit$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 60 }; U._PaymentTermEditState__onChanged_closure.prototype = { call$1: function(b) { @@ -391914,7 +390257,7 @@ b.get$_payment_term_model$_$this()._numDays = t1; return b; }, - $signature: 520 + $signature: 468 }; U._PaymentTermEditState__onChanged_closure0.prototype = { call$0: function() { @@ -391926,7 +390269,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 48 }; U._PaymentTermEditState_build_closure1.prototype = { call$1: function(context) { @@ -391946,7 +390289,7 @@ t3 = type$.JSArray_legacy_Widget; return new X.ScrollableListView(H.setRuntimeTypeInfo([Y.FormCard$(_null, H.setRuntimeTypeInfo([S.DecoratedFormField$(false, _null, true, false, this.$this._numDaysController, _null, true, _null, _null, _null, _null, false, false, _null, C.TextInputType_2_false_false, t2, _null, _null, false, _null, _null, _null, true, _null, _null, C.TextAlign_4, new U._PaymentTermEditState_build__closure(t1))], t3), _null, 4, false, _null, false, _null)], t3), _null, _null, false, _null); }, - $signature: 150 + $signature: 152 }; U._PaymentTermEditState_build__closure.prototype = { call$1: function(value) { @@ -391964,13 +390307,13 @@ call$1: function(store) { return Y.PaymentTermEditVM_PaymentTermEditVM$fromStore(store); }, - $signature: 2337 + $signature: 2336 }; Y.PaymentTermEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new U.PaymentTermEdit(viewModel, new D.ValueKey(viewModel.paymentTerm.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2338 + $signature: 2337 }; Y.PaymentTermEditVM.prototype = { get$paymentTerm: function() { @@ -391984,7 +390327,7 @@ call$1: function(paymentTerm) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new D.UpdatePaymentTerm(paymentTerm)); }, - $signature: 300 + $signature: 254 }; Y.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -392045,7 +390388,7 @@ } else M.viewEntity(false, savedPaymentTerm, null, true); }, - $signature: 300 + $signature: 254 }; Y.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure0.prototype = { call$1: function(error) { @@ -392059,7 +390402,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; K.PaymentTermListItem.prototype = { build$1: function(_, context) { @@ -392126,7 +390469,7 @@ t2 = viewModel.state; return S.EntityList$(viewModel.paymentTermList, C.EntityType_paymentTerm, new U.PaymentTermListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, null, t2, null); }, - $signature: 2339 + $signature: 2338 }; U.PaymentTermListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -392147,7 +390490,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2340 + $signature: 2339 }; U.PaymentTermListVM.prototype = {}; U.PaymentTermListVM_fromStore__handleRefresh.prototype = { @@ -392235,7 +390578,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new D.FilterPaymentTermsByState(state)); }, - $signature: 53 + $signature: 49 }; F.PaymentTermScreen_build_closure.prototype = { call$0: function() { @@ -392291,7 +390634,7 @@ call$2: function(context, vm) { return new F.PaymentTermScreen(vm, null); }, - $signature: 2341 + $signature: 2340 }; Z.PaymentTermScreenVM.prototype = {}; K.PaymentTermView.prototype = { @@ -392324,13 +390667,13 @@ call$1: function(store) { return U.PaymentTermViewVM_PaymentTermViewVM$fromStore(store); }, - $signature: 2342 + $signature: 2341 }; U.PaymentTermViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new K.PaymentTermView(vm, null); }, - $signature: 2343 + $signature: 2342 }; U.PaymentTermViewVM.prototype = { get$paymentTerm: function() { @@ -392481,7 +390824,7 @@ b.get$_product_model$_$this()._product_model$_customValue4 = t1; return b; }, - $signature: 167 + $signature: 181 }; F._ProductEditState__onChanged_closure0.prototype = { call$0: function() { @@ -392493,7 +390836,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 48 }; F._ProductEditState_build_closure4.prototype = { call$1: function(context) { @@ -392540,7 +390883,7 @@ b.get$_product_model$_$this()._product_model$_taxName1 = t1; return b; }, - $signature: 167 + $signature: 181 }; F._ProductEditState_build_closure1.prototype = { call$1: function(taxRate) { @@ -392557,7 +390900,7 @@ b.get$_product_model$_$this()._product_model$_taxName2 = t1; return b; }, - $signature: 167 + $signature: 181 }; F._ProductEditState_build_closure2.prototype = { call$1: function(taxRate) { @@ -392574,7 +390917,7 @@ b.get$_product_model$_$this()._product_model$_taxName3 = t1; return b; }, - $signature: 167 + $signature: 181 }; S.ProductEditScreen.prototype = { build$1: function(_, context) { @@ -392586,13 +390929,13 @@ call$1: function(store) { return S.ProductEditVM_ProductEditVM$fromStore(store); }, - $signature: 2344 + $signature: 2343 }; S.ProductEditScreen_build_closure.prototype = { call$2: function(context, vm) { return new F.ProductEdit(vm, new D.ValueKey(vm.product.id, type$.ValueKey_legacy_String)); }, - $signature: 2345 + $signature: 2344 }; S.ProductEditVM.prototype = { get$company: function() { @@ -392606,7 +390949,7 @@ call$1: function(product) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Z.UpdateProduct(product)); }, - $signature: 218 + $signature: 213 }; S.ProductEditVM_ProductEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -392670,7 +391013,7 @@ } else M.viewEntity(false, savedProduct, null, false); }, - $signature: 218 + $signature: 213 }; S.ProductEditVM_ProductEditVM$fromStore___closure0.prototype = { call$1: function(error) { @@ -392684,7 +391027,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; T.ProductListItem.prototype = { build$1: function(_, context) { @@ -392755,7 +391098,7 @@ } return t1; }, - $signature: 100 + $signature: 97 }; T.ProductListItem_build__closure2.prototype = { call$0: function() { @@ -392783,7 +391126,7 @@ M.handleEntitiesActions(H.setRuntimeTypeInfo([this.$this.product], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 59 + $signature: 58 }; T.ProductListItem_build__closure5.prototype = { call$0: function() { @@ -392820,7 +391163,7 @@ t4 = viewModel.tableColumns; return S.EntityList$(t3, C.EntityType_product, new Q.ProductListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new F.ProductPresenter(), t2, t4); }, - $signature: 2346 + $signature: 2345 }; Q.ProductListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -392838,7 +391181,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 596 + $signature: 660 }; Q.ProductListVM.prototype = {}; Q.ProductListVM_fromStore__handleRefresh.prototype = { @@ -393010,7 +391353,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Z.FilterProductsByState(state)); }, - $signature: 53 + $signature: 49 }; K.ProductScreen_build_closure.prototype = { call$0: function() { @@ -393042,7 +391385,7 @@ call$2: function(context, vm) { return new K.ProductScreen(vm, null); }, - $signature: 2347 + $signature: 2346 }; E.ProductScreenVM.prototype = {}; Z.ProductView.prototype = { @@ -393104,7 +391447,7 @@ t5 = type$.JSArray_legacy_Widget; return T.Column$(H.setRuntimeTypeInfo([T.Expanded$(E.TabBarView$(H.setRuntimeTypeInfo([N.RefreshIndicator$(new B.ProductOverview(t2, new D.ValueKey(t3, t4)), new Z._ProductViewState_build__closure(t2, context)), N.RefreshIndicator$(new F.ProductViewDocuments(t2, new D.ValueKey(t3, t4)), new Z._ProductViewState_build__closure0(t2, context))], t5), t1, null), 1), new Z.BottomButtons(this.product, C.EntityAction_newInvoice, C.EntityAction_clone, true, true, null)], t5), C.CrossAxisAlignment_2, null, C.MainAxisAlignment_0, C.MainAxisSize_1, C.VerticalDirection_1); }, - $signature: 195 + $signature: 183 }; Z._ProductViewState_build__closure.prototype = { call$0: function() { @@ -393143,13 +391486,13 @@ call$1: function(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 134 + $signature: 122 }; F.ProductViewDocuments_build_closure0.prototype = { call$3: function($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 124 + $signature: 127 }; B.ProductOverview.prototype = { createState$0: function() { @@ -393202,13 +391545,13 @@ call$1: function(store) { return F.ProductViewVM_ProductViewVM$fromStore(store); }, - $signature: 2348 + $signature: 2347 }; F.ProductViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new Z.ProductView(vm, false, vm.state.uiState.productUIState.tabIndex, null); }, - $signature: 2349 + $signature: 2348 }; F.ProductViewVM.prototype = { $eq: function(_, other) { @@ -393267,7 +391610,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; F.ProductViewVM_ProductViewVM$fromStore_closure1.prototype = { call$4: function(context, $document, password, idToken) { @@ -393280,13 +391623,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 95 + $signature: 89 }; F.ProductViewVM_ProductViewVM$fromStore__closure.prototype = { call$1: function(value) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Z.LoadProduct(null, this.product.id)); }, - $signature: 93 + $signature: 94 }; K.ProjectEdit.prototype = { createState$0: function() { @@ -393362,7 +391705,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_project_edit$_onChanged()); }, - $signature: 28 + $signature: 27 }; K._ProjectEditState_didChangeDependencies_closure0.prototype = { call$1: function(controller) { @@ -393370,14 +391713,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_project_edit$_onChanged()), false); return null; }, - $signature: 28 + $signature: 27 }; K._ProjectEditState_dispose_closure.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_project_edit$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 60 }; K._ProjectEditState__onChanged_closure.prototype = { call$1: function(b) { @@ -393404,7 +391747,7 @@ b.get$_project_model$_$this()._project_model$_customValue4 = t1; return b; }, - $signature: 178 + $signature: 161 }; K._ProjectEditState__onChanged_closure0.prototype = { call$0: function() { @@ -393416,7 +391759,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 48 }; K._ProjectEditState_build_closure1.prototype = { call$1: function(context) { @@ -393476,7 +391819,7 @@ t12 = type$.JSArray_legacy_Widget; return new X.ScrollableListView(H.setRuntimeTypeInfo([Y.FormCard$(_null, H.setRuntimeTypeInfo([t8, t6, new V.UserPicker(t1.assignedUserId, new K._ProjectEditState_build__closure5(t9, t1), _null), t11, S.DecoratedFormField$(false, _null, false, false, t4._hoursController, _null, true, _null, _null, _null, _null, false, false, _null, new N.TextInputType(2, false, true), t7, _null, _null, false, _null, _null, t10, true, _null, _null, C.TextAlign_4, _null), S.DecoratedFormField$(false, _null, false, false, t4._project_edit$_taskRateController, _null, true, _null, _null, _null, _null, false, false, _null, new N.TextInputType(2, false, true), t5.get$taskRate(), _null, _null, false, _null, _null, t10, true, _null, _null, C.TextAlign_4, _null), new B.CustomField(t4._project_edit$_custom1Controller, _null, t10, "project1", t1.customValue1, false, _null), new B.CustomField(t4._project_edit$_custom2Controller, _null, t10, "project2", t1.customValue2, false, _null), new B.CustomField(t4._project_edit$_custom3Controller, _null, t10, "project3", t1.customValue3, false, _null), new B.CustomField(t4._project_edit$_custom4Controller, _null, t10, "project4", t1.customValue4, false, _null), S.DecoratedFormField$(false, _null, false, false, t4._project_edit$_publicNotesController, _null, true, _null, _null, _null, _null, false, false, _null, C.TextInputType_1_null_null, t5.get$publicNotes(), 4, _null, false, _null, _null, _null, true, _null, _null, C.TextAlign_4, _null), S.DecoratedFormField$(false, _null, false, false, t4._project_edit$_privateNotesController, _null, true, _null, _null, _null, _null, false, false, _null, C.TextInputType_1_null_null, t5.get$privateNotes(), 4, _null, false, _null, _null, _null, true, _null, _null, C.TextAlign_4, _null)], t12), _null, 4, false, _null, true, _null)], t12), _null, _null, false, new D.ValueKey(t2, t3)); }, - $signature: 150 + $signature: 152 }; K._ProjectEditState_build__closure0.prototype = { call$1: function(val) { @@ -393505,13 +391848,13 @@ b.get$_project_model$_$this()._project_model$_clientId = t1; return b; }, - $signature: 178 + $signature: 161 }; K._ProjectEditState_build__closure1.prototype = { call$1: function(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 166 + $signature: 168 }; K._ProjectEditState_build__closure5.prototype = { call$1: function(userId) { @@ -393524,7 +391867,7 @@ b.get$_project_model$_$this()._project_model$_assignedUserId = this.userId; return b; }, - $signature: 178 + $signature: 161 }; K._ProjectEditState_build__closure4.prototype = { call$1: function(date) { @@ -393537,7 +391880,7 @@ b.get$_project_model$_$this()._project_model$_dueDate = this.date; return b; }, - $signature: 178 + $signature: 161 }; G.ProjectEditScreen.prototype = { build$1: function(_, context) { @@ -393549,13 +391892,13 @@ call$1: function(store) { return G.ProjectEditVM_ProjectEditVM$fromStore(store); }, - $signature: 2350 + $signature: 2349 }; G.ProjectEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new K.ProjectEdit(viewModel, new D.ValueKey(viewModel.project.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2351 + $signature: 2350 }; G.ProjectEditVM.prototype = { get$project: function() { @@ -393569,7 +391912,7 @@ call$1: function(project) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new M.UpdateProject(project)); }, - $signature: 241 + $signature: 221 }; G.ProjectEditVM_ProjectEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -393597,7 +391940,7 @@ M.createEntity(new P._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, _null, true); completer.get$future().then$1$1(0, new G.ProjectEditVM_ProjectEditVM$fromStore__closure0(t3), t4); }, - $signature: 138 + $signature: 126 }; G.ProjectEditVM_ProjectEditVM$fromStore__closure.prototype = { call$1: function(_) { @@ -393670,7 +392013,7 @@ M.viewEntity(false, savedProject, null, true); } }, - $signature: 241 + $signature: 221 }; G.ProjectEditVM_ProjectEditVM$fromStore___closure0.prototype = { call$1: function(error) { @@ -393684,7 +392027,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; E.ProjectListItem.prototype = { build$1: function(_, context) { @@ -393764,7 +392107,7 @@ } return t1; }, - $signature: 100 + $signature: 97 }; E.ProjectListItem_build__closure2.prototype = { call$0: function() { @@ -393791,7 +392134,7 @@ M.handleEntitiesActions(H.setRuntimeTypeInfo([this.$this.project], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 59 + $signature: 58 }; E.ProjectListItem_build__closure5.prototype = { call$0: function() { @@ -393827,7 +392170,7 @@ t4 = viewModel.tableColumns; return S.EntityList$(t3, C.EntityType_project, new X.ProjectListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new N.ProjectPresenter(), t2, t4); }, - $signature: 2352 + $signature: 2351 }; X.ProjectListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -393848,7 +392191,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2353 + $signature: 2352 }; X.ProjectListVM.prototype = {}; X.ProjectListVM_fromStore__handleRefresh.prototype = { @@ -394025,7 +392368,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new M.FilterProjectsByState(state)); }, - $signature: 53 + $signature: 49 }; Z.ProjectScreen_build_closure.prototype = { call$0: function() { @@ -394057,7 +392400,7 @@ call$2: function(context, vm) { return new Z.ProjectScreen(vm, null); }, - $signature: 2354 + $signature: 2353 }; S.ProjectScreenVM.prototype = {}; M.ProjectView.prototype = { @@ -394124,7 +392467,7 @@ t4 = type$.JSArray_legacy_Widget; return T.Column$(H.setRuntimeTypeInfo([T.Expanded$(E.TabBarView$(H.setRuntimeTypeInfo([N.RefreshIndicator$(new Y.ProjectOverview(t3, t1._widget.isFilter, _null), new M._ProjectViewState_build__closure(t3, context)), N.RefreshIndicator$(new D.ProjectViewDocuments(t3, new D.ValueKey(t3.project.id, type$.ValueKey_legacy_String)), new M._ProjectViewState_build__closure0(t3, context))], t4), t2, _null), 1), new Z.BottomButtons(this.project, C.EntityAction_newTask, C.EntityAction_invoiceProject, true, true, _null)], t4), C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_1, C.VerticalDirection_1); }, - $signature: 195 + $signature: 183 }; M._ProjectViewState_build__closure.prototype = { call$0: function() { @@ -394171,13 +392514,13 @@ call$1: function(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 134 + $signature: 122 }; D.ProjectViewDocuments_build_closure0.prototype = { call$3: function($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 124 + $signature: 127 }; Y.ProjectOverview.prototype = { createState$0: function() { @@ -394226,7 +392569,7 @@ var t1 = this.$this; return t1._framework$_element != null && t1.setState$1(new Y._ProjectOverviewState_initState__closure()); }, - $signature: 278 + $signature: 316 }; Y._ProjectOverviewState_initState__closure.prototype = { call$0: function() { @@ -394271,7 +392614,7 @@ C.JSArray_methods.addAll$1(t7, H.setRuntimeTypeInfo([new S.IconMessage(t1, _null, _null, _null), new G.ListDivider(_null)], t9)); return t7; }, - $signature: 190 + $signature: 185 }; Y._ProjectOverviewState_build_closure.prototype = { call$0: function() { @@ -394289,13 +392632,13 @@ call$1: function(store) { return D.ProjectViewVM_ProjectViewVM$fromStore(store); }, - $signature: 2355 + $signature: 2354 }; D.ProjectViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new M.ProjectView(vm, this.$this.isFilter, vm.state.uiState.projectUIState.tabIndex, null); }, - $signature: 2356 + $signature: 2355 }; D.ProjectViewVM.prototype = { get$project: function() { @@ -394333,7 +392676,7 @@ b.get$_task_model$_$this()._task_model$_clientId = t1.clientId; return b; }, - $signature: 44 + $signature: 45 }; D.ProjectViewVM_ProjectViewVM$fromStore_closure1.prototype = { call$2: function(context, multipartFile) { @@ -394361,7 +392704,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; D.ProjectViewVM_ProjectViewVM$fromStore_closure2.prototype = { call$4: function(context, $document, password, idToken) { @@ -394374,13 +392717,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 95 + $signature: 89 }; D.ProjectViewVM_ProjectViewVM$fromStore__closure.prototype = { call$1: function(value) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new M.LoadProject(null, this.project.id)); }, - $signature: 93 + $signature: 94 }; E.QuoteEditDetailsScreen.prototype = { build$1: function(_, context) { @@ -394392,7 +392735,7 @@ call$1: function(store) { return E.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore(store); }, - $signature: 2357 + $signature: 2356 }; E.QuoteEditDetailsScreen_build_closure.prototype = { call$2: function(context, viewModel) { @@ -394401,14 +392744,14 @@ else return new N.InvoiceEditDetails(viewModel, C.EntityType_quote, null); }, - $signature: 2358 + $signature: 2357 }; E.QuoteEditDetailsVM.prototype = {}; E.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure.prototype = { call$1: function(quote) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.UpdateQuote(quote)); }, - $signature: 157 + $signature: 141 }; E.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure0.prototype = { call$3: function(context, quote, client) { @@ -394419,7 +392762,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 257 + $signature: 261 }; E.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure1.prototype = { call$2: function(context, completer) { @@ -394434,7 +392777,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 138 + $signature: 126 }; E.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure.prototype = { call$1: function(_) { @@ -394458,7 +392801,7 @@ call$1: function(store) { return T.QuoteEditItemsVM_QuoteEditItemsVM$fromStore(store); }, - $signature: 2359 + $signature: 2358 }; T.QuoteEditItemsScreen_build_closure.prototype = { call$2: function(context, viewModel) { @@ -394468,14 +392811,14 @@ else return new G.InvoiceEditItems(viewModel, t1, null); }, - $signature: 2360 + $signature: 2359 }; T.QuoteEditItemsVM.prototype = {}; T.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure.prototype = { call$1: function(index) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.DeleteQuoteItem(index)); }, - $signature: 106 + $signature: 104 }; T.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0.prototype = { call$0: function() { @@ -394497,7 +392840,7 @@ call$2: function(oldIndex, newIndex) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.MoveQuoteItem(oldIndex, newIndex)); }, - $signature: 123 + $signature: 135 }; V.QuoteEditNotesScreen.prototype = { build$1: function(_, context) { @@ -394509,20 +392852,20 @@ call$1: function(store) { return V.QuoteEditNotesVM_QuoteEditNotesVM$fromStore(store); }, - $signature: 2361 + $signature: 2360 }; V.QuoteEditNotesScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new Z.InvoiceEditNotes(viewModel, null); }, - $signature: 2362 + $signature: 2361 }; V.QuoteEditNotesVM.prototype = {}; V.QuoteEditNotesVM_QuoteEditNotesVM$fromStore_closure.prototype = { call$1: function(quote) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.UpdateQuote(quote)); }, - $signature: 157 + $signature: 141 }; D.QuoteEditPDFScreen.prototype = { build$1: function(_, context) { @@ -394539,13 +392882,13 @@ t1 = t1.selectedCompanyIndex; return new D.QuoteEditPDFVM(state, J.$index$asx(t2._list, t1).userCompany.company, invoice); }, - $signature: 2363 + $signature: 2362 }; D.QuoteEditPDFScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new A.InvoiceEditPDF(viewModel, null); }, - $signature: 2364 + $signature: 2363 }; D.QuoteEditPDFVM.prototype = {}; B.QuoteEditScreen.prototype = { @@ -394558,13 +392901,13 @@ call$1: function(store) { return B.QuoteEditVM_QuoteEditVM$fromStore(store); }, - $signature: 2365 + $signature: 2364 }; B.QuoteEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new B.QuoteEdit(viewModel, new D.ValueKey(viewModel.invoice.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2366 + $signature: 2365 }; B.QuoteEditVM.prototype = {}; B.QuoteEditVM_QuoteEditVM$fromStore_closure.prototype = { @@ -394579,7 +392922,7 @@ call$1: function(context) { return this.call$2(context, null); }, - $signature: 184 + $signature: 187 }; B.QuoteEditVM_QuoteEditVM$fromStore__closure.prototype = { call$0: function() { @@ -394615,7 +392958,7 @@ call$1: function(context) { return new M.ErrorDialog(this.localization.get$pleaseSelectAClient(), false, null); }, - $signature: 21 + $signature: 20 }; B.QuoteEditVM_QuoteEditVM$fromStore___closure0.prototype = { call$1: function(savedQuote) { @@ -394651,7 +392994,7 @@ if (C.JSArray_methods.contains$1(H.setRuntimeTypeInfo([C.EntityAction_emailQuote, C.EntityAction_viewPdf], type$.JSArray_legacy_EntityAction), t1)) M.handleEntitiesActions(H.setRuntimeTypeInfo([savedQuote], type$.JSArray_legacy_BaseEntity), t1, false); }, - $signature: 71 + $signature: 66 }; B.QuoteEditVM_QuoteEditVM$fromStore___closure1.prototype = { call$1: function(error) { @@ -394665,7 +393008,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; B.QuoteEditVM_QuoteEditVM$fromStore_closure0.prototype = { call$2: function(items, clientId) { @@ -394676,7 +393019,7 @@ } J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.AddQuoteItems(items)); }, - $signature: 254 + $signature: 273 }; B.QuoteEditVM_QuoteEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -394758,7 +393101,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 48 }; B._QuoteEditState_build_closure2.prototype = { call$1: function(context) { @@ -394772,7 +393115,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 59 + $signature: 58 }; B._QuoteEditState_build_closure.prototype = { call$0: function() { @@ -394792,7 +393135,7 @@ t4 = t2.$ti._eval$1("MappedIterable<1,BaseEntity*>"); return new D.InvoiceItemSelector(new B._QuoteEditState_build___closure0(_this.$this, t3, _this.isFullscreen), t1.clientId, P.List_List$of(new H.MappedIterable(t2, new B._QuoteEditState_build___closure1(t3), t4), true, t4._eval$1("Iterable.E")), false, null); }, - $signature: 263 + $signature: 314 }; B._QuoteEditState_build___closure.prototype = { call$1: function(item) { @@ -394818,7 +393161,7 @@ } return t1; }, - $signature: 262 + $signature: 280 }; B._QuoteEditState_build___closure0.prototype = { call$2: function(items, clientId) { @@ -394829,7 +393172,7 @@ call$1: function(items) { return this.call$2(items, null); }, - $signature: 261 + $signature: 268 }; B.__QuoteEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -394871,7 +393214,7 @@ J.$index$asx(store.get$_dispatchers(), 0).call$1(new E.LoadClient(null, t1)); } }, - $signature: 403 + $signature: 460 }; B.QuoteEmailScreen_build_closure0.prototype = { call$1: function(store) { @@ -394882,13 +393225,13 @@ t1 = t1.selectedCompanyIndex; return B.EmailQuoteVM_EmailQuoteVM$fromStore(store, J.$index$asx(J.$index$asx(t2._list, t1).quoteState.map._map$_map, quoteId)); }, - $signature: 2367 + $signature: 2366 }; B.QuoteEmailScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new E.InvoiceEmailView(viewModel, null); }, - $signature: 2368 + $signature: 2367 }; B.EmailQuoteVM.prototype = {}; B.EmailQuoteVM_EmailQuoteVM$fromStore_closure.prototype = { @@ -394905,7 +393248,7 @@ completer.future.then$1$1(0, new B.EmailQuoteVM_EmailQuoteVM$fromStore__closure(this.quote), t1); J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.EmailQuoteRequest(completer, this.quote.id, template, subject, body)); }, - $signature: 408 + $signature: 349 }; B.EmailQuoteVM_EmailQuoteVM$fromStore__closure.prototype = { call$1: function(value) { @@ -395025,7 +393368,7 @@ } return t1; }, - $signature: 100 + $signature: 97 }; N.QuoteListItem_build__closure2.prototype = { call$0: function() { @@ -395044,14 +393387,14 @@ call$1: function(value) { return null; }, - $signature: 20 + $signature: 21 }; N.QuoteListItem_build__closure0.prototype = { call$2: function(context, action) { M.handleEntitiesActions(H.setRuntimeTypeInfo([this.$this.quote], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 59 + $signature: 58 }; N.QuoteListItem_build__closure5.prototype = { call$0: function() { @@ -395070,7 +393413,7 @@ call$1: function(value) { return null; }, - $signature: 20 + $signature: 21 }; U.QuoteListBuilder.prototype = { build$1: function(_, context) { @@ -395086,7 +393429,7 @@ t4 = viewModel.tableColumns; return S.EntityList$(t3, C.EntityType_quote, new U.QuoteListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new B.QuotePresenter(), t2, t4); }, - $signature: 2369 + $signature: 2368 }; U.QuoteListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -395096,7 +393439,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 439 + $signature: 374 }; U.QuoteListVM.prototype = {}; U.QuoteListVM_fromStore__handleRefresh.prototype = { @@ -395147,13 +393490,13 @@ t1 = t1.selectedCompanyIndex; return new V.QuotePdfVM(state, J.$index$asx(t2._list, t1).quoteState.$get$1(0, invoiceId), quoteUIState.historyActivityId); }, - $signature: 2370 + $signature: 2369 }; V.QuotePdfScreen_build_closure.prototype = { call$2: function(context, vm) { return new E.InvoicePdfView(vm, this.$this.showAppBar, new D.ValueKey("__quote_pdf_" + vm.invoice.id + "__", type$.ValueKey_legacy_String)); }, - $signature: 2371 + $signature: 2370 }; V.QuotePdfVM.prototype = {}; B.QuotePresenter.prototype = { @@ -395312,13 +393655,13 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.FilterQuotesByState(state)); }, - $signature: 53 + $signature: 49 }; T.QuoteScreen_build_closure6.prototype = { call$2: function($status, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.FilterQuotesByStatus($status)); }, - $signature: 239 + $signature: 231 }; T.QuoteScreen_build_closure7.prototype = { call$1: function(b) { @@ -395328,7 +393671,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 69 + $signature: 68 }; T.QuoteScreen_build_closure8.prototype = { call$1: function(b) { @@ -395338,7 +393681,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 69 + $signature: 68 }; T.QuoteScreen_build_closure9.prototype = { call$1: function(b) { @@ -395348,7 +393691,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 69 + $signature: 68 }; T.QuoteScreen_build_closure10.prototype = { call$1: function(b) { @@ -395360,7 +393703,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 69 + $signature: 68 }; T.QuoteScreen_build_closure11.prototype = { call$1: function(b) { @@ -395372,7 +393715,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 69 + $signature: 68 }; T.QuoteScreen_build_closure.prototype = { call$0: function() { @@ -395404,7 +393747,7 @@ call$2: function(context, vm) { return new T.QuoteScreen(vm, null); }, - $signature: 2372 + $signature: 2371 }; B.QuoteScreenVM.prototype = {}; O.QuoteViewScreen.prototype = { @@ -395417,13 +393760,13 @@ call$1: function(store) { return O.QuoteViewVM_QuoteViewVM$fromStore(store); }, - $signature: 2373 + $signature: 2372 }; O.QuoteViewScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new E.InvoiceView(viewModel, this.$this.isFilter, viewModel.state.uiState.quoteUIState.tabIndex, null); }, - $signature: 2374 + $signature: 2373 }; O.QuoteViewVM.prototype = {}; O.QuoteViewVM_QuoteViewVM$fromStore__handleRefresh.prototype = { @@ -395445,7 +393788,7 @@ $defaultValues: function() { return [null]; }, - $signature: 253 + $signature: 302 }; O.QuoteViewVM_QuoteViewVM$fromStore_closure0.prototype = { call$1: function(context) { @@ -395479,7 +393822,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; O.QuoteViewVM_QuoteViewVM$fromStore_closure2.prototype = { call$4: function(context, $document, password, idToken) { @@ -395492,13 +393835,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 95 + $signature: 89 }; O.QuoteViewVM_QuoteViewVM$fromStore__closure.prototype = { call$1: function(value) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.LoadQuote(null, this.quote.id)); }, - $signature: 93 + $signature: 94 }; O.QuoteViewVM_QuoteViewVM$fromStore_closure3.prototype = { call$3: function(context, quote, activityId) { @@ -395512,7 +393855,7 @@ $defaultValues: function() { return [null]; }, - $signature: 252 + $signature: 259 }; M.RecurringExpenseEditScreen.prototype = { build$1: function(_, context) { @@ -395524,20 +393867,20 @@ call$1: function(store) { return M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore(store); }, - $signature: 2375 + $signature: 2374 }; M.RecurringExpenseEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new D.ExpenseEdit(viewModel, new D.ValueKey(viewModel.expense.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2376 + $signature: 2375 }; M.RecurringExpenseEditVM.prototype = {}; M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure.prototype = { call$1: function(recurringExpense) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.UpdateRecurringExpense(recurringExpense)); }, - $signature: 116 + $signature: 120 }; M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -395562,7 +393905,7 @@ call$1: function(context) { return this.call$2(context, null); }, - $signature: 184 + $signature: 187 }; M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure.prototype = { call$0: function() { @@ -395623,7 +393966,7 @@ } } }, - $signature: 116 + $signature: 120 }; M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure0.prototype = { call$1: function(error) { @@ -395635,7 +393978,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; S.RecurringExpenseListItem.prototype = { build$1: function(_, context) { @@ -395758,7 +394101,7 @@ } return t1; }, - $signature: 100 + $signature: 97 }; S.RecurringExpenseListItem_build__closure2.prototype = { call$0: function() { @@ -395784,7 +394127,7 @@ M.handleEntitiesActions(H.setRuntimeTypeInfo([this.$this.expense], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 59 + $signature: 58 }; S.RecurringExpenseListItem_build__closure5.prototype = { call$0: function() { @@ -395820,7 +394163,7 @@ t5 = viewModel.onSortColumn; return S.EntityList$(t2, C.EntityType_recurringExpense, new U.RecurringExpenseListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, t4, t5, new D.RecurringExpensePresenter(), t1, t3); }, - $signature: 2377 + $signature: 2376 }; U.RecurringExpenseListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -395838,7 +394181,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2378 + $signature: 2377 }; U.RecurringExpenseListVM.prototype = {}; U.RecurringExpenseListVM_fromStore__handleRefresh.prototype = { @@ -396071,7 +394414,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.FilterRecurringExpensesByState(state)); }, - $signature: 53 + $signature: 49 }; O.RecurringExpenseScreen_build_closure.prototype = { call$0: function() { @@ -396127,7 +394470,7 @@ call$2: function(context, vm) { return new O.RecurringExpenseScreen(vm, null); }, - $signature: 2379 + $signature: 2378 }; B.RecurringExpenseScreenVM.prototype = {}; Z.RecurringExpenseViewScreen.prototype = { @@ -396140,13 +394483,13 @@ call$1: function(store) { return Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore(store); }, - $signature: 2380 + $signature: 2379 }; Z.RecurringExpenseViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new U.ExpenseView(vm, false, vm.state.uiState.recurringExpenseUIState.tabIndex, null); }, - $signature: 2381 + $signature: 2380 }; Z.RecurringExpenseViewVM.prototype = {}; Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__handleRefresh.prototype = { @@ -396191,7 +394534,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure1.prototype = { call$4: function(context, $document, password, idToken) { @@ -396204,13 +394547,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 95 + $signature: 89 }; Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure.prototype = { call$1: function(value) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.LoadRecurringExpense(null, this.recurringExpense.id)); }, - $signature: 93 + $signature: 94 }; O.RecurringInvoiceEdit.prototype = { createState$0: function() { @@ -396280,7 +394623,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 48 }; O._RecurringInvoiceEditState_build_closure2.prototype = { call$1: function(context) { @@ -396294,7 +394637,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 59 + $signature: 58 }; O._RecurringInvoiceEditState_build_closure.prototype = { call$0: function() { @@ -396315,7 +394658,7 @@ t4 = P.List_List$of(new H.MappedIterable(t2, new O._RecurringInvoiceEditState_build___closure0(t3), t4), true, t4._eval$1("Iterable.E")); return new D.InvoiceItemSelector(new O._RecurringInvoiceEditState_build___closure1(_this.$this, t3, _this.isFullscreen), t1.clientId, t4, false, null); }, - $signature: 263 + $signature: 314 }; O._RecurringInvoiceEditState_build___closure.prototype = { call$1: function(item) { @@ -396341,7 +394684,7 @@ } return t1; }, - $signature: 262 + $signature: 280 }; O._RecurringInvoiceEditState_build___closure1.prototype = { call$2: function(items, clientId) { @@ -396352,7 +394695,7 @@ call$1: function(items) { return this.call$2(items, null); }, - $signature: 261 + $signature: 268 }; O.__RecurringInvoiceEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -396379,7 +394722,7 @@ call$1: function(store) { return F.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore(store); }, - $signature: 2382 + $signature: 2381 }; F.RecurringInvoiceEditDetailsScreen_build_closure.prototype = { call$2: function(context, viewModel) { @@ -396388,14 +394731,14 @@ else return new N.InvoiceEditDetails(viewModel, C.EntityType_recurringInvoice, null); }, - $signature: 2383 + $signature: 2382 }; F.RecurringInvoiceEditDetailsVM.prototype = {}; F.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure.prototype = { call$1: function(invoice) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.UpdateRecurringInvoice(invoice)); }, - $signature: 157 + $signature: 141 }; F.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure0.prototype = { call$3: function(context, invoice, client) { @@ -396406,7 +394749,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 257 + $signature: 261 }; F.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure1.prototype = { call$2: function(context, completer) { @@ -396421,7 +394764,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 138 + $signature: 126 }; F.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure.prototype = { call$1: function(_) { @@ -396445,7 +394788,7 @@ call$1: function(store) { return R.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore(store, this.$this.isTasks); }, - $signature: 2384 + $signature: 2383 }; R.RecurringInvoiceEditItemsScreen_build_closure.prototype = { call$2: function(context, viewModel) { @@ -396456,14 +394799,14 @@ else return new G.InvoiceEditItems(viewModel, t2, null); }, - $signature: 2385 + $signature: 2384 }; R.RecurringInvoiceEditItemsVM.prototype = {}; R.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure.prototype = { call$1: function(index) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.DeleteRecurringInvoiceItem(index)); }, - $signature: 106 + $signature: 104 }; R.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0.prototype = { call$0: function() { @@ -396495,7 +394838,7 @@ call$2: function(oldIndex, newIndex) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.MoveRecurringInvoiceItem(oldIndex, newIndex)); }, - $signature: 123 + $signature: 135 }; Q.RecurringInvoiceEditNotesScreen.prototype = { build$1: function(_, context) { @@ -396507,20 +394850,20 @@ call$1: function(store) { return Q.RecurringInvoiceEditNotesVM_RecurringInvoiceEditNotesVM$fromStore(store); }, - $signature: 2386 + $signature: 2385 }; Q.RecurringInvoiceEditNotesScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new Z.InvoiceEditNotes(viewModel, null); }, - $signature: 2387 + $signature: 2386 }; Q.RecurringInvoiceEditNotesVM.prototype = {}; Q.RecurringInvoiceEditNotesVM_RecurringInvoiceEditNotesVM$fromStore_closure.prototype = { call$1: function(recurringInvoice) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.UpdateRecurringInvoice(recurringInvoice)); }, - $signature: 157 + $signature: 141 }; U.RecurringInvoiceEditPDFScreen.prototype = { build$1: function(_, context) { @@ -396537,13 +394880,13 @@ t1 = t1.selectedCompanyIndex; return new U.RecurringInvoiceEditPDFVM(state, J.$index$asx(t2._list, t1).userCompany.company, invoice); }, - $signature: 2388 + $signature: 2387 }; U.RecurringInvoiceEditPDFScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new A.InvoiceEditPDF(viewModel, null); }, - $signature: 2389 + $signature: 2388 }; U.RecurringInvoiceEditPDFVM.prototype = {}; Q.RecurringInvoiceEditScreen.prototype = { @@ -396556,13 +394899,13 @@ call$1: function(store) { return Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore(store); }, - $signature: 2390 + $signature: 2389 }; Q.RecurringInvoiceEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new O.RecurringInvoiceEdit(viewModel, new D.ValueKey(viewModel.invoice.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2391 + $signature: 2390 }; Q.RecurringInvoiceEditVM.prototype = {}; Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure.prototype = { @@ -396577,7 +394920,7 @@ call$1: function(context) { return this.call$2(context, null); }, - $signature: 184 + $signature: 187 }; Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure.prototype = { call$0: function() { @@ -396613,7 +394956,7 @@ call$1: function(context) { return new M.ErrorDialog(this.localization.get$pleaseSelectAClient(), false, null); }, - $signature: 21 + $signature: 20 }; Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure0.prototype = { call$1: function(savedRecurringInvoice) { @@ -396646,7 +394989,7 @@ } } }, - $signature: 71 + $signature: 66 }; Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure1.prototype = { call$1: function(error) { @@ -396660,7 +395003,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure0.prototype = { call$2: function(items, clientId) { @@ -396671,7 +395014,7 @@ } J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.AddRecurringInvoiceItems(items)); }, - $signature: 254 + $signature: 273 }; Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -396799,7 +395142,7 @@ } return t1; }, - $signature: 100 + $signature: 97 }; U.RecurringInvoiceListItem_build__closure2.prototype = { call$0: function() { @@ -396817,14 +395160,14 @@ call$1: function(value) { return null; }, - $signature: 20 + $signature: 21 }; U.RecurringInvoiceListItem_build__closure0.prototype = { call$2: function(context, action) { M.handleEntitiesActions(H.setRuntimeTypeInfo([this.$this.invoice], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 59 + $signature: 58 }; U.RecurringInvoiceListItem_build__closure5.prototype = { call$0: function() { @@ -396842,7 +395185,7 @@ call$1: function(value) { return null; }, - $signature: 20 + $signature: 21 }; Y.RecurringInvoiceListBuilder.prototype = { build$1: function(_, context) { @@ -396859,7 +395202,7 @@ t5 = viewModel.onSortColumn; return S.EntityList$(t2, C.EntityType_recurringInvoice, new Y.RecurringInvoiceListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, t4, t5, new G.RecurringInvoicePresenter(), t1, t3); }, - $signature: 2392 + $signature: 2391 }; Y.RecurringInvoiceListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -396869,7 +395212,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2393 + $signature: 2392 }; Y.RecurringInvoiceListVM.prototype = {}; Y.RecurringInvoiceListVM_fromStore__handleRefresh.prototype = { @@ -396920,13 +395263,13 @@ t1 = t1.selectedCompanyIndex; return new X.RecurringInvoicePdfVM(state, J.$index$asx(t2._list, t1).recurringInvoiceState.$get$1(0, invoiceId), recurringInvoiceUIState.historyActivityId); }, - $signature: 2394 + $signature: 2393 }; X.RecurringInvoicePdfScreen_build_closure.prototype = { call$2: function(context, vm) { return new E.InvoicePdfView(vm, true, new D.ValueKey("__recurring_invoice_pdf_" + vm.invoice.id + "__", type$.ValueKey_legacy_String)); }, - $signature: 2395 + $signature: 2394 }; X.RecurringInvoicePdfVM.prototype = {}; G.RecurringInvoicePresenter.prototype = { @@ -397081,13 +395424,13 @@ call$2: function($status, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.FilterRecurringInvoicesByStatus($status)); }, - $signature: 239 + $signature: 231 }; V.RecurringInvoiceScreen_build_closure10.prototype = { call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.FilterRecurringInvoicesByState(state)); }, - $signature: 53 + $signature: 49 }; V.RecurringInvoiceScreen_build_closure4.prototype = { call$0: function() { @@ -397109,7 +395452,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 69 + $signature: 68 }; V.RecurringInvoiceScreen_build_closure0.prototype = { call$1: function(b) { @@ -397120,7 +395463,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 69 + $signature: 68 }; V.RecurringInvoiceScreen_build_closure1.prototype = { call$1: function(b) { @@ -397131,7 +395474,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 69 + $signature: 68 }; V.RecurringInvoiceScreen_build_closure2.prototype = { call$1: function(b) { @@ -397143,7 +395486,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 69 + $signature: 68 }; V.RecurringInvoiceScreen_build_closure3.prototype = { call$1: function(b) { @@ -397155,7 +395498,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 69 + $signature: 68 }; V.RecurringInvoiceScreen_build_closure5.prototype = { call$1: function(value) { @@ -397199,7 +395542,7 @@ call$2: function(context, vm) { return new V.RecurringInvoiceScreen(vm, null); }, - $signature: 2396 + $signature: 2395 }; A.RecurringInvoiceScreenVM.prototype = {}; O.RecurringInvoiceViewScreen.prototype = { @@ -397212,13 +395555,13 @@ call$1: function(store) { return O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore(store); }, - $signature: 2397 + $signature: 2396 }; O.RecurringInvoiceViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new E.InvoiceView(vm, this.$this.isFilter, vm.state.uiState.recurringInvoiceUIState.tabIndex, null); }, - $signature: 2398 + $signature: 2397 }; O.RecurringInvoiceViewVM.prototype = {}; O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__handleRefresh.prototype = { @@ -397240,7 +395583,7 @@ $defaultValues: function() { return [null]; }, - $signature: 253 + $signature: 302 }; O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure0.prototype = { call$1: function(context) { @@ -397274,7 +395617,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure2.prototype = { call$4: function(context, $document, password, idToken) { @@ -397287,13 +395630,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 95 + $signature: 89 }; O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure.prototype = { call$1: function(value) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.LoadRecurringInvoice(null, this.invoice.id)); }, - $signature: 93 + $signature: 94 }; O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure3.prototype = { call$3: function(context, invoice, activityId) { @@ -397307,7 +395650,7 @@ $defaultValues: function() { return [null]; }, - $signature: 252 + $signature: 259 }; A.ClientReportFields.prototype = { toString$0: function(_) { @@ -397318,43 +395661,43 @@ call$5: function(userCompany, reportsUIState, clientMap, userMap, staticState) { return A.clientReport(userCompany, reportsUIState, clientMap, userMap, staticState); }, - $signature: 610 + $signature: 667 }; A.clientReport_closure.prototype = { call$1: function(e) { return N.EnumUtils_fromString(C.List_00, e, type$.legacy_ClientReportFields); }, - $signature: 2400 + $signature: 2399 }; A.clientReport_closure0.prototype = { call$1: function(element) { return element != null; }, - $signature: 2401 + $signature: 2400 }; A.clientReport_closure1.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 357 + $signature: 451 }; A.clientReport_closure2.prototype = { call$2: function(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.clientReportSettings, this.selectedColumns); }, - $signature: 83 + $signature: 82 }; A.clientReport_closure3.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 357 + $signature: 451 }; A.clientReport_closure4.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 357 + $signature: 451 }; F.ContactReportFields.prototype = { toString$0: function(_) { @@ -397365,43 +395708,43 @@ call$5: function(userCompany, reportsUIState, clientMap, userMap, staticState) { return F.contactReport(userCompany, reportsUIState, clientMap, userMap, staticState); }, - $signature: 610 + $signature: 667 }; F.contactReport_closure.prototype = { call$1: function(e) { return N.EnumUtils_fromString(C.List_HB4, e, type$.legacy_ContactReportFields); }, - $signature: 2404 + $signature: 2403 }; F.contactReport_closure0.prototype = { call$1: function(element) { return element != null; }, - $signature: 2405 + $signature: 2404 }; F.contactReport_closure1.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 353 + $signature: 436 }; F.contactReport_closure2.prototype = { call$2: function(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.clientReportSettings, this.selectedColumns); }, - $signature: 83 + $signature: 82 }; F.contactReport_closure3.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 353 + $signature: 436 }; F.contactReport_closure4.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 353 + $signature: 436 }; L.CreditReportFields.prototype = { toString$0: function(_) { @@ -397412,43 +395755,43 @@ call$6: function(userCompany, reportsUIState, creditMap, clientMap, userMap, staticState) { return L.creditReport(userCompany, reportsUIState, creditMap, clientMap, userMap, staticState); }, - $signature: 616 + $signature: 671 }; L.creditReport_closure.prototype = { call$1: function(e) { return N.EnumUtils_fromString(C.List_8Gl, e, type$.legacy_CreditReportFields); }, - $signature: 2408 + $signature: 2407 }; L.creditReport_closure0.prototype = { call$1: function(element) { return element != null; }, - $signature: 2409 + $signature: 2408 }; L.creditReport_closure1.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 348 + $signature: 430 }; L.creditReport_closure2.prototype = { call$2: function(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.creditReportSettings, this.selectedColumns); }, - $signature: 83 + $signature: 82 }; L.creditReport_closure3.prototype = { call$1: function(e) { return N.EnumUtils_parse(e); }, - $signature: 348 + $signature: 430 }; L.creditReport_closure4.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 348 + $signature: 430 }; R.DocumentReportFields.prototype = { toString$0: function(_) { @@ -397459,19 +395802,19 @@ call$10: function(userCompany, reportsUIState, clientMap, productMap, invoiceMap, quoteMap, expenseMap, projectMap, vendorMap, userMap) { return R.documentReport(userCompany, reportsUIState, clientMap, productMap, invoiceMap, quoteMap, expenseMap, projectMap, vendorMap, userMap); }, - $signature: 2411 + $signature: 2410 }; R.documentReport_closure.prototype = { call$1: function(e) { return N.EnumUtils_fromString(C.List_usR, e, type$.legacy_DocumentReportFields); }, - $signature: 2412 + $signature: 2411 }; R.documentReport_closure0.prototype = { call$1: function(element) { return element != null; }, - $signature: 2413 + $signature: 2412 }; R.documentReport__getRow.prototype = { call$2: function(entity, $document) { @@ -397556,13 +395899,13 @@ } return skip ? _null : row; }, - $signature: 2414 + $signature: 2413 }; R.documentReport_closure1.prototype = { call$2: function(clientId, client) { J.forEach$1$ax(client.documents._list, new R.documentReport__closure2(this._getRow, client, this.data)); }, - $signature: 213 + $signature: 209 }; R.documentReport__closure2.prototype = { call$1: function($document) { @@ -397576,7 +395919,7 @@ call$2: function(productId, product) { J.forEach$1$ax(product.documents._list, new R.documentReport__closure1(this._getRow, product, this.data)); }, - $signature: 2415 + $signature: 2414 }; R.documentReport__closure1.prototype = { call$1: function($document) { @@ -397618,25 +395961,25 @@ call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 347 + $signature: 398 }; R.documentReport_closure6.prototype = { call$2: function(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.documentReportSettings, this.selectedColumns); }, - $signature: 83 + $signature: 82 }; R.documentReport_closure7.prototype = { call$1: function(e) { return N.EnumUtils_parse(e); }, - $signature: 347 + $signature: 398 }; R.documentReport_closure8.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 347 + $signature: 398 }; M.ExpenseReportFields.prototype = { toString$0: function(_) { @@ -397647,43 +395990,43 @@ call$9: function(userCompany, reportsUIState, expenseMap, expenseCategoryMap, invoiceMap, clientMap, vendorMap, userMap, staticState) { return M.expenseReport(userCompany, reportsUIState, expenseMap, expenseCategoryMap, invoiceMap, clientMap, vendorMap, userMap, staticState); }, - $signature: 2417 + $signature: 2416 }; M.expenseReport_closure.prototype = { call$1: function(e) { return N.EnumUtils_fromString(C.List_aVE, e, type$.legacy_ExpenseReportFields); }, - $signature: 2418 + $signature: 2417 }; M.expenseReport_closure0.prototype = { call$1: function(element) { return element != null; }, - $signature: 2419 + $signature: 2418 }; M.expenseReport_closure1.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 346 + $signature: 363 }; M.expenseReport_closure2.prototype = { call$2: function(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.expenseReportSettings, this.selectedColumns); }, - $signature: 83 + $signature: 82 }; M.expenseReport_closure3.prototype = { call$1: function(e) { return N.EnumUtils_parse(e); }, - $signature: 346 + $signature: 363 }; M.expenseReport_closure4.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 346 + $signature: 363 }; D.InvoiceItemReportFields.prototype = { toString$0: function(_) { @@ -397694,43 +396037,43 @@ call$6: function(userCompany, reportsUIState, productMap, invoiceMap, clientMap, staticState) { return D.lineItemReport0(userCompany, reportsUIState, productMap, invoiceMap, clientMap, staticState); }, - $signature: 623 + $signature: 675 }; D.lineItemReport_closure5.prototype = { call$1: function(e) { return N.EnumUtils_fromString(C.List_E34, e, type$.legacy_InvoiceItemReportFields); }, - $signature: 2422 + $signature: 2421 }; D.lineItemReport_closure6.prototype = { call$1: function(element) { return element != null; }, - $signature: 2423 + $signature: 2422 }; D.lineItemReport_closure7.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 338 + $signature: 383 }; D.lineItemReport_closure8.prototype = { call$2: function(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.lineItemReportSettings, this.selectedColumns); }, - $signature: 83 + $signature: 82 }; D.lineItemReport_closure9.prototype = { call$1: function(e) { return N.EnumUtils_parse(e); }, - $signature: 338 + $signature: 383 }; D.lineItemReport_closure10.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 338 + $signature: 383 }; X.InvoiceReportFields.prototype = { toString$0: function(_) { @@ -397741,43 +396084,43 @@ call$6: function(userCompany, reportsUIState, invoiceMap, clientMap, userMap, staticState) { return X.invoiceReport(userCompany, reportsUIState, invoiceMap, clientMap, userMap, staticState); }, - $signature: 616 + $signature: 671 }; X.invoiceReport_closure.prototype = { call$1: function(e) { return N.EnumUtils_fromString(C.List_PEP, e, type$.legacy_InvoiceReportFields); }, - $signature: 2425 + $signature: 2424 }; X.invoiceReport_closure0.prototype = { call$1: function(element) { return element != null; }, - $signature: 2426 + $signature: 2425 }; X.invoiceReport_closure1.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 340 + $signature: 333 }; X.invoiceReport_closure2.prototype = { call$2: function(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.invoiceReportSettings, this.selectedColumns); }, - $signature: 83 + $signature: 82 }; X.invoiceReport_closure3.prototype = { call$1: function(e) { return N.EnumUtils_parse(e); }, - $signature: 340 + $signature: 333 }; X.invoiceReport_closure4.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 340 + $signature: 333 }; O.TaxRateReportFields.prototype = { toString$0: function(_) { @@ -397788,49 +396131,49 @@ call$9: function(userCompany, reportsUIState, taxRateMap, invoiceMap, creditMap, clientMap, paymentMap, userMap, staticState) { return O.taxReport(userCompany, reportsUIState, taxRateMap, invoiceMap, creditMap, clientMap, paymentMap, userMap, staticState); }, - $signature: 627 + $signature: 678 }; O.taxReport_closure.prototype = { call$1: function(e) { return N.EnumUtils_fromString(C.List_dyC, e, type$.legacy_TaxRateReportFields); }, - $signature: 2429 + $signature: 2428 }; O.taxReport_closure0.prototype = { call$1: function(element) { return element != null; }, - $signature: 2430 + $signature: 2429 }; O.taxReport_closure2.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 259 + $signature: 321 }; O.taxReport_closure1.prototype = { call$2: function(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.taxRateReportSettings, this.selectedColumns); }, - $signature: 83 + $signature: 82 }; O.taxReport_closure3.prototype = { call$1: function(e) { return N.EnumUtils_parse(e); }, - $signature: 259 + $signature: 321 }; O.taxReport_closure4.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 259 + $signature: 321 }; O.taxReport_closure5.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 259 + $signature: 321 }; K.PaymentReportFields.prototype = { toString$0: function(_) { @@ -397841,43 +396184,43 @@ call$6: function(userCompany, reportsUIState, paymentMap, clientMap, userMap, staticState) { return K.paymentReport(userCompany, reportsUIState, paymentMap, clientMap, userMap, staticState); }, - $signature: 2432 + $signature: 2431 }; K.paymentReport_closure.prototype = { call$1: function(e) { return N.EnumUtils_fromString(C.List_Fb0, e, type$.legacy_PaymentReportFields); }, - $signature: 2433 + $signature: 2432 }; K.paymentReport_closure0.prototype = { call$1: function(element) { return element != null; }, - $signature: 2434 + $signature: 2433 }; K.paymentReport_closure1.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 368 + $signature: 406 }; K.paymentReport_closure2.prototype = { call$2: function(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.paymentReportSettings, this.selectedColumns); }, - $signature: 83 + $signature: 82 }; K.paymentReport_closure3.prototype = { call$1: function(e) { return N.EnumUtils_parse(e); }, - $signature: 368 + $signature: 406 }; K.paymentReport_closure4.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 368 + $signature: 406 }; X.TaxRateReportFields0.prototype = { toString$0: function(_) { @@ -397888,49 +396231,49 @@ call$9: function(userCompany, reportsUIState, taxRateMap, invoiceMap, creditMap, clientMap, paymentMap, userMap, staticState) { return X.paymentTaxReport(userCompany, reportsUIState, taxRateMap, invoiceMap, creditMap, clientMap, paymentMap, userMap, staticState); }, - $signature: 627 + $signature: 678 }; X.paymentTaxReport_closure.prototype = { call$1: function(e) { return N.EnumUtils_fromString(C.List_QsP, e, type$.legacy_TaxRateReportFields_2); }, - $signature: 2436 + $signature: 2435 }; X.paymentTaxReport_closure0.prototype = { call$1: function(element) { return element != null; }, - $signature: 2437 + $signature: 2436 }; X.paymentTaxReport_closure2.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 272 + $signature: 285 }; X.paymentTaxReport_closure1.prototype = { call$2: function(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.taxRateReportSettings, this.selectedColumns); }, - $signature: 83 + $signature: 82 }; X.paymentTaxReport_closure3.prototype = { call$1: function(e) { return N.EnumUtils_parse(e); }, - $signature: 272 + $signature: 285 }; X.paymentTaxReport_closure4.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 272 + $signature: 285 }; X.paymentTaxReport_closure5.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 272 + $signature: 285 }; N.ProductReportFields.prototype = { toString$0: function(_) { @@ -397941,43 +396284,43 @@ call$6: function(userCompany, reportsUIState, productMap, vendorMap, userMap, staticState) { return N.productReport(userCompany, reportsUIState, productMap, vendorMap, userMap, staticState); }, - $signature: 2439 + $signature: 2438 }; N.productReport_closure.prototype = { call$1: function(e) { return N.EnumUtils_fromString(C.List_IwX, e, type$.legacy_ProductReportFields); }, - $signature: 2440 + $signature: 2439 }; N.productReport_closure0.prototype = { call$1: function(element) { return element != null; }, - $signature: 2441 + $signature: 2440 }; N.productReport_closure1.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 372 + $signature: 455 }; N.productReport_closure2.prototype = { call$2: function(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.productReportSettings, this.selectedColumns); }, - $signature: 83 + $signature: 82 }; N.productReport_closure3.prototype = { call$1: function(e) { return N.EnumUtils_parse(e); }, - $signature: 372 + $signature: 455 }; N.productReport_closure4.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 372 + $signature: 455 }; K.ProfitAndLossReportFields.prototype = { toString$0: function(_) { @@ -397988,49 +396331,49 @@ call$9: function(userCompany, reportsUIState, clientMap, paymentMap, expenseMap, expenseCategoryMap, vendorMap, userMap, staticState) { return K.profitAndLossReport(userCompany, reportsUIState, clientMap, paymentMap, expenseMap, expenseCategoryMap, vendorMap, userMap, staticState); }, - $signature: 2443 + $signature: 2442 }; K.profitAndLossReport_closure.prototype = { call$1: function(e) { return N.EnumUtils_fromString(C.List_EKR, e, type$.legacy_ProfitAndLossReportFields); }, - $signature: 2444 + $signature: 2443 }; K.profitAndLossReport_closure0.prototype = { call$1: function(element) { return element != null; }, - $signature: 2445 + $signature: 2444 }; K.profitAndLossReport_closure2.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 271 + $signature: 313 }; K.profitAndLossReport_closure1.prototype = { call$2: function(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.profitAndLossReportSettings, this.selectedColumns); }, - $signature: 83 + $signature: 82 }; K.profitAndLossReport_closure3.prototype = { call$1: function(e) { return N.EnumUtils_parse(e); }, - $signature: 271 + $signature: 313 }; K.profitAndLossReport_closure4.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 271 + $signature: 313 }; K.profitAndLossReport_closure5.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 271 + $signature: 313 }; T.QuoteItemReportFields.prototype = { toString$0: function(_) { @@ -398041,43 +396384,43 @@ call$6: function(userCompany, reportsUIState, productMap, invoiceMap, clientMap, staticState) { return T.lineItemReport(userCompany, reportsUIState, productMap, invoiceMap, clientMap, staticState); }, - $signature: 623 + $signature: 675 }; T.lineItemReport_closure.prototype = { call$1: function(e) { return N.EnumUtils_fromString(C.List_ujV, e, type$.legacy_QuoteItemReportFields); }, - $signature: 2447 + $signature: 2446 }; T.lineItemReport_closure0.prototype = { call$1: function(element) { return element != null; }, - $signature: 2448 + $signature: 2447 }; T.lineItemReport_closure1.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 384 + $signature: 438 }; T.lineItemReport_closure2.prototype = { call$2: function(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.lineItemReportSettings, this.selectedColumns); }, - $signature: 83 + $signature: 82 }; T.lineItemReport_closure3.prototype = { call$1: function(e) { return N.EnumUtils_parse(e); }, - $signature: 384 + $signature: 438 }; T.lineItemReport_closure4.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 384 + $signature: 438 }; Y.QuoteReportFields.prototype = { toString$0: function(_) { @@ -398088,43 +396431,43 @@ call$7: function(userCompany, reportsUIState, quoteMap, clientMap, vendorMap, userMap, staticState) { return Y.quoteReport(userCompany, reportsUIState, quoteMap, clientMap, vendorMap, userMap, staticState); }, - $signature: 2450 + $signature: 2449 }; Y.quoteReport_closure.prototype = { call$1: function(e) { return N.EnumUtils_fromString(C.List_H6l, e, type$.legacy_QuoteReportFields); }, - $signature: 2451 + $signature: 2450 }; Y.quoteReport_closure0.prototype = { call$1: function(element) { return element != null; }, - $signature: 2452 + $signature: 2451 }; Y.quoteReport_closure1.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 390 + $signature: 404 }; Y.quoteReport_closure2.prototype = { call$2: function(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.quoteReportSettings, this.selectedColumns); }, - $signature: 83 + $signature: 82 }; Y.quoteReport_closure3.prototype = { call$1: function(e) { return N.EnumUtils_parse(e); }, - $signature: 390 + $signature: 404 }; Y.quoteReport_closure4.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 390 + $signature: 404 }; M.ReportCharts.prototype = { build$1: function(_, context) { @@ -398175,26 +396518,26 @@ call$2: function(_, __) { return K.ColorUtil_fromDartColor(this.state.get$accentColor()); }, - $signature: 633 + $signature: 686 }; M.ReportCharts_build_closure1.prototype = { call$2: function(item, _) { var t1 = J.getInterceptor$asx(item); return this.columnType === C.ReportColumnType_5 ? this.localization.lookup$1(t1.$index(item, "name")) : t1.$index(item, "name"); }, - $signature: 2455 + $signature: 2454 }; M.ReportCharts_build_closure2.prototype = { call$2: function(item, _) { return J.$index$asx(item, "value"); }, - $signature: 634 + $signature: 687 }; M.ReportCharts_build_closure0.prototype = { call$1: function(key) { return P.LinkedHashMap_LinkedHashMap$_literal(["name", key, "value", this.$this.viewModel.groupTotals.totals.$index(0, key).$index(0, this.reportState.chart)], type$.legacy_String, type$.legacy_Object); }, - $signature: 635 + $signature: 688 }; M.ReportCharts_build_closure3.prototype = { call$1: function(element) { @@ -398212,25 +396555,25 @@ call$2: function(_, __) { return K.ColorUtil_fromDartColor(this.state.get$accentColor()); }, - $signature: 633 + $signature: 686 }; M.ReportCharts_build_closure7.prototype = { call$2: function(item, _) { return P.DateTime_tryParse(J.$index$asx(item, "name")); }, - $signature: 2458 + $signature: 2457 }; M.ReportCharts_build_closure8.prototype = { call$2: function(item, _) { return J.$index$asx(item, "value"); }, - $signature: 634 + $signature: 687 }; M.ReportCharts_build_closure6.prototype = { call$1: function(key) { return P.LinkedHashMap_LinkedHashMap$_literal(["name", key, "value", this.$this.viewModel.groupTotals.totals.$index(0, key).$index(0, this.reportState.chart)], type$.legacy_String, type$.legacy_Object); }, - $signature: 635 + $signature: 688 }; A.ReportsScreen.prototype = { build$1: function(_, context) { @@ -398357,7 +396700,7 @@ t1 = this.localization.get$menuSidebar(); return R.InkWell$(false, _null, true, B.IconButton$(C.Alignment_0_0, _null, _null, true, L.Icon$(C.IconData_58332_MaterialIcons_null_false, _null, _null), 24, new A.ReportsScreen_build__closure2(context), C.EdgeInsets_8_8_8_8, t1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 341 + $signature: 412 }; A.ReportsScreen_build__closure2.prototype = { call$0: function() { @@ -398392,7 +396735,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(report), _null, _null, _null, _null, _null, _null, _null, _null, _null), report, type$.legacy_String); }, - $signature: 36 + $signature: 35 }; A.ReportsScreen_build_closure4.prototype = { call$1: function(date) { @@ -398426,7 +396769,7 @@ columnTitle = J.$index$asx(t1.userCompanyStates._list, t2).userCompany.company.getCustomFieldLabel$1(column); return K.DropdownMenuItem$(L.Text$(columnTitle.length === 0 ? this.localization.lookup$1(column) : columnTitle, _null, _null, _null, _null, _null, _null, _null, _null, _null), column, type$.legacy_String); }, - $signature: 36 + $signature: 35 }; A.ReportsScreen_build_closure9.prototype = { call$1: function(value) { @@ -398451,7 +396794,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(column), _null, _null, _null, _null, _null, _null, _null, _null, _null), column, type$.legacy_String); }, - $signature: 36 + $signature: 35 }; A.ReportsScreen_build_closure18.prototype = { call$0: function() { @@ -398486,7 +396829,7 @@ var t1 = this.localization; return new X.AppTextButton(t1.get$columns(t1), new A.ReportsScreen_build__closure1(this.$this, context, this.reportResult), true, null, null); }, - $signature: 324 + $signature: 290 }; A.ReportsScreen_build__closure1.prototype = { call$0: function() { @@ -398505,7 +396848,7 @@ call$1: function(selected) { this.$this.viewModel.onReportColumnsChanged.call$2(this.context, selected); }, - $signature: 98 + $signature: 99 }; A.ReportsScreen_build_closure14.prototype = { call$0: function() { @@ -398519,7 +396862,7 @@ t1 = this.localization; return B.IconButton$(C.Alignment_0_0, _null, _null, true, L.Icon$(C.IconData_58132_MaterialIcons_null_false, _null, _null), 24, new A.ReportsScreen_build__closure0(context, this.state, this.store), C.EdgeInsets_4_0_20_0, t1.get$history(t1), _null); }, - $signature: 327 + $signature: 298 }; A.ReportsScreen_build__closure0.prototype = { call$0: function() { @@ -398547,7 +396890,7 @@ t1 = this.localization; return T.Expanded$(new D.AppButton(_null, _null, t1.get$columns(t1), new A.ReportsScreen_build__closure(this.$this, context, this.reportResult), _null, _null), 1); }, - $signature: 2459 + $signature: 2458 }; A.ReportsScreen_build__closure.prototype = { call$0: function() { @@ -398563,7 +396906,7 @@ call$1: function(selected) { this.$this.viewModel.onReportColumnsChanged.call$2(this.context, selected); }, - $signature: 98 + $signature: 99 }; A.ReportsScreen_build_closure17.prototype = { call$0: function() { @@ -398686,7 +397029,7 @@ b.addAll$1(0, P.LinkedHashMap_LinkedHashMap$_literal([this.column, this.value], t1, t1)); return b; }, - $signature: 265 + $signature: 247 }; A._ReportDataTableState_didChangeDependencies_closure.prototype = { call$0: function() { @@ -398700,7 +397043,7 @@ b.addAll$1(0, P.LinkedHashMap_LinkedHashMap$_literal([this.column, this.value], t1, t1)); return b; }, - $signature: 265 + $signature: 247 }; A._ReportDataTableState_dispose_closure.prototype = { call$1: function(i) { @@ -398722,7 +397065,7 @@ t2 = this.sortedColumns[index]; return t1.onReportSorted.call$2(t2, ascending); }, - $signature: 637 + $signature: 690 }; A.TotalsDataTable.prototype = { build$1: function(_, context) { @@ -398740,7 +397083,7 @@ call$2: function(index, ascending) { return this.$this.viewModel.onReportTotalsSorted.call$2(index, ascending); }, - $signature: 637 + $signature: 690 }; A.ReportColumnType.prototype = { toString$0: function(_) { @@ -398756,7 +397099,7 @@ else return C.ReportColumnType_0; }, - $signature: 2462 + $signature: 2461 }; A.ReportDataTableSource.prototype = { get$rowCount: function(_) { @@ -398784,7 +397127,7 @@ call$2: function(column, value) { return this.$this.onFilterChanged.call$2(column, value); }, - $signature: 2463 + $signature: 2462 }; A.ReportResult.prototype = { sortedColumns$1: function(reportState) { @@ -399042,7 +397385,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(ageGroup), _null, _null, _null, _null, _null, _null, _null, _null, _null), ageGroup, type$.legacy_String); }, - $signature: 36 + $signature: 35 }; A.ReportResult_tableFilters_closure2.prototype = { call$0: function() { @@ -399076,13 +397419,13 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(J.toString$0$(dateRange)), _null, _null, _null, _null, _null, _null, _null, _null, _null), dateRange, type$.legacy_DateRange); }, - $signature: 564 + $signature: 629 }; A.ReportResult_tableFilters_closure7.prototype = { call$1: function(context) { return T.SizedBox$(null, null, null); }, - $signature: 582 + $signature: 653 }; A.ReportResult_tableFilters_closure9.prototype = { call$1: function(filter) { @@ -399099,7 +397442,7 @@ t6 = P.LinkedHashSet_LinkedHashSet$of(new H.MappedIterable(new H.WhereIterable(t2, new A.ReportResult_tableFilters__closure(t1, index, t4, t3), t5._eval$1("WhereIterable<1>")), new A.ReportResult_tableFilters__closure0(index, t4, t3), t6), t6._eval$1("Iterable.E")); return P.List_List$of(t6, true, H._instanceType(t6)._eval$1("SetMixin.E")); }, - $signature: 583 + $signature: 654 }; A.ReportResult_tableFilters__closure.prototype = { call$1: function(row) { @@ -399110,13 +397453,13 @@ t4 = _this.column; return C.JSString_methods.contains$1(t2.$index(row, t1).renderText$2(t3, t4).toLowerCase(), _this._box_0.filter) && J.trim$0$s(t2.$index(row, t1).renderText$2(t3, t4)).length !== 0; }, - $signature: 2464 + $signature: 2463 }; A.ReportResult_tableFilters__closure0.prototype = { call$1: function(row) { return J.$index$asx(row, this.index).renderText$2(this.context, this.column); }, - $signature: 2465 + $signature: 2464 }; A.ReportResult_tableFilters_closure6.prototype = { call$2: function(context, value) { @@ -399124,7 +397467,7 @@ t1 = K.Theme_of(context).cardColor; return T.Listener$(C.HitTestBehavior_0, M.Container$(_null, new T.Padding(C.EdgeInsets_12_12_12_12, L.Text$(H.S(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), C.Clip_0, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.ReportResult_tableFilters__closure1(this.textEditingControllers, this.column, value, this.onFilterChanged), _null, _null, _null); }, - $signature: 585 + $signature: 655 }; A.ReportResult_tableFilters__closure1.prototype = { call$1: function(_) { @@ -399134,7 +397477,7 @@ J.set$text$x(_this.textEditingControllers.$index(0, t1), t2); _this.onFilterChanged.call$2(t1, t2); }, - $signature: 589 + $signature: 656 }; A.ReportResult_tableFilters_closure8.prototype = { call$1: function(value) { @@ -399213,7 +397556,7 @@ b.addAll$1(0, P.LinkedHashMap_LinkedHashMap$_literal([this.column, this._box_0.filter], t1, t1)); return b; }, - $signature: 265 + $signature: 247 }; A.ReportResult_totalColumns_closure.prototype = { call$2: function(str1, str2) { @@ -399471,7 +397814,7 @@ call$2: function(context, vm) { return new A.ReportsScreen(vm, null); }, - $signature: 2466 + $signature: 2465 }; L.ReportsScreenVM.prototype = {}; L.ReportsScreenVM_fromStore_closure2.prototype = { @@ -399482,7 +397825,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2467 + $signature: 2466 }; L.ReportsScreenVM_fromStore_closure3.prototype = { call$2: function(index, ascending) { @@ -399492,13 +397835,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 350 + $signature: 418 }; L.ReportsScreenVM_fromStore_closure1.prototype = { call$2: function(context, filterMap) { P.Timer_Timer(P.Duration$(0, 0, 0, 100, 0, 0), new L.ReportsScreenVM_fromStore__closure0(this.store, this.report, filterMap)); }, - $signature: 638 + $signature: 691 }; L.ReportsScreenVM_fromStore__closure0.prototype = { call$0: function() { @@ -399521,21 +397864,21 @@ completer = O.snackBarCompleter(context, L.Localizations_of(context, C.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.Null); J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.SaveUserSettingsRequest(completer, user)); }, - $signature: 2469 + $signature: 2468 }; L.ReportsScreenVM_fromStore__closure7.prototype = { call$1: function(b) { b.get$reportSettings().$indexSet(0, this.state.uiState.reportsUIState.report, this.reportSettings.rebuild$1(new L.ReportsScreenVM_fromStore___closure0(this.columns))); return b; }, - $signature: 494 + $signature: 546 }; L.ReportsScreenVM_fromStore___closure0.prototype = { call$1: function(b) { b.get$columns(b).replace$1(0, D.BuiltList_BuiltList$from(this.columns, type$.legacy_String)); return b; }, - $signature: 644 + $signature: 506 }; L.ReportsScreenVM_fromStore__closure8.prototype = { call$1: function(b) { @@ -399546,7 +397889,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 89 + $signature: 95 }; L.ReportsScreenVM_fromStore__closure9.prototype = { call$1: function(b) { @@ -399557,7 +397900,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 77 + $signature: 76 }; L.ReportsScreenVM_fromStore_closure4.prototype = { call$7$chart$customEndDate$customStartDate$group$report$selectedGroup$subgroup: function(chart, customEndDate, customStartDate, group, report, selectedGroup, subgroup) { @@ -399589,7 +397932,7 @@ $defaultValues: function() { return {chart: null, customEndDate: null, customStartDate: null, group: null, report: null, selectedGroup: null, subgroup: null}; }, - $signature: 2470 + $signature: 2469 }; L.ReportsScreenVM_fromStore__closure.prototype = { call$0: function() { @@ -399684,7 +398027,7 @@ t2 = t1.csvData; t1.csvData = C.JSString_methods.substring$2(t2, 0, t2.length - 1); }, - $signature: 2471 + $signature: 2470 }; L.ReportsScreenVM_fromStore__closure3.prototype = { call$1: function(column) { @@ -399729,7 +398072,7 @@ call$5: function(reportResult, reportUIState, reportSettings, currencyMap, company) { return L.calculateReportTotals(company, currencyMap, reportResult, reportSettings, reportUIState); }, - $signature: 2472 + $signature: 2471 }; L.calculateReportTotals_closure.prototype = { call$2: function(rowA, rowB) { @@ -399759,43 +398102,43 @@ call$10: function(userCompany, reportsUIState, taskMap, invoiceMap, groupMap, clientMap, taskStatusMap, userMap, projectMap, staticState) { return E.taskReport(userCompany, reportsUIState, taskMap, invoiceMap, groupMap, clientMap, taskStatusMap, userMap, projectMap, staticState); }, - $signature: 2473 + $signature: 2472 }; E.taskReport_closure.prototype = { call$1: function(e) { return N.EnumUtils_fromString(C.List_7BT, e, type$.legacy_TaskReportFields); }, - $signature: 2474 + $signature: 2473 }; E.taskReport_closure0.prototype = { call$1: function(element) { return element != null; }, - $signature: 2475 + $signature: 2474 }; E.taskReport_closure1.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 410 + $signature: 381 }; E.taskReport_closure2.prototype = { call$2: function(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.taskReportSettings, this.selectedColumns); }, - $signature: 83 + $signature: 82 }; E.taskReport_closure3.prototype = { call$1: function(e) { return N.EnumUtils_parse(e); }, - $signature: 410 + $signature: 381 }; E.taskReport_closure4.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 410 + $signature: 381 }; O.AccountManagement.prototype = { createState$0: function() { @@ -399942,7 +398285,7 @@ t3 = t2.enabledModules; return D.CheckboxListTile$(K.Theme_of(_this.context).accentColor, _null, C.ListTileControlAffinity_0, _null, _null, new O._AccountManagementState_build__closure2(t2, module, _this.viewModel), t1, (t3 & module) >>> 0 !== 0); }, - $signature: 2477 + $signature: 2476 }; O._AccountManagementState_build__closure2.prototype = { call$1: function(value) { @@ -399956,7 +398299,7 @@ t1.enabledModules = (enabledModules ^ t3) >>> 0; this.viewModel.onCompanyChanged.call$1(t2.rebuild$1(new O._AccountManagementState_build___closure(t1))); }, - $signature: 20 + $signature: 21 }; O._AccountManagementState_build___closure.prototype = { call$1: function(b) { @@ -399996,13 +398339,13 @@ call$1: function(value) { this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new O._AccountManagementState_build__closure(value))); }, - $signature: 20 + $signature: 21 }; O._AccountManagementState_build__closure.prototype = { call$1: function(b) { return b.get$_company_model$_$this()._oauthPasswordRequired = this.value; }, - $signature: 2478 + $signature: 2477 }; O._AccountOverview.prototype = { build$1: function(_, context) { @@ -400189,7 +398532,7 @@ } return stats; }, - $signature: 155 + $signature: 148 }; O._AccountOverview_build_closure.prototype = { call$0: function() { @@ -400209,7 +398552,7 @@ call$1: function(value) { this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new O._AccountOverview_build__closure4(value))); }, - $signature: 20 + $signature: 21 }; O._AccountOverview_build__closure4.prototype = { call$1: function(b) { @@ -400222,7 +398565,7 @@ call$1: function(value) { this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new O._AccountOverview_build__closure3(value))); }, - $signature: 20 + $signature: 21 }; O._AccountOverview_build__closure3.prototype = { call$1: function(b) { @@ -400235,7 +398578,7 @@ call$1: function(value) { this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new O._AccountOverview_build__closure2(value))); }, - $signature: 20 + $signature: 21 }; O._AccountOverview_build__closure2.prototype = { call$1: function(b) { @@ -400297,7 +398640,7 @@ call$1: function(context) { return E.SimpleDialog$(H.setRuntimeTypeInfo([new F.LoadingDialog(null)], type$.JSArray_legacy_Widget)); }, - $signature: 168 + $signature: 163 }; O._AccountOverview_build___closure2.prototype = { call$1: function(response) { @@ -400433,7 +398776,7 @@ call$2: function(context, viewModel) { return new O.AccountManagement(viewModel, new D.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2479 + $signature: 2478 }; A.AccountManagementVM.prototype = { get$company: function() { @@ -400444,7 +398787,7 @@ call$1: function(company) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.UpdateCompany(company)); }, - $signature: 125 + $signature: 131 }; A.AccountManagementVM_fromStore_closure2.prototype = { call$4: function(context, password, idToken, reason) { @@ -400456,13 +398799,13 @@ t1.then$1$1(0, new A.AccountManagementVM_fromStore__closure0(t2, companyLength), type$.Null).catchError$1(new A.AccountManagementVM_fromStore__closure1()); J.$index$asx(t2.get$_dispatchers(), 0).call$1(new E.DeleteCompanyRequest(new P._AsyncCompleter(t1, type$._AsyncCompleter_Null), password, reason)); }, - $signature: 496 + $signature: 551 }; A.AccountManagementVM_fromStore__closure.prototype = { call$1: function(context) { return E.SimpleDialog$(H.setRuntimeTypeInfo([new F.LoadingDialog(null)], type$.JSArray_legacy_Widget)); }, - $signature: 168 + $signature: 163 }; A.AccountManagementVM_fromStore__closure0.prototype = { call$1: function(value) { @@ -400516,7 +398859,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; A.AccountManagementVM_fromStore_closure.prototype = { call$1: function(context) { @@ -400549,7 +398892,7 @@ completer = O.snackBarCompleter(context, t1, false, type$.Null); J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.PurgeDataRequest(completer, password, idToken)); }, - $signature: 2481 + $signature: 2480 }; A.AccountManagementVM_fromStore_closure4.prototype = { call$0: function() { @@ -400664,7 +399007,7 @@ call$2: function(context, viewModel) { return new V.BuyNowButtons(null); }, - $signature: 2482 + $signature: 2481 }; B.BuyNowButtonsVM.prototype = {}; S.ClientPortal.prototype = { @@ -401156,7 +399499,7 @@ call$1: function(value) { return this.$this._validateSubdomain$0(); }, - $signature: 60 + $signature: 59 }; S._ClientPortalState_build_closure2.prototype = { call$1: function(val) { @@ -401261,7 +399604,7 @@ var _this = this, _null = null; return O.SwitchListTile$(K.Theme_of(_this.context).accentColor, _null, new S._ClientPortalState_build__closure5(_this.company, field, _this.viewModel), _null, _null, L.Text$(_this.localization.lookup$1(field.key), _null, _null, _null, _null, _null, _null, _null, _null, _null), field.required); }, - $signature: 2483 + $signature: 2482 }; S._ClientPortalState_build__closure5.prototype = { call$1: function(value) { @@ -401269,7 +399612,7 @@ t2 = this.field; this.viewModel.onCompanyChanged.call$1(t1.rebuild$1(new S._ClientPortalState_build___closure(J.indexOf$2$asx(t1.clientRegistrationFields._list, t2, 0), t2))); }, - $signature: 20 + $signature: 21 }; S._ClientPortalState_build___closure.prototype = { call$1: function(b) { @@ -401290,7 +399633,7 @@ b.get$_company_model$_$this()._required = !this.field.required; return b; }, - $signature: 2484 + $signature: 2483 }; S._ClientPortalState_build_closure12.prototype = { call$1: function(value) { @@ -401395,7 +399738,7 @@ call$2: function(context, viewModel) { return new S.ClientPortal(viewModel, new D.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2485 + $signature: 2484 }; A.ClientPortalVM.prototype = { get$company: function() { @@ -401406,13 +399749,13 @@ call$1: function(settings) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.UpdateSettings(settings)); }, - $signature: 449 + $signature: 351 }; A.ClientPortalVM_fromStore_closure0.prototype = { call$1: function(company) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.UpdateCompany(company)); }, - $signature: 125 + $signature: 131 }; A.ClientPortalVM_fromStore_closure.prototype = { call$1: function(context) { @@ -401774,7 +400117,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(J.$index$asx(this.state.staticState.sizeMap._map$_map, sizeId).name, _null, _null, _null, _null, _null, _null, _null, _null, _null), sizeId, type$.legacy_String); }, - $signature: 36 + $signature: 35 }; A._CompanyDetailsState_build_closure1.prototype = { call$1: function(sizeId) { @@ -401837,7 +400180,7 @@ t2.push(T.Expanded$(new D.AppButton(_null, C.IconData_57717_MaterialIcons_null_false, t1, new A._CompanyDetailsState_build__closure9(_this.viewModel, context), 1 / 0, _null), 1)); return T.Row$(t2, C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null); }, - $signature: 2487 + $signature: 2486 }; A._CompanyDetailsState_build__closure8.prototype = { call$0: function() { @@ -401897,7 +400240,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_String); }, - $signature: 36 + $signature: 35 }; A._CompanyDetailsState_build_closure7.prototype = { call$1: function(paymentType) { @@ -401922,7 +400265,7 @@ paymentTerm = J.$index$asx(J.$index$asx(t1.userCompanyStates._list, t2).paymentTermState.map._map$_map, paymentTermId); return K.DropdownMenuItem$(L.Text$(paymentTerm.name, _null, _null, _null, _null, _null, _null, _null, _null, _null), C.JSInt_methods.toString$0(paymentTerm.numDays), type$.legacy_String); }, - $signature: 36 + $signature: 35 }; A._CompanyDetailsState_build_closure9.prototype = { call$1: function(numDays) { @@ -401947,7 +400290,7 @@ paymentTerm = J.$index$asx(J.$index$asx(t1.userCompanyStates._list, t2).paymentTermState.map._map$_map, paymentTermId); return K.DropdownMenuItem$(L.Text$(paymentTerm.name, _null, _null, _null, _null, _null, _null, _null, _null, _null), C.JSInt_methods.toString$0(paymentTerm.numDays), type$.legacy_String); }, - $signature: 36 + $signature: 35 }; A._CompanyDetailsState_build_closure11.prototype = { call$1: function(numDays) { @@ -401974,7 +400317,7 @@ call$1: function(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure3(value))); }, - $signature: 289 + $signature: 269 }; A._CompanyDetailsState_build__closure3.prototype = { call$1: function(b) { @@ -401988,7 +400331,7 @@ call$1: function(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure2(value))); }, - $signature: 289 + $signature: 269 }; A._CompanyDetailsState_build__closure2.prototype = { call$1: function(b) { @@ -402002,7 +400345,7 @@ call$1: function(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure1(value))); }, - $signature: 289 + $signature: 269 }; A._CompanyDetailsState_build__closure1.prototype = { call$1: function(b) { @@ -402042,13 +400385,13 @@ call$1: function(path) { return this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 134 + $signature: 122 }; A._CompanyDetailsState_build_closure19.prototype = { call$3: function($document, password, idToken) { return this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 124 + $signature: 127 }; A.__CompanyDetailsState_State_SingleTickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -402075,7 +400418,7 @@ call$2: function(context, viewModel) { return new A.CompanyDetails(viewModel, new D.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2488 + $signature: 2487 }; A.CompanyDetailsVM.prototype = { get$company: function() { @@ -402086,13 +400429,13 @@ call$1: function(settings) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.UpdateSettings(settings)); }, - $signature: 449 + $signature: 351 }; A.CompanyDetailsVM_fromStore_closure0.prototype = { call$1: function(company) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.UpdateCompany(company)); }, - $signature: 125 + $signature: 131 }; A.CompanyDetailsVM_fromStore_closure3.prototype = { call$1: function(context) { @@ -402130,7 +400473,7 @@ b.get$settings().get$_settings_model$_$this()._companyLogo = null; return b; }, - $signature: 380 + $signature: 428 }; A.CompanyDetailsVM_fromStore__closure4.prototype = { call$1: function(b) { @@ -402236,7 +400579,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; A.CompanyDetailsVM_fromStore_closure6.prototype = { call$4: function(context, $document, password, idToken) { @@ -402249,13 +400592,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 95 + $signature: 89 }; A.CompanyDetailsVM_fromStore__closure.prototype = { call$1: function(value) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new M.RefreshData(null, false, false, false)); }, - $signature: 93 + $signature: 94 }; X.CreditCardsAndBanks.prototype = { createState$0: function() { @@ -402336,7 +400679,7 @@ call$2: function(context, viewModel) { return new X.CreditCardsAndBanks(null); }, - $signature: 2489 + $signature: 2488 }; F.CreditCardsAndBanksVM.prototype = {}; S.CustomFields.prototype = { @@ -402435,7 +400778,7 @@ if (J.$index$asx(t2._list, t1).userCompany.company.isModuleEnabled$1(entityType)) ++this._box_0.tabs; }, - $signature: 197 + $signature: 189 }; S.CustomFieldsSettings.prototype = { build$1: function(_, context) { @@ -402705,7 +401048,7 @@ call$1: function(value) { return null; }, - $signature: 20 + $signature: 21 }; S._CustomFormFieldState_build_closure0.prototype = { call$0: function() { @@ -402757,7 +401100,7 @@ call$2: function(context, viewModel) { return new S.CustomFields(viewModel, new D.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2490 + $signature: 2489 }; M.CustomFieldsVM.prototype = { get$company: function() { @@ -402768,7 +401111,7 @@ call$1: function(company) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.UpdateCompany(company)); }, - $signature: 125 + $signature: 131 }; M.CustomFieldsVM_fromStore_closure.prototype = { call$1: function(context) { @@ -402867,7 +401210,7 @@ call$2: function(context, viewModel) { return new V.DataVisualizations(null); }, - $signature: 2491 + $signature: 2490 }; M.DataVisualizationsVM.prototype = {}; R.DeviceSettings.prototype = { @@ -403021,27 +401364,27 @@ var t1 = value ? C.AppLayout_mobile : C.AppLayout_desktop; this.viewModel.onLayoutChanged.call$2(this.context, t1); }, - $signature: 20 + $signature: 21 }; R._DeviceSettingsState_build_closure0.prototype = { call$1: function(value) { var t1 = value ? C.AppSidebarMode_float : C.AppSidebarMode_collapse; this.viewModel.onMenuModeChanged.call$2(this.context, t1); }, - $signature: 20 + $signature: 21 }; R._DeviceSettingsState_build_closure1.prototype = { call$1: function(value) { var t1 = value ? C.AppSidebarMode_float : C.AppSidebarMode_visible; this.viewModel.onHistoryModeChanged.call$2(this.context, t1); }, - $signature: 20 + $signature: 21 }; R._DeviceSettingsState_build_closure2.prototype = { call$1: function(value) { this.viewModel.onLongPressSelectionIsDefault.call$2(this.context, !value); }, - $signature: 20 + $signature: 21 }; R._DeviceSettingsState_build_closure3.prototype = { call$1: function(value) { @@ -403054,7 +401397,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(H.S(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_int); }, - $signature: 162 + $signature: 174 }; R._DeviceSettingsState_build_closure5.prototype = { call$2: function(context, snapshot) { @@ -403069,7 +401412,7 @@ } else return T.SizedBox$(_null, _null, _null); }, - $signature: 2492 + $signature: 2491 }; R._DeviceSettingsState_build__closure7.prototype = { call$1: function(value) { @@ -403095,7 +401438,7 @@ t1 = this.localization; return Q.ListTile$(false, _null, _null, true, false, _null, L.Icon$(C.IconData_58644_MaterialIcons_null_false, _null, _null), _null, new R._DeviceSettingsState_build__closure5(this.viewModel, context), false, _null, _null, new E.LiveText(_null, new R._DeviceSettingsState_build__closure6(t1, this.state), _null, _null), _null, L.Text$(t1.get$refreshData(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null); }, - $signature: 2493 + $signature: 2492 }; R._DeviceSettingsState_build__closure6.prototype = { call$0: function() { @@ -403107,7 +401450,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 155 + $signature: 148 }; R._DeviceSettingsState_build__closure5.prototype = { call$0: function() { @@ -403139,7 +401482,7 @@ var _null = null; return K.DropdownMenuItem$(T.Row$(H.setRuntimeTypeInfo([T.SizedBox$(L.Text$(A.toTitleCase(key), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, 120), T.Expanded$(M.Container$(_null, _null, C.Clip_0, $.$get$colorThemesMap().$index(0, key).colorInfo, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1), T.Expanded$(M.Container$(_null, _null, C.Clip_0, $.$get$colorThemesMap().$index(0, key).colorPrimary, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1), T.Expanded$(M.Container$(_null, _null, C.Clip_0, $.$get$colorThemesMap().$index(0, key).colorSuccess, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1), T.Expanded$(M.Container$(_null, _null, C.Clip_0, $.$get$colorThemesMap().$index(0, key).colorWarning, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1), T.Expanded$(M.Container$(_null, _null, C.Clip_0, $.$get$colorThemesMap().$index(0, key).colorDanger, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null), key, type$.legacy_String); }, - $signature: 36 + $signature: 35 }; R._DeviceSettingsState_build_closure12.prototype = { call$1: function(value) { @@ -403163,7 +401506,7 @@ J.clear$0$ax(b.get$_safeMap()); return b; }, - $signature: 265 + $signature: 247 }; R._DeviceSettingsState_build__closure3.prototype = { call$1: function(b) { @@ -403171,7 +401514,7 @@ t2 = type$.legacy_String; return b.addAll$1(0, P.LinkedHashMap_LinkedHashMap$_literal(["sidebar_active_background_color", "#444444", "sidebar_active_font_color", "#FFFFFF", "sidebar_inactive_background_color", "#2F2F2F", "sidebar_inactive_font_color", "#FFFFFF", "invoice_header_background_color", "#777777", "invoice_header_font_color", "#FFFFFF", "table_alternate_row_background_color", t1], t2, t2)); }, - $signature: 2494 + $signature: 2493 }; R._DeviceSettingsState_build_closure14.prototype = { call$1: function(selector) { @@ -403180,7 +401523,7 @@ t2 = _this.prefState; return A.FormColorPicker$(J.$index$asx(t2.customColors._map$_map, selector), t1, new R._DeviceSettingsState_build__closure1(_this.viewModel, _this.context, t2, selector)); }, - $signature: 2495 + $signature: 2494 }; R._DeviceSettingsState_build__closure1.prototype = { call$1: function(value) { @@ -403197,7 +401540,7 @@ b.$indexSet(0, this.selector, t1); return t1; }, - $signature: 645 + $signature: 695 }; R._DeviceSettingsState_build_closure15.prototype = { call$0: function() { @@ -403258,7 +401601,7 @@ b.$indexSet(0, t2, t1); return t1; }, - $signature: 645 + $signature: 695 }; R.__DeviceSettingsState_State_SingleTickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -403285,7 +401628,7 @@ call$2: function(context, viewModel) { return new R.DeviceSettings(viewModel, null); }, - $signature: 2497 + $signature: 2496 }; L.DeviceSettingsVM.prototype = {}; L.DeviceSettingsVM_fromStore_closure.prototype = { @@ -403336,7 +401679,7 @@ }); return P._asyncStartSync($async$call$2, $async$completer); }, - $signature: 356 + $signature: 343 }; L.DeviceSettingsVM_fromStore_closure7.prototype = { call$2: function(context, value) { @@ -403361,7 +401704,7 @@ }); return P._asyncStartSync($async$call$2, $async$completer); }, - $signature: 356 + $signature: 343 }; L.DeviceSettingsVM_fromStore_closure4.prototype = { call$2: function(context, value) { @@ -403393,7 +401736,7 @@ }); return P._asyncStartSync($async$call$2, $async$completer); }, - $signature: 648 + $signature: 697 }; L.DeviceSettingsVM_fromStore_closure5.prototype = { call$2: function(context, value) { @@ -403425,7 +401768,7 @@ }); return P._asyncStartSync($async$call$2, $async$completer); }, - $signature: 648 + $signature: 697 }; L.DeviceSettingsVM_fromStore_closure6.prototype = { call$2: function(context, value) { @@ -403455,7 +401798,7 @@ }); return P._asyncStartSync($async$call$2, $async$completer); }, - $signature: 2500 + $signature: 2499 }; L.DeviceSettingsVM_fromStore_closure11.prototype = { call$2: function(context, value) { @@ -403465,7 +401808,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2501 + $signature: 2500 }; L.DeviceSettingsVM_fromStore_closure3.prototype = { call$2: function(context, value) { @@ -403499,7 +401842,7 @@ }); return P._asyncStartSync($async$call$2, $async$completer); }, - $signature: 2502 + $signature: 2501 }; L.DeviceSettingsVM_fromStore__closure.prototype = { call$1: function(duration) { @@ -403509,7 +401852,7 @@ else J.$index$asx(t1.get$_dispatchers(), 0).call$1(new M.ViewMainScreen()); }, - $signature: 42 + $signature: 41 }; L.DeviceSettingsVM_fromStore_closure8.prototype = { call$2: function(context, value) { @@ -403573,7 +401916,7 @@ }); return P._asyncStartSync($async$call$2, $async$completer); }, - $signature: 356 + $signature: 343 }; L.DeviceSettingsVM_fromStore_closure12.prototype = { call$0: function() { @@ -403639,7 +401982,7 @@ J.$index$asx(t1.get$_dispatchers(), 0).call$1(t2); J.$index$asx(t1.get$_dispatchers(), 0).call$1(new L.UpdatedSetting()); }, - $signature: 638 + $signature: 691 }; L.DeviceSettingsVM_fromStore_closure9.prototype = { call$2: function(context, value) { @@ -403652,7 +401995,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 650 + $signature: 698 }; L.DeviceSettingsVM_fromStore_closure10.prototype = { call$2: function(context, value) { @@ -403665,7 +402008,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 650 + $signature: 698 }; N.EmailSettings.prototype = { createState$0: function() { @@ -403897,7 +402240,7 @@ type$.legacy_UserEntity._as(entity); return entity.get$fullName() + " \u2022 " + entity.email; }, - $signature: 43 + $signature: 42 }; N._EmailSettingsState_build_closure3.prototype = { call$1: function(value) { @@ -403927,7 +402270,7 @@ } return K.DropdownMenuItem$(L.Text$(timeLabel, _null, _null, _null, _null, _null, _null, _null, _null, _null), hour, type$.legacy_int); }, - $signature: 162 + $signature: 174 }; N._EmailSettingsState_build_closure5.prototype = { call$1: function(value) { @@ -403991,14 +402334,14 @@ call$2: function(context, viewModel) { return new N.EmailSettings(viewModel, new D.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2504 + $signature: 2503 }; D.EmailSettingsVM.prototype = {}; D.EmailSettingsVM_fromStore_closure0.prototype = { call$1: function(settings) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.UpdateSettings(settings)); }, - $signature: 143 + $signature: 154 }; D.EmailSettingsVM_fromStore_closure.prototype = { call$1: function(context) { @@ -404185,7 +402528,7 @@ call$2: function(context, viewModel) { return new F.ExpenseSettings(viewModel, new D.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2506 + $signature: 2505 }; N.ExpenseSettingsVM.prototype = { get$company: function() { @@ -404196,7 +402539,7 @@ call$1: function(company) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.UpdateCompany(company)); }, - $signature: 125 + $signature: 131 }; N.ExpenseSettingsVM_fromStore_closure.prototype = { call$1: function(context) { @@ -404407,7 +402750,7 @@ if (this.company.isModuleEnabled$1(entityType)) ++this._box_0.tabs; }, - $signature: 197 + $signature: 189 }; F._GeneratedNumbersState_dispose_closure.prototype = { call$1: function(controller) { @@ -404465,7 +402808,7 @@ t1 = ""; return new M.ErrorDialog(H.stringReplaceAllUnchecked(t1, ":", "$"), false, null); }, - $signature: 21 + $signature: 20 }; F._GeneratedNumbersState_build_closure0.prototype = { call$1: function(value) { @@ -404485,7 +402828,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(C.JSString_methods.$mul("0", value - 1) + "1", _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_int); }, - $signature: 162 + $signature: 174 }; F._GeneratedNumbersState_build_closure1.prototype = { call$1: function(value) { @@ -404544,7 +402887,7 @@ var _null = null; return new P.MapEntry(id, K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(frequency), _null, _null, _null, _null, _null, _null, _null, _null, _null), id, type$.legacy_String), type$.MapEntry_of_legacy_String_and_legacy_DropdownMenuItem_legacy_String); }, - $signature: 421 + $signature: 386 }; F._GeneratedNumbersState_build_closure6.prototype = { call$1: function(value) { @@ -404563,7 +402906,7 @@ call$2: function(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new F._GeneratedNumbersState_build__closure9(counter, pattern))); }, - $signature: 76 + $signature: 79 }; F._GeneratedNumbersState_build__closure9.prototype = { call$1: function(b) { @@ -404577,7 +402920,7 @@ call$2: function(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new F._GeneratedNumbersState_build__closure8(counter, pattern))); }, - $signature: 76 + $signature: 79 }; F._GeneratedNumbersState_build__closure8.prototype = { call$1: function(b) { @@ -404591,7 +402934,7 @@ call$2: function(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new F._GeneratedNumbersState_build__closure7(counter, pattern))); }, - $signature: 76 + $signature: 79 }; F._GeneratedNumbersState_build__closure7.prototype = { call$1: function(b) { @@ -404605,7 +402948,7 @@ call$2: function(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new F._GeneratedNumbersState_build__closure6(counter, pattern))); }, - $signature: 76 + $signature: 79 }; F._GeneratedNumbersState_build__closure6.prototype = { call$1: function(b) { @@ -404619,7 +402962,7 @@ call$2: function(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new F._GeneratedNumbersState_build__closure5(counter, pattern))); }, - $signature: 76 + $signature: 79 }; F._GeneratedNumbersState_build__closure5.prototype = { call$1: function(b) { @@ -404633,7 +402976,7 @@ call$2: function(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new F._GeneratedNumbersState_build__closure4(counter, pattern))); }, - $signature: 76 + $signature: 79 }; F._GeneratedNumbersState_build__closure4.prototype = { call$1: function(b) { @@ -404647,7 +402990,7 @@ call$2: function(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new F._GeneratedNumbersState_build__closure3(counter, pattern))); }, - $signature: 76 + $signature: 79 }; F._GeneratedNumbersState_build__closure3.prototype = { call$1: function(b) { @@ -404661,7 +403004,7 @@ call$2: function(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new F._GeneratedNumbersState_build__closure2(counter, pattern))); }, - $signature: 76 + $signature: 79 }; F._GeneratedNumbersState_build__closure2.prototype = { call$1: function(b) { @@ -404675,7 +403018,7 @@ call$2: function(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new F._GeneratedNumbersState_build__closure1(counter, pattern))); }, - $signature: 76 + $signature: 79 }; F._GeneratedNumbersState_build__closure1.prototype = { call$1: function(b) { @@ -404689,7 +403032,7 @@ call$2: function(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new F._GeneratedNumbersState_build__closure0(counter, pattern))); }, - $signature: 76 + $signature: 79 }; F._GeneratedNumbersState_build__closure0.prototype = { call$1: function(b) { @@ -404703,7 +403046,7 @@ call$2: function(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new F._GeneratedNumbersState_build__closure(counter, pattern))); }, - $signature: 76 + $signature: 79 }; F._GeneratedNumbersState_build__closure.prototype = { call$1: function(b) { @@ -404855,7 +403198,7 @@ var _null = null; return R.InkWell$(false, _null, true, new T.Padding(C.EdgeInsets_0_6_0_6, L.Text$(field, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new F.HelpPanel_build__closure(this.$this, field), _null, _null, _null, _null, _null); }, - $signature: 486 + $signature: 542 }; F.HelpPanel_build__closure.prototype = { call$0: function() { @@ -404888,7 +403231,7 @@ call$2: function(context, viewModel) { return new F.GeneratedNumbers(viewModel, new D.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2508 + $signature: 2507 }; F.GeneratedNumbersVM.prototype = { get$company: function() { @@ -404899,7 +403242,7 @@ call$1: function(settings) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.UpdateSettings(settings)); }, - $signature: 143 + $signature: 154 }; F.GeneratedNumbersVM_fromStore_closure.prototype = { call$1: function(context) { @@ -404990,26 +403333,26 @@ t1.add$1(0, P.LinkedHashSet_LinkedHashSet$_literal([M.showToast(this.localization.get$startedImport())], type$.legacy_ToastFuture)); return t1; }, - $signature: 2509 + $signature: 2508 }; D._ImportExportState_build__closure3.prototype = { call$0: function() { return this.$this._import_export$_response = this.response; }, - $signature: 2510 + $signature: 2509 }; D._ImportExportState_build_closure.prototype = { call$1: function(importType) { var t1 = this.$this; return t1.setState$1(new D._ImportExportState_build__closure4(t1, importType)); }, - $signature: 2511 + $signature: 2510 }; D._ImportExportState_build__closure4.prototype = { call$0: function() { return this.$this._import_export$_importType = this.importType; }, - $signature: 2512 + $signature: 2511 }; D._ImportExportState_build_closure1.prototype = { call$0: function() { @@ -405216,7 +403559,7 @@ t1._import_export$_isLoading = false; return P.LinkedHashSet_LinkedHashSet$_literal([false, t1._multipartFiles.clear$0(0)], type$.void); }, - $signature: 652 + $signature: 701 }; D._FileImportState_uploadJsonFile_closure1.prototype = { call$1: function(error) { @@ -405260,7 +403603,7 @@ t1._import_export$_isLoading = false; return P.LinkedHashSet_LinkedHashSet$_literal([false, t1._multipartFiles.clear$0(0)], type$.void); }, - $signature: 652 + $signature: 701 }; D._FileImportState_uploadFile_closure1.prototype = { call$1: function(error) { @@ -405289,7 +403632,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(H.S(importType)), _null, _null, _null, _null, _null, _null, _null, _null, _null), importType, type$.legacy_ImportType); }, - $signature: 2514 + $signature: 2513 }; D._FileImportState_build_closure1.prototype = { call$0: function() { @@ -405338,7 +403681,7 @@ var t1 = this.$this; return t1.setState$1(new D._FileImportState_build__closure0(t1, value)); }, - $signature: 32 + $signature: 33 }; D._FileImportState_build__closure0.prototype = { call$0: function() { @@ -405351,7 +403694,7 @@ var t1 = this.$this; return t1.setState$1(new D._FileImportState_build__closure(t1, value)); }, - $signature: 32 + $signature: 33 }; D._FileImportState_build__closure.prototype = { call$0: function() { @@ -405474,7 +403817,7 @@ var t1 = this.$this; return t1.setState$1(new D.__FileMapperState_build__closure3(t1, value)); }, - $signature: 32 + $signature: 33 }; D.__FileMapperState_build__closure3.prototype = { call$0: function() { @@ -405607,7 +403950,7 @@ C.JSArray_methods.addAll$1(t1, J.map$1$1$ax(this.sorted._copy_on_write_list$_list, new D._FieldMapper_build__closure0(this.localization), type$.legacy_Text).toList$0(0)); return t1; }, - $signature: 537 + $signature: 586 }; D._FieldMapper_build__closure0.prototype = { call$1: function(field) { @@ -405616,7 +403959,7 @@ t1.toString; return L.Text$(this.localization.lookup$1(H.stringReplaceAllUnchecked(t1, "_id", "")), _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2515 + $signature: 2514 }; D._FieldMapper_build_closure2.prototype = { call$1: function(value) { @@ -405652,7 +403995,7 @@ fieldType = t1.lookup$1(C.JSArray_methods.get$first(field.split("."))); return K.DropdownMenuItem$(L.Text$(H.S(fieldLabel) + " - " + H.S(fieldType), _null, 1, C.TextOverflow_2, _null, _null, _null, _null, _null, _null), field, type$.legacy_String); }, - $signature: 36 + $signature: 35 }; N.ImportExportScreen.prototype = { build$1: function(_, context) { @@ -405664,7 +404007,7 @@ call$2: function(context, viewModel) { return new D.ImportExport(null); }, - $signature: 2516 + $signature: 2515 }; N.ImportExportVM.prototype = {}; Z.InvoiceDesign.prototype = { @@ -405915,7 +404258,7 @@ t1.setState$1(new Z._InvoiceDesignState_build__closure14(t1)); this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new Z._InvoiceDesignState_build__closure15(value))); }, - $signature: 156 + $signature: 151 }; Z._InvoiceDesignState_build__closure14.prototype = { call$0: function() { @@ -405936,7 +404279,7 @@ var t1 = this.$this; return t1.setState$1(new Z._InvoiceDesignState_build__closure13(t1, value)); }, - $signature: 32 + $signature: 33 }; Z._InvoiceDesignState_build__closure13.prototype = { call$0: function() { @@ -405950,7 +404293,7 @@ t1.setState$1(new Z._InvoiceDesignState_build__closure11(t1)); this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new Z._InvoiceDesignState_build__closure12(value))); }, - $signature: 156 + $signature: 151 }; Z._InvoiceDesignState_build__closure11.prototype = { call$0: function() { @@ -405971,7 +404314,7 @@ var t1 = this.$this; return t1.setState$1(new Z._InvoiceDesignState_build__closure10(t1, value)); }, - $signature: 32 + $signature: 33 }; Z._InvoiceDesignState_build__closure10.prototype = { call$0: function() { @@ -405985,7 +404328,7 @@ t1.setState$1(new Z._InvoiceDesignState_build__closure8(t1)); this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new Z._InvoiceDesignState_build__closure9(value))); }, - $signature: 156 + $signature: 151 }; Z._InvoiceDesignState_build__closure8.prototype = { call$0: function() { @@ -406006,7 +404349,7 @@ var t1 = this.$this; return t1.setState$1(new Z._InvoiceDesignState_build__closure7(t1, value)); }, - $signature: 32 + $signature: 33 }; Z._InvoiceDesignState_build__closure7.prototype = { call$0: function() { @@ -406032,7 +404375,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(pageLayout), _null, _null, _null, _null, _null, _null, _null, _null, _null), pageLayout, type$.legacy_String); }, - $signature: 36 + $signature: 35 }; Z._InvoiceDesignState_build_closure7.prototype = { call$1: function(value) { @@ -406052,7 +404395,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(pageSize), _null, _null, _null, _null, _null, _null, _null, _null, _null), pageSize, type$.legacy_String); }, - $signature: 36 + $signature: 35 }; Z._InvoiceDesignState_build_closure9.prototype = { call$1: function(value) { @@ -406075,7 +404418,7 @@ t2 = fontSize === 0 ? T.SizedBox$(_null, _null, _null) : L.Text$(H.S(fontSize), _null, _null, _null, _null, _null, _null, _null, _null, _null); return K.DropdownMenuItem$(t2, t1, type$.legacy_String); }, - $signature: 452 + $signature: 378 }; Z._InvoiceDesignState_build_closure11.prototype = { call$1: function(font) { @@ -406174,7 +404517,7 @@ call$1: function(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("client_details", values)); }, - $signature: 98 + $signature: 99 }; Z._InvoiceDesignState_build_closure22.prototype = { call$1: function(field) { @@ -406192,7 +404535,7 @@ call$1: function(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("company_details", values)); }, - $signature: 98 + $signature: 99 }; Z._InvoiceDesignState_build_closure25.prototype = { call$1: function(field) { @@ -406210,7 +404553,7 @@ call$1: function(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("company_address", values)); }, - $signature: 98 + $signature: 99 }; Z._InvoiceDesignState_build_closure28.prototype = { call$1: function(field) { @@ -406234,7 +404577,7 @@ call$1: function(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("invoice_details", values)); }, - $signature: 98 + $signature: 99 }; Z._InvoiceDesignState_build_closure32.prototype = { call$1: function(field) { @@ -406258,7 +404601,7 @@ call$1: function(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("quote_details", values)); }, - $signature: 98 + $signature: 99 }; Z._InvoiceDesignState_build_closure36.prototype = { call$1: function(field) { @@ -406282,7 +404625,7 @@ call$1: function(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("credit_details", values)); }, - $signature: 98 + $signature: 99 }; Z._InvoiceDesignState_build_closure40.prototype = { call$1: function(field) { @@ -406300,7 +404643,7 @@ call$1: function(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("product_columns", values)); }, - $signature: 98 + $signature: 99 }; Z._InvoiceDesignState_build_closure43.prototype = { call$1: function(field) { @@ -406318,7 +404661,7 @@ call$1: function(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("task_columns", values)); }, - $signature: 98 + $signature: 99 }; Z._InvoiceDesignState_build_closure46.prototype = { call$1: function(field) { @@ -406336,7 +404679,7 @@ call$1: function(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("total_columns", values)); }, - $signature: 98 + $signature: 99 }; Z.__InvoiceDesignState_State_SingleTickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -406363,7 +404706,7 @@ call$2: function(context, viewModel) { return new Z.InvoiceDesign(viewModel, new D.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2517 + $signature: 2516 }; B.InvoiceDesignVM.prototype = { get$company: function() { @@ -406374,7 +404717,7 @@ call$1: function(settings) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.UpdateSettings(settings)); }, - $signature: 143 + $signature: 154 }; B.InvoiceDesignVM_fromStore_closure0.prototype = { call$2: function(context, entityTypes) { @@ -406385,7 +404728,7 @@ } new B.InvoiceDesignVM_fromStore__closure(this.store, context, this.state, entityTypes).call$0(); }, - $signature: 2518 + $signature: 2517 }; B.InvoiceDesignVM_fromStore__closure.prototype = { call$0: function() { @@ -406436,7 +404779,7 @@ t1 = type$.legacy_String; _this.webClient.post$3$data(_this.url, _this.credentials.token, C.C_JsonCodec.encode$1(P.LinkedHashMap_LinkedHashMap$_literal(["entity", A.toSnakeCase(entityType.name), "design_id", _this.settings.getDesignId$1(entityType)], t1, t1))).then$1$1(0, new B.InvoiceDesignVM_fromStore_____closure(), type$.Null).catchError$1(new B.InvoiceDesignVM_fromStore_____closure0()); }, - $signature: 197 + $signature: 189 }; B.InvoiceDesignVM_fromStore_____closure.prototype = { call$1: function(response) { @@ -406724,7 +405067,7 @@ call$1: function(value) { this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new G._LocalizationSettingsState_build__closure5(value))); }, - $signature: 20 + $signature: 21 }; G._LocalizationSettingsState_build__closure5.prototype = { call$1: function(b) { @@ -406751,14 +405094,14 @@ var _null = null; return new P.MapEntry(id, K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(month), _null, _null, _null, _null, _null, _null, _null, _null, _null), id, type$.legacy_String), type$.MapEntry_of_legacy_String_and_legacy_DropdownMenuItem_legacy_String); }, - $signature: 421 + $signature: 386 }; G._LocalizationSettingsState_build_closure10.prototype = { call$1: function(key) { var _null = null; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(key), _null, _null, _null, _null, _null, _null, _null, _null, _null), key, type$.legacy_String); }, - $signature: 36 + $signature: 35 }; G._LocalizationSettingsState_build_closure11.prototype = { call$1: function(value) { @@ -406858,7 +405201,7 @@ call$2: function(context, viewModel) { return new G.LocalizationSettings(viewModel, new D.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2519 + $signature: 2518 }; B.LocalizationSettingsVM.prototype = { get$company: function() { @@ -406869,13 +405212,13 @@ call$1: function(settings) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.UpdateSettings(settings)); }, - $signature: 143 + $signature: 154 }; B.LocalizationSettingsVM_fromStore_closure.prototype = { call$1: function(company) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.UpdateCompany(company)); }, - $signature: 125 + $signature: 131 }; B.LocalizationSettingsVM_fromStore_closure1.prototype = { call$1: function(context) { @@ -406933,7 +405276,7 @@ call$1: function(value) { return this.appBuilder.rebuild$0(); }, - $signature: 82 + $signature: 81 }; V.OnlinePayments.prototype = { createState$0: function() { @@ -407118,7 +405461,7 @@ call$2: function(context, viewModel) { return new V.OnlinePayments(viewModel, new D.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2520 + $signature: 2519 }; B.OnlinePaymentsVM.prototype = { get$company: function() { @@ -407129,7 +405472,7 @@ call$1: function(settings) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.UpdateSettings(settings)); }, - $signature: 449 + $signature: 351 }; B.OnlinePaymentsVM_fromStore_closure.prototype = { call$1: function(context) { @@ -407348,7 +405691,7 @@ call$2: function(context, viewModel) { return new L.ProductSettings(viewModel, new D.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2521 + $signature: 2520 }; G.ProductSettingsVM.prototype = { get$company: function() { @@ -407359,7 +405702,7 @@ call$1: function(company) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.UpdateCompany(company)); }, - $signature: 125 + $signature: 131 }; G.ProductSettingsVM_fromStore_closure.prototype = { call$1: function(context) { @@ -407575,7 +405918,7 @@ call$2: function(context, viewModel) { return new U.SettingsList(viewModel, null); }, - $signature: 2522 + $signature: 2521 }; D.SettingsListVM.prototype = {}; D.SettingsListVM_fromStore_closure.prototype = { @@ -407591,7 +405934,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2523 + $signature: 2522 }; D.SettingsListVM_fromStore_closure2.prototype = { call$0: function() { @@ -407640,7 +405983,7 @@ call$2: function(context, vm) { return new A.SettingsScreen(null); }, - $signature: 2524 + $signature: 2523 }; L.SettingsScreenVM.prototype = {}; X.SettingsWizard.prototype = { @@ -407962,7 +406305,7 @@ call$1: function(value) { return this.navigator.pop$0(0); }, - $signature: 215 + $signature: 220 }; X._SettingsWizardState__onSavePressed___closure1.prototype = { call$1: function(error) { @@ -408024,7 +406367,7 @@ b.get$_user_model$_$this()._lastName = t1; return b; }, - $signature: 77 + $signature: 76 }; X._SettingsWizardState_build_closure.prototype = { call$1: function(value) { @@ -408049,7 +406392,7 @@ var t1 = this.$this; return t1.setState$1(new X._SettingsWizardState_build__closure1(t1, currency)); }, - $signature: 198 + $signature: 191 }; X._SettingsWizardState_build__closure1.prototype = { call$0: function() { @@ -408057,7 +406400,7 @@ t1 = t1 == null ? null : t1.get$id(t1); return this.$this._settings_wizard$_currencyId = t1; }, - $signature: 155 + $signature: 148 }; X._SettingsWizardState_build_closure3.prototype = { call$1: function(value) { @@ -408081,7 +406424,7 @@ t1 = t1 == null ? null : t1.get$id(t1); return this.$this._settings_wizard$_languageId = t1; }, - $signature: 155 + $signature: 148 }; X._SettingsWizardState_build_closure5.prototype = { call$1: function(value) { @@ -408098,7 +406441,7 @@ t3 = this.state.prefState.enableDarkMode; return E.ToggleButtons$(t1, new S.BoxConstraints(t2, t2, 40, 40), H.setRuntimeTypeInfo([!t3, t3], type$.JSArray_legacy_bool), new X._SettingsWizardState_build__closure(this.store, context)); }, - $signature: 2525 + $signature: 2524 }; X._SettingsWizardState_build__closure.prototype = { call$1: function(index) { @@ -408110,7 +406453,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(t1); this.context.findAncestorStateOfType$1$0(type$.legacy_AppBuilderState).rebuild$0(); }, - $signature: 106 + $signature: 104 }; X._SettingsWizardState_build_closure8.prototype = { call$1: function(value) { @@ -408130,7 +406473,7 @@ call$1: function(value) { return this.$this._settings_wizard$_validateSubdomain$0(); }, - $signature: 60 + $signature: 59 }; X._SettingsWizardState_build_closure9.prototype = { call$0: function() { @@ -408383,7 +406726,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_String); }, - $signature: 36 + $signature: 35 }; L._TaskSettingsState_build_closure7.prototype = { call$0: function() { @@ -408401,7 +406744,7 @@ call$2: function(context, viewModel) { return new L.TaskSettings(viewModel, new D.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2526 + $signature: 2525 }; F.TaskSettingsVM.prototype = { get$company: function() { @@ -408412,13 +406755,13 @@ call$1: function(company) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.UpdateCompany(company)); }, - $signature: 125 + $signature: 131 }; F.TaskSettingsVM_fromStore_closure1.prototype = { call$1: function(settings) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.UpdateSettings(settings)); }, - $signature: 143 + $signature: 154 }; F.TaskSettingsVM_fromStore_closure.prototype = { call$1: function(context) { @@ -408534,7 +406877,7 @@ call$1: function(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new N._TaxSettingsState_build__closure4(value))); }, - $signature: 174 + $signature: 170 }; N._TaxSettingsState_build__closure4.prototype = { call$1: function(b) { @@ -408547,7 +406890,7 @@ call$1: function(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new N._TaxSettingsState_build__closure3(value))); }, - $signature: 174 + $signature: 170 }; N._TaxSettingsState_build__closure3.prototype = { call$1: function(b) { @@ -408659,7 +407002,7 @@ call$2: function(context, viewModel) { return new N.TaxSettings(viewModel, new D.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2527 + $signature: 2526 }; A.TaxSettingsVM.prototype = { get$company: function() { @@ -408670,13 +407013,13 @@ call$1: function(settings) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.UpdateSettings(settings)); }, - $signature: 143 + $signature: 154 }; A.TaxSettingsVM_fromStore_closure1.prototype = { call$1: function(company) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.UpdateCompany(company)); }, - $signature: 125 + $signature: 131 }; A.TaxSettingsVM_fromStore_closure.prototype = { call$1: function(context) { @@ -409044,7 +407387,7 @@ return; t1.setState$1(new L._TemplatesAndRemindersState__handleTabSelection__closure(t1, subject, body)); }, - $signature: 519 + $signature: 576 }; L._TemplatesAndRemindersState__handleTabSelection__closure.prototype = { call$0: function() { @@ -409060,7 +407403,7 @@ var t1 = this.$this; return t1.setState$1(new L._TemplatesAndRemindersState_build__closure4(t1, this.viewModel, value)); }, - $signature: 82 + $signature: 81 }; L._TemplatesAndRemindersState_build__closure4.prototype = { call$0: function() { @@ -409082,7 +407425,7 @@ return false; return true; }, - $signature: 2528 + $signature: 2527 }; L._TemplatesAndRemindersState_build_closure0.prototype = { call$1: function(item) { @@ -409103,7 +407446,7 @@ $name = t1.get$thirdCustom(); return K.DropdownMenuItem$(L.Text$($name, _null, _null, _null, _null, _null, _null, _null, _null, _null), item, type$.legacy_EmailTemplate); }, - $signature: 2529 + $signature: 2528 }; L._TemplatesAndRemindersState_build_closure2.prototype = { call$5: function(enabled, days, schedule, feeAmount, feePercent) { @@ -409190,7 +407533,7 @@ var _null = null; return new P.MapEntry(id, K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(frequency), _null, _null, _null, _null, _null, _null, _null, _null, _null), id, type$.legacy_String), type$.MapEntry_of_legacy_String_and_legacy_DropdownMenuItem_legacy_String); }, - $signature: 421 + $signature: 386 }; L.ReminderSettings.prototype = { createState$0: function() { @@ -409312,7 +407655,7 @@ t1._templates_and_reminders$_enabled = value; t1._templates_and_reminders$_onChanged$0(); }, - $signature: 20 + $signature: 21 }; L.EmailPreview.prototype = { build$1: function(_, context) { @@ -409352,20 +407695,20 @@ call$2: function(context, viewModel) { return new L.TemplatesAndReminders(viewModel, new D.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2531 + $signature: 2530 }; F.TemplatesAndRemindersVM.prototype = {}; F.TemplatesAndRemindersVM_fromStore_closure0.prototype = { call$1: function(settings) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.UpdateSettings(settings)); }, - $signature: 143 + $signature: 154 }; F.TemplatesAndRemindersVM_fromStore_closure.prototype = { call$1: function(template) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.UpdateSettingsTemplate(template)); }, - $signature: 532 + $signature: 578 }; F.TemplatesAndRemindersVM_fromStore_closure1.prototype = { call$1: function(context) { @@ -409594,7 +407937,7 @@ b.get$_user_model$_$this()._password = t1; return b; }, - $signature: 77 + $signature: 76 }; K._UserDetailsState__onChanged_closure0.prototype = { call$0: function() { @@ -409722,7 +408065,7 @@ call$1: function(context) { return new K._EnableTwoFactor(this.viewModel.state, null); }, - $signature: 2532 + $signature: 2531 }; K._UserDetailsState_build_closure5.prototype = { call$1: function(value) { @@ -409739,7 +408082,7 @@ t1.get$_company_model$_$this()._accentColor = t2; return b; }, - $signature: 77 + $signature: 76 }; K._UserDetailsState_build_closure7.prototype = { call$1: function(value) { @@ -409752,40 +408095,40 @@ b.get$userCompany().get$settings().get$_company_model$_$this()._numberYearsActive = this.value; return b; }, - $signature: 77 + $signature: 76 }; K._UserDetailsState_build_closure6.prototype = { call$1: function(value) { var _null = null; return K.DropdownMenuItem$(L.Text$(H.S(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_int); }, - $signature: 162 + $signature: 174 }; K._UserDetailsState_build_closure8.prototype = { call$1: function(value) { this.$this._widget.viewModel.onChanged.call$1(this.user.rebuild$1(new K._UserDetailsState_build__closure1(value))); }, - $signature: 20 + $signature: 21 }; K._UserDetailsState_build__closure1.prototype = { call$1: function(b) { b.get$userCompany().get$settings().get$_company_model$_$this()._includeDeletedClients = this.value; return b; }, - $signature: 77 + $signature: 76 }; K._UserDetailsState_build_closure9.prototype = { call$2: function(channel, options) { this.viewModel.onChanged.call$1(this.user.rebuild$1(new K._UserDetailsState_build__closure0(channel, options))); }, - $signature: 381 + $signature: 392 }; K._UserDetailsState_build__closure0.prototype = { call$1: function(b) { b.get$userCompany().get$notifications().$indexSet(0, this.channel, D.BuiltList_BuiltList$from(this.options, type$.legacy_String)); return b; }, - $signature: 77 + $signature: 76 }; K._EnableTwoFactor.prototype = { createState$0: function() { @@ -409984,7 +408327,7 @@ call$2: function(context, viewModel) { return new K.UserDetails(viewModel, new D.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2534 + $signature: 2533 }; M.UserDetailsVM.prototype = { get$user: function() { @@ -409995,7 +408338,7 @@ call$1: function(user) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.UpdateUserSettings(user)); }, - $signature: 2535 + $signature: 2534 }; M.UserDetailsVM_fromStore_closure3.prototype = { call$1: function(context) { @@ -410031,7 +408374,7 @@ b.get$_user_model$_$this()._oauthUserToken = ""; return b; }, - $signature: 77 + $signature: 76 }; M.UserDetailsVM_fromStore_closure4.prototype = { call$1: function(context) { @@ -410102,7 +408445,7 @@ b.get$_user_model$_$this()._oauthProvider = ""; return b; }, - $signature: 77 + $signature: 76 }; M.UserDetailsVM_fromStore_closure1.prototype = { call$1: function(context) { @@ -410168,7 +408511,7 @@ }); return P._asyncStartSync($async$call$2, $async$completer); }, - $signature: 653 + $signature: 704 }; M.UserDetailsVM_fromStore___closure2.prototype = { call$2: function(idToken, accessToken) { @@ -410255,13 +408598,13 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2537 + $signature: 2536 }; M.UserDetailsVM_fromStore____closure3.prototype = { call$1: function(context) { return E.SimpleDialog$(H.setRuntimeTypeInfo([new F.LoadingDialog(null)], type$.JSArray_legacy_Widget)); }, - $signature: 168 + $signature: 163 }; M.UserDetailsVM_fromStore___closure4.prototype = { call$1: function(_) { @@ -410394,7 +408737,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(option), _null, _null, _null, _null, _null, _null, _null, _null, _null), option, type$.legacy_String); }, - $signature: 36 + $signature: 35 }; D._WorkflowSettingsState_build_closure3.prototype = { call$1: function(value) { @@ -410447,14 +408790,14 @@ call$2: function(context, viewModel) { return new D.WorkflowSettings(viewModel, new D.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2538 + $signature: 2537 }; Y.WorkflowSettingsVM.prototype = {}; Y.WorkflowSettingsVM_fromStore_closure0.prototype = { call$1: function(settings) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.UpdateSettings(settings)); }, - $signature: 143 + $signature: 154 }; Y.WorkflowSettingsVM_fromStore_closure.prototype = { call$1: function(context) { @@ -410698,7 +409041,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_subscription_edit$_onChanged()); }, - $signature: 28 + $signature: 27 }; S._SubscriptionEditState_didChangeDependencies_closure0.prototype = { call$1: function(controller) { @@ -410706,14 +409049,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_subscription_edit$_onChanged()), false); return null; }, - $signature: 28 + $signature: 27 }; S._SubscriptionEditState_dispose_closure.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_subscription_edit$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 60 }; S._SubscriptionEditState__onChanged_closure.prototype = { call$1: function(b) { @@ -410747,7 +409090,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 48 }; S._SubscriptionEditState_build_closure25.prototype = { call$1: function(context) { @@ -410820,7 +409163,7 @@ t2 = t1.uiState.selectedCompanyIndex; return Q.ListTile$(false, _null, _null, true, false, _null, _null, _null, _null, false, _null, _null, _null, _null, L.Text$(J.$index$asx(t1.userCompanyStates._list, t2).productState.$get$1(0, productId).productKey, _null, _null, _null, _null, _null, _null, _null, _null, _null), B.IconButton$(C.Alignment_0_0, _null, _null, true, L.Icon$(C.IconData_57704_MaterialIcons_null_false, _null, _null), 24, new S._SubscriptionEditState_build__closure16(this.subscription, productId, this.viewModel), C.EdgeInsets_8_8_8_8, _null, _null)); }, - $signature: 311 + $signature: 248 }; S._SubscriptionEditState_build__closure16.prototype = { call$0: function() { @@ -410878,7 +409221,7 @@ t2 = t1.uiState.selectedCompanyIndex; return Q.ListTile$(false, _null, _null, true, false, _null, _null, _null, _null, false, _null, _null, _null, _null, L.Text$(J.$index$asx(t1.userCompanyStates._list, t2).productState.$get$1(0, productId).productKey, _null, _null, _null, _null, _null, _null, _null, _null, _null), B.IconButton$(C.Alignment_0_0, _null, _null, true, L.Icon$(C.IconData_57704_MaterialIcons_null_false, _null, _null), 24, new S._SubscriptionEditState_build__closure14(this.subscription, productId, this.viewModel), C.EdgeInsets_8_8_8_8, _null, _null)); }, - $signature: 311 + $signature: 248 }; S._SubscriptionEditState_build__closure14.prototype = { call$0: function() { @@ -410918,7 +409261,7 @@ t1 = entry.get$key(entry); return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(entry.get$value(entry)), _null, _null, _null, _null, _null, _null, _null, _null, _null), t1, type$.legacy_String); }, - $signature: 244 + $signature: 320 }; S._SubscriptionEditState_build_closure9.prototype = { call$1: function(value) { @@ -410938,7 +409281,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_String); }, - $signature: 36 + $signature: 35 }; S._SubscriptionEditState_build_closure11.prototype = { call$1: function(value) { @@ -411015,7 +409358,7 @@ call$1: function(b) { return b.get$_subscription_model$_$this()._trialEnabled = this.value; }, - $signature: 654 + $signature: 706 }; S._SubscriptionEditState_build_closure17.prototype = { call$1: function(value) { @@ -411040,7 +409383,7 @@ call$1: function(b) { return b.get$_subscription_model$_$this()._perSeatEnabled = this.value; }, - $signature: 654 + $signature: 706 }; S._SubscriptionEditState_build_closure21.prototype = { call$1: function(value) { @@ -411059,7 +409402,7 @@ call$1: function(value) { return this.$this.setState$1(new S._SubscriptionEditState_build__closure3()); }, - $signature: 60 + $signature: 59 }; S._SubscriptionEditState_build__closure3.prototype = { call$0: function() { @@ -411070,7 +409413,7 @@ call$1: function(value) { return this.$this.setState$1(new S._SubscriptionEditState_build__closure2()); }, - $signature: 60 + $signature: 59 }; S._SubscriptionEditState_build__closure2.prototype = { call$0: function() { @@ -411104,7 +409447,7 @@ var _this = this, _null = null; return Q.ListTile$(false, C.EdgeInsets_0_0_0_0, _null, true, false, _null, _null, _null, _null, false, _null, _null, _null, _null, T.Row$(H.setRuntimeTypeInfo([T.Expanded$(L.Text$(key, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1), T.SizedBox$(_null, _null, 16), T.Expanded$(L.Text$(J.$index$asx(_this.webhookConfiguration.postPurchaseHeaders._map$_map, key), _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null), B.IconButton$(C.Alignment_0_0, _null, _null, true, L.Icon$(C.IconData_57704_MaterialIcons_null_false, _null, _null), 24, new S._SubscriptionEditState_build__closure(_this.viewModel, _this.subscription, key), C.EdgeInsets_8_8_8_8, _this.localization.get$removeHeader(), _null)); }, - $signature: 311 + $signature: 248 }; S._SubscriptionEditState_build__closure.prototype = { call$0: function() { @@ -411146,13 +409489,13 @@ call$1: function(store) { return R.SubscriptionEditVM_SubscriptionEditVM$fromStore(store); }, - $signature: 2541 + $signature: 2540 }; R.SubscriptionEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new S.SubscriptionEdit(viewModel, new D.ValueKey(viewModel.subscription.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2542 + $signature: 2541 }; R.SubscriptionEditVM.prototype = { get$subscription: function() { @@ -411166,7 +409509,7 @@ call$1: function(subscription) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new A.UpdateSubscription(subscription)); }, - $signature: 285 + $signature: 257 }; R.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -411213,7 +409556,7 @@ call$1: function(context) { return new M.ErrorDialog(this.localization.get$pleaseEnterAName(), false, null); }, - $signature: 21 + $signature: 20 }; R.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure0.prototype = { call$1: function(savedSubscription) { @@ -411242,7 +409585,7 @@ } else M.viewEntity(false, savedSubscription, null, true); }, - $signature: 285 + $signature: 257 }; R.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure1.prototype = { call$1: function(error) { @@ -411256,7 +409599,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; Y.SubscriptionListItem.prototype = { build$1: function(_, context) { @@ -411322,7 +409665,7 @@ t5 = viewModel.onSortColumn; return S.EntityList$(t2, C.EntityType_subscription, new S.SubscriptionListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, t4, t5, new R.SubscriptionPresenter(), t1, t3); }, - $signature: 2543 + $signature: 2542 }; S.SubscriptionListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -411343,7 +409686,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2544 + $signature: 2543 }; S.SubscriptionListVM.prototype = {}; S.SubscriptionListVM_fromStore__handleRefresh.prototype = { @@ -411440,7 +409783,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new A.FilterSubscriptionsByState(state)); }, - $signature: 53 + $signature: 49 }; O.SubscriptionScreen_build_closure.prototype = { call$0: function() { @@ -411496,7 +409839,7 @@ call$2: function(context, vm) { return new O.SubscriptionScreen(vm, null); }, - $signature: 2545 + $signature: 2544 }; L.SubscriptionScreenVM.prototype = {}; M.SubscriptionView.prototype = { @@ -411561,13 +409904,13 @@ call$1: function(store) { return E.SubscriptionViewVM_SubscriptionViewVM$fromStore(store); }, - $signature: 2546 + $signature: 2545 }; E.SubscriptionViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new M.SubscriptionView(vm, this.$this.isFilter, null); }, - $signature: 2547 + $signature: 2546 }; E.SubscriptionViewVM.prototype = { get$subscription: function() { @@ -411750,7 +410093,7 @@ call$0: function() { return this.$this.updateState = C.UpdateState_1; }, - $signature: 655 + $signature: 707 }; B._UpdateDialogState_updateApp__closure0.prototype = { call$1: function(response) { @@ -411784,7 +410127,7 @@ call$0: function() { return this.$this.updateState = C.UpdateState_0; }, - $signature: 655 + $signature: 707 }; X.TaskEdit.prototype = { createState$0: function() { @@ -411871,7 +410214,7 @@ var t1 = this.$this; return t1._framework$_element != null && t1.setState$1(new X._TaskEditState_initState__closure()); }, - $signature: 278 + $signature: 316 }; X._TaskEditState_initState__closure.prototype = { call$0: function() { @@ -411883,7 +410226,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 48 }; X._TaskEditState_build_closure3.prototype = { call$1: function(context) { @@ -411907,7 +410250,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 155 + $signature: 148 }; X._TaskEditState_build_closure1.prototype = { call$0: function() { @@ -412092,7 +410435,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_task_edit_desktop$_onChanged()); }, - $signature: 28 + $signature: 27 }; R._TaskEditDesktopState_didChangeDependencies_closure0.prototype = { call$1: function(controller) { @@ -412100,14 +410443,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_task_edit_desktop$_onChanged()), false); return null; }, - $signature: 28 + $signature: 27 }; R._TaskEditDesktopState_dispose_closure.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_task_edit_desktop$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 60 }; R._TaskEditDesktopState__onChanged_closure.prototype = { call$1: function(b) { @@ -412128,7 +410471,7 @@ b.get$_task_model$_$this()._task_model$_customValue4 = t1; return b; }, - $signature: 44 + $signature: 45 }; R._TaskEditDesktopState__onChanged_closure0.prototype = { call$0: function() { @@ -412147,7 +410490,7 @@ b.get$_task_model$_$this()._startDate = null; return b; }, - $signature: 737 + $signature: 528 }; R._TaskEditDesktopState_build_closure2.prototype = { call$1: function(client) { @@ -412165,13 +410508,13 @@ b.get$_task_model$_$this()._task_model$_projectId = ""; return b; }, - $signature: 44 + $signature: 45 }; R._TaskEditDesktopState_build_closure1.prototype = { call$1: function(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 166 + $signature: 168 }; R._TaskEditDesktopState_build_closure3.prototype = { call$1: function(selectedId) { @@ -412193,13 +410536,13 @@ b.get$_task_model$_$this()._task_model$_clientId = t1; return b; }, - $signature: 44 + $signature: 45 }; R._TaskEditDesktopState_build_closure4.prototype = { call$1: function(completer) { this.viewModel.onAddProjectPressed.call$2(this.context, completer); }, - $signature: 166 + $signature: 168 }; R._TaskEditDesktopState_build_closure5.prototype = { call$1: function(userId) { @@ -412212,7 +410555,7 @@ b.get$_task_model$_$this()._task_model$_assignedUserId = this.userId; return b; }, - $signature: 44 + $signature: 45 }; R._TaskEditDesktopState_build_closure6.prototype = { call$1: function(selectedId) { @@ -412232,7 +410575,7 @@ b.get$_task_model$_$this()._statusOrder = null; return b; }, - $signature: 44 + $signature: 45 }; R._TaskEditDesktopState_build_closure7.prototype = { call$1: function(date) { @@ -412258,7 +410601,7 @@ t1 = _this.$this; t1.setState$1(new R._TaskEditDesktopState_build__closure3(t1)); }, - $signature: 318 + $signature: 258 }; R._TaskEditDesktopState_build__closure3.prototype = { call$0: function() { @@ -412290,7 +410633,7 @@ t1 = _this.$this; t1.setState$1(new R._TaskEditDesktopState_build__closure1(t1)); }, - $signature: 318 + $signature: 258 }; R._TaskEditDesktopState_build__closure1.prototype = { call$0: function() { @@ -412306,7 +410649,7 @@ t1 = _this.$this; t1.setState$1(new R._TaskEditDesktopState_build__closure0(t1)); }, - $signature: 42 + $signature: 41 }; R._TaskEditDesktopState_build__closure0.prototype = { call$0: function() { @@ -412422,7 +410765,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_task_edit_details$_onChanged()); }, - $signature: 28 + $signature: 27 }; B._TaskEditDetailsState_didChangeDependencies_closure0.prototype = { call$1: function(controller) { @@ -412430,14 +410773,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_task_edit_details$_onChanged()), false); return null; }, - $signature: 28 + $signature: 27 }; B._TaskEditDetailsState_dispose_closure.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_task_edit_details$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 60 }; B._TaskEditDetailsState__onChanged_closure.prototype = { call$1: function(b) { @@ -412458,7 +410801,7 @@ b.get$_task_model$_$this()._task_model$_customValue4 = t1; return b; }, - $signature: 44 + $signature: 45 }; B._TaskEditDetailsState__onChanged_closure0.prototype = { call$0: function() { @@ -412482,13 +410825,13 @@ b.get$_task_model$_$this()._task_model$_projectId = ""; return b; }, - $signature: 44 + $signature: 45 }; B._TaskEditDetailsState_build_closure.prototype = { call$1: function(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 166 + $signature: 168 }; B._TaskEditDetailsState_build_closure1.prototype = { call$1: function(selectedId) { @@ -412510,13 +410853,13 @@ b.get$_task_model$_$this()._task_model$_clientId = t1; return b; }, - $signature: 44 + $signature: 45 }; B._TaskEditDetailsState_build_closure2.prototype = { call$1: function(completer) { this.viewModel.onAddProjectPressed.call$2(this.context, completer); }, - $signature: 166 + $signature: 168 }; B._TaskEditDetailsState_build_closure3.prototype = { call$1: function(userId) { @@ -412529,7 +410872,7 @@ b.get$_task_model$_$this()._task_model$_assignedUserId = this.userId; return b; }, - $signature: 44 + $signature: 45 }; B._TaskEditDetailsState_build_closure4.prototype = { call$1: function(selectedId) { @@ -412547,7 +410890,7 @@ b.get$_task_model$_$this()._statusOrder = null; return b; }, - $signature: 44 + $signature: 45 }; A.TaskEditDetailsScreen.prototype = { build$1: function(_, context) { @@ -412559,7 +410902,7 @@ call$1: function(store) { return A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore(store); }, - $signature: 2550 + $signature: 2549 }; A.TaskEditDetailsScreen_build_closure.prototype = { call$2: function(context, viewModel) { @@ -412568,7 +410911,7 @@ else return new B.TaskEditDetails(viewModel, null); }, - $signature: 2551 + $signature: 2550 }; A.TaskEditDetailsVM.prototype = { get$task: function() { @@ -412582,7 +410925,7 @@ call$1: function(task) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.UpdateTask(task)); }, - $signature: 144 + $signature: 139 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure0.prototype = { call$2: function(context, completer) { @@ -412595,7 +410938,7 @@ M.createEntity(new P._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, _null, true); completer.get$future().then$1$1(0, new A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure3(t3), t4); }, - $signature: 138 + $signature: 126 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure2.prototype = { call$1: function(_) { @@ -412617,13 +410960,13 @@ else J.$index$asx(t1.get$_dispatchers(), 0).call$1(new U.UpdateTaskTime(index, taskTime)); }, - $signature: 656 + $signature: 709 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure3.prototype = { call$1: function(index) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.DeleteTaskTime(index)); }, - $signature: 106 + $signature: 104 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure1.prototype = { call$2: function(context, completer) { @@ -412636,14 +410979,14 @@ M.createEntity(new P._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, _null, true); completer.get$future().then$1$1(0, new A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure1(t3), t4); }, - $signature: 138 + $signature: 126 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure.prototype = { call$1: function(b) { b.get$_project_model$_$this()._project_model$_clientId = this.task.clientId; return b; }, - $signature: 178 + $signature: 161 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure0.prototype = { call$1: function(_) { @@ -412696,7 +411039,7 @@ t1 = this.taskTime; return new U.TimeEditDetails(C.JSArray_methods.indexOf$1(taskTimes, C.JSArray_methods.firstWhere$1(taskTimes, new U._TaskEditTimesState__showTaskTimeEditor__closure(t1))), t1, viewModel, null); }, - $signature: 2553 + $signature: 2552 }; U._TaskEditTimesState__showTaskTimeEditor__closure.prototype = { call$1: function(time) { @@ -412709,13 +411052,13 @@ call$1: function(duration) { this.$this._showTaskTimeEditor$2(this.taskTime, this.context); }, - $signature: 42 + $signature: 41 }; U._TaskEditTimesState_build_closure0.prototype = { call$1: function(taskTime) { return new M.TaskTimeListTile(new U._TaskEditTimesState_build__closure(this.$this, taskTime), this.task, taskTime, null); }, - $signature: 2554 + $signature: 2553 }; U._TaskEditTimesState_build__closure.prototype = { call$1: function(context) { @@ -412783,7 +411126,7 @@ var t1 = this.$this; t1.setState$1(new U.TimeEditDetailsState_build__closure2(t1, timeOfDay, this.viewModel)); }, - $signature: 318 + $signature: 258 }; U.TimeEditDetailsState_build__closure2.prototype = { call$0: function() { @@ -412800,7 +411143,7 @@ var t1 = this.$this; t1.setState$1(new U.TimeEditDetailsState_build__closure1(t1, timeOfDay, this.viewModel)); }, - $signature: 318 + $signature: 258 }; U.TimeEditDetailsState_build__closure1.prototype = { call$0: function() { @@ -412834,7 +411177,7 @@ var t1 = this.$this; t1.setState$1(new U.TimeEditDetailsState_build__closure(t1, duration, this.viewModel)); }, - $signature: 42 + $signature: 41 }; U.TimeEditDetailsState_build__closure.prototype = { call$0: function() { @@ -412871,13 +411214,13 @@ call$1: function(store) { return M.TaskEditTimesVM_TaskEditTimesVM$fromStore(store); }, - $signature: 2555 + $signature: 2554 }; M.TaskEditTimesScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new U.TaskEditTimes(viewModel, null); }, - $signature: 2556 + $signature: 2555 }; M.TaskEditTimesVM.prototype = { get$company: function() { @@ -412891,7 +411234,7 @@ call$1: function(index) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.DeleteTaskTime(index)); }, - $signature: 174 + $signature: 170 }; M.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure0.prototype = { call$0: function() { @@ -412903,7 +411246,7 @@ call$2: function(taskTime, index) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.UpdateTaskTime(index, taskTime)); }, - $signature: 656 + $signature: 709 }; M.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure2.prototype = { call$0: function() { @@ -412921,13 +411264,13 @@ call$1: function(store) { return B.TaskEditVM_TaskEditVM$fromStore(store); }, - $signature: 2557 + $signature: 2556 }; B.TaskEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new X.TaskEdit(viewModel, new D.ValueKey(viewModel.task.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2558 + $signature: 2557 }; B.TaskEditVM.prototype = { get$task: function() { @@ -413004,7 +411347,7 @@ var t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, this.localization.localeCode), "task_errors"); return new M.ErrorDialog(t1 == null ? "" : t1, false, null); }, - $signature: 21 + $signature: 20 }; B.TaskEditVM_TaskEditVM$fromStore___closure0.prototype = { call$1: function(savedTask) { @@ -413037,7 +411380,7 @@ } } }, - $signature: 144 + $signature: 139 }; B.TaskEditVM_TaskEditVM$fromStore___closure1.prototype = { call$1: function(error) { @@ -413051,7 +411394,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; O.KanbanTaskCard.prototype = { createState$0: function() { @@ -413174,7 +411517,7 @@ var t1 = this.$this; t1.setState$1(new O._KanbanTaskCardState_build___closure(t1)); }, - $signature: 144 + $signature: 139 }; O._KanbanTaskCardState_build___closure.prototype = { call$0: function() { @@ -413190,7 +411533,7 @@ t1.setState$1(new O._KanbanTaskCardState_build__closure1(t1)); } }, - $signature: 2559 + $signature: 2558 }; O._KanbanTaskCardState_build__closure1.prototype = { call$0: function() { @@ -413203,7 +411546,7 @@ var t1 = this.$this; return t1.setState$1(new O._KanbanTaskCardState_build__closure0(t1)); }, - $signature: 304 + $signature: 276 }; O._KanbanTaskCardState_build__closure0.prototype = { call$0: function() { @@ -413246,7 +411589,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 155 + $signature: 148 }; O._KanbanTaskCardState_build_closure6.prototype = { call$1: function(context) { @@ -413254,14 +411597,14 @@ t2 = type$.MappedListIterable_of_legacy_String_and_legacy_PopupMenuItem_legacy_String; return P.List_List$of(new H.MappedListIterable(H.setRuntimeTypeInfo([t1.get$view(t1), t1.get$edit(), this.startLabel], type$.JSArray_legacy_String), new O._KanbanTaskCardState_build__closure2(t1), t2), true, t2._eval$1("ListIterable.E")); }, - $signature: 591 + $signature: 658 }; O._KanbanTaskCardState_build__closure2.prototype = { call$1: function(value) { var _null = null; return Z.PopupMenuItem$(L.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_String); }, - $signature: 594 + $signature: 659 }; O._KanbanTaskCardState_build_closure7.prototype = { call$1: function(value) { @@ -413350,7 +411693,7 @@ var t1 = this.$this; t1.setState$1(new D._KanbanStatusCardState__onSavePressed__closure(t1)); }, - $signature: 227 + $signature: 232 }; D._KanbanStatusCardState__onSavePressed__closure.prototype = { call$0: function() { @@ -413503,7 +411846,7 @@ call$2: function(key, value) { J.sort$1$ax(this.$this._kanban_view$_tasks.$index(0, key), new O.KanbanViewState__initBoard__closure(this.state)); }, - $signature: 381 + $signature: 392 }; O.KanbanViewState__initBoard__closure.prototype = { call$2: function(taskIdA, taskIdB) { @@ -413560,7 +411903,7 @@ t7 = t9 == null ? H.setRuntimeTypeInfo([], type$.JSArray_legacy_String) : t9; return O.BoardList$(t3, _null, !t2, new T.Align(C.Alignment_m1_0, _null, _null, t5, _null), t6, t3, _null, J.map$1$1$ax(t7, new O.KanbanViewState_build__closure3(t4), type$.legacy_TaskEntity).map$1$1(0, new O.KanbanViewState_build__closure4(t4, t1, $status, statusId), type$.legacy_BoardItem).toList$0(0), new O.KanbanViewState_build__closure5(t4), _null, _null); }, - $signature: 2560 + $signature: 2559 }; O.KanbanViewState_build__closure5.prototype = { call$2: function(endIndex, startIndex) { @@ -413571,7 +411914,7 @@ t1.setState$1(new O.KanbanViewState_build___closure(t1, startIndex, endIndex)); t1._onBoardChanged$0(); }, - $signature: 123 + $signature: 135 }; O.KanbanViewState_build___closure.prototype = { call$0: function() { @@ -413599,7 +411942,7 @@ statusOrder = (t2 && C.JSArray_methods).indexOf$1(t2, t3); t1._widget.viewModel.onSaveStatusPressed.call$4(completer, t3, $name, statusOrder); }, - $signature: 2561 + $signature: 2560 }; O.KanbanViewState_build__closure1.prototype = { call$2: function(completer, description) { @@ -413611,7 +411954,7 @@ statusOrder = 0; t1._widget.viewModel.onSaveTaskPressed.call$5(completer, t1._newTask.id, t2, description, statusOrder); }, - $signature: 660 + $signature: 710 }; O.KanbanViewState_build__closure0.prototype = { call$0: function() { @@ -413646,7 +411989,7 @@ b.get$_task_model$_$this()._task_model$_statusId = this.status.id; return b; }, - $signature: 44 + $signature: 45 }; O.KanbanViewState_build__closure3.prototype = { call$1: function(taskId) { @@ -413655,7 +411998,7 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(t2._list, t1).taskState.$get$1(0, taskId); }, - $signature: 222 + $signature: 226 }; O.KanbanViewState_build__closure4.prototype = { call$1: function(task) { @@ -413679,7 +412022,7 @@ } return D.BoardItem$(_null, !t2, _null, t3, _null, new O.KanbanViewState_build___closure2(t1, _this.status), new O.KanbanViewState_build___closure3(t1), _null); }, - $signature: 2563 + $signature: 2562 }; O.KanbanViewState_build___closure1.prototype = { call$2: function(completer, description) { @@ -413689,7 +412032,7 @@ statusOrder = J.indexOf$1$asx(t1._kanban_view$_tasks.$index(0, t2), t3); t1._widget.viewModel.onSaveTaskPressed.call$5(completer, t3, t2, description, statusOrder); }, - $signature: 660 + $signature: 710 }; O.KanbanViewState_build___closure0.prototype = { call$0: function() { @@ -413711,7 +412054,7 @@ var t1 = this.$this; t1.setState$1(new O.KanbanViewState_build____closure(t1)); }, - $signature: 2564 + $signature: 2563 }; O.KanbanViewState_build____closure.prototype = { call$0: function() { @@ -413732,7 +412075,7 @@ t1.setState$1(new O.KanbanViewState_build____closure1(t1, oldStatusId, J.$index$asx(t1._kanban_view$_tasks.$index(0, this.status.id), oldItemIndex), newStatusId, itemIndex)); t1._onBoardChanged$0(); }, - $signature: 2565 + $signature: 2564 }; O.KanbanViewState_build____closure0.prototype = { call$0: function() { @@ -413780,14 +412123,14 @@ t3 = J.getInterceptor$asx(t1); return new O.KanbanView(viewModel, new D.ValueKey("__" + t3.$index(t1, t2).userCompany.company.id + "_" + t3.$index(t1, t2).lastUpdated + "_" + H.S(J.get$length$asx(viewModel.filteredTaskList)) + "__", type$.ValueKey_legacy_String)); }, - $signature: 2566 + $signature: 2565 }; T.KanbanVM.prototype = {}; T.KanbanVM_fromStore_closure.prototype = { call$3: function(completer, statusIds, taskIds) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.SortTasksRequest(completer, statusIds, taskIds)); }, - $signature: 2567 + $signature: 2566 }; T.KanbanVM_fromStore_closure1.prototype = { call$4: function(completer, statusId, $name, statusOrder) { @@ -413800,7 +412143,7 @@ t1.status = $status; J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new V.SaveTaskStatusRequest(completer, $status)); }, - $signature: 2568 + $signature: 2567 }; T.KanbanVM_fromStore__closure.prototype = { call$1: function(b) { @@ -413811,7 +412154,7 @@ b.get$_task_status_model$_$this()._task_status_model$_statusOrder = t1; return b; }, - $signature: 153 + $signature: 140 }; T.KanbanVM_fromStore_closure0.prototype = { call$5: function(completer, taskId, statusId, description, statusOrder) { @@ -413846,7 +412189,7 @@ t1 = t1.task; J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.SaveTaskRequest(completer, t1, false)); }, - $signature: 2569 + $signature: 2568 }; T.KanbanVM_fromStore__closure0.prototype = { call$1: function(b) { @@ -413858,7 +412201,7 @@ b.get$_task_model$_$this()._task_model$_statusId = _this.statusId; return b; }, - $signature: 44 + $signature: 45 }; T.KanbanVM_fromStore__closure1.prototype = { call$1: function(b) { @@ -413873,7 +412216,7 @@ b.get$_task_model$_$this()._task_model$_clientId = t1; return b; }, - $signature: 44 + $signature: 45 }; T.KanbanVM_fromStore__closure2.prototype = { call$1: function(b) { @@ -413890,7 +412233,7 @@ b.get$_task_model$_$this()._task_model$_clientId = t1; return b; }, - $signature: 44 + $signature: 45 }; T.KanbanVM_fromStore__closure3.prototype = { call$1: function(b) { @@ -413905,7 +412248,7 @@ b.get$_task_model$_$this()._task_model$_assignedUserId = t1; return b; }, - $signature: 44 + $signature: 45 }; U.TaskListItem.prototype = { build$1: function(_, context) { @@ -413978,7 +412321,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 155 + $signature: 148 }; U.TaskListItem_build_closure.prototype = { call$0: function() { @@ -414058,7 +412401,7 @@ } return t1; }, - $signature: 100 + $signature: 97 }; U.TaskListItem_build__closure2.prototype = { call$0: function() { @@ -414085,7 +412428,7 @@ M.handleEntitiesActions(H.setRuntimeTypeInfo([this.$this.task], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 59 + $signature: 58 }; U.TaskListItem_build__closure5.prototype = { call$0: function() { @@ -414121,7 +412464,7 @@ t4 = viewModel.tableColumns; return S.EntityList$(t3, C.EntityType_task, new K.TaskListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new T.TaskPresenter(), t2, t4); }, - $signature: 2570 + $signature: 2569 }; K.TaskListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -414131,7 +412474,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 248 + $signature: 244 }; K.TaskListVM.prototype = { get$user: function() { @@ -414262,7 +412605,7 @@ end = Y.formatDate(time.endDate.toIso8601String$0(), t1, false, true, true); this.notes.push(start + " - " + end); }, - $signature: 203 + $signature: 200 }; D.TaskScreen.prototype = { build$1: function(_, context) { @@ -414380,7 +412723,7 @@ call$2: function($status, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.FilterTasksByStatus($status)); }, - $signature: 239 + $signature: 231 }; D.TaskScreen_build_closure5.prototype = { call$1: function(value) { @@ -414414,7 +412757,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 153 + $signature: 140 }; D.TaskScreen_build_closure2.prototype = { call$1: function(b) { @@ -414424,7 +412767,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 153 + $signature: 140 }; D.TaskScreen_build_closure3.prototype = { call$1: function(b) { @@ -414434,13 +412777,13 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 153 + $signature: 140 }; D.TaskScreen_build_closure10.prototype = { call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.FilterTasksByState(state)); }, - $signature: 53 + $signature: 49 }; D.TaskScreen_build_closure4.prototype = { call$0: function() { @@ -414472,7 +412815,7 @@ call$2: function(context, vm) { return new D.TaskScreen(vm, null); }, - $signature: 2571 + $signature: 2570 }; Y.TaskScreenVM.prototype = {}; M.TaskTimeListTile.prototype = { @@ -414576,7 +412919,7 @@ t6 = !t5 ? C.EntityAction_archive : C.EntityAction_invoiceTask; return T.Column$(H.setRuntimeTypeInfo([t2, new Z.BottomButtons(t3, t4, t6, t5, true, _null)], t1), C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_1, C.VerticalDirection_1); }, - $signature: 195 + $signature: 183 }; Q._TaskViewState_build__closure.prototype = { call$0: function() { @@ -414615,13 +412958,13 @@ call$1: function(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 134 + $signature: 122 }; B.TaskViewDocuments_build_closure0.prototype = { call$3: function($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 124 + $signature: 127 }; S.TaskOverview.prototype = { createState$0: function() { @@ -414685,7 +413028,7 @@ var t1 = this.$this; return t1._framework$_element != null && t1.setState$1(new S._TaskOverviewState_initState__closure()); }, - $signature: 278 + $signature: 316 }; S._TaskOverviewState_initState__closure.prototype = { call$0: function() { @@ -414750,14 +413093,14 @@ new H.ReversedListIterable(items, H._arrayInstanceType(items)._eval$1("ReversedListIterable<1>")).forEach$1(0, new S._TaskOverviewState_build__buildView_closure(widgets, t1, _this.viewModel)); return widgets; }, - $signature: 190 + $signature: 185 }; S._TaskOverviewState_build__buildView_closure.prototype = { call$1: function(taskTime) { var t1 = this.task; C.JSArray_methods.addAll$1(this.widgets, H.setRuntimeTypeInfo([new M.TaskTimeListTile(new S._TaskOverviewState_build__buildView__closure(this.viewModel, t1, taskTime), t1, taskTime, null)], type$.JSArray_legacy_Widget)); }, - $signature: 203 + $signature: 200 }; S._TaskOverviewState_build__buildView__closure.prototype = { call$1: function(context) { @@ -414766,7 +413109,7 @@ t3 = t2.uiState.selectedCompanyIndex; return J.$index$asx(t2.userCompanyStates._list, t3).userCompany.canEditEntity$1(this.task) ? t1.onEditPressed.call$2(context, this.taskTime) : null; }, - $signature: 51 + $signature: 48 }; S._TaskOverviewState_build_closure.prototype = { call$0: function() { @@ -414784,13 +413127,13 @@ call$1: function(store) { return L.TaskViewVM_TaskViewVM$fromStore(store); }, - $signature: 2572 + $signature: 2571 }; L.TaskViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new Q.TaskView(vm, false, vm.state.uiState.taskUIState.tabIndex, null); }, - $signature: 2573 + $signature: 2572 }; L.TaskViewVM.prototype = { get$task: function() { @@ -414832,7 +413175,7 @@ t1 = this.localization.get$stoppedTask(); M.showToast(t1); }, - $signature: 144 + $signature: 139 }; L.TaskViewVM_TaskViewVM$fromStore__toggleTask_closure0.prototype = { call$1: function(error) { @@ -414844,7 +413187,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; L.TaskViewVM_TaskViewVM$fromStore_closure0.prototype = { call$1: function(context) { @@ -414865,7 +413208,7 @@ $defaultValues: function() { return [null]; }, - $signature: 2574 + $signature: 2573 }; L.TaskViewVM_TaskViewVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -414899,7 +413242,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; L.TaskViewVM_TaskViewVM$fromStore_closure3.prototype = { call$4: function(context, $document, password, idToken) { @@ -414912,13 +413255,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 95 + $signature: 89 }; L.TaskViewVM_TaskViewVM$fromStore__closure.prototype = { call$1: function(value) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.LoadTask(null, this.task.id)); }, - $signature: 93 + $signature: 94 }; L.TaskStatusEdit.prototype = { createState$0: function() { @@ -414965,7 +413308,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_task_status_edit$_onChanged()); }, - $signature: 28 + $signature: 27 }; L._TaskStatusEditState_didChangeDependencies_closure0.prototype = { call$1: function(controller) { @@ -414973,14 +413316,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_task_status_edit$_onChanged()), false); return null; }, - $signature: 28 + $signature: 27 }; L._TaskStatusEditState_dispose_closure.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_task_status_edit$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 60 }; L._TaskStatusEditState__onChanged_closure.prototype = { call$1: function(b) { @@ -414988,7 +413331,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 153 + $signature: 140 }; L._TaskStatusEditState__onChanged_closure0.prototype = { call$0: function() { @@ -415000,7 +413343,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 48 }; L._TaskStatusEditState_build_closure1.prototype = { call$1: function(context) { @@ -415029,7 +413372,7 @@ t5 = type$.JSArray_legacy_Widget; return new X.ScrollableListView(H.setRuntimeTypeInfo([Y.FormCard$(_null, H.setRuntimeTypeInfo([S.DecoratedFormField$(false, _null, true, t1._task_status_edit$_autoValidate, t1._task_status_edit$_nameController, _null, true, _null, _null, _null, _null, false, false, _null, _null, t2.get$name(t2), _null, _null, false, _null, _null, t3.onSavePressed, true, _null, _null, C.TextAlign_4, new L._TaskStatusEditState_build__closure0(t2)), A.FormColorPicker$(t4.color, _null, new L._TaskStatusEditState_build__closure1(t3, t4))], t5), _null, 4, false, _null, false, _null)], t5), _null, _null, false, _null); }, - $signature: 150 + $signature: 152 }; L._TaskStatusEditState_build__closure0.prototype = { call$1: function(val) { @@ -415048,7 +413391,7 @@ b.get$_task_status_model$_$this()._task_status_model$_color = this.value; return b; }, - $signature: 153 + $signature: 140 }; Q.TaskStatusEditScreen.prototype = { build$1: function(_, context) { @@ -415060,13 +413403,13 @@ call$1: function(store) { return Q.TaskStatusEditVM_TaskStatusEditVM$fromStore(store); }, - $signature: 2575 + $signature: 2574 }; Q.TaskStatusEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new L.TaskStatusEdit(viewModel, new D.ValueKey(viewModel.taskStatus.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2576 + $signature: 2575 }; Q.TaskStatusEditVM.prototype = { get$taskStatus: function() { @@ -415080,7 +413423,7 @@ call$1: function(taskStatus) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new V.UpdateTaskStatus(taskStatus)); }, - $signature: 227 + $signature: 232 }; Q.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -415141,7 +413484,7 @@ } else M.viewEntity(false, savedTaskStatus, null, true); }, - $signature: 227 + $signature: 232 }; Q.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure0.prototype = { call$1: function(error) { @@ -415155,7 +413498,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; O.TaskStatusListItem.prototype = { build$1: function(_, context) { @@ -415221,7 +413564,7 @@ t5 = viewModel.onSortColumn; return S.EntityList$(t2, C.EntityType_taskStatus, new U.TaskStatusListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, t4, t5, new N.TaskStatusPresenter(), t1, t3); }, - $signature: 2577 + $signature: 2576 }; U.TaskStatusListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -415242,7 +413585,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2578 + $signature: 2577 }; U.TaskStatusListVM.prototype = {}; U.TaskStatusListVM_fromStore__handleRefresh.prototype = { @@ -415339,7 +413682,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new V.FilterTaskStatusesByState(state)); }, - $signature: 53 + $signature: 49 }; Y.TaskStatusScreen_build_closure.prototype = { call$0: function() { @@ -415395,7 +413738,7 @@ call$2: function(context, vm) { return new Y.TaskStatusScreen(vm, null); }, - $signature: 2579 + $signature: 2578 }; U.TaskStatusScreenVM.prototype = {}; L.TaskStatusView.prototype = { @@ -415438,13 +413781,13 @@ call$1: function(store) { return T.TaskStatusViewVM_TaskStatusViewVM$fromStore(store); }, - $signature: 2580 + $signature: 2579 }; T.TaskStatusViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new L.TaskStatusView(vm, this.$this.isFilter, null); }, - $signature: 2581 + $signature: 2580 }; T.TaskStatusViewVM.prototype = { get$taskStatus: function() { @@ -415516,7 +413859,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_tax_rate_edit$_onChanged()); }, - $signature: 28 + $signature: 27 }; A._TaxRateEditState_didChangeDependencies_closure0.prototype = { call$1: function(controller) { @@ -415524,14 +413867,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_tax_rate_edit$_onChanged()), false); return null; }, - $signature: 28 + $signature: 27 }; A._TaxRateEditState_dispose_closure.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_tax_rate_edit$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 60 }; A._TaxRateEditState__onChanged_closure.prototype = { call$1: function(b) { @@ -415542,7 +413885,7 @@ b.get$_tax_rate_model$_$this()._tax_rate_model$_rate = t1; return b; }, - $signature: 465 + $signature: 504 }; A._TaxRateEditState__onChanged_closure0.prototype = { call$0: function() { @@ -415566,13 +413909,13 @@ call$1: function(store) { return S.TaxRateEditVM_TaxRateEditVM$fromStore(store); }, - $signature: 2582 + $signature: 2581 }; S.TaxRateEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new A.TaxRateEdit(viewModel, new D.ValueKey(viewModel.taxRate.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2583 + $signature: 2582 }; S.TaxRateEditVM.prototype = { get$taxRate: function() { @@ -415586,7 +413929,7 @@ call$1: function(taxRate) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new A.UpdateTaxRate(taxRate)); }, - $signature: 121 + $signature: 119 }; S.TaxRateEditVM_TaxRateEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -415650,7 +413993,7 @@ } else M.viewEntity(false, savedTaxRate, null, true); }, - $signature: 121 + $signature: 119 }; S.TaxRateEditVM_TaxRateEditVM$fromStore___closure0.prototype = { call$1: function(error) { @@ -415664,7 +414007,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; Z.TaxRateListItem.prototype = { build$1: function(_, context) { @@ -415724,7 +414067,7 @@ t2 = viewModel.state; return S.EntityList$(viewModel.taxRateList, C.EntityType_taxRate, new X.TaxRateListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, null, t2, null); }, - $signature: 2584 + $signature: 2583 }; X.TaxRateListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -415743,7 +414086,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2585 + $signature: 2584 }; X.TaxRateListVM.prototype = {}; X.TaxRateListVM_fromStore__handleRefresh.prototype = { @@ -415834,7 +414177,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new A.FilterTaxRatesByState(state)); }, - $signature: 53 + $signature: 49 }; D.TaxRateSettingsScreen_build_closure.prototype = { call$0: function() { @@ -415866,7 +414209,7 @@ call$2: function(context, vm) { return new D.TaxRateSettingsScreen(vm, null); }, - $signature: 2586 + $signature: 2585 }; O.TaxRateScreenVM.prototype = {}; K.TaxRateView.prototype = { @@ -415900,13 +414243,13 @@ call$1: function(store) { return R.TaxRateViewVM_TaxRateViewVM$fromStore(store); }, - $signature: 2587 + $signature: 2586 }; R.TaxRateViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new K.TaxRateView(vm, false, null); }, - $signature: 2588 + $signature: 2587 }; R.TaxRateViewVM.prototype = { get$taxRate: function() { @@ -415969,7 +414312,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_token_edit$_onChanged()); }, - $signature: 28 + $signature: 27 }; Y._TokenEditState_didChangeDependencies_closure0.prototype = { call$1: function(controller) { @@ -415977,14 +414320,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_token_edit$_onChanged()), false); return null; }, - $signature: 28 + $signature: 27 }; Y._TokenEditState_dispose_closure.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_token_edit$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 60 }; Y._TokenEditState__onChanged_closure.prototype = { call$1: function(b) { @@ -415992,7 +414335,7 @@ b.get$_token_model$_$this()._token_model$_name = t1; return b; }, - $signature: 472 + $signature: 511 }; Y._TokenEditState__onChanged_closure0.prototype = { call$0: function() { @@ -416004,7 +414347,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 48 }; Y._TokenEditState_build_closure1.prototype = { call$1: function(context) { @@ -416032,7 +414375,7 @@ t4 = type$.JSArray_legacy_Widget; return new X.ScrollableListView(H.setRuntimeTypeInfo([Y.FormCard$(_null, H.setRuntimeTypeInfo([S.DecoratedFormField$(false, _null, true, t1._token_edit$_autoValidate, t1._token_edit$_nameController, _null, true, _null, _null, _null, _null, false, false, _null, _null, t3, _null, _null, false, _null, _null, this.viewModel.onSavePressed, true, _null, _null, C.TextAlign_4, new Y._TokenEditState_build__closure0(t2))], t4), _null, 4, false, _null, false, _null)], t4), _null, _null, false, _null); }, - $signature: 150 + $signature: 152 }; Y._TokenEditState_build__closure0.prototype = { call$1: function(value) { @@ -416050,13 +414393,13 @@ call$1: function(store) { return R.TokenEditVM_TokenEditVM$fromStore(store); }, - $signature: 2589 + $signature: 2588 }; R.TokenEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new Y.TokenEdit(viewModel, new D.ValueKey(viewModel.token.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2590 + $signature: 2589 }; R.TokenEditVM.prototype = { get$token: function() { @@ -416070,7 +414413,7 @@ call$1: function(token) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.UpdateToken(token)); }, - $signature: 283 + $signature: 324 }; R.TokenEditVM_TokenEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -416114,7 +414457,7 @@ J.$index$asx(t3.get$_dispatchers(), 0).call$1(new Q.SaveTokenRequest(new P._AsyncCompleter(t1, type$._AsyncCompleter_legacy_TokenEntity), t4, password, idToken)); return t1.then$1$1(0, new R.TokenEditVM_TokenEditVM$fromStore____closure(t4, t2, this.state, t3, $navigator), type$.Null).catchError$1(new R.TokenEditVM_TokenEditVM$fromStore____closure0()); }, - $signature: 653 + $signature: 704 }; R.TokenEditVM_TokenEditVM$fromStore____closure.prototype = { call$1: function(savedToken) { @@ -416143,7 +414486,7 @@ } else M.viewEntity(false, savedToken, null, true); }, - $signature: 283 + $signature: 324 }; R.TokenEditVM_TokenEditVM$fromStore____closure0.prototype = { call$1: function(error) { @@ -416157,7 +414500,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; K.TokenListItem.prototype = { build$1: function(_, context) { @@ -416224,7 +414567,7 @@ t4 = viewModel.tableColumns; return S.EntityList$(t3, C.EntityType_token, new M.TokenListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new F.TokenPresenter(), t2, t4); }, - $signature: 2591 + $signature: 2590 }; M.TokenListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -416245,7 +414588,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2592 + $signature: 2591 }; M.TokenListVM.prototype = {}; M.TokenListVM_fromStore__handleRefresh.prototype = { @@ -416342,7 +414685,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.FilterTokensByState(state)); }, - $signature: 53 + $signature: 49 }; S.TokenScreen_build_closure.prototype = { call$0: function() { @@ -416398,7 +414741,7 @@ call$2: function(context, vm) { return new S.TokenScreen(vm, null); }, - $signature: 2593 + $signature: 2592 }; K.TokenScreenVM.prototype = {}; Y.TokenView.prototype = { @@ -416458,13 +414801,13 @@ call$1: function(store) { return U.TokenViewVM_TokenViewVM$fromStore(store); }, - $signature: 2594 + $signature: 2593 }; U.TokenViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new Y.TokenView(vm, false, null); }, - $signature: 2595 + $signature: 2594 }; U.TokenViewVM.prototype = { get$token: function() { @@ -416598,7 +414941,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_user_edit$_onChanged()); }, - $signature: 28 + $signature: 27 }; U._UserEditState_didChangeDependencies_closure0.prototype = { call$1: function(controller) { @@ -416606,14 +414949,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_user_edit$_onChanged()), false); return null; }, - $signature: 28 + $signature: 27 }; U._UserEditState_dispose_closure.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_user_edit$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 60 }; U._UserEditState__onChanged_closure.prototype = { call$1: function(b) { @@ -416636,7 +414979,7 @@ b.get$_user_model$_$this()._customValue4 = t1; return b; }, - $signature: 77 + $signature: 76 }; U._UserEditState__onChanged_closure0.prototype = { call$0: function() { @@ -416655,13 +414998,13 @@ b.get$userCompany().get$_company_model$_$this()._permissions = this.permissionsString; return b; }, - $signature: 77 + $signature: 76 }; U._UserEditState_build_closure13.prototype = { call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 48 }; U._UserEditState_build_closure14.prototype = { call$1: function(context) { @@ -416702,14 +415045,14 @@ call$2: function(channel, options) { this.viewModel.onUserChanged.call$1(this.user.rebuild$1(new U._UserEditState_build__closure9(channel, options))); }, - $signature: 381 + $signature: 392 }; U._UserEditState_build__closure9.prototype = { call$1: function(b) { b.get$userCompany().get$notifications().$indexSet(0, this.channel, D.BuiltList_BuiltList$from(this.options, type$.legacy_String)); return b; }, - $signature: 77 + $signature: 76 }; U._UserEditState_build_closure3.prototype = { call$1: function(value) { @@ -416722,7 +415065,7 @@ b.get$userCompany().get$_company_model$_$this()._isAdmin = this.value; return b; }, - $signature: 77 + $signature: 76 }; U._UserEditState_build_closure4.prototype = { call$0: function() { @@ -416738,19 +415081,19 @@ t1._togglePermission$1("view_all"); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new U._UserEditState_build___closure0(t1)); }, - $signature: 42 + $signature: 41 }; U._UserEditState_build___closure0.prototype = { call$1: function(duration) { this.$this._togglePermission$1("edit_all"); }, - $signature: 42 + $signature: 41 }; U._UserEditState_build_closure5.prototype = { call$1: function(value) { return this.$this._togglePermission$1("create_all"); }, - $signature: 32 + $signature: 33 }; U._UserEditState_build_closure6.prototype = { call$0: function() { @@ -416762,7 +415105,7 @@ call$1: function(value) { return this.$this._togglePermission$1("view_all"); }, - $signature: 32 + $signature: 33 }; U._UserEditState_build_closure8.prototype = { call$0: function() { @@ -416774,7 +415117,7 @@ call$1: function(value) { return this.$this._togglePermission$1("edit_all"); }, - $signature: 32 + $signature: 33 }; U._UserEditState_build_closure10.prototype = { call$0: function() { @@ -416788,7 +415131,7 @@ t2 = t1.uiState.selectedCompanyIndex; return J.$index$asx(t1.userCompanyStates._list, t2).userCompany.company.isModuleEnabled$1(entityType); }, - $signature: 292 + $signature: 322 }; U._UserEditState_build_closure12.prototype = { call$1: function(type) { @@ -416810,7 +415153,7 @@ t5 = t4 ? _null : new U._UserEditState_build__closure5(t1, editPermission); return S.DataRow$(H.setRuntimeTypeInfo([t2, t6, t7, S.DataCell$(new U._PermissionCheckbox(t3, editPermission, new U._UserEditState_build__closure6(t1, editPermission), t4, _null), t5)], type$.JSArray_legacy_DataCell)); }, - $signature: 2596 + $signature: 2595 }; U._UserEditState_build__closure0.prototype = { call$0: function() { @@ -416827,19 +415170,19 @@ t1._togglePermission$1(this.viewPermission); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new U._UserEditState_build____closure(t1, this.editPermission)); }, - $signature: 42 + $signature: 41 }; U._UserEditState_build____closure.prototype = { call$1: function(duration) { this.$this._togglePermission$1(this.editPermission); }, - $signature: 42 + $signature: 41 }; U._UserEditState_build__closure2.prototype = { call$1: function(value) { return this.$this._togglePermission$1(this.createPermission); }, - $signature: 32 + $signature: 33 }; U._UserEditState_build__closure1.prototype = { call$0: function() { @@ -416851,7 +415194,7 @@ call$1: function(value) { return this.$this._togglePermission$1(this.viewPermission); }, - $signature: 32 + $signature: 33 }; U._UserEditState_build__closure3.prototype = { call$0: function() { @@ -416863,7 +415206,7 @@ call$1: function(value) { return this.$this._togglePermission$1(this.editPermission); }, - $signature: 32 + $signature: 33 }; U._UserEditState_build__closure5.prototype = { call$0: function() { @@ -416908,13 +415251,13 @@ call$1: function(store) { return Y.UserEditVM_UserEditVM$fromStore(store); }, - $signature: 2597 + $signature: 2596 }; Y.UserEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new U.UserEdit(viewModel, new D.ValueKey(viewModel.user.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2598 + $signature: 2597 }; Y.UserEditVM.prototype = { get$user: function() { @@ -416928,7 +415271,7 @@ call$1: function(user) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.UpdateUser(user)); }, - $signature: 160 + $signature: 179 }; Y.UserEditVM_UserEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -416995,7 +415338,7 @@ } else M.viewEntity(false, savedUser, null, true); }, - $signature: 160 + $signature: 179 }; Y.UserEditVM_UserEditVM$fromStore___closure1.prototype = { call$1: function(error) { @@ -417009,7 +415352,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; E.UserListItem.prototype = { build$1: function(_, context) { @@ -417068,7 +415411,7 @@ t2 = viewModel.state; return S.EntityList$(viewModel.userList, C.EntityType_user, new M.UserListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, null, t2, null); }, - $signature: 2599 + $signature: 2598 }; M.UserListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -417079,7 +415422,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2600 + $signature: 2599 }; M.UserListBuilder_build__closure_showDialog.prototype = { call$0: function() { @@ -417205,7 +415548,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.FilterUsersByState(state)); }, - $signature: 53 + $signature: 49 }; G.UserScreen_build_closure.prototype = { call$0: function() { @@ -417237,7 +415580,7 @@ call$2: function(context, vm) { return new G.UserScreen(vm, null); }, - $signature: 2601 + $signature: 2600 }; A.UserScreenVM.prototype = {}; B.UserView.prototype = { @@ -417296,13 +415639,13 @@ call$1: function(store) { return X.UserViewVM_UserViewVM$fromStore(store); }, - $signature: 2602 + $signature: 2601 }; X.UserViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new B.UserView(vm, this.$this.isFilter, null); }, - $signature: 2603 + $signature: 2602 }; X.UserViewVM.prototype = { get$user: function() { @@ -417370,7 +415713,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 48 }; K._VendorEditState_build_closure0.prototype = { call$1: function(context) { @@ -417485,7 +415828,7 @@ b.get$_vendor_model$_$this()._vendor_model$_postalCode = t1; return b; }, - $signature: 117 + $signature: 112 }; G.VendorEditAddressState__onChanged_closure0.prototype = { call$0: function() { @@ -417506,7 +415849,7 @@ b.get$_vendor_model$_$this()._vendor_model$_countryId = t1; return b; }, - $signature: 117 + $signature: 112 }; D.VendorEditContacts.prototype = { createState$0: function() { @@ -417562,19 +415905,19 @@ t6 = t5.get$length(t4); return new D.VendorContactEditDetails(t5.indexOf$2(t4, t5.firstWhere$2$orElse(t4, new D._VendorEditContactsState__showContactEditor__closure(t2), null), 0), t2, viewModel, t1, t6 > 1, new D.ValueKey(t3, type$.ValueKey_String)); }, - $signature: 2604 + $signature: 2603 }; D._VendorEditContactsState__showContactEditor__closure.prototype = { call$1: function(c) { return c.id === this.contact.id; }, - $signature: 2605 + $signature: 2604 }; D._VendorEditContactsState_build_closure.prototype = { call$1: function(contact) { return new D.ContactListTile(new D._VendorEditContactsState_build__closure(this.$this, contact, this.context), contact, null); }, - $signature: 2606 + $signature: 2605 }; D._VendorEditContactsState_build__closure.prototype = { call$0: function() { @@ -417586,7 +415929,7 @@ call$1: function(duration) { this.$this._showContactEditor$2(this.contact, this.context); }, - $signature: 42 + $signature: 41 }; D._VendorEditContactsState_build_closure1.prototype = { call$0: function() { @@ -417713,7 +416056,7 @@ b.get$_vendor_model$_$this()._vendor_model$_phone = t1; return b; }, - $signature: 734 + $signature: 527 }; D.VendorContactEditDetailsState__onChanged_closure0.prototype = { call$0: function() { @@ -417784,13 +416127,13 @@ call$1: function(store) { return T.VendorEditContactsVM_VendorEditContactsVM$fromStore(store); }, - $signature: 2607 + $signature: 2606 }; T.VendorEditContactsScreen_build_closure.prototype = { call$2: function(context, vm) { return new D.VendorEditContacts(vm, this.$this.viewModel, null); }, - $signature: 2608 + $signature: 2607 }; T.VendorEditContactsVM.prototype = { get$company: function() { @@ -417818,7 +416161,7 @@ call$1: function(index) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.DeleteVendorContact(index)); }, - $signature: 174 + $signature: 170 }; T.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure1.prototype = { call$0: function() { @@ -417830,7 +416173,7 @@ call$2: function(contact, index) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.UpdateVendorContact(index, contact)); }, - $signature: 2609 + $signature: 2608 }; G.VendorEditDesktop.prototype = { build$1: function(_, context) { @@ -417957,7 +416300,7 @@ b.get$_vendor_model$_$this()._vendor_model$_customValue4 = t1; return b; }, - $signature: 117 + $signature: 112 }; Q.VendorEditDetailsState__onChanged_closure0.prototype = { call$0: function() { @@ -417982,7 +416325,7 @@ b.get$_vendor_model$_$this()._vendor_model$_assignedUserId = this.userId; return b; }, - $signature: 117 + $signature: 112 }; Q.VendorEditFooter.prototype = { build$1: function(_, context) { @@ -418088,7 +416431,7 @@ b.get$_vendor_model$_$this()._vendor_model$_privateNotes = t1; return b; }, - $signature: 117 + $signature: 112 }; N.VendorEditNotesState__onChanged_closure0.prototype = { call$0: function() { @@ -418111,7 +416454,7 @@ b.get$_vendor_model$_$this()._vendor_model$_currencyId = t1; return b; }, - $signature: 117 + $signature: 112 }; A.VendorEditScreen.prototype = { build$1: function(_, context) { @@ -418123,13 +416466,13 @@ call$1: function(store) { return A.VendorEditVM_VendorEditVM$fromStore(store); }, - $signature: 2610 + $signature: 2609 }; A.VendorEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new K.VendorEdit(viewModel, new D.ValueKey(viewModel.vendor.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2611 + $signature: 2610 }; A.VendorEditVM.prototype = { get$vendor: function(receiver) { @@ -418143,7 +416486,7 @@ call$1: function(vendor) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.UpdateVendor(vendor)); }, - $signature: 228 + $signature: 222 }; A.VendorEditVM_VendorEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -418195,7 +416538,7 @@ call$1: function(context) { return new M.ErrorDialog(this.localization.get$pleaseEnterAName(), false, null); }, - $signature: 21 + $signature: 20 }; A.VendorEditVM_VendorEditVM$fromStore___closure0.prototype = { call$1: function(savedVendor) { @@ -418230,7 +416573,7 @@ M.viewEntity(false, savedVendor, null, true); } }, - $signature: 228 + $signature: 222 }; A.VendorEditVM_VendorEditVM$fromStore___closure1.prototype = { call$1: function(error) { @@ -418244,7 +416587,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; Z.VendorListItem.prototype = { build$1: function(_, context) { @@ -418329,7 +416672,7 @@ } return t1; }, - $signature: 100 + $signature: 97 }; Z.VendorListItem_build__closure2.prototype = { call$0: function() { @@ -418356,7 +416699,7 @@ M.handleEntitiesActions(H.setRuntimeTypeInfo([this.$this.vendor], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 59 + $signature: 58 }; Z.VendorListItem_build__closure5.prototype = { call$0: function() { @@ -418392,7 +416735,7 @@ t4 = viewModel.tableColumns; return S.EntityList$(t3, C.EntityType_vendor, new E.VendorListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new N.VendorPresenter(), t2, t4); }, - $signature: 2612 + $signature: 2611 }; E.VendorListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -418413,7 +416756,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2613 + $signature: 2612 }; E.VendorListVM.prototype = {}; E.VendorListVM_fromStore__handleRefresh.prototype = { @@ -418510,7 +416853,7 @@ call$1: function(contact) { return contact.get$fullName(); }, - $signature: 2614 + $signature: 2613 }; K.VendorScreen.prototype = { build$1: function(_, context) { @@ -418615,7 +416958,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.FilterVendorsByState(state)); }, - $signature: 53 + $signature: 49 }; K.VendorScreen_build_closure.prototype = { call$0: function() { @@ -418647,7 +416990,7 @@ call$2: function(context, vm) { return new K.VendorScreen(vm, null); }, - $signature: 2615 + $signature: 2614 }; B.VendorScreenVM.prototype = {}; N.VendorView.prototype = { @@ -418711,7 +417054,7 @@ t4 = type$.JSArray_legacy_Widget; return T.Column$(H.setRuntimeTypeInfo([T.Expanded$(E.TabBarView$(H.setRuntimeTypeInfo([N.RefreshIndicator$(new E.VendorOverview(t3, t1._widget.isFilter, _null), new N._VendorViewState_build__closure(t3, context)), N.RefreshIndicator$(new Y.VendorViewDetails(t3.vendor, _null), new N._VendorViewState_build__closure0(t3, context)), N.RefreshIndicator$(new G.VendorViewDocuments(t3, _null), new N._VendorViewState_build__closure1(t3, context))], t4), t2, _null), 1), new Z.BottomButtons(this.vendor, C.EntityAction_newExpense, C.EntityAction_archive, true, true, _null)], t4), C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_1, C.VerticalDirection_1); }, - $signature: 195 + $signature: 183 }; N._VendorViewState_build__closure.prototype = { call$0: function() { @@ -418845,7 +417188,7 @@ listTiles.push(new T.Padding(C.EdgeInsets_16_16_16_16, B.FutureBuilder$(t2.get$_launchStatus(), t2._launched, type$.Null), _null)); return listTiles; }, - $signature: 190 + $signature: 185 }; Y._VendorViewDetailsState_build__buildDetailsList_closure.prototype = { call$1: function(contact) { @@ -418862,7 +417205,7 @@ _this.listTiles.push(G.AppListTile$(null, t1, C.IconData_58530_MaterialIcons_null_false, new Y._VendorViewDetailsState_build__buildDetailsList__closure2(_this.$this, _this.context, contact), t3.get$phone(t3), t2)); } }, - $signature: 2616 + $signature: 2615 }; Y._VendorViewDetailsState_build__buildDetailsList__closure1.prototype = { call$0: function() { @@ -418950,13 +417293,13 @@ call$1: function(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 134 + $signature: 122 }; G.VendorViewDocuments_build_closure0.prototype = { call$3: function($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 124 + $signature: 127 }; E.VendorOverview.prototype = { build$1: function(_, context) { @@ -419033,13 +417376,13 @@ call$1: function(store) { return F.VendorViewVM_VendorViewVM$fromStore(store); }, - $signature: 2617 + $signature: 2616 }; F.VendorViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new N.VendorView(vm, this.$this.isFilter, vm.state.uiState.vendorUIState.tabIndex, null); }, - $signature: 2618 + $signature: 2617 }; F.VendorViewVM.prototype = { get$vendor: function(receiver) { @@ -419096,7 +417439,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; F.VendorViewVM_VendorViewVM$fromStore_closure2.prototype = { call$4: function(context, $document, password, idToken) { @@ -419109,13 +417452,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 95 + $signature: 89 }; F.VendorViewVM_VendorViewVM$fromStore__closure.prototype = { call$1: function(value) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.LoadVendor(null, this.vendor.id)); }, - $signature: 93 + $signature: 94 }; N.WebhookEdit.prototype = { createState$0: function() { @@ -419165,7 +417508,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_webhook_edit$_onChanged()); }, - $signature: 28 + $signature: 27 }; N._WebhookEditState_didChangeDependencies_closure0.prototype = { call$1: function(controller) { @@ -419173,14 +417516,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_webhook_edit$_onChanged()), false); return null; }, - $signature: 28 + $signature: 27 }; N._WebhookEditState_dispose_closure.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_webhook_edit$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 60 }; N._WebhookEditState__onChanged_closure.prototype = { call$1: function(b) { @@ -419188,7 +417531,7 @@ b.get$_webhook_model$_$this()._targetUrl = t1; return b; }, - $signature: 208 + $signature: 198 }; N._WebhookEditState__onChanged_closure0.prototype = { call$0: function() { @@ -419200,7 +417543,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 48 }; N._WebhookEditState_build_closure1.prototype = { call$1: function(context) { @@ -419245,7 +417588,7 @@ C.JSArray_methods.addAll$1(t15, J.map$1$1$ax(t1.get$keys(t1), new N._WebhookEditState_build__closure6(t5, t2, t6), type$.legacy_Widget)); return new X.ScrollableListView(H.setRuntimeTypeInfo([Y.FormCard$(_null, t15, _null, 4, false, _null, false, _null)], t18), _null, _null, false, _null); }, - $signature: 150 + $signature: 152 }; N._WebhookEditState_build__closure.prototype = { call$1: function(value) { @@ -419264,14 +417607,14 @@ b.get$_webhook_model$_$this()._eventId = this.value; return b; }, - $signature: 208 + $signature: 198 }; N._WebhookEditState_build__closure0.prototype = { call$1: function(eventId) { var _null = null; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(C.Map_IicEm.$index(0, eventId)), _null, _null, _null, _null, _null, _null, _null, _null, _null), eventId, type$.legacy_String); }, - $signature: 36 + $signature: 35 }; N._WebhookEditState_build__closure4.prototype = { call$1: function(value) { @@ -419284,13 +417627,13 @@ b.get$_webhook_model$_$this()._restMethod = this.value; return b; }, - $signature: 208 + $signature: 198 }; N._WebhookEditState_build__closure1.prototype = { call$1: function(value) { return this.$this.setState$1(new N._WebhookEditState_build___closure4()); }, - $signature: 60 + $signature: 59 }; N._WebhookEditState_build___closure4.prototype = { call$0: function() { @@ -419301,7 +417644,7 @@ call$1: function(value) { return this.$this.setState$1(new N._WebhookEditState_build___closure3()); }, - $signature: 60 + $signature: 59 }; N._WebhookEditState_build___closure3.prototype = { call$0: function() { @@ -419329,7 +417672,7 @@ b.get$headers(b).$indexSet(0, this.key, this.value); return b; }, - $signature: 208 + $signature: 198 }; N._WebhookEditState_build__closure6.prototype = { call$1: function(key) { @@ -419337,7 +417680,7 @@ t1 = this.webhook; return Q.ListTile$(false, C.EdgeInsets_0_0_0_0, _null, true, false, _null, _null, _null, _null, false, _null, _null, _null, _null, T.Row$(H.setRuntimeTypeInfo([T.Expanded$(L.Text$(key, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1), T.SizedBox$(_null, _null, 16), T.Expanded$(L.Text$(J.$index$asx(t1.headers._map$_map, key), _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null), B.IconButton$(C.Alignment_0_0, _null, _null, true, L.Icon$(C.IconData_57704_MaterialIcons_null_false, _null, _null), 24, new N._WebhookEditState_build___closure(this.viewModel, t1, key), C.EdgeInsets_8_8_8_8, this.localization.get$removeHeader(), _null)); }, - $signature: 311 + $signature: 248 }; N._WebhookEditState_build___closure.prototype = { call$0: function() { @@ -419352,7 +417695,7 @@ J.remove$1$ax(b.get$headers(b).get$_safeMap(), this.key); return b; }, - $signature: 208 + $signature: 198 }; F.WebhookEditScreen.prototype = { build$1: function(_, context) { @@ -419364,13 +417707,13 @@ call$1: function(store) { return F.WebhookEditVM_WebhookEditVM$fromStore(store); }, - $signature: 2619 + $signature: 2618 }; F.WebhookEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new N.WebhookEdit(viewModel, new D.ValueKey(viewModel.webhook.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2620 + $signature: 2619 }; F.WebhookEditVM.prototype = { get$webhook: function() { @@ -419384,7 +417727,7 @@ call$1: function(webhook) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new S.UpdateWebhook(webhook)); }, - $signature: 293 + $signature: 291 }; F.WebhookEditVM_WebhookEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -419450,7 +417793,7 @@ } else M.viewEntity(false, savedWebhook, null, true); }, - $signature: 293 + $signature: 291 }; F.WebhookEditVM_WebhookEditVM$fromStore___closure0.prototype = { call$1: function(error) { @@ -419464,7 +417807,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; L.WebhookView.prototype = { createState$0: function() { @@ -419514,13 +417857,13 @@ call$1: function(store) { return Y.WebhookViewVM_WebhookViewVM$fromStore(store); }, - $signature: 2621 + $signature: 2620 }; Y.WebhookViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new L.WebhookView(vm, false, null); }, - $signature: 2622 + $signature: 2621 }; Y.WebhookViewVM.prototype = { get$webhook: function() { @@ -419603,7 +417946,7 @@ t4 = viewModel.tableColumns; return S.EntityList$(t3, C.EntityType_webhook, new X.WebhookListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new B.WebhookPresenter(), t2, t4); }, - $signature: 2623 + $signature: 2622 }; X.WebhookListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -419624,7 +417967,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2624 + $signature: 2623 }; X.WebhookListVM.prototype = {}; X.WebhookListVM_fromStore__handleRefresh.prototype = { @@ -419721,7 +418064,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new S.FilterWebhooksByState(state)); }, - $signature: 53 + $signature: 49 }; T.WebhookScreen_build_closure.prototype = { call$0: function() { @@ -419777,7 +418120,7 @@ call$2: function(context, vm) { return new T.WebhookScreen(vm, null); }, - $signature: 2625 + $signature: 2624 }; T.WebhookScreenVM.prototype = {}; O.snackBarCompleter_closure.prototype = { @@ -419806,7 +418149,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; O.Debouncer.prototype = { run$1: function(action) { @@ -419857,19 +418200,19 @@ call$1: function(context) { return E.SimpleDialog$(H.setRuntimeTypeInfo([new F.LoadingDialog(null)], type$.JSArray_legacy_Widget)); }, - $signature: 168 + $signature: 163 }; O.showErrorDialog_closure.prototype = { call$1: function(context) { return new M.ErrorDialog(this.message, this.clearErrorOnDismiss, null); }, - $signature: 21 + $signature: 20 }; O.showMessageDialog_closure.prototype = { call$1: function(context) { return new E.MessageDialog(this.message, null, this.secondaryActions, this.onDismiss, null, null); }, - $signature: 302 + $signature: 315 }; O.confirmCallback_closure.prototype = { call$1: function(context) { @@ -419904,7 +418247,7 @@ t2 = t4 == null ? t2 : t4; return L.PointerInterceptor$(E.AlertDialog$(H.setRuntimeTypeInfo([t3, U.TextButton$(t7, L.Text$(t2.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new O.confirmCallback__closure3(t5), _null)], type$.JSArray_legacy_Widget), C.EdgeInsets_0_0_0_0, _null, t1, C.EdgeInsets_24_20_24_24, _null, t6, t9)); }, - $signature: 538 + $signature: 587 }; O.confirmCallback_closure__onPressed.prototype = { call$0: function() { @@ -419962,7 +418305,7 @@ call$1: function(context) { return new O.PasswordConfirmation(this.callback, null, null); }, - $signature: 663 + $signature: 711 }; O.passwordCallback_closure1.prototype = { call$2: function(idToken, accessToken) { @@ -419993,7 +418336,7 @@ call$1: function(context) { return new O.PasswordConfirmation(this.callback, this.idToken, null); }, - $signature: 663 + $signature: 711 }; O.PasswordConfirmation.prototype = { createState$0: function() { @@ -420052,7 +418395,7 @@ call$1: function(value) { return this.$this._submit$0(); }, - $signature: 60 + $signature: 59 }; O._PasswordConfirmationState_build_closure2.prototype = { call$0: function() { @@ -420072,7 +418415,7 @@ var _this = this; return new O.FieldConfirmation(_this.callback, _this.title, _this.field, _this.maxLength, _this.secondaryActions, null); }, - $signature: 2627 + $signature: 2626 }; O.FieldConfirmation.prototype = { createState$0: function() { @@ -420124,13 +418467,13 @@ call$1: function(_) { return this.call$4$currentLength$isFocused$maxLength(_, null, null, null); }, - $signature: 2628 + $signature: 2627 }; O._FieldConfirmationState_build_closure1.prototype = { call$1: function(value) { return this.$this._submit$0(); }, - $signature: 60 + $signature: 59 }; O._FieldConfirmationState_build_closure2.prototype = { call$0: function() { @@ -420165,7 +418508,7 @@ t4 = T.Column$(t4, C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_0, C.VerticalDirection_1); return E.AlertDialog$(H.setRuntimeTypeInfo([U.TextButton$(false, L.Text$(t1.get$close(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new O.cloneToDialog__closure3(context), _null)], t3), C.EdgeInsets_0_0_0_0, _null, t4, C.EdgeInsets_24_20_24_24, _null, _null, t2); }, - $signature: 163 + $signature: 158 }; O.cloneToDialog__closure.prototype = { call$0: function() { @@ -421959,7 +420302,7 @@ t1 = ""; this.callback.call$2(t2, t1); }, - $signature: 664 + $signature: 712 }; B.GoogleOAuth_signUp_closure.prototype = { call$1: function(value) { @@ -421972,13 +420315,13 @@ t1 = ""; this.callback.call$2(t2, t1); }, - $signature: 664 + $signature: 712 }; A.toSnakeCase_closure.prototype = { call$1: function(match) { return "_" + match.$index(0, 0).toLowerCase(); }, - $signature: 665 + $signature: 713 }; A.toCamelCase_closure.prototype = { call$1: function(word) { @@ -421990,7 +420333,7 @@ call$1: function(match) { return " " + match.$index(0, 0).toLowerCase(); }, - $signature: 665 + $signature: 713 }; A.toTitleCase_closure.prototype = { call$1: function(word) { @@ -422042,14 +420385,14 @@ t2.border = "none"; return t1; }, - $signature: 2631 + $signature: 2630 }; L.WebUtils_warnChanges_closure.prototype = { call$1: function(e) { if (this.store.get$_store$_state().hasChanges$0()) J.set$returnValue$x(type$.legacy_BeforeUnloadEvent._as(e), "Changes you made may not be saved."); }, - $signature: 2632 + $signature: 2631 }; V.AndroidAuthMessages.prototype = {}; V.IOSAuthMessages.prototype = {}; @@ -422218,7 +420561,7 @@ $parent._logger$_children.$indexSet(0, thisName, t1); return t1; }, - $signature: 2633 + $signature: 2632 }; Z._MdiIconData.prototype = {}; O.memo1__prevArg_set.prototype = { @@ -423649,7 +421992,7 @@ }); return P._asyncStartSync($async$call$0, $async$completer); }, - $signature: 2634 + $signature: 2633 }; S.PdfPageNotFoundException.prototype = { toString$0: function(_) { @@ -423710,7 +422053,7 @@ }); return P._asyncStartSync($async$call$0, $async$completer); }, - $signature: 2635 + $signature: 2634 }; V.PdfPage_close_closure.prototype = { call$0: function() { @@ -423845,7 +422188,7 @@ this.data.add$1(0, type$.List_int._as(C.FileReader_methods.get$result(this.reader))); this.completer.complete$0(0); }, - $signature: 179 + $signature: 165 }; V.Data.prototype = {}; M.NativePdfRendererPlugin.prototype = { @@ -424417,7 +422760,7 @@ }); return P._asyncStartSync($async$call$0, $async$completer); }, - $signature: 2636 + $signature: 2635 }; X._PdfViewState__changeLoadingState_closure.prototype = { call$0: function() { @@ -424436,7 +422779,7 @@ t1.toString; return t2.pageBuilder$3(t3, index, t1); }, - $signature: 2637 + $signature: 2636 }; X._PdfViewState__buildLoaded_closure0.prototype = { call$2: function(_, __) { @@ -424445,7 +422788,7 @@ t1 = T.SizedBox$(null, null, null); return t1; }, - $signature: 2638 + $signature: 2637 }; X._PdfViewState__buildLoaded_closure1.prototype = { call$1: function(index) { @@ -424453,7 +422796,7 @@ if (t1 != null) t1.call$1(index + 1); }, - $signature: 73 + $signature: 71 }; X._PdfViewState_build_closure.prototype = { call$2: function(child, animation) { @@ -424461,7 +422804,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2639 + $signature: 2638 }; X._PdfViewLoadingState.prototype = { toString$0: function(_) { @@ -424566,7 +422909,7 @@ }; }, type$.DiagnosticsNode); }, - $signature: 118 + $signature: 114 }; F.AnimationDirection.prototype = { toString$0: function(_) { @@ -425013,7 +423356,7 @@ call$1: function(child) { type$.OverflowViewParentData._as(child.parentData).offstage = null; }, - $signature: 135 + $signature: 143 }; K.RenderOverflowView_performFixedLayout_getChildOffset.prototype = { call$1: function(index) { @@ -425023,21 +423366,21 @@ else return new P.Offset(0, mainAxisOffset); }, - $signature: 2642 + $signature: 2641 }; K.RenderOverflowView_performFlexibleLayout_closure.prototype = { call$2: function(previousValue, element) { var t1 = this.$this._overflow_view$_getCrossSize$1(element); return Math.max(H.checkNum(previousValue), H.checkNum(t1)); }, - $signature: 2643 + $signature: 2642 }; K.RenderOverflowView_visitOnlyOnStageChildren_closure.prototype = { call$1: function(child) { if (type$.OverflowViewParentData._as(child.parentData).offstage === false) this.visitor.call$1(child); }, - $signature: 135 + $signature: 143 }; K.RenderOverflowView_paint_paintChild.prototype = { call$1: function(child) { @@ -425048,13 +423391,13 @@ else t1.paintChild$2(child, this.$this._box$_size.bottomRight$1(0, C.Offset_0_0)); }, - $signature: 135 + $signature: 143 }; K.RenderOverflowView_paint_defaultPaint.prototype = { call$2: function(context, offset) { this.$this.visitOnlyOnStageChildren$1(this.paintChild); }, - $signature: 86 + $signature: 88 }; K.RenderOverflowView_hitTestChildren_closure.prototype = { call$1: function(renderObject) { @@ -425064,13 +423407,13 @@ t1 = this.position; this.result.addWithPaintOffset$3$hitTest$offset$position(new K.RenderOverflowView_hitTestChildren__closure(t1, childParentData, renderObject), childParentData.offset, t1); }, - $signature: 135 + $signature: 143 }; K.RenderOverflowView_hitTestChildren__closure.prototype = { call$2: function(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 330 + $signature: 272 }; K._RenderOverflowView_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1: function(owner) { @@ -425137,7 +423480,7 @@ call$2: function(context, constraints) { return this.builder.call$2(context, constraints.value); }, - $signature: 2644 + $signature: 2643 }; K._OverflowViewElement.prototype = {}; D.MethodChannelPackageInfo.prototype = {}; @@ -425354,19 +423697,19 @@ call$1: function(part) { return part !== ""; }, - $signature: 80 + $signature: 77 }; M.Context_split_closure.prototype = { call$1: function(part) { return part.length !== 0; }, - $signature: 80 + $signature: 77 }; M._validateArgList_closure.prototype = { call$1: function(arg) { return arg == null ? "null" : '"' + arg + '"'; }, - $signature: 2645 + $signature: 2644 }; B.InternalStyle.prototype = { getRoot$1: function(path) { @@ -425857,7 +424200,7 @@ t1 = t17; return t1; }, - $signature: 266 + $signature: 304 }; M.PhotoViewGallery.prototype = { createState$0: function() { @@ -426388,7 +424731,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2647 + $signature: 2646 }; M._CenterWithOriginalSizeDelegate.prototype = { getPositionForChild$2: function(size, childSize) { @@ -426469,7 +424812,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 523 + $signature: 598 }; O.PhotoViewGestureDetector_build_closure0.prototype = { call$1: function(instance) { @@ -426477,7 +424820,7 @@ instance.onTapDown = t1.onTapDown; instance.onTapUp = t1.onTapUp; }, - $signature: 524 + $signature: 597 }; O.PhotoViewGestureDetector_build_closure1.prototype = { call$0: function() { @@ -426485,13 +424828,13 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 525 + $signature: 596 }; O.PhotoViewGestureDetector_build_closure2.prototype = { call$1: function(instance) { instance.onDoubleTap = this.$this.onDoubleTap; }, - $signature: 526 + $signature: 595 }; O.PhotoViewGestureDetector_build_closure3.prototype = { call$0: function() { @@ -426501,7 +424844,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2648 + $signature: 2647 }; O.PhotoViewGestureDetector_build_closure4.prototype = { call$1: function(instance) { @@ -426510,7 +424853,7 @@ instance.onUpdate = t1.onScaleUpdate; instance.onEnd = t1.onScaleEnd; }, - $signature: 2649 + $signature: 2648 }; O.PhotoViewGestureRecognizer.prototype = { addAllowedPointer$1: function($event) { @@ -426770,7 +425113,7 @@ var t1 = this.$this; t1.setState$1(new L._ImageWrapperState__getOrCreateListener_handleImageChunk_closure(t1, $event)); }, - $signature: 419 + $signature: 375 }; L._ImageWrapperState__getOrCreateListener_handleImageChunk_closure.prototype = { call$0: function() { @@ -426789,7 +425132,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 461 + $signature: 368 }; L._ImageWrapperState__getOrCreateListener_handleImageFrame_closure.prototype = { call$0: function() { @@ -426812,7 +425155,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2650 + $signature: 2649 }; L._ImageWrapperState__getOrCreateListener_handleError_closure.prototype = { call$0: function() { @@ -426962,7 +425305,7 @@ } return htmlElement; }, - $signature: 669 + $signature: 716 }; L.PointerInterceptor.prototype = { build$1: function(_, context) { @@ -427351,7 +425694,7 @@ t1 = t1._qrWidget$3(context, null, widgetSize); return t1; }, - $signature: 266 + $signature: 304 }; E._QrContentView.prototype = { build$1: function(_, context) { @@ -427609,14 +425952,14 @@ else throw H.wrapException(H.LateError$localAI("qrCode")); }, - $signature: 2652 + $signature: 2651 }; S.QrValidator_validate__qrCode_get.prototype = { call$0: function() { var t1 = this._box_0._qrCode0; return t1 === $ ? H.throwExpression(H.LateError$localNI("qrCode")) : t1; }, - $signature: 2653 + $signature: 2652 }; S.QrValidationResult.prototype = {}; S.QrValidationStatus.prototype = { @@ -427628,7 +425971,7 @@ call$2: function(h, i) { return A._combine0(h, J.get$hashCode$(i)); }, - $signature: 651 + $signature: 682 }; X.MiddlewareClass.prototype = {}; X.Store.prototype = { @@ -427709,1601 +426052,6 @@ }, $signature: 70 }; - X.RenderTabluarFlex.prototype = { - set$decoration: function(_, value) { - return; - }, - set$configuration: function(value) { - if (value.$eq(0, this._tabluar_flex$_configuration)) - return; - this._tabluar_flex$_configuration = value; - this.markNeedsPaint$0(); - }, - detach$0: function(_) { - this._tabluar_flex$_painter = null; - this.super$_RenderFlex_RenderBox_ContainerRenderObjectMixin$detach(0); - this.markNeedsPaint$0(); - }, - _getIntrinsicSize$3$childSize$extent$sizingDirection: function(childSize, extent, sizingDirection) { - var totalFlex, inflexibleSpace, maxFlexFractionSoFar, childParentData, flex, t2, t3, maxGrandchildCrossSize, maxCrossSize, mainSize, crossSize, tabluarFlexChild, grandchildren, i, grandchildCrossSize, spacePerFlex, _this = this, _null = null, - t1 = _this._flex$_direction, - child = _this.ContainerRenderObjectMixin__firstChild; - if (t1 === sizingDirection) { - for (t1 = type$.FlexParentData, totalFlex = 0, inflexibleSpace = 0, maxFlexFractionSoFar = 0; child != null;) { - childParentData = t1._as(child.parentData); - flex = childParentData == null ? _null : childParentData.flex; - if (flex == null) - flex = 0; - totalFlex += flex; - if (flex > 0) { - t2 = childSize.call$2(child, extent); - childParentData = t1._as(child.parentData); - t3 = childParentData == null ? _null : childParentData.flex; - maxFlexFractionSoFar = Math.max(maxFlexFractionSoFar, t2 / (t3 == null ? 0 : t3)); - } else - inflexibleSpace += childSize.call$2(child, extent); - t2 = child.parentData; - t2.toString; - child = t1._as(t2).ContainerParentDataMixin_nextSibling; - } - return maxFlexFractionSoFar * totalFlex + inflexibleSpace; - } else { - maxGrandchildCrossSize = P.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$.double); - for (t1 = type$.FlexParentData, totalFlex = 0, inflexibleSpace = 0, maxCrossSize = 0; child != null;) { - childParentData = t1._as(child.parentData); - flex = childParentData == null ? _null : childParentData.flex; - if (flex == null) - flex = 0; - totalFlex += flex; - if (flex === 0) { - switch (_this._flex$_direction) { - case C.Axis_0: - mainSize = child._computeIntrinsicDimension$3(C._IntrinsicDimension_1, 1 / 0, child.get$computeMaxIntrinsicWidth()); - crossSize = childSize.call$2(child, mainSize); - break; - case C.Axis_1: - mainSize = child._computeIntrinsicDimension$3(C._IntrinsicDimension_3, 1 / 0, child.get$computeMaxIntrinsicHeight()); - crossSize = childSize.call$2(child, mainSize); - break; - default: - throw H.wrapException(H.ReachabilityError$(string$.x60null_c)); - } - tabluarFlexChild = _this._findTabluarFlexDescendant$1(child); - if (tabluarFlexChild instanceof X.RenderTabluarFlex) { - grandchildren = tabluarFlexChild.getChildrenAsList$0(); - for (i = 0; i < grandchildren.length; ++i) { - grandchildCrossSize = childSize.call$2(grandchildren[i], mainSize); - t2 = maxGrandchildCrossSize.$index(0, i); - if (t2 == null) - t2 = 0; - maxGrandchildCrossSize.$indexSet(0, i, Math.max(t2, H.checkNum(grandchildCrossSize))); - } - } - inflexibleSpace += mainSize; - maxCrossSize = Math.max(maxCrossSize, H.checkNum(crossSize)); - } - t2 = child.parentData; - t2.toString; - child = t1._as(t2).ContainerParentDataMixin_nextSibling; - } - spacePerFlex = Math.max(0, (extent - inflexibleSpace) / totalFlex); - child = _this.ContainerRenderObjectMixin__firstChild; - for (; child != null;) { - childParentData = t1._as(child.parentData); - flex = childParentData == null ? _null : childParentData.flex; - if (flex == null) - flex = 0; - if (flex > 0) { - mainSize = spacePerFlex * flex; - tabluarFlexChild = _this._findTabluarFlexDescendant$1(child); - if (tabluarFlexChild instanceof X.RenderTabluarFlex) { - grandchildren = tabluarFlexChild.getChildrenAsList$0(); - for (i = 0; i < grandchildren.length; ++i) { - grandchildCrossSize = childSize.call$2(grandchildren[i], mainSize); - t2 = maxGrandchildCrossSize.$index(0, i); - if (t2 == null) - t2 = 0; - maxGrandchildCrossSize.$indexSet(0, i, Math.max(t2, H.checkNum(grandchildCrossSize))); - } - } - maxCrossSize = Math.max(maxCrossSize, H.checkNum(childSize.call$2(child, mainSize))); - } - t2 = child.parentData; - t2.toString; - child = t1._as(t2).ContainerParentDataMixin_nextSibling; - } - return maxGrandchildCrossSize.get$isNotEmpty(maxGrandchildCrossSize) ? Math.max(maxCrossSize, H.checkNum(maxGrandchildCrossSize.get$values(maxGrandchildCrossSize).reduce$1(0, new X.RenderTabluarFlex__getIntrinsicSize_closure()))) : maxCrossSize; - } - }, - computeMinIntrinsicWidth$1: function(height) { - return this._getIntrinsicSize$3$childSize$extent$sizingDirection(new X.RenderTabluarFlex_computeMinIntrinsicWidth_closure(), height, C.Axis_0); - }, - computeMaxIntrinsicWidth$1: function(height) { - return this._getIntrinsicSize$3$childSize$extent$sizingDirection(new X.RenderTabluarFlex_computeMaxIntrinsicWidth_closure(), height, C.Axis_0); - }, - computeMinIntrinsicHeight$1: function(width) { - return this._getIntrinsicSize$3$childSize$extent$sizingDirection(new X.RenderTabluarFlex_computeMinIntrinsicHeight_closure(), width, C.Axis_1); - }, - computeMaxIntrinsicHeight$1: function(width) { - return this._getIntrinsicSize$3$childSize$extent$sizingDirection(new X.RenderTabluarFlex_computeMaxIntrinsicHeight_closure(), width, C.Axis_1); - }, - _findTabluarFlexDescendant$1: function(child) { - var t2, curDescendant, _box_0 = {}, - t1 = _box_0.curDescendant = child, - childrenQueue = P.ListQueue$(null, type$.RenderObject); - while (true) { - t2 = t1 == null; - if (!(!t2 && !(t1 instanceof X.RenderTabluarFlex))) - break; - t1.visitChildren$1(new X.RenderTabluarFlex__findTabluarFlexDescendant_closure(_box_0, childrenQueue)); - t1 = _box_0.curDescendant; - if (!(t1 instanceof X.RenderTabluarFlex)) { - curDescendant = !childrenQueue.get$isEmpty(childrenQueue) ? childrenQueue.removeFirst$0() : null; - _box_0.curDescendant = curDescendant; - t1 = curDescendant; - } - } - return t2 ? null : type$.RenderTabluarFlex._as(t1); - }, - performLayout$0: function() { - var lastFlexChild0, lastFlexChild, totalFlex, totalChildren, crossSize, allocatedSize, childIndex, flex, innerConstraints, t6, t0, freeSpace, spacePerFlex, allocatedFlexSpace, maxBaselineDistance, childParentData, maxChildExtent, minChildExtent, childSize, distance, minCrossSize, _box_1, tabluarFlexChild, idealSize, actualSize, actualSizeDelta, remainingSpace, flipMainAxis, leadingSpace, betweenSpace, childMainPosition, t7, t8, childCrossPosition, _this = this, _null = null, - _s80_ = string$.x60null_c, - t1 = type$.BoxConstraints, - maxMainSize = _this._flex$_direction === C.Axis_0 ? t1._as(K.RenderObject.prototype.get$constraints.call(_this)).maxWidth : t1._as(K.RenderObject.prototype.get$constraints.call(_this)).maxHeight, - canFlex = maxMainSize < 1 / 0, - t2 = type$.int, - t3 = type$.double, - maxGrandchildrenCrossSize = P.LinkedHashMap_LinkedHashMap$_empty(t2, t3), - t4 = type$.RenderBox, - tabluarFlexDescendants = P.LinkedHashMap_LinkedHashMap$_empty(t4, type$.RenderTabluarFlex), - _layoutChild = new X.RenderTabluarFlex_performLayout__layoutChild(_this, maxGrandchildrenCrossSize, tabluarFlexDescendants), - t5 = _this.minMainSizesQueue, - minChildrenMainSize = !t5.get$isEmpty(t5) ? t5.get$last(t5) : P.LinkedHashMap_LinkedHashMap$_empty(t2, t3), - _innerConstraints = new X.RenderTabluarFlex_performLayout__innerConstraints(_this, minChildrenMainSize), - childrenConstraints = P.LinkedHashMap_LinkedHashMap$_empty(t4, t1), - child = _this.ContainerRenderObjectMixin__firstChild; - for (t2 = type$.FlexParentData, lastFlexChild0 = child, lastFlexChild = _null, totalFlex = 0, totalChildren = 0, crossSize = 0, allocatedSize = 0, childIndex = 0; lastFlexChild0 != null; lastFlexChild0 = child) { - t3 = lastFlexChild0.parentData; - t3.toString; - t2._as(t3); - ++totalChildren; - flex = t3.flex; - if ((flex == null ? 0 : flex) > 0) { - flex.toString; - totalFlex += flex; - lastFlexChild = lastFlexChild0; - } else { - innerConstraints = _innerConstraints.call$1(childIndex); - _layoutChild.call$2(lastFlexChild0, innerConstraints); - childrenConstraints.$indexSet(0, lastFlexChild0, innerConstraints); - t4 = _this._flex$_direction === C.Axis_0; - t5 = lastFlexChild0._box$_size; - if (t4) { - t6 = t5._dx; - t0 = t6; - t6 = t5; - t5 = t0; - } else { - t6 = t5._dy; - t0 = t6; - t6 = t5; - t5 = t0; - } - allocatedSize += t5; - crossSize = Math.max(crossSize, H.checkNum(t4 ? t6._dy : t6._dx)); - } - child = t3.ContainerParentDataMixin_nextSibling; - ++childIndex; - } - for (t3 = J.getInterceptor$asx(minChildrenMainSize); childIndex < t3.get$length(minChildrenMainSize); ++childIndex) { - ++totalChildren; - innerConstraints = _innerConstraints.call$1(childIndex); - switch (_this._flex$_direction) { - case C.Axis_0: - allocatedSize += innerConstraints.minWidth; - break; - case C.Axis_1: - allocatedSize += innerConstraints.minHeight; - break; - default: - throw H.wrapException(H.ReachabilityError$(_s80_)); - } - } - freeSpace = Math.max(0, (canFlex ? maxMainSize : 0) - allocatedSize); - t4 = totalFlex > 0; - if (t4 || _this._flex$_crossAxisAlignment === C.CrossAxisAlignment_4) { - spacePerFlex = canFlex && t4 ? freeSpace / totalFlex : 0 / 0; - child = _this.ContainerRenderObjectMixin__firstChild; - for (t4 = child, childIndex = 0, allocatedFlexSpace = 0, maxBaselineDistance = 0; t5 = t4 == null, !t5; t4 = child) { - childParentData = t2._as(t4.parentData); - flex = childParentData == null ? _null : childParentData.flex; - if (flex == null) - flex = 0; - if (flex > 0) { - if (canFlex) - maxChildExtent = t4 === lastFlexChild ? freeSpace - allocatedFlexSpace : spacePerFlex * flex; - else - maxChildExtent = 1 / 0; - if (t5) - childParentData = _null; - t5 = childParentData == null ? _null : childParentData.fit; - switch (t5 == null ? C.FlexFit_0 : t5) { - case C.FlexFit_0: - minChildExtent = maxChildExtent; - break; - case C.FlexFit_1: - minChildExtent = 0; - break; - default: - throw H.wrapException(H.ReachabilityError$(_s80_)); - } - if (_this._flex$_crossAxisAlignment === C.CrossAxisAlignment_3) - switch (_this._flex$_direction) { - case C.Axis_0: - innerConstraints = new S.BoxConstraints(minChildExtent, maxChildExtent, t1._as(K.RenderObject.prototype.get$constraints.call(_this)).maxHeight, t1._as(K.RenderObject.prototype.get$constraints.call(_this)).maxHeight); - break; - case C.Axis_1: - innerConstraints = new S.BoxConstraints(t1._as(K.RenderObject.prototype.get$constraints.call(_this)).maxWidth, t1._as(K.RenderObject.prototype.get$constraints.call(_this)).maxWidth, minChildExtent, maxChildExtent); - break; - default: - throw H.wrapException(H.ReachabilityError$(_s80_)); - } - else - switch (_this._flex$_direction) { - case C.Axis_0: - innerConstraints = new S.BoxConstraints(minChildExtent, maxChildExtent, 0, t1._as(K.RenderObject.prototype.get$constraints.call(_this)).maxHeight); - break; - case C.Axis_1: - innerConstraints = new S.BoxConstraints(0, t1._as(K.RenderObject.prototype.get$constraints.call(_this)).maxWidth, minChildExtent, maxChildExtent); - break; - default: - throw H.wrapException(H.ReachabilityError$(_s80_)); - } - if (childIndex < t3.get$length(minChildrenMainSize)) - switch (_this._flex$_direction) { - case C.Axis_0: - t5 = t3.$index(minChildrenMainSize, childIndex); - t5.toString; - innerConstraints = innerConstraints.copyWith$1$minWidth(Math.max(H.checkNum(innerConstraints.minWidth), H.checkNum(t5))); - break; - case C.Axis_1: - t5 = t3.$index(minChildrenMainSize, childIndex); - t5.toString; - innerConstraints = innerConstraints.copyWith$1$minHeight(Math.max(H.checkNum(innerConstraints.minHeight), H.checkNum(t5))); - break; - default: - throw H.wrapException(H.ReachabilityError$(_s80_)); - } - _layoutChild.call$2(t4, innerConstraints); - childrenConstraints.$indexSet(0, t4, innerConstraints); - t5 = _this._flex$_direction === C.Axis_0; - t6 = t4._box$_size; - if (t5) - childSize = t6._dx; - else - childSize = t6._dy; - allocatedSize += childSize; - allocatedFlexSpace += maxChildExtent; - crossSize = Math.max(crossSize, H.checkNum(t5 ? t6._dy : t6._dx)); - } - if (_this._flex$_crossAxisAlignment === C.CrossAxisAlignment_4) { - t5 = _this._flex$_textBaseline; - t5.toString; - distance = t4.getDistanceToBaseline$2$onlyReal(t5, true); - if (distance != null) - maxBaselineDistance = Math.max(maxBaselineDistance, distance); - } - t4 = t4.parentData; - t4.toString; - child = t2._as(t4).ContainerParentDataMixin_nextSibling; - ++childIndex; - } - } else - maxBaselineDistance = 0; - if (maxGrandchildrenCrossSize.get$isNotEmpty(maxGrandchildrenCrossSize)) { - minCrossSize = maxGrandchildrenCrossSize.get$values(maxGrandchildrenCrossSize).reduce$1(0, new X.RenderTabluarFlex_performLayout_closure()); - child = _this.ContainerRenderObjectMixin__firstChild; - for (t3 = child; t3 != null; t3 = child) { - _box_1 = {}; - t4 = childrenConstraints.$index(0, t3); - t4.toString; - switch (_this._flex$_direction) { - case C.Axis_0: - innerConstraints = t4.copyWith$1$minHeight(Math.max(H.checkNum(t4.minHeight), H.checkNum(minCrossSize))); - break; - case C.Axis_1: - innerConstraints = t4.copyWith$1$minWidth(Math.max(H.checkNum(t4.minWidth), H.checkNum(minCrossSize))); - break; - default: - throw H.wrapException(H.ReachabilityError$(_s80_)); - } - if (tabluarFlexDescendants.containsKey$1(0, t3)) { - _box_1.callbackCalled = false; - tabluarFlexChild = tabluarFlexDescendants.$index(0, t3); - t4 = tabluarFlexChild.layoutCallbackQueue; - t4._add$1(0, new X.RenderTabluarFlex_performLayout__childLayoutCallback(_box_1)); - t5 = tabluarFlexChild.minMainSizesQueue; - t5._add$1(0, maxGrandchildrenCrossSize); - tabluarFlexChild.layout$2$parentUsesSize(0, innerConstraints, true); - t3.layout$2$parentUsesSize(0, innerConstraints, true); - if (!_box_1.callbackCalled) - tabluarFlexChild.layout$2$parentUsesSize(0, innerConstraints, true); - t5.removeLast$0(0); - t4.removeLast$0(0); - } else - t3.layout$2$parentUsesSize(0, innerConstraints, true); - t4 = _this._flex$_direction; - t5 = t3._box$_size; - crossSize = Math.max(crossSize, H.checkNum(t4 === C.Axis_0 ? t5._dy : t5._dx)); - t3 = t3.parentData; - t3.toString; - child = t2._as(t3).ContainerParentDataMixin_nextSibling; - } - } - idealSize = canFlex && _this._mainAxisSize === C.MainAxisSize_1 ? maxMainSize : allocatedSize; - switch (_this._flex$_direction) { - case C.Axis_0: - t1 = _this._box$_size = t1._as(K.RenderObject.prototype.get$constraints.call(_this)).constrain$1(new P.Size(idealSize, crossSize)); - actualSize = t1._dx; - crossSize = t1._dy; - break; - case C.Axis_1: - t1 = _this._box$_size = t1._as(K.RenderObject.prototype.get$constraints.call(_this)).constrain$1(new P.Size(crossSize, idealSize)); - actualSize = t1._dy; - crossSize = t1._dx; - break; - default: - throw H.wrapException(H.ReachabilityError$(_s80_)); - } - actualSizeDelta = actualSize - allocatedSize; - _this._tabluar_flex$_overflow = Math.max(0, -actualSizeDelta); - remainingSpace = Math.max(0, actualSizeDelta); - t1 = _this._flex$_direction; - t3 = _this._flex$_textDirection; - t4 = _this._flex$_verticalDirection; - if (t1 === C.Axis_0) - t3 = t3 == null ? _null : t3 === C.TextDirection_1; - else - t3 = t4 === C.VerticalDirection_1; - flipMainAxis = t3 === false; - switch (_this._mainAxisAlignment) { - case C.MainAxisAlignment_0: - leadingSpace = 0; - betweenSpace = 0; - break; - case C.MainAxisAlignment_1: - leadingSpace = remainingSpace; - betweenSpace = 0; - break; - case C.MainAxisAlignment_2: - leadingSpace = remainingSpace / 2; - betweenSpace = 0; - break; - case C.MainAxisAlignment_3: - betweenSpace = totalChildren > 1 ? remainingSpace / (totalChildren - 1) : 0; - leadingSpace = 0; - break; - case C.MainAxisAlignment_4: - betweenSpace = totalChildren > 0 ? remainingSpace / totalChildren : 0; - leadingSpace = betweenSpace / 2; - break; - case C.MainAxisAlignment_5: - betweenSpace = totalChildren > 0 ? remainingSpace / (totalChildren + 1) : 0; - leadingSpace = betweenSpace; - break; - default: - throw H.wrapException(H.ReachabilityError$(_s80_)); - } - childMainPosition = flipMainAxis ? actualSize - leadingSpace : leadingSpace; - child = _this.ContainerRenderObjectMixin__firstChild; - for (t3 = child; t3 != null; t3 = child) { - t4 = t3.parentData; - t4.toString; - t2._as(t4); - t5 = _this._flex$_crossAxisAlignment; - switch (t5) { - case C.CrossAxisAlignment_0: - case C.CrossAxisAlignment_1: - t6 = G.flipAxis(t1); - t7 = _this._flex$_textDirection; - t8 = _this._flex$_verticalDirection; - if (t6 === C.Axis_0) - t6 = t7 == null ? _null : t7 === C.TextDirection_1; - else - t6 = t8 === C.VerticalDirection_1; - if (t6 === (t5 === C.CrossAxisAlignment_0)) - childCrossPosition = 0; - else { - t5 = t3._box$_size; - childCrossPosition = crossSize - (t1 === C.Axis_0 ? t5._dy : t5._dx); - } - break; - case C.CrossAxisAlignment_2: - t5 = t3._box$_size; - t1 = t1 === C.Axis_0 ? t5._dy : t5._dx; - childCrossPosition = crossSize / 2 - t1 / 2; - break; - case C.CrossAxisAlignment_3: - childCrossPosition = 0; - break; - case C.CrossAxisAlignment_4: - if (t1 === C.Axis_0) { - t1 = _this._flex$_textBaseline; - t1.toString; - distance = t3.getDistanceToBaseline$2$onlyReal(t1, true); - childCrossPosition = distance != null ? maxBaselineDistance - distance : 0; - } else - childCrossPosition = 0; - break; - default: - throw H.wrapException(H.ReachabilityError$(_s80_)); - } - if (flipMainAxis) { - t1 = _this._flex$_direction; - t5 = t3._box$_size; - childMainPosition -= t1 === C.Axis_0 ? t5._dx : t5._dy; - } - t1 = _this._flex$_direction; - switch (t1) { - case C.Axis_0: - t4.offset = new P.Offset(childMainPosition, childCrossPosition); - break; - case C.Axis_1: - t4.offset = new P.Offset(childCrossPosition, childMainPosition); - break; - default: - throw H.wrapException(H.ReachabilityError$(_s80_)); - } - if (flipMainAxis) - childMainPosition -= betweenSpace; - else { - t3 = t3._box$_size; - childMainPosition += (t1 === C.Axis_0 ? t3._dx : t3._dy) + betweenSpace; - } - child = t4.ContainerParentDataMixin_nextSibling; - } - t1 = _this._maxGrandchildrenCrossSize; - t1.clear$0(0); - t1.addAll$1(0, maxGrandchildrenCrossSize); - t1 = _this.layoutCallbackQueue; - if (!t1.get$isEmpty(t1)) - t1.forEach$1(0, new X.RenderTabluarFlex_performLayout_closure0(_this)); - }, - paint$2: function(context, offset) { - var t1, t2, _this = this; - if (!(_this._tabluar_flex$_overflow > 0)) { - _this.defaultPaint$2(context, offset); - return; - } - t1 = _this._box$_size; - if (t1.get$isEmpty(t1)) - return; - t1 = _this.get$_needsCompositing(); - t2 = _this._box$_size; - context.pushClipRect$4(t1, offset, new P.Rect(0, 0, 0 + t2._dx, 0 + t2._dy), _this.get$defaultPaint()); - }, - describeApproximatePaintClip$1: function(child) { - var t1; - if (this._tabluar_flex$_overflow > 0) { - t1 = this._box$_size; - t1 = new P.Rect(0, 0, 0 + t1._dx, 0 + t1._dy); - } else - t1 = null; - return t1; - }, - toStringShort$0: function() { - var header = this.super$RenderFlex$toStringShort(); - return this._tabluar_flex$_overflow > 0 ? header + " OVERFLOWING" : header; - } - }; - X.RenderTabluarFlex__getIntrinsicSize_closure.prototype = { - call$2: function(value, element) { - return value + element; - }, - $signature: 189 - }; - X.RenderTabluarFlex_computeMinIntrinsicWidth_closure.prototype = { - call$2: function(child, extent) { - return child._computeIntrinsicDimension$3(C._IntrinsicDimension_0, extent, child.get$computeMinIntrinsicWidth()); - }, - $signature: 112 - }; - X.RenderTabluarFlex_computeMaxIntrinsicWidth_closure.prototype = { - call$2: function(child, extent) { - return child._computeIntrinsicDimension$3(C._IntrinsicDimension_1, extent, child.get$computeMaxIntrinsicWidth()); - }, - $signature: 112 - }; - X.RenderTabluarFlex_computeMinIntrinsicHeight_closure.prototype = { - call$2: function(child, extent) { - return child._computeIntrinsicDimension$3(C._IntrinsicDimension_2, extent, child.get$computeMinIntrinsicHeight()); - }, - $signature: 112 - }; - X.RenderTabluarFlex_computeMaxIntrinsicHeight_closure.prototype = { - call$2: function(child, extent) { - return child._computeIntrinsicDimension$3(C._IntrinsicDimension_3, extent, child.get$computeMaxIntrinsicHeight()); - }, - $signature: 112 - }; - X.RenderTabluarFlex__findTabluarFlexDescendant_closure.prototype = { - call$1: function(renderObject) { - var t1 = this._box_0; - if (!(t1.curDescendant instanceof X.RenderTabluarFlex)) - if (renderObject instanceof X.RenderTabluarFlex) - t1.curDescendant = renderObject; - else - this.childrenQueue._add$1(0, renderObject); - }, - $signature: 135 - }; - X.RenderTabluarFlex_performLayout__layoutChild.prototype = { - call$2: function(child, constraints) { - var t3, t1 = {}, - t2 = this.$this, - tabluarFlexChild = t2._findTabluarFlexDescendant$1(child); - if (tabluarFlexChild != null) { - t1.callbackCalled = false; - this.tabluarFlexDescendants.$indexSet(0, child, tabluarFlexChild); - t3 = tabluarFlexChild.layoutCallbackQueue; - t3._add$1(0, new X.RenderTabluarFlex_performLayout__layoutChild__childLayoutCallback(t1, t2, tabluarFlexChild, this.maxGrandchildrenCrossSize)); - child.layout$2$parentUsesSize(0, constraints, true); - if (!t1.callbackCalled) - tabluarFlexChild.layout$2$parentUsesSize(0, constraints, true); - t3.removeLast$0(0); - } else - child.layout$2$parentUsesSize(0, constraints, true); - }, - $signature: 2655 - }; - X.RenderTabluarFlex_performLayout__layoutChild__childLayoutCallback.prototype = { - call$1: function(constraints) { - var t1, t2, i, t3, t4, grandchildCrossSize, _this = this, - grandchildren = _this.tabluarFlexChild.getChildrenAsList$0(); - for (t1 = _this.maxGrandchildrenCrossSize, t2 = _this.$this, i = 0; i < grandchildren.length; ++i) { - t3 = grandchildren[i]; - t4 = t2._flex$_direction; - t3 = t3._box$_size; - grandchildCrossSize = t4 === C.Axis_0 ? t3._dy : t3._dx; - t3 = t1.$index(0, i); - t1.$indexSet(0, i, Math.max(H.checkNum(t3 == null ? 0 : t3), H.checkNum(grandchildCrossSize))); - } - _this._box_0.callbackCalled = true; - }, - $signature: 672 - }; - X.RenderTabluarFlex_performLayout__innerConstraints.prototype = { - call$1: function(childIndex) { - var t2, innerConstraints, t3, - _s80_ = string$.x60null_c, - t1 = this.$this; - if (t1._flex$_crossAxisAlignment === C.CrossAxisAlignment_3) - switch (t1._flex$_direction) { - case C.Axis_0: - t2 = type$.BoxConstraints; - innerConstraints = new S.BoxConstraints(0, 1 / 0, t2._as(K.RenderObject.prototype.get$constraints.call(t1)).maxHeight, t2._as(K.RenderObject.prototype.get$constraints.call(t1)).maxHeight); - break; - case C.Axis_1: - t2 = type$.BoxConstraints; - innerConstraints = new S.BoxConstraints(t2._as(K.RenderObject.prototype.get$constraints.call(t1)).maxWidth, t2._as(K.RenderObject.prototype.get$constraints.call(t1)).maxWidth, 0, 1 / 0); - break; - default: - throw H.wrapException(H.ReachabilityError$(_s80_)); - } - else - switch (t1._flex$_direction) { - case C.Axis_0: - innerConstraints = new S.BoxConstraints(0, 1 / 0, 0, type$.BoxConstraints._as(K.RenderObject.prototype.get$constraints.call(t1)).maxHeight); - break; - case C.Axis_1: - innerConstraints = new S.BoxConstraints(0, type$.BoxConstraints._as(K.RenderObject.prototype.get$constraints.call(t1)).maxWidth, 0, 1 / 0); - break; - default: - throw H.wrapException(H.ReachabilityError$(_s80_)); - } - t2 = this.minChildrenMainSize; - t3 = J.getInterceptor$asx(t2); - if (childIndex < t3.get$length(t2)) - switch (t1._flex$_direction) { - case C.Axis_0: - t1 = t3.$index(t2, childIndex); - t1.toString; - innerConstraints = innerConstraints.copyWith$1$minWidth(Math.max(H.checkNum(innerConstraints.minWidth), H.checkNum(t1))); - break; - case C.Axis_1: - t1 = t3.$index(t2, childIndex); - t1.toString; - innerConstraints = innerConstraints.copyWith$1$minHeight(Math.max(H.checkNum(innerConstraints.minHeight), H.checkNum(t1))); - break; - default: - throw H.wrapException(H.ReachabilityError$(_s80_)); - } - return innerConstraints; - }, - $signature: 2657 - }; - X.RenderTabluarFlex_performLayout_closure.prototype = { - call$2: function(value, element) { - return value + element; - }, - $signature: 189 - }; - X.RenderTabluarFlex_performLayout__childLayoutCallback.prototype = { - call$1: function(constraints) { - this._box_1.callbackCalled = true; - }, - $signature: 672 - }; - X.RenderTabluarFlex_performLayout_closure0.prototype = { - call$1: function(callback) { - this.$this.invokeLayoutCallback$1$1(callback, type$.BoxConstraints); - }, - $signature: 2658 - }; - K.RenderSizeTransitionWithIntrinsicSize.prototype = { - computeMinIntrinsicWidth$1: function(height) { - var childWidth, - child = this.RenderObjectWithChildMixin__child; - if (child != null) { - childWidth = child._computeIntrinsicDimension$3(C._IntrinsicDimension_0, height, child.get$computeMinIntrinsicWidth()); - return this.axis === C.Axis_0 ? childWidth * this.sizeFactor.get$_animation_controller$_value() : childWidth; - } - return 0; - }, - computeMaxIntrinsicWidth$1: function(height) { - var childWidth, - child = this.RenderObjectWithChildMixin__child; - if (child != null) { - childWidth = child._computeIntrinsicDimension$3(C._IntrinsicDimension_1, height, child.get$computeMaxIntrinsicWidth()); - return this.axis === C.Axis_0 ? childWidth * this.sizeFactor.get$_animation_controller$_value() : childWidth; - } - return 0; - }, - computeMinIntrinsicHeight$1: function(width) { - var childHeight, - child = this.RenderObjectWithChildMixin__child; - if (child != null) { - childHeight = child._computeIntrinsicDimension$3(C._IntrinsicDimension_2, width, child.get$computeMinIntrinsicHeight()); - return this.axis === C.Axis_1 ? childHeight * this.sizeFactor.get$_animation_controller$_value() : childHeight; - } - return 0; - }, - computeMaxIntrinsicHeight$1: function(width) { - var childHeight, - child = this.RenderObjectWithChildMixin__child; - if (child != null) { - childHeight = child._computeIntrinsicDimension$3(C._IntrinsicDimension_3, width, child.get$computeMaxIntrinsicHeight()); - return this.axis === C.Axis_1 ? childHeight * this.sizeFactor.get$_animation_controller$_value() : childHeight; - } - return 0; - } - }; - V.PassthroughOverlayEntry.prototype = { - remove$0: function(_) { - var t2, _this = this, - t1 = _this._passthrough_overlay$_overlay; - t1.toString; - _this._passthrough_overlay$_overlay = null; - t2 = $.SchedulerBinding__instance; - if (t2.SchedulerBinding__schedulerPhase === C.SchedulerPhase_3) - t2.SchedulerBinding__postFrameCallbacks.push(new V.PassthroughOverlayEntry_remove_closure(_this, t1)); - else - t1._passthrough_overlay$_remove$1(0, _this); - }, - toString$0: function(_) { - return "#" + Y.shortHash(this) + "(opaque: false; maintainState: false)"; - } - }; - V.PassthroughOverlayEntry_remove_closure.prototype = { - call$1: function(duration) { - this.overlay._passthrough_overlay$_remove$1(0, this.$this); - }, - $signature: 27 - }; - V._OverlayEntry.prototype = { - createState$0: function() { - return new V._OverlayEntryState(C._StateLifecycle_0); - } - }; - V._OverlayEntryState.prototype = { - build$1: function(_, context) { - return this._widget.entry.builder.call$1(context); - } - }; - V.PassthroughOverlay.prototype = { - createState$0: function() { - return new V.PassthroughOverlayState(H.setRuntimeTypeInfo([], type$.JSArray_PassthroughOverlayEntry), null, C._StateLifecycle_0); - } - }; - V.PassthroughOverlayState.prototype = { - initState$0: function() { - this.super$State$initState(); - this.insertAll$1(0, this._widget.initialEntries); - }, - insertAll$1: function(_, entries) { - var _i; - for (_i = 0; _i < 1; ++_i) - entries[_i]._passthrough_overlay$_overlay = this; - this.setState$1(new V.PassthroughOverlayState_insertAll_closure(this, null, entries)); - }, - _passthrough_overlay$_remove$1: function(_, entry) { - if (this._framework$_element != null) { - C.JSArray_methods.remove$1(this._passthrough_overlay$_entries, entry); - this.setState$1(new V.PassthroughOverlayState__remove_closure()); - } - }, - build$1: function(_, context) { - var i, onstage, entry, - t1 = type$.JSArray_Widget, - onstageChildren = H.setRuntimeTypeInfo([], t1), - offstageChildren = H.setRuntimeTypeInfo([], t1); - for (t1 = this._passthrough_overlay$_entries, i = t1.length - 1, onstage = true; i >= 0; --i) { - entry = t1[i]; - if (onstage) { - onstageChildren.push(new V._OverlayEntry(entry, entry._passthrough_overlay$_key)); - onstage = true; - } else - entry.toString; - } - t1 = type$.ReversedListIterable_Widget; - return new V._Theatre0(T.Stack$(C.AlignmentDirectional_m1_m1, P.List_List$of(new H.ReversedListIterable(onstageChildren, t1), false, t1._eval$1("ListIterable.E")), C.Clip_1, C.StackFit_2, null, null), offstageChildren, null); - } - }; - V.PassthroughOverlayState_insertAll_closure.prototype = { - call$0: function() { - var t1 = this.$this._passthrough_overlay$_entries, - index = t1.length; - C.JSArray_methods.insertAll$2(t1, index, this.entries); - }, - $signature: 0 - }; - V.PassthroughOverlayState__remove_closure.prototype = { - call$0: function() { - }, - $signature: 0 - }; - V._Theatre0.prototype = { - createElement$0: function(_) { - var t1 = type$.Element_2, - t2 = P.HashSet_HashSet(t1), - t3 = ($.Element__nextHashCode + 1) % 16777215; - $.Element__nextHashCode = t3; - return new V._TheatreElement0(t2, t3, this, C._ElementLifecycle_0, P.HashSet_HashSet(t1)); - }, - createRenderObject$1: function(context) { - var t1 = new V._RenderTheatre0(0, null, null, null); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; - return t1; - } - }; - V._TheatreElement0.prototype = { - get$widget: function() { - return type$._Theatre_2._as(N.RenderObjectElement.prototype.get$widget.call(this)); - }, - get$renderObject: function() { - return type$._RenderTheatre_2._as(N.RenderObjectElement.prototype.get$renderObject.call(this)); - }, - get$_passthrough_overlay$_offstage: function() { - var t1 = this.___TheatreElement__offstage; - return t1 === $ ? H.throwExpression(H.LateError$fieldNI("_offstage")) : t1; - }, - insertRenderObjectChild$2: function(child, slot) { - var t2, - t1 = type$._RenderTheatre_2; - if (J.$eq$(slot, $.$get$_TheatreElement__onstageSlot())) - t1._as(N.RenderObjectElement.prototype.get$renderObject.call(this)).set$child(type$.nullable_RenderStack._as(child)); - else { - t1 = t1._as(N.RenderObjectElement.prototype.get$renderObject.call(this)); - t2 = slot == null ? null : slot.get$renderObject(); - t1.adoptChild$1(child); - t1._insertIntoChildList$2$after(child, t2); - } - }, - moveRenderObjectChild$3: function(child, oldSlot, slot) { - var t1, t2, _this = this; - if (J.$eq$(slot, $.$get$_TheatreElement__onstageSlot())) { - t1 = type$._RenderTheatre_2; - t2 = t1._as(N.RenderObjectElement.prototype.get$renderObject.call(_this)); - t2._removeFromChildList$1(child); - t2.dropChild$1(child); - t1._as(N.RenderObjectElement.prototype.get$renderObject.call(_this)).set$child(type$.nullable_RenderStack._as(child)); - } else { - t1 = type$._RenderTheatre_2; - if (t1._as(N.RenderObjectElement.prototype.get$renderObject.call(_this)).RenderObjectWithChildMixin__child == child) { - t1._as(N.RenderObjectElement.prototype.get$renderObject.call(_this)).set$child(null); - t1 = t1._as(N.RenderObjectElement.prototype.get$renderObject.call(_this)); - t2 = slot == null ? null : slot.get$renderObject(); - t1.adoptChild$1(child); - t1._insertIntoChildList$2$after(child, t2); - } else { - t1 = t1._as(N.RenderObjectElement.prototype.get$renderObject.call(_this)); - t1.move$2$after(child, slot == null ? null : slot.get$renderObject()); - } - } - }, - removeRenderObjectChild$2: function(child, slot) { - var t1 = type$._RenderTheatre_2; - if (t1._as(N.RenderObjectElement.prototype.get$renderObject.call(this)).RenderObjectWithChildMixin__child == child) - t1._as(N.RenderObjectElement.prototype.get$renderObject.call(this)).set$child(null); - else { - t1 = t1._as(N.RenderObjectElement.prototype.get$renderObject.call(this)); - t1._removeFromChildList$1(child); - t1.dropChild$1(child); - } - }, - visitChildren$1: function(visitor) { - var t2, t3, - t1 = this._onstage; - if (t1 != null) - visitor.call$1(t1); - for (t1 = J.get$iterator$ax(this.get$_passthrough_overlay$_offstage()), t2 = this._forgottenOffstageChildren; t1.moveNext$0();) { - t3 = t1.get$current(t1); - if (!t2.contains$1(0, t3)) - visitor.call$1(t3); - } - }, - forgetChild$1: function(child) { - var _this = this; - if (child.$eq(0, _this._onstage)) - _this._onstage = null; - else - _this._forgottenOffstageChildren.add$1(0, child); - _this.super$Element$forgetChild(child); - }, - mount$2: function($parent, newSlot) { - var t1, previousChild, i, t2, newChild, _this = this, - _s9_ = "_offstage"; - _this.super$RenderObjectElement$mount($parent, newSlot); - t1 = type$._Theatre_2; - _this._onstage = _this.updateChild$3(_this._onstage, t1._as(N.RenderObjectElement.prototype.get$widget.call(_this)).onstage, $.$get$_TheatreElement__onstageSlot()); - _this.___TheatreElement__offstage = H.setRuntimeTypeInfo([], type$.JSArray_Element_2); - previousChild = null; - i = 0; - while (true) { - t2 = _this.___TheatreElement__offstage; - if (!(i < J.get$length$asx(t2 === $ ? H.throwExpression(H.LateError$fieldNI(_s9_)) : t2))) - break; - newChild = _this.inflateWidget$2(t1._as(N.RenderObjectElement.prototype.get$widget.call(_this)).offstage[i], previousChild); - t2 = _this.___TheatreElement__offstage; - J.$indexSet$ax(t2 === $ ? H.throwExpression(H.LateError$fieldNI(_s9_)) : t2, i, newChild); - ++i; - previousChild = newChild; - } - }, - update$1: function(_, newWidget) { - var t1, t2, _this = this; - _this.super$RenderObjectElement$update(0, newWidget); - t1 = type$._Theatre_2; - _this._onstage = _this.updateChild$3(_this._onstage, t1._as(N.RenderObjectElement.prototype.get$widget.call(_this)).onstage, $.$get$_TheatreElement__onstageSlot()); - t2 = _this._forgottenOffstageChildren; - _this.___TheatreElement__offstage = _this.updateChildren$3$forgottenChildren(_this.get$_passthrough_overlay$_offstage(), t1._as(N.RenderObjectElement.prototype.get$widget.call(_this)).offstage, t2); - t2.clear$0(0); - } - }; - V._RenderTheatre0.prototype = { - setupParentData$1: function(child) { - if (!(child.parentData instanceof K.StackParentData)) - child.parentData = new K.StackParentData(null, null, C.Offset_0_0); - }, - redepthChildren$0: function() { - var t1 = this.RenderObjectWithChildMixin__child; - if (t1 != null) - this.redepthChild$1(t1); - this.super$ContainerRenderObjectMixin$redepthChildren(); - }, - visitChildren$1: function(visitor) { - var t1 = this.RenderObjectWithChildMixin__child; - if (t1 != null) - visitor.call$1(t1); - this.super$ContainerRenderObjectMixin$visitChildren(visitor); - }, - debugDescribeChildren$0: function() { - var child, count, t2, - children = H.setRuntimeTypeInfo([], type$.JSArray_DiagnosticsNode), - t1 = this.RenderObjectWithChildMixin__child; - if (t1 != null) - children.push(Y.DiagnosticableTreeNode$("onstage", null, t1)); - child = this.ContainerRenderObjectMixin__firstChild; - if (child != null) - for (t1 = type$.StackParentData, count = 1; true; child = t2) { - children.push(new Y.DiagnosticableTreeNode(child, "offstage " + count, true, true, null, C.DiagnosticsTreeStyle_2)); - if (child === this.ContainerRenderObjectMixin__lastChild) - break; - t2 = child.parentData; - t2.toString; - t2 = t1._as(t2).ContainerParentDataMixin_nextSibling; - t2.toString; - ++count; - } - else - children.push(Y.DiagnosticsNode_DiagnosticsNode$message("no offstage children", true, C.DiagnosticsTreeStyle_2)); - return children; - }, - visitChildrenForSemantics$1: function(visitor) { - var t1 = this.RenderObjectWithChildMixin__child; - if (t1 != null) - visitor.call$1(t1); - } - }; - V._PassthroughOverlayState_State_TickerProviderStateMixin.prototype = { - dispose$0: function(_) { - this.super$State$dispose(0); - }, - didChangeDependencies$0: function() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !U.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; - if (t1 != null) - for (t1 = P._LinkedHashSetIterator$(t1, t1._collection$_modifications, H._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); - } - }; - V.__RenderTheatre_RenderBox_RenderObjectWithChildMixin.prototype = { - attach$1: function(owner) { - var t1; - this.super$RenderObject$attach(owner); - t1 = this.RenderObjectWithChildMixin__child; - if (t1 != null) - t1.attach$1(owner); - }, - detach$0: function(_) { - var t1; - this.super$AbstractNode$detach(0); - t1 = this.RenderObjectWithChildMixin__child; - if (t1 != null) - t1.detach$0(0); - } - }; - V.__RenderTheatre_RenderBox_RenderObjectWithChildMixin_RenderProxyBoxMixin.prototype = { - computeDistanceToActualBaseline$1: function(baseline) { - var t1 = this.RenderObjectWithChildMixin__child; - if (t1 != null) - return t1.getDistanceToActualBaseline$1(baseline); - return this.super$RenderBox$computeDistanceToActualBaseline(baseline); - } - }; - V.__RenderTheatre_RenderBox_RenderObjectWithChildMixin_RenderProxyBoxMixin_ContainerRenderObjectMixin.prototype = { - attach$1: function(owner) { - var child, t1, t2; - this.super$__RenderTheatre_RenderBox_RenderObjectWithChildMixin$attach(owner); - child = this.ContainerRenderObjectMixin__firstChild; - for (t1 = type$.StackParentData; child != null;) { - child.attach$1(owner); - t2 = child.parentData; - t2.toString; - child = t1._as(t2).ContainerParentDataMixin_nextSibling; - } - }, - detach$0: function(_) { - var child, t1, t2; - this.super$__RenderTheatre_RenderBox_RenderObjectWithChildMixin$detach(0); - child = this.ContainerRenderObjectMixin__firstChild; - for (t1 = type$.StackParentData; child != null;) { - child.detach$0(0); - t2 = child.parentData; - t2.toString; - child = t1._as(t2).ContainerParentDataMixin_nextSibling; - } - } - }; - A.ReorderableFlex.prototype = { - createState$0: function() { - return new A._ReorderableFlexState(new N.LabeledGlobalKey(C.Type_ReorderableFlex_A4E.toString$0(0) + " overlay key", type$.LabeledGlobalKey_State_StatefulWidget), C._StateLifecycle_0); - } - }; - A._ReorderableFlexState.prototype = { - initState$0: function() { - this.super$State$initState(); - this.___ReorderableFlexState__listOverlayEntry = new V.PassthroughOverlayEntry(new A._ReorderableFlexState_initState_closure(this), false, new N.LabeledGlobalKey(null, type$.LabeledGlobalKey__OverlayEntryState)); - }, - build$1: function(_, context) { - var t1 = this.___ReorderableFlexState__listOverlayEntry; - t1 = H.setRuntimeTypeInfo([t1 === $ ? H.throwExpression(H.LateError$fieldNI("_listOverlayEntry")) : t1], type$.JSArray_PassthroughOverlayEntry); - this._widget.toString; - t1 = E.PrimaryScrollController$none(new V.PassthroughOverlay(t1, this._reorderable_flex$_overlayKey)); - return t1; - } - }; - A._ReorderableFlexState_initState_closure.prototype = { - call$1: function(context) { - var t1 = this.$this._widget, - t2 = t1.header, - t3 = t1.footer, - t4 = t1.children, - t5 = t1.direction, - t6 = t1.onReorder, - t7 = t1.onNoReorder, - t8 = t1.buildItemsContainer; - t1 = t1.buildDraggableFeedback; - return new A._ReorderableFlexContent(t2, t3, t4, t5, C.Axis_1, t6, t7, t8, t1, null, null, C.MainAxisAlignment_0, true, 0.2, C.Duration_200000, C.Duration_200000, null); - }, - $signature: 2659 - }; - A._ReorderableFlexContent.prototype = { - createState$0: function() { - return new A._ReorderableFlexContentState(new P.Size(0, 0), null, C._StateLifecycle_0); - }, - onReorder$2: function(arg0, arg1) { - return this.onReorder.call$2(arg0, arg1); - } - }; - A._ReorderableFlexContentState.prototype = { - get$_reorderAnimationDuration: function() { - var t1 = this.___ReorderableFlexContentState__reorderAnimationDuration; - return t1 === $ ? H.throwExpression(H.LateError$fieldNI("_reorderAnimationDuration")) : t1; - }, - get$_reorderable_flex$_scrollController: function() { - var t1 = this.___ReorderableFlexContentState__scrollController; - return t1 === $ ? H.throwExpression(H.LateError$fieldNI("_scrollController")) : t1; - }, - get$_entranceController: function() { - var t1 = this.___ReorderableFlexContentState__entranceController; - return t1 === $ ? H.throwExpression(H.LateError$fieldNI("_entranceController")) : t1; - }, - get$_ghostController: function() { - var t1 = this.___ReorderableFlexContentState__ghostController; - return t1 === $ ? H.throwExpression(H.LateError$fieldNI("_ghostController")) : t1; - }, - get$_dropAreaSize: function() { - var t1 = this._draggingFeedbackSize; - if (t1 == null) - return new P.Size(0, 0); - return t1.$add(0, new P.Offset(0, 0)); - }, - initState$0: function() { - var t1, _this = this, _null = null; - _this.super$State$initState(); - t1 = _this._widget; - _this.___ReorderableFlexContentState__reorderAnimationDuration = t1.reorderAnimationDuration; - _this.___ReorderableFlexContentState__scrollAnimationDuration = t1.scrollAnimationDuration; - _this.___ReorderableFlexContentState__entranceController = G.AnimationController$(_null, _this.get$_reorderAnimationDuration(), 0, _null, 1, 1, _this); - _this.___ReorderableFlexContentState__ghostController = G.AnimationController$(_null, _this.get$_reorderAnimationDuration(), 0, _null, 1, 0, _this); - _this.get$_entranceController().addStatusListener$1(_this.get$_onEntranceStatusChanged()); - }, - didChangeDependencies$0: function() { - var t1, t2, _this = this; - if (_this._attachedScrollPosition != null) { - t1 = _this.get$_reorderable_flex$_scrollController(); - t2 = _this._attachedScrollPosition; - t2.toString; - t1.detach$1(0, t2); - _this._attachedScrollPosition = null; - } - _this._widget.toString; - t1 = _this._framework$_element; - t1.toString; - t1 = E.PrimaryScrollController_of(t1); - _this.___ReorderableFlexContentState__scrollController = t1 == null ? F.ScrollController$(null, 0) : t1; - if (_this.get$_reorderable_flex$_scrollController()._positions.length !== 0) { - t1 = _this._framework$_element; - t1.toString; - t1 = F.Scrollable_of(t1); - if (t1 == null) - t1 = null; - else { - t1 = t1._scrollable$_position; - t1.toString; - } - t1 = _this._attachedScrollPosition = t1; - } else - t1 = _this._attachedScrollPosition = null; - if (t1 != null) { - t1 = _this.get$_reorderable_flex$_scrollController(); - t2 = _this._attachedScrollPosition; - t2.toString; - t1.attach$1(t2); - } - _this.super$__ReorderableFlexContentState_State_TickerProviderStateMixin$didChangeDependencies(); - }, - dispose$0: function(_) { - var t1, t2, _this = this; - if (_this._attachedScrollPosition != null) { - t1 = _this.get$_reorderable_flex$_scrollController(); - t2 = _this._attachedScrollPosition; - t2.toString; - t1.detach$1(0, t2); - _this._attachedScrollPosition = null; - } - _this.get$_entranceController().dispose$0(0); - _this.get$_ghostController().dispose$0(0); - _this.super$__ReorderableFlexContentState_State_TickerProviderStateMixin$dispose(0); - }, - _requestAnimationToNextIndex$1$isAcceptingNewTarget: function(isAcceptingNewTarget) { - var _this = this, - t1 = _this.get$_entranceController(); - if (t1.get$status(t1) === C.AnimationStatus_3) { - t1 = _this._reorderable_flex$_currentIndex; - _this._ghostIndex = t1; - if (!isAcceptingNewTarget && _this._reorderable_flex$_nextIndex === t1) - return; - _this._reorderable_flex$_currentIndex = _this._reorderable_flex$_nextIndex; - _this.get$_ghostController().reverse$1$from(0, 1); - _this.get$_entranceController().forward$1$from(0, 0); - } - }, - _requestAnimationToNextIndex$0: function() { - return this._requestAnimationToNextIndex$1$isAcceptingNewTarget(false); - }, - _onEntranceStatusChanged$1: function($status) { - if ($status === C.AnimationStatus_3) - this.setState$1(new A._ReorderableFlexContentState__onEntranceStatusChanged_closure(this)); - }, - _scrollTo$1: function(context) { - var t1, t2, margin, t3, t4, topOffset, bottomOffset, _this = this; - if (_this._scrolling) - return; - t1 = context.get$renderObject(); - t1.toString; - t2 = Q.RenderAbstractViewport_of(t1); - t2.toString; - margin = _this._widget.direction === C.Axis_0 ? _this.get$_dropAreaSize()._dx : _this.get$_dropAreaSize()._dy; - if (_this.get$_reorderable_flex$_scrollController()._positions.length !== 0) { - t3 = C.JSArray_methods.get$single(_this.get$_reorderable_flex$_scrollController()._positions)._pixels; - t3.toString; - t4 = C.JSArray_methods.get$single(_this.get$_reorderable_flex$_scrollController()._positions)._minScrollExtent; - t4.toString; - topOffset = Math.max(t4, t2.getOffsetToReveal$2(t1, 0).offset - margin); - t4 = C.JSArray_methods.get$single(_this.get$_reorderable_flex$_scrollController()._positions)._maxScrollExtent; - t4.toString; - bottomOffset = Math.min(t4, t2.getOffsetToReveal$2(t1, 1).offset + margin); - if (!(t3 <= topOffset && t3 >= bottomOffset)) { - _this._scrolling = true; - t1 = C.JSArray_methods.get$single(_this.get$_reorderable_flex$_scrollController()._positions); - t2 = t3 < bottomOffset ? bottomOffset : topOffset; - t3 = _this.___ReorderableFlexContentState__scrollAnimationDuration; - t1.animateTo$3$curve$duration(t2, C.Cubic_xDo, t3 === $ ? H.throwExpression(H.LateError$fieldNI("_scrollAnimationDuration")) : t3).then$1$1(0, new A._ReorderableFlexContentState__scrollTo_closure(_this), type$.Null); - } - } - }, - _buildContainerForMainAxis$1$children: function(children) { - var t1 = this._widget; - switch (t1.direction) { - case C.Axis_0: - return T.Row$(children, C.CrossAxisAlignment_2, t1.mainAxisAlignment, C.MainAxisSize_0, null); - case C.Axis_1: - default: - return T.Column$(children, C.CrossAxisAlignment_2, null, t1.mainAxisAlignment, C.MainAxisSize_0, C.VerticalDirection_1); - } - }, - _wrap$2: function(toWrap, index) { - var keyIndexGlobalKey, _this = this, - t1 = toWrap.key; - t1.toString; - keyIndexGlobalKey = new N.GlobalObjectKey(t1, type$.GlobalObjectKey_State_StatefulWidget); - t1 = new A._ReorderableFlexContentState__wrap__reorder(_this); - return new T.Builder(new A._ReorderableFlexContentState__wrap_closure(_this, new A._ReorderableFlexContentState__wrap_buildDragTarget(_this, new A._ReorderableFlexContentState__wrap_wrapWithSemantics(_this, new A._ReorderableFlexContentState__wrap_reorder(_this, t1), index, toWrap), toWrap, new A._ReorderableFlexContentState__wrap_onDragStarted(_this, toWrap, index, keyIndexGlobalKey), new A._ReorderableFlexContentState__wrap_onDragEnded(_this, t1), index), toWrap, index, keyIndexGlobalKey, new A._ReorderableFlexContentState__wrap__makeAppearingWidget(_this), new A._ReorderableFlexContentState__wrap__makeDisappearingWidget(_this)), null); - }, - build$1: function(_, context) { - var i, t1, t2, t3, _this = this, - wrappedChildren = H.setRuntimeTypeInfo([], type$.JSArray_Widget); - wrappedChildren.push(_this._widget.header); - for (i = 0; t1 = _this._widget, t2 = t1.children, i < t2.length; ++i) - wrappedChildren.push(_this._wrap$2(t2[i], i)); - t2 = t1.buildItemsContainer; - t3 = t1.scrollDirection; - t1 = t2.call$3(context, t1.direction, wrappedChildren); - t2 = _this._widget.padding; - return E.SingleChildScrollView$(t1, _this.get$_reorderable_flex$_scrollController(), C.DragStartBehavior_1, t2, null, false, t3); - } - }; - A._ReorderableFlexContentState__onEntranceStatusChanged_closure.prototype = { - call$0: function() { - this.$this._requestAnimationToNextIndex$0(); - }, - $signature: 0 - }; - A._ReorderableFlexContentState__scrollTo_closure.prototype = { - call$1: function(value) { - var t1 = this.$this; - t1.setState$1(new A._ReorderableFlexContentState__scrollTo__closure(t1)); - }, - $signature: 74 - }; - A._ReorderableFlexContentState__scrollTo__closure.prototype = { - call$0: function() { - this.$this._scrolling = false; - }, - $signature: 0 - }; - A._ReorderableFlexContentState__wrap_onDragStarted.prototype = { - call$0: function() { - var _this = this, - t1 = _this.$this; - t1.setState$1(new A._ReorderableFlexContentState__wrap_onDragStarted_closure(t1, _this.toWrap, _this.index, _this.keyIndexGlobalKey)); - }, - $signature: 0 - }; - A._ReorderableFlexContentState__wrap_onDragStarted_closure.prototype = { - call$0: function() { - var _this = this, - t1 = _this.$this, - t2 = _this.toWrap; - t1._draggingWidget = t2; - t1._reorderable_flex$_dragging = t2.key; - t1._reorderable_flex$_currentIndex = t1._ghostIndex = t1._dragStartIndex = _this.index; - t1.get$_entranceController().set$value(0, 1); - t2 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, _this.keyIndexGlobalKey); - t1._draggingFeedbackSize = t2 == null ? null : t2.get$size(t2); - }, - $signature: 0 - }; - A._ReorderableFlexContentState__wrap__reorder.prototype = { - call$2: function(startIndex, endIndex) { - var t1; - if (startIndex !== endIndex) { - t1 = this.$this; - t1._widget.onReorder$2(startIndex, endIndex); - } else { - t1 = this.$this; - t1._widget.toString; - } - t1.get$_ghostController().reverse$1$from(0, 0.1); - t1.get$_entranceController().reverse$1$from(0, 0); - t1._reorderable_flex$_dragging = null; - }, - $signature: 216 - }; - A._ReorderableFlexContentState__wrap_reorder.prototype = { - call$2: function(startIndex, endIndex) { - this.$this.setState$1(new A._ReorderableFlexContentState__wrap_reorder_closure(this._reorder, startIndex, endIndex)); - }, - $signature: 216 - }; - A._ReorderableFlexContentState__wrap_reorder_closure.prototype = { - call$0: function() { - this._reorder.call$2(this.startIndex, this.endIndex); - }, - $signature: 0 - }; - A._ReorderableFlexContentState__wrap_onDragEnded.prototype = { - call$0: function() { - var t1 = this.$this; - t1.setState$1(new A._ReorderableFlexContentState__wrap_onDragEnded_closure(t1, this._reorder)); - }, - $signature: 0 - }; - A._ReorderableFlexContentState__wrap_onDragEnded_closure.prototype = { - call$0: function() { - var t1 = this.$this; - this._reorder.call$2(t1._dragStartIndex, t1._reorderable_flex$_currentIndex); - t1._reorderable_flex$_currentIndex = t1._ghostIndex = t1._dragStartIndex = -1; - t1._draggingWidget = null; - }, - $signature: 0 - }; - A._ReorderableFlexContentState__wrap_wrapWithSemantics.prototype = { - call$0: function() { - var reorderItemBefore, t5, reorderItemAfter, _this = this, _null = null, - semanticsActions = P.LinkedHashMap_LinkedHashMap$_empty(type$.CustomSemanticsAction, type$.void_Function), - t1 = _this.reorder, - t2 = _this.index, - t3 = _this.$this, - t4 = t3._framework$_element; - t4.toString; - t4 = L.Localizations_of(t4, C.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); - t4.toString; - if (t2 > 0) { - semanticsActions.$indexSet(0, new A.CustomSemanticsAction(t4.get$reorderItemToStart(), _null, _null), new A._ReorderableFlexContentState__wrap_wrapWithSemantics_moveToStart(t1, t2)); - reorderItemBefore = t4.get$reorderItemUp(); - if (t3._widget.direction === C.Axis_0) { - t5 = t3._framework$_element.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); - t5.toString; - reorderItemBefore = t5.textDirection === C.TextDirection_1 ? t4.get$reorderItemLeft() : t4.get$reorderItemRight(); - } - semanticsActions.$indexSet(0, new A.CustomSemanticsAction(reorderItemBefore, _null, _null), new A._ReorderableFlexContentState__wrap_wrapWithSemantics_moveBefore(t1, t2)); - } - if (t2 < t3._widget.children.length - 1) { - reorderItemAfter = t4.get$reorderItemDown(); - if (t3._widget.direction === C.Axis_0) { - t5 = t3._framework$_element.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); - t5.toString; - reorderItemAfter = t5.textDirection === C.TextDirection_1 ? t4.get$reorderItemRight() : t4.get$reorderItemLeft(); - } - semanticsActions.$indexSet(0, new A.CustomSemanticsAction(reorderItemAfter, _null, _null), new A._ReorderableFlexContentState__wrap_wrapWithSemantics_moveAfter(t1, t2)); - semanticsActions.$indexSet(0, new A.CustomSemanticsAction(t4.get$reorderItemToEnd(), _null, _null), new A._ReorderableFlexContentState__wrap_wrapWithSemantics_moveToEnd(t3, t1, t2)); - } - return new T.MergeSemantics(new T.Semantics(A.SemanticsProperties$(_null, _null, _null, semanticsActions, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, _this.toWrap, _null), _null); - }, - $signature: 2660 - }; - A._ReorderableFlexContentState__wrap_wrapWithSemantics_moveToStart.prototype = { - call$0: function() { - return this.reorder.call$2(this.index, 0); - }, - "call*": "call$0", - $requiredArgCount: 0, - $signature: 0 - }; - A._ReorderableFlexContentState__wrap_wrapWithSemantics_moveToEnd.prototype = { - call$0: function() { - return this.reorder.call$2(this.index, this.$this._widget.children.length - 1); - }, - "call*": "call$0", - $requiredArgCount: 0, - $signature: 0 - }; - A._ReorderableFlexContentState__wrap_wrapWithSemantics_moveBefore.prototype = { - call$0: function() { - var t1 = this.index; - return this.reorder.call$2(t1, t1 - 1); - }, - "call*": "call$0", - $requiredArgCount: 0, - $signature: 0 - }; - A._ReorderableFlexContentState__wrap_wrapWithSemantics_moveAfter.prototype = { - call$0: function() { - var t1 = this.index; - return this.reorder.call$2(t1, t1 + 2); - }, - "call*": "call$0", - $requiredArgCount: 0, - $signature: 0 - }; - A._ReorderableFlexContentState__wrap__makeAppearingWidget.prototype = { - call$1: function(child) { - var t1 = this.$this; - return t1.makeAppearingWidget$4(child, t1.get$_entranceController(), t1._draggingFeedbackSize, t1._widget.direction); - }, - $signature: 673 - }; - A._ReorderableFlexContentState__wrap__makeDisappearingWidget.prototype = { - call$1: function(child) { - var t1 = this.$this; - return t1.makeDisappearingWidget$4(child, t1.get$_ghostController(), t1._draggingFeedbackSize, t1._widget.direction); - }, - $signature: 673 - }; - A._ReorderableFlexContentState__wrap_buildDragTarget.prototype = { - call$3: function(context, acceptedCandidates, rejectedCandidates) { - var _this = this, _null = null, - toWrapWithSemantics = _this.wrapWithSemantics.call$0(), - t1 = _this.$this, - child = _this.toWrap, - t2 = _this.onDragEnded, - child0 = new B.LongPressDraggable(child.key, t1._widget.direction, T.MetaData$(C.HitTestBehavior_1, toWrapWithSemantics, _null), new T.IgnorePointer(true, _null, T.Opacity$(false, M.Container$(_null, child, C.Clip_0, _null, _null, _null, _null, 0, _null, _null, _null, _null, _null, 0), 0), _null), new T.Builder(new A._ReorderableFlexContentState__wrap_buildDragTarget_closure(t1, child), _null), C.Offset_0_0, C.DragAnchor_0, _null, false, 1, _this.onDragStarted, _null, new A._ReorderableFlexContentState__wrap_buildDragTarget_closure0(t2), t2, _null, _null, type$.LongPressDraggable_Key); - return _this.index >= t1._widget.children.length ? child : child0; - }, - $signature: 2662 - }; - A._ReorderableFlexContentState__wrap_buildDragTarget_closure.prototype = { - call$1: function(context) { - var contentSizeConstraints, - t1 = this.$this, - t2 = t1._draggingFeedbackSize; - t2.toString; - contentSizeConstraints = S.BoxConstraints$loose(t2); - t1 = t1._widget.buildDraggableFeedback; - return t1.call$3(context, contentSizeConstraints, this.toWrap); - }, - $signature: 63 - }; - A._ReorderableFlexContentState__wrap_buildDragTarget_closure0.prototype = { - call$2: function(velocity, offset) { - return this.onDragEnded.call$0(); - }, - $signature: 2663 - }; - A._ReorderableFlexContentState__wrap_closure.prototype = { - call$1: function(context) { - var shiftedIndex0, t3, shiftedIndex1, entranceSpacing, ghostSpacing, t4, _this = this, - t1 = _this.$this, - shiftedIndex = _this.index, - dragTarget = new T.KeyedSubtree(new B.DragTarget(_this.buildDragTarget, new A._ReorderableFlexContentState__wrap__closure(t1, _this.toWrap, shiftedIndex, context), new A._ReorderableFlexContentState__wrap__closure0(), new A._ReorderableFlexContentState__wrap__closure1(), null, type$.DragTarget_Key), _this.keyIndexGlobalKey), - t2 = t1._draggingWidget, - spacing = t2 == null ? T.SizedBox$fromSize(null, t1.get$_dropAreaSize()) : T.Opacity$(false, t2, t1._widget.draggingWidgetOpacity); - t2 = t1._reorderable_flex$_currentIndex; - shiftedIndex0 = t1._ghostIndex; - if (t2 !== shiftedIndex0) { - t3 = t1._dragStartIndex; - if (shiftedIndex === t3) - shiftedIndex1 = shiftedIndex0; - else if (shiftedIndex > t3 && shiftedIndex <= shiftedIndex0) - shiftedIndex1 = shiftedIndex - 1; - else - shiftedIndex1 = shiftedIndex < t3 && shiftedIndex >= shiftedIndex0 ? shiftedIndex + 1 : shiftedIndex; - } else - shiftedIndex1 = shiftedIndex; - if (shiftedIndex1 === t2 || shiftedIndex === shiftedIndex0) { - entranceSpacing = _this._makeAppearingWidget.call$1(spacing); - ghostSpacing = _this._makeDisappearingWidget.call$1(spacing); - t2 = t1._dragStartIndex; - if (t2 === -1) - return t1._buildContainerForMainAxis$1$children(H.setRuntimeTypeInfo([dragTarget], type$.JSArray_Widget)); - else { - t3 = t1._reorderable_flex$_currentIndex; - t4 = t1._ghostIndex; - if (t3 > t4) { - t2 = shiftedIndex1 === t3; - if (t2 && shiftedIndex === t4) - return t1._buildContainerForMainAxis$1$children(H.setRuntimeTypeInfo([ghostSpacing, dragTarget, entranceSpacing], type$.JSArray_Widget)); - else if (t2) - return t1._buildContainerForMainAxis$1$children(H.setRuntimeTypeInfo([dragTarget, entranceSpacing], type$.JSArray_Widget)); - else if (shiftedIndex === t4) { - t2 = type$.JSArray_Widget; - return t1._buildContainerForMainAxis$1$children(shiftedIndex1 <= shiftedIndex ? H.setRuntimeTypeInfo([dragTarget, ghostSpacing], t2) : H.setRuntimeTypeInfo([ghostSpacing, dragTarget], t2)); - } - } else if (t3 < t4) { - t2 = shiftedIndex1 === t3; - if (t2 && shiftedIndex === t4) - return t1._buildContainerForMainAxis$1$children(H.setRuntimeTypeInfo([entranceSpacing, dragTarget, ghostSpacing], type$.JSArray_Widget)); - else if (t2) - return t1._buildContainerForMainAxis$1$children(H.setRuntimeTypeInfo([entranceSpacing, dragTarget], type$.JSArray_Widget)); - else if (shiftedIndex === t4) { - t2 = type$.JSArray_Widget; - return t1._buildContainerForMainAxis$1$children(shiftedIndex1 >= shiftedIndex ? H.setRuntimeTypeInfo([ghostSpacing, dragTarget], t2) : H.setRuntimeTypeInfo([dragTarget, ghostSpacing], t2)); - } - } else { - t4 = type$.JSArray_Widget; - return t1._buildContainerForMainAxis$1$children(t2 < t3 ? H.setRuntimeTypeInfo([dragTarget, entranceSpacing], t4) : H.setRuntimeTypeInfo([entranceSpacing, dragTarget], t4)); - } - } - } - return t1._buildContainerForMainAxis$1$children(H.setRuntimeTypeInfo([dragTarget], type$.JSArray_Widget)); - }, - $signature: 63 - }; - A._ReorderableFlexContentState__wrap__closure.prototype = { - call$1: function(toAccept) { - var _this = this, - t1 = _this.$this, - willAccept = J.$eq$(t1._reorderable_flex$_dragging, toAccept) && !J.$eq$(toAccept, _this.toWrap.key); - t1.setState$1(new A._ReorderableFlexContentState__wrap___closure(t1, willAccept, _this.index)); - t1._scrollTo$1(_this.context); - return willAccept; - }, - $signature: 2664 - }; - A._ReorderableFlexContentState__wrap___closure.prototype = { - call$0: function() { - var t1, t2, _this = this, - shiftedIndex = _this.index; - if (_this.willAccept) { - t1 = _this.$this; - t2 = t1._dragStartIndex; - if (shiftedIndex === t2) - shiftedIndex = t1._ghostIndex; - else if (shiftedIndex > t2 && shiftedIndex <= t1._ghostIndex) - --shiftedIndex; - else if (shiftedIndex < t2 && shiftedIndex >= t1._ghostIndex) - ++shiftedIndex; - t1._reorderable_flex$_nextIndex = shiftedIndex; - } else { - t1 = _this.$this; - t1._reorderable_flex$_nextIndex = shiftedIndex; - } - t1._requestAnimationToNextIndex$1$isAcceptingNewTarget(true); - }, - $signature: 0 - }; - A._ReorderableFlexContentState__wrap__closure0.prototype = { - call$1: function(accepted) { - }, - $signature: 2665 - }; - A._ReorderableFlexContentState__wrap__closure1.prototype = { - call$1: function(leaving) { - }, - $signature: 34 - }; - A.__ReorderableFlexContentState_State_TickerProviderStateMixin.prototype = { - dispose$0: function(_) { - this.super$State$dispose(0); - }, - didChangeDependencies$0: function() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !U.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; - if (t1 != null) - for (t1 = P._LinkedHashSetIterator$(t1, t1._collection$_modifications, H._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); - } - }; - A.__ReorderableFlexContentState_State_TickerProviderStateMixin_ReorderableMixin.prototype = {}; - E.ReorderableMixin.prototype = { - makeAppearingWidget$4: function(child, entranceController, draggingFeedbackSize, direction) { - var transition; - if (null == draggingFeedbackSize) - return K.SizeTransitionWithIntrinsicSize$(direction, K.FadeTransition$(false, child, entranceController), entranceController); - else { - transition = K.SizeTransition$(direction, 0, K.FadeTransition$(false, child, entranceController), entranceController); - return new T.ConstrainedBox(S.BoxConstraints$loose(draggingFeedbackSize), transition, null); - } - }, - makeDisappearingWidget$4: function(child, ghostController, draggingFeedbackSize, direction) { - var transition; - if (null == draggingFeedbackSize) - return K.SizeTransitionWithIntrinsicSize$(direction, K.FadeTransition$(false, child, ghostController), ghostController); - else { - transition = K.SizeTransition$(direction, 0, K.FadeTransition$(false, child, ghostController), ghostController); - return new T.ConstrainedBox(S.BoxConstraints$loose(draggingFeedbackSize), transition, null); - } - } - }; - U.ReorderableTableRow.prototype = {}; - U.ReorderableTable.prototype = { - build$1: function(_, context) { - var _this = this, _null = null, - tableKey = new N.LabeledGlobalKey(C.Type_ReorderableTable_npQ.toString$0(0) + " table key", type$.LabeledGlobalKey_State_StatefulWidget); - return new A.ReorderableFlex(_this.header, _null, _this.children, C.Axis_1, _this.onReorder, _null, new U.ReorderableTable_build_closure(_this, tableKey), new U.ReorderableTable_build_closure0(_this, tableKey), _null, _null, true, _null); - }, - defaultDecorateDraggableFeedback$2: function(feedbackContext, draggableFeedback) { - var _null = null; - return V.Card$(draggableFeedback, _null, _null, _null, _null, true, _null); - } - }; - U.ReorderableTable_build_closure.prototype = { - call$3: function(containerContext, direction, children) { - return X.TabluarFlex$(children, C.CrossAxisAlignment_2, null, direction, this.tableKey, C.MainAxisAlignment_0, C.MainAxisSize_1, null, null, C.VerticalDirection_1); - }, - $signature: 2667 - }; - U.ReorderableTable_build_closure0.prototype = { - call$3: function(feedbackContext, constraints, child) { - var t1, t2, grandChildIndex, t3, t4, _null = null, - renderTabluarFlex = type$.RenderTabluarFlex._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, this.tableKey).get$renderObject()); - for (t1 = child.children, t2 = J.getInterceptor$asx(t1), grandChildIndex = 0; grandChildIndex < t2.get$length(t1); ++grandChildIndex) { - t3 = renderTabluarFlex._maxGrandchildrenCrossSize.$index(0, grandChildIndex); - t3.toString; - t2.$indexSet(t1, grandChildIndex, new T.ConstrainedBox(new S.BoxConstraints(t3, 1 / 0, 0, 1 / 0), t2.$index(t1, grandChildIndex), _null)); - } - for (t3 = renderTabluarFlex._maxGrandchildrenCrossSize; grandChildIndex < t3.get$length(t3); ++grandChildIndex) { - t4 = t3.$index(0, grandChildIndex); - t4.toString; - t2.add$1(t1, new T.ConstrainedBox(new S.BoxConstraints(t4, 1 / 0, 0, 1 / 0), _null, _null)); - } - t1 = E.Matrix4_Matrix4$rotationZ(0); - return T.Transform$(C.FractionalOffset_m1_m1, M.Material$(C.Duration_200000, true, C.BorderRadius_tLn, this.$this.get$defaultDecorateDraggableFeedback().call$2(feedbackContext, new T.ConstrainedBox(constraints, child, _null)), C.Clip_0, C.Color_0, 6, _null, _null, _null, _null, C.MaterialType_0), t1, true); - }, - $signature: 2668 - }; - X.TabluarFlex.prototype = { - createRenderObject$1: function(context) { - var _this = this, _null = null, - t1 = _this.getEffectiveTextDirection$1(context); - t1 = new X.RenderTabluarFlex(_this.decoration, U.createLocalImageConfiguration(context, _null), P.ListQueue$(_null, type$.void_Function_BoxConstraints), P.ListQueue$(_null, type$.Map_int_double), P.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$.double), _this.direction, _this.mainAxisAlignment, _this.mainAxisSize, _this.crossAxisAlignment, t1, _this.verticalDirection, _this.textBaseline, C.Clip_0, P.List_List$filled(4, U.TextPainter$(_null, _null, _null, _null, _null, C.TextAlign_4, C.TextDirection_1, _null, 1, C.TextWidthBasis_0), false, type$.TextPainter), true, 0, _null, _null); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; - t1.addAll$1(0, _null); - return t1; - }, - updateRenderObject$2: function(context, renderObject) { - var _this = this; - renderObject.set$direction(0, _this.direction); - renderObject.set$mainAxisAlignment(_this.mainAxisAlignment); - renderObject.set$mainAxisSize(_this.mainAxisSize); - renderObject.set$crossAxisAlignment(_this.crossAxisAlignment); - renderObject.set$textDirection(0, _this.getEffectiveTextDirection$1(context)); - renderObject.set$verticalDirection(_this.verticalDirection); - renderObject.set$textBaseline(0, _this.textBaseline); - renderObject.set$decoration(0, _this.decoration); - renderObject.set$configuration(U.createLocalImageConfiguration(context, null)); - } - }; - X.TabluarRow.prototype = {}; - K.SizeTransitionWithIntrinsicSize.prototype = { - createRenderObject$1: function(context) { - var t1 = new K.RenderSizeTransitionWithIntrinsicSize(this.axis, this.sizeFactor, null); - t1.get$isRepaintBoundary(); - t1.get$alwaysNeedsCompositing(); - t1.__RenderObject__needsCompositing = false; - t1.set$child(null); - return t1; - }, - updateRenderObject$2: function(context, renderObject) { - renderObject.axis = this.axis; - renderObject.sizeFactor = this.sizeFactor; - } - }; N.LoadingState.prototype = { toString$0: function(_) { return this._rounded_loading_button$_name; @@ -429475,7 +426223,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2669 + $signature: 2654 }; N.RoundedLoadingButtonState_initState_closure.prototype = { call$0: function() { @@ -429514,7 +426262,7 @@ if (t1) this.$this._widget.onPressed.call$0(); }, - $signature: 35 + $signature: 36 }; N.RoundedLoadingButtonState_initState_closure2.prototype = { call$0: function() { @@ -429776,7 +426524,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2670 + $signature: 2655 }; F.Subject_addStream_closure1.prototype = { call$0: function() { @@ -429950,7 +426698,7 @@ this.connectedSink.addError$3(this._controller_get.call$0(), e, s); } }, - $signature: 246 + $signature: 326 }; F.forwardStream_closure.prototype = { call$0: function() { @@ -429989,7 +426737,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 544 + $signature: 580 }; F.forwardStream___closure.prototype = { call$0: function() { @@ -430024,7 +426772,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2672 + $signature: 2657 }; F.forwardStream_closure1.prototype = { call$0: function() { @@ -430181,7 +426929,7 @@ call$2: function(key, value) { return new P.MapEntry(key, J.toString$0$(value), type$.MapEntry_String_String); }, - $signature: 2673 + $signature: 2658 }; V.SharedPreferences.prototype = { containsKey$1: function(_, key) { @@ -430404,7 +427152,7 @@ call$1: function(key) { return J.startsWith$1$s(key, "flutter."); }, - $signature: 80 + $signature: 77 }; Y.SourceFile.prototype = { get$length: function(_) { @@ -430819,7 +427567,7 @@ call$0: function() { return this.color; }, - $signature: 2674 + $signature: 2659 }; U.Highlighter$__closure.prototype = { call$1: function(line) { @@ -430827,7 +427575,7 @@ t1 = new H.WhereIterable(t1, new U.Highlighter$___closure(), H._arrayInstanceType(t1)._eval$1("WhereIterable<1>")); return t1.get$length(t1); }, - $signature: 2675 + $signature: 2660 }; U.Highlighter$___closure.prototype = { call$1: function(highlight) { @@ -430837,19 +427585,19 @@ t1 = t1.get$end(t1); return t2 != t1.get$line(t1); }, - $signature: 448 + $signature: 372 }; U.Highlighter$__closure0.prototype = { call$1: function(line) { return line.url; }, - $signature: 2677 + $signature: 2662 }; U.Highlighter__collateLines_closure.prototype = { call$1: function(highlight) { return highlight.span.get$sourceUrl(); }, - $signature: 2678 + $signature: 2663 }; U.Highlighter__collateLines_closure0.prototype = { call$2: function(highlight1, highlight2) { @@ -430857,7 +427605,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2679 + $signature: 2664 }; U.Highlighter__collateLines_closure1.prototype = { call$1: function(highlightsForFile) { @@ -430902,7 +427650,7 @@ } return lines; }, - $signature: 2680 + $signature: 2665 }; U.Highlighter__collateLines__closure.prototype = { call$1: function(highlight) { @@ -430916,14 +427664,14 @@ t1 = true; return t1; }, - $signature: 448 + $signature: 372 }; U.Highlighter_highlight_closure.prototype = { call$1: function(highlight) { highlight.toString; return true; }, - $signature: 448 + $signature: 372 }; U.Highlighter__writeFileStart_closure.prototype = { call$0: function() { @@ -431081,7 +427829,7 @@ } return U._Highlight__normalizeEndOfLine(U._Highlight__normalizeTrailingNewline(U._Highlight__normalizeNewlines(t1))); }, - $signature: 2681 + $signature: 2666 }; U._Line.prototype = { toString$0: function(_) { @@ -431635,7 +428383,7 @@ call$1: function(str) { return str.length !== 0; }, - $signature: 80 + $signature: 77 }; E.TypedDataBuffer.prototype = { get$length: function(_) { @@ -431798,13 +428546,13 @@ call$1: function(value) { return value === true; }, - $signature: 675 + $signature: 719 }; F.MethodChannelUrlLauncher_launch_closure.prototype = { call$1: function(value) { return value === true; }, - $signature: 675 + $signature: 719 }; D.UrlLauncherPlatform.prototype = {}; Y.UrlLauncherPlugin.prototype = { @@ -431998,7 +428746,7 @@ hash = hash + ((hash & 524287) << 10) & 536870911; return hash ^ hash >>> 6; }, - $signature: 2683 + $signature: 2668 }; E.Matrix3.prototype = { setFrom$1: function(arg) { @@ -433373,9 +430121,6 @@ _.super$_RenderEditable_RenderBox_RelayoutWhenSystemFontsChangeMixin$detach = _.detach$0; _ = F.RenderFlex.prototype; _.super$RenderFlex$performLayout = _.performLayout$0; - _.super$RenderFlex$toStringShort = _.toStringShort$0; - _ = F._RenderFlex_RenderBox_ContainerRenderObjectMixin.prototype; - _.super$_RenderFlex_RenderBox_ContainerRenderObjectMixin$detach = _.detach$0; _ = T.Layer0.prototype; _.super$Layer$updateSubtreeNeedsAddToScene = _.updateSubtreeNeedsAddToScene$0; _ = T.ContainerLayer0.prototype; @@ -433778,12 +430523,6 @@ _.super$_PhotoViewCoreState_State_TickerProviderStateMixin$dispose = _.dispose$0; _ = M._PhotoViewCoreState_State_TickerProviderStateMixin_PhotoViewControllerDelegate.prototype; _.super$_PhotoViewCoreState_State_TickerProviderStateMixin_PhotoViewControllerDelegate$dispose = _.dispose$0; - _ = V.__RenderTheatre_RenderBox_RenderObjectWithChildMixin.prototype; - _.super$__RenderTheatre_RenderBox_RenderObjectWithChildMixin$attach = _.attach$1; - _.super$__RenderTheatre_RenderBox_RenderObjectWithChildMixin$detach = _.detach$0; - _ = A.__ReorderableFlexContentState_State_TickerProviderStateMixin.prototype; - _.super$__ReorderableFlexContentState_State_TickerProviderStateMixin$dispose = _.dispose$0; - _.super$__ReorderableFlexContentState_State_TickerProviderStateMixin$didChangeDependencies = _.didChangeDependencies$0; _ = N._RoundedLoadingButtonState_State_TickerProviderStateMixin.prototype; _.super$_RoundedLoadingButtonState_State_TickerProviderStateMixin$dispose = _.dispose$0; _ = Y.SourceSpanMixin.prototype; @@ -433802,91 +430541,91 @@ _static = hunkHelpers.installStaticTearOff, _instance = hunkHelpers.installInstanceTearOff, _instance_2_i = hunkHelpers._instance_2i; - _static_1(H, "_engine_BitmapCanvas__onEvictElement$closure", "BitmapCanvas__onEvictElement", 2684); + _static_1(H, "_engine_BitmapCanvas__onEvictElement$closure", "BitmapCanvas__onEvictElement", 2669); _static_0(H, "_engine_SkiaObjects_postFrameCleanUp$closure", "SkiaObjects_postFrameCleanUp", 0); _static_1(H, "_engine___noopCallback$closure", "_noopCallback", 115); _static_1(H, "_engine___newlinePredicate$closure", "_newlinePredicate", 188); - _static_1(H, "_engine___emptyCallback$closure", "_emptyCallback", 82); + _static_1(H, "_engine___emptyCallback$closure", "_emptyCallback", 81); _instance_0_u(H.AlarmClock.prototype, "get$_timerDidFire", "_timerDidFire$0", 0); _instance_0_u(H.FallbackFontDownloadQueue.prototype, "get$startDownloads", "startDownloads$0", 92); - _instance_1_u(H.SkiaFontCollection.prototype, "get$_getArrayBuffer", "_getArrayBuffer$1", 2201); + _instance_1_u(H.SkiaFontCollection.prototype, "get$_getArrayBuffer", "_getArrayBuffer$1", 2312); var _; - _instance_1_u(_ = H.DomRenderer.prototype, "get$_metricsDidChange", "_metricsDidChange$1", 785); - _instance_1_u(_, "get$_languageDidChange", "_languageDidChange$1", 68); - _instance_1_u(H.KeyboardBinding.prototype, "get$_onKeyData", "_onKeyData$1", 960); + _instance_1_u(_ = H.DomRenderer.prototype, "get$_metricsDidChange", "_metricsDidChange$1", 1021); + _instance_1_u(_, "get$_languageDidChange", "_languageDidChange$1", 72); + _instance_1_u(H.KeyboardBinding.prototype, "get$_onKeyData", "_onKeyData$1", 1563); _instance_1_i(H.MultiEntriesBrowserHistory.prototype, "get$onPopState", "onPopState$1", 34); _instance_1_i(H.SingleEntryBrowserHistory.prototype, "get$onPopState", "onPopState$1", 34); - _instance_1_u(H.PointerBinding.prototype, "get$_onPointerData", "_onPointerData$1", 1148); + _instance_1_u(H.PointerBinding.prototype, "get$_onPointerData", "_onPointerData$1", 2294); _instance_0_i(H.RulerHost.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_ = H.DefaultTextEditingStrategy.prototype, "get$__engine$_handleChange", "__engine$_handleChange$1", 68); - _instance_1_u(_, "get$_maybeSendAction", "_maybeSendAction$1", 68); - _instance_2_u(H.WebExperiments.prototype, "get$updateExperiment", "updateExperiment$2", 3131); - _static_2(J, "_interceptors_JSArray__compareAny$closure", "JSArray__compareAny", 323); - _instance_1_i(H._CastIterableBase.prototype, "get$contains", "contains$1", 109); - _static_0(H, "_js_helper_Primitives_dateNow$closure", "Primitives_dateNow", 217); - _static_1(H, "_js_helper___matchString$closure", "_matchString", 2685); - _static_1(H, "_js_helper___stringIdentity$closure", "_stringIdentity", 103); + _instance_1_u(_ = H.DefaultTextEditingStrategy.prototype, "get$__engine$_handleChange", "__engine$_handleChange$1", 72); + _instance_1_u(_, "get$_maybeSendAction", "_maybeSendAction$1", 72); + _instance_2_u(H.WebExperiments.prototype, "get$updateExperiment", "updateExperiment$2", 1431); + _static_2(J, "_interceptors_JSArray__compareAny$closure", "JSArray__compareAny", 240); + _instance_1_i(H._CastIterableBase.prototype, "get$contains", "contains$1", 107); + _static_0(H, "_js_helper_Primitives_dateNow$closure", "Primitives_dateNow", 218); + _static_1(H, "_js_helper___matchString$closure", "_matchString", 2670); + _static_1(H, "_js_helper___stringIdentity$closure", "_stringIdentity", 106); _instance_1_i(H.JsLinkedHashMap.prototype, "get$remove", "remove$1", "2?(Object?)"); - _instance_1_u(H._MatchImplementation.prototype, "get$group", "group$1", 2960); - _instance_1_u(H.StringMatch.prototype, "get$group", "group$1", 281); - _static_1(P, "async__AsyncRun__scheduleImmediateJsOverride$closure", "_AsyncRun__scheduleImmediateJsOverride", 246); - _static_1(P, "async__AsyncRun__scheduleImmediateWithSetImmediate$closure", "_AsyncRun__scheduleImmediateWithSetImmediate", 246); - _static_1(P, "async__AsyncRun__scheduleImmediateWithTimer$closure", "_AsyncRun__scheduleImmediateWithTimer", 246); + _instance_1_u(H._MatchImplementation.prototype, "get$group", "group$1", 1909); + _instance_1_u(H.StringMatch.prototype, "get$group", "group$1", 319); + _static_1(P, "async__AsyncRun__scheduleImmediateJsOverride$closure", "_AsyncRun__scheduleImmediateJsOverride", 326); + _static_1(P, "async__AsyncRun__scheduleImmediateWithSetImmediate$closure", "_AsyncRun__scheduleImmediateWithSetImmediate", 326); + _static_1(P, "async__AsyncRun__scheduleImmediateWithTimer$closure", "_AsyncRun__scheduleImmediateWithTimer", 326); _static_0(P, "async___startMicrotaskLoop$closure", "_startMicrotaskLoop", 0); - _static_1(P, "async___nullDataHandler$closure", "_nullDataHandler", 82); - _static_2(P, "async___nullErrorHandler$closure", "_nullErrorHandler", 133); + _static_1(P, "async___nullDataHandler$closure", "_nullDataHandler", 81); + _static_2(P, "async___nullErrorHandler$closure", "_nullErrorHandler", 128); _static_0(P, "async___nullDoneHandler$closure", "_nullDoneHandler", 0); - _static(P, "async___rootHandleUncaughtError$closure", 5, null, ["call$5"], ["_rootHandleUncaughtError"], 2686, 0); + _static(P, "async___rootHandleUncaughtError$closure", 5, null, ["call$5"], ["_rootHandleUncaughtError"], 2671, 0); _static(P, "async___rootRun$closure", 4, null, ["call$1$4", "call$4"], ["_rootRun", function($self, $parent, zone, f) { return P._rootRun($self, $parent, zone, f, type$.dynamic); - }], 2687, 1); + }], 2672, 1); _static(P, "async___rootRunUnary$closure", 5, null, ["call$2$5", "call$5"], ["_rootRunUnary", function($self, $parent, zone, f, arg) { return P._rootRunUnary($self, $parent, zone, f, arg, type$.dynamic, type$.dynamic); - }], 2688, 1); + }], 2673, 1); _static(P, "async___rootRunBinary$closure", 6, null, ["call$3$6", "call$6"], ["_rootRunBinary", function($self, $parent, zone, f, arg1, arg2) { return P._rootRunBinary($self, $parent, zone, f, arg1, arg2, type$.dynamic, type$.dynamic, type$.dynamic); - }], 2689, 1); + }], 2674, 1); _static(P, "async___rootRegisterCallback$closure", 4, null, ["call$1$4", "call$4"], ["_rootRegisterCallback", function($self, $parent, zone, f) { return P._rootRegisterCallback($self, $parent, zone, f, type$.dynamic); - }], 2690, 0); + }], 2675, 0); _static(P, "async___rootRegisterUnaryCallback$closure", 4, null, ["call$2$4", "call$4"], ["_rootRegisterUnaryCallback", function($self, $parent, zone, f) { return P._rootRegisterUnaryCallback($self, $parent, zone, f, type$.dynamic, type$.dynamic); - }], 2691, 0); + }], 2676, 0); _static(P, "async___rootRegisterBinaryCallback$closure", 4, null, ["call$3$4", "call$4"], ["_rootRegisterBinaryCallback", function($self, $parent, zone, f) { return P._rootRegisterBinaryCallback($self, $parent, zone, f, type$.dynamic, type$.dynamic, type$.dynamic); - }], 2692, 0); - _static(P, "async___rootErrorCallback$closure", 5, null, ["call$5"], ["_rootErrorCallback"], 2693, 0); - _static(P, "async___rootScheduleMicrotask$closure", 4, null, ["call$4"], ["_rootScheduleMicrotask"], 2694, 0); - _static(P, "async___rootCreateTimer$closure", 5, null, ["call$5"], ["_rootCreateTimer"], 2695, 0); - _static(P, "async___rootCreatePeriodicTimer$closure", 5, null, ["call$5"], ["_rootCreatePeriodicTimer"], 2696, 0); - _static(P, "async___rootPrint$closure", 4, null, ["call$4"], ["_rootPrint"], 2697, 0); + }], 2677, 0); + _static(P, "async___rootErrorCallback$closure", 5, null, ["call$5"], ["_rootErrorCallback"], 2678, 0); + _static(P, "async___rootScheduleMicrotask$closure", 4, null, ["call$4"], ["_rootScheduleMicrotask"], 2679, 0); + _static(P, "async___rootCreateTimer$closure", 5, null, ["call$5"], ["_rootCreateTimer"], 2680, 0); + _static(P, "async___rootCreatePeriodicTimer$closure", 5, null, ["call$5"], ["_rootCreatePeriodicTimer"], 2681, 0); + _static(P, "async___rootPrint$closure", 4, null, ["call$4"], ["_rootPrint"], 2682, 0); _static_1(P, "async___printToZone$closure", "_printToZone", 85); - _static(P, "async___rootFork$closure", 5, null, ["call$5"], ["_rootFork"], 2698, 0); + _static(P, "async___rootFork$closure", 5, null, ["call$5"], ["_rootFork"], 2683, 0); _instance_0_u(_ = P._BroadcastSubscription.prototype, "get$_onPause", "_onPause$0", 0); _instance_0_u(_, "get$_onResume", "_onResume$0", 0); _instance(_ = P._BroadcastStreamController.prototype, "get$addError", 0, 1, function() { return [null]; - }, ["call$2", "call$1"], ["addError$2", "addError$1"], 233, 0); + }, ["call$2", "call$1"], ["addError$2", "addError$1"], 225, 0); _instance_1_i(_, "get$_async$_add", "_async$_add$1", 34); - _instance_2_u(_, "get$_addError", "_addError$2", 133); + _instance_2_u(_, "get$_addError", "_addError$2", 128); _instance_0_u(_, "get$_async$_close", "_async$_close$0", 0); _instance_1_i(_ = P._AsBroadcastStreamController.prototype, "get$add", "add$1", 34); _instance(_, "get$addError", 0, 1, function() { return [null]; - }, ["call$2", "call$1"], ["addError$2", "addError$1"], 233, 0); - _instance_0_i(_, "get$close", "close$0", 444); + }, ["call$2", "call$1"], ["addError$2", "addError$1"], 225, 0); + _instance_0_i(_, "get$close", "close$0", 336); _instance(P._Completer.prototype, "get$completeError", 0, 1, function() { return [null]; - }, ["call$2", "call$1"], ["completeError$2", "completeError$1"], 233, 0); + }, ["call$2", "call$1"], ["completeError$2", "completeError$1"], 225, 0); _instance(P._AsyncCompleter.prototype, "get$complete", 1, 0, function() { return [null]; - }, ["call$1", "call$0"], ["complete$1", "complete$0"], 2760, 0); - _instance_2_u(P._Future.prototype, "get$_completeError", "_completeError$2", 133); + }, ["call$1", "call$0"], ["complete$1", "complete$0"], 2290, 0); + _instance_2_u(P._Future.prototype, "get$_completeError", "_completeError$2", 128); _instance(_ = P._StreamController.prototype, "get$addError", 0, 1, function() { return [null]; - }, ["call$2", "call$1"], ["addError$2", "addError$1"], 233, 0); + }, ["call$2", "call$1"], ["addError$2", "addError$1"], 225, 0); _instance_1_i(_, "get$_async$_add", "_async$_add$1", 34); - _instance_2_u(_, "get$_addError", "_addError$2", 133); + _instance_2_u(_, "get$_addError", "_addError$2", 128); _instance_0_u(_, "get$_async$_close", "_async$_close$0", 0); _instance_0_u(_ = P._ControllerSubscription.prototype, "get$_onPause", "_onPause$0", 0); _instance_0_u(_, "get$_onResume", "_onResume$0", 0); @@ -433896,248 +430635,248 @@ _instance_0_u(_ = P._AsBroadcastStream.prototype, "get$_onCancel", "_onCancel$0", 0); _instance_0_u(_, "get$_onListen", "_onListen$0", 0); _instance_1_u(_ = P._StreamIterator.prototype, "get$_async$_onData", "_async$_onData$1", 34); - _instance_2_u(_, "get$_onError", "_onError$2", 133); + _instance_2_u(_, "get$_onError", "_onError$2", 128); _instance_0_u(_, "get$_onDone", "_onDone$0", 0); _instance_0_u(_ = P._ForwardingStreamSubscription.prototype, "get$_onPause", "_onPause$0", 0); _instance_0_u(_, "get$_onResume", "_onResume$0", 0); _instance_1_u(_, "get$_handleData", "_handleData$1", 34); - _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 2700); + _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 2415); _instance_0_u(_, "get$_handleDone", "_handleDone$0", 0); _instance_0_u(_ = P._SinkTransformerStreamSubscription.prototype, "get$_onPause", "_onPause$0", 0); _instance_0_u(_, "get$_onResume", "_onResume$0", 0); _instance_1_u(_, "get$_handleData", "_handleData$1", 34); - _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 133); + _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 128); _instance_0_u(_, "get$_handleDone", "_handleDone$0", 0); - _static_2(P, "collection___defaultEquals$closure", "_defaultEquals", 378); - _static_1(P, "collection___defaultHashCode$closure", "_defaultHashCode", 379); - _static_2(P, "collection_ListMixin__compareAny$closure", "ListMixin__compareAny", 323); - _static_2(P, "collection___dynamicCompare$closure", "_dynamicCompare", 323); + _static_2(P, "collection___defaultEquals$closure", "_defaultEquals", 434); + _static_1(P, "collection___defaultHashCode$closure", "_defaultHashCode", 433); + _static_2(P, "collection_ListMixin__compareAny$closure", "ListMixin__compareAny", 240); + _static_2(P, "collection___dynamicCompare$closure", "_dynamicCompare", 240); _instance_1_i(P._LinkedCustomHashMap.prototype, "get$remove", "remove$1", "2?(Object?)"); - _instance_1_i(P._HashSet.prototype, "get$contains", "contains$1", 109); - _instance_1_i(P._LinkedHashSet.prototype, "get$contains", "contains$1", 109); - _instance_1_i(P.IterableMixin.prototype, "get$contains", "contains$1", 109); - _instance_1_i(P._UnmodifiableSet.prototype, "get$contains", "contains$1", 109); - _instance_1_i(P.SplayTreeSet.prototype, "get$contains", "contains$1", 109); + _instance_1_i(P._HashSet.prototype, "get$contains", "contains$1", 107); + _instance_1_i(P._LinkedHashSet.prototype, "get$contains", "contains$1", 107); + _instance_1_i(P.IterableMixin.prototype, "get$contains", "contains$1", 107); + _instance_1_i(P._UnmodifiableSet.prototype, "get$contains", "contains$1", 107); + _instance_1_i(P.SplayTreeSet.prototype, "get$contains", "contains$1", 107); _static_1(P, "convert___defaultToEncodable$closure", "_defaultToEncodable", 10); _instance_1_i(_ = P._ByteCallbackSink.prototype, "get$add", "add$1", 34); _instance_0_i(_, "get$close", "close$0", 0); - _static_1(P, "core__identityHashCode$closure", "identityHashCode", 379); - _static_2(P, "core__identical$closure", "identical", 378); - _static_2(P, "core_Comparable_compare$closure", "Comparable_compare", 2699); - _static_1(P, "core__GeneratorIterable__id$closure", "_GeneratorIterable__id", 170); - _static_1(P, "core_Uri_decodeComponent$closure", "Uri_decodeComponent", 103); - _instance_1_i(_ = P.Iterable.prototype, "get$contains", "contains$1", 109); + _static_1(P, "core__identityHashCode$closure", "identityHashCode", 433); + _static_2(P, "core__identical$closure", "identical", 434); + _static_2(P, "core_Comparable_compare$closure", "Comparable_compare", 2684); + _static_1(P, "core__GeneratorIterable__id$closure", "_GeneratorIterable__id", 173); + _static_1(P, "core_Uri_decodeComponent$closure", "Uri_decodeComponent", 106); + _instance_1_i(_ = P.Iterable.prototype, "get$contains", "contains$1", 107); _instance(_, "get$toList", 1, 0, function() { return {growable: true}; }, ["call$1$growable", "call$0"], ["toList$1$growable", "toList$0"], "List({growable:bool})", 0); - _static(W, "html__Html5NodeValidator__standardAttributeValidator$closure", 4, null, ["call$4"], ["_Html5NodeValidator__standardAttributeValidator"], 679, 0); - _static(W, "html__Html5NodeValidator__uriAttributeValidator$closure", 4, null, ["call$4"], ["_Html5NodeValidator__uriAttributeValidator"], 679, 0); - _instance_2_i(W.HttpRequest.prototype, "get$setRequestHeader", "setRequestHeader$2", 104); + _static(W, "html__Html5NodeValidator__standardAttributeValidator$closure", 4, null, ["call$4"], ["_Html5NodeValidator__standardAttributeValidator"], 720, 0); + _static(W, "html__Html5NodeValidator__uriAttributeValidator$closure", 4, null, ["call$4"], ["_Html5NodeValidator__uriAttributeValidator"], 720, 0); + _instance_2_i(W.HttpRequest.prototype, "get$setRequestHeader", "setRequestHeader$2", 111); _instance_1_u(_ = W.Console.prototype, "get$group", "group$1", 34); _instance_1_u(_, "get$warn", "warn$1", 34); _instance_0_u(_ = P._FileStream.prototype, "get$_readBlock", "_readBlock$0", 0); _instance_0_i(_, "get$_io$_start", "_io$_start$0", 0); - _instance_0_i(P._File.prototype, "get$length", "length$0", 325); - _static_1(P, "js___convertToJS$closure", "_convertToJS", 643); - _static_1(P, "js___convertToDart$closure", "_convertToDart", 142); + _instance_0_i(P._File.prototype, "get$length", "length$0", 279); + _static_1(P, "js___convertToJS$closure", "_convertToJS", 681); + _static_1(P, "js___convertToDart$closure", "_convertToDart", 145); _static(P, "math__max$closure", 2, null, ["call$1$2", "call$2"], ["max", function(a, b) { return P.max(a, b, type$.num); - }], 2701, 1); - _static(P, "ui_Size_lerp$closure", 3, null, ["call$3"], ["Size_lerp"], 2702, 0); - _static(P, "ui__lerpDouble$closure", 3, null, ["call$3"], ["lerpDouble"], 2703, 0); - _static(P, "ui_Color_lerp$closure", 3, null, ["call$3"], ["Color_lerp"], 2704, 0); + }], 2686, 1); + _static(P, "ui_Size_lerp$closure", 3, null, ["call$3"], ["Size_lerp"], 2687, 0); + _static(P, "ui__lerpDouble$closure", 3, null, ["call$3"], ["lerpDouble"], 2688, 0); + _static(P, "ui_Color_lerp$closure", 3, null, ["call$3"], ["Color_lerp"], 2689, 0); _instance_1_u(P._StoredMessage.prototype, "get$invoke", "invoke$1", 115); - _instance_2_u(D.BoardItemState.prototype, "get$onDropItem", "onDropItem$2", 2533); - _instance_1_u(O.BoardListState.prototype, "get$onDropList", "onDropList$1", 2530); - _instance_1_i(A.CopyOnWriteSet.prototype, "get$contains", "contains$1", 109); - _instance_1_u(_ = A.CachedNetworkImage.prototype, "get$_octoPlaceholderBuilder", "_octoPlaceholderBuilder$1", 63); - _instance(_, "get$_octoErrorBuilder", 0, 3, null, ["call$3"], ["_octoErrorBuilder$3"], 642, 0); - _instance_1_u(_ = B.MultiImageStreamCompleter.prototype, "get$_multi_image_stream_completer$_handleAppFrame", "_multi_image_stream_completer$_handleAppFrame$1", 27); + _instance_2_u(D.BoardItemState.prototype, "get$onDropItem", "onDropItem$2", 1014); + _instance_1_u(O.BoardListState.prototype, "get$onDropList", "onDropList$1", 1019); + _instance_1_i(A.CopyOnWriteSet.prototype, "get$contains", "contains$1", 107); + _instance_1_u(_ = A.CachedNetworkImage.prototype, "get$_octoPlaceholderBuilder", "_octoPlaceholderBuilder$1", 75); + _instance(_, "get$_octoErrorBuilder", 0, 3, null, ["call$3"], ["_octoErrorBuilder$3"], 680, 0); + _instance_1_u(_ = B.MultiImageStreamCompleter.prototype, "get$_multi_image_stream_completer$_handleAppFrame", "_multi_image_stream_completer$_handleAppFrame$1", 28); _instance_0_u(_, "get$_multi_image_stream_completer$_scheduleAppFrame", "_multi_image_stream_completer$_scheduleAppFrame$0", 0); - _instance_1_i(_, "get$addListener", "addListener$1", 433); + _instance_1_i(_, "get$addListener", "addListener$1", 338); _instance_1_u(L.CartesianChart.prototype, "get$makeSeries", "makeSeries$1", "MutableSeries(Object?)"); _instance_1_u(_ = O.DomainHighlighter0.prototype, "get$_selectionChanged", "_selectionChanged$1", 34); _instance_1_u(_, "get$_updateColorFunctions", "_updateColorFunctions$1", 34); - _instance_1_u(_ = D.Legend.prototype, "get$defaultLegendMeasureFormatter", "defaultLegendMeasureFormatter$1", 630); + _instance_1_u(_ = D.Legend.prototype, "get$defaultLegendMeasureFormatter", "defaultLegendMeasureFormatter$1", 676); _instance_1_u(_, "get$_preProcess", "_preProcess$1", 34); _instance_1_u(_, "get$_postProcess", "_postProcess$1", 34); _instance_1_u(_, "get$_legend$_selectionChanged", "_legend$_selectionChanged$1", 34); _instance_1_u(Z.SeriesLegend0.prototype, "get$onData", "onData$1", 34); _instance_1_u(_ = E.LinePointHighlighter0.prototype, "get$_line_point_highlighter$_selectionChanged", "_line_point_highlighter$_selectionChanged$1", 34); _instance_0_u(_, "get$_updateViewData", "_updateViewData$0", 0); - _instance_1_u(_ = Z.SelectNearest0.prototype, "get$_onTapTest", "_onTapTest$1", 374); - _instance_1_u(_, "get$_onLongPressSelect", "_onLongPressSelect$1", 374); - _instance(_, "get$_onSelect", 0, 1, null, ["call$2", "call$1"], ["_onSelect$2", "_onSelect$1"], 2442, 0); - _instance(_, "get$_onDeselectAll", 0, 3, null, ["call$3"], ["_onDeselectAll$3"], 2438, 0); - _instance_1_u(X.BaseChart.prototype, "get$_notACustomBehavior", "_notACustomBehavior$1", 624); + _instance_1_u(_ = Z.SelectNearest0.prototype, "get$_onTapTest", "_onTapTest$1", 387); + _instance_1_u(_, "get$_onLongPressSelect", "_onLongPressSelect$1", 387); + _instance(_, "get$_onSelect", 0, 1, null, ["call$2", "call$1"], ["_onSelect$2", "_onSelect$1"], 1392, 0); + _instance(_, "get$_onDeselectAll", 0, 3, null, ["call$3"], ["_onDeselectAll$3"], 1393, 0); + _instance_1_u(X.BaseChart.prototype, "get$_notACustomBehavior", "_notACustomBehavior$1", 670); _instance_0_u(U.BaseChartState.prototype, "get$_animationTick", "_animationTick$0", 0); - _instance_1_u(X.ChartContainerCustomPaint.prototype, "get$_buildSemantics", "_buildSemantics$1", 2402); - _instance_1_u(_ = K.ChartGestureDetector.prototype, "get$onTapDown", "onTapDown$1", 99); - _instance_1_u(_, "get$onTapUp", "onTapUp$1", 141); - _instance_1_u(_, "get$onScaleStart", "onScaleStart$1", 614); - _instance_1_u(_, "get$onScaleUpdate", "onScaleUpdate$1", 612); - _instance_1_u(_, "get$onScaleEnd", "onScaleEnd$1", 611); - _instance_2_u(_ = U.DeepCollectionEquality.prototype, "get$equals", "equals$2", 378); - _instance_1_i(_, "get$hash", "hash$1", 379); - _instance_1_u(_, "get$isValidKey", "isValidKey$1", 109); - _instance_0_i(R.XFileBase.prototype, "get$length", "length$0", 325); - _instance_0_i(A.XFile.prototype, "get$length", "length$0", 325); - _instance_1_u(_ = M._DraggableScrollbarState.prototype, "get$_onVerticalDragStart", "_onVerticalDragStart$1", 101); - _instance_1_u(_, "get$_draggable_scrollbar$_onVerticalDragUpdate", "_draggable_scrollbar$_onVerticalDragUpdate$1", 67); - _instance_1_u(_, "get$_onVerticalDragEnd", "_onVerticalDragEnd$1", 110); - _instance_0_i(T.MemoryFile.prototype, "get$length", "length$0", 325); - _static_2(X, "memory_file_system___defaultOpHandle$closure", "_defaultOpHandle", 2705); - _instance_1_u(U.MemoryFileSystemEntity.prototype, "get$defaultCheckType", "defaultCheckType$1", 2293); - _static_1(B, "utils0__isEmpty$closure", "isEmpty", 80); + _instance_1_u(X.ChartContainerCustomPaint.prototype, "get$_buildSemantics", "_buildSemantics$1", 1905); + _instance_1_u(_ = K.ChartGestureDetector.prototype, "get$onTapDown", "onTapDown$1", 101); + _instance_1_u(_, "get$onTapUp", "onTapUp$1", 144); + _instance_1_u(_, "get$onScaleStart", "onScaleStart$1", 668); + _instance_1_u(_, "get$onScaleUpdate", "onScaleUpdate$1", 665); + _instance_1_u(_, "get$onScaleEnd", "onScaleEnd$1", 661); + _instance_2_u(_ = U.DeepCollectionEquality.prototype, "get$equals", "equals$2", 434); + _instance_1_i(_, "get$hash", "hash$1", 433); + _instance_1_u(_, "get$isValidKey", "isValidKey$1", 107); + _instance_0_i(R.XFileBase.prototype, "get$length", "length$0", 279); + _instance_0_i(A.XFile.prototype, "get$length", "length$0", 279); + _instance_1_u(_ = M._DraggableScrollbarState.prototype, "get$_onVerticalDragStart", "_onVerticalDragStart$1", 98); + _instance_1_u(_, "get$_draggable_scrollbar$_onVerticalDragUpdate", "_draggable_scrollbar$_onVerticalDragUpdate$1", 69); + _instance_1_u(_, "get$_onVerticalDragEnd", "_onVerticalDragEnd$1", 103); + _instance_0_i(T.MemoryFile.prototype, "get$length", "length$0", 279); + _static_2(X, "memory_file_system___defaultOpHandle$closure", "_defaultOpHandle", 2690); + _instance_1_u(U.MemoryFileSystemEntity.prototype, "get$defaultCheckType", "defaultCheckType$1", 2195); + _static_1(B, "utils0__isEmpty$closure", "isEmpty", 77); _instance(_ = G.AnimationController.prototype, "get$reverse", 1, 0, function() { return {from: null}; - }, ["call$1$from", "call$0"], ["reverse$1$from", "reverse$0"], 2285, 0); + }, ["call$1$from", "call$0"], ["reverse$1$from", "reverse$0"], 2256, 0); _instance_1_u(_, "get$_directionSetter", "_directionSetter$1", 2283); _instance_0_i(_, "get$dispose", "dispose$0", 0); - _instance_1_u(_, "get$_animation_controller$_tick", "_animation_controller$_tick$1", 27); - _instance_1_u(S.ReverseAnimation.prototype, "get$_statusChangeHandler", "_statusChangeHandler$1", 35); - _instance_1_u(S.CurvedAnimation.prototype, "get$_updateCurveDirection", "_updateCurveDirection$1", 35); - _instance_1_u(_ = S.TrainHoppingAnimation.prototype, "get$_statusChangeHandler", "_statusChangeHandler$1", 35); + _instance_1_u(_, "get$_animation_controller$_tick", "_animation_controller$_tick$1", 28); + _instance_1_u(S.ReverseAnimation.prototype, "get$_statusChangeHandler", "_statusChangeHandler$1", 36); + _instance_1_u(S.CurvedAnimation.prototype, "get$_updateCurveDirection", "_updateCurveDirection$1", 36); + _instance_1_u(_ = S.TrainHoppingAnimation.prototype, "get$_statusChangeHandler", "_statusChangeHandler$1", 36); _instance_0_u(_, "get$_valueChangeHandler", "_valueChangeHandler$0", 0); - _instance_1_u(_ = S.CompoundAnimation.prototype, "get$_maybeNotifyStatusListeners", "_maybeNotifyStatusListeners$1", 35); + _instance_1_u(_ = S.CompoundAnimation.prototype, "get$_maybeNotifyStatusListeners", "_maybeNotifyStatusListeners$1", 36); _instance_0_u(_, "get$_maybeNotifyListeners", "_maybeNotifyListeners$0", 0); _instance_0_u(S.AnimationLocalListenersMixin.prototype, "get$notifyListeners", "notifyListeners$0", 0); - _instance_1_u(S.AnimationLocalStatusListenersMixin.prototype, "get$notifyStatusListeners", "notifyStatusListeners$1", 35); + _instance_1_u(S.AnimationLocalStatusListenersMixin.prototype, "get$notifyStatusListeners", "notifyStatusListeners$1", 36); _instance_1_i(Y._Interval.prototype, "get$value", "value$1", 6); - _instance_1_u(_ = D._CupertinoBackGestureDetectorState.prototype, "get$_route$_handleDragStart", "_route$_handleDragStart$1", 101); - _instance_1_u(_, "get$_route$_handleDragUpdate", "_route$_handleDragUpdate$1", 67); - _instance_1_u(_, "get$_route$_handleDragEnd", "_route$_handleDragEnd$1", 110); + _instance_1_u(_ = D._CupertinoBackGestureDetectorState.prototype, "get$_route$_handleDragStart", "_route$_handleDragStart$1", 98); + _instance_1_u(_, "get$_route$_handleDragUpdate", "_route$_handleDragUpdate$1", 69); + _instance_1_u(_, "get$_route$_handleDragEnd", "_route$_handleDragEnd$1", 103); _instance_0_u(_, "get$_route$_handleDragCancel", "_route$_handleDragCancel$0", 0); - _instance_1_u(_, "get$_route$_handlePointerDown", "_route$_handlePointerDown$1", 204); + _instance_1_u(_, "get$_route$_handlePointerDown", "_route$_handlePointerDown$1", 212); _instance_0_u(E._CupertinoScrollbarState.prototype, "get$handleThumbPress", "handleThumbPress$0", 0); - _instance_1_u(_ = N._CupertinoSwitchState.prototype, "get$_switch0$_handleTapDown", "_switch0$_handleTapDown$1", 99); + _instance_1_u(_ = N._CupertinoSwitchState.prototype, "get$_switch0$_handleTapDown", "_switch0$_handleTapDown$1", 101); _instance_0_u(_, "get$_switch0$_handleTap", "_switch0$_handleTap$0", 0); - _instance_1_u(_, "get$_switch0$_handleTapUp", "_switch0$_handleTapUp$1", 141); + _instance_1_u(_, "get$_switch0$_handleTapUp", "_switch0$_handleTapUp$1", 144); _instance_0_u(_, "get$_switch0$_handleTapCancel", "_switch0$_handleTapCancel$0", 0); - _instance_1_u(_, "get$_switch0$_handleDragStart", "_switch0$_handleDragStart$1", 101); - _instance_1_u(_, "get$_switch0$_handleDragUpdate", "_switch0$_handleDragUpdate$1", 67); - _instance_1_u(_, "get$_switch0$_handleDragEnd", "_switch0$_handleDragEnd$1", 110); - _static_1(U, "assertions_FlutterError__defaultErrorHandler$closure", "FlutterError__defaultErrorHandler", 2706); + _instance_1_u(_, "get$_switch0$_handleDragStart", "_switch0$_handleDragStart$1", 98); + _instance_1_u(_, "get$_switch0$_handleDragUpdate", "_switch0$_handleDragUpdate$1", 69); + _instance_1_u(_, "get$_switch0$_handleDragEnd", "_switch0$_handleDragEnd$1", 103); + _static_1(U, "assertions_FlutterError__defaultErrorHandler$closure", "FlutterError__defaultErrorHandler", 2691); _static(U, "assertions_FlutterError_dumpErrorToConsole$closure", 1, null, ["call$2$forceReport", "call$1"], ["FlutterError_dumpErrorToConsole", function(details) { return U.FlutterError_dumpErrorToConsole(details, false); - }], 2707, 0); - _static_1(U, "assertions_DiagnosticsStackTrace__createStackFrame$closure", "DiagnosticsStackTrace__createStackFrame", 2708); + }], 2692, 0); + _static_1(U, "assertions_DiagnosticsStackTrace__createStackFrame$closure", "DiagnosticsStackTrace__createStackFrame", 2693); _instance_0_i(_ = B.ChangeNotifier.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_, "get$notifyListeners", "notifyListeners$0", 0); - _instance_1_i(Y.DiagnosticPropertiesBuilder.prototype, "get$add", "add$1", 574); - _instance_1_u(B.AbstractNode.prototype, "get$redepthChild", "redepthChild$1", 2219); - _static_1(R, "stack_frame_StackFrame_fromStackTraceLine$closure", "StackFrame_fromStackTraceLine", 2709); - _instance_1_u(_ = N.GestureBinding.prototype, "get$_handlePointerDataPacket", "_handlePointerDataPacket$1", 2206); - _instance_1_u(_, "get$cancelPointer", "cancelPointer$1", 73); + _instance_1_i(Y.DiagnosticPropertiesBuilder.prototype, "get$add", "add$1", 739); + _instance_1_u(B.AbstractNode.prototype, "get$redepthChild", "redepthChild$1", 2445); + _static_1(R, "stack_frame_StackFrame_fromStackTraceLine$closure", "StackFrame_fromStackTraceLine", 2694); + _instance_1_u(_ = N.GestureBinding.prototype, "get$_handlePointerDataPacket", "_handlePointerDataPacket$1", 2453); + _instance_1_u(_, "get$cancelPointer", "cancelPointer$1", 71); _instance_0_u(_, "get$_flushPointerEventQueue", "_flushPointerEventQueue$0", 0); - _instance_1_u(_, "get$_handlePointerEventImmediately", "_handlePointerEventImmediately$1", 90); + _instance_1_u(_, "get$_handlePointerEventImmediately", "_handlePointerEventImmediately$1", 91); _instance_0_u(_, "get$_handleSampleTimeChanged", "_handleSampleTimeChanged$0", 0); - _static(K, "force_press_ForcePressGestureRecognizer__inverseLerp$closure", 3, null, ["call$3"], ["ForcePressGestureRecognizer__inverseLerp"], 2710, 0); - _instance_1_u(K.ForcePressGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 90); - _static_1(O, "monodrag_DragGestureRecognizer__defaultBuilder$closure", "DragGestureRecognizer__defaultBuilder", 578); - _instance_1_u(O.DragGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 90); - _instance_1_u(_ = V.MultiDragGestureRecognizer.prototype, "get$_multidrag$_handleEvent", "_multidrag$_handleEvent$1", 90); - _instance_1_u(_, "get$_removeState", "_removeState$1", 73); + _static(K, "force_press_ForcePressGestureRecognizer__inverseLerp$closure", 3, null, ["call$3"], ["ForcePressGestureRecognizer__inverseLerp"], 2695, 0); + _instance_1_u(K.ForcePressGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 91); + _static_1(O, "monodrag_DragGestureRecognizer__defaultBuilder$closure", "DragGestureRecognizer__defaultBuilder", 571); + _instance_1_u(O.DragGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 91); + _instance_1_u(_ = V.MultiDragGestureRecognizer.prototype, "get$_multidrag$_handleEvent", "_multidrag$_handleEvent$1", 91); + _instance_1_u(_, "get$_removeState", "_removeState$1", 71); _instance_0_u(V._DelayedPointerState.prototype, "get$_delayPassed", "_delayPassed$0", 0); _instance_0_u(F._CountdownZoned.prototype, "get$_onTimeout", "_onTimeout$0", 0); - _instance_1_u(_ = F.DoubleTapGestureRecognizer.prototype, "get$_handleEvent", "_handleEvent$1", 90); - _instance_1_u(_, "get$_reject", "_reject$1", 2197); + _instance_1_u(_ = F.DoubleTapGestureRecognizer.prototype, "get$_handleEvent", "_handleEvent$1", 91); + _instance_1_u(_, "get$_reject", "_reject$1", 2475); _instance_0_u(_, "get$_multitap$_reset", "_multitap$_reset$0", 0); - _instance_1_u(S.OneSequenceGestureRecognizer.prototype, "get$stopTrackingPointer", "stopTrackingPointer$1", 73); - _instance_1_u(S.PrimaryPointerGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 90); - _instance_1_u(B.ScaleGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 90); - _instance(_ = A._LicensePageState.prototype, "get$_packageLicensePage", 0, 3, null, ["call$3"], ["_packageLicensePage$3"], 563, 0); - _instance_2_u(_, "get$_packagesView", "_packagesView$2", 562); - _instance_2_u(_ = S._MaterialAppState.prototype, "get$_inspectorSelectButtonBuilder", "_inspectorSelectButtonBuilder$2", 2133); - _instance_2_u(_, "get$_materialBuilder", "_materialBuilder$2", 236); + _instance_1_u(S.OneSequenceGestureRecognizer.prototype, "get$stopTrackingPointer", "stopTrackingPointer$1", 71); + _instance_1_u(S.PrimaryPointerGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 91); + _instance_1_u(B.ScaleGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 91); + _instance(_ = A._LicensePageState.prototype, "get$_packageLicensePage", 0, 3, null, ["call$3"], ["_packageLicensePage$3"], 645, 0); + _instance_2_u(_, "get$_packagesView", "_packagesView$2", 644); + _instance_2_u(_ = S._MaterialAppState.prototype, "get$_inspectorSelectButtonBuilder", "_inspectorSelectButtonBuilder$2", 753); + _instance_2_u(_, "get$_materialBuilder", "_materialBuilder$2", 214); _instance_0_u(_ = E._AppBarState.prototype, "get$_handleDrawerButton", "_handleDrawerButton$0", 0); _instance_0_u(_, "get$_handleDrawerButtonEnd", "_handleDrawerButtonEnd$0", 0); - _instance_1_u(_ = E._BottomSheetState.prototype, "get$_bottom_sheet$_handleDragStart", "_bottom_sheet$_handleDragStart$1", 101); - _instance_1_u(_, "get$_bottom_sheet$_handleDragUpdate", "_bottom_sheet$_handleDragUpdate$1", 67); - _instance_1_u(_, "get$_bottom_sheet$_handleDragEnd", "_bottom_sheet$_handleDragEnd$1", 110); - _instance_1_u(_, "get$extentChanged", "extentChanged$1", 462); - _instance_1_u(_ = Z._RawMaterialButtonState.prototype, "get$_handleHighlightChanged", "_handleHighlightChanged$1", 48); - _instance_1_u(_, "get$_handleHoveredChanged", "_handleHoveredChanged$1", 48); - _instance_1_u(_, "get$_handleFocusedChanged", "_handleFocusedChanged$1", 48); + _instance_1_u(_ = E._BottomSheetState.prototype, "get$_bottom_sheet$_handleDragStart", "_bottom_sheet$_handleDragStart$1", 98); + _instance_1_u(_, "get$_bottom_sheet$_handleDragUpdate", "_bottom_sheet$_handleDragUpdate$1", 69); + _instance_1_u(_, "get$_bottom_sheet$_handleDragEnd", "_bottom_sheet$_handleDragEnd$1", 103); + _instance_1_u(_, "get$extentChanged", "extentChanged$1", 641); + _instance_1_u(_ = Z._RawMaterialButtonState.prototype, "get$_handleHighlightChanged", "_handleHighlightChanged$1", 53); + _instance_1_u(_, "get$_handleHoveredChanged", "_handleHoveredChanged$1", 53); + _instance_1_u(_, "get$_handleFocusedChanged", "_handleFocusedChanged$1", 53); _instance_1_u(_ = Z._RenderInputPadding.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_1_u(_ = K._ButtonStyleState.prototype, "get$_button_style_button$_handleHighlightChanged", "_button_style_button$_handleHighlightChanged$1", 48); - _instance_1_u(_, "get$_button_style_button$_handleHoveredChanged", "_button_style_button$_handleHoveredChanged$1", 48); - _instance_1_u(_, "get$_button_style_button$_handleFocusedChanged", "_button_style_button$_handleFocusedChanged$1", 48); + _instance_1_u(_ = K._ButtonStyleState.prototype, "get$_button_style_button$_handleHighlightChanged", "_button_style_button$_handleHighlightChanged$1", 53); + _instance_1_u(_, "get$_button_style_button$_handleHoveredChanged", "_button_style_button$_handleHoveredChanged$1", 53); + _instance_1_u(_, "get$_button_style_button$_handleFocusedChanged", "_button_style_button$_handleFocusedChanged$1", 53); _instance_1_u(_ = K._RenderInputPadding0.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_1_u(_ = Q._CalendarDatePickerState.prototype, "get$_handleMonthChanged", "_handleMonthChanged$1", 235); - _instance_1_u(_, "get$_handleYearChanged", "_handleYearChanged$1", 235); - _instance_1_u(_, "get$_handleDayChanged", "_handleDayChanged$1", 235); - _instance_1_u(_ = Q._MonthPickerState.prototype, "get$_handleDateSelected", "_handleDateSelected$1", 235); - _instance_1_u(_, "get$_handleMonthPageChanged", "_handleMonthPageChanged$1", 73); + _instance_1_u(_ = Q._CalendarDatePickerState.prototype, "get$_handleMonthChanged", "_handleMonthChanged$1", 211); + _instance_1_u(_, "get$_handleYearChanged", "_handleYearChanged$1", 211); + _instance_1_u(_, "get$_handleDayChanged", "_handleDayChanged$1", 211); + _instance_1_u(_ = Q._MonthPickerState.prototype, "get$_handleDateSelected", "_handleDateSelected$1", 211); + _instance_1_u(_, "get$_handleMonthPageChanged", "_handleMonthPageChanged$1", 71); _instance_0_u(_, "get$_handleNextMonth", "_handleNextMonth$0", 0); _instance_0_u(_, "get$_handlePreviousMonth", "_handlePreviousMonth$0", 0); - _instance_1_u(_, "get$_handleGridFocusChange", "_handleGridFocusChange$1", 48); - _instance_1_u(_, "get$_handleGridNextFocus", "_handleGridNextFocus$1", 2070); - _instance_1_u(_, "get$_handleGridPreviousFocus", "_handleGridPreviousFocus$1", 2069); - _instance_1_u(_, "get$_handleDirectionFocus", "_handleDirectionFocus$1", 2067); - _instance_2_u(_, "get$_buildItems", "_buildItems$2", 139); - _instance_2_u(Q._YearPickerState.prototype, "get$_buildYearItem", "_buildYearItem$2", 139); + _instance_1_u(_, "get$_handleGridFocusChange", "_handleGridFocusChange$1", 53); + _instance_1_u(_, "get$_handleGridNextFocus", "_handleGridNextFocus$1", 928); + _instance_1_u(_, "get$_handleGridPreviousFocus", "_handleGridPreviousFocus$1", 930); + _instance_1_u(_, "get$_handleDirectionFocus", "_handleDirectionFocus$1", 931); + _instance_2_u(_, "get$_buildItems", "_buildItems$2", 132); + _instance_2_u(Q._YearPickerState.prototype, "get$_buildYearItem", "_buildYearItem$2", 132); _instance_0_u(D.CheckboxListTile.prototype, "get$_handleValueChange", "_handleValueChange$0", 0); - _instance_1_u(_ = S.TableRowInkWell.prototype, "get$getRectCallback", "getRectCallback$1", 2065); - _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 522); + _instance_1_u(_ = S.TableRowInkWell.prototype, "get$getRectCallback", "getRectCallback$1", 948); + _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 639); _instance_0_u(_ = S._SortArrowState.prototype, "get$_data_table$_rebuild", "_data_table$_rebuild$0", 0); - _instance_1_u(_, "get$_resetOrientationAnimation", "_resetOrientationAnimation$1", 35); + _instance_1_u(_, "get$_resetOrientationAnimation", "_resetOrientationAnimation$1", 36); _instance_0_u(_ = K._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", 235); - _static(E, "dialog___buildMaterialDialogTransitions$closure", 4, null, ["call$4"], ["_buildMaterialDialogTransitions"], 2711, 0); + _instance_1_u(_, "get$_handleDateChanged", "_handleDateChanged$1", 211); + _static(E, "dialog___buildMaterialDialogTransitions$closure", 4, null, ["call$4"], ["_buildMaterialDialogTransitions"], 2696, 0); _instance_0_u(_ = Z.DrawerControllerState.prototype, "get$_animationChanged", "_animationChanged$0", 0); - _instance_1_u(_, "get$_animationStatusChanged", "_animationStatusChanged$1", 35); + _instance_1_u(_, "get$_animationStatusChanged", "_animationStatusChanged$1", 36); _instance_0_u(_, "get$_handleHistoryEntryRemoved", "_handleHistoryEntryRemoved$0", 0); - _instance_1_u(_, "get$_handleDragDown", "_handleDragDown$1", 518); + _instance_1_u(_, "get$_handleDragDown", "_handleDragDown$1", 638); _instance_0_u(_, "get$_handleDragCancel", "_handleDragCancel$0", 0); - _instance_1_u(_, "get$_move", "_move$1", 67); - _instance_1_u(_, "get$_settle", "_settle$1", 110); + _instance_1_u(_, "get$_move", "_move$1", 69); + _instance_1_u(_, "get$_settle", "_settle$1", 103); _instance_0_i(_, "get$close", "close$0", 0); - _instance_1_u(_ = K._DropdownMenuItemButtonState.prototype, "get$_dropdown$_handleFocusChange", "_dropdown$_handleFocusChange$1", 48); + _instance_1_u(_ = K._DropdownMenuItemButtonState.prototype, "get$_dropdown$_handleFocusChange", "_dropdown$_handleFocusChange$1", 53); _instance_0_u(_, "get$_handleOnTap", "_handleOnTap$0", 0); _instance_0_u(_ = K._DropdownButtonState.prototype, "get$_dropdown$_handleFocusChanged", "_dropdown$_handleFocusChanged$0", 0); - _instance_1_u(_, "get$_dropdown$_handleFocusHighlightModeChange", "_dropdown$_handleFocusHighlightModeChange$1", 344); + _instance_1_u(_, "get$_dropdown$_handleFocusHighlightModeChange", "_dropdown$_handleFocusHighlightModeChange$1", 453); _instance_0_u(_, "get$_dropdown$_handleTap", "_dropdown$_handleTap$0", 0); _instance_1_u(K._DropdownButtonFormFieldState.prototype, "get$didChange", "didChange$1", 34); _instance_0_u(N._ExpandIconState.prototype, "get$_handlePressed", "_handlePressed$0", 0); _instance_0_u(_ = D._InkState.prototype, "get$_handleRemoved", "_handleRemoved$0", 0); - _instance_1_u(_, "get$_build", "_build$1", 63); + _instance_1_u(_, "get$_build", "_build$1", 75); _instance_0_u(D.InkDecoration.prototype, "get$_handleChanged", "_handleChanged$0", 0); - _instance_1_u(Y.InkHighlight.prototype, "get$_handleAlphaStatusChanged", "_handleAlphaStatusChanged$1", 35); - _instance_1_u(O.InkRipple.prototype, "get$_ink_ripple$_handleAlphaStatusChanged", "_ink_ripple$_handleAlphaStatusChanged$1", 35); - _instance_1_u(U.InkSplash.prototype, "get$_ink_splash$_handleAlphaStatusChanged", "_ink_splash$_handleAlphaStatusChanged$1", 35); - _instance_1_u(_ = R.InkResponse.prototype, "get$getRectCallback", "getRectCallback$1", 2043); - _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 522); + _instance_1_u(Y.InkHighlight.prototype, "get$_handleAlphaStatusChanged", "_handleAlphaStatusChanged$1", 36); + _instance_1_u(O.InkRipple.prototype, "get$_ink_ripple$_handleAlphaStatusChanged", "_ink_ripple$_handleAlphaStatusChanged$1", 36); + _instance_1_u(U.InkSplash.prototype, "get$_ink_splash$_handleAlphaStatusChanged", "_ink_splash$_handleAlphaStatusChanged$1", 36); + _instance_1_u(_ = R.InkResponse.prototype, "get$getRectCallback", "getRectCallback$1", 1010); + _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 639); _instance(_ = R._InkResponseState.prototype, "get$_simulateTap", 0, 0, function() { return [null]; - }, ["call$1", "call$0"], ["_simulateTap$1", "_simulateTap$0"], 513, 0); + }, ["call$1", "call$0"], ["_simulateTap$1", "_simulateTap$0"], 628, 0); _instance_0_u(_, "get$_simulateLongPress", "_simulateLongPress$0", 0); - _instance_1_u(_, "get$_handleFocusHighlightModeChange", "_handleFocusHighlightModeChange$1", 344); - _instance_1_u(_, "get$_handleFocusUpdate", "_handleFocusUpdate$1", 48); - _instance_1_u(_, "get$_handleTapDown", "_handleTapDown$1", 99); + _instance_1_u(_, "get$_handleFocusHighlightModeChange", "_handleFocusHighlightModeChange$1", 453); + _instance_1_u(_, "get$_handleFocusUpdate", "_handleFocusUpdate$1", 53); + _instance_1_u(_, "get$_handleTapDown", "_handleTapDown$1", 101); _instance_0_u(_, "get$_ink_well$_handleTap", "_ink_well$_handleTap$0", 0); _instance_0_u(_, "get$_handleTapCancel", "_handleTapCancel$0", 0); _instance_0_u(_, "get$_handleDoubleTap", "_handleDoubleTap$0", 0); _instance_0_u(_, "get$_ink_well$_handleLongPress", "_ink_well$_handleLongPress$0", 0); - _instance_1_u(_, "get$_handleMouseEnter", "_handleMouseEnter$1", 316); - _instance_1_u(_, "get$_handleMouseExit", "_handleMouseExit$1", 199); - _instance_1_u(_ = U._InputDatePickerFormFieldState.prototype, "get$_validateDate", "_validateDate$1", 355); - _instance_1_u(_, "get$_handleSaved", "_handleSaved$1", 238); + _instance_1_u(_, "get$_handleMouseEnter", "_handleMouseEnter$1", 305); + _instance_1_u(_, "get$_handleMouseExit", "_handleMouseExit$1", 184); + _instance_1_u(_ = U._InputDatePickerFormFieldState.prototype, "get$_validateDate", "_validateDate$1", 411); + _instance_1_u(_, "get$_handleSaved", "_handleSaved$1", 229); _instance_1_u(_, "get$_handleSubmitted", "_handleSubmitted$1", 85); _instance_0_u(L._HelperErrorState.prototype, "get$_input_decorator$_handleChange", "_input_decorator$_handleChange$0", 0); _instance_1_u(_ = L._RenderDecoration.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_2_u(_, "get$_paintLabel", "_paintLabel$2", 86); + _instance_2_u(_, "get$_paintLabel", "_paintLabel$2", 88); _instance_0_u(L._InputDecoratorState.prototype, "get$_input_decorator$_handleChange", "_input_decorator$_handleChange$0", 0); _instance_1_u(_ = Q._RenderListTile.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); @@ -434149,67 +430888,67 @@ _instance_0_u(_, "get$_handleNext", "_handleNext$0", 0); _instance_0_u(Z.PopupMenuItemState.prototype, "get$handleTap", "handleTap$0", 0); _instance_0_u(Z.PopupMenuButtonState.prototype, "get$showButtonMenu", "showButtonMenu$0", 0); - _instance_1_u(Y._RadioState.prototype, "get$_radio$_handleChanged", "_radio$_handleChanged$1", 333); - _instance_1_u(_ = N.RefreshIndicatorState.prototype, "get$_refresh_indicator$_handleScrollNotification", "_refresh_indicator$_handleScrollNotification$1", 158); - _instance_1_u(_, "get$_handleGlowNotification", "_handleGlowNotification$1", 2008); - _instance_2_u(_ = Z._ReorderableListViewState.prototype, "get$_itemBuilder", "_itemBuilder$2", 139); - _instance(_, "get$_proxyDecorator", 0, 3, null, ["call$3"], ["_proxyDecorator$3"], 2006, 0); - _instance_1_u(_ = M._FloatingActionButtonTransitionState.prototype, "get$_handlePreviousAnimationStatusChanged", "_handlePreviousAnimationStatusChanged$1", 35); + _instance_1_u(Y._RadioState.prototype, "get$_radio$_handleChanged", "_radio$_handleChanged$1", 395); + _instance_1_u(_ = N.RefreshIndicatorState.prototype, "get$_refresh_indicator$_handleScrollNotification", "_refresh_indicator$_handleScrollNotification$1", 162); + _instance_1_u(_, "get$_handleGlowNotification", "_handleGlowNotification$1", 1101); + _instance_2_u(_ = Z._ReorderableListViewState.prototype, "get$_itemBuilder", "_itemBuilder$2", 132); + _instance(_, "get$_proxyDecorator", 0, 3, null, ["call$3"], ["_proxyDecorator$3"], 1103, 0); + _instance_1_u(_ = M._FloatingActionButtonTransitionState.prototype, "get$_handlePreviousAnimationStatusChanged", "_handlePreviousAnimationStatusChanged$1", 36); _instance_0_u(_, "get$_onProgressChanged", "_onProgressChanged$0", 0); - _instance_1_u(_ = M.ScaffoldState.prototype, "get$_drawerOpenedCallback", "_drawerOpenedCallback$1", 48); - _instance_1_u(_, "get$_endDrawerOpenedCallback", "_endDrawerOpenedCallback$1", 48); + _instance_1_u(_ = M.ScaffoldState.prototype, "get$_drawerOpenedCallback", "_drawerOpenedCallback$1", 53); + _instance_1_u(_, "get$_endDrawerOpenedCallback", "_endDrawerOpenedCallback$1", 53); _instance_0_u(_, "get$_handleStatusBarTap", "_handleStatusBarTap$0", 0); _instance_0_i(_ = M._StandardBottomSheetState.prototype, "get$close", "close$0", 0); - _instance_1_u(_, "get$_scaffold$_handleDragStart", "_scaffold$_handleDragStart$1", 101); - _instance(_, "get$_scaffold$_handleDragEnd", 0, 1, null, ["call$2$isClosing", "call$1"], ["_scaffold$_handleDragEnd$2$isClosing", "_scaffold$_handleDragEnd$1"], 1983, 0); - _instance_1_u(_, "get$_handleStatusChange", "_handleStatusChange$1", 35); - _instance_1_u(_, "get$extentChanged", "extentChanged$1", 462); - _instance_1_u(_ = O._SelectableTextSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 151); - _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 151); - _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 223); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 141); - _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 224); + _instance_1_u(_, "get$_scaffold$_handleDragStart", "_scaffold$_handleDragStart$1", 98); + _instance(_, "get$_scaffold$_handleDragEnd", 0, 1, null, ["call$2$isClosing", "call$1"], ["_scaffold$_handleDragEnd$2$isClosing", "_scaffold$_handleDragEnd$1"], 1116, 0); + _instance_1_u(_, "get$_handleStatusChange", "_handleStatusChange$1", 36); + _instance_1_u(_, "get$extentChanged", "extentChanged$1", 641); + _instance_1_u(_ = O._SelectableTextSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 142); + _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 142); + _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 219); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 144); + _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 230); _instance_0_u(_ = O._SelectableTextState.prototype, "get$_onControllerChanged", "_onControllerChanged$0", 0); - _instance_2_u(_, "get$_selectable_text$_handleSelectionChanged", "_selectable_text$_handleSelectionChanged$2", 485); + _instance_2_u(_, "get$_selectable_text$_handleSelectionChanged", "_selectable_text$_handleSelectionChanged$2", 618); _instance_0_u(_, "get$_selectable_text$_handleSelectionHandleTapped", "_selectable_text$_handleSelectionHandleTapped$0", 0); - _instance_1_u(_ = N._MaterialSwitchState.prototype, "get$_switch$_handleDragStart", "_switch$_handleDragStart$1", 101); - _instance_1_u(_, "get$_switch$_handleDragUpdate", "_switch$_handleDragUpdate$1", 67); - _instance_1_u(_, "get$_switch$_handleDragEnd", "_switch$_handleDragEnd$1", 110); - _instance_1_u(_, "get$_switch$_handleChanged", "_switch$_handleChanged$1", 333); + _instance_1_u(_ = N._MaterialSwitchState.prototype, "get$_switch$_handleDragStart", "_switch$_handleDragStart$1", 98); + _instance_1_u(_, "get$_switch$_handleDragUpdate", "_switch$_handleDragUpdate$1", 69); + _instance_1_u(_, "get$_switch$_handleDragEnd", "_switch$_handleDragEnd$1", 103); + _instance_1_u(_, "get$_switch$_handleChanged", "_switch$_handleChanged$1", 395); _instance_0_u(N._SwitchPainter.prototype, "get$_handleDecorationChanged", "_handleDecorationChanged$0", 0); _instance_0_i(U.TabController.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(E._IndicatorPainter.prototype, "get$markNeedsPaint", "markNeedsPaint$0", 0); _instance_0_u(_ = E._TabBarState.prototype, "get$_handleTabControllerAnimationTick", "_handleTabControllerAnimationTick$0", 0); _instance_0_u(_, "get$_handleTabControllerTick", "_handleTabControllerTick$0", 0); - _instance(_, "get$_saveTabOffsets", 0, 3, null, ["call$3"], ["_saveTabOffsets$3"], 1978, 0); + _instance(_, "get$_saveTabOffsets", 0, 3, null, ["call$3"], ["_saveTabOffsets$3"], 1129, 0); _instance_0_u(_ = E._TabBarViewState.prototype, "get$_handleTabControllerAnimationTick", "_handleTabControllerAnimationTick$0", 0); - _instance_1_u(_, "get$_tabs$_handleScrollNotification", "_tabs$_handleScrollNotification$1", 158); - _instance_1_u(_ = Z._TextFieldSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 151); - _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 151); - _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 223); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 141); - _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 224); - _instance_2_u(_ = Z._TextFieldState.prototype, "get$_text_field$_handleSelectionChanged", "_text_field$_handleSelectionChanged$2", 485); + _instance_1_u(_, "get$_tabs$_handleScrollNotification", "_tabs$_handleScrollNotification$1", 162); + _instance_1_u(_ = Z._TextFieldSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 142); + _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 142); + _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 219); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 144); + _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 230); + _instance_2_u(_ = Z._TextFieldState.prototype, "get$_text_field$_handleSelectionChanged", "_text_field$_handleSelectionChanged$2", 618); _instance_0_u(_, "get$_handleSelectionHandleTapped", "_handleSelectionHandleTapped$0", 0); _instance_0_u(E._TextFormFieldState.prototype, "get$_handleControllerChanged", "_handleControllerChanged$0", 0); - _instance_1_u(M._TimePickerHeader.prototype, "get$_handleChangeMode", "_handleChangeMode$1", 484); + _instance_1_u(M._TimePickerHeader.prototype, "get$_handleChangeMode", "_handleChangeMode$1", 617); _instance_1_u(_ = M._RenderInputPadding1.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_1_u(_ = M._DialState.prototype, "get$_handlePanStart", "_handlePanStart$1", 101); - _instance_1_u(_, "get$_handlePanUpdate", "_handlePanUpdate$1", 67); - _instance_1_u(_, "get$_handlePanEnd", "_handlePanEnd$1", 110); - _instance_1_u(_, "get$_time_picker0$_handleTapUp", "_time_picker0$_handleTapUp$1", 141); - _instance_1_u(_ = M._TimePickerInputState.prototype, "get$_handleHourSavedSubmitted", "_handleHourSavedSubmitted$1", 238); + _instance_1_u(_ = M._DialState.prototype, "get$_handlePanStart", "_handlePanStart$1", 98); + _instance_1_u(_, "get$_handlePanUpdate", "_handlePanUpdate$1", 69); + _instance_1_u(_, "get$_handlePanEnd", "_handlePanEnd$1", 103); + _instance_1_u(_, "get$_time_picker0$_handleTapUp", "_time_picker0$_handleTapUp$1", 144); + _instance_1_u(_ = M._TimePickerInputState.prototype, "get$_handleHourSavedSubmitted", "_handleHourSavedSubmitted$1", 229); _instance_1_u(_, "get$_handleHourChanged", "_handleHourChanged$1", 85); - _instance_1_u(_, "get$_handleMinuteSavedSubmitted", "_handleMinuteSavedSubmitted$1", 238); - _instance_1_u(_, "get$_handleDayPeriodChanged", "_handleDayPeriodChanged$1", 480); - _instance_1_u(_, "get$_validateHour", "_validateHour$1", 355); - _instance_1_u(_, "get$_validateMinute", "_validateMinute$1", 355); - _instance_1_u(_ = M._TimePickerDialogState.prototype, "get$_time_picker0$_handleModeChanged", "_time_picker0$_handleModeChanged$1", 484); + _instance_1_u(_, "get$_handleMinuteSavedSubmitted", "_handleMinuteSavedSubmitted$1", 229); + _instance_1_u(_, "get$_handleDayPeriodChanged", "_handleDayPeriodChanged$1", 615); + _instance_1_u(_, "get$_validateHour", "_validateHour$1", 411); + _instance_1_u(_, "get$_validateMinute", "_validateMinute$1", 411); + _instance_1_u(_ = M._TimePickerDialogState.prototype, "get$_time_picker0$_handleModeChanged", "_time_picker0$_handleModeChanged$1", 617); _instance_0_u(_, "get$_time_picker0$_handleEntryModeToggle", "_time_picker0$_handleEntryModeToggle$0", 0); - _instance_1_u(_, "get$_handleTimeChanged", "_handleTimeChanged$1", 480); + _instance_1_u(_, "get$_handleTimeChanged", "_handleTimeChanged$1", 615); _instance_0_u(_, "get$_handleHourDoubleTapped", "_handleHourDoubleTapped$0", 0); _instance_0_u(_, "get$_handleMinuteDoubleTapped", "_handleMinuteDoubleTapped$0", 0); _instance_0_u(_, "get$_handleHourSelected", "_handleHourSelected$0", 0); @@ -434219,39 +430958,39 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); - _instance_1_u(_ = F.ToggleableStateMixin.prototype, "get$_toggleable$_handleTapDown", "_toggleable$_handleTapDown$1", 99); - _instance(_, "get$_toggleable$_handleTap", 0, 0, null, ["call$1", "call$0"], ["_toggleable$_handleTap$1", "_toggleable$_handleTap$0"], 513, 0); - _instance(_, "get$_handleTapEnd", 0, 0, null, ["call$1", "call$0"], ["_handleTapEnd$1", "_handleTapEnd$0"], 1912, 0); - _instance_1_u(_, "get$_handleFocusHighlightChanged", "_handleFocusHighlightChanged$1", 48); - _instance_1_u(_, "get$_handleHoverChanged", "_handleHoverChanged$1", 48); + _instance_1_u(_ = F.ToggleableStateMixin.prototype, "get$_toggleable$_handleTapDown", "_toggleable$_handleTapDown$1", 101); + _instance(_, "get$_toggleable$_handleTap", 0, 0, null, ["call$1", "call$0"], ["_toggleable$_handleTap$1", "_toggleable$_handleTap$0"], 628, 0); + _instance(_, "get$_handleTapEnd", 0, 0, null, ["call$1", "call$0"], ["_handleTapEnd$1", "_handleTapEnd$0"], 1188, 0); + _instance_1_u(_, "get$_handleFocusHighlightChanged", "_handleFocusHighlightChanged$1", 53); + _instance_1_u(_, "get$_handleHoverChanged", "_handleHoverChanged$1", 53); _instance_0_i(F.ToggleablePainter.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_ = S._TooltipState.prototype, "get$_handleMouseTrackerChange", "_handleMouseTrackerChange$0", 0); - _instance_1_u(_, "get$_tooltip$_handleStatusChanged", "_tooltip$_handleStatusChanged$1", 35); - _instance_0_u(_, "get$ensureTooltipVisible", "ensureTooltipVisible$0", 210); - _instance_1_u(_, "get$_tooltip$_handlePointerEvent", "_tooltip$_handlePointerEvent$1", 90); + _instance_1_u(_, "get$_tooltip$_handleStatusChanged", "_tooltip$_handleStatusChanged$1", 36); + _instance_0_u(_, "get$ensureTooltipVisible", "ensureTooltipVisible$0", 196); + _instance_1_u(_, "get$_tooltip$_handlePointerEvent", "_tooltip$_handlePointerEvent$1", 91); _instance_0_u(_, "get$_handleLongPress", "_handleLongPress$0", 0); - _instance(N.PaintingBinding.prototype, "get$instantiateImageCodec", 0, 1, null, ["call$4$allowUpscaling$cacheHeight$cacheWidth", "call$1"], ["instantiateImageCodec$4$allowUpscaling$cacheHeight$cacheWidth", "instantiateImageCodec$1"], 1911, 0); - _instance_2_u(X.DecorationImagePainter.prototype, "get$_handleImage", "_handleImage$2", 461); - _static(V, "edge_insets_EdgeInsetsGeometry_lerp$closure", 3, null, ["call$3"], ["EdgeInsetsGeometry_lerp"], 2712, 0); - _static_1(L, "image_resolution_AssetImage__manifestParser$closure", "AssetImage__manifestParser", 2713); - _instance_1_i(_ = L.ImageStreamCompleter.prototype, "get$addListener", "addListener$1", 433); - _instance_1_u(_, "get$reportImageChunkEvent", "reportImageChunkEvent$1", 419); - _instance_1_u(_ = L.MultiFrameImageStreamCompleter.prototype, "get$_handleCodecReady", "_handleCodecReady$1", 641); - _instance_1_u(_, "get$_handleAppFrame", "_handleAppFrame$1", 27); - _instance_1_i(_, "get$addListener", "addListener$1", 433); - _static(A, "text_style_TextStyle_lerp$closure", 3, null, ["call$3"], ["TextStyle_lerp"], 2714, 0); + _instance(N.PaintingBinding.prototype, "get$instantiateImageCodec", 0, 1, null, ["call$4$allowUpscaling$cacheHeight$cacheWidth", "call$1"], ["instantiateImageCodec$4$allowUpscaling$cacheHeight$cacheWidth", "instantiateImageCodec$1"], 1191, 0); + _instance_2_u(X.DecorationImagePainter.prototype, "get$_handleImage", "_handleImage$2", 368); + _static(V, "edge_insets_EdgeInsetsGeometry_lerp$closure", 3, null, ["call$3"], ["EdgeInsetsGeometry_lerp"], 2697, 0); + _static_1(L, "image_resolution_AssetImage__manifestParser$closure", "AssetImage__manifestParser", 2698); + _instance_1_i(_ = L.ImageStreamCompleter.prototype, "get$addListener", "addListener$1", 338); + _instance_1_u(_, "get$reportImageChunkEvent", "reportImageChunkEvent$1", 375); + _instance_1_u(_ = L.MultiFrameImageStreamCompleter.prototype, "get$_handleCodecReady", "_handleCodecReady$1", 679); + _instance_1_u(_, "get$_handleAppFrame", "_handleAppFrame$1", 28); + _instance_1_i(_, "get$addListener", "addListener$1", 338); + _static(A, "text_style_TextStyle_lerp$closure", 3, null, ["call$3"], ["TextStyle_lerp"], 2699, 0); _instance_0_u(_ = N.RendererBinding.prototype, "get$_handleSemanticsEnabledChanged", "_handleSemanticsEnabledChanged$0", 0); - _instance_1_u(_, "get$_handleWebFirstFrame", "_handleWebFirstFrame$1", 27); - _instance(_, "get$_handleSemanticsAction", 0, 3, null, ["call$3"], ["_handleSemanticsAction$3"], 1770, 0); + _instance_1_u(_, "get$_handleWebFirstFrame", "_handleWebFirstFrame$1", 28); + _instance(_, "get$_handleSemanticsAction", 0, 3, null, ["call$3"], ["_handleSemanticsAction$3"], 1262, 0); _instance_0_u(_, "get$_handleSemanticsOwnerCreated", "_handleSemanticsOwnerCreated$0", 0); _instance_0_u(_, "get$_handleSemanticsOwnerDisposed", "_handleSemanticsOwnerDisposed$0", 0); - _instance_1_u(_, "get$_handlePersistentFrameCallback", "_handlePersistentFrameCallback$1", 27); + _instance_1_u(_, "get$_handlePersistentFrameCallback", "_handlePersistentFrameCallback$1", 28); _instance_1_u(_ = S.RenderBox.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); _instance_0_u(_, "get$markNeedsLayout", "markNeedsLayout$0", 0); - _instance_2_u(S.RenderBoxContainerDefaultsMixin.prototype, "get$defaultPaint", "defaultPaint$2", 86); + _instance_2_u(S.RenderBoxContainerDefaultsMixin.prototype, "get$defaultPaint", "defaultPaint$2", 88); _instance_1_u(_ = B.RenderCustomMultiChildLayoutBox.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); @@ -434260,25 +430999,25 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_1_u(_ = D.RenderEditable.prototype, "get$_onCaretChanged", "_onCaretChanged$1", 470); - _instance_1_u(_, "get$_editable$_handleKeyEvent", "_editable$_handleKeyEvent$1", 1741); + _instance_1_u(_ = D.RenderEditable.prototype, "get$_onCaretChanged", "_onCaretChanged$1", 613); + _instance_1_u(_, "get$_editable$_handleKeyEvent", "_editable$_handleKeyEvent$1", 1297); _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", 85); - _instance_1_u(_, "get$_handleSetSelection", "_handleSetSelection$1", 468); - _instance_1_u(_, "get$_handleMoveCursorForwardByCharacter", "_handleMoveCursorForwardByCharacter$1", 48); - _instance_1_u(_, "get$_handleMoveCursorBackwardByCharacter", "_handleMoveCursorBackwardByCharacter$1", 48); - _instance_1_u(_, "get$_handleMoveCursorForwardByWord", "_handleMoveCursorForwardByWord$1", 48); - _instance_1_u(_, "get$_handleMoveCursorBackwardByWord", "_handleMoveCursorBackwardByWord$1", 48); + _instance_1_u(_, "get$_handleSetSelection", "_handleSetSelection$1", 612); + _instance_1_u(_, "get$_handleMoveCursorForwardByCharacter", "_handleMoveCursorForwardByCharacter$1", 53); + _instance_1_u(_, "get$_handleMoveCursorBackwardByCharacter", "_handleMoveCursorBackwardByCharacter$1", 53); + _instance_1_u(_, "get$_handleMoveCursorForwardByWord", "_handleMoveCursorForwardByWord$1", 53); + _instance_1_u(_, "get$_handleMoveCursorBackwardByWord", "_handleMoveCursorBackwardByWord$1", 53); _instance_1_u(_, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_1_u(_, "get$_editable$_handleTapDown", "_editable$_handleTapDown$1", 99); + _instance_1_u(_, "get$_editable$_handleTapDown", "_editable$_handleTapDown$1", 101); _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", 86); + _instance_2_u(_, "get$_editable$_paintContents", "_editable$_paintContents$2", 88); _instance_1_u(_ = V.RenderErrorBox.prototype, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); _instance_1_u(_ = F.RenderFlex.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); @@ -434293,12 +431032,12 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _static_1(K, "object_RenderObject__cleanChildRelayoutBoundary$closure", "RenderObject__cleanChildRelayoutBoundary", 135); + _static_1(K, "object_RenderObject__cleanChildRelayoutBoundary$closure", "RenderObject__cleanChildRelayoutBoundary", 143); _instance_1_u(_ = K.RenderObject.prototype, "get$dropChild", "dropChild$1", 34); _instance_0_u(_, "get$markNeedsPaint", "markNeedsPaint$0", 0); - _instance_2_u(_, "get$paint", "paint$2", 86); + _instance_2_u(_, "get$paint", "paint$2", 88); _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"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect"], 312, 0); + _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect"], 323, 0); _instance_1_u(_ = K.ContainerRenderObjectMixin.prototype, "get$childBefore", "childBefore$1", "ContainerRenderObjectMixin.0?(Object?)"); _instance_1_u(_, "get$childAfter", "childAfter$1", "ContainerRenderObjectMixin.0?(Object?)"); _instance_1_u(_ = Q.RenderParagraph.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); @@ -434310,12 +431049,12 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_1_u(G._PlatformViewGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 90); + _instance_1_u(G._PlatformViewGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 91); _instance_1_u(_ = E.RenderProxyBoxMixin.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_2_u(_, "get$paint", "paint$2", 86); + _instance_2_u(_, "get$paint", "paint$2", 88); _instance_1_u(_ = E.RenderConstrainedBox.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); @@ -434333,7 +431072,7 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_0_u(E.RenderAnimatedOpacityMixin.prototype, "get$_updateOpacity", "_updateOpacity$0", 0); _instance_0_u(E._RenderCustomClip.prototype, "get$_markNeedsClip", "_markNeedsClip$0", 0); - _instance_2_u(E.RenderFittedBox.prototype, "get$_paintChildWithTransform", "_paintChildWithTransform$2", 1714); + _instance_2_u(E.RenderFittedBox.prototype, "get$_paintChildWithTransform", "_paintChildWithTransform$2", 1390); _instance_1_u(_ = E.RenderOffstage.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); @@ -434355,7 +431094,7 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_2_u(_, "get$paint", "paint$2", 86); + _instance_2_u(_, "get$paint", "paint$2", 88); _instance_1_u(_ = T.RenderPadding.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); @@ -434368,105 +431107,102 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance(G.RenderSliver.prototype, "get$hitTest", 0, 1, null, ["call$3$crossAxisPosition$mainAxisPosition", "call$1"], ["hitTest$3$crossAxisPosition$mainAxisPosition", "hitTest$1"], 1713, 0); - _instance(U.RenderSliverPinnedPersistentHeader.prototype, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect"], 312, 0); + _instance(G.RenderSliver.prototype, "get$hitTest", 0, 1, null, ["call$3$crossAxisPosition$mainAxisPosition", "call$1"], ["hitTest$3$crossAxisPosition$mainAxisPosition", "hitTest$1"], 1391, 0); + _instance(U.RenderSliverPinnedPersistentHeader.prototype, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect"], 323, 0); _instance_1_u(_ = K.RenderStack.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_2_u(_, "get$paintStack", "paintStack$2", 86); - _instance_2_u(K.RenderIndexedStack.prototype, "get$paintStack", "paintStack$2", 86); + _instance_2_u(_, "get$paintStack", "paintStack$2", 88); + _instance_2_u(K.RenderIndexedStack.prototype, "get$paintStack", "paintStack$2", 88); _instance_1_u(_ = S.RenderTable.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_1_u(A.RenderView.prototype, "get$hitTestMouseTrackers", "hitTestMouseTrackers$1", 1712); + _instance_1_u(A.RenderView.prototype, "get$hitTestMouseTrackers", "hitTestMouseTrackers$1", 1397); _instance_1_u(_ = Q.RenderViewportBase.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_2_u(_, "get$_paintContents", "_paintContents$2", 86); - _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect"], 312, 0); + _instance_2_u(_, "get$_paintContents", "_paintContents$2", 88); + _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect"], 323, 0); _instance_1_u(_ = N.RenderWrap.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _static_2(N, "binding_SchedulerBinding__taskSorter$closure", "SchedulerBinding__taskSorter", 2715); + _static_2(N, "binding_SchedulerBinding__taskSorter$closure", "SchedulerBinding__taskSorter", 2700); _static(N, "binding__defaultSchedulingStrategy$closure", 0, null, ["call$2$priority$scheduler", "call$0"], ["defaultSchedulingStrategy", function() { return N.defaultSchedulingStrategy(null, null); - }], 2716, 0); - _instance_1_u(_ = N.SchedulerBinding.prototype, "get$_executeTimingsCallbacks", "_executeTimingsCallbacks$1", 454); + }], 2701, 0); + _instance_1_u(_ = N.SchedulerBinding.prototype, "get$_executeTimingsCallbacks", "_executeTimingsCallbacks$1", 448); _instance_0_u(_, "get$_runTasks", "_runTasks$0", 0); _instance_0_u(_, "get$ensureVisualUpdate", "ensureVisualUpdate$0", 0); - _instance_1_u(_, "get$_handleBeginFrame", "_handleBeginFrame$1", 27); + _instance_1_u(_, "get$_handleBeginFrame", "_handleBeginFrame$1", 28); _instance_0_u(_, "get$_handleDrawFrame", "_handleDrawFrame$0", 0); - _instance_1_u(M.Ticker.prototype, "get$_ticker$_tick", "_ticker$_tick$1", 27); + _instance_1_u(M.Ticker.prototype, "get$_ticker$_tick", "_ticker$_tick$1", 28); _instance_0_i(A.SemanticsOwner.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(A.SemanticsConfiguration.prototype, "get$_onCustomSemanticsAction", "_onCustomSemanticsAction$1", 34); - _static_1(Q, "asset_bundle_AssetBundle__utf8decode$closure", "AssetBundle__utf8decode", 2717); - _static_1(N, "binding0_ServicesBinding__parseLicenses$closure", "ServicesBinding__parseLicenses", 2718); - _instance_0_u(_ = N.ServicesBinding.prototype, "get$_addLicenses", "_addLicenses$0", 1648); - _instance_1_u(_, "get$_handleLifecycleMessage", "_handleLifecycleMessage$1", 1647); - _instance(N._DefaultBinaryMessenger.prototype, "get$handlePlatformMessage", 0, 3, null, ["call$3"], ["handlePlatformMessage$3"], 436, 0); - _instance_1_u(B.RawKeyboard.prototype, "get$_handleKeyEvent", "_handleKeyEvent$1", 683); - _instance_1_u(K.RestorationManager.prototype, "get$_methodHandler", "_methodHandler$1", 1616); - _instance_1_u(_ = K.RestorationBucket.prototype, "get$_dropChild", "_dropChild$1", 474); - _instance_1_u(_, "get$_recursivelyUpdateManager", "_recursivelyUpdateManager$1", 474); - _instance_1_u(N.TextInput.prototype, "get$_handleTextInputInvocation", "_handleTextInputInvocation$1", 284); - _instance_1_u(U._ActionsState.prototype, "get$_handleActionChanged", "_handleActionChanged$1", 1575); - _instance_1_u(_ = U._FocusableActionDetectorState.prototype, "get$_actions$_handleFocusHighlightModeChange", "_actions$_handleFocusHighlightModeChange$1", 344); - _instance_1_u(_, "get$_actions$_handleMouseEnter", "_actions$_handleMouseEnter$1", 316); - _instance_1_u(_, "get$_actions$_handleMouseExit", "_actions$_handleMouseExit$1", 199); - _instance_1_u(_, "get$_handleFocusChange", "_handleFocusChange$1", 48); - _static(U, "animated_cross_fade_AnimatedCrossFade_defaultLayoutBuilder$closure", 4, null, ["call$4"], ["AnimatedCrossFade_defaultLayoutBuilder"], 2719, 0); - _static_2(G, "animated_switcher_AnimatedSwitcher_defaultTransitionBuilder$closure", "AnimatedSwitcher_defaultTransitionBuilder", 559); - _static_2(G, "animated_switcher_AnimatedSwitcher_defaultLayoutBuilder$closure", "AnimatedSwitcher_defaultLayoutBuilder", 2720); - _instance_1_u(G._AnimatedSwitcherState.prototype, "get$_updateTransitionForEntry", "_updateTransitionForEntry$1", 1573); - _instance_1_u(_ = S._WidgetsAppState.prototype, "get$_onGenerateRoute", "_onGenerateRoute$1", 1565); - _instance_1_u(_, "get$_onUnknownRoute", "_onUnknownRoute$1", 1564); + _static_1(Q, "asset_bundle_AssetBundle__utf8decode$closure", "AssetBundle__utf8decode", 2702); + _static_1(N, "binding0_ServicesBinding__parseLicenses$closure", "ServicesBinding__parseLicenses", 2703); + _instance_0_u(_ = N.ServicesBinding.prototype, "get$_addLicenses", "_addLicenses$0", 1496); + _instance_1_u(_, "get$_handleLifecycleMessage", "_handleLifecycleMessage$1", 1498); + _instance(N._DefaultBinaryMessenger.prototype, "get$handlePlatformMessage", 0, 3, null, ["call$3"], ["handlePlatformMessage$3"], 442, 0); + _instance_1_u(B.RawKeyboard.prototype, "get$_handleKeyEvent", "_handleKeyEvent$1", 696); + _instance_1_u(K.RestorationManager.prototype, "get$_methodHandler", "_methodHandler$1", 1560); + _instance_1_u(_ = K.RestorationBucket.prototype, "get$_dropChild", "_dropChild$1", 604); + _instance_1_u(_, "get$_recursivelyUpdateManager", "_recursivelyUpdateManager$1", 604); + _instance_1_u(N.TextInput.prototype, "get$_handleTextInputInvocation", "_handleTextInputInvocation$1", 299); + _instance_1_u(U._ActionsState.prototype, "get$_handleActionChanged", "_handleActionChanged$1", 1615); + _instance_1_u(_ = U._FocusableActionDetectorState.prototype, "get$_actions$_handleFocusHighlightModeChange", "_actions$_handleFocusHighlightModeChange$1", 453); + _instance_1_u(_, "get$_actions$_handleMouseEnter", "_actions$_handleMouseEnter$1", 305); + _instance_1_u(_, "get$_actions$_handleMouseExit", "_actions$_handleMouseExit$1", 184); + _instance_1_u(_, "get$_handleFocusChange", "_handleFocusChange$1", 53); + _static(U, "animated_cross_fade_AnimatedCrossFade_defaultLayoutBuilder$closure", 4, null, ["call$4"], ["AnimatedCrossFade_defaultLayoutBuilder"], 2704, 0); + _static_2(G, "animated_switcher_AnimatedSwitcher_defaultTransitionBuilder$closure", "AnimatedSwitcher_defaultTransitionBuilder", 642); + _static_2(G, "animated_switcher_AnimatedSwitcher_defaultLayoutBuilder$closure", "AnimatedSwitcher_defaultLayoutBuilder", 2705); + _instance_1_u(G._AnimatedSwitcherState.prototype, "get$_updateTransitionForEntry", "_updateTransitionForEntry$1", 1641); + _instance_1_u(_ = S._WidgetsAppState.prototype, "get$_onGenerateRoute", "_onGenerateRoute$1", 1645); + _instance_1_u(_, "get$_onUnknownRoute", "_onUnknownRoute$1", 1646); _instance_0_u(_ = S._RawAutocompleteState.prototype, "get$_onChangedField", "_onChangedField$0", 0); _instance_0_u(_, "get$_onChangedFocus", "_onChangedFocus$0", 0); _instance_0_u(_, "get$_onFieldSubmitted", "_onFieldSubmitted$0", 0); _instance_1_u(_, "get$_select", "_select$1", 34); - _instance_1_u(L._AutomaticKeepAliveState.prototype, "get$_addClient", "_addClient$1", 1533); - _instance_1_u(T._MouseRegionState.prototype, "get$handleExit", "handleExit$1", 199); + _instance_1_u(L._AutomaticKeepAliveState.prototype, "get$_addClient", "_addClient$1", 1681); + _instance_1_u(T._MouseRegionState.prototype, "get$handleExit", "handleExit$1", 184); _instance_0_u(_ = N.WidgetsBinding.prototype, "get$handleLocaleChanged", "handleLocaleChanged$0", 0); - _instance_1_u(_, "get$_handleNavigationInvocation", "_handleNavigationInvocation$1", 284); + _instance_1_u(_, "get$_handleNavigationInvocation", "_handleNavigationInvocation$1", 299); _instance_0_u(_, "get$_handleBuildScheduled", "_handleBuildScheduled$0", 0); _instance_0_u(_ = N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding.prototype, "get$handleMetricsChanged", "handleMetricsChanged$0", 0); _instance_0_u(_, "get$handlePlatformBrightnessChanged", "handlePlatformBrightnessChanged$0", 0); - _instance_1_u(_ = B._DraggableState.prototype, "get$_routePointer", "_routePointer$1", 204); - _instance_1_u(_, "get$_drag_target$_startDrag", "_drag_target$_startDrag$1", "_DragAvatar<1>?(Offset)"); - _instance_1_u(B._DragAvatar.prototype, "get$_drag_target$_build", "_drag_target$_build$1", 63); _instance_0_u(S._DraggableScrollableSheetState.prototype, "get$_setExtent", "_setExtent$0", 0); - _instance_1_u(S._DraggableScrollableNotification_Notification_ViewportNotificationMixin.prototype, "get$visitAncestor", "visitAncestor$1", 119); - _instance_1_u(N._DualTransitionBuilderState.prototype, "get$_animationListener", "_animationListener$1", 35); + _instance_1_u(S._DraggableScrollableNotification_Notification_ViewportNotificationMixin.prototype, "get$visitAncestor", "visitAncestor$1", 121); + _instance_1_u(N._DualTransitionBuilderState.prototype, "get$_animationListener", "_animationListener$1", 36); _instance_0_u(_ = D.EditableTextState.prototype, "get$_onFloatingCursorResetTick", "_onFloatingCursorResetTick$0", 0); - _instance_1_u(_, "get$_handleCaretChanged", "_handleCaretChanged$1", 470); + _instance_1_u(_, "get$_handleCaretChanged", "_handleCaretChanged$1", 613); _instance_0_u(_, "get$_onCursorColorTick", "_onCursorColorTick$0", 0); - _instance_1_u(_, "get$_cursorTick", "_cursorTick$1", 402); - _instance_1_u(_, "get$_cursorWaitForStart", "_cursorWaitForStart$1", 402); + _instance_1_u(_, "get$_cursorTick", "_cursorTick$1", 421); + _instance_1_u(_, "get$_cursorWaitForStart", "_cursorWaitForStart$1", 421); _instance_0_u(_, "get$_didChangeTextEditingValue", "_didChangeTextEditingValue$0", 0); _instance_0_u(_, "get$_editable_text$_handleFocusChanged", "_editable_text$_handleFocusChanged$0", 0); _instance_0_i(O.FocusNode.prototype, "get$dispose", "dispose$0", 0); _instance_0_i(_ = O.FocusManager.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_, "get$_focus_manager$_handlePointerEvent", "_focus_manager$_handlePointerEvent$1", 90); - _instance_1_u(_, "get$_handleRawKeyEvent", "_handleRawKeyEvent$1", 1435); + _instance_1_u(_, "get$_focus_manager$_handlePointerEvent", "_focus_manager$_handlePointerEvent$1", 91); + _instance_1_u(_, "get$_handleRawKeyEvent", "_handleRawKeyEvent$1", 1739); _instance_0_u(_, "get$_applyFocusChange", "_applyFocusChange$0", 0); _instance_0_u(L._FocusState.prototype, "get$_handleFocusChanged", "_handleFocusChanged$0", 0); - _static_1(N, "framework__InactiveElements__deactivateRecursively$closure", "_InactiveElements__deactivateRecursively", 88); - _static_2(N, "framework_Element__sort$closure", "Element__sort", 2721); - _static_1(N, "framework_Element__activateRecursively$closure", "Element__activateRecursively", 88); - _instance_1_u(N._InactiveElements.prototype, "get$_unmount", "_unmount$1", 88); - _instance_1_u(_ = D.RawGestureDetectorState.prototype, "get$_gesture_detector$_handlePointerDown", "_gesture_detector$_handlePointerDown$1", 204); - _instance_1_u(_, "get$_updateSemanticsForRenderObject", "_updateSemanticsForRenderObject$1", 1359); - _instance_1_u(_ = T._HeroFlight.prototype, "get$_buildOverlay", "_buildOverlay$1", 63); - _instance_1_u(_, "get$_handleAnimationUpdate", "_handleAnimationUpdate$1", 35); + _static_1(N, "framework__InactiveElements__deactivateRecursively$closure", "_InactiveElements__deactivateRecursively", 86); + _static_2(N, "framework_Element__sort$closure", "Element__sort", 2706); + _static_1(N, "framework_Element__activateRecursively$closure", "Element__activateRecursively", 86); + _instance_1_u(N._InactiveElements.prototype, "get$_unmount", "_unmount$1", 86); + _instance_1_u(_ = D.RawGestureDetectorState.prototype, "get$_gesture_detector$_handlePointerDown", "_gesture_detector$_handlePointerDown$1", 212); + _instance_1_u(_, "get$_updateSemanticsForRenderObject", "_updateSemanticsForRenderObject$1", 1950); + _instance_1_u(_ = T._HeroFlight.prototype, "get$_buildOverlay", "_buildOverlay$1", 75); + _instance_1_u(_, "get$_handleAnimationUpdate", "_handleAnimationUpdate$1", 36); _instance_0_u(_, "get$onTick", "onTick$0", 0); - _instance_1_u(_ = T.HeroController.prototype, "get$_handleFlightEnded", "_handleFlightEnded$1", 1331); - _instance(_, "get$_defaultHeroFlightShuttleBuilder", 0, 5, null, ["call$5"], ["_defaultHeroFlightShuttleBuilder$5"], 1330, 0); - _instance_2_u(_ = U._ImageState.prototype, "get$_handleImageFrame", "_handleImageFrame$2", 461); - _instance_1_u(_, "get$_handleImageChunk", "_handleImageChunk$1", 419); + _instance_1_u(_ = T.HeroController.prototype, "get$_handleFlightEnded", "_handleFlightEnded$1", 1976); + _instance(_, "get$_defaultHeroFlightShuttleBuilder", 0, 5, null, ["call$5"], ["_defaultHeroFlightShuttleBuilder$5"], 1977, 0); + _instance_2_u(_ = U._ImageState.prototype, "get$_handleImageFrame", "_handleImageFrame$2", 368); + _instance_1_u(_, "get$_handleImageChunk", "_handleImageChunk$1", 375); _instance_0_u(G.AnimatedWidgetBaseState.prototype, "get$_handleAnimationChanged", "_handleAnimationChanged$0", 0); _instance_0_u(S._InheritedNotifierElement.prototype, "get$_handleUpdate", "_handleUpdate$0", 0); _instance_1_u(A._LayoutBuilderElement.prototype, "get$_layout", "_layout$1", 34); @@ -434474,17 +431210,17 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _static_2(K, "navigator_Navigator_defaultGenerateInitialRoutes$closure", "Navigator_defaultGenerateInitialRoutes", 2722); - _static_1(K, "navigator__RouteEntry_isPresentPredicate$closure", "_RouteEntry_isPresentPredicate", 269); - _static_1(K, "navigator__RouteEntry_suitableForTransitionAnimationPredicate$closure", "_RouteEntry_suitableForTransitionAnimationPredicate", 269); - _static_1(K, "navigator__RouteEntry_willBePresentPredicate$closure", "_RouteEntry_willBePresentPredicate", 269); - _instance_1_u(K._NavigatorPushObservation.prototype, "get$notify", "notify$1", 264); - _instance_1_u(K._NavigatorPopObservation.prototype, "get$notify", "notify$1", 264); - _instance_1_u(K._NavigatorRemoveObservation.prototype, "get$notify", "notify$1", 264); - _instance_1_u(K._NavigatorReplaceObservation.prototype, "get$notify", "notify$1", 264); - _instance_1_u(_ = K.NavigatorState.prototype, "get$_handlePointerDown", "_handlePointerDown$1", 204); - _instance_1_u(_, "get$_handlePointerUpOrCancel", "_handlePointerUpOrCancel$1", 90); - _instance_1_u(U.Notification0.prototype, "get$visitAncestor", "visitAncestor$1", 119); + _static_2(K, "navigator_Navigator_defaultGenerateInitialRoutes$closure", "Navigator_defaultGenerateInitialRoutes", 2707); + _static_1(K, "navigator__RouteEntry_isPresentPredicate$closure", "_RouteEntry_isPresentPredicate", 329); + _static_1(K, "navigator__RouteEntry_suitableForTransitionAnimationPredicate$closure", "_RouteEntry_suitableForTransitionAnimationPredicate", 329); + _static_1(K, "navigator__RouteEntry_willBePresentPredicate$closure", "_RouteEntry_willBePresentPredicate", 329); + _instance_1_u(K._NavigatorPushObservation.prototype, "get$notify", "notify$1", 296); + _instance_1_u(K._NavigatorPopObservation.prototype, "get$notify", "notify$1", 296); + _instance_1_u(K._NavigatorRemoveObservation.prototype, "get$notify", "notify$1", 296); + _instance_1_u(K._NavigatorReplaceObservation.prototype, "get$notify", "notify$1", 296); + _instance_1_u(_ = K.NavigatorState.prototype, "get$_handlePointerDown", "_handlePointerDown$1", 212); + _instance_1_u(_, "get$_handlePointerUpOrCancel", "_handlePointerUpOrCancel$1", 91); + _instance_1_u(U.Notification0.prototype, "get$visitAncestor", "visitAncestor$1", 121); _instance_1_u(_ = E._RenderOverflowBar.prototype, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); @@ -434493,144 +431229,144 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_2_u(_, "get$paintStack", "paintStack$2", 86); - _instance_1_u(L._GlowingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 158); + _instance_2_u(_, "get$paintStack", "paintStack$2", 88); + _instance_1_u(L._GlowingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 162); _instance_0_i(_ = L._GlowController.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_, "get$_changePhase", "_changePhase$1", 35); - _instance_1_u(_, "get$_tickDisplacement", "_tickDisplacement$1", 27); - _instance_1_u(L._OverscrollIndicatorNotification_Notification_ViewportNotificationMixin.prototype, "get$visitAncestor", "visitAncestor$1", 119); - _instance_1_u(G.HtmlElementView.prototype, "get$_createHtmlElementView", "_createHtmlElementView$1", 1233); - _instance_1_u(G._HtmlElementViewController.prototype, "get$dispatchPointerEvent", "dispatchPointerEvent$1", 1231); - _instance_1_u(_ = G._PlatformViewLinkState.prototype, "get$_onPlatformViewCreated", "_onPlatformViewCreated$1", 73); - _instance_1_u(_, "get$_handleFrameworkFocusChanged", "_handleFrameworkFocusChanged$1", 48); - _instance_1_u(_ = Z.SliverReorderableListState.prototype, "get$_dragStart", "_dragStart$1", 412); - _instance(_, "get$_dragUpdate", 0, 3, null, ["call$3"], ["_dragUpdate$3"], 1230, 0); - _instance_1_u(_, "get$_dragCancel", "_dragCancel$1", 571); - _instance_1_u(_, "get$_dragEnd", "_dragEnd$1", 571); + _instance_1_u(_, "get$_changePhase", "_changePhase$1", 36); + _instance_1_u(_, "get$_tickDisplacement", "_tickDisplacement$1", 28); + _instance_1_u(L._OverscrollIndicatorNotification_Notification_ViewportNotificationMixin.prototype, "get$visitAncestor", "visitAncestor$1", 121); + _instance_1_u(G.HtmlElementView.prototype, "get$_createHtmlElementView", "_createHtmlElementView$1", 2038); + _instance_1_u(G._HtmlElementViewController.prototype, "get$dispatchPointerEvent", "dispatchPointerEvent$1", 2044); + _instance_1_u(_ = G._PlatformViewLinkState.prototype, "get$_onPlatformViewCreated", "_onPlatformViewCreated$1", 71); + _instance_1_u(_, "get$_handleFrameworkFocusChanged", "_handleFrameworkFocusChanged$1", 53); + _instance_1_u(_ = Z.SliverReorderableListState.prototype, "get$_dragStart", "_dragStart$1", 616); + _instance(_, "get$_dragUpdate", 0, 3, null, ["call$3"], ["_dragUpdate$3"], 2047, 0); + _instance_1_u(_, "get$_dragCancel", "_dragCancel$1", 572); + _instance_1_u(_, "get$_dragEnd", "_dragEnd$1", 572); _instance_0_u(_, "get$_dropCompleted", "_dropCompleted$0", 0); - _instance_2_u(_, "get$_reorderable_list$_itemBuilder", "_reorderable_list$_itemBuilder$2", 139); + _instance_2_u(_, "get$_reorderable_list$_itemBuilder", "_reorderable_list$_itemBuilder$2", 132); _instance_0_u(Z._ReorderableItemState.prototype, "get$rebuild", "rebuild$0", 0); - _instance_1_u(Z._DragInfo.prototype, "get$createProxy", "createProxy$1", 63); + _instance_1_u(Z._DragInfo.prototype, "get$createProxy", "createProxy$1", 75); _instance_0_u(K._RootRestorationScopeState.prototype, "get$_replaceRootBucket", "_replaceRootBucket$0", 0); _instance_0_i(K.RestorableProperty.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(K.RestorationMixin.prototype, "get$_updateProperty", "_updateProperty$1", 1227); + _instance_1_u(K.RestorationMixin.prototype, "get$_updateProperty", "_updateProperty$1", 2053); _instance_0_i(U.RestorableListenable.prototype, "get$dispose", "dispose$0", 0); _instance_0_i(U.RestorableChangeNotifier.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(T.TransitionRoute.prototype, "get$_handleStatusChanged", "_handleStatusChanged$1", 35); + _instance_1_u(T.TransitionRoute.prototype, "get$_handleStatusChanged", "_handleStatusChanged$1", 36); _instance_0_i(T.LocalHistoryEntry.prototype, "get$remove", "remove$0", 0); - _instance_1_u(_ = T.ModalRoute.prototype, "get$_buildModalBarrier", "_buildModalBarrier$1", 63); - _instance_1_u(_, "get$_buildModalScope", "_buildModalScope$1", 63); + _instance_1_u(_ = T.ModalRoute.prototype, "get$_buildModalBarrier", "_buildModalBarrier$1", 75); + _instance_1_u(_, "get$_buildModalScope", "_buildModalScope$1", 75); _instance_0_u(_ = M.BallisticScrollActivity.prototype, "get$_scroll_activity$_tick", "_scroll_activity$_tick$0", 0); _instance_0_u(_, "get$_scroll_activity$_end", "_scroll_activity$_end$0", 0); _instance_0_u(_ = M.DrivenScrollActivity.prototype, "get$_scroll_activity$_tick", "_scroll_activity$_tick$0", 0); _instance_0_u(_, "get$_scroll_activity$_end", "_scroll_activity$_end$0", 0); _instance_0_i(F.ScrollController.prototype, "get$dispose", "dispose$0", 0); - _static_1(G, "scroll_notification__defaultScrollNotificationPredicate$closure", "defaultScrollNotificationPredicate", 158); - _instance_1_u(G._ScrollNotification_LayoutChangedNotification_ViewportNotificationMixin.prototype, "get$visitAncestor", "visitAncestor$1", 119); + _static_1(G, "scroll_notification__defaultScrollNotificationPredicate$closure", "defaultScrollNotificationPredicate", 162); + _instance_1_u(G._ScrollNotification_LayoutChangedNotification_ViewportNotificationMixin.prototype, "get$visitAncestor", "visitAncestor$1", 121); _instance_0_i(A.ScrollPosition.prototype, "get$dispose", "dispose$0", 0); _instance_0_i(R.ScrollPositionWithSingleContext.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_ = F.ScrollableState.prototype, "get$_scrollable$_handleDragDown", "_scrollable$_handleDragDown$1", 518); - _instance_1_u(_, "get$_scrollable$_handleDragStart", "_scrollable$_handleDragStart$1", 101); - _instance_1_u(_, "get$_scrollable$_handleDragUpdate", "_scrollable$_handleDragUpdate$1", 67); - _instance_1_u(_, "get$_scrollable$_handleDragEnd", "_scrollable$_handleDragEnd$1", 110); + _instance_1_u(_ = F.ScrollableState.prototype, "get$_scrollable$_handleDragDown", "_scrollable$_handleDragDown$1", 638); + _instance_1_u(_, "get$_scrollable$_handleDragStart", "_scrollable$_handleDragStart$1", 98); + _instance_1_u(_, "get$_scrollable$_handleDragUpdate", "_scrollable$_handleDragUpdate$1", 69); + _instance_1_u(_, "get$_scrollable$_handleDragEnd", "_scrollable$_handleDragEnd$1", 103); _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", 1193); - _instance_1_u(_, "get$_handlePointerScroll", "_handlePointerScroll$1", 90); + _instance_1_u(_, "get$_receivedPointerSignal", "_receivedPointerSignal$1", 2066); + _instance_1_u(_, "get$_handlePointerScroll", "_handlePointerScroll$1", 91); _instance_0_i(E.ScrollbarPainter.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_ = E.RawScrollbarState.prototype, "get$handleThumbPress", "handleThumbPress$0", 0); - _instance_1_u(_, "get$_handleTrackTapDown", "_handleTrackTapDown$1", 99); - _instance_1_u(_, "get$_handleScrollNotification", "_handleScrollNotification$1", 158); - _instance_2_u(X._ShortcutsState.prototype, "get$_handleOnKey", "_handleOnKey$2", 1161); + _instance_1_u(_, "get$_handleTrackTapDown", "_handleTrackTapDown$1", 101); + _instance_1_u(_, "get$_handleScrollNotification", "_handleScrollNotification$1", 162); + _instance_2_u(X._ShortcutsState.prototype, "get$_handleOnKey", "_handleOnKey$2", 2083); _instance_0_u(_ = E._RenderSingleChildViewport.prototype, "get$_hasScrolled", "_hasScrolled$0", 0); _instance_1_u(_, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect"], 312, 0); - _static_2(G, "sliver___kDefaultSemanticIndexCallback$closure", "_kDefaultSemanticIndexCallback", 2723); - _instance_1_u(G.SliverMultiBoxAdaptorElement.prototype, "get$removeChild", "removeChild$1", 1135); + _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect"], 323, 0); + _static_2(G, "sliver___kDefaultSemanticIndexCallback$closure", "_kDefaultSemanticIndexCallback", 2708); + _instance_1_u(G.SliverMultiBoxAdaptorElement.prototype, "get$removeChild", "removeChild$1", 2089); _instance(F.TextSelectionOverlay.prototype, "get$_markNeedsBuild", 0, 0, function() { return [null]; - }, ["call$1", "call$0"], ["_markNeedsBuild$1", "_markNeedsBuild$0"], 1120, 0); + }, ["call$1", "call$0"], ["_markNeedsBuild$1", "_markNeedsBuild$0"], 2115, 0); _instance_0_u(_ = F._TextSelectionHandleOverlayState.prototype, "get$_handleVisibilityChanged", "_handleVisibilityChanged$0", 0); - _instance_1_u(_, "get$_handleDragStart", "_handleDragStart$1", 101); - _instance_1_u(_, "get$_handleDragUpdate", "_handleDragUpdate$1", 67); + _instance_1_u(_, "get$_handleDragStart", "_handleDragStart$1", 98); + _instance_1_u(_, "get$_handleDragUpdate", "_handleDragUpdate$1", 69); _instance_0_u(_, "get$_handleTap", "_handleTap$0", 0); - _instance_1_u(_ = F.TextSelectionGestureDetectorBuilder.prototype, "get$onTapDown", "onTapDown$1", 99); - _instance_1_u(_, "get$onForcePressStart", "onForcePressStart$1", 151); - _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 151); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 141); + _instance_1_u(_ = F.TextSelectionGestureDetectorBuilder.prototype, "get$onTapDown", "onTapDown$1", 101); + _instance_1_u(_, "get$onForcePressStart", "onForcePressStart$1", 142); + _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 142); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 144); _instance_0_u(_, "get$onSingleTapCancel", "onSingleTapCancel$0", 0); - _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 224); - _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 223); - _instance_1_u(_, "get$onSingleLongTapEnd", "onSingleLongTapEnd$1", 438); + _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 230); + _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 219); + _instance_1_u(_, "get$onSingleLongTapEnd", "onSingleLongTapEnd$1", 408); _instance_0_u(_, "get$onSecondaryTap", "onSecondaryTap$0", 0); - _instance_1_u(_, "get$onSecondaryTapDown", "onSecondaryTapDown$1", 99); - _instance_1_u(_, "get$onDoubleTapDown", "onDoubleTapDown$1", 99); - _instance_1_u(_, "get$onDragSelectionStart", "onDragSelectionStart$1", 101); - _instance_2_u(_, "get$onDragSelectionUpdate", "onDragSelectionUpdate$2", 1119); - _instance_1_u(_, "get$onDragSelectionEnd", "onDragSelectionEnd$1", 110); - _instance_1_u(_ = F._TextSelectionGestureDetectorState.prototype, "get$_text_selection$_handleTapDown", "_text_selection$_handleTapDown$1", 99); - _instance_1_u(_, "get$_handleTapUp", "_handleTapUp$1", 141); + _instance_1_u(_, "get$onSecondaryTapDown", "onSecondaryTapDown$1", 101); + _instance_1_u(_, "get$onDoubleTapDown", "onDoubleTapDown$1", 101); + _instance_1_u(_, "get$onDragSelectionStart", "onDragSelectionStart$1", 98); + _instance_2_u(_, "get$onDragSelectionUpdate", "onDragSelectionUpdate$2", 2122); + _instance_1_u(_, "get$onDragSelectionEnd", "onDragSelectionEnd$1", 103); + _instance_1_u(_ = F._TextSelectionGestureDetectorState.prototype, "get$_text_selection$_handleTapDown", "_text_selection$_handleTapDown$1", 101); + _instance_1_u(_, "get$_handleTapUp", "_handleTapUp$1", 144); _instance_0_u(_, "get$_text_selection$_handleTapCancel", "_text_selection$_handleTapCancel$0", 0); - _instance_1_u(_, "get$_handleDragStart", "_handleDragStart$1", 101); - _instance_1_u(_, "get$_handleDragUpdate", "_handleDragUpdate$1", 67); + _instance_1_u(_, "get$_handleDragStart", "_handleDragStart$1", 98); + _instance_1_u(_, "get$_handleDragUpdate", "_handleDragUpdate$1", 69); _instance_0_u(_, "get$_handleDragUpdateThrottled", "_handleDragUpdateThrottled$0", 0); - _instance_1_u(_, "get$_handleDragEnd", "_handleDragEnd$1", 110); - _instance_1_u(_, "get$_forcePressStarted", "_forcePressStarted$1", 151); - _instance_1_u(_, "get$_forcePressEnded", "_forcePressEnded$1", 151); - _instance_1_u(_, "get$_handleLongPressStart", "_handleLongPressStart$1", 224); - _instance_1_u(_, "get$_handleLongPressMoveUpdate", "_handleLongPressMoveUpdate$1", 223); - _instance_1_u(_, "get$_handleLongPressEnd", "_handleLongPressEnd$1", 438); + _instance_1_u(_, "get$_handleDragEnd", "_handleDragEnd$1", 103); + _instance_1_u(_, "get$_forcePressStarted", "_forcePressStarted$1", 142); + _instance_1_u(_, "get$_forcePressEnded", "_forcePressEnded$1", 142); + _instance_1_u(_, "get$_handleLongPressStart", "_handleLongPressStart$1", 230); + _instance_1_u(_, "get$_handleLongPressMoveUpdate", "_handleLongPressMoveUpdate$1", 219); + _instance_1_u(_, "get$_handleLongPressEnd", "_handleLongPressEnd$1", 408); _instance_0_u(_, "get$_doubleTapTimeout", "_doubleTapTimeout$0", 0); _instance_0_u(K._AnimatedState.prototype, "get$_handleChange", "_handleChange$0", 0); _instance_0_u(N._ValueListenableBuilderState.prototype, "get$_valueChanged", "_valueChanged$0", 0); - _static_1(N, "widget_inspector__transformDebugCreator$closure", "transformDebugCreator", 2724); - _static(B, "block_picker_BlockPicker_defaultLayoutBuilder$closure", 3, null, ["call$3"], ["BlockPicker_defaultLayoutBuilder"], 2725, 0); - _static(B, "block_picker_BlockPicker_defaultItemBuilder$closure", 3, null, ["call$3"], ["BlockPicker_defaultItemBuilder"], 2726, 0); + _static_1(N, "widget_inspector__transformDebugCreator$closure", "transformDebugCreator", 2709); + _static(B, "block_picker_BlockPicker_defaultLayoutBuilder$closure", 3, null, ["call$3"], ["BlockPicker_defaultLayoutBuilder"], 2710, 0); + _static(B, "block_picker_BlockPicker_defaultItemBuilder$closure", 3, null, ["call$3"], ["BlockPicker_defaultItemBuilder"], 2711, 0); _static(O, "flutter_redux_StoreBuilder__identity$closure", 1, null, ["call$1$1", "call$1"], ["StoreBuilder__identity", function(store) { return O.StoreBuilder__identity(store, type$.dynamic); - }], 2727, 0); + }], 2712, 0); _instance_1_u(_ = O._StoreStreamListenerState.prototype, "get$_mapConverter", "_mapConverter$1", "2(Object?)"); - _instance_1_u(_, "get$_whereDistinct", "_whereDistinct$1", 109); - _instance_1_u(_, "get$_ignoreChange", "_ignoreChange$1", 109); - _instance_2_u(_, "get$_flutter_redux$_handleChange", "_flutter_redux$_handleChange$2", 230); - _instance(_, "get$_handleError", 0, 3, null, ["call$3"], ["_handleError$3"], 1064, 0); + _instance_1_u(_, "get$_whereDistinct", "_whereDistinct$1", 107); + _instance_1_u(_, "get$_ignoreChange", "_ignoreChange$1", 107); + _instance_2_u(_, "get$_flutter_redux$_handleChange", "_flutter_redux$_handleChange$2", 234); + _instance(_, "get$_handleError", 0, 3, null, ["call$3"], ["_handleError$3"], 2177, 0); _instance_0_u(_ = A.SlidableState.prototype, "get$_isScrollingListener", "_isScrollingListener$0", 0); - _instance_1_u(_, "get$_slidable$_handleDragStart", "_slidable$_handleDragStart$1", 101); - _instance_1_u(_, "get$_slidable$_handleDragUpdate", "_slidable$_handleDragUpdate$1", 67); - _instance_1_u(_, "get$_slidable$_handleDragEnd", "_slidable$_handleDragEnd$1", 110); - _instance_1_u(_, "get$_handleShowAllActionsStatusChanged", "_handleShowAllActionsStatusChanged$1", 35); + _instance_1_u(_, "get$_slidable$_handleDragStart", "_slidable$_handleDragStart$1", 98); + _instance_1_u(_, "get$_slidable$_handleDragUpdate", "_slidable$_handleDragUpdate$1", 69); + _instance_1_u(_, "get$_slidable$_handleDragEnd", "_slidable$_handleDragEnd$1", 103); + _instance_1_u(_, "get$_handleShowAllActionsStatusChanged", "_handleShowAllActionsStatusChanged$1", 36); _instance_0_u(_, "get$_handleOverallPositionChanged", "_handleOverallPositionChanged$0", 0); - _instance_1_u(_, "get$_handleDismissStatusChanged", "_handleDismissStatusChanged$1", 1063); + _instance_1_u(_, "get$_handleDismissStatusChanged", "_handleDismissStatusChanged$1", 2178); _instance_0_u(_, "get$_handleResizeProgressChanged", "_handleResizeProgressChanged$0", 0); _instance_0_u(L._TypeAheadFormFieldState.prototype, "get$_flutter_typeahead$_handleControllerChanged", "_flutter_typeahead$_handleControllerChanged$0", 0); _instance_0_u(L._TypeAheadFieldState.prototype, "get$_scrollResizeListener", "_scrollResizeListener$0", 0); - _instance(_ = D.Registrar.prototype, "get$handlePlatformMessage", 0, 3, null, ["call$3"], ["handlePlatformMessage$3"], 436, 0); - _instance(_, "get$handleFrameworkMessage", 0, 3, null, ["call$3"], ["handleFrameworkMessage$3"], 436, 0); - _instance_0_u(_ = O.MethodChannelGoogleSignIn.prototype, "get$signInSilently", "signInSilently$0", 268); - _instance_0_i(_, "get$signIn", "signIn$0", 268); + _instance(_ = D.Registrar.prototype, "get$handlePlatformMessage", 0, 3, null, ["call$3"], ["handlePlatformMessage$3"], 442, 0); + _instance(_, "get$handleFrameworkMessage", 0, 3, null, ["call$3"], ["handleFrameworkMessage$3"], 442, 0); + _instance_0_u(_ = O.MethodChannelGoogleSignIn.prototype, "get$signInSilently", "signInSilently$0", 251); + _instance_0_i(_, "get$signIn", "signIn$0", 251); _instance_0_i(_, "get$signOut", "signOut$0", 92); _instance_0_i(_, "get$disconnect", "disconnect$0", 92); - _instance_0_u(_ = M.GoogleSignInPlugin.prototype, "get$signInSilently", "signInSilently$0", 268); - _instance_0_i(_, "get$signIn", "signIn$0", 268); + _instance_0_u(_ = M.GoogleSignInPlugin.prototype, "get$signInSilently", "signInSilently$0", 251); + _instance_0_i(_, "get$signIn", "signIn$0", 251); _instance_0_i(_, "get$signOut", "signOut$0", 92); _instance_0_i(_, "get$disconnect", "disconnect$0", 92); _instance_0_i(O.BrowserClient.prototype, "get$close", "close$0", 0); - _instance_1_u(_ = S.DateBuilder.prototype, "get$setYear", "setYear$1", 73); - _instance_1_u(_, "get$setMonth", "setMonth$1", 73); - _instance_1_u(_, "get$setDay", "setDay$1", 73); - _instance_1_u(_, "get$setDayOfYear", "setDayOfYear$1", 73); - _instance_1_u(_, "get$setHour", "setHour$1", 73); - _instance_1_u(_, "get$setMinute", "setMinute$1", 73); - _instance_1_u(_, "get$setSecond", "setSecond$1", 73); - _instance_1_u(_, "get$setFractionalSecond", "setFractionalSecond$1", 73); - _static_1(A, "date_format_DateFormat_localeExists$closure", "DateFormat_localeExists", 111); - _instance_0_u(A.DateFormat.prototype, "get$_initDigitMatcher", "_initDigitMatcher$0", 997); - _static_1(S, "number_format_NumberFormat_localeExists$closure", "NumberFormat_localeExists", 111); - _static_1(X, "intl_helpers___throwLocaleError$closure", "_throwLocaleError", 103); + _instance_1_u(_ = S.DateBuilder.prototype, "get$setYear", "setYear$1", 71); + _instance_1_u(_, "get$setMonth", "setMonth$1", 71); + _instance_1_u(_, "get$setDay", "setDay$1", 71); + _instance_1_u(_, "get$setDayOfYear", "setDayOfYear$1", 71); + _instance_1_u(_, "get$setHour", "setHour$1", 71); + _instance_1_u(_, "get$setMinute", "setMinute$1", 71); + _instance_1_u(_, "get$setSecond", "setSecond$1", 71); + _instance_1_u(_, "get$setFractionalSecond", "setFractionalSecond$1", 71); + _static_1(A, "date_format_DateFormat_localeExists$closure", "DateFormat_localeExists", 102); + _instance_0_u(A.DateFormat.prototype, "get$_initDigitMatcher", "_initDigitMatcher$0", 2243); + _static_1(S, "number_format_NumberFormat_localeExists$closure", "NumberFormat_localeExists", 102); + _static_1(X, "intl_helpers___throwLocaleError$closure", "_throwLocaleError", 106); _static_0(E, "plural_rules___default_rule$closure", "_default_rule", 40); _static_0(E, "plural_rules___fil_rule$closure", "_fil_rule", 40); _static_0(E, "plural_rules___pt_PT_rule$closure", "_pt_PT_rule", 40); @@ -434659,555 +431395,555 @@ _static_0(E, "plural_rules___lt_rule$closure", "_lt_rule", 40); _static_0(E, "plural_rules___en_rule$closure", "_en_rule", 40); _static_0(E, "plural_rules___ak_rule$closure", "_ak_rule", 40); - _static_1(E, "plural_rules__localeHasPluralRules$closure", "localeHasPluralRules", 80); + _static_1(E, "plural_rules__localeHasPluralRules$closure", "localeHasPluralRules", 77); _instance_0_u(_ = K.InvoiceNinjaAppState.prototype, "get$_authenticate", "_authenticate$0", 31); - _instance_1_u(_, "get$generateRoute", "generateRoute$1", 784); - _static_2(G, "app_reducer__appReducer$closure", "appReducer", 2729); - _static_2(S, "auth_reducer__userLoadUrlReducer$closure", "userLoadUrlReducer", 2730); - _static_2(S, "auth_reducer__userSignUpRequestReducer$closure", "userSignUpRequestReducer", 2731); - _static_2(S, "auth_reducer__userLoginRequestReducer$closure", "userLoginRequestReducer", 2732); - _static_2(S, "auth_reducer__oauthLoginRequestReducer$closure", "oauthLoginRequestReducer", 2733); - _static_2(S, "auth_reducer__oauthSignUpRequestReducer$closure", "oauthSignUpRequestReducer", 2734); - _static_2(S, "auth_reducer__userLoginSuccessReducer$closure", "userLoginSuccessReducer", 2735); - _static_2(S, "auth_reducer__userVerifiedPasswordReducer$closure", "userVerifiedPasswordReducer", 2736); - _static_2(S, "auth_reducer__userUnverifiedPasswordReducer$closure", "userUnverifiedPasswordReducer", 2737); - _static_2(S, "client_reducer___viewClientList$closure", "_viewClientList0", 2738); - _static_2(S, "client_reducer___filterClientsByCustom1$closure", "_filterClientsByCustom1", 2739); - _static_2(S, "client_reducer___filterClientsByCustom2$closure", "_filterClientsByCustom2", 2740); - _static_2(S, "client_reducer___filterClientsByCustom3$closure", "_filterClientsByCustom3", 2741); - _static_2(S, "client_reducer___filterClientsByCustom4$closure", "_filterClientsByCustom4", 2742); - _static_2(S, "client_reducer___filterClientsByState$closure", "_filterClientsByState", 2743); - _static_2(S, "client_reducer___filterClients$closure", "_filterClients", 2744); - _static_2(S, "client_reducer___sortClients$closure", "_sortClients", 2745); - _static_2(S, "client_reducer___startListMultiselect$closure", "_startListMultiselect", 2746); - _static_2(S, "client_reducer___addToListMultiselect$closure", "_addToListMultiselect", 2747); - _static_2(S, "client_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect", 2748); - _static_2(S, "client_reducer___clearListMultiselect$closure", "_clearListMultiselect", 2749); - _static_2(S, "client_reducer___archiveClientSuccess$closure", "_archiveClientSuccess", 2750); - _static_2(S, "client_reducer___deleteClientSuccess$closure", "_deleteClientSuccess", 2751); - _static_2(S, "client_reducer___restoreClientSuccess$closure", "_restoreClientSuccess", 2752); - _static_2(S, "client_reducer___addClient$closure", "_addClient", 2753); - _static_2(S, "client_reducer___updateClient$closure", "_updateClient", 2754); - _static_2(S, "client_reducer___setLoadedClient$closure", "_setLoadedClient", 2755); - _static_2(S, "client_reducer___setLoadedClients$closure", "_setLoadedClients", 2756); - _static_2(S, "client_reducer___setLoadedCompany$closure", "_setLoadedCompany", 2757); - _static_2(T, "company_reducer__loadCompanySuccessReducer$closure", "loadCompanySuccessReducer", 2758); - _static_2(T, "company_reducer__saveCompanySuccessReducer$closure", "saveCompanySuccessReducer", 2759); - _static_2(N, "company_gateway_reducer___clearEditing$closure", "_clearEditing", 686); - _static_2(N, "company_gateway_reducer___updateEditing$closure", "_updateEditing", 686); - _static_2(N, "company_gateway_reducer___filterCompanyGatewaysByCustom1$closure", "_filterCompanyGatewaysByCustom1", 2761); - _static_2(N, "company_gateway_reducer___filterCompanyGatewaysByCustom2$closure", "_filterCompanyGatewaysByCustom2", 2762); - _static_2(N, "company_gateway_reducer___filterCompanyGatewaysByState$closure", "_filterCompanyGatewaysByState", 2763); - _static_2(N, "company_gateway_reducer___filterCompanyGateways$closure", "_filterCompanyGateways", 2764); - _static_2(N, "company_gateway_reducer___sortCompanyGateways$closure", "_sortCompanyGateways", 2765); - _static_2(N, "company_gateway_reducer___startListMultiselect$closure", "_startListMultiselect0", 2766); - _static_2(N, "company_gateway_reducer___addToListMultiselect$closure", "_addToListMultiselect0", 2767); - _static_2(N, "company_gateway_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect0", 2768); - _static_2(N, "company_gateway_reducer___clearListMultiselect$closure", "_clearListMultiselect0", 2769); - _static_2(N, "company_gateway_reducer___archiveCompanyGatewaySuccess$closure", "_archiveCompanyGatewaySuccess", 2770); - _static_2(N, "company_gateway_reducer___deleteCompanyGatewaySuccess$closure", "_deleteCompanyGatewaySuccess", 2771); - _static_2(N, "company_gateway_reducer___restoreCompanyGatewaySuccess$closure", "_restoreCompanyGatewaySuccess", 2772); - _static_2(N, "company_gateway_reducer___addCompanyGateway$closure", "_addCompanyGateway", 2773); - _static_2(N, "company_gateway_reducer___updateCompanyGateway$closure", "_updateCompanyGateway", 2774); - _static_2(N, "company_gateway_reducer___setLoadedCompanyGateway$closure", "_setLoadedCompanyGateway", 2775); - _static_2(N, "company_gateway_reducer___setLoadedCompany$closure", "_setLoadedCompany0", 2776); - _static_2(N, "company_gateway_reducer___setLoadedCompanyGateways$closure", "_setLoadedCompanyGateways", 2777); - _static_2(Q, "credit_reducer___clearEditing$closure", "_clearEditing0", 146); - _static_2(Q, "credit_reducer___updateEditing$closure", "_updateEditing0", 146); - _static_2(Q, "credit_reducer___addCreditItem$closure", "_addCreditItem", 617); - _static_2(Q, "credit_reducer___addCreditItems$closure", "_addCreditItems", 2779); - _static_2(Q, "credit_reducer___removeCreditItem$closure", "_removeCreditItem", 615); - _static_2(Q, "credit_reducer___updateCreditItem$closure", "_updateCreditItem", 613); - _static_2(Q, "credit_reducer___viewCreditList$closure", "_viewCreditList0", 2780); - _static_2(Q, "credit_reducer___filterCreditsByCustom1$closure", "_filterCreditsByCustom1", 2781); - _static_2(Q, "credit_reducer___filterCreditsByCustom2$closure", "_filterCreditsByCustom2", 2782); - _static_2(Q, "credit_reducer___filterCreditsByCustom3$closure", "_filterCreditsByCustom3", 2783); - _static_2(Q, "credit_reducer___filterCreditsByCustom4$closure", "_filterCreditsByCustom4", 2784); - _static_2(Q, "credit_reducer___filterCreditsByState$closure", "_filterCreditsByState", 2785); - _static_2(Q, "credit_reducer___filterCreditsByStatus$closure", "_filterCreditsByStatus", 2786); - _static_2(Q, "credit_reducer___filterCredits$closure", "_filterCredits", 2787); - _static_2(Q, "credit_reducer___sortCredits$closure", "_sortCredits", 2788); - _static_2(Q, "credit_reducer___startListMultiselect$closure", "_startListMultiselect1", 2789); - _static_2(Q, "credit_reducer___addToListMultiselect$closure", "_addToListMultiselect1", 2790); - _static_2(Q, "credit_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect1", 2791); - _static_2(Q, "credit_reducer___clearListMultiselect$closure", "_clearListMultiselect1", 2792); - _static_2(Q, "credit_reducer___markSentCreditSuccess$closure", "_markSentCreditSuccess", 2793); - _static_2(Q, "credit_reducer___archiveCreditSuccess$closure", "_archiveCreditSuccess", 2794); - _static_2(Q, "credit_reducer___deleteCreditSuccess$closure", "_deleteCreditSuccess", 2795); - _static_2(Q, "credit_reducer___restoreCreditSuccess$closure", "_restoreCreditSuccess", 2796); - _static_2(Q, "credit_reducer___addCredit$closure", "_addCredit", 2797); - _static_2(Q, "credit_reducer___updateCredit$closure", "_updateCredit", 2798); - _static_2(Q, "credit_reducer___setLoadedCredits$closure", "_setLoadedCredits", 2799); - _static_2(Q, "credit_reducer___setLoadedCompany$closure", "_setLoadedCompany1", 2800); - _static_2(U, "design_reducer___clearEditing$closure", "_clearEditing1", 687); - _static_2(U, "design_reducer___updateEditing$closure", "_updateEditing1", 687); - _static_2(U, "design_reducer___viewDesignList$closure", "_viewDesignList0", 2802); - _static_2(U, "design_reducer___filterDesignsByCustom1$closure", "_filterDesignsByCustom1", 2803); - _static_2(U, "design_reducer___filterDesignsByCustom2$closure", "_filterDesignsByCustom2", 2804); - _static_2(U, "design_reducer___filterDesignsByState$closure", "_filterDesignsByState", 2805); - _static_2(U, "design_reducer___filterDesigns$closure", "_filterDesigns", 2806); - _static_2(U, "design_reducer___sortDesigns$closure", "_sortDesigns", 2807); - _static_2(U, "design_reducer___startListMultiselect$closure", "_startListMultiselect2", 2808); - _static_2(U, "design_reducer___addToListMultiselect$closure", "_addToListMultiselect2", 2809); - _static_2(U, "design_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect2", 2810); - _static_2(U, "design_reducer___clearListMultiselect$closure", "_clearListMultiselect2", 2811); - _static_2(U, "design_reducer___archiveDesignSuccess$closure", "_archiveDesignSuccess", 2812); - _static_2(U, "design_reducer___deleteDesignSuccess$closure", "_deleteDesignSuccess", 2813); - _static_2(U, "design_reducer___restoreDesignSuccess$closure", "_restoreDesignSuccess", 2814); - _static_2(U, "design_reducer___addDesign$closure", "_addDesign", 2815); - _static_2(U, "design_reducer___updateDesign$closure", "_updateDesign", 2816); - _static_2(U, "design_reducer___setLoadedDesign$closure", "_setLoadedDesign", 2817); - _static_2(U, "design_reducer___setLoadedDesigns$closure", "_setLoadedDesigns", 2818); - _static_2(U, "design_reducer___setLoadedCompany$closure", "_setLoadedCompany2", 2819); - _static_2(M, "document_reducer___updateEditing$closure", "_updateEditing2", 2820); - _static_2(M, "document_reducer___viewDocumentList$closure", "_viewDocumentList0", 2821); - _static_2(M, "document_reducer___filterDocumentsByCustom1$closure", "_filterDocumentsByCustom1", 2822); - _static_2(M, "document_reducer___filterDocumentsByCustom2$closure", "_filterDocumentsByCustom2", 2823); - _static_2(M, "document_reducer___filterDocumentsByState$closure", "_filterDocumentsByState", 2824); - _static_2(M, "document_reducer___filterDocuments$closure", "_filterDocuments", 2825); - _static_2(M, "document_reducer___sortDocuments$closure", "_sortDocuments", 2826); - _static_2(M, "document_reducer___startListMultiselect$closure", "_startListMultiselect3", 2827); - _static_2(M, "document_reducer___addToListMultiselect$closure", "_addToListMultiselect3", 2828); - _static_2(M, "document_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect3", 2829); - _static_2(M, "document_reducer___clearListMultiselect$closure", "_clearListMultiselect3", 2830); - _static_2(M, "document_reducer___archiveDocumentSuccess$closure", "_archiveDocumentSuccess", 2831); - _static_2(M, "document_reducer___deleteDocumentSuccess$closure", "_deleteDocumentSuccess", 2832); - _static_2(M, "document_reducer___restoreDocumentSuccess$closure", "_restoreDocumentSuccess", 2833); - _static_2(M, "document_reducer___updateDocument$closure", "_updateDocument", 2834); - _static_2(M, "document_reducer___setLoadedDocument$closure", "_setLoadedDocument", 2835); - _static_2(M, "document_reducer___setLoadedDocuments$closure", "_setLoadedDocuments", 2836); - _static_2(K, "expense_reducer___clearEditing$closure", "_clearEditing2", 270); - _static_2(K, "expense_reducer___updateEditing$closure", "_updateEditing3", 270); - _static_2(K, "expense_reducer___viewExpenseList$closure", "_viewExpenseList0", 2838); - _static_2(K, "expense_reducer___filterExpensesByCustom1$closure", "_filterExpensesByCustom1", 2839); - _static_2(K, "expense_reducer___filterExpensesByCustom2$closure", "_filterExpensesByCustom2", 2840); - _static_2(K, "expense_reducer___filterExpensesByCustom3$closure", "_filterExpensesByCustom3", 2841); - _static_2(K, "expense_reducer___filterExpensesByCustom4$closure", "_filterExpensesByCustom4", 2842); - _static_2(K, "expense_reducer___filterExpensesByState$closure", "_filterExpensesByState", 2843); - _static_2(K, "expense_reducer___filterExpensesByStatus$closure", "_filterExpensesByStatus", 2844); - _static_2(K, "expense_reducer___filterExpenses$closure", "_filterExpenses", 2845); - _static_2(K, "expense_reducer___sortExpenses$closure", "_sortExpenses", 2846); - _static_2(K, "expense_reducer___startListMultiselect$closure", "_startListMultiselect4", 2847); - _static_2(K, "expense_reducer___addToListMultiselect$closure", "_addToListMultiselect4", 2848); - _static_2(K, "expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect4", 2849); - _static_2(K, "expense_reducer___clearListMultiselect$closure", "_clearListMultiselect4", 2850); - _static_2(K, "expense_reducer___archiveExpenseSuccess$closure", "_archiveExpenseSuccess", 2851); - _static_2(K, "expense_reducer___deleteExpenseSuccess$closure", "_deleteExpenseSuccess", 2852); - _static_2(K, "expense_reducer___restoreExpenseSuccess$closure", "_restoreExpenseSuccess", 2853); - _static_2(K, "expense_reducer___addExpense$closure", "_addExpense", 2854); - _static_2(K, "expense_reducer___updateExpense$closure", "_updateExpense", 2855); - _static_2(K, "expense_reducer___setLoadedExpense$closure", "_setLoadedExpense", 2856); - _static_2(K, "expense_reducer___setLoadedExpenses$closure", "_setLoadedExpenses", 2857); - _static_2(K, "expense_reducer___setLoadedCompany$closure", "_setLoadedCompany3", 2858); - _static_2(F, "expense_category_reducer___clearEditing$closure", "_clearEditing3", 698); - _static_2(F, "expense_category_reducer___updateEditing$closure", "_updateEditing4", 698); - _static_2(F, "expense_category_reducer___filterExpenseCategoriesByCustom1$closure", "_filterExpenseCategoriesByCustom1", 2860); - _static_2(F, "expense_category_reducer___filterExpenseCategoriesByCustom2$closure", "_filterExpenseCategoriesByCustom2", 2861); - _static_2(F, "expense_category_reducer___filterExpenseCategoriesByState$closure", "_filterExpenseCategoriesByState", 2862); - _static_2(F, "expense_category_reducer___filterExpenseCategories$closure", "_filterExpenseCategories", 2863); - _static_2(F, "expense_category_reducer___sortExpenseCategories$closure", "_sortExpenseCategories", 2864); - _static_2(F, "expense_category_reducer___startListMultiselect$closure", "_startListMultiselect5", 2865); - _static_2(F, "expense_category_reducer___addToListMultiselect$closure", "_addToListMultiselect5", 2866); - _static_2(F, "expense_category_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect5", 2867); - _static_2(F, "expense_category_reducer___clearListMultiselect$closure", "_clearListMultiselect5", 2868); - _static_2(F, "expense_category_reducer___archiveExpenseCategorySuccess$closure", "_archiveExpenseCategorySuccess", 2869); - _static_2(F, "expense_category_reducer___deleteExpenseCategorySuccess$closure", "_deleteExpenseCategorySuccess", 2870); - _static_2(F, "expense_category_reducer___restoreExpenseCategorySuccess$closure", "_restoreExpenseCategorySuccess", 2871); - _static_2(F, "expense_category_reducer___addExpenseCategory$closure", "_addExpenseCategory", 2872); - _static_2(F, "expense_category_reducer___updateExpenseCategory$closure", "_updateExpenseCategory", 2873); - _static_2(F, "expense_category_reducer___setLoadedExpenseCategory$closure", "_setLoadedExpenseCategory", 2874); - _static_2(F, "expense_category_reducer___setLoadedExpenseCategories$closure", "_setLoadedExpenseCategories", 2875); - _static_2(F, "expense_category_reducer___setLoadedCompany$closure", "_setLoadedCompany4", 2876); - _static_2(K, "group_reducer___clearEditing$closure", "_clearEditing4", 703); - _static_2(K, "group_reducer___updateEditing$closure", "_updateEditing5", 703); - _static_2(K, "group_reducer___viewGroupList$closure", "_viewGroupList0", 2878); - _static_2(K, "group_reducer___filterGroupsByState$closure", "_filterGroupsByState", 2879); - _static_2(K, "group_reducer___filterGroups$closure", "_filterGroups", 2880); - _static_2(K, "group_reducer___sortGroups$closure", "_sortGroups", 2881); - _static_2(K, "group_reducer___startListMultiselect$closure", "_startListMultiselect6", 2882); - _static_2(K, "group_reducer___addToListMultiselect$closure", "_addToListMultiselect6", 2883); - _static_2(K, "group_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect6", 2884); - _static_2(K, "group_reducer___clearListMultiselect$closure", "_clearListMultiselect6", 2885); - _static_2(K, "group_reducer___archiveGroupSuccess$closure", "_archiveGroupSuccess", 2886); - _static_2(K, "group_reducer___deleteGroupSuccess$closure", "_deleteGroupSuccess", 2887); - _static_2(K, "group_reducer___restoreGroupSuccess$closure", "_restoreGroupSuccess", 2888); - _static_2(K, "group_reducer___addGroup$closure", "_addGroup", 2889); - _static_2(K, "group_reducer___updateGroup$closure", "_updateGroup", 2890); - _static_2(K, "group_reducer___setLoadedGroup$closure", "_setLoadedGroup", 2891); - _static_2(K, "group_reducer___setLoadedGroups$closure", "_setLoadedGroups", 2892); - _static_2(K, "group_reducer___setLoadedCompany$closure", "_setLoadedCompany5", 2893); - _static_2(D, "invoice_reducer___clearEditing$closure", "_clearEditing5", 146); - _static_2(D, "invoice_reducer___updateEditing$closure", "_updateEditing6", 146); - _static_2(D, "invoice_reducer___addInvoiceItem$closure", "_addInvoiceItem", 551); - _static_2(D, "invoice_reducer___addInvoiceItems$closure", "_addInvoiceItems", 2894); - _static_2(D, "invoice_reducer___removeInvoiceItem$closure", "_removeInvoiceItem", 550); - _static_2(D, "invoice_reducer___updateInvoiceItem$closure", "_updateInvoiceItem", 549); - _static_2(D, "invoice_reducer___viewInvoiceList$closure", "_viewInvoiceList0", 2895); - _static_2(D, "invoice_reducer___filterInvoicesByCustom1$closure", "_filterInvoicesByCustom1", 2896); - _static_2(D, "invoice_reducer___filterInvoicesByCustom2$closure", "_filterInvoicesByCustom2", 2897); - _static_2(D, "invoice_reducer___filterInvoicesByCustom3$closure", "_filterInvoicesByCustom3", 2898); - _static_2(D, "invoice_reducer___filterInvoicesByCustom4$closure", "_filterInvoicesByCustom4", 2899); - _static_2(D, "invoice_reducer___filterInvoicesByState$closure", "_filterInvoicesByState", 2900); - _static_2(D, "invoice_reducer___filterInvoicesByStatus$closure", "_filterInvoicesByStatus", 2901); - _static_2(D, "invoice_reducer___filterInvoices$closure", "_filterInvoices", 2902); - _static_2(D, "invoice_reducer___sortInvoices$closure", "_sortInvoices", 2903); - _static_2(D, "invoice_reducer___startListMultiselect$closure", "_startListMultiselect7", 2904); - _static_2(D, "invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect7", 2905); - _static_2(D, "invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect7", 2906); - _static_2(D, "invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect7", 2907); - _static_2(D, "invoice_reducer___markInvoicesSentSuccess$closure", "_markInvoicesSentSuccess", 2908); - _static_2(D, "invoice_reducer___markInvoicesPaidSuccess$closure", "_markInvoicesPaidSuccess", 2909); - _static_2(D, "invoice_reducer___reverseInvoicesSuccess$closure", "_reverseInvoicesSuccess", 2910); - _static_2(D, "invoice_reducer___cancelInvoicesSuccess$closure", "_cancelInvoicesSuccess", 2911); - _static_2(D, "invoice_reducer___archiveInvoiceSuccess$closure", "_archiveInvoiceSuccess", 2912); - _static_2(D, "invoice_reducer___deleteInvoiceSuccess$closure", "_deleteInvoiceSuccess", 2913); - _static_2(D, "invoice_reducer___emailInvoiceSuccess$closure", "_emailInvoiceSuccess", 2914); - _static_2(D, "invoice_reducer___restoreInvoiceSuccess$closure", "_restoreInvoiceSuccess", 2915); - _static_2(D, "invoice_reducer___addInvoice$closure", "_addInvoice", 2916); - _static_2(D, "invoice_reducer___updateInvoice$closure", "_updateInvoice", 2917); - _static_2(D, "invoice_reducer___setLoadedInvoices$closure", "_setLoadedInvoices", 2918); - _static_2(D, "invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany6", 2919); - _static_2(R, "payment_reducer___clearEditing$closure", "_clearEditing6", 705); - _static_2(R, "payment_reducer___updateEditing$closure", "_updateEditing7", 705); - _static_2(R, "payment_reducer___viewPaymentList$closure", "_viewPaymentList0", 2921); - _static_2(R, "payment_reducer___filterPaymentsByCustom1$closure", "_filterPaymentsByCustom1", 2922); - _static_2(R, "payment_reducer___filterPaymentsByCustom2$closure", "_filterPaymentsByCustom2", 2923); - _static_2(R, "payment_reducer___filterPaymentsByCustom3$closure", "_filterPaymentsByCustom3", 2924); - _static_2(R, "payment_reducer___filterPaymentsByCustom4$closure", "_filterPaymentsByCustom4", 2925); - _static_2(R, "payment_reducer___filterPaymentsByState$closure", "_filterPaymentsByState", 2926); - _static_2(R, "payment_reducer___filterPayments$closure", "_filterPayments", 2927); - _static_2(R, "payment_reducer___sortPayments$closure", "_sortPayments", 2928); - _static_2(R, "payment_reducer___startListMultiselect$closure", "_startListMultiselect8", 2929); - _static_2(R, "payment_reducer___addToListMultiselect$closure", "_addToListMultiselect8", 2930); - _static_2(R, "payment_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect8", 2931); - _static_2(R, "payment_reducer___clearListMultiselect$closure", "_clearListMultiselect8", 2932); - _static_2(R, "payment_reducer___archivePaymentSuccess$closure", "_archivePaymentSuccess", 2933); - _static_2(R, "payment_reducer___deletePaymentSuccess$closure", "_deletePaymentSuccess", 2934); - _static_2(R, "payment_reducer___restorePaymentSuccess$closure", "_restorePaymentSuccess", 2935); - _static_2(R, "payment_reducer___addPayment$closure", "_addPayment", 2936); - _static_2(R, "payment_reducer___updatePayment$closure", "_updatePayment", 2937); - _static_2(R, "payment_reducer___setLoadedPayment$closure", "_setLoadedPayment", 2938); - _static_2(R, "payment_reducer___setLoadedPayments$closure", "_setLoadedPayments", 2939); - _static_2(R, "payment_reducer___setLoadedCompany$closure", "_setLoadedCompany7", 2940); - _static_2(L, "payment_term_reducer___clearEditing$closure", "_clearEditing7", 706); - _static_2(L, "payment_term_reducer___updateEditing$closure", "_updateEditing8", 706); - _static_2(L, "payment_term_reducer___viewPaymentTermList$closure", "_viewPaymentTermList0", 2942); - _static_2(L, "payment_term_reducer___filterPaymentTermsByCustom1$closure", "_filterPaymentTermsByCustom1", 2943); - _static_2(L, "payment_term_reducer___filterPaymentTermsByCustom2$closure", "_filterPaymentTermsByCustom2", 2944); - _static_2(L, "payment_term_reducer___filterPaymentTermsByState$closure", "_filterPaymentTermsByState", 2945); - _static_2(L, "payment_term_reducer___filterPaymentTerms$closure", "_filterPaymentTerms", 2946); - _static_2(L, "payment_term_reducer___sortPaymentTerms$closure", "_sortPaymentTerms", 2947); - _static_2(L, "payment_term_reducer___startListMultiselect$closure", "_startListMultiselect9", 2948); - _static_2(L, "payment_term_reducer___addToListMultiselect$closure", "_addToListMultiselect9", 2949); - _static_2(L, "payment_term_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect9", 2950); - _static_2(L, "payment_term_reducer___clearListMultiselect$closure", "_clearListMultiselect9", 2951); - _static_2(L, "payment_term_reducer___archivePaymentTermSuccess$closure", "_archivePaymentTermSuccess", 2952); - _static_2(L, "payment_term_reducer___deletePaymentTermSuccess$closure", "_deletePaymentTermSuccess", 2953); - _static_2(L, "payment_term_reducer___restorePaymentTermSuccess$closure", "_restorePaymentTermSuccess", 2954); - _static_2(L, "payment_term_reducer___addPaymentTerm$closure", "_addPaymentTerm", 2955); - _static_2(L, "payment_term_reducer___updatePaymentTerm$closure", "_updatePaymentTerm", 2956); - _static_2(L, "payment_term_reducer___setLoadedPaymentTerm$closure", "_setLoadedPaymentTerm", 2957); - _static_2(L, "payment_term_reducer___setLoadedPaymentTerms$closure", "_setLoadedPaymentTerms", 2958); - _static_2(L, "payment_term_reducer___setLoadedCompany$closure", "_setLoadedCompany8", 2959); - _static_2(B, "product_reducer___clearEditing$closure", "_clearEditing8", 708); - _static_2(B, "product_reducer___updateEditing$closure", "_updateEditing9", 708); - _static_2(B, "product_reducer___viewClientList$closure", "_viewClientList1", 2961); - _static_2(B, "product_reducer___filterProductsByState$closure", "_filterProductsByState", 2962); - _static_2(B, "product_reducer___filterProductsByCustom1$closure", "_filterProductsByCustom1", 2963); - _static_2(B, "product_reducer___filterProductsByCustom2$closure", "_filterProductsByCustom2", 2964); - _static_2(B, "product_reducer___filterProductsByCustom3$closure", "_filterProductsByCustom3", 2965); - _static_2(B, "product_reducer___filterProductsByCustom4$closure", "_filterProductsByCustom4", 2966); - _static_2(B, "product_reducer___filterProducts$closure", "_filterProducts", 2967); - _static_2(B, "product_reducer___sortProducts$closure", "_sortProducts", 2968); - _static_2(B, "product_reducer___startListMultiselect$closure", "_startListMultiselect10", 2969); - _static_2(B, "product_reducer___addToListMultiselect$closure", "_addToListMultiselect10", 2970); - _static_2(B, "product_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect10", 2971); - _static_2(B, "product_reducer___clearListMultiselect$closure", "_clearListMultiselect10", 2972); - _static_2(B, "product_reducer___archiveProductSuccess$closure", "_archiveProductSuccess", 2973); - _static_2(B, "product_reducer___deleteProductSuccess$closure", "_deleteProductSuccess", 2974); - _static_2(B, "product_reducer___restoreProductSuccess$closure", "_restoreProductSuccess", 2975); - _static_2(B, "product_reducer___addProduct$closure", "_addProduct", 2976); - _static_2(B, "product_reducer___updateProduct$closure", "_updateProduct", 2977); - _static_2(B, "product_reducer___setLoadedProduct$closure", "_setLoadedProduct", 2978); - _static_2(B, "product_reducer___setLoadedProducts$closure", "_setLoadedProducts", 2979); - _static_2(B, "product_reducer___setLoadedCompany$closure", "_setLoadedCompany9", 2980); - _static_2(G, "project_reducer___clearEditing$closure", "_clearEditing9", 715); - _static_2(G, "project_reducer___updateEditing$closure", "_updateEditing10", 715); - _static_2(G, "project_reducer___viewProjectList$closure", "_viewProjectList0", 2982); - _static_2(G, "project_reducer___filterProjectsByCustom1$closure", "_filterProjectsByCustom1", 2983); - _static_2(G, "project_reducer___filterProjectsByCustom2$closure", "_filterProjectsByCustom2", 2984); - _static_2(G, "project_reducer___filterProjectsByCustom3$closure", "_filterProjectsByCustom3", 2985); - _static_2(G, "project_reducer___filterProjectsByCustom4$closure", "_filterProjectsByCustom4", 2986); - _static_2(G, "project_reducer___filterProjectsByState$closure", "_filterProjectsByState", 2987); - _static_2(G, "project_reducer___filterProjects$closure", "_filterProjects", 2988); - _static_2(G, "project_reducer___sortProjects$closure", "_sortProjects", 2989); - _static_2(G, "project_reducer___startListMultiselect$closure", "_startListMultiselect11", 2990); - _static_2(G, "project_reducer___addToListMultiselect$closure", "_addToListMultiselect11", 2991); - _static_2(G, "project_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect11", 2992); - _static_2(G, "project_reducer___clearListMultiselect$closure", "_clearListMultiselect11", 2993); - _static_2(G, "project_reducer___archiveProjectSuccess$closure", "_archiveProjectSuccess", 2994); - _static_2(G, "project_reducer___deleteProjectSuccess$closure", "_deleteProjectSuccess", 2995); - _static_2(G, "project_reducer___restoreProjectSuccess$closure", "_restoreProjectSuccess", 2996); - _static_2(G, "project_reducer___addProject$closure", "_addProject", 2997); - _static_2(G, "project_reducer___updateProject$closure", "_updateProject", 2998); - _static_2(G, "project_reducer___setLoadedProject$closure", "_setLoadedProject", 2999); - _static_2(G, "project_reducer___setLoadedProjects$closure", "_setLoadedProjects", 3000); - _static_2(G, "project_reducer___setLoadedCompany$closure", "_setLoadedCompany10", 3001); - _static_2(L, "quote_reducer___clearEditing$closure", "_clearEditing10", 146); - _static_2(L, "quote_reducer___updateEditing$closure", "_updateEditing11", 146); - _static_2(L, "quote_reducer___addQuoteItem$closure", "_addQuoteItem", 500); - _static_2(L, "quote_reducer___addQuoteItems$closure", "_addQuoteItems", 3002); - _static_2(L, "quote_reducer___removeQuoteItem$closure", "_removeQuoteItem", 499); - _static_2(L, "quote_reducer___updateQuoteItem$closure", "_updateQuoteItem", 498); - _static_2(L, "quote_reducer___viewQuoteList$closure", "_viewQuoteList0", 3003); - _static_2(L, "quote_reducer___filterQuotesByCustom1$closure", "_filterQuotesByCustom1", 3004); - _static_2(L, "quote_reducer___filterQuotesByCustom2$closure", "_filterQuotesByCustom2", 3005); - _static_2(L, "quote_reducer___filterQuotesByCustom3$closure", "_filterQuotesByCustom3", 3006); - _static_2(L, "quote_reducer___filterQuotesByCustom4$closure", "_filterQuotesByCustom4", 3007); - _static_2(L, "quote_reducer___filterQuotesByState$closure", "_filterQuotesByState", 3008); - _static_2(L, "quote_reducer___filterQuotesByStatus$closure", "_filterQuotesByStatus", 3009); - _static_2(L, "quote_reducer___filterQuotes$closure", "_filterQuotes", 3010); - _static_2(L, "quote_reducer___sortQuotes$closure", "_sortQuotes", 3011); - _static_2(L, "quote_reducer___startListMultiselect$closure", "_startListMultiselect12", 3012); - _static_2(L, "quote_reducer___addToListMultiselect$closure", "_addToListMultiselect12", 3013); - _static_2(L, "quote_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect12", 3014); - _static_2(L, "quote_reducer___clearListMultiselect$closure", "_clearListMultiselect12", 3015); - _static_2(L, "quote_reducer___markSentQuoteSuccess$closure", "_markSentQuoteSuccess", 3016); - _static_2(L, "quote_reducer___archiveQuoteSuccess$closure", "_archiveQuoteSuccess", 3017); - _static_2(L, "quote_reducer___deleteQuoteSuccess$closure", "_deleteQuoteSuccess", 3018); - _static_2(L, "quote_reducer___restoreQuoteSuccess$closure", "_restoreQuoteSuccess", 3019); - _static_2(L, "quote_reducer___convertQuoteSuccess$closure", "_convertQuoteSuccess", 3020); - _static_2(L, "quote_reducer___addQuote$closure", "_addQuote", 3021); - _static_2(L, "quote_reducer___updateQuote$closure", "_updateQuote", 3022); - _static_2(L, "quote_reducer___setLoadedQuotes$closure", "_setLoadedQuotes", 3023); - _static_2(L, "quote_reducer___setLoadedCompany$closure", "_setLoadedCompany11", 3024); - _static_2(E, "recurring_expense_reducer___clearEditing$closure", "_clearEditing11", 270); - _static_2(E, "recurring_expense_reducer___updateEditing$closure", "_updateEditing12", 270); - _static_2(E, "recurring_expense_reducer___viewRecurringExpenseList$closure", "_viewRecurringExpenseList0", 3025); - _static_2(E, "recurring_expense_reducer___filterRecurringExpensesByCustom1$closure", "_filterRecurringExpensesByCustom1", 3026); - _static_2(E, "recurring_expense_reducer___filterRecurringExpensesByCustom2$closure", "_filterRecurringExpensesByCustom2", 3027); - _static_2(E, "recurring_expense_reducer___filterRecurringExpensesByState$closure", "_filterRecurringExpensesByState", 3028); - _static_2(E, "recurring_expense_reducer___filterRecurringExpenses$closure", "_filterRecurringExpenses", 3029); - _static_2(E, "recurring_expense_reducer___sortRecurringExpenses$closure", "_sortRecurringExpenses", 3030); - _static_2(E, "recurring_expense_reducer___startListMultiselect$closure", "_startListMultiselect13", 3031); - _static_2(E, "recurring_expense_reducer___addToListMultiselect$closure", "_addToListMultiselect13", 3032); - _static_2(E, "recurring_expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect13", 3033); - _static_2(E, "recurring_expense_reducer___clearListMultiselect$closure", "_clearListMultiselect13", 3034); - _static_2(E, "recurring_expense_reducer___archiveRecurringExpenseSuccess$closure", "_archiveRecurringExpenseSuccess", 3035); - _static_2(E, "recurring_expense_reducer___deleteRecurringExpenseSuccess$closure", "_deleteRecurringExpenseSuccess", 3036); - _static_2(E, "recurring_expense_reducer___restoreRecurringExpenseSuccess$closure", "_restoreRecurringExpenseSuccess", 3037); - _static_2(E, "recurring_expense_reducer___addRecurringExpense$closure", "_addRecurringExpense", 3038); - _static_2(E, "recurring_expense_reducer___updateRecurringExpense$closure", "_updateRecurringExpense", 3039); - _static_2(E, "recurring_expense_reducer___startRecurringExpensesSuccess$closure", "_startRecurringExpensesSuccess", 3040); - _static_2(E, "recurring_expense_reducer___stopRecurringExpensesSuccess$closure", "_stopRecurringExpensesSuccess", 3041); - _static_2(E, "recurring_expense_reducer___setLoadedRecurringExpense$closure", "_setLoadedRecurringExpense", 3042); - _static_2(E, "recurring_expense_reducer___setLoadedRecurringExpenses$closure", "_setLoadedRecurringExpenses", 3043); - _static_2(E, "recurring_expense_reducer___setLoadedCompany$closure", "_setLoadedCompany12", 3044); - _static_2(A, "recurring_invoice_reducer___clearEditing$closure", "_clearEditing12", 146); - _static_2(A, "recurring_invoice_reducer___updateEditing$closure", "_updateEditing13", 146); - _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItem$closure", "_addRecurringInvoiceItem", 490); - _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItems$closure", "_addRecurringInvoiceItems", 3045); - _static_2(A, "recurring_invoice_reducer___removeRecurringInvoiceItem$closure", "_removeRecurringInvoiceItem", 489); - _static_2(A, "recurring_invoice_reducer___updateRecurringInvoiceItem$closure", "_updateRecurringInvoiceItem", 488); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom1$closure", "_filterRecurringInvoicesByCustom1", 3046); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom2$closure", "_filterRecurringInvoicesByCustom2", 3047); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom3$closure", "_filterRecurringInvoicesByCustom3", 3048); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom4$closure", "_filterRecurringInvoicesByCustom4", 3049); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByState$closure", "_filterRecurringInvoicesByState", 3050); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByStatus$closure", "_filterRecurringInvoicesByStatus", 3051); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoices$closure", "_filterRecurringInvoices", 3052); - _static_2(A, "recurring_invoice_reducer___sortRecurringInvoices$closure", "_sortRecurringInvoices", 3053); - _static_2(A, "recurring_invoice_reducer___startListMultiselect$closure", "_startListMultiselect14", 3054); - _static_2(A, "recurring_invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect14", 3055); - _static_2(A, "recurring_invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect14", 3056); - _static_2(A, "recurring_invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect14", 3057); - _static_2(A, "recurring_invoice_reducer___archiveRecurringInvoiceSuccess$closure", "_archiveRecurringInvoiceSuccess", 3058); - _static_2(A, "recurring_invoice_reducer___deleteRecurringInvoiceSuccess$closure", "_deleteRecurringInvoiceSuccess", 3059); - _static_2(A, "recurring_invoice_reducer___emailRecurringInvoiceSuccess$closure", "_emailRecurringInvoiceSuccess", 3060); - _static_2(A, "recurring_invoice_reducer___restoreRecurringInvoiceSuccess$closure", "_restoreRecurringInvoiceSuccess", 3061); - _static_2(A, "recurring_invoice_reducer___startRecurringInvoicesSuccess$closure", "_startRecurringInvoicesSuccess", 3062); - _static_2(A, "recurring_invoice_reducer___stopRecurringInvoicesSuccess$closure", "_stopRecurringInvoicesSuccess", 3063); - _static_2(A, "recurring_invoice_reducer___addRecurringInvoice$closure", "_addRecurringInvoice", 3064); - _static_2(A, "recurring_invoice_reducer___updateRecurringInvoice$closure", "_updateRecurringInvoice", 3065); - _static_2(A, "recurring_invoice_reducer___setLoadedRecurringInvoices$closure", "_setLoadedRecurringInvoices", 3066); - _static_2(A, "recurring_invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany13", 3067); - _static_2(Q, "static_reducer__staticLoadedReducer$closure", "staticLoadedReducer", 3068); - _static_2(X, "subscription_reducer___clearEditing$closure", "_clearEditing13", 725); - _static_2(X, "subscription_reducer___updateEditing$closure", "_updateEditing14", 725); - _static_2(X, "subscription_reducer___filterSubscriptionsByCustom1$closure", "_filterSubscriptionsByCustom1", 3070); - _static_2(X, "subscription_reducer___filterSubscriptionsByCustom2$closure", "_filterSubscriptionsByCustom2", 3071); - _static_2(X, "subscription_reducer___filterSubscriptionsByState$closure", "_filterSubscriptionsByState", 3072); - _static_2(X, "subscription_reducer___filterSubscriptions$closure", "_filterSubscriptions", 3073); - _static_2(X, "subscription_reducer___sortSubscriptions$closure", "_sortSubscriptions", 3074); - _static_2(X, "subscription_reducer___startListMultiselect$closure", "_startListMultiselect15", 3075); - _static_2(X, "subscription_reducer___addToListMultiselect$closure", "_addToListMultiselect15", 3076); - _static_2(X, "subscription_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect15", 3077); - _static_2(X, "subscription_reducer___clearListMultiselect$closure", "_clearListMultiselect15", 3078); - _static_2(X, "subscription_reducer___archiveSubscriptionSuccess$closure", "_archiveSubscriptionSuccess", 3079); - _static_2(X, "subscription_reducer___deleteSubscriptionSuccess$closure", "_deleteSubscriptionSuccess", 3080); - _static_2(X, "subscription_reducer___restoreSubscriptionSuccess$closure", "_restoreSubscriptionSuccess", 3081); - _static_2(X, "subscription_reducer___addSubscription$closure", "_addSubscription", 3082); - _static_2(X, "subscription_reducer___updateSubscription$closure", "_updateSubscription", 3083); - _static_2(X, "subscription_reducer___setLoadedSubscription$closure", "_setLoadedSubscription", 3084); - _static_2(X, "subscription_reducer___setLoadedSubscriptions$closure", "_setLoadedSubscriptions", 3085); - _static_2(X, "subscription_reducer___setLoadedCompany$closure", "_setLoadedCompany14", 3086); - _static_2(N, "task_reducer___clearEditing$closure", "_clearEditing14", 726); - _static_2(N, "task_reducer___updateEditing$closure", "_updateEditing15", 726); - _static_2(N, "task_reducer___viewTaskList$closure", "_viewTaskList0", 3088); - _static_2(N, "task_reducer___filterTasksByCustom1$closure", "_filterTasksByCustom1", 3089); - _static_2(N, "task_reducer___filterTasksByCustom2$closure", "_filterTasksByCustom2", 3090); - _static_2(N, "task_reducer___filterTasksByState$closure", "_filterTasksByState", 3091); - _static_2(N, "task_reducer___filterTasksByStatus$closure", "_filterTasksByStatus", 3092); - _static_2(N, "task_reducer___filterTasks$closure", "_filterTasks", 3093); - _static_2(N, "task_reducer___sortTasks$closure", "_sortTasks0", 3094); - _static_2(N, "task_reducer___addTaskTime$closure", "_addTaskTime", 3095); - _static_2(N, "task_reducer___removeTaskTime$closure", "_removeTaskTime", 3096); - _static_2(N, "task_reducer___updateTaskTime$closure", "_updateTaskTime", 3097); - _static_2(N, "task_reducer___startListMultiselect$closure", "_startListMultiselect16", 3098); - _static_2(N, "task_reducer___addToListMultiselect$closure", "_addToListMultiselect16", 3099); - _static_2(N, "task_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect16", 3100); - _static_2(N, "task_reducer___clearListMultiselect$closure", "_clearListMultiselect16", 3101); - _static_2(N, "task_reducer___sortTasksSuccess$closure", "_sortTasksSuccess", 3102); - _static_2(N, "task_reducer___archiveTaskSuccess$closure", "_archiveTaskSuccess", 3103); - _static_2(N, "task_reducer___deleteTaskSuccess$closure", "_deleteTaskSuccess", 3104); - _static_2(N, "task_reducer___restoreTaskSuccess$closure", "_restoreTaskSuccess", 3105); - _static_2(N, "task_reducer___addTask$closure", "_addTask", 3106); - _static_2(N, "task_reducer___updateTask$closure", "_updateTask", 3107); - _static_2(N, "task_reducer___setLoadedTask$closure", "_setLoadedTask", 3108); - _static_2(N, "task_reducer___setLoadedTasks$closure", "_setLoadedTasks", 3109); - _static_2(N, "task_reducer___setLoadedCompany$closure", "_setLoadedCompany15", 3110); - _static_2(A, "task_status_reducer___clearEditing$closure", "_clearEditing15", 727); - _static_2(A, "task_status_reducer___updateEditing$closure", "_updateEditing16", 727); - _static_2(A, "task_status_reducer___viewTaskStatusList$closure", "_viewTaskStatusList0", 3112); - _static_2(A, "task_status_reducer___filterTaskStatusesByCustom1$closure", "_filterTaskStatusesByCustom1", 3113); - _static_2(A, "task_status_reducer___filterTaskStatusesByCustom2$closure", "_filterTaskStatusesByCustom2", 3114); - _static_2(A, "task_status_reducer___filterTaskStatusesByState$closure", "_filterTaskStatusesByState", 3115); - _static_2(A, "task_status_reducer___filterTaskStatuses$closure", "_filterTaskStatuses", 3116); - _static_2(A, "task_status_reducer___sortTaskStatuses$closure", "_sortTaskStatuses", 3117); - _static_2(A, "task_status_reducer___startListMultiselect$closure", "_startListMultiselect17", 3118); - _static_2(A, "task_status_reducer___addToListMultiselect$closure", "_addToListMultiselect17", 3119); - _static_2(A, "task_status_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect17", 3120); - _static_2(A, "task_status_reducer___clearListMultiselect$closure", "_clearListMultiselect17", 3121); - _static_2(A, "task_status_reducer___sortTaskStatusSuccess$closure", "_sortTaskStatusSuccess", 3122); - _static_2(A, "task_status_reducer___archiveTaskStatusSuccess$closure", "_archiveTaskStatusSuccess", 3123); - _static_2(A, "task_status_reducer___deleteTaskStatusSuccess$closure", "_deleteTaskStatusSuccess", 3124); - _static_2(A, "task_status_reducer___restoreTaskStatusSuccess$closure", "_restoreTaskStatusSuccess", 3125); - _static_2(A, "task_status_reducer___addTaskStatus$closure", "_addTaskStatus", 3126); - _static_2(A, "task_status_reducer___updateTaskStatus$closure", "_updateTaskStatus", 3127); - _static_2(A, "task_status_reducer___setLoadedTaskStatus$closure", "_setLoadedTaskStatus", 3128); - _static_2(A, "task_status_reducer___setLoadedTaskStatuses$closure", "_setLoadedTaskStatuses", 3129); - _static_2(A, "task_status_reducer___setLoadedCompany$closure", "_setLoadedCompany16", 3130); + _instance_1_u(_, "get$generateRoute", "generateRoute$1", 782); + _static_2(G, "app_reducer__appReducer$closure", "appReducer", 2714); + _static_2(S, "auth_reducer__userLoadUrlReducer$closure", "userLoadUrlReducer", 2715); + _static_2(S, "auth_reducer__userSignUpRequestReducer$closure", "userSignUpRequestReducer", 2716); + _static_2(S, "auth_reducer__userLoginRequestReducer$closure", "userLoginRequestReducer", 2717); + _static_2(S, "auth_reducer__oauthLoginRequestReducer$closure", "oauthLoginRequestReducer", 2718); + _static_2(S, "auth_reducer__oauthSignUpRequestReducer$closure", "oauthSignUpRequestReducer", 2719); + _static_2(S, "auth_reducer__userLoginSuccessReducer$closure", "userLoginSuccessReducer", 2720); + _static_2(S, "auth_reducer__userVerifiedPasswordReducer$closure", "userVerifiedPasswordReducer", 2721); + _static_2(S, "auth_reducer__userUnverifiedPasswordReducer$closure", "userUnverifiedPasswordReducer", 2722); + _static_2(S, "client_reducer___viewClientList$closure", "_viewClientList0", 2723); + _static_2(S, "client_reducer___filterClientsByCustom1$closure", "_filterClientsByCustom1", 2724); + _static_2(S, "client_reducer___filterClientsByCustom2$closure", "_filterClientsByCustom2", 2725); + _static_2(S, "client_reducer___filterClientsByCustom3$closure", "_filterClientsByCustom3", 2726); + _static_2(S, "client_reducer___filterClientsByCustom4$closure", "_filterClientsByCustom4", 2727); + _static_2(S, "client_reducer___filterClientsByState$closure", "_filterClientsByState", 2728); + _static_2(S, "client_reducer___filterClients$closure", "_filterClients", 2729); + _static_2(S, "client_reducer___sortClients$closure", "_sortClients", 2730); + _static_2(S, "client_reducer___startListMultiselect$closure", "_startListMultiselect", 2731); + _static_2(S, "client_reducer___addToListMultiselect$closure", "_addToListMultiselect", 2732); + _static_2(S, "client_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect", 2733); + _static_2(S, "client_reducer___clearListMultiselect$closure", "_clearListMultiselect", 2734); + _static_2(S, "client_reducer___archiveClientSuccess$closure", "_archiveClientSuccess", 2735); + _static_2(S, "client_reducer___deleteClientSuccess$closure", "_deleteClientSuccess", 2736); + _static_2(S, "client_reducer___restoreClientSuccess$closure", "_restoreClientSuccess", 2737); + _static_2(S, "client_reducer___addClient$closure", "_addClient", 2738); + _static_2(S, "client_reducer___updateClient$closure", "_updateClient", 2739); + _static_2(S, "client_reducer___setLoadedClient$closure", "_setLoadedClient", 2740); + _static_2(S, "client_reducer___setLoadedClients$closure", "_setLoadedClients", 2741); + _static_2(S, "client_reducer___setLoadedCompany$closure", "_setLoadedCompany", 2742); + _static_2(T, "company_reducer__loadCompanySuccessReducer$closure", "loadCompanySuccessReducer", 2743); + _static_2(T, "company_reducer__saveCompanySuccessReducer$closure", "saveCompanySuccessReducer", 2744); + _static_2(N, "company_gateway_reducer___clearEditing$closure", "_clearEditing", 722); + _static_2(N, "company_gateway_reducer___updateEditing$closure", "_updateEditing", 722); + _static_2(N, "company_gateway_reducer___filterCompanyGatewaysByCustom1$closure", "_filterCompanyGatewaysByCustom1", 2746); + _static_2(N, "company_gateway_reducer___filterCompanyGatewaysByCustom2$closure", "_filterCompanyGatewaysByCustom2", 2747); + _static_2(N, "company_gateway_reducer___filterCompanyGatewaysByState$closure", "_filterCompanyGatewaysByState", 2748); + _static_2(N, "company_gateway_reducer___filterCompanyGateways$closure", "_filterCompanyGateways", 2749); + _static_2(N, "company_gateway_reducer___sortCompanyGateways$closure", "_sortCompanyGateways", 2750); + _static_2(N, "company_gateway_reducer___startListMultiselect$closure", "_startListMultiselect0", 2751); + _static_2(N, "company_gateway_reducer___addToListMultiselect$closure", "_addToListMultiselect0", 2752); + _static_2(N, "company_gateway_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect0", 2753); + _static_2(N, "company_gateway_reducer___clearListMultiselect$closure", "_clearListMultiselect0", 2754); + _static_2(N, "company_gateway_reducer___archiveCompanyGatewaySuccess$closure", "_archiveCompanyGatewaySuccess", 2755); + _static_2(N, "company_gateway_reducer___deleteCompanyGatewaySuccess$closure", "_deleteCompanyGatewaySuccess", 2756); + _static_2(N, "company_gateway_reducer___restoreCompanyGatewaySuccess$closure", "_restoreCompanyGatewaySuccess", 2757); + _static_2(N, "company_gateway_reducer___addCompanyGateway$closure", "_addCompanyGateway", 2758); + _static_2(N, "company_gateway_reducer___updateCompanyGateway$closure", "_updateCompanyGateway", 2759); + _static_2(N, "company_gateway_reducer___setLoadedCompanyGateway$closure", "_setLoadedCompanyGateway", 2760); + _static_2(N, "company_gateway_reducer___setLoadedCompany$closure", "_setLoadedCompany0", 2761); + _static_2(N, "company_gateway_reducer___setLoadedCompanyGateways$closure", "_setLoadedCompanyGateways", 2762); + _static_2(Q, "credit_reducer___clearEditing$closure", "_clearEditing0", 147); + _static_2(Q, "credit_reducer___updateEditing$closure", "_updateEditing0", 147); + _static_2(Q, "credit_reducer___addCreditItem$closure", "_addCreditItem", 500); + _static_2(Q, "credit_reducer___addCreditItems$closure", "_addCreditItems", 2764); + _static_2(Q, "credit_reducer___removeCreditItem$closure", "_removeCreditItem", 499); + _static_2(Q, "credit_reducer___updateCreditItem$closure", "_updateCreditItem", 498); + _static_2(Q, "credit_reducer___viewCreditList$closure", "_viewCreditList0", 2765); + _static_2(Q, "credit_reducer___filterCreditsByCustom1$closure", "_filterCreditsByCustom1", 2766); + _static_2(Q, "credit_reducer___filterCreditsByCustom2$closure", "_filterCreditsByCustom2", 2767); + _static_2(Q, "credit_reducer___filterCreditsByCustom3$closure", "_filterCreditsByCustom3", 2768); + _static_2(Q, "credit_reducer___filterCreditsByCustom4$closure", "_filterCreditsByCustom4", 2769); + _static_2(Q, "credit_reducer___filterCreditsByState$closure", "_filterCreditsByState", 2770); + _static_2(Q, "credit_reducer___filterCreditsByStatus$closure", "_filterCreditsByStatus", 2771); + _static_2(Q, "credit_reducer___filterCredits$closure", "_filterCredits", 2772); + _static_2(Q, "credit_reducer___sortCredits$closure", "_sortCredits", 2773); + _static_2(Q, "credit_reducer___startListMultiselect$closure", "_startListMultiselect1", 2774); + _static_2(Q, "credit_reducer___addToListMultiselect$closure", "_addToListMultiselect1", 2775); + _static_2(Q, "credit_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect1", 2776); + _static_2(Q, "credit_reducer___clearListMultiselect$closure", "_clearListMultiselect1", 2777); + _static_2(Q, "credit_reducer___markSentCreditSuccess$closure", "_markSentCreditSuccess", 2778); + _static_2(Q, "credit_reducer___archiveCreditSuccess$closure", "_archiveCreditSuccess", 2779); + _static_2(Q, "credit_reducer___deleteCreditSuccess$closure", "_deleteCreditSuccess", 2780); + _static_2(Q, "credit_reducer___restoreCreditSuccess$closure", "_restoreCreditSuccess", 2781); + _static_2(Q, "credit_reducer___addCredit$closure", "_addCredit", 2782); + _static_2(Q, "credit_reducer___updateCredit$closure", "_updateCredit", 2783); + _static_2(Q, "credit_reducer___setLoadedCredits$closure", "_setLoadedCredits", 2784); + _static_2(Q, "credit_reducer___setLoadedCompany$closure", "_setLoadedCompany1", 2785); + _static_2(U, "design_reducer___clearEditing$closure", "_clearEditing1", 724); + _static_2(U, "design_reducer___updateEditing$closure", "_updateEditing1", 724); + _static_2(U, "design_reducer___viewDesignList$closure", "_viewDesignList0", 2787); + _static_2(U, "design_reducer___filterDesignsByCustom1$closure", "_filterDesignsByCustom1", 2788); + _static_2(U, "design_reducer___filterDesignsByCustom2$closure", "_filterDesignsByCustom2", 2789); + _static_2(U, "design_reducer___filterDesignsByState$closure", "_filterDesignsByState", 2790); + _static_2(U, "design_reducer___filterDesigns$closure", "_filterDesigns", 2791); + _static_2(U, "design_reducer___sortDesigns$closure", "_sortDesigns", 2792); + _static_2(U, "design_reducer___startListMultiselect$closure", "_startListMultiselect2", 2793); + _static_2(U, "design_reducer___addToListMultiselect$closure", "_addToListMultiselect2", 2794); + _static_2(U, "design_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect2", 2795); + _static_2(U, "design_reducer___clearListMultiselect$closure", "_clearListMultiselect2", 2796); + _static_2(U, "design_reducer___archiveDesignSuccess$closure", "_archiveDesignSuccess", 2797); + _static_2(U, "design_reducer___deleteDesignSuccess$closure", "_deleteDesignSuccess", 2798); + _static_2(U, "design_reducer___restoreDesignSuccess$closure", "_restoreDesignSuccess", 2799); + _static_2(U, "design_reducer___addDesign$closure", "_addDesign", 2800); + _static_2(U, "design_reducer___updateDesign$closure", "_updateDesign", 2801); + _static_2(U, "design_reducer___setLoadedDesign$closure", "_setLoadedDesign", 2802); + _static_2(U, "design_reducer___setLoadedDesigns$closure", "_setLoadedDesigns", 2803); + _static_2(U, "design_reducer___setLoadedCompany$closure", "_setLoadedCompany2", 2804); + _static_2(M, "document_reducer___updateEditing$closure", "_updateEditing2", 2805); + _static_2(M, "document_reducer___viewDocumentList$closure", "_viewDocumentList0", 2806); + _static_2(M, "document_reducer___filterDocumentsByCustom1$closure", "_filterDocumentsByCustom1", 2807); + _static_2(M, "document_reducer___filterDocumentsByCustom2$closure", "_filterDocumentsByCustom2", 2808); + _static_2(M, "document_reducer___filterDocumentsByState$closure", "_filterDocumentsByState", 2809); + _static_2(M, "document_reducer___filterDocuments$closure", "_filterDocuments", 2810); + _static_2(M, "document_reducer___sortDocuments$closure", "_sortDocuments", 2811); + _static_2(M, "document_reducer___startListMultiselect$closure", "_startListMultiselect3", 2812); + _static_2(M, "document_reducer___addToListMultiselect$closure", "_addToListMultiselect3", 2813); + _static_2(M, "document_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect3", 2814); + _static_2(M, "document_reducer___clearListMultiselect$closure", "_clearListMultiselect3", 2815); + _static_2(M, "document_reducer___archiveDocumentSuccess$closure", "_archiveDocumentSuccess", 2816); + _static_2(M, "document_reducer___deleteDocumentSuccess$closure", "_deleteDocumentSuccess", 2817); + _static_2(M, "document_reducer___restoreDocumentSuccess$closure", "_restoreDocumentSuccess", 2818); + _static_2(M, "document_reducer___updateDocument$closure", "_updateDocument", 2819); + _static_2(M, "document_reducer___setLoadedDocument$closure", "_setLoadedDocument", 2820); + _static_2(M, "document_reducer___setLoadedDocuments$closure", "_setLoadedDocuments", 2821); + _static_2(K, "expense_reducer___clearEditing$closure", "_clearEditing2", 283); + _static_2(K, "expense_reducer___updateEditing$closure", "_updateEditing3", 283); + _static_2(K, "expense_reducer___viewExpenseList$closure", "_viewExpenseList0", 2823); + _static_2(K, "expense_reducer___filterExpensesByCustom1$closure", "_filterExpensesByCustom1", 2824); + _static_2(K, "expense_reducer___filterExpensesByCustom2$closure", "_filterExpensesByCustom2", 2825); + _static_2(K, "expense_reducer___filterExpensesByCustom3$closure", "_filterExpensesByCustom3", 2826); + _static_2(K, "expense_reducer___filterExpensesByCustom4$closure", "_filterExpensesByCustom4", 2827); + _static_2(K, "expense_reducer___filterExpensesByState$closure", "_filterExpensesByState", 2828); + _static_2(K, "expense_reducer___filterExpensesByStatus$closure", "_filterExpensesByStatus", 2829); + _static_2(K, "expense_reducer___filterExpenses$closure", "_filterExpenses", 2830); + _static_2(K, "expense_reducer___sortExpenses$closure", "_sortExpenses", 2831); + _static_2(K, "expense_reducer___startListMultiselect$closure", "_startListMultiselect4", 2832); + _static_2(K, "expense_reducer___addToListMultiselect$closure", "_addToListMultiselect4", 2833); + _static_2(K, "expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect4", 2834); + _static_2(K, "expense_reducer___clearListMultiselect$closure", "_clearListMultiselect4", 2835); + _static_2(K, "expense_reducer___archiveExpenseSuccess$closure", "_archiveExpenseSuccess", 2836); + _static_2(K, "expense_reducer___deleteExpenseSuccess$closure", "_deleteExpenseSuccess", 2837); + _static_2(K, "expense_reducer___restoreExpenseSuccess$closure", "_restoreExpenseSuccess", 2838); + _static_2(K, "expense_reducer___addExpense$closure", "_addExpense", 2839); + _static_2(K, "expense_reducer___updateExpense$closure", "_updateExpense", 2840); + _static_2(K, "expense_reducer___setLoadedExpense$closure", "_setLoadedExpense", 2841); + _static_2(K, "expense_reducer___setLoadedExpenses$closure", "_setLoadedExpenses", 2842); + _static_2(K, "expense_reducer___setLoadedCompany$closure", "_setLoadedCompany3", 2843); + _static_2(F, "expense_category_reducer___clearEditing$closure", "_clearEditing3", 726); + _static_2(F, "expense_category_reducer___updateEditing$closure", "_updateEditing4", 726); + _static_2(F, "expense_category_reducer___filterExpenseCategoriesByCustom1$closure", "_filterExpenseCategoriesByCustom1", 2845); + _static_2(F, "expense_category_reducer___filterExpenseCategoriesByCustom2$closure", "_filterExpenseCategoriesByCustom2", 2846); + _static_2(F, "expense_category_reducer___filterExpenseCategoriesByState$closure", "_filterExpenseCategoriesByState", 2847); + _static_2(F, "expense_category_reducer___filterExpenseCategories$closure", "_filterExpenseCategories", 2848); + _static_2(F, "expense_category_reducer___sortExpenseCategories$closure", "_sortExpenseCategories", 2849); + _static_2(F, "expense_category_reducer___startListMultiselect$closure", "_startListMultiselect5", 2850); + _static_2(F, "expense_category_reducer___addToListMultiselect$closure", "_addToListMultiselect5", 2851); + _static_2(F, "expense_category_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect5", 2852); + _static_2(F, "expense_category_reducer___clearListMultiselect$closure", "_clearListMultiselect5", 2853); + _static_2(F, "expense_category_reducer___archiveExpenseCategorySuccess$closure", "_archiveExpenseCategorySuccess", 2854); + _static_2(F, "expense_category_reducer___deleteExpenseCategorySuccess$closure", "_deleteExpenseCategorySuccess", 2855); + _static_2(F, "expense_category_reducer___restoreExpenseCategorySuccess$closure", "_restoreExpenseCategorySuccess", 2856); + _static_2(F, "expense_category_reducer___addExpenseCategory$closure", "_addExpenseCategory", 2857); + _static_2(F, "expense_category_reducer___updateExpenseCategory$closure", "_updateExpenseCategory", 2858); + _static_2(F, "expense_category_reducer___setLoadedExpenseCategory$closure", "_setLoadedExpenseCategory", 2859); + _static_2(F, "expense_category_reducer___setLoadedExpenseCategories$closure", "_setLoadedExpenseCategories", 2860); + _static_2(F, "expense_category_reducer___setLoadedCompany$closure", "_setLoadedCompany4", 2861); + _static_2(K, "group_reducer___clearEditing$closure", "_clearEditing4", 727); + _static_2(K, "group_reducer___updateEditing$closure", "_updateEditing5", 727); + _static_2(K, "group_reducer___viewGroupList$closure", "_viewGroupList0", 2863); + _static_2(K, "group_reducer___filterGroupsByState$closure", "_filterGroupsByState", 2864); + _static_2(K, "group_reducer___filterGroups$closure", "_filterGroups", 2865); + _static_2(K, "group_reducer___sortGroups$closure", "_sortGroups", 2866); + _static_2(K, "group_reducer___startListMultiselect$closure", "_startListMultiselect6", 2867); + _static_2(K, "group_reducer___addToListMultiselect$closure", "_addToListMultiselect6", 2868); + _static_2(K, "group_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect6", 2869); + _static_2(K, "group_reducer___clearListMultiselect$closure", "_clearListMultiselect6", 2870); + _static_2(K, "group_reducer___archiveGroupSuccess$closure", "_archiveGroupSuccess", 2871); + _static_2(K, "group_reducer___deleteGroupSuccess$closure", "_deleteGroupSuccess", 2872); + _static_2(K, "group_reducer___restoreGroupSuccess$closure", "_restoreGroupSuccess", 2873); + _static_2(K, "group_reducer___addGroup$closure", "_addGroup", 2874); + _static_2(K, "group_reducer___updateGroup$closure", "_updateGroup", 2875); + _static_2(K, "group_reducer___setLoadedGroup$closure", "_setLoadedGroup", 2876); + _static_2(K, "group_reducer___setLoadedGroups$closure", "_setLoadedGroups", 2877); + _static_2(K, "group_reducer___setLoadedCompany$closure", "_setLoadedCompany5", 2878); + _static_2(D, "invoice_reducer___clearEditing$closure", "_clearEditing5", 147); + _static_2(D, "invoice_reducer___updateEditing$closure", "_updateEditing6", 147); + _static_2(D, "invoice_reducer___addInvoiceItem$closure", "_addInvoiceItem", 476); + _static_2(D, "invoice_reducer___addInvoiceItems$closure", "_addInvoiceItems", 2879); + _static_2(D, "invoice_reducer___removeInvoiceItem$closure", "_removeInvoiceItem", 471); + _static_2(D, "invoice_reducer___updateInvoiceItem$closure", "_updateInvoiceItem", 470); + _static_2(D, "invoice_reducer___viewInvoiceList$closure", "_viewInvoiceList0", 2880); + _static_2(D, "invoice_reducer___filterInvoicesByCustom1$closure", "_filterInvoicesByCustom1", 2881); + _static_2(D, "invoice_reducer___filterInvoicesByCustom2$closure", "_filterInvoicesByCustom2", 2882); + _static_2(D, "invoice_reducer___filterInvoicesByCustom3$closure", "_filterInvoicesByCustom3", 2883); + _static_2(D, "invoice_reducer___filterInvoicesByCustom4$closure", "_filterInvoicesByCustom4", 2884); + _static_2(D, "invoice_reducer___filterInvoicesByState$closure", "_filterInvoicesByState", 2885); + _static_2(D, "invoice_reducer___filterInvoicesByStatus$closure", "_filterInvoicesByStatus", 2886); + _static_2(D, "invoice_reducer___filterInvoices$closure", "_filterInvoices", 2887); + _static_2(D, "invoice_reducer___sortInvoices$closure", "_sortInvoices", 2888); + _static_2(D, "invoice_reducer___startListMultiselect$closure", "_startListMultiselect7", 2889); + _static_2(D, "invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect7", 2890); + _static_2(D, "invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect7", 2891); + _static_2(D, "invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect7", 2892); + _static_2(D, "invoice_reducer___markInvoicesSentSuccess$closure", "_markInvoicesSentSuccess", 2893); + _static_2(D, "invoice_reducer___markInvoicesPaidSuccess$closure", "_markInvoicesPaidSuccess", 2894); + _static_2(D, "invoice_reducer___reverseInvoicesSuccess$closure", "_reverseInvoicesSuccess", 2895); + _static_2(D, "invoice_reducer___cancelInvoicesSuccess$closure", "_cancelInvoicesSuccess", 2896); + _static_2(D, "invoice_reducer___archiveInvoiceSuccess$closure", "_archiveInvoiceSuccess", 2897); + _static_2(D, "invoice_reducer___deleteInvoiceSuccess$closure", "_deleteInvoiceSuccess", 2898); + _static_2(D, "invoice_reducer___emailInvoiceSuccess$closure", "_emailInvoiceSuccess", 2899); + _static_2(D, "invoice_reducer___restoreInvoiceSuccess$closure", "_restoreInvoiceSuccess", 2900); + _static_2(D, "invoice_reducer___addInvoice$closure", "_addInvoice", 2901); + _static_2(D, "invoice_reducer___updateInvoice$closure", "_updateInvoice", 2902); + _static_2(D, "invoice_reducer___setLoadedInvoices$closure", "_setLoadedInvoices", 2903); + _static_2(D, "invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany6", 2904); + _static_2(R, "payment_reducer___clearEditing$closure", "_clearEditing6", 728); + _static_2(R, "payment_reducer___updateEditing$closure", "_updateEditing7", 728); + _static_2(R, "payment_reducer___viewPaymentList$closure", "_viewPaymentList0", 2906); + _static_2(R, "payment_reducer___filterPaymentsByCustom1$closure", "_filterPaymentsByCustom1", 2907); + _static_2(R, "payment_reducer___filterPaymentsByCustom2$closure", "_filterPaymentsByCustom2", 2908); + _static_2(R, "payment_reducer___filterPaymentsByCustom3$closure", "_filterPaymentsByCustom3", 2909); + _static_2(R, "payment_reducer___filterPaymentsByCustom4$closure", "_filterPaymentsByCustom4", 2910); + _static_2(R, "payment_reducer___filterPaymentsByState$closure", "_filterPaymentsByState", 2911); + _static_2(R, "payment_reducer___filterPayments$closure", "_filterPayments", 2912); + _static_2(R, "payment_reducer___sortPayments$closure", "_sortPayments", 2913); + _static_2(R, "payment_reducer___startListMultiselect$closure", "_startListMultiselect8", 2914); + _static_2(R, "payment_reducer___addToListMultiselect$closure", "_addToListMultiselect8", 2915); + _static_2(R, "payment_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect8", 2916); + _static_2(R, "payment_reducer___clearListMultiselect$closure", "_clearListMultiselect8", 2917); + _static_2(R, "payment_reducer___archivePaymentSuccess$closure", "_archivePaymentSuccess", 2918); + _static_2(R, "payment_reducer___deletePaymentSuccess$closure", "_deletePaymentSuccess", 2919); + _static_2(R, "payment_reducer___restorePaymentSuccess$closure", "_restorePaymentSuccess", 2920); + _static_2(R, "payment_reducer___addPayment$closure", "_addPayment", 2921); + _static_2(R, "payment_reducer___updatePayment$closure", "_updatePayment", 2922); + _static_2(R, "payment_reducer___setLoadedPayment$closure", "_setLoadedPayment", 2923); + _static_2(R, "payment_reducer___setLoadedPayments$closure", "_setLoadedPayments", 2924); + _static_2(R, "payment_reducer___setLoadedCompany$closure", "_setLoadedCompany7", 2925); + _static_2(L, "payment_term_reducer___clearEditing$closure", "_clearEditing7", 729); + _static_2(L, "payment_term_reducer___updateEditing$closure", "_updateEditing8", 729); + _static_2(L, "payment_term_reducer___viewPaymentTermList$closure", "_viewPaymentTermList0", 2927); + _static_2(L, "payment_term_reducer___filterPaymentTermsByCustom1$closure", "_filterPaymentTermsByCustom1", 2928); + _static_2(L, "payment_term_reducer___filterPaymentTermsByCustom2$closure", "_filterPaymentTermsByCustom2", 2929); + _static_2(L, "payment_term_reducer___filterPaymentTermsByState$closure", "_filterPaymentTermsByState", 2930); + _static_2(L, "payment_term_reducer___filterPaymentTerms$closure", "_filterPaymentTerms", 2931); + _static_2(L, "payment_term_reducer___sortPaymentTerms$closure", "_sortPaymentTerms", 2932); + _static_2(L, "payment_term_reducer___startListMultiselect$closure", "_startListMultiselect9", 2933); + _static_2(L, "payment_term_reducer___addToListMultiselect$closure", "_addToListMultiselect9", 2934); + _static_2(L, "payment_term_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect9", 2935); + _static_2(L, "payment_term_reducer___clearListMultiselect$closure", "_clearListMultiselect9", 2936); + _static_2(L, "payment_term_reducer___archivePaymentTermSuccess$closure", "_archivePaymentTermSuccess", 2937); + _static_2(L, "payment_term_reducer___deletePaymentTermSuccess$closure", "_deletePaymentTermSuccess", 2938); + _static_2(L, "payment_term_reducer___restorePaymentTermSuccess$closure", "_restorePaymentTermSuccess", 2939); + _static_2(L, "payment_term_reducer___addPaymentTerm$closure", "_addPaymentTerm", 2940); + _static_2(L, "payment_term_reducer___updatePaymentTerm$closure", "_updatePaymentTerm", 2941); + _static_2(L, "payment_term_reducer___setLoadedPaymentTerm$closure", "_setLoadedPaymentTerm", 2942); + _static_2(L, "payment_term_reducer___setLoadedPaymentTerms$closure", "_setLoadedPaymentTerms", 2943); + _static_2(L, "payment_term_reducer___setLoadedCompany$closure", "_setLoadedCompany8", 2944); + _static_2(B, "product_reducer___clearEditing$closure", "_clearEditing8", 730); + _static_2(B, "product_reducer___updateEditing$closure", "_updateEditing9", 730); + _static_2(B, "product_reducer___viewClientList$closure", "_viewClientList1", 2946); + _static_2(B, "product_reducer___filterProductsByState$closure", "_filterProductsByState", 2947); + _static_2(B, "product_reducer___filterProductsByCustom1$closure", "_filterProductsByCustom1", 2948); + _static_2(B, "product_reducer___filterProductsByCustom2$closure", "_filterProductsByCustom2", 2949); + _static_2(B, "product_reducer___filterProductsByCustom3$closure", "_filterProductsByCustom3", 2950); + _static_2(B, "product_reducer___filterProductsByCustom4$closure", "_filterProductsByCustom4", 2951); + _static_2(B, "product_reducer___filterProducts$closure", "_filterProducts", 2952); + _static_2(B, "product_reducer___sortProducts$closure", "_sortProducts", 2953); + _static_2(B, "product_reducer___startListMultiselect$closure", "_startListMultiselect10", 2954); + _static_2(B, "product_reducer___addToListMultiselect$closure", "_addToListMultiselect10", 2955); + _static_2(B, "product_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect10", 2956); + _static_2(B, "product_reducer___clearListMultiselect$closure", "_clearListMultiselect10", 2957); + _static_2(B, "product_reducer___archiveProductSuccess$closure", "_archiveProductSuccess", 2958); + _static_2(B, "product_reducer___deleteProductSuccess$closure", "_deleteProductSuccess", 2959); + _static_2(B, "product_reducer___restoreProductSuccess$closure", "_restoreProductSuccess", 2960); + _static_2(B, "product_reducer___addProduct$closure", "_addProduct", 2961); + _static_2(B, "product_reducer___updateProduct$closure", "_updateProduct", 2962); + _static_2(B, "product_reducer___setLoadedProduct$closure", "_setLoadedProduct", 2963); + _static_2(B, "product_reducer___setLoadedProducts$closure", "_setLoadedProducts", 2964); + _static_2(B, "product_reducer___setLoadedCompany$closure", "_setLoadedCompany9", 2965); + _static_2(G, "project_reducer___clearEditing$closure", "_clearEditing9", 731); + _static_2(G, "project_reducer___updateEditing$closure", "_updateEditing10", 731); + _static_2(G, "project_reducer___viewProjectList$closure", "_viewProjectList0", 2967); + _static_2(G, "project_reducer___filterProjectsByCustom1$closure", "_filterProjectsByCustom1", 2968); + _static_2(G, "project_reducer___filterProjectsByCustom2$closure", "_filterProjectsByCustom2", 2969); + _static_2(G, "project_reducer___filterProjectsByCustom3$closure", "_filterProjectsByCustom3", 2970); + _static_2(G, "project_reducer___filterProjectsByCustom4$closure", "_filterProjectsByCustom4", 2971); + _static_2(G, "project_reducer___filterProjectsByState$closure", "_filterProjectsByState", 2972); + _static_2(G, "project_reducer___filterProjects$closure", "_filterProjects", 2973); + _static_2(G, "project_reducer___sortProjects$closure", "_sortProjects", 2974); + _static_2(G, "project_reducer___startListMultiselect$closure", "_startListMultiselect11", 2975); + _static_2(G, "project_reducer___addToListMultiselect$closure", "_addToListMultiselect11", 2976); + _static_2(G, "project_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect11", 2977); + _static_2(G, "project_reducer___clearListMultiselect$closure", "_clearListMultiselect11", 2978); + _static_2(G, "project_reducer___archiveProjectSuccess$closure", "_archiveProjectSuccess", 2979); + _static_2(G, "project_reducer___deleteProjectSuccess$closure", "_deleteProjectSuccess", 2980); + _static_2(G, "project_reducer___restoreProjectSuccess$closure", "_restoreProjectSuccess", 2981); + _static_2(G, "project_reducer___addProject$closure", "_addProject", 2982); + _static_2(G, "project_reducer___updateProject$closure", "_updateProject", 2983); + _static_2(G, "project_reducer___setLoadedProject$closure", "_setLoadedProject", 2984); + _static_2(G, "project_reducer___setLoadedProjects$closure", "_setLoadedProjects", 2985); + _static_2(G, "project_reducer___setLoadedCompany$closure", "_setLoadedCompany10", 2986); + _static_2(L, "quote_reducer___clearEditing$closure", "_clearEditing10", 147); + _static_2(L, "quote_reducer___updateEditing$closure", "_updateEditing11", 147); + _static_2(L, "quote_reducer___addQuoteItem$closure", "_addQuoteItem", 465); + _static_2(L, "quote_reducer___addQuoteItems$closure", "_addQuoteItems", 2987); + _static_2(L, "quote_reducer___removeQuoteItem$closure", "_removeQuoteItem", 466); + _static_2(L, "quote_reducer___updateQuoteItem$closure", "_updateQuoteItem", 467); + _static_2(L, "quote_reducer___viewQuoteList$closure", "_viewQuoteList0", 2988); + _static_2(L, "quote_reducer___filterQuotesByCustom1$closure", "_filterQuotesByCustom1", 2989); + _static_2(L, "quote_reducer___filterQuotesByCustom2$closure", "_filterQuotesByCustom2", 2990); + _static_2(L, "quote_reducer___filterQuotesByCustom3$closure", "_filterQuotesByCustom3", 2991); + _static_2(L, "quote_reducer___filterQuotesByCustom4$closure", "_filterQuotesByCustom4", 2992); + _static_2(L, "quote_reducer___filterQuotesByState$closure", "_filterQuotesByState", 2993); + _static_2(L, "quote_reducer___filterQuotesByStatus$closure", "_filterQuotesByStatus", 2994); + _static_2(L, "quote_reducer___filterQuotes$closure", "_filterQuotes", 2995); + _static_2(L, "quote_reducer___sortQuotes$closure", "_sortQuotes", 2996); + _static_2(L, "quote_reducer___startListMultiselect$closure", "_startListMultiselect12", 2997); + _static_2(L, "quote_reducer___addToListMultiselect$closure", "_addToListMultiselect12", 2998); + _static_2(L, "quote_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect12", 2999); + _static_2(L, "quote_reducer___clearListMultiselect$closure", "_clearListMultiselect12", 3000); + _static_2(L, "quote_reducer___markSentQuoteSuccess$closure", "_markSentQuoteSuccess", 3001); + _static_2(L, "quote_reducer___archiveQuoteSuccess$closure", "_archiveQuoteSuccess", 3002); + _static_2(L, "quote_reducer___deleteQuoteSuccess$closure", "_deleteQuoteSuccess", 3003); + _static_2(L, "quote_reducer___restoreQuoteSuccess$closure", "_restoreQuoteSuccess", 3004); + _static_2(L, "quote_reducer___convertQuoteSuccess$closure", "_convertQuoteSuccess", 3005); + _static_2(L, "quote_reducer___addQuote$closure", "_addQuote", 3006); + _static_2(L, "quote_reducer___updateQuote$closure", "_updateQuote", 3007); + _static_2(L, "quote_reducer___setLoadedQuotes$closure", "_setLoadedQuotes", 3008); + _static_2(L, "quote_reducer___setLoadedCompany$closure", "_setLoadedCompany11", 3009); + _static_2(E, "recurring_expense_reducer___clearEditing$closure", "_clearEditing11", 283); + _static_2(E, "recurring_expense_reducer___updateEditing$closure", "_updateEditing12", 283); + _static_2(E, "recurring_expense_reducer___viewRecurringExpenseList$closure", "_viewRecurringExpenseList0", 3010); + _static_2(E, "recurring_expense_reducer___filterRecurringExpensesByCustom1$closure", "_filterRecurringExpensesByCustom1", 3011); + _static_2(E, "recurring_expense_reducer___filterRecurringExpensesByCustom2$closure", "_filterRecurringExpensesByCustom2", 3012); + _static_2(E, "recurring_expense_reducer___filterRecurringExpensesByState$closure", "_filterRecurringExpensesByState", 3013); + _static_2(E, "recurring_expense_reducer___filterRecurringExpenses$closure", "_filterRecurringExpenses", 3014); + _static_2(E, "recurring_expense_reducer___sortRecurringExpenses$closure", "_sortRecurringExpenses", 3015); + _static_2(E, "recurring_expense_reducer___startListMultiselect$closure", "_startListMultiselect13", 3016); + _static_2(E, "recurring_expense_reducer___addToListMultiselect$closure", "_addToListMultiselect13", 3017); + _static_2(E, "recurring_expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect13", 3018); + _static_2(E, "recurring_expense_reducer___clearListMultiselect$closure", "_clearListMultiselect13", 3019); + _static_2(E, "recurring_expense_reducer___archiveRecurringExpenseSuccess$closure", "_archiveRecurringExpenseSuccess", 3020); + _static_2(E, "recurring_expense_reducer___deleteRecurringExpenseSuccess$closure", "_deleteRecurringExpenseSuccess", 3021); + _static_2(E, "recurring_expense_reducer___restoreRecurringExpenseSuccess$closure", "_restoreRecurringExpenseSuccess", 3022); + _static_2(E, "recurring_expense_reducer___addRecurringExpense$closure", "_addRecurringExpense", 3023); + _static_2(E, "recurring_expense_reducer___updateRecurringExpense$closure", "_updateRecurringExpense", 3024); + _static_2(E, "recurring_expense_reducer___startRecurringExpensesSuccess$closure", "_startRecurringExpensesSuccess", 3025); + _static_2(E, "recurring_expense_reducer___stopRecurringExpensesSuccess$closure", "_stopRecurringExpensesSuccess", 3026); + _static_2(E, "recurring_expense_reducer___setLoadedRecurringExpense$closure", "_setLoadedRecurringExpense", 3027); + _static_2(E, "recurring_expense_reducer___setLoadedRecurringExpenses$closure", "_setLoadedRecurringExpenses", 3028); + _static_2(E, "recurring_expense_reducer___setLoadedCompany$closure", "_setLoadedCompany12", 3029); + _static_2(A, "recurring_invoice_reducer___clearEditing$closure", "_clearEditing12", 147); + _static_2(A, "recurring_invoice_reducer___updateEditing$closure", "_updateEditing13", 147); + _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItem$closure", "_addRecurringInvoiceItem", 473); + _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItems$closure", "_addRecurringInvoiceItems", 3030); + _static_2(A, "recurring_invoice_reducer___removeRecurringInvoiceItem$closure", "_removeRecurringInvoiceItem", 474); + _static_2(A, "recurring_invoice_reducer___updateRecurringInvoiceItem$closure", "_updateRecurringInvoiceItem", 475); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom1$closure", "_filterRecurringInvoicesByCustom1", 3031); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom2$closure", "_filterRecurringInvoicesByCustom2", 3032); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom3$closure", "_filterRecurringInvoicesByCustom3", 3033); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom4$closure", "_filterRecurringInvoicesByCustom4", 3034); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByState$closure", "_filterRecurringInvoicesByState", 3035); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByStatus$closure", "_filterRecurringInvoicesByStatus", 3036); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoices$closure", "_filterRecurringInvoices", 3037); + _static_2(A, "recurring_invoice_reducer___sortRecurringInvoices$closure", "_sortRecurringInvoices", 3038); + _static_2(A, "recurring_invoice_reducer___startListMultiselect$closure", "_startListMultiselect14", 3039); + _static_2(A, "recurring_invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect14", 3040); + _static_2(A, "recurring_invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect14", 3041); + _static_2(A, "recurring_invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect14", 3042); + _static_2(A, "recurring_invoice_reducer___archiveRecurringInvoiceSuccess$closure", "_archiveRecurringInvoiceSuccess", 3043); + _static_2(A, "recurring_invoice_reducer___deleteRecurringInvoiceSuccess$closure", "_deleteRecurringInvoiceSuccess", 3044); + _static_2(A, "recurring_invoice_reducer___emailRecurringInvoiceSuccess$closure", "_emailRecurringInvoiceSuccess", 3045); + _static_2(A, "recurring_invoice_reducer___restoreRecurringInvoiceSuccess$closure", "_restoreRecurringInvoiceSuccess", 3046); + _static_2(A, "recurring_invoice_reducer___startRecurringInvoicesSuccess$closure", "_startRecurringInvoicesSuccess", 3047); + _static_2(A, "recurring_invoice_reducer___stopRecurringInvoicesSuccess$closure", "_stopRecurringInvoicesSuccess", 3048); + _static_2(A, "recurring_invoice_reducer___addRecurringInvoice$closure", "_addRecurringInvoice", 3049); + _static_2(A, "recurring_invoice_reducer___updateRecurringInvoice$closure", "_updateRecurringInvoice", 3050); + _static_2(A, "recurring_invoice_reducer___setLoadedRecurringInvoices$closure", "_setLoadedRecurringInvoices", 3051); + _static_2(A, "recurring_invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany13", 3052); + _static_2(Q, "static_reducer__staticLoadedReducer$closure", "staticLoadedReducer", 3053); + _static_2(X, "subscription_reducer___clearEditing$closure", "_clearEditing13", 732); + _static_2(X, "subscription_reducer___updateEditing$closure", "_updateEditing14", 732); + _static_2(X, "subscription_reducer___filterSubscriptionsByCustom1$closure", "_filterSubscriptionsByCustom1", 3055); + _static_2(X, "subscription_reducer___filterSubscriptionsByCustom2$closure", "_filterSubscriptionsByCustom2", 3056); + _static_2(X, "subscription_reducer___filterSubscriptionsByState$closure", "_filterSubscriptionsByState", 3057); + _static_2(X, "subscription_reducer___filterSubscriptions$closure", "_filterSubscriptions", 3058); + _static_2(X, "subscription_reducer___sortSubscriptions$closure", "_sortSubscriptions", 3059); + _static_2(X, "subscription_reducer___startListMultiselect$closure", "_startListMultiselect15", 3060); + _static_2(X, "subscription_reducer___addToListMultiselect$closure", "_addToListMultiselect15", 3061); + _static_2(X, "subscription_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect15", 3062); + _static_2(X, "subscription_reducer___clearListMultiselect$closure", "_clearListMultiselect15", 3063); + _static_2(X, "subscription_reducer___archiveSubscriptionSuccess$closure", "_archiveSubscriptionSuccess", 3064); + _static_2(X, "subscription_reducer___deleteSubscriptionSuccess$closure", "_deleteSubscriptionSuccess", 3065); + _static_2(X, "subscription_reducer___restoreSubscriptionSuccess$closure", "_restoreSubscriptionSuccess", 3066); + _static_2(X, "subscription_reducer___addSubscription$closure", "_addSubscription", 3067); + _static_2(X, "subscription_reducer___updateSubscription$closure", "_updateSubscription", 3068); + _static_2(X, "subscription_reducer___setLoadedSubscription$closure", "_setLoadedSubscription", 3069); + _static_2(X, "subscription_reducer___setLoadedSubscriptions$closure", "_setLoadedSubscriptions", 3070); + _static_2(X, "subscription_reducer___setLoadedCompany$closure", "_setLoadedCompany14", 3071); + _static_2(N, "task_reducer___clearEditing$closure", "_clearEditing14", 733); + _static_2(N, "task_reducer___updateEditing$closure", "_updateEditing15", 733); + _static_2(N, "task_reducer___viewTaskList$closure", "_viewTaskList0", 3073); + _static_2(N, "task_reducer___filterTasksByCustom1$closure", "_filterTasksByCustom1", 3074); + _static_2(N, "task_reducer___filterTasksByCustom2$closure", "_filterTasksByCustom2", 3075); + _static_2(N, "task_reducer___filterTasksByState$closure", "_filterTasksByState", 3076); + _static_2(N, "task_reducer___filterTasksByStatus$closure", "_filterTasksByStatus", 3077); + _static_2(N, "task_reducer___filterTasks$closure", "_filterTasks", 3078); + _static_2(N, "task_reducer___sortTasks$closure", "_sortTasks0", 3079); + _static_2(N, "task_reducer___addTaskTime$closure", "_addTaskTime", 3080); + _static_2(N, "task_reducer___removeTaskTime$closure", "_removeTaskTime", 3081); + _static_2(N, "task_reducer___updateTaskTime$closure", "_updateTaskTime", 3082); + _static_2(N, "task_reducer___startListMultiselect$closure", "_startListMultiselect16", 3083); + _static_2(N, "task_reducer___addToListMultiselect$closure", "_addToListMultiselect16", 3084); + _static_2(N, "task_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect16", 3085); + _static_2(N, "task_reducer___clearListMultiselect$closure", "_clearListMultiselect16", 3086); + _static_2(N, "task_reducer___sortTasksSuccess$closure", "_sortTasksSuccess", 3087); + _static_2(N, "task_reducer___archiveTaskSuccess$closure", "_archiveTaskSuccess", 3088); + _static_2(N, "task_reducer___deleteTaskSuccess$closure", "_deleteTaskSuccess", 3089); + _static_2(N, "task_reducer___restoreTaskSuccess$closure", "_restoreTaskSuccess", 3090); + _static_2(N, "task_reducer___addTask$closure", "_addTask", 3091); + _static_2(N, "task_reducer___updateTask$closure", "_updateTask", 3092); + _static_2(N, "task_reducer___setLoadedTask$closure", "_setLoadedTask", 3093); + _static_2(N, "task_reducer___setLoadedTasks$closure", "_setLoadedTasks", 3094); + _static_2(N, "task_reducer___setLoadedCompany$closure", "_setLoadedCompany15", 3095); + _static_2(A, "task_status_reducer___clearEditing$closure", "_clearEditing15", 734); + _static_2(A, "task_status_reducer___updateEditing$closure", "_updateEditing16", 734); + _static_2(A, "task_status_reducer___viewTaskStatusList$closure", "_viewTaskStatusList0", 3097); + _static_2(A, "task_status_reducer___filterTaskStatusesByCustom1$closure", "_filterTaskStatusesByCustom1", 3098); + _static_2(A, "task_status_reducer___filterTaskStatusesByCustom2$closure", "_filterTaskStatusesByCustom2", 3099); + _static_2(A, "task_status_reducer___filterTaskStatusesByState$closure", "_filterTaskStatusesByState", 3100); + _static_2(A, "task_status_reducer___filterTaskStatuses$closure", "_filterTaskStatuses", 3101); + _static_2(A, "task_status_reducer___sortTaskStatuses$closure", "_sortTaskStatuses", 3102); + _static_2(A, "task_status_reducer___startListMultiselect$closure", "_startListMultiselect17", 3103); + _static_2(A, "task_status_reducer___addToListMultiselect$closure", "_addToListMultiselect17", 3104); + _static_2(A, "task_status_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect17", 3105); + _static_2(A, "task_status_reducer___clearListMultiselect$closure", "_clearListMultiselect17", 3106); + _static_2(A, "task_status_reducer___sortTaskStatusSuccess$closure", "_sortTaskStatusSuccess", 3107); + _static_2(A, "task_status_reducer___archiveTaskStatusSuccess$closure", "_archiveTaskStatusSuccess", 3108); + _static_2(A, "task_status_reducer___deleteTaskStatusSuccess$closure", "_deleteTaskStatusSuccess", 3109); + _static_2(A, "task_status_reducer___restoreTaskStatusSuccess$closure", "_restoreTaskStatusSuccess", 3110); + _static_2(A, "task_status_reducer___addTaskStatus$closure", "_addTaskStatus", 3111); + _static_2(A, "task_status_reducer___updateTaskStatus$closure", "_updateTaskStatus", 3112); + _static_2(A, "task_status_reducer___setLoadedTaskStatus$closure", "_setLoadedTaskStatus", 3113); + _static_2(A, "task_status_reducer___setLoadedTaskStatuses$closure", "_setLoadedTaskStatuses", 3114); + _static_2(A, "task_status_reducer___setLoadedCompany$closure", "_setLoadedCompany16", 3115); _static_2(Z, "tax_rate_reducer___clearEditing$closure", "_clearEditing16", 735); _static_2(Z, "tax_rate_reducer___updateEditing$closure", "_updateEditing17", 735); - _static_2(Z, "tax_rate_reducer___viewTaxRateList$closure", "_viewTaxRateList0", 3132); - _static_2(Z, "tax_rate_reducer___filterTaxRatesByState$closure", "_filterTaxRatesByState", 3133); - _static_2(Z, "tax_rate_reducer___filterTaxRates$closure", "_filterTaxRates", 3134); - _static_2(Z, "tax_rate_reducer___sortTaxRates$closure", "_sortTaxRates", 3135); - _static_2(Z, "tax_rate_reducer___startListMultiselect$closure", "_startListMultiselect18", 3136); - _static_2(Z, "tax_rate_reducer___addToListMultiselect$closure", "_addToListMultiselect18", 3137); - _static_2(Z, "tax_rate_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect18", 3138); - _static_2(Z, "tax_rate_reducer___clearListMultiselect$closure", "_clearListMultiselect18", 3139); - _static_2(Z, "tax_rate_reducer___archiveTaxRateSuccess$closure", "_archiveTaxRateSuccess", 3140); - _static_2(Z, "tax_rate_reducer___deleteTaxRateSuccess$closure", "_deleteTaxRateSuccess", 3141); - _static_2(Z, "tax_rate_reducer___restoreTaxRateSuccess$closure", "_restoreTaxRateSuccess", 3142); - _static_2(Z, "tax_rate_reducer___addTaxRate$closure", "_addTaxRate", 3143); - _static_2(Z, "tax_rate_reducer___updateTaxRate$closure", "_updateTaxRate", 3144); - _static_2(Z, "tax_rate_reducer___setLoadedTaxRate$closure", "_setLoadedTaxRate", 3145); - _static_2(Z, "tax_rate_reducer___setLoadedTaxRates$closure", "_setLoadedTaxRates", 3146); - _static_2(Z, "tax_rate_reducer___setLoadedCompany$closure", "_setLoadedCompany17", 3147); + _static_2(Z, "tax_rate_reducer___viewTaxRateList$closure", "_viewTaxRateList0", 3117); + _static_2(Z, "tax_rate_reducer___filterTaxRatesByState$closure", "_filterTaxRatesByState", 3118); + _static_2(Z, "tax_rate_reducer___filterTaxRates$closure", "_filterTaxRates", 3119); + _static_2(Z, "tax_rate_reducer___sortTaxRates$closure", "_sortTaxRates", 3120); + _static_2(Z, "tax_rate_reducer___startListMultiselect$closure", "_startListMultiselect18", 3121); + _static_2(Z, "tax_rate_reducer___addToListMultiselect$closure", "_addToListMultiselect18", 3122); + _static_2(Z, "tax_rate_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect18", 3123); + _static_2(Z, "tax_rate_reducer___clearListMultiselect$closure", "_clearListMultiselect18", 3124); + _static_2(Z, "tax_rate_reducer___archiveTaxRateSuccess$closure", "_archiveTaxRateSuccess", 3125); + _static_2(Z, "tax_rate_reducer___deleteTaxRateSuccess$closure", "_deleteTaxRateSuccess", 3126); + _static_2(Z, "tax_rate_reducer___restoreTaxRateSuccess$closure", "_restoreTaxRateSuccess", 3127); + _static_2(Z, "tax_rate_reducer___addTaxRate$closure", "_addTaxRate", 3128); + _static_2(Z, "tax_rate_reducer___updateTaxRate$closure", "_updateTaxRate", 3129); + _static_2(Z, "tax_rate_reducer___setLoadedTaxRate$closure", "_setLoadedTaxRate", 3130); + _static_2(Z, "tax_rate_reducer___setLoadedTaxRates$closure", "_setLoadedTaxRates", 3131); + _static_2(Z, "tax_rate_reducer___setLoadedCompany$closure", "_setLoadedCompany17", 3132); _static_2(S, "token_reducer___clearEditing$closure", "_clearEditing17", 736); _static_2(S, "token_reducer___updateEditing$closure", "_updateEditing18", 736); - _static_2(S, "token_reducer___viewTokenList$closure", "_viewTokenList0", 3149); - _static_2(S, "token_reducer___filterTokensByCustom1$closure", "_filterTokensByCustom1", 3150); - _static_2(S, "token_reducer___filterTokensByCustom2$closure", "_filterTokensByCustom2", 3151); - _static_2(S, "token_reducer___filterTokensByState$closure", "_filterTokensByState", 3152); - _static_2(S, "token_reducer___filterTokens$closure", "_filterTokens", 3153); - _static_2(S, "token_reducer___sortTokens$closure", "_sortTokens", 3154); - _static_2(S, "token_reducer___startListMultiselect$closure", "_startListMultiselect19", 3155); - _static_2(S, "token_reducer___addToListMultiselect$closure", "_addToListMultiselect19", 3156); - _static_2(S, "token_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect19", 3157); - _static_2(S, "token_reducer___clearListMultiselect$closure", "_clearListMultiselect19", 3158); - _static_2(S, "token_reducer___archiveTokenSuccess$closure", "_archiveTokenSuccess", 3159); - _static_2(S, "token_reducer___deleteTokenSuccess$closure", "_deleteTokenSuccess", 3160); - _static_2(S, "token_reducer___restoreTokenSuccess$closure", "_restoreTokenSuccess", 3161); - _static_2(S, "token_reducer___addToken$closure", "_addToken", 3162); - _static_2(S, "token_reducer___updateToken$closure", "_updateToken", 3163); - _static_2(S, "token_reducer___setLoadedToken$closure", "_setLoadedToken", 3164); - _static_2(S, "token_reducer___setLoadedTokens$closure", "_setLoadedTokens", 3165); - _static_2(S, "token_reducer___setLoadedCompany$closure", "_setLoadedCompany18", 3166); - _static_2(E, "user_reducer___clearEditing$closure", "_clearEditing18", 738); - _static_2(E, "user_reducer___updateEditing$closure", "_updateEditing19", 738); - _static_2(E, "user_reducer___viewUserList$closure", "_viewUserList0", 3168); - _static_2(E, "user_reducer___filterUsersByCustom1$closure", "_filterUsersByCustom1", 3169); - _static_2(E, "user_reducer___filterUsersByCustom2$closure", "_filterUsersByCustom2", 3170); - _static_2(E, "user_reducer___filterUsersByCustom3$closure", "_filterUsersByCustom3", 3171); - _static_2(E, "user_reducer___filterUsersByCustom4$closure", "_filterUsersByCustom4", 3172); - _static_2(E, "user_reducer___filterUsersByState$closure", "_filterUsersByState", 3173); - _static_2(E, "user_reducer___filterUsers$closure", "_filterUsers", 3174); - _static_2(E, "user_reducer___sortUsers$closure", "_sortUsers", 3175); - _static_2(E, "user_reducer___startListMultiselect$closure", "_startListMultiselect20", 3176); - _static_2(E, "user_reducer___addToListMultiselect$closure", "_addToListMultiselect20", 3177); - _static_2(E, "user_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect20", 3178); - _static_2(E, "user_reducer___clearListMultiselect$closure", "_clearListMultiselect20", 3179); - _static_2(E, "user_reducer___archiveUserSuccess$closure", "_archiveUserSuccess", 3180); - _static_2(E, "user_reducer___deleteUserSuccess$closure", "_deleteUserSuccess", 3181); - _static_2(E, "user_reducer___restoreUserSuccess$closure", "_restoreUserSuccess", 3182); - _static_2(E, "user_reducer___removeUserSuccess$closure", "_removeUserSuccess", 3183); - _static_2(E, "user_reducer___addUser$closure", "_addUser", 3184); - _static_2(E, "user_reducer___updateUser$closure", "_updateUser", 3185); - _static_2(E, "user_reducer___updateAuthUser$closure", "_updateAuthUser", 3186); - _static_2(E, "user_reducer___connectOAuthUser$closure", "_connectOAuthUser0", 3187); - _static_2(E, "user_reducer___connectGmailUser$closure", "_connectGmailUser0", 3188); - _static_2(E, "user_reducer___setLoadedUser$closure", "_setLoadedUser", 3189); - _static_2(E, "user_reducer___setLoadedUsers$closure", "_setLoadedUsers", 3190); - _static_2(E, "user_reducer___setLoadedCompany$closure", "_setLoadedCompany19", 3191); - _static_2(K, "vendor_reducer__editVendorContact$closure", "editVendorContact", 3192); - _static_2(K, "vendor_reducer___clearEditing$closure", "_clearEditing19", 739); - _static_2(K, "vendor_reducer___updateEditing$closure", "_updateEditing20", 739); - _static_2(K, "vendor_reducer___addContact$closure", "_addContact", 3194); - _static_2(K, "vendor_reducer___removeContact$closure", "_removeContact", 3195); - _static_2(K, "vendor_reducer___updateContact$closure", "_updateContact", 3196); - _static_2(K, "vendor_reducer___viewVendorList$closure", "_viewVendorList0", 3197); - _static_2(K, "vendor_reducer___filterVendorsByCustom1$closure", "_filterVendorsByCustom1", 3198); - _static_2(K, "vendor_reducer___filterVendorsByCustom2$closure", "_filterVendorsByCustom2", 3199); - _static_2(K, "vendor_reducer___filterVendorsByCustom3$closure", "_filterVendorsByCustom3", 3200); - _static_2(K, "vendor_reducer___filterVendorsByCustom4$closure", "_filterVendorsByCustom4", 3201); - _static_2(K, "vendor_reducer___filterVendorsByState$closure", "_filterVendorsByState", 3202); - _static_2(K, "vendor_reducer___filterVendors$closure", "_filterVendors", 3203); - _static_2(K, "vendor_reducer___sortVendors$closure", "_sortVendors", 3204); - _static_2(K, "vendor_reducer___startListMultiselect$closure", "_startListMultiselect21", 3205); - _static_2(K, "vendor_reducer___addToListMultiselect$closure", "_addToListMultiselect21", 3206); - _static_2(K, "vendor_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect21", 3207); - _static_2(K, "vendor_reducer___clearListMultiselect$closure", "_clearListMultiselect21", 3208); - _static_2(K, "vendor_reducer___archiveVendorSuccess$closure", "_archiveVendorSuccess", 3209); - _static_2(K, "vendor_reducer___deleteVendorSuccess$closure", "_deleteVendorSuccess", 3210); - _static_2(K, "vendor_reducer___restoreVendorSuccess$closure", "_restoreVendorSuccess", 3211); - _static_2(K, "vendor_reducer___addVendor$closure", "_addVendor", 3212); - _static_2(K, "vendor_reducer___updateVendor$closure", "_updateVendor", 3213); - _static_2(K, "vendor_reducer___setLoadedVendor$closure", "_setLoadedVendor", 3214); - _static_2(K, "vendor_reducer___setLoadedVendors$closure", "_setLoadedVendors", 3215); - _static_2(K, "vendor_reducer___setLoadedCompany$closure", "_setLoadedCompany20", 3216); - _static_2(L, "webhook_reducer___clearEditing$closure", "_clearEditing20", 740); - _static_2(L, "webhook_reducer___updateEditing$closure", "_updateEditing21", 740); - _static_2(L, "webhook_reducer___viewWebhookList$closure", "_viewWebhookList0", 3218); - _static_2(L, "webhook_reducer___filterWebhooksByCustom1$closure", "_filterWebhooksByCustom1", 3219); - _static_2(L, "webhook_reducer___filterWebhooksByCustom2$closure", "_filterWebhooksByCustom2", 3220); - _static_2(L, "webhook_reducer___filterWebhooksByState$closure", "_filterWebhooksByState", 3221); - _static_2(L, "webhook_reducer___filterWebhooks$closure", "_filterWebhooks", 3222); - _static_2(L, "webhook_reducer___sortWebhooks$closure", "_sortWebhooks", 3223); - _static_2(L, "webhook_reducer___startListMultiselect$closure", "_startListMultiselect22", 3224); - _static_2(L, "webhook_reducer___addToListMultiselect$closure", "_addToListMultiselect22", 3225); - _static_2(L, "webhook_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect22", 3226); - _static_2(L, "webhook_reducer___clearListMultiselect$closure", "_clearListMultiselect22", 3227); - _static_2(L, "webhook_reducer___archiveWebhookSuccess$closure", "_archiveWebhookSuccess", 3228); - _static_2(L, "webhook_reducer___deleteWebhookSuccess$closure", "_deleteWebhookSuccess", 3229); - _static_2(L, "webhook_reducer___restoreWebhookSuccess$closure", "_restoreWebhookSuccess", 3230); - _static_2(L, "webhook_reducer___addWebhook$closure", "_addWebhook", 3231); - _static_2(L, "webhook_reducer___updateWebhook$closure", "_updateWebhook", 3232); - _static_2(L, "webhook_reducer___setLoadedWebhook$closure", "_setLoadedWebhook", 3233); - _static_2(L, "webhook_reducer___setLoadedWebhooks$closure", "_setLoadedWebhooks", 3234); - _static_2(L, "webhook_reducer___setLoadedCompany$closure", "_setLoadedCompany21", 3235); - _static_1(B, "confirm_email_vm_ConfirmEmailVM_fromStore$closure", "ConfirmEmailVM_fromStore", 3236); + _static_2(S, "token_reducer___viewTokenList$closure", "_viewTokenList0", 3134); + _static_2(S, "token_reducer___filterTokensByCustom1$closure", "_filterTokensByCustom1", 3135); + _static_2(S, "token_reducer___filterTokensByCustom2$closure", "_filterTokensByCustom2", 3136); + _static_2(S, "token_reducer___filterTokensByState$closure", "_filterTokensByState", 3137); + _static_2(S, "token_reducer___filterTokens$closure", "_filterTokens", 3138); + _static_2(S, "token_reducer___sortTokens$closure", "_sortTokens", 3139); + _static_2(S, "token_reducer___startListMultiselect$closure", "_startListMultiselect19", 3140); + _static_2(S, "token_reducer___addToListMultiselect$closure", "_addToListMultiselect19", 3141); + _static_2(S, "token_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect19", 3142); + _static_2(S, "token_reducer___clearListMultiselect$closure", "_clearListMultiselect19", 3143); + _static_2(S, "token_reducer___archiveTokenSuccess$closure", "_archiveTokenSuccess", 3144); + _static_2(S, "token_reducer___deleteTokenSuccess$closure", "_deleteTokenSuccess", 3145); + _static_2(S, "token_reducer___restoreTokenSuccess$closure", "_restoreTokenSuccess", 3146); + _static_2(S, "token_reducer___addToken$closure", "_addToken", 3147); + _static_2(S, "token_reducer___updateToken$closure", "_updateToken", 3148); + _static_2(S, "token_reducer___setLoadedToken$closure", "_setLoadedToken", 3149); + _static_2(S, "token_reducer___setLoadedTokens$closure", "_setLoadedTokens", 3150); + _static_2(S, "token_reducer___setLoadedCompany$closure", "_setLoadedCompany18", 3151); + _static_2(E, "user_reducer___clearEditing$closure", "_clearEditing18", 737); + _static_2(E, "user_reducer___updateEditing$closure", "_updateEditing19", 737); + _static_2(E, "user_reducer___viewUserList$closure", "_viewUserList0", 3153); + _static_2(E, "user_reducer___filterUsersByCustom1$closure", "_filterUsersByCustom1", 3154); + _static_2(E, "user_reducer___filterUsersByCustom2$closure", "_filterUsersByCustom2", 3155); + _static_2(E, "user_reducer___filterUsersByCustom3$closure", "_filterUsersByCustom3", 3156); + _static_2(E, "user_reducer___filterUsersByCustom4$closure", "_filterUsersByCustom4", 3157); + _static_2(E, "user_reducer___filterUsersByState$closure", "_filterUsersByState", 3158); + _static_2(E, "user_reducer___filterUsers$closure", "_filterUsers", 3159); + _static_2(E, "user_reducer___sortUsers$closure", "_sortUsers", 3160); + _static_2(E, "user_reducer___startListMultiselect$closure", "_startListMultiselect20", 3161); + _static_2(E, "user_reducer___addToListMultiselect$closure", "_addToListMultiselect20", 3162); + _static_2(E, "user_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect20", 3163); + _static_2(E, "user_reducer___clearListMultiselect$closure", "_clearListMultiselect20", 3164); + _static_2(E, "user_reducer___archiveUserSuccess$closure", "_archiveUserSuccess", 3165); + _static_2(E, "user_reducer___deleteUserSuccess$closure", "_deleteUserSuccess", 3166); + _static_2(E, "user_reducer___restoreUserSuccess$closure", "_restoreUserSuccess", 3167); + _static_2(E, "user_reducer___removeUserSuccess$closure", "_removeUserSuccess", 3168); + _static_2(E, "user_reducer___addUser$closure", "_addUser", 3169); + _static_2(E, "user_reducer___updateUser$closure", "_updateUser", 3170); + _static_2(E, "user_reducer___updateAuthUser$closure", "_updateAuthUser", 3171); + _static_2(E, "user_reducer___connectOAuthUser$closure", "_connectOAuthUser0", 3172); + _static_2(E, "user_reducer___connectGmailUser$closure", "_connectGmailUser0", 3173); + _static_2(E, "user_reducer___setLoadedUser$closure", "_setLoadedUser", 3174); + _static_2(E, "user_reducer___setLoadedUsers$closure", "_setLoadedUsers", 3175); + _static_2(E, "user_reducer___setLoadedCompany$closure", "_setLoadedCompany19", 3176); + _static_2(K, "vendor_reducer__editVendorContact$closure", "editVendorContact", 3177); + _static_2(K, "vendor_reducer___clearEditing$closure", "_clearEditing19", 738); + _static_2(K, "vendor_reducer___updateEditing$closure", "_updateEditing20", 738); + _static_2(K, "vendor_reducer___addContact$closure", "_addContact", 3179); + _static_2(K, "vendor_reducer___removeContact$closure", "_removeContact", 3180); + _static_2(K, "vendor_reducer___updateContact$closure", "_updateContact", 3181); + _static_2(K, "vendor_reducer___viewVendorList$closure", "_viewVendorList0", 3182); + _static_2(K, "vendor_reducer___filterVendorsByCustom1$closure", "_filterVendorsByCustom1", 3183); + _static_2(K, "vendor_reducer___filterVendorsByCustom2$closure", "_filterVendorsByCustom2", 3184); + _static_2(K, "vendor_reducer___filterVendorsByCustom3$closure", "_filterVendorsByCustom3", 3185); + _static_2(K, "vendor_reducer___filterVendorsByCustom4$closure", "_filterVendorsByCustom4", 3186); + _static_2(K, "vendor_reducer___filterVendorsByState$closure", "_filterVendorsByState", 3187); + _static_2(K, "vendor_reducer___filterVendors$closure", "_filterVendors", 3188); + _static_2(K, "vendor_reducer___sortVendors$closure", "_sortVendors", 3189); + _static_2(K, "vendor_reducer___startListMultiselect$closure", "_startListMultiselect21", 3190); + _static_2(K, "vendor_reducer___addToListMultiselect$closure", "_addToListMultiselect21", 3191); + _static_2(K, "vendor_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect21", 3192); + _static_2(K, "vendor_reducer___clearListMultiselect$closure", "_clearListMultiselect21", 3193); + _static_2(K, "vendor_reducer___archiveVendorSuccess$closure", "_archiveVendorSuccess", 3194); + _static_2(K, "vendor_reducer___deleteVendorSuccess$closure", "_deleteVendorSuccess", 3195); + _static_2(K, "vendor_reducer___restoreVendorSuccess$closure", "_restoreVendorSuccess", 3196); + _static_2(K, "vendor_reducer___addVendor$closure", "_addVendor", 3197); + _static_2(K, "vendor_reducer___updateVendor$closure", "_updateVendor", 3198); + _static_2(K, "vendor_reducer___setLoadedVendor$closure", "_setLoadedVendor", 3199); + _static_2(K, "vendor_reducer___setLoadedVendors$closure", "_setLoadedVendors", 3200); + _static_2(K, "vendor_reducer___setLoadedCompany$closure", "_setLoadedCompany20", 3201); + _static_2(L, "webhook_reducer___clearEditing$closure", "_clearEditing20", 492); + _static_2(L, "webhook_reducer___updateEditing$closure", "_updateEditing21", 492); + _static_2(L, "webhook_reducer___viewWebhookList$closure", "_viewWebhookList0", 3203); + _static_2(L, "webhook_reducer___filterWebhooksByCustom1$closure", "_filterWebhooksByCustom1", 3204); + _static_2(L, "webhook_reducer___filterWebhooksByCustom2$closure", "_filterWebhooksByCustom2", 3205); + _static_2(L, "webhook_reducer___filterWebhooksByState$closure", "_filterWebhooksByState", 3206); + _static_2(L, "webhook_reducer___filterWebhooks$closure", "_filterWebhooks", 3207); + _static_2(L, "webhook_reducer___sortWebhooks$closure", "_sortWebhooks", 3208); + _static_2(L, "webhook_reducer___startListMultiselect$closure", "_startListMultiselect22", 3209); + _static_2(L, "webhook_reducer___addToListMultiselect$closure", "_addToListMultiselect22", 3210); + _static_2(L, "webhook_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect22", 3211); + _static_2(L, "webhook_reducer___clearListMultiselect$closure", "_clearListMultiselect22", 3212); + _static_2(L, "webhook_reducer___archiveWebhookSuccess$closure", "_archiveWebhookSuccess", 3213); + _static_2(L, "webhook_reducer___deleteWebhookSuccess$closure", "_deleteWebhookSuccess", 3214); + _static_2(L, "webhook_reducer___restoreWebhookSuccess$closure", "_restoreWebhookSuccess", 3215); + _static_2(L, "webhook_reducer___addWebhook$closure", "_addWebhook", 3216); + _static_2(L, "webhook_reducer___updateWebhook$closure", "_updateWebhook", 3217); + _static_2(L, "webhook_reducer___setLoadedWebhook$closure", "_setLoadedWebhook", 3218); + _static_2(L, "webhook_reducer___setLoadedWebhooks$closure", "_setLoadedWebhooks", 3219); + _static_2(L, "webhook_reducer___setLoadedCompany$closure", "_setLoadedCompany21", 3220); + _static_1(B, "confirm_email_vm_ConfirmEmailVM_fromStore$closure", "ConfirmEmailVM_fromStore", 3221); _instance_0_u(O._EntitiesListTileState.prototype, "get$_entity_list_tile$_onLongPress", "_entity_list_tile$_onLongPress$0", 0); _instance_0_u(F._EntityDropdownState.prototype, "get$_onFocusChanged", "_onFocusChanged$0", 0); _instance_0_u(_ = A._FormColorPickerState.prototype, "get$_color_picker$_onChanged", "_color_picker$_onChanged$0", 0); @@ -435216,21 +431952,21 @@ _instance_0_u(U._DurationPickerState.prototype, "get$_duration_picker$_onFoucsChanged", "_duration_picker$_onFoucsChanged$0", 0); _instance_0_u(A._GrowableFormFieldState.prototype, "get$_growable_form_field$_onFoucsChanged", "_growable_form_field$_onFoucsChanged$0", 0); _instance_0_u(M._TimePickerState.prototype, "get$_time_picker$_onFoucsChanged", "_time_picker$_onFoucsChanged$0", 0); - _static_1(A, "history_drawer_vm_AppDrawerVM_fromStore$closure", "AppDrawerVM_fromStore", 3237); + _static_1(A, "history_drawer_vm_AppDrawerVM_fromStore$closure", "AppDrawerVM_fromStore", 3222); _instance_0_u(E._InvoiceEmailViewState.prototype, "get$_invoice_email_view$_loadTemplate", "_invoice_email_view$_loadTemplate$0", 0); _instance_0_u(N._ListFilterState.prototype, "get$onFocusChanged", "onFocusChanged$0", 0); - _static_1(A, "menu_drawer_vm_MenuDrawerVM_fromStore$closure", "MenuDrawerVM_fromStore", 3238); - _instance_1_u(L.AppDataTable.prototype, "get$_app_data_table$_handleSelectAll", "_app_data_table$_handleSelectAll$1", 32); - _instance_1_u(_ = L.TableRowInkWell0.prototype, "get$getRectCallback", "getRectCallback$1", 2097); - _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 2098); + _static_1(A, "menu_drawer_vm_MenuDrawerVM_fromStore$closure", "MenuDrawerVM_fromStore", 3223); + _instance_1_u(L.AppDataTable.prototype, "get$_app_data_table$_handleSelectAll", "_app_data_table$_handleSelectAll$1", 33); + _instance_1_u(_ = L.TableRowInkWell0.prototype, "get$getRectCallback", "getRectCallback$1", 2095); + _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 2096); _instance_0_u(_ = L._SortArrowState0.prototype, "get$_app_data_table$_rebuild", "_app_data_table$_rebuild$0", 0); - _instance_1_u(_, "get$_app_data_table$_resetOrientationAnimation", "_app_data_table$_resetOrientationAnimation$1", 2100); + _instance_1_u(_, "get$_app_data_table$_resetOrientationAnimation", "_app_data_table$_resetOrientationAnimation$1", 2098); _instance_0_u(_ = N.AppPaginatedDataTableState.prototype, "get$_app_paginated_data_table$_handleDataSourceChanged", "_app_paginated_data_table$_handleDataSourceChanged$0", 0); _instance_0_u(_, "get$_app_paginated_data_table$_handlePrevious", "_app_paginated_data_table$_handlePrevious$0", 0); _instance_0_u(_, "get$_app_paginated_data_table$_handleNext", "_app_paginated_data_table$_handleNext$0", 0); - _static_1(G, "login_vm_LoginVM_fromStore$closure", "LoginVM_fromStore", 3239); - _static_1(Y, "client_list_vm_ClientListVM_fromStore$closure", "ClientListVM_fromStore", 3240); - _static_1(D, "client_screen_vm_ClientScreenVM_fromStore$closure", "ClientScreenVM_fromStore", 3241); + _static_1(G, "login_vm_LoginVM_fromStore$closure", "LoginVM_fromStore", 3224); + _static_1(Y, "client_list_vm_ClientListVM_fromStore$closure", "ClientListVM_fromStore", 3225); + _static_1(D, "client_screen_vm_ClientScreenVM_fromStore$closure", "ClientScreenVM_fromStore", 3226); _instance_0_u(R.ClientEditBillingAddressState.prototype, "get$_client_edit_billing_address$_onChanged", "_client_edit_billing_address$_onChanged$0", 0); _instance_0_u(R.ContactEditDetailsState.prototype, "get$_client_edit_contacts$_onChanged", "_client_edit_contacts$_onChanged$0", 0); _instance_0_u(Q.ClientEditDetailsState.prototype, "get$_client_edit_details$_onChanged", "_client_edit_details$_onChanged$0", 0); @@ -435238,176 +431974,176 @@ _instance_0_u(M.ClientEditSettingsState.prototype, "get$_client_edit_settings$_onChanged", "_client_edit_settings$_onChanged$0", 0); _instance_0_u(R.ClientEditShippingAddressState.prototype, "get$_client_edit_shipping_address$_onChanged", "_client_edit_shipping_address$_onChanged$0", 0); _instance_0_u(G._ClientViewState.prototype, "get$_client_view$_onTabChanged", "_client_view$_onTabChanged$0", 0); - _instance_2_u(Q._ClientViewDetailsState.prototype, "get$_client_view_details$_launchStatus", "_client_view_details$_launchStatus$2", 558); - _static_1(S, "company_gateway_list_vm_CompanyGatewayListVM_fromStore$closure", "CompanyGatewayListVM_fromStore", 3242); - _static_1(Y, "company_gateway_screen_vm_CompanyGatewayScreenVM_fromStore$closure", "CompanyGatewayScreenVM_fromStore", 3243); + _instance_2_u(Q._ClientViewDetailsState.prototype, "get$_client_view_details$_launchStatus", "_client_view_details$_launchStatus$2", 607); + _static_1(S, "company_gateway_list_vm_CompanyGatewayListVM_fromStore$closure", "CompanyGatewayListVM_fromStore", 3227); + _static_1(Y, "company_gateway_screen_vm_CompanyGatewayScreenVM_fromStore$closure", "CompanyGatewayScreenVM_fromStore", 3228); _instance_0_u(V._GatewayConfigFieldState.prototype, "get$_company_gateway_edit$_onChanged", "_company_gateway_edit$_onChanged$0", 0); _instance_0_u(V._LimitEditorState.prototype, "get$_onTextChange", "_onTextChange$0", 0); _instance_0_u(V._FeesEditorState.prototype, "get$_company_gateway_edit$_onChanged", "_company_gateway_edit$_onChanged$0", 0); - _static_1(U, "credit_list_vm_CreditListVM_fromStore$closure", "CreditListVM_fromStore", 3244); - _static_1(R, "credit_screen_vm_CreditScreenVM_fromStore$closure", "CreditScreenVM_fromStore", 3245); - _instance_1_u(U._DashboardChartState.prototype, "get$_onSelectionChanged", "_onSelectionChanged$1", 2202); + _static_1(U, "credit_list_vm_CreditListVM_fromStore$closure", "CreditListVM_fromStore", 3229); + _static_1(R, "credit_screen_vm_CreditScreenVM_fromStore$closure", "CreditScreenVM_fromStore", 3230); + _instance_1_u(U._DashboardChartState.prototype, "get$_onSelectionChanged", "_onSelectionChanged$1", 2200); _instance_0_u(_ = F._DashboardScreenState.prototype, "get$onScrollListener", "onScrollListener$0", 0); _instance_0_u(_, "get$onTabListener", "onTabListener$0", 0); - _static_1(Q, "dashboard_screen_vm_DashboardVM_fromStore$closure", "DashboardVM_fromStore", 3246); - _static_1(F, "design_list_vm_DesignListVM_fromStore$closure", "DesignListVM_fromStore", 3247); - _static_1(G, "design_screen_vm_DesignScreenVM_fromStore$closure", "DesignScreenVM_fromStore", 3248); + _static_1(Q, "dashboard_screen_vm_DashboardVM_fromStore$closure", "DashboardVM_fromStore", 3231); + _static_1(F, "design_list_vm_DesignListVM_fromStore$closure", "DesignListVM_fromStore", 3232); + _static_1(G, "design_screen_vm_DesignScreenVM_fromStore$closure", "DesignScreenVM_fromStore", 3233); _instance_0_u(_ = N._DesignEditState.prototype, "get$_design_edit$_onChanged", "_design_edit$_onChanged$0", 0); _instance_0_u(_, "get$_onHtmlChanged", "_onHtmlChanged$0", 0); - _instance_1_u(_, "get$_loadDesign", "_loadDesign$1", 2234); - _static_1(A, "document_list_vm_DocumentListVM_fromStore$closure", "DocumentListVM_fromStore", 3249); - _static_1(U, "document_screen_vm_DocumentScreenVM_fromStore$closure", "DocumentScreenVM_fromStore", 3250); + _instance_1_u(_, "get$_loadDesign", "_loadDesign$1", 2232); + _static_1(A, "document_list_vm_DocumentListVM_fromStore$closure", "DocumentListVM_fromStore", 3234); + _static_1(U, "document_screen_vm_DocumentScreenVM_fromStore$closure", "DocumentScreenVM_fromStore", 3235); _instance_0_u(Z._DocumentEditState.prototype, "get$_document_edit$_onChanged", "_document_edit$_onChanged$0", 0); _instance_0_u(M.ExpenseEditDetailsState.prototype, "get$_expense_edit_details$_onChanged", "_expense_edit_details$_onChanged$0", 0); _instance_0_u(E.ExpenseEditNotesState.prototype, "get$_expense_edit_notes$_onChanged", "_expense_edit_notes$_onChanged$0", 0); _instance_0_u(T.ExpenseEditSettingsState.prototype, "get$_expense_edit_settings$_onChanged", "_expense_edit_settings$_onChanged$0", 0); - _static_1(F, "expense_list_vm_ExpenseListVM_fromStore$closure", "ExpenseListVM_fromStore", 3251); - _static_1(U, "expense_screen_vm_ExpenseScreenVM_fromStore$closure", "ExpenseScreenVM_fromStore", 3252); + _static_1(F, "expense_list_vm_ExpenseListVM_fromStore$closure", "ExpenseListVM_fromStore", 3236); + _static_1(U, "expense_screen_vm_ExpenseScreenVM_fromStore$closure", "ExpenseScreenVM_fromStore", 3237); _instance_0_u(U._ExpenseViewState.prototype, "get$_expense_view$_onTabChanged", "_expense_view$_onTabChanged$0", 0); _instance_0_u(A._ExpenseCategoryEditState.prototype, "get$_expense_category_edit$_onChanged", "_expense_category_edit$_onChanged$0", 0); - _static_1(A, "expense_category_list_vm_ExpenseCategoryListVM_fromStore$closure", "ExpenseCategoryListVM_fromStore", 3253); - _static_1(O, "expense_category_screen_vm_ExpenseCategoryScreenVM_fromStore$closure", "ExpenseCategoryScreenVM_fromStore", 3254); + _static_1(A, "expense_category_list_vm_ExpenseCategoryListVM_fromStore$closure", "ExpenseCategoryListVM_fromStore", 3238); + _static_1(O, "expense_category_screen_vm_ExpenseCategoryScreenVM_fromStore$closure", "ExpenseCategoryScreenVM_fromStore", 3239); _instance_0_u(Q._GroupEditState.prototype, "get$_group_edit$_onChanged", "_group_edit$_onChanged$0", 0); - _static_1(Y, "group_list_vm_GroupListVM_fromStore$closure", "GroupListVM_fromStore", 3255); - _static_1(S, "group_screen_vm_GroupScreenVM_fromStore$closure", "GroupScreenVM_fromStore", 3256); + _static_1(Y, "group_list_vm_GroupListVM_fromStore$closure", "GroupListVM_fromStore", 3240); + _static_1(S, "group_screen_vm_GroupScreenVM_fromStore$closure", "GroupScreenVM_fromStore", 3241); _instance_0_u(S.InvoiceEditDesktopState.prototype, "get$_invoice_edit_desktop$_onChanged", "_invoice_edit_desktop$_onChanged$0", 0); _instance_0_u(N.InvoiceEditDetailsState.prototype, "get$_invoice_edit_details$_onChanged", "_invoice_edit_details$_onChanged$0", 0); _instance_0_u(G.ItemEditDetailsState.prototype, "get$_invoice_edit_items$_onTextChanged", "_invoice_edit_items$_onTextChanged$0", 0); _instance_0_u(Z.InvoiceEditNotesState.prototype, "get$_invoice_edit_notes$_onChanged", "_invoice_edit_notes$_onChanged$0", 0); - _static_1(T, "invoice_list_vm_InvoiceListVM_fromStore$closure", "InvoiceListVM_fromStore", 3257); - _static_1(E, "invoice_screen_vm_InvoiceScreenVM_fromStore$closure", "InvoiceScreenVM_fromStore", 3258); + _static_1(T, "invoice_list_vm_InvoiceListVM_fromStore$closure", "InvoiceListVM_fromStore", 3242); + _static_1(E, "invoice_screen_vm_InvoiceScreenVM_fromStore$closure", "InvoiceScreenVM_fromStore", 3243); _instance_0_u(E._InvoiceViewState.prototype, "get$_invoice_view$_onTabChanged", "_invoice_view$_onTabChanged$0", 0); _instance_0_u(M._PaymentEditState.prototype, "get$_payment_edit$_onChanged", "_payment_edit$_onChanged$0", 0); _instance(M._PaymentableEditorState.prototype, "get$_payment_edit$_onChanged", 0, 0, function() { return [null]; - }, ["call$1", "call$0"], ["_payment_edit$_onChanged$1", "_payment_edit$_onChanged$0"], 602, 0); - _static_1(R, "payment_list_vm_PaymentListVM_fromStore$closure", "PaymentListVM_fromStore", 3259); - _static_1(G, "payment_screen_vm_PaymentScreenVM_fromStore$closure", "PaymentScreenVM_fromStore", 3260); + }, ["call$1", "call$0"], ["_payment_edit$_onChanged$1", "_payment_edit$_onChanged$0"], 664, 0); + _static_1(R, "payment_list_vm_PaymentListVM_fromStore$closure", "PaymentListVM_fromStore", 3244); + _static_1(G, "payment_screen_vm_PaymentScreenVM_fromStore$closure", "PaymentScreenVM_fromStore", 3245); _instance_0_u(Y._PaymentRefundState.prototype, "get$_payment_refund$_onChanged", "_payment_refund$_onChanged$0", 0); _instance(Y._PaymentableEditorState0.prototype, "get$_payment_refund$_onChanged", 0, 0, function() { return [null]; - }, ["call$1", "call$0"], ["_payment_refund$_onChanged$1", "_payment_refund$_onChanged$0"], 602, 0); + }, ["call$1", "call$0"], ["_payment_refund$_onChanged$1", "_payment_refund$_onChanged$0"], 664, 0); _instance_0_u(U._PaymentTermEditState.prototype, "get$_payment_term_edit$_onChanged", "_payment_term_edit$_onChanged$0", 0); - _static_1(U, "payment_term_list_vm_PaymentTermListVM_fromStore$closure", "PaymentTermListVM_fromStore", 3261); - _static_1(Z, "payment_term_screen_vm_PaymentTermScreenVM_fromStore$closure", "PaymentTermScreenVM_fromStore", 3262); + _static_1(U, "payment_term_list_vm_PaymentTermListVM_fromStore$closure", "PaymentTermListVM_fromStore", 3246); + _static_1(Z, "payment_term_screen_vm_PaymentTermScreenVM_fromStore$closure", "PaymentTermScreenVM_fromStore", 3247); _instance_0_u(F._ProductEditState.prototype, "get$_product_edit$_onChanged", "_product_edit$_onChanged$0", 0); - _static_1(Q, "product_list_vm_ProductListVM_fromStore$closure", "ProductListVM_fromStore", 3263); - _static_1(E, "product_screen_vm_ProductScreenVM_fromStore$closure", "ProductScreenVM_fromStore", 3264); + _static_1(Q, "product_list_vm_ProductListVM_fromStore$closure", "ProductListVM_fromStore", 3248); + _static_1(E, "product_screen_vm_ProductScreenVM_fromStore$closure", "ProductScreenVM_fromStore", 3249); _instance_0_u(Z._ProductViewState.prototype, "get$_product_view$_onTabChanged", "_product_view$_onTabChanged$0", 0); _instance_0_u(K._ProjectEditState.prototype, "get$_project_edit$_onChanged", "_project_edit$_onChanged$0", 0); - _static_1(X, "project_list_vm_ProjectListVM_fromStore$closure", "ProjectListVM_fromStore", 3265); - _static_1(S, "project_screen_vm_ProjectScreenVM_fromStore$closure", "ProjectScreenVM_fromStore", 3266); + _static_1(X, "project_list_vm_ProjectListVM_fromStore$closure", "ProjectListVM_fromStore", 3250); + _static_1(S, "project_screen_vm_ProjectScreenVM_fromStore$closure", "ProjectScreenVM_fromStore", 3251); _instance_0_u(M._ProjectViewState.prototype, "get$_project_view$_onTabChanged", "_project_view$_onTabChanged$0", 0); - _static_1(U, "quote_list_vm_QuoteListVM_fromStore$closure", "QuoteListVM_fromStore", 3267); - _static_1(B, "quote_screen_vm_QuoteScreenVM_fromStore$closure", "QuoteScreenVM_fromStore", 3268); - _static_1(U, "recurring_expense_list_vm_RecurringExpenseListVM_fromStore$closure", "RecurringExpenseListVM_fromStore", 3269); - _static_1(B, "recurring_expense_screen_vm_RecurringExpenseScreenVM_fromStore$closure", "RecurringExpenseScreenVM_fromStore", 3270); - _static_1(Y, "recurring_invoice_list_vm_RecurringInvoiceListVM_fromStore$closure", "RecurringInvoiceListVM_fromStore", 3271); - _static_1(A, "recurring_invoice_screen_vm_RecurringInvoiceScreenVM_fromStore$closure", "RecurringInvoiceScreenVM_fromStore", 3272); - _static_1(L, "reports_screen_vm_ReportsScreenVM_fromStore$closure", "ReportsScreenVM_fromStore", 3273); + _static_1(U, "quote_list_vm_QuoteListVM_fromStore$closure", "QuoteListVM_fromStore", 3252); + _static_1(B, "quote_screen_vm_QuoteScreenVM_fromStore$closure", "QuoteScreenVM_fromStore", 3253); + _static_1(U, "recurring_expense_list_vm_RecurringExpenseListVM_fromStore$closure", "RecurringExpenseListVM_fromStore", 3254); + _static_1(B, "recurring_expense_screen_vm_RecurringExpenseScreenVM_fromStore$closure", "RecurringExpenseScreenVM_fromStore", 3255); + _static_1(Y, "recurring_invoice_list_vm_RecurringInvoiceListVM_fromStore$closure", "RecurringInvoiceListVM_fromStore", 3256); + _static_1(A, "recurring_invoice_screen_vm_RecurringInvoiceScreenVM_fromStore$closure", "RecurringInvoiceScreenVM_fromStore", 3257); + _static_1(L, "reports_screen_vm_ReportsScreenVM_fromStore$closure", "ReportsScreenVM_fromStore", 3258); _instance_0_u(_ = O._AccountManagementState.prototype, "get$_onTabChanged", "_onTabChanged$0", 0); _instance_0_u(_, "get$_account_management$_onChanged", "_account_management$_onChanged$0", 0); - _static_1(A, "account_management_vm_AccountManagementVM_fromStore$closure", "AccountManagementVM_fromStore", 3274); + _static_1(A, "account_management_vm_AccountManagementVM_fromStore$closure", "AccountManagementVM_fromStore", 3259); _instance_0_u(V._BuyNowButtonsState.prototype, "get$_buy_now_buttons$_onChanged", "_buy_now_buttons$_onChanged$0", 0); - _static_1(B, "buy_now_buttons_vm_BuyNowButtonsVM_fromStore$closure", "BuyNowButtonsVM_fromStore", 3275); + _static_1(B, "buy_now_buttons_vm_BuyNowButtonsVM_fromStore$closure", "BuyNowButtonsVM_fromStore", 3260); _instance_0_u(_ = S._ClientPortalState.prototype, "get$_client_portal$_onTabChanged", "_client_portal$_onTabChanged$0", 0); _instance_0_u(_, "get$_client_portal$_onChanged", "_client_portal$_onChanged$0", 0); - _static_1(A, "client_portal_vm_ClientPortalVM_fromStore$closure", "ClientPortalVM_fromStore", 3276); + _static_1(A, "client_portal_vm_ClientPortalVM_fromStore$closure", "ClientPortalVM_fromStore", 3261); _instance_0_u(_ = A._CompanyDetailsState.prototype, "get$_company_details$_onTabChanged", "_company_details$_onTabChanged$0", 0); _instance_0_u(_, "get$_onSettingsChanged", "_onSettingsChanged$0", 0); - _static_1(A, "company_details_vm_CompanyDetailsVM_fromStore$closure", "CompanyDetailsVM_fromStore", 3277); + _static_1(A, "company_details_vm_CompanyDetailsVM_fromStore$closure", "CompanyDetailsVM_fromStore", 3262); _instance_0_u(X._CreditCardsAndBanksState.prototype, "get$_credit_cards_and_banks$_onChanged", "_credit_cards_and_banks$_onChanged$0", 0); - _static_1(F, "credit_cards_and_banks_vm_CreditCardsAndBanksVM_fromStore$closure", "CreditCardsAndBanksVM_fromStore", 3278); + _static_1(F, "credit_cards_and_banks_vm_CreditCardsAndBanksVM_fromStore$closure", "CreditCardsAndBanksVM_fromStore", 3263); _instance_0_u(S._CustomFieldsState.prototype, "get$_custom_fields$_onTabChanged", "_custom_fields$_onTabChanged$0", 0); _instance_0_u(S._CustomFormFieldState.prototype, "get$_custom_fields$_onChanged", "_custom_fields$_onChanged$0", 0); - _static_1(M, "custom_fields_vm_CustomFieldsVM_fromStore$closure", "CustomFieldsVM_fromStore", 3279); + _static_1(M, "custom_fields_vm_CustomFieldsVM_fromStore$closure", "CustomFieldsVM_fromStore", 3264); _instance_0_u(V._DataVisualizationsState.prototype, "get$_data_visualizations$_onChanged", "_data_visualizations$_onChanged$0", 0); - _static_1(M, "data_visualizations_vm_DataVisualizationsVM_fromStore$closure", "DataVisualizationsVM_fromStore", 3280); + _static_1(M, "data_visualizations_vm_DataVisualizationsVM_fromStore$closure", "DataVisualizationsVM_fromStore", 3265); _instance_0_u(R._DeviceSettingsState.prototype, "get$_device_settings$_onTabChanged", "_device_settings$_onTabChanged$0", 0); - _static_1(L, "device_settings_vm_DeviceSettingsVM_fromStore$closure", "DeviceSettingsVM_fromStore", 3281); + _static_1(L, "device_settings_vm_DeviceSettingsVM_fromStore$closure", "DeviceSettingsVM_fromStore", 3266); _instance_0_u(_ = N._EmailSettingsState.prototype, "get$_email_settings$_onChanged", "_email_settings$_onChanged$0", 0); _instance_1_u(_, "get$_onSavePressed", "_onSavePressed$1", 29); - _static_1(D, "email_settings_vm_EmailSettingsVM_fromStore$closure", "EmailSettingsVM_fromStore", 3282); - _static_1(N, "expense_settings_vm_ExpenseSettingsVM_fromStore$closure", "ExpenseSettingsVM_fromStore", 3283); + _static_1(D, "email_settings_vm_EmailSettingsVM_fromStore$closure", "EmailSettingsVM_fromStore", 3267); + _static_1(N, "expense_settings_vm_ExpenseSettingsVM_fromStore$closure", "ExpenseSettingsVM_fromStore", 3268); _instance_0_u(_ = F._GeneratedNumbersState.prototype, "get$_generated_numbers$_onTabChanged", "_generated_numbers$_onTabChanged$0", 0); _instance_0_u(_, "get$_generated_numbers$_onChanged", "_generated_numbers$_onChanged$0", 0); _instance_1_u(_, "get$_generated_numbers$_onSavePressed", "_generated_numbers$_onSavePressed$1", 29); _instance_0_u(F._EntityNumberSettingsState.prototype, "get$_generated_numbers$_onChanged", "_generated_numbers$_onChanged$0", 0); - _static_1(F, "generated_numbers_vm_GeneratedNumbersVM_fromStore$closure", "GeneratedNumbersVM_fromStore", 3284); - _static_1(N, "import_export_vm_ImportExportVM_fromStore$closure", "ImportExportVM_fromStore", 3285); + _static_1(F, "generated_numbers_vm_GeneratedNumbersVM_fromStore$closure", "GeneratedNumbersVM_fromStore", 3269); + _static_1(N, "import_export_vm_ImportExportVM_fromStore$closure", "ImportExportVM_fromStore", 3270); _instance_0_u(Z._InvoiceDesignState.prototype, "get$_invoice_design$_onTabChanged", "_invoice_design$_onTabChanged$0", 0); - _static_1(B, "invoice_design_vm_InvoiceDesignVM_fromStore$closure", "InvoiceDesignVM_fromStore", 3286); + _static_1(B, "invoice_design_vm_InvoiceDesignVM_fromStore$closure", "InvoiceDesignVM_fromStore", 3271); _instance_0_u(_ = G._LocalizationSettingsState.prototype, "get$_localization_settings$_onTabChanged", "_localization_settings$_onTabChanged$0", 0); _instance_0_u(_, "get$_localization_settings$_onChanged", "_localization_settings$_onChanged$0", 0); - _static_1(B, "localization_vm_LocalizationSettingsVM_fromStore$closure", "LocalizationSettingsVM_fromStore", 3287); + _static_1(B, "localization_vm_LocalizationSettingsVM_fromStore$closure", "LocalizationSettingsVM_fromStore", 3272); _instance_0_u(V._OnlinePaymentsState.prototype, "get$_online_payments$_onChanged", "_online_payments$_onChanged$0", 0); - _static_1(B, "online_payments_vm_OnlinePaymentsVM_fromStore$closure", "OnlinePaymentsVM_fromStore", 3288); - _static_1(G, "product_settings_vm_ProductSettingsVM_fromStore$closure", "ProductSettingsVM_fromStore", 3289); - _static_1(D, "settings_list_vm_SettingsListVM_fromStore$closure", "SettingsListVM_fromStore", 3290); - _static_1(L, "settings_screen_vm_SettingsScreenVM_fromStore$closure", "SettingsScreenVM_fromStore", 3291); + _static_1(B, "online_payments_vm_OnlinePaymentsVM_fromStore$closure", "OnlinePaymentsVM_fromStore", 3273); + _static_1(G, "product_settings_vm_ProductSettingsVM_fromStore$closure", "ProductSettingsVM_fromStore", 3274); + _static_1(D, "settings_list_vm_SettingsListVM_fromStore$closure", "SettingsListVM_fromStore", 3275); + _static_1(L, "settings_screen_vm_SettingsScreenVM_fromStore$closure", "SettingsScreenVM_fromStore", 3276); _instance_0_u(_ = X._SettingsWizardState.prototype, "get$_onRefreshPressed", "_onRefreshPressed$0", 0); _instance_0_u(_, "get$_settings_wizard$_onSavePressed", "_settings_wizard$_onSavePressed$0", 0); _instance_0_u(L._TaskSettingsState.prototype, "get$_task_settings$_onChanged", "_task_settings$_onChanged$0", 0); - _static_1(F, "task_settings_vm_TaskSettingsVM_fromStore$closure", "TaskSettingsVM_fromStore", 3292); - _static_1(A, "tax_settings_vm_TaxSettingsVM_fromStore$closure", "TaxSettingsVM_fromStore", 3293); + _static_1(F, "task_settings_vm_TaskSettingsVM_fromStore$closure", "TaskSettingsVM_fromStore", 3277); + _static_1(A, "tax_settings_vm_TaxSettingsVM_fromStore$closure", "TaxSettingsVM_fromStore", 3278); _instance_0_u(_ = L._TemplatesAndRemindersState.prototype, "get$_templates_and_reminders$_onChanged", "_templates_and_reminders$_onChanged$0", 0); _instance_0_u(_, "get$_handleTabSelection", "_handleTabSelection$0", 0); _instance_0_u(L._ReminderSettingsState.prototype, "get$_onTextChanged", "_onTextChanged$0", 0); - _static_1(F, "templates_and_reminders_vm_TemplatesAndRemindersVM_fromStore$closure", "TemplatesAndRemindersVM_fromStore", 3294); + _static_1(F, "templates_and_reminders_vm_TemplatesAndRemindersVM_fromStore$closure", "TemplatesAndRemindersVM_fromStore", 3279); _instance_0_u(_ = K._UserDetailsState.prototype, "get$_user_details$_onTabChanged", "_user_details$_onTabChanged$0", 0); _instance_0_u(_, "get$_user_details$_onChanged", "_user_details$_onChanged$0", 0); - _static_1(M, "user_details_vm_UserDetailsVM_fromStore$closure", "UserDetailsVM_fromStore", 3295); + _static_1(M, "user_details_vm_UserDetailsVM_fromStore$closure", "UserDetailsVM_fromStore", 3280); _instance_0_u(D._WorkflowSettingsState.prototype, "get$_workflow_settings$_onTabChanged", "_workflow_settings$_onTabChanged$0", 0); - _static_1(Y, "workflow_vm_WorkflowSettingsVM_fromStore$closure", "WorkflowSettingsVM_fromStore", 3296); + _static_1(Y, "workflow_vm_WorkflowSettingsVM_fromStore$closure", "WorkflowSettingsVM_fromStore", 3281); _instance_0_u(_ = S._SubscriptionEditState.prototype, "get$_subscription_edit$_onTabChanged", "_subscription_edit$_onTabChanged$0", 0); _instance_0_u(_, "get$_subscription_edit$_onChanged", "_subscription_edit$_onChanged$0", 0); - _static_1(S, "subscription_list_vm_SubscriptionListVM_fromStore$closure", "SubscriptionListVM_fromStore", 3297); - _static_1(L, "subscription_screen_vm_SubscriptionScreenVM_fromStore$closure", "SubscriptionScreenVM_fromStore", 3298); + _static_1(S, "subscription_list_vm_SubscriptionListVM_fromStore$closure", "SubscriptionListVM_fromStore", 3282); + _static_1(L, "subscription_screen_vm_SubscriptionScreenVM_fromStore$closure", "SubscriptionScreenVM_fromStore", 3283); _instance_0_u(R._TaskEditDesktopState.prototype, "get$_task_edit_desktop$_onChanged", "_task_edit_desktop$_onChanged$0", 0); _instance_0_u(B._TaskEditDetailsState.prototype, "get$_task_edit_details$_onChanged", "_task_edit_details$_onChanged$0", 0); _instance_0_u(D._KanbanStatusCardState.prototype, "get$_kanban_status$_onSavePressed", "_kanban_status$_onSavePressed$0", 0); - _static_1(T, "kanban_view_vm_KanbanVM_fromStore$closure", "KanbanVM_fromStore", 3299); - _static_1(K, "task_list_vm_TaskListVM_fromStore$closure", "TaskListVM_fromStore", 3300); - _static_1(Y, "task_screen_vm_TaskScreenVM_fromStore$closure", "TaskScreenVM_fromStore", 3301); + _static_1(T, "kanban_view_vm_KanbanVM_fromStore$closure", "KanbanVM_fromStore", 3284); + _static_1(K, "task_list_vm_TaskListVM_fromStore$closure", "TaskListVM_fromStore", 3285); + _static_1(Y, "task_screen_vm_TaskScreenVM_fromStore$closure", "TaskScreenVM_fromStore", 3286); _instance_0_u(Q._TaskViewState.prototype, "get$_task_view$_onTabChanged", "_task_view$_onTabChanged$0", 0); _instance_0_u(L._TaskStatusEditState.prototype, "get$_task_status_edit$_onChanged", "_task_status_edit$_onChanged$0", 0); - _static_1(U, "task_status_list_vm_TaskStatusListVM_fromStore$closure", "TaskStatusListVM_fromStore", 3302); - _static_1(U, "task_status_screen_vm_TaskStatusScreenVM_fromStore$closure", "TaskStatusScreenVM_fromStore", 3303); + _static_1(U, "task_status_list_vm_TaskStatusListVM_fromStore$closure", "TaskStatusListVM_fromStore", 3287); + _static_1(U, "task_status_screen_vm_TaskStatusScreenVM_fromStore$closure", "TaskStatusScreenVM_fromStore", 3288); _instance_0_u(A._TaxRateEditState.prototype, "get$_tax_rate_edit$_onChanged", "_tax_rate_edit$_onChanged$0", 0); - _static_1(X, "tax_rate_list_vm_TaxRateListVM_fromStore$closure", "TaxRateListVM_fromStore", 3304); - _static_1(O, "tax_rate_screen_vm_TaxRateScreenVM_fromStore$closure", "TaxRateScreenVM_fromStore", 3305); + _static_1(X, "tax_rate_list_vm_TaxRateListVM_fromStore$closure", "TaxRateListVM_fromStore", 3289); + _static_1(O, "tax_rate_screen_vm_TaxRateScreenVM_fromStore$closure", "TaxRateScreenVM_fromStore", 3290); _instance_0_u(Y._TokenEditState.prototype, "get$_token_edit$_onChanged", "_token_edit$_onChanged$0", 0); - _static_1(M, "token_list_vm_TokenListVM_fromStore$closure", "TokenListVM_fromStore", 3306); - _static_1(K, "token_screen_vm_TokenScreenVM_fromStore$closure", "TokenScreenVM_fromStore", 3307); + _static_1(M, "token_list_vm_TokenListVM_fromStore$closure", "TokenListVM_fromStore", 3291); + _static_1(K, "token_screen_vm_TokenScreenVM_fromStore$closure", "TokenScreenVM_fromStore", 3292); _instance_0_u(U._UserEditState.prototype, "get$_user_edit$_onChanged", "_user_edit$_onChanged$0", 0); - _static_1(M, "user_list_vm_UserListVM_fromStore$closure", "UserListVM_fromStore", 3308); - _static_1(A, "user_screen_vm_UserScreenVM_fromStore$closure", "UserScreenVM_fromStore", 3309); + _static_1(M, "user_list_vm_UserListVM_fromStore$closure", "UserListVM_fromStore", 3293); + _static_1(A, "user_screen_vm_UserScreenVM_fromStore$closure", "UserScreenVM_fromStore", 3294); _instance_0_u(G.VendorEditAddressState.prototype, "get$_vendor_edit_address$_onChanged", "_vendor_edit_address$_onChanged$0", 0); _instance_0_u(D.VendorContactEditDetailsState.prototype, "get$_vendor_edit_contacts$_onChanged", "_vendor_edit_contacts$_onChanged$0", 0); _instance_0_u(Q.VendorEditDetailsState.prototype, "get$_vendor_edit_details$_onChanged", "_vendor_edit_details$_onChanged$0", 0); _instance_0_u(N.VendorEditNotesState.prototype, "get$_vendor_edit_notes$_onChanged", "_vendor_edit_notes$_onChanged$0", 0); - _static_1(E, "vendor_list_vm_VendorListVM_fromStore$closure", "VendorListVM_fromStore", 3310); - _static_1(B, "vendor_screen_vm_VendorScreenVM_fromStore$closure", "VendorScreenVM_fromStore", 3311); + _static_1(E, "vendor_list_vm_VendorListVM_fromStore$closure", "VendorListVM_fromStore", 3295); + _static_1(B, "vendor_screen_vm_VendorScreenVM_fromStore$closure", "VendorScreenVM_fromStore", 3296); _instance_0_u(N._VendorViewState.prototype, "get$_vendor_view$_onTabChanged", "_vendor_view$_onTabChanged$0", 0); - _instance_2_u(Y._VendorViewDetailsState.prototype, "get$_launchStatus", "_launchStatus$2", 558); + _instance_2_u(Y._VendorViewDetailsState.prototype, "get$_launchStatus", "_launchStatus$2", 607); _instance_0_u(N._WebhookEditState.prototype, "get$_webhook_edit$_onChanged", "_webhook_edit$_onChanged$0", 0); - _static_1(X, "webhook_list_vm_WebhookListVM_fromStore$closure", "WebhookListVM_fromStore", 3312); - _static_1(T, "webhook_screen_vm_WebhookScreenVM_fromStore$closure", "WebhookScreenVM_fromStore", 3313); - _instance_1_u(M.NativePdfRendererPlugin.prototype, "get$onMethodCall", "onMethodCall$1", 284); - _static_1(X, "native_pdf_view_PdfView__render$closure", "PdfView__render", 3314); - _static(X, "native_pdf_view_PdfView__pageBuilder$closure", 3, null, ["call$3"], ["PdfView__pageBuilder"], 3315, 0); - _instance_1_u(F._FadeWidgetState.prototype, "get$animationStatusChange", "animationStatusChange$1", 35); - _instance_1_i(_ = Y.ImageHandler.prototype, "get$build", "build$1", 63); - _instance(_, "get$_imageBuilder", 0, 4, null, ["call$4"], ["_imageBuilder$4"], 359, 0); - _instance(_, "get$_placeholderBuilder", 0, 4, null, ["call$4"], ["_placeholderBuilder$4"], 359, 0); - _instance(_, "get$_preLoadingBuilder", 0, 4, null, ["call$4"], ["_preLoadingBuilder$4"], 359, 0); - _instance(_, "get$_loadingBuilder", 0, 3, null, ["call$3"], ["_loadingBuilder$3"], 2641, 0); - _instance(_, "get$_errorBuilder", 0, 3, null, ["call$3"], ["_errorBuilder$3"], 642, 0); - _static_0(Q, "path_provider__getApplicationDocumentsDirectory$closure", "getApplicationDocumentsDirectory", 3316); - _static_1(E, "photo_view__defaultScaleStateCycle$closure", "defaultScaleStateCycle", 3317); - _instance_1_u(E._PhotoViewState.prototype, "get$scaleStateListener", "scaleStateListener$1", 667); - _instance_1_u(_ = M._PhotoViewGalleryState.prototype, "get$scaleStateChangedCallback", "scaleStateChangedCallback$1", 667); - _instance_2_u(_, "get$_buildItem", "_buildItem$2", 139); + _static_1(X, "webhook_list_vm_WebhookListVM_fromStore$closure", "WebhookListVM_fromStore", 3297); + _static_1(T, "webhook_screen_vm_WebhookScreenVM_fromStore$closure", "WebhookScreenVM_fromStore", 3298); + _instance_1_u(M.NativePdfRendererPlugin.prototype, "get$onMethodCall", "onMethodCall$1", 299); + _static_1(X, "native_pdf_view_PdfView__render$closure", "PdfView__render", 3299); + _static(X, "native_pdf_view_PdfView__pageBuilder$closure", 3, null, ["call$3"], ["PdfView__pageBuilder"], 3300, 0); + _instance_1_u(F._FadeWidgetState.prototype, "get$animationStatusChange", "animationStatusChange$1", 36); + _instance_1_i(_ = Y.ImageHandler.prototype, "get$build", "build$1", 75); + _instance(_, "get$_imageBuilder", 0, 4, null, ["call$4"], ["_imageBuilder$4"], 364, 0); + _instance(_, "get$_placeholderBuilder", 0, 4, null, ["call$4"], ["_placeholderBuilder$4"], 364, 0); + _instance(_, "get$_preLoadingBuilder", 0, 4, null, ["call$4"], ["_preLoadingBuilder$4"], 364, 0); + _instance(_, "get$_loadingBuilder", 0, 3, null, ["call$3"], ["_loadingBuilder$3"], 2640, 0); + _instance(_, "get$_errorBuilder", 0, 3, null, ["call$3"], ["_errorBuilder$3"], 680, 0); + _static_0(Q, "path_provider__getApplicationDocumentsDirectory$closure", "getApplicationDocumentsDirectory", 3301); + _static_1(E, "photo_view__defaultScaleStateCycle$closure", "defaultScaleStateCycle", 3302); + _instance_1_u(E._PhotoViewState.prototype, "get$scaleStateListener", "scaleStateListener$1", 715); + _instance_1_u(_ = M._PhotoViewGalleryState.prototype, "get$scaleStateChangedCallback", "scaleStateChangedCallback$1", 715); + _instance_2_u(_, "get$_buildItem", "_buildItem$2", 132); _instance_0_u(E.PhotoViewController.prototype, "get$_changeListener", "_changeListener$0", 0); _instance_0_u(_ = E.PhotoViewControllerDelegate.prototype, "get$_blindScaleStateListener", "_blindScaleStateListener$0", 0); _instance_0_u(_, "get$_blindScaleListener", "_blindScaleListener$0", 0); @@ -435416,57 +432152,47 @@ _instance_0_u(_ = M.PhotoViewCoreState.prototype, "get$handleScaleAnimation", "handleScaleAnimation$0", 0); _instance_0_u(_, "get$handlePositionAnimate", "handlePositionAnimate$0", 0); _instance_0_u(_, "get$handleRotationAnimation", "handleRotationAnimation$0", 0); - _instance_1_u(_, "get$onScaleStart", "onScaleStart$1", 614); - _instance_1_u(_, "get$onScaleUpdate", "onScaleUpdate$1", 612); - _instance_1_u(_, "get$onScaleEnd", "onScaleEnd$1", 611); - _instance_1_u(_, "get$onAnimationStatus", "onAnimationStatus$1", 35); - _instance_2_u(_, "get$animateOnScaleStateUpdate", "animateOnScaleStateUpdate$2", 495); - _instance_1_u(O.PhotoViewGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 90); + _instance_1_u(_, "get$onScaleStart", "onScaleStart$1", 668); + _instance_1_u(_, "get$onScaleUpdate", "onScaleUpdate$1", 665); + _instance_1_u(_, "get$onScaleEnd", "onScaleEnd$1", 661); + _instance_1_u(_, "get$onAnimationStatus", "onAnimationStatus$1", 36); + _instance_2_u(_, "get$animateOnScaleStateUpdate", "animateOnScaleStateUpdate$2", 621); + _instance_1_u(O.PhotoViewGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 91); _instance_0_i(Z.IgnorableChangeNotifier.prototype, "get$dispose", "dispose$0", 0); _instance_2_u(B.TypedReducer.prototype, "get$$call", "call$2", "1(Object?,@)"); - _instance(B.TypedMiddleware.prototype, "get$$call", 0, 3, null, ["call$3"], ["call$3"], 2654, 0); - _instance_1_u(_ = X.RenderTabluarFlex.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); - _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); - _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); - _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_1_u(_ = K.RenderSizeTransitionWithIntrinsicSize.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); - _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); - _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); - _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_1_u(A._ReorderableFlexContentState.prototype, "get$_onEntranceStatusChanged", "_onEntranceStatusChanged$1", 35); - _instance_2_u(U.ReorderableTable.prototype, "get$defaultDecorateDraggableFeedback", "defaultDecorateDraggableFeedback$2", 2666); + _instance(B.TypedMiddleware.prototype, "get$$call", 0, 3, null, ["call$3"], ["call$3"], 2653, 0); _instance_0_u(_ = N.RoundedLoadingButtonState.prototype, "get$_btnPressed", "_btnPressed$0", 9); _instance_0_i(_, "get$_rounded_loading_button$_start", "_rounded_loading_button$_start$0", 9); _instance_0_u(_, "get$_rounded_loading_button$_reset", "_rounded_loading_button$_reset$0", 9); _instance(_ = F.Subject.prototype, "get$addError", 0, 1, function() { return [null]; - }, ["call$2", "call$1"], ["addError$2", "addError$1"], 233, 0); + }, ["call$2", "call$1"], ["addError$2", "addError$1"], 225, 0); _instance_1_i(_, "get$add", "add$1", 34); - _instance_0_i(_, "get$close", "close$0", 444); - _instance_1_u(Z.SentryFlutterWeb.prototype, "get$handleMethodCall", "handleMethodCall$1", 284); + _instance_0_i(_, "get$close", "close$0", 336); + _instance_1_u(Z.SentryFlutterWeb.prototype, "get$handleMethodCall", "handleMethodCall$1", 299); _instance_1_u(_ = Y._RenderValueLayoutBuilder.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _static_1(D, "link_LinkViewController__viewFactory$closure", "LinkViewController__viewFactory", 669); - _static_0(E, "clock__systemTime$closure", "systemTime", 352); + _static_1(D, "link_LinkViewController__viewFactory$closure", "LinkViewController__viewFactory", 716); + _static_0(E, "clock__systemTime$closure", "systemTime", 459); _static(U, "_isolates_web__compute$closure", 2, null, ["call$2$3$debugLabel", "call$2", "call$2$2"], ["compute", function(callback, message) { return U.compute(callback, message, null, type$.dynamic, type$.dynamic); }, function(callback, message, $Q, $R) { return U.compute(callback, message, null, $Q, $R); - }], 3318, 0); + }], 3303, 0); _static(D, "print__debugPrintThrottled$closure", 1, null, ["call$2$wrapWidth", "call$1"], ["debugPrintThrottled", function(message) { return D.debugPrintThrottled(message, null); - }], 3319, 0); + }], 3304, 0); _static_0(D, "print___debugPrintTask$closure", "_debugPrintTask", 0); - _static_2(N, "layout_helper_ChildLayoutHelper_dryLayoutChild$closure", "ChildLayoutHelper_dryLayoutChild", 556); - _static_2(N, "layout_helper_ChildLayoutHelper_layoutChild$closure", "ChildLayoutHelper_layoutChild", 556); - _static_1(X, "flutter_keyboard_visibility_KeyboardVisibility__onKeyboardEvent$closure", "KeyboardVisibility__onKeyboardEvent", 82); - _static_1(B, "utils__getUserDataFromMap$closure", "getUserDataFromMap", 3321); - _static_2(F, "loading_reducer___setLoading$closure", "_setLoading", 3322); - _static_2(F, "loading_reducer___setLoaded$closure", "_setLoaded", 3323); - _static_2(F, "loading_reducer___setSaving$closure", "_setSaving", 3324); - _static_2(F, "loading_reducer___setSaved$closure", "_setSaved", 2216); + _static_2(N, "layout_helper_ChildLayoutHelper_dryLayoutChild$closure", "ChildLayoutHelper_dryLayoutChild", 568); + _static_2(N, "layout_helper_ChildLayoutHelper_layoutChild$closure", "ChildLayoutHelper_layoutChild", 568); + _static_1(X, "flutter_keyboard_visibility_KeyboardVisibility__onKeyboardEvent$closure", "KeyboardVisibility__onKeyboardEvent", 81); + _static_1(B, "utils__getUserDataFromMap$closure", "getUserDataFromMap", 3306); + _static_2(F, "loading_reducer___setLoading$closure", "_setLoading", 3307); + _static_2(F, "loading_reducer___setLoaded$closure", "_setLoaded", 3308); + _static_2(F, "loading_reducer___setSaving$closure", "_setSaving", 3309); + _static_2(F, "loading_reducer___setSaved$closure", "_setSaved", 2206); _static_1(G, "serialization0_SerializationUtils_computeDecode$closure", "SerializationUtils_computeDecode", 10); })(); (function inheritance() { @@ -435474,8 +432200,8 @@ _inheritMany = hunkHelpers.inheritMany, _inherit = hunkHelpers.inherit; _inheritMany(null, [P.Object, H._CkBlendModeColorFilter]); - _inheritMany(P.Object, [H.Closure, H._NullTreeSanitizer, H.AlarmClock, H.AssetManager, H.AssetManagerException, H.EngineCanvas, H.BrowserEngine, H.OperatingSystem, H._SaveStackTracking, H.ContextStateHandle, H.CkCanvas, H.CkPictureSnapshot, H.CkPaintCommand, J.Interceptor, H.ProductionCollector, H.SkiaObjectCollectionError, H.CanvasKitCanvas, H.SkiaObject, H.HtmlViewEmbedder, H.OverlayCache, H.EmbeddedViewParams, H.MutatorType, H.Mutator, P.Iterable, H.FontFallbackData, H.NotoFont, H.CodeunitRange, H._ResolvedNotoFont, H._ResolvedNotoSubset, H.FallbackFontDownloadQueue, H.NotoDownloader, H.SkiaFontCollection, H._RegisteredFont, H.ImageCodecException, H.CkImage, H.AnimatedImageFrameInfo, H.IntervalTree, H.IntervalTreeNode, H.Layer, H.PrerollContext, H.PaintContext, H.LayerScene, H.LayerSceneBuilder, H.LayerTree, H.Frame, H.CompositorContext, H.CkNWayCanvas, H.CkPictureRecorder, H.Rasterizer, H.SkiaObjectCache, H.SurfaceFrame, H.Surface, H.CkSurface, H.CkParagraphStyle, H.CkTextStyle, H.CkParagraphBuilder, H._ParagraphCommand, H._ParagraphCommandType, P.Error, H.ClipboardMessageHandler, H.ClipboardAPICopyStrategy, H.ClipboardAPIPasteStrategy, H.ExecCommandCopyStrategy, H.ExecCommandPasteStrategy, H.DomRenderer, H._SaveStackEntry, H._SaveClipEntry, H._SaveElementStackEntry, H.SaveElementStackTracking, H.FrameReference, H.CrossFrameCache, H._CrossFrameCacheItem, H.SurfaceCanvas, H._DomClip, H.PersistedSurface, H.SurfacePaint, H.SurfacePaintData, H.Conic, H._QuadBounds, H._ConicBounds, H._ConicPair, H._CubicBounds, H.SurfacePath, H._SkQuadCoefficients, H.PathRef, H.PathRefIterator, H._QuadRoots, H.PathWinding, H.PathIterator, H._PaintRequest, H.RecordingCanvas, H.PaintCommand, H._PaintBounds, H.RenderStrategy, H._WebGlRenderer, H._GlProgram, H._GlContext, H._OffScreenCanvas, H.SurfaceScene, H.SurfaceSceneBuilder, H.NormalizedGradient, H.EngineGradient, H.ShaderBuilder, H.ShaderMethod, H.ShaderDeclaration, H.PersistedSurfaceState, H._PersistedSurfaceMatch, H.HtmlCodec, H.SingleFrameInfo, H.HtmlImage, H.Keyboard, H.KeyboardBinding, H.FlutterHtmlKeyboardEvent, H.KeyboardConverter, H.MouseCursor, H.BrowserHistory, H.UrlStrategy, H.PlatformLocation, H.EnginePictureRecorder, H.EnginePicture, P.PlatformDispatcher, H.PointerBinding, H.PointerSupportDetector, H._BaseAdapter, H._WheelEventListenerMixin, H._SanitizedDetails, H._ButtonSanitizer, H._PointerState, H.PointerDataConverter, H.Profiler, H.Instrumentation, H.AccessibilityAnnouncements, H._CheckableKind, H.RoleManager, H.SemanticsUpdate, H.SemanticsNodeUpdate, H.Role, H.SemanticsObject, H.AccessibilityMode, H.GestureMode, H.EngineSemanticsOwner, H.EnabledState, H.SemanticsHelper, H.SemanticsEnabler, H.DefaultTextEditingStrategy, P._ListBase_Object_ListMixin, H.MethodCall0, H.JSONMessageCodec, H.JSONMethodCodec, H.StandardMessageCodec, H.StandardMethodCodec, H.WriteBuffer0, H.ReadBuffer0, H.SurfaceShadowData, H.CanvasParagraph, H.FlatTextSpan, H.StyleNode, H.CanvasParagraphBuilder, H.FontCollection, H.FontManager, H.TextLayoutService, H.RangeBox, H.LineSegment, H.LineBuilder, H.Spanometer, H.LineCharProperty, H.LineBreakType, H.LineBreakResult, H.RulerHost, H.TextMeasurementService, H.LinesCalculator, H.MaxIntrinsicCalculator, H.TextPaintService, H.EngineLineMetrics, H.DomParagraph, H.EngineParagraphStyle, H.EngineTextStyle, H.EngineStrutStyle, H.DomParagraphBuilder, H.ParagraphGeometricStyle, H.TextHeightStyle, H.TextDimensions, H.TextHeightRuler, H.ParagraphRuler, H.MeasurementResult, H._ComparisonResult, H.UnicodeRange, H.UnicodePropertyLookup, H.WordCharProperty, H._FindBreakDirection, H.BrowserAutofillHints, H.EngineInputType, H.TextCapitalization, H.TextCapitalizationConfig, H.EngineAutofillForm, H.AutofillInfo, H.EditingState, H.InputConfiguration, H.TextInputCommand, H.TextEditingChannel, H.HybridTextEditing, H.EditableTextStyle, H.EditableTextGeometry, H.TransformKind, H.Matrix40, H.Vector30, H.WebExperiments, P.FlutterView, H.WindowPadding, H.JS_CONST, H.HttpException, H._HeaderValue, J.ArrayIterator, H._CopyingBytesBuilder, H.CastIterator, P.MapMixin, H.ListIterator, P.Iterator, H.ExpandIterator, H.EmptyIterator, H.FollowedByIterator, H.WhereTypeIterator, H.FixedLengthListMixin, H.UnmodifiableListMixin, H.Symbol, P.MapView, H.ConstantMap, H.JSInvocationMirror, H.TypeErrorDecoder, H.NullThrownFromJavaScriptException, H.ExceptionAndStackTrace, H._StackTrace, H._Required, H.LinkedHashMapCell, H.LinkedHashMapKeyIterator, H.JSSyntaxRegExp, H._MatchImplementation, H._AllMatchesIterator, H.StringMatch, H._StringAllMatchesIterator, H.Rti, H._FunctionParameters, H._Type, P._TimerImpl, P._AsyncAwaitCompleter, P._AsyncStarStreamController, P._IterationMarker, P._SyncStarIterator, P.AsyncError, P.Stream, P._BufferingStreamSubscription, P._BroadcastStreamController, P.TimeoutException, P._Completer, P._FutureListener, P._Future, P._AsyncCallbackEntry, P.StreamSubscription, P.StreamTransformerBase, P._StreamController, P._SyncStreamControllerDispatch, P._AsyncStreamControllerDispatch, P._StreamSinkWrapper0, P._AddStreamState, P._PendingEvents, P._DelayedEvent, P._DelayedDone, P._DoneStreamSubscription, P._BroadcastSubscriptionWrapper, P._StreamIterator, P._EventSinkWrapper, P._HandlerEventSink, P._ZoneFunction, P._RunNullaryZoneFunction, P._RunUnaryZoneFunction, P._RunBinaryZoneFunction, P._RegisterNullaryZoneFunction, P._RegisterUnaryZoneFunction, P._RegisterBinaryZoneFunction, P._ZoneSpecification, P._ZoneDelegate, P._Zone, P._HashMapKeyIterator, P.__SetBase_Object_SetMixin, P._HashSetIterator, P._LinkedHashSetCell, P._LinkedHashSetIterator, P.IterableMixin, P._LinkedListIterator, P.LinkedListEntry, P.ListMixin, P._MapBaseValueIterator, P._UnmodifiableMapMixin, P._DoubleLink, P._DoubleLinkedQueueIterator, P._ListQueueIterator, P.SetMixin, P._UnmodifiableSetMixin, P._SplayTreeNode, P._SplayTree, P._SplayTreeIterator, P.Codec0, P._Base64Encoder, P._Base64Decoder, P.ChunkedConversionSink, P._JsonStringifier, P._JsonPrettyPrintMixin, P._Utf8Encoder, P._Utf8Decoder, P._BigIntImpl, P.Comparable, P.DateTime, P.Duration, P.OutOfMemoryError, P.StackOverflowError, P._Exception, P.FormatException, P.IntegerDivisionByZeroException, P.Expando, P.MapEntry, P.Null, P._StringStackTrace, P.Stopwatch, P.RuneIterator, P.StringBuffer, P._Uri, P.UriData, P._SimpleUri, P.ServiceExtensionResponse, P.TimelineTask, P._AsyncBlock, W.CssStyleDeclarationBase, W._WrappedEvent, W._BeforeUnloadEventStreamProvider, W.EventStreamProvider, W._Html5NodeValidator, W.ImmutableListMixin, W.NodeValidatorBuilder, W._SimpleNodeValidator, W._SvgNodeValidator, W.FixedSizeListIterator, W.Console, W._DOMWindowCrossFrame, W._SameOriginUriPolicy, W._ValidatingTreeSanitizer, P._StructuredClone, P._AcceptStructuredClone, P.OSError, P.FileSystemEntity, P.FileMode, P.FileSystemException, P.FileSystemEntityType, P.JsObject, P.NullRejectionException, P._JSRandom, P._Random, P.Point, P._RectangleBase, P.Endian, P.ClipOp, P.PathFillType, P._StoredMessage, P._Channel, P.ChannelBuffers, P.OffsetBase, P.Rect, P.Radius, P.RRect, P._HashEnd, P.KeyEventType, P.KeyData, P.Color, P.StrokeCap, P.StrokeJoin, P.PaintingStyle, P.BlendMode, P.Clip, P.BlurStyle, P.MaskFilter, P.FilterQuality, P.ImageByteFormat, P.Shadow, P.PlatformConfiguration, P.ViewConfiguration, P.FrameTiming, P.AppLifecycleState, P.Locale, P.PointerChange, P.PointerDeviceKind, P.PointerSignalKind, P.PointerData, P.PointerDataPacket, P.SemanticsAction, P.SemanticsFlag, P.SemanticsUpdateBuilder, P.FontStyle, P.PlaceholderAlignment, P.FontWeight, P.FontFeature, P.TextAlign, P.TextBaseline, P.TextDecoration, P.TextDecorationStyle, P.TextDirection, P.TextBox, P.TextAffinity, P.TextPosition, P.TextRange, P.ParagraphConstraints, P.BoxHeightStyle, P.BoxWidthStyle, P.TileMode, P.AccessibilityFeatures, P.Brightness, P.CallbackHandle, P.PlatformViewRegistry, D.GZipEncoder, T.InputStreamBase, Q.OutputStreamBase, T.Deflate, T._DeflaterConfig, T._HuffmanTree, T._StaticTree, Y.HuffmanTable, S.Inflate, Y._DiagnosticableTree_Object_Diagnosticable, N._State_Object_Diagnosticable, Q.BoardViewController, Q.CopyOnWriteList, A.CopyOnWriteSet, D.BuiltList, D.ListBuilder, R.BuiltListMultimap, R.ListMultimapBuilder, A.BuiltMap, A.MapBuilder, X.BuiltSet, X.SetBuilder, M.BuiltSetMultimap, M.SetMultimapBuilder, Y.EnumClass, Y.IndentingBuiltValueToStringHelper, A.JsonObject, U.FullType, O.BigIntSerializer, R.BoolSerializer, Y.BuiltJsonSerializers, Y.BuiltJsonSerializersBuilder, R.BuiltListMultimapSerializer, K.BuiltListSerializer, K.BuiltMapSerializer, R.BuiltSetMultimapSerializer, O.BuiltSetSerializer, Z.DateTimeSerializer, D.DoubleSerializer, K.DurationSerializer, Q.Int64Serializer, B.IntSerializer, O.JsonObjectSerializer, S.NullSerializer, K.NumSerializer, K.RegExpSerializer, M.StringSerializer, O.UriSerializer, T.StandardJsonPlugin, M.ImageProvider, Z.ImageRenderMethodForWeb, L._ImageStreamCompleter_Object_Diagnosticable, T.StringCharacterRange, A.Breaks, A.BackBreaks, X.BaseChart0, B.BaseSeriesRenderer, B.BaseBarRendererElement, B.BaseAnimatedBar, X.LayoutViewConfig, T.ConstCornerStrategy, A.BarGroupingType, M.AxisOrientation, M.ImmutableAxis, S.Tick, V.CollisionReport, R.BaseRenderSpec, R.BaseTickDrawStrategy, R._PixelVerticalDirection, Y.NoneDrawStrategy, K.LinearScale, U.LinearScaleDomainInfo, A.LinearScaleFunction, O.LinearScaleViewportSettings, L.NumericExtents, K.BaseTickProvider, A._TickStepInfo, A.OrdinalScaleDomainInfo, B.Scale, B.ScaleOutputExtent, B.RangeBandType, B.RangeBandConfig, B.StepSizeType, B.StepSizeConfig, B.Extents, E.SimpleOrdinalScale, T.AxisSpec, T.TextStyleSpec, T.LineStyleSpec, T.TickLabelAnchor, T.TickLabelJustification, B.SimpleTickFormatterBase, O.AutoAdjustingDateTimeTickProvider, D.BaseTimeStepper, D._TimeStepIteratorImpl, F.DateTimeTickFormatter, R.TimeTickFormatterImpl, R.CalendarField, X.LifecycleListener, O.BehaviorPosition, O.OutsideJustification, O.InsideJustification, O.DomainHighlighter0, D.Legend, D.LegendState, D.LegendTapHandling, K.LegendEntryBase, O.LegendDefaultMeasure, V.PerSeriesLegendEntryGenerator, E.LinePointHighlighter0, X.LayoutView, K.NullablePoint, E._PointRendererElement, E._AnimatedPoint, E.LinePointHighlighterFollowLineType, Z.SelectNearest0, Z.SelectionMode, S.SelectionTrigger, G.CanvasRect, G.CanvasBarStack, S.FillPatternType, L.DatumDetails, N.ImmutableSeries, D.SelectionModel, D.SelectionModelType, R.SeriesDatum, O.TypedRegistry, N.IdentityConverter, M.LayoutConfig, M.MarginSpec, D.LayoutManagerImpl, D._MeasuredSizes, B.SizeList, B._DesiredViewSizes, B.VerticalMarginStrategy, B.HorizontalMarginStrategy, X.LayoutPosition, X.ViewMargin, X.ViewMeasuredSizes, T._LineRendererElement, T._AnimatedLine, T._AreaRendererElement, T._AnimatedArea, T._AnimatedElements, T._Range, K.Color0, Z.LocalDateTimeFactory, N.GestureListener, A.Palette, G.ProxyGestureListener, D.MaterialStyle, M.StyleFactory, B.BaseSymbolRenderer, Q.TextDirection0, Q.MaxWidthStrategy, X.TextMeasurement, O.TypedKey, F.Series, O.ChartBehavior, O.GestureType, Y.BaseLegendContentBuilder, M.SimpleLegendEntryLayout, L.TabularLegendLayout, S.ChartCanvas, B.AbstractNode, B.Listenable, K.ChartGestureDetector, A.GraphicsFactory, X.LineStyle, F.SelectionModelConfig, B.SymbolRendererCanvas, Q.TextElement, A.TextStyle0, B.MultiChildLayoutDelegate, E._HorizontalJustification, E.Clock, M.CanonicalizedMap, U.DefaultEquality, U.IterableEquality, U.ListEquality, U._UnorderedEquality, U._MapEntry, U.MapEquality, U.DeepCollectionEquality, Y.HeapPriorityQueue, R.XFileBase, D.Enum, E.Clock0, U.MemoryFileSystemEntity, T._FileSink, M.MemoryFileStat, E.FileSystem0, B.Node0, Z.FileSystemOp, O.FileSystemStyle, R.DirectoryAddOnsMixin, S._LinuxCodes, S._MacOSCodes, S._WindowsCodes, E.PlatformInterface, G.FileType, K.FilePickerResult, T.PlatformFile, V.Int64, X.AnimationStatus, G._AnimationDirection, G.AnimationBehavior, T.Simulation, S.AnimationWithParentMixin, S._TrainHoppingMode, Z.ParametricCurve, S.AnimationLazyListenerMixin, S.AnimationEagerListenerMixin, S.AnimationLocalListenersMixin, S.AnimationLocalStatusListenersMixin, R.Animatable, Y.TweenSequenceItem, Y._Interval, F.TextSelectionControls, T._IconThemeData_Object_Diagnosticable, K.CupertinoUserInterfaceLevelData, L.LocalizationsDelegate, L.DefaultCupertinoLocalizations, D._CupertinoBackGestureController, Z._Decoration_Object_Diagnosticable, Z.BoxPainter, R._CupertinoTextThemeData_Object_Diagnosticable, R._TextThemeDefaultsBuilder, K.NoDefaultCupertinoThemeData, K._CupertinoThemeDefaults, K._CupertinoTextThemeDefaults, A.CupertinoThumbPainter, Y.DiagnosticsNode, U._FlutterErrorDetails_Object_Diagnosticable, N.BindingBase, B.ChangeNotifier, Y.DiagnosticLevel, Y.DiagnosticsTreeStyle, Y.TextTreeConfiguration, Y._WordWrapParseMode, Y._PrefixedStringBuilder, Y._NoDefaultValue, Y.TextTreeRenderer, Y.DiagnosticPropertiesBuilder, Y.Diagnosticable, Y.DiagnosticableTreeMixin, D.Key, D._TypeLiteral, F.LicenseParagraph, F.LicenseEntry, F._LicenseEntryWithLineBreaksParserState, T.TargetPlatform, G.WriteBuffer, G.ReadBuffer, R.StackFrame, O.SynchronousFuture, D.GestureDisposition, D.GestureArenaMember, D.GestureArenaEntry, D._GestureArena, D.GestureArenaManager, N._Resampler, N.GestureBinding, V.Drag, O.DragDownDetails, O.DragStartDetails, O.DragUpdateDetails, O.DragEndDetails, F._PointerEvent_Object_Diagnosticable, F._PointerEventDescription, F._AbstractPointerEvent, F._CopyPointerAddedEvent, F._CopyPointerRemovedEvent, F._CopyPointerHoverEvent, F._CopyPointerEnterEvent, F._CopyPointerExitEvent, F._CopyPointerDownEvent, F._CopyPointerMoveEvent, F._CopyPointerUpEvent, F._CopyPointerScrollEvent, F._CopyPointerCancelEvent, K._ForceState, K.ForcePressDetails, O.HitTestEntry, O._TransformPart, O.HitTestResult, T.LongPressStartDetails, T.LongPressMoveUpdateDetails, T.LongPressEndDetails, B._Vector, B._Matrix, B.PolynomialFit, B.LeastSquaresSolver, O._DragState, V.MultiDragPointerState, F._CountdownZoned, F._TapTracker, O.PointerRouter, G.PointerSignalResolver, S.DragStartBehavior, S.GestureRecognizerState, S.OffsetPair, B._ScaleState, B.ScaleStartDetails, B.ScaleUpdateDetails, B.ScaleEndDetails, B._LineBetweenPointers, N.TapDownDetails, N.TapUpDetails, V._CombiningGestureArenaEntry, V.GestureArenaTeam, R.Velocity, R.VelocityEstimate, R._PointAtTime, R.VelocityTracker, A._LicenseData, A._DetailArguments, A._ActionLevel, A._LayoutMode, A._Focus, A._MasterDetailFlowProxy, S.ThemeMode, K.ScrollBehavior, T.SingleChildLayoutDelegate, U.SliverPersistentHeaderDelegate, V._AppBarTheme_Object_Diagnosticable, D._CornerId, D._Diagonal, Q._MaterialBannerThemeData_Object_Diagnosticable, D._BottomAppBarTheme_Object_Diagnosticable, M._BottomNavigationBarThemeData_Object_Diagnosticable, X._BottomSheetThemeData_Object_Diagnosticable, M._ButtonBarThemeData_Object_Diagnosticable, A._ButtonStyle_Object_Diagnosticable, A._LerpProperties3, A._LerpSides, A._LerpShapes, A._MouseCursor_Object_Diagnosticable, M.ButtonTextTheme, M.ButtonBarLayoutBehavior, M._ButtonThemeData_Object_Diagnosticable, B.SliverGridDelegate, A._CardTheme_Object_Diagnosticable, F._CheckboxThemeData_Object_Diagnosticable, F._LerpProperties1, K._ChipThemeData_Object_Diagnosticable, A._ColorScheme_Object_Diagnosticable, S.DataColumn, S.DataRow, S.DataCell, S.TableColumnWidth, Z._DataTableThemeData_Object_Diagnosticable, Z._LerpProperties2, Q.DatePickerEntryMode, Q.DatePickerMode, K.Route, Y._DialogTheme_Object_Diagnosticable, G._DividerThemeData_Object_Diagnosticable, Z.DrawerAlignment, K._DropdownRouteResult, K._MenuLimits, V.MaterialStateProperty, T._ElevatedButtonThemeData_Object_Diagnosticable, D.ExpansionPanel, E._DefaultHeroTag, A.FloatingActionButtonLocation, A.FabTopOffsetY, A.FabFloatOffsetY, A.FabDockedOffsetY, A.FabEndOffsetX, A.FloatingActionButtonAnimator, S._FloatingActionButtonThemeData_Object_Diagnosticable, M.InkFeature, R.InteractiveInkFeatureFactory, R._HighlightType, Y.ShapeBorder, L.FloatingLabelBehavior, L._DecorationSlot, L._Decoration, L._RenderDecorationLayout, L.InputDecoration, L._InputDecorationTheme_Object_Diagnosticable, Q.ListTileStyle, Q.ListTileControlAffinity, Q._ListTileSlot, M.MaterialType, U.DefaultMaterialLocalizations, V.MaterialState, V._MaterialStatePropertyWith, V._MaterialStatePropertyAll, B.MergeableMaterialItem, B._AnimationTuple, E._NavigationRailThemeData_Object_Diagnosticable, U._OutlinedButtonThemeData_Object_Diagnosticable, V.MaterialRouteTransitionMixin, K.PageTransitionsBuilder, K._PageTransitionsTheme_Object_Diagnosticable, R._PopupMenuThemeData_Object_Diagnosticable, U._ActivityIndicatorType, T._RadioThemeData_Object_Diagnosticable, T._LerpProperties0, N._RefreshIndicatorMode, N.RefreshIndicatorTriggerMode, M._ScaffoldSlot, M.ScaffoldPrelayoutGeometry, M.ScaffoldGeometry, K.Constraints, M.ScaffoldFeatureController, X._ScrollbarThemeData_Object_Diagnosticable, X._LerpProperties4, F.TextSelectionGestureDetectorBuilder, Q._SliderThemeData_Object_Diagnosticable, N.SnackBarClosedReason, K._SnackBarThemeData_Object_Diagnosticable, N._SwitchType, O._SwitchListTileType, R._SwitchThemeData_Object_Diagnosticable, R._LerpProperties, U._TabBarTheme_Object_Diagnosticable, T._TextButtonThemeData_Object_Diagnosticable, R._TextSelectionThemeData_Object_Diagnosticable, R._TextTheme_Object_Diagnosticable, X.MaterialTapTargetSize, X._ThemeData_Object_Diagnosticable, X._IdentityThemeDataCacheKey, X._FifoCache, X._VisualDensity_Object_Diagnosticable, Z.DayPeriod, Z.TimeOfDay, Z.TimeOfDayFormat, Z.HourFormat, M._TimePickerMode, M.TimePickerEntryMode, M._TimePickerFragmentContext, M._TappableLabel, A._TimePickerThemeData_Object_Diagnosticable, S._ToggleButtonsThemeData_Object_Diagnosticable, F.ToggleableStateMixin, T._TooltipThemeData_Object_Diagnosticable, U.ScriptCategory, U._Typography_Object_Diagnosticable, K.AlignmentGeometry, K.TextAlignVertical, G.RenderComparison, G.Axis0, G.VerticalDirection, G.AxisDirection, N.PaintingBinding, K.BorderRadiusGeometry, Y.BorderStyle, Y.BorderSide, F.BoxShape, U.BoxFit, U.FittedSizes, Z.ClipContext, E.ImageSizeInfo, X.ImageRepeat, X.DecorationImage, X.DecorationImagePainter, V.EdgeInsetsGeometry, E.ImageCache, E._CachedImageBase, E._PendingImage, M.ImageConfiguration, M.AssetBundleImageKey, L.ImageInfo, L.ImageStreamListener, L._ImageChunkEvent_Object_Diagnosticable, L._ImageStream_Object_Diagnosticable, L.ImageStreamCompleterHandle, G.Accumulator, G.InlineSpanSemanticsInformation, V.NotchedShape, D.ShaderWarmUp, M._StrutStyle_Object_Diagnosticable, U.PlaceholderDimensions, U.TextWidthBasis, U._CaretMetrics, U.TextPainter, A._TextStyle_Object_Diagnosticable, M.SpringDescription, M.SpringType, M._CriticalSolution, M._OverdampedSolution, M._UnderdampedSolution, N.Tolerance, F.RenderAnimatedSizeState, N.RendererBinding, K.ParentData, S._IntrinsicDimension, S._IntrinsicDimensionsCacheEntry, S.RenderBoxContainerDefaultsMixin, V.CustomPainterSemantics, T.DebugOverflowIndicatorMixin, D.TextSelectionPoint, F.FlexFit, F.MainAxisSize, F.MainAxisAlignment, F.CrossAxisAlignment, F._LayoutSizes, T.AnnotationEntry, T.AnnotationResult, T.LayerLink, A._MouseState, A.__MouseTrackerUpdateDetails_Object_Diagnosticable, K.SemanticsHandle, K.PipelineOwner, K.RenderObjectWithChildMixin, K.ContainerParentDataMixin, K.ContainerRenderObjectMixin, K.RelayoutWhenSystemFontsChangeMixin, K._SemanticsFragment, K._SemanticsGeometry, Q.TextOverflow, G.PlatformViewHitTestBehavior, G._PlatformViewGestureMixin, E.RenderProxyBoxMixin, E.HitTestBehavior, E.RenderAnimatedOpacityMixin, E.DecorationPosition, G.GrowthDirection, G._SliverGeometry_Object_Diagnosticable, G.RenderSliverHelpers, B.SliverGridGeometry, B.SliverGridLayout, F.KeepAliveParentDataMixin, F.RenderSliverWithKeepAliveMixin, U.PersistentHeaderShowOnScreenConfiguration, K.RelativeRect, K.StackFit, K.Overflow, S.TableCellVerticalAlignment, A.ViewConfiguration0, Q.CacheExtentStyle, Q.RevealedOffset, N.ScrollDirection, N.WrapAlignment, N.WrapCrossAlignment, N._RunMetrics, N._TaskEntry, N._FrameCallbackEntry, N.SchedulerPhase, N.SchedulerBinding, V.Priority, M.Ticker, M.TickerFuture, M.TickerCanceled, N.SemanticsBinding, A.SemanticsTag, A.CustomSemanticsAction, A._SemanticsData_Object_Diagnosticable, A._BoxEdge, A._TraversalSortNode, A.SemanticsConfiguration, A.DebugSemanticsDumpOrder, A._SemanticsSortKey_Object_Diagnosticable, E.SemanticsEvent, Q.AssetBundle, F.AutofillConfiguration, N.TextInputConfiguration, F.AutofillScopeMixin, Q.BinaryMessenger, N.ServicesBinding, T.ClipboardData, G._KeyboardKey_Object_Diagnosticable, F.MethodCall, F.PlatformException, F.MissingPluginException, U.StringCodec, U.JSONMessageCodec0, U.JSONMethodCodec0, U.StandardMessageCodec0, U.StandardMethodCodec0, A.MouseCursorManager, A.MouseCursorSession, A.BasicMessageChannel, A.MethodChannel, A.EventChannel, R.PlatformViewsRegistry, R.PlatformViewController, B.KeyboardSide, B.ModifierKey, B.RawKeyEventData, B._RawKeyEvent_Object_Diagnosticable, B.RawKeyboard, B._ModifierSidePair, K.RestorationBucket, X.ApplicationSwitcherDescription, X.SystemUiOverlayStyle, V.SystemSoundType, B.MaxLengthEnforcement, B.TextInputFormatter, N.SmartDashesType, N.SmartQuotesType, N.TextInputType, N.TextInputAction, N.TextCapitalization0, N.FloatingCursorDragState, N.TextEditingValue, N.SelectionChangedCause, N.TextSelectionDelegate, N.TextInputConnection, N.TextInput, U._Intent_Object_Diagnosticable, U._Action_Object_Diagnosticable, U._ActionDispatcher_Object_Diagnosticable, U.CrossFadeState, G._ChildEntry, B.ConnectionState, B.AsyncSnapshot, F.AutofillContextAction, U.Notification0, L.AutomaticKeepAliveClientMixin, N.WidgetsBindingObserver, N.WidgetsBinding, K.DisposableBuildContext, B.DragAnchor, B._DragEndKind, S._DraggableSheetExtent, D.ToolbarOptions, O.KeyEventResult, O.FocusAttachment, O.UnfocusDisposition, O._FocusNode_Object_DiagnosticableTreeMixin, O.FocusHighlightMode, O.FocusHighlightStrategy, O._FocusManager_Object_DiagnosticableTreeMixin, U._FocusTraversalGroupInfo, U.TraversalDirection, U._FocusTraversalPolicy_Object_Diagnosticable, U._DirectionalPolicyDataEntry, U._DirectionalPolicyData, U.DirectionalFocusTraversalPolicyMixin, U.__ReadingOrderSortData_Object_Diagnosticable, U.__ReadingOrderDirectionalGroupData_Object_Diagnosticable, A.AutovalidateMode, N._StateLifecycle, N._ElementLifecycle, N._InactiveElements, N.BuildOwner, N.DebugCreator, N.IndexedSlot, D.GestureRecognizerFactory, D.SemanticsGestureDelegate, T.HeroFlightDirection, T._HeroFlightManifest, T._HeroFlight, K.NavigatorObserver, X.IconData, M.CapturedThemes, A.RenderConstrainedLayoutBuilder, L._Pending, L.DefaultWidgetsLocalizations, F.Orientation, F.MediaQueryData, F.NavigationMode, E._ToolbarSlot, K.RoutePopDisposition, K.RouteSettings, K.RouteTransitionRecord, K.TransitionDelegate, K._RouteLifecycle, K._NavigatorObservation, K._RouteRestorationType, K._RestorationInformation, E.OverflowBarAlignment, L._GlowState, S._StorageEntryIdentifier, S.PageStorageBucket, M._FixedScrollMetrics_Object_ScrollMetrics, L.ScrollPhysics, G.PlatformViewCreationParams, K.RestorationMixin, Z.RouteInformation, T.LocalHistoryEntry, T.LocalHistoryRoute, M.ScrollActivity, M.ScrollDragController, K._WrappedScrollBehavior, M.ScrollMetrics, G.ViewportNotificationMixin, A.ScrollPositionAlignmentPolicy, Y._NBSample, B.ScrollViewKeyboardDismissBehavior, F.ScrollableDetails, F.ScrollIncrementType, X.KeySet, G.SliverChildDelegate, U._RenderSliverPersistentHeaderForWidgetsMixin, S.TableRow, S._TableElementRow, S.__TableSlot_Object_Diagnosticable, F.TextSelectionHandleType, F._TextSelectionHandlePosition, F.TextSelectionOverlay, U.SingleTickerProviderStateMixin, U.TickerProviderStateMixin, N._WidgetInspectorService, N.WidgetInspectorService, N._ElementLocationStatsTracker, N.InspectorSelection, Y.CacheManager, V.ImageCacheManager, D.CacheStore, R.Config, V.FileResponse, A.NonStoringObjectProvider, T.CacheObject, M.MemoryCacheSystem, E.FileService, E.HttpGetResponse, B.QueueItem, Q.WebHelper, Y.GlobalCupertinoLocalizations, U.GlobalMaterialLocalizations, B.GlobalWidgetsLocalizations, A.SlidableRenderingMode, A.SlideActionType, A.SlideActionDelegate, Z.StyledToastPosition, Z.StyledToastAnimation, Q.ToastFuture, Q.ToastManager, L.SuggestionsBoxDecoration, L.TextFieldConfiguration, L._SuggestionsBox, K.GoogleSignInAuthentication, K.GoogleSignInAccount, K.GoogleSignIn, X.GoogleSignInPlatform, G.SignInOption, G.GoogleSignInUserData, G.GoogleSignInTokenData, E.BaseClient, G.BaseRequest, T.BaseResponse, E.ClientException, K.MultipartFile, R.MediaType, L.ImagePicker, Q.CameraDevice, E.ImageSource, B.DateSymbols, B.NumberSymbols, S.DateBuilder, A.DateFormat, A._DateFormatField, U.IntlStream, S.NumberFormat, Q.NumberFormatParseResult, Q.NumberFormatParser, K.StringIterator, X.UninitializedLocaleData, X.LocaleDataException, E.PluralCase, E.InvoiceStatusColors, E.RecurringInvoiceStatusColors, E.CreditStatusColors, E.QuoteStatusColors, E.PaymentStatusColors, E.ExpenseStatusColors, S.FileStorage, O.AccountEntity, O._$AccountEntitySerializer, O.AccountEntityBuilder, T.ClientListResponse, T.ClientItemResponse, T._ClientEntity_Object_BaseEntity, T._ContactEntity_Object_BaseEntity, T._$ClientListResponseSerializer, T._$ClientItemResponseSerializer, T._$ClientEntitySerializer, T._$ContactEntitySerializer, T.ClientListResponseBuilder, T.ClientItemResponseBuilder, T.ClientEntityBuilder, T.ContactEntityBuilder, O.CompanyGatewayListResponse, O.CompanyGatewayItemResponse, O._CompanyGatewayEntity_Object_BaseEntity, O.FeesAndLimitsSettings, O._$CompanyGatewayListResponseSerializer, O._$CompanyGatewayItemResponseSerializer, O._$CompanyGatewayEntitySerializer, O._$FeesAndLimitsSettingsSerializer, O.CompanyGatewayListResponseBuilder, O.CompanyGatewayItemResponseBuilder, O.CompanyGatewayEntityBuilder, O.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, D.CreditListResponse, D.CreditItemResponse, D._$CreditListResponseSerializer, D._$CreditItemResponseSerializer, D.CreditListResponseBuilder, D.CreditItemResponseBuilder, F.DashboardSettings, F._$DateRangeSerializer, F._$DateRangeComparisonSerializer, D.DesignListResponse, D.DesignItemResponse, D.DesignPreviewRequest, D._DesignEntity_Object_BaseEntity, D._$DesignListResponseSerializer, D._$DesignItemResponseSerializer, D._$DesignPreviewRequestSerializer, D._$DesignEntitySerializer, D.DesignListResponseBuilder, D.DesignItemResponseBuilder, D.DesignPreviewRequestBuilder, D.DesignEntityBuilder, D.DocumentListResponse, D.DocumentItemResponse, D._DocumentEntity_Object_BaseEntity, D._$DocumentListResponseSerializer, D._$DocumentItemResponseSerializer, D._$DocumentEntitySerializer, D.DocumentListResponseBuilder, D.DocumentItemResponseBuilder, D.DocumentEntityBuilder, T.EntityStatus, T.EntityStats, T.SelectableEntity, T.BaseEntity, T.BelongsToClient, T.LoginResponse, T.ActivityEntity, T.LedgerEntity, T._$EntityTypeSerializer, T._$EntityStateSerializer, T._$EmailTemplateSerializer, T._$LoginResponseSerializer, T._$ActivityEntitySerializer, T._$LedgerEntitySerializer, T.LoginResponseBuilder, T.ActivityEntityBuilder, T.LedgerEntityBuilder, R.ExpenseCategoryListResponse, R.ExpenseCategoryItemResponse, R._ExpenseCategoryEntity_Object_BaseEntity, R._$ExpenseCategoryListResponseSerializer, R._$ExpenseCategoryItemResponseSerializer, R._$ExpenseCategoryEntitySerializer, R.ExpenseCategoryListResponseBuilder, R.ExpenseCategoryItemResponseBuilder, R.ExpenseCategoryEntityBuilder, M.ExpenseListResponse, M.ExpenseItemResponse, M._ExpenseEntity_Object_BaseEntity, M.ExpenseScheduleEntity, M._ExpenseStatusEntity_Object_EntityStatus, M._$ExpenseListResponseSerializer, M._$ExpenseItemResponseSerializer, M._$ExpenseEntitySerializer, M._$ExpenseScheduleEntitySerializer, M._$ExpenseStatusEntitySerializer, M.ExpenseListResponseBuilder, M.ExpenseItemResponseBuilder, M.ExpenseEntityBuilder, M.ExpenseScheduleEntityBuilder, M.ExpenseStatusEntityBuilder, N.GatewayTokenListResponse, N.GatewayTokenItemResponse, N._GatewayTokenEntity_Object_BaseEntity, N.GatewayTokenMetaEntity, N._$GatewayTokenListResponseSerializer, N._$GatewayTokenItemResponseSerializer, N._$GatewayTokenEntitySerializer, N._$GatewayTokenMetaEntitySerializer, N.GatewayTokenListResponseBuilder, N.GatewayTokenItemResponseBuilder, N.GatewayTokenEntityBuilder, N.GatewayTokenMetaEntityBuilder, Q.GroupListResponse, Q.GroupItemResponse, Q._GroupEntity_Object_BaseEntity, Q._$GroupListResponseSerializer, Q._$GroupItemResponseSerializer, Q._$GroupEntitySerializer, Q.GroupListResponseBuilder, Q.GroupItemResponseBuilder, Q.GroupEntityBuilder, U.HealthCheckResponse, U.HealthCheckPHPResponse, U._$HealthCheckResponseSerializer, U._$HealthCheckPHPResponseSerializer, U.HealthCheckResponseBuilder, U.HealthCheckPHPResponseBuilder, B.PreImportResponse, B.PreImportResponseEntityDetails, B.ImportRequest, B.ImportRequestMapping, B._$PreImportResponseSerializer, B._$PreImportResponseEntityDetailsSerializer, B._$ImportRequestSerializer, B._$ImportRequestMappingSerializer, B.PreImportResponseBuilder, B.PreImportResponseEntityDetailsBuilder, B.ImportRequestBuilder, B.ImportRequestMappingBuilder, Q.InvoiceListResponse, Q.InvoiceItemResponse, Q._InvoiceEntity_Object_BaseEntity, Q.InvoiceItemEntity, Q._InvitationEntity_Object_BaseEntity, Q.InvoiceScheduleEntity, Q.InvoiceHistoryEntity, Q._$InvoiceListResponseSerializer, Q._$InvoiceItemResponseSerializer, Q._$InvoiceEntitySerializer, Q._$InvoiceItemEntitySerializer, Q._$InvitationEntitySerializer, Q._$InvoiceScheduleEntitySerializer, Q._$InvoiceHistoryEntitySerializer, Q.InvoiceListResponseBuilder, Q.InvoiceItemResponseBuilder, Q.InvoiceEntityBuilder, Q.InvoiceItemEntityBuilder, Q.InvitationEntityBuilder, Q.InvoiceScheduleEntityBuilder, Q.InvoiceHistoryEntityBuilder, X.CalculateInvoiceTotal, F.PaymentListResponse, F.PaymentItemResponse, F._PaymentEntity_Object_BaseEntity, F._PaymentableEntity_Object_SelectableEntity, F._$PaymentListResponseSerializer, F._$PaymentItemResponseSerializer, F._$PaymentEntitySerializer, F._$PaymentableEntitySerializer, F.PaymentListResponseBuilder, F.PaymentItemResponseBuilder, F.PaymentEntityBuilder, F.PaymentableEntityBuilder, X.PaymentTermListResponse, X.PaymentTermItemResponse, X._PaymentTermEntity_Object_BaseEntity, X._$PaymentTermListResponseSerializer, X._$PaymentTermItemResponseSerializer, X._$PaymentTermEntitySerializer, X.PaymentTermListResponseBuilder, X.PaymentTermItemResponseBuilder, X.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, G.SettingsEntity, G._$SettingsEntitySerializer, G.SettingsEntityBuilder, A.ColorTheme, L.CountryListResponse, L.CountryItemResponse, L._CountryEntity_Object_SelectableEntity, L._$CountryListResponseSerializer, L._$CountryItemResponseSerializer, L._$CountryEntitySerializer, L.CountryListResponseBuilder, L.CountryItemResponseBuilder, L.CountryEntityBuilder, O.CurrencyListResponse, O.CurrencyItemResponse, O._CurrencyEntity_Object_SelectableEntity, O._$CurrencyListResponseSerializer, O._$CurrencyItemResponseSerializer, O._$CurrencyEntitySerializer, O.CurrencyListResponseBuilder, O.CurrencyItemResponseBuilder, O.CurrencyEntityBuilder, M.DateFormatListResponse, M.DateFormatItemResponse, M._DateFormatEntity_Object_SelectableEntity, M._$DateFormatListResponseSerializer, M._$DateFormatItemResponseSerializer, M._$DateFormatEntitySerializer, M.DateFormatListResponseBuilder, M.DateFormatItemResponseBuilder, M.DateFormatEntityBuilder, F.DatetimeFormatListResponse, F.DatetimeFormatItemResponse, F.DatetimeFormatEntity, F._$DatetimeFormatListResponseSerializer, F._$DatetimeFormatItemResponseSerializer, F._$DatetimeFormatEntitySerializer, F.DatetimeFormatListResponseBuilder, F.DatetimeFormatItemResponseBuilder, F.DatetimeFormatEntityBuilder, K._FontEntity_Object_SelectableEntity, O.IndustryListResponse, O.IndustryItemResponse, O._IndustryEntity_Object_SelectableEntity, O._$IndustryListResponseSerializer, O._$IndustryItemResponseSerializer, O._$IndustryEntitySerializer, O.IndustryListResponseBuilder, O.IndustryItemResponseBuilder, O.IndustryEntityBuilder, F._InvoiceStatusEntity_Object_EntityStatus, F._$InvoiceStatusEntitySerializer, F.InvoiceStatusEntityBuilder, A.LanguageListResponse, A.LanguageItemResponse, A._LanguageEntity_Object_SelectableEntity, A._$LanguageListResponseSerializer, A._$LanguageItemResponseSerializer, A._$LanguageEntitySerializer, A.LanguageListResponseBuilder, A.LanguageItemResponseBuilder, A.LanguageEntityBuilder, S.PaymentTypeListResponse, S.PaymentTypeItemResponse, S._PaymentTypeEntity_Object_SelectableEntity, S._$PaymentTypeListResponseSerializer, S._$PaymentTypeItemResponseSerializer, S._$PaymentTypeEntitySerializer, S.PaymentTypeListResponseBuilder, S.PaymentTypeItemResponseBuilder, S.PaymentTypeEntityBuilder, D.SizeListResponse, D.SizeItemResponse, D._SizeEntity_Object_SelectableEntity, D._$SizeListResponseSerializer, D._$SizeItemResponseSerializer, D._$SizeEntitySerializer, D.SizeListResponseBuilder, D.SizeItemResponseBuilder, D.SizeEntityBuilder, S.StaticDataItemResponse, S.StaticDataEntity, S.TemplateEntity, S._$StaticDataItemResponseSerializer, S._$StaticDataEntitySerializer, S._$TemplateEntitySerializer, S.StaticDataItemResponseBuilder, S.StaticDataEntityBuilder, S.TemplateEntityBuilder, U.TimezoneListResponse, U.TimezoneItemResponse, U._TimezoneEntity_Object_SelectableEntity, U._$TimezoneListResponseSerializer, U._$TimezoneItemResponseSerializer, U._$TimezoneEntitySerializer, U.TimezoneListResponseBuilder, U.TimezoneItemResponseBuilder, U.TimezoneEntityBuilder, X.SubscriptionListResponse, X.SubscriptionItemResponse, X._SubscriptionEntity_Object_BaseEntity, X.WebhookConfigurationEntity, X._$SubscriptionListResponseSerializer, X._$SubscriptionItemResponseSerializer, X._$SubscriptionEntitySerializer, X._$WebhookConfigurationEntitySerializer, X.SubscriptionListResponseBuilder, X.SubscriptionItemResponseBuilder, X.SubscriptionEntityBuilder, X.WebhookConfigurationEntityBuilder, F.SystemLogEntity, F._$SystemLogEntitySerializer, F.SystemLogEntityBuilder, D.TaskListResponse, D.TaskItemResponse, D.TaskTime, D._TaskEntity_Object_BaseEntity, D._$TaskListResponseSerializer, D._$TaskItemResponseSerializer, D._$TaskEntitySerializer, D.TaskListResponseBuilder, D.TaskItemResponseBuilder, D.TaskTimeBuilder, D.TaskEntityBuilder, S.TaskStatusListResponse, S.TaskStatusItemResponse, S._TaskStatusEntity_Object_BaseEntity, S._$TaskStatusListResponseSerializer, S._$TaskStatusItemResponseSerializer, S._$TaskStatusEntitySerializer, S.TaskStatusListResponseBuilder, S.TaskStatusItemResponseBuilder, S.TaskStatusEntityBuilder, T.TaxRateListResponse, T.TaxRateItemResponse, T._TaxRateEntity_Object_BaseEntity, T._$TaxRateListResponseSerializer, T._$TaxRateItemResponseSerializer, T._$TaxRateEntitySerializer, T.TaxRateListResponseBuilder, T.TaxRateItemResponseBuilder, T.TaxRateEntityBuilder, D.TokenListResponse, D.TokenItemResponse, D._TokenEntity_Object_BaseEntity, D._$TokenListResponseSerializer, D._$TokenItemResponseSerializer, D._$TokenEntitySerializer, D.TokenListResponseBuilder, D.TokenItemResponseBuilder, D.TokenEntityBuilder, B.UserListResponse, B.UserItemResponse, B.UserTwoFactorResponse, B.UserTwoFactorData, B.UserCompanyItemResponse, B._UserEntity_Object_BaseEntity, B._$UserListResponseSerializer, B._$UserItemResponseSerializer, B._$UserTwoFactorResponseSerializer, B._$UserTwoFactorDataSerializer, B._$UserCompanyItemResponseSerializer, B._$UserEntitySerializer, B.UserListResponseBuilder, B.UserItemResponseBuilder, B.UserTwoFactorResponseBuilder, B.UserTwoFactorDataBuilder, B.UserCompanyItemResponseBuilder, B.UserEntityBuilder, B.VendorListResponse, B.VendorItemResponse, B._VendorEntity_Object_BaseEntity, B._VendorContactEntity_Object_BaseEntity, B._$VendorListResponseSerializer, B._$VendorItemResponseSerializer, B._$VendorEntitySerializer, B._$VendorContactEntitySerializer, B.VendorListResponseBuilder, B.VendorItemResponseBuilder, B.VendorEntityBuilder, B.VendorContactEntityBuilder, E.WebhookListResponse, E.WebhookItemResponse, E._WebhookEntity_Object_BaseEntity, E._$WebhookListResponseSerializer, E._$WebhookItemResponseSerializer, E._$WebhookEntitySerializer, E.WebhookListResponseBuilder, E.WebhookItemResponseBuilder, E.WebhookEntityBuilder, Z.AuthRepository, G.ClientRepository, Z.CompanyGatewayRepository, T.CreditRepository, L.DesignRepository, S.DocumentRepository0, U.ExpenseCategoryRepository, B.ExpenseRepository, E.GroupRepository, T.InvoiceRepository, L.PaymentRepository, V.PaymentTermRepository, X.PersistenceRepository, U.ProductRepository, X.ProjectRepository, U.QuoteRepository, A.RecurringExpenseRepository, N.RecurringInvoiceRepository, Y.SettingsRepository, L.SubscriptionRepository, Y.TaskRepository, X.TaskStatusRepository, B.TaxRateRepository, A.TokenRepository, Q.UserRepository, V.VendorRepository, G.WebhookRepository, F.WebClient, M.PersistUI, M.PersistData, M.SwitchListTableLayout, M.PopLastHistory, M.DismissNativeWarning, M.ViewMainScreen, M.StartSaving, M.StopSaving, M.LoadStaticSuccess, M.ToggleEditorLayout, M.TogglePreviewSidebar, M.UpdateUserPreferences, M.LoadAccountSuccess, M.ResendConfirmation, M.ResendConfirmationFailure, M.ResendConfirmationSuccess, M.RefreshData, M.RefreshDataSuccess, M.RefreshDataFailure, M.PreviewEntity, M.ClearPreviewStack, M.PopPreviewStack, M.PopFilterStack, M.ClearData, M.ClearLastError, M.DiscardChanges, M.ClearEntityFilter, M.ClearEntitySelection, M.FilterByEntity, M.FilterCompany, T.AppState, T.Credentials, T.SelectionState, T._$AppStateSerializer, T.AppStateBuilder, B.LoadStateRequest, B.LoadStateSuccess, B.OAuthLoginRequest, B.UserLoadUrl, B.UserLoginRequest, B.UserLoginSuccess, B.UserLoginFailure, B.RecoverPasswordRequest, B.RecoverPasswordSuccess, B.RecoverPasswordFailure, B.UserLogout, B.UserLogoutAll, B.UserLogoutAllSuccess, B.UserLogoutAllFailure, B.UserSignUpRequest, B.OAuthSignUpRequest, B.UserVerifiedPassword, B.UserUnverifiedPassword, Z.AuthState, Z._$AuthStateSerializer, Z.AuthStateBuilder, E.ViewClientList, E.ViewClient, E.EditClient, E.EditContact, E.ShowPdfClient, E.UpdateClient, E.LoadClient, E.LoadClients, E.LoadClientRequest, E.LoadClientFailure, E.LoadClientSuccess, E.LoadClientsRequest, E.LoadClientsFailure, E.LoadClientsSuccess, E.AddContact, E.UpdateContact, E.DeleteContact, E.SaveClientRequest, E.SaveClientSuccess, E.AddClientSuccess, E.SaveClientFailure, E.ArchiveClientsRequest, E.ArchiveClientsSuccess, E.ArchiveClientsFailure, E.DeleteClientsRequest, E.DeleteClientsSuccess, E.DeleteClientsFailure, E.RestoreClientsRequest, E.RestoreClientSuccess, E.RestoreClientFailure, E.FilterClients, E.SortClients, E.FilterClientsByState, E.FilterClientsByCustom1, E.FilterClientsByCustom2, E.FilterClientsByCustom3, E.FilterClientsByCustom4, E.StartClientMultiselect, E.AddToClientMultiselect, E.RemoveFromClientMultiselect, E.ClearClientMultiselect, E.SaveClientDocumentRequest, E.SaveClientDocumentFailure, E.UpdateClientTab, F.ClientState, F._ClientUIState_Object_EntityUIState, F._$ClientStateSerializer, F._$ClientUIStateSerializer, F.ClientStateBuilder, F.ClientUIStateBuilder, E.SelectCompany, E.LoadCompanySuccess, E.UpdateCompany, E.SaveCompanyRequest, E.SaveCompanySuccess, E.SaveCompanyFailure, E.AddCompany, E.AddCompanySuccess, E.DeleteCompanyRequest, E.DeleteCompanySuccess, E.DeleteCompanyFailure, E.PurgeDataRequest, E.PurgeDataSuccess, E.PurgeDataFailure, E.UpdateCompanyLanguage, E.SaveCompanyDocumentRequest, E.SaveCompanyDocumentFailure, E.SetDefaultCompanyRequest, E.SetDefaultCompanySuccess, E.SetDefaultCompanyFailure, B.UserCompanyState, B.SettingsUIState, B._$UserCompanyStateSerializer, B._$SettingsUIStateSerializer, B.UserCompanyStateBuilder, B.SettingsUIStateBuilder, Q.ViewCompanyGatewayList, Q.ViewCompanyGateway, Q.EditCompanyGateway, Q.UpdateCompanyGateway, Q.LoadCompanyGateway, Q.LoadCompanyGatewayRequest, Q.LoadCompanyGatewayFailure, Q.LoadCompanyGatewaySuccess, Q.LoadCompanyGatewaysRequest, Q.LoadCompanyGatewaysFailure, Q.LoadCompanyGatewaysSuccess, Q.SaveCompanyGatewayRequest, Q.SaveCompanyGatewaySuccess, Q.AddCompanyGatewaySuccess, Q.SaveCompanyGatewayFailure, Q.ArchiveCompanyGatewayRequest, Q.ArchiveCompanyGatewaySuccess, Q.ArchiveCompanyGatewayFailure, Q.DeleteCompanyGatewayRequest, Q.DeleteCompanyGatewaySuccess, Q.DeleteCompanyGatewayFailure, Q.DisconnectCompanyGatewayRequest, Q.DisconnectCompanyGatewaySuccess, Q.DisconnectCompanyGatewayFailure, Q.RestoreCompanyGatewayRequest, Q.RestoreCompanyGatewaySuccess, Q.RestoreCompanyGatewayFailure, Q.FilterCompanyGatewaysByState, Q.FilterCompanyGatewaysByCustom1, Q.FilterCompanyGatewaysByCustom2, Q.FilterCompanyGatewaysByCustom3, Q.FilterCompanyGatewaysByCustom4, Q.StartCompanyGatewayMultiselect, Q.AddToCompanyGatewayMultiselect, Q.RemoveFromCompanyGatewayMultiselect, Q.ClearCompanyGatewayMultiselect, U.CompanyGatewayState, U._CompanyGatewayUIState_Object_EntityUIState, U._$CompanyGatewayStateSerializer, U._$CompanyGatewayUIStateSerializer, U.CompanyGatewayStateBuilder, U.CompanyGatewayUIStateBuilder, E.ViewCreditList, E.ViewCredit, E.EditCredit, E.ShowEmailCredit, E.ShowPdfCredit, E.EditCreditItem, E.UpdateCredit, E.UpdateCreditClient, E.LoadCredit, E.LoadCredits, E.LoadCreditRequest, E.LoadCreditFailure, E.LoadCreditSuccess, E.LoadCreditsRequest, E.LoadCreditsFailure, E.LoadCreditsSuccess, E.AddCreditContact, E.RemoveCreditContact, E.AddCreditItem, E.MoveCreditItem, E.AddCreditItems, E.UpdateCreditItem, E.DeleteCreditItem, E.SaveCreditRequest, E.SaveCreditSuccess, E.AddCreditSuccess, E.SaveCreditFailure, E.EmailCreditRequest, E.EmailCreditSuccess, E.EmailCreditFailure, E.MarkSentCreditRequest, E.MarkSentCreditSuccess, E.MarkSentCreditFailure, E.BulkEmailCreditsRequest, E.BulkEmailCreditsSuccess, E.BulkEmailCreditsFailure, E.ArchiveCreditsRequest, E.ArchiveCreditsSuccess, E.ArchiveCreditsFailure, E.DeleteCreditsRequest, E.DeleteCreditsSuccess, E.DeleteCreditsFailure, E.DownloadCreditsRequest, E.DownloadCreditsSuccess, E.DownloadCreditsFailure, E.RestoreCreditsRequest, E.RestoreCreditsSuccess, E.RestoreCreditsFailure, E.FilterCredits, E.SortCredits, E.FilterCreditsByState, E.FilterCreditsByCustom1, E.FilterCreditsByCustom2, E.FilterCreditsByCustom3, E.FilterCreditsByCustom4, E.SaveCreditDocumentRequest, E.SaveCreditDocumentFailure, E.StartCreditMultiselect, E.AddToCreditMultiselect, E.RemoveFromCreditMultiselect, E.ClearCreditMultiselect, E.UpdateCreditTab, G.CreditState, G._CreditUIState_Object_EntityUIState, G._$CreditStateSerializer, G._$CreditUIStateSerializer, G.CreditStateBuilder, G.CreditUIStateBuilder, G.ViewDashboard, G.UpdateDashboardSettings, G.UpdateDashboardSelection, G.UpdateDashboardEntityType, G.UpdateDashboardSidebar, O.ChartDataGroup, O.ChartMoneyData, Y.DashboardUIState, Y.DashboardUISettings, Y._$DashboardUIStateSerializer, Y._$DashboardUISettingsSerializer, Y.DashboardUIStateBuilder, Y.DashboardUISettingsBuilder, N.ViewDesignList, N.ViewDesign, N.EditDesign, N.UpdateDesign, N.LoadDesignRequest, N.LoadDesignFailure, N.LoadDesignSuccess, N.LoadDesignsRequest, N.LoadDesignsFailure, N.LoadDesignsSuccess, N.SaveDesignRequest, N.SaveDesignSuccess, N.AddDesignSuccess, N.SaveDesignFailure, N.ArchiveDesignsRequest, N.ArchiveDesignsSuccess, N.ArchiveDesignsFailure, N.DeleteDesignsRequest, N.DeleteDesignsSuccess, N.DeleteDesignsFailure, N.RestoreDesignsRequest, N.RestoreDesignsSuccess, N.RestoreDesignsFailure, N.FilterDesigns, N.SortDesigns, N.FilterDesignsByState, N.FilterDesignsByCustom1, N.FilterDesignsByCustom2, N.FilterDesignsByCustom3, N.FilterDesignsByCustom4, N.StartDesignMultiselect, N.AddToDesignMultiselect, N.RemoveFromDesignMultiselect, N.ClearDesignMultiselect, Y.DesignState, Y._DesignUIState_Object_EntityUIState, Y._$DesignStateSerializer, Y._$DesignUIStateSerializer, Y.DesignStateBuilder, Y.DesignUIStateBuilder, X.UpdateDocument, X.LoadDocumentRequest, X.LoadDocumentFailure, X.LoadDocumentSuccess, X.LoadDocumentsRequest, X.LoadDocumentsFailure, X.LoadDocumentsSuccess, X.ArchiveDocumentRequest, X.ArchiveDocumentSuccess, X.ArchiveDocumentFailure, X.DeleteDocumentRequest, X.DeleteDocumentSuccess, X.DeleteDocumentFailure, X.RestoreDocumentRequest, X.RestoreDocumentSuccess, X.RestoreDocumentFailure, X.FilterDocuments, X.SortDocuments, X.FilterDocumentsByState, X.FilterDocumentsByCustom1, X.FilterDocumentsByCustom2, X.FilterDocumentsByCustom3, X.FilterDocumentsByCustom4, X.StartDocumentMultiselect, X.AddToDocumentMultiselect, X.RemoveFromDocumentMultiselect, X.ClearDocumentMultiselect, Q.DocumentState, Q._DocumentUIState_Object_EntityUIState, Q._$DocumentStateSerializer, Q._$DocumentUIStateSerializer, Q.DocumentStateBuilder, Q.DocumentUIStateBuilder, T.ViewExpenseList, T.ViewExpense, T.EditExpense, T.UpdateExpense, T.LoadExpense, T.LoadExpenses, T.LoadExpenseRequest, T.LoadExpenseFailure, T.LoadExpenseSuccess, T.LoadExpensesRequest, T.LoadExpensesFailure, T.LoadExpensesSuccess, T.SaveExpenseRequest, T.SaveExpenseSuccess, T.AddExpenseSuccess, T.SaveExpenseFailure, T.ArchiveExpenseRequest, T.ArchiveExpenseSuccess, T.ArchiveExpenseFailure, T.DeleteExpenseRequest, T.DeleteExpenseSuccess, T.DeleteExpenseFailure, T.RestoreExpenseRequest, T.RestoreExpenseSuccess, T.RestoreExpenseFailure, T.FilterExpenses, T.SortExpenses, T.FilterExpensesByState, T.FilterExpensesByStatus, T.FilterExpensesByCustom1, T.FilterExpensesByCustom2, T.FilterExpensesByCustom3, T.FilterExpensesByCustom4, T.StartExpenseMultiselect, T.AddToExpenseMultiselect, T.RemoveFromExpenseMultiselect, T.ClearExpenseMultiselect, T.SaveExpenseDocumentRequest, T.SaveExpenseDocumentFailure, T.UpdateExpenseTab, R.ExpenseState, R._ExpenseUIState_Object_EntityUIState, R._$ExpenseStateSerializer, R._$ExpenseUIStateSerializer, R.ExpenseStateBuilder, R.ExpenseUIStateBuilder, X.ViewExpenseCategoryList, X.ViewExpenseCategory, X.EditExpenseCategory, X.UpdateExpenseCategory, X.LoadExpenseCategoryRequest, X.LoadExpenseCategoryFailure, X.LoadExpenseCategorySuccess, X.LoadExpenseCategoriesRequest, X.LoadExpenseCategoriesFailure, X.LoadExpenseCategoriesSuccess, X.SaveExpenseCategoryRequest, X.SaveExpenseCategorySuccess, X.AddExpenseCategorySuccess, X.SaveExpenseCategoryFailure, X.ArchiveExpenseCategoriesRequest, X.ArchiveExpenseCategoriesSuccess, X.ArchiveExpenseCategoriesFailure, X.DeleteExpenseCategoriesRequest, X.DeleteExpenseCategoriesSuccess, X.DeleteExpenseCategoriesFailure, X.RestoreExpenseCategoriesRequest, X.RestoreExpenseCategoriesSuccess, X.RestoreExpenseCategoriesFailure, X.FilterExpenseCategories, X.SortExpenseCategories, X.FilterExpenseCategoriesByState, X.FilterExpenseCategoriesByCustom1, X.FilterExpenseCategoriesByCustom2, X.FilterExpenseCategoriesByCustom3, X.FilterExpenseCategoriesByCustom4, X.StartExpenseCategoryMultiselect, X.AddToExpenseCategoryMultiselect, X.RemoveFromExpenseCategoryMultiselect, X.ClearExpenseCategoryMultiselect, Q.ExpenseCategoryState, Q._ExpenseCategoryUIState_Object_EntityUIState, Q._$ExpenseCategoryStateSerializer, Q._$ExpenseCategoryUIStateSerializer, Q.ExpenseCategoryStateBuilder, Q.ExpenseCategoryUIStateBuilder, Q.ViewGroupList, Q.ViewGroup, Q.EditGroup, Q.UpdateGroup, Q.LoadGroup, Q.LoadGroupRequest, Q.LoadGroupFailure, Q.LoadGroupSuccess, Q.LoadGroupsRequest, Q.LoadGroupsFailure, Q.LoadGroupsSuccess, Q.SaveGroupRequest, Q.SaveGroupSuccess, Q.AddGroupSuccess, Q.SaveGroupFailure, Q.ArchiveGroupRequest, Q.ArchiveGroupSuccess, Q.ArchiveGroupFailure, Q.DeleteGroupRequest, Q.DeleteGroupSuccess, Q.DeleteGroupFailure, Q.RestoreGroupRequest, Q.RestoreGroupSuccess, Q.RestoreGroupFailure, Q.FilterGroups, Q.SortGroups, Q.FilterGroupsByState, Q.StartGroupMultiselect, Q.AddToGroupMultiselect, Q.RemoveFromGroupMultiselect, Q.ClearGroupMultiselect, Q.SaveGroupDocumentRequest, Q.SaveGroupDocumentFailure, E.GroupState, E._GroupUIState_Object_EntityUIState, E._$GroupStateSerializer, E._$GroupUIStateSerializer, E.GroupStateBuilder, E.GroupUIStateBuilder, Q.ViewInvoiceList, Q.ViewInvoice, Q.EditInvoice, Q.ShowEmailInvoice, Q.ShowPdfInvoice, Q.EditInvoiceItem, Q.UpdateInvoice, Q.UpdateInvoiceClient, Q.LoadInvoice, Q.LoadInvoices, Q.LoadInvoiceRequest, Q.LoadInvoiceFailure, Q.LoadInvoiceSuccess, Q.LoadInvoicesRequest, Q.LoadInvoicesFailure, Q.LoadInvoicesSuccess, Q.AddInvoiceContact, Q.RemoveInvoiceContact, Q.AddInvoiceItem, Q.MoveInvoiceItem, Q.AddInvoiceItems, Q.UpdateInvoiceItem, Q.DeleteInvoiceItem, Q.SaveInvoiceRequest, Q.SaveInvoiceSuccess, Q.AddInvoiceSuccess, Q.SaveInvoiceFailure, Q.EmailInvoiceRequest, Q.EmailInvoiceSuccess, Q.EmailInvoiceFailure, Q.MarkInvoicesSentRequest, Q.MarkInvoicesSentSuccess, Q.MarkInvoicesSentFailure, Q.BulkEmailInvoicesRequest, Q.BulkEmailInvoicesSuccess, Q.BulkEmailInvoicesFailure, Q.MarkInvoicesPaidRequest, Q.MarkInvoicesPaidSuccess, Q.MarkInvoicesPaidFailure, Q.ReverseInvoicesRequest, Q.ReverseInvoicesSuccess, Q.ReverseInvoicesFailure, Q.CancelInvoicesRequest, Q.CancelInvoicesSuccess, Q.CancelInvoicesFailure, Q.ArchiveInvoicesRequest, Q.ArchiveInvoicesSuccess, Q.ArchiveInvoicesFailure, Q.DeleteInvoicesRequest, Q.DeleteInvoicesSuccess, Q.DeleteInvoicesFailure, Q.DownloadInvoicesRequest, Q.DownloadInvoicesSuccess, Q.DownloadInvoicesFailure, Q.RestoreInvoicesRequest, Q.RestoreInvoicesSuccess, Q.RestoreInvoicesFailure, Q.FilterInvoices, Q.SortInvoices, Q.FilterInvoicesByState, Q.FilterInvoicesByStatus, Q.FilterInvoicesByCustom1, Q.FilterInvoicesByCustom2, Q.FilterInvoicesByCustom3, Q.FilterInvoicesByCustom4, Q.StartInvoiceMultiselect, Q.AddToInvoiceMultiselect, Q.RemoveFromInvoiceMultiselect, Q.ClearInvoiceMultiselect, Q.SaveInvoiceDocumentRequest, Q.SaveInvoiceDocumentFailure, Q.UpdateInvoiceTab, B.InvoiceState, B._InvoiceUIState_Object_EntityUIState, B._$InvoiceStateSerializer, B._$InvoiceUIStateSerializer, B.InvoiceStateBuilder, B.InvoiceUIStateBuilder, Q.ViewPaymentList, Q.ViewPayment, Q.EditPayment, Q.ViewRefundPayment, Q.UpdatePayment, Q.LoadPayment, Q.LoadPayments, Q.LoadPaymentRequest, Q.LoadPaymentFailure, Q.LoadPaymentSuccess, Q.LoadPaymentsRequest, Q.LoadPaymentsFailure, Q.LoadPaymentsSuccess, Q.SavePaymentRequest, Q.SavePaymentSuccess, Q.AddPaymentSuccess, Q.SavePaymentFailure, Q.RefundPaymentRequest, Q.RefundPaymentSuccess, Q.RefundPaymentFailure, Q.ArchivePaymentsRequest, Q.ArchivePaymentsSuccess, Q.ArchivePaymentsFailure, Q.DeletePaymentsRequest, Q.DeletePaymentsSuccess, Q.DeletePaymentsFailure, Q.RestorePaymentsRequest, Q.RestorePaymentsSuccess, Q.RestorePaymentsFailure, Q.EmailPaymentRequest, Q.EmailPaymentSuccess, Q.FilterPayments, Q.SortPayments, Q.FilterPaymentsByState, Q.FilterPaymentsByCustom1, Q.FilterPaymentsByCustom2, Q.FilterPaymentsByCustom3, Q.FilterPaymentsByCustom4, Q.StartPaymentMultiselect, Q.AddToPaymentMultiselect, Q.RemoveFromPaymentMultiselect, Q.ClearPaymentMultiselect, L.PaymentState, L._PaymentUIState_Object_EntityUIState, L._$PaymentStateSerializer, L._$PaymentUIStateSerializer, L.PaymentStateBuilder, L.PaymentUIStateBuilder, D.ViewPaymentTermList, D.ViewPaymentTerm, D.EditPaymentTerm, D.UpdatePaymentTerm, D.LoadPaymentTermRequest, D.LoadPaymentTermFailure, D.LoadPaymentTermSuccess, D.LoadPaymentTermsRequest, D.LoadPaymentTermsFailure, D.LoadPaymentTermsSuccess, D.SavePaymentTermRequest, D.SavePaymentTermSuccess, D.AddPaymentTermSuccess, D.SavePaymentTermFailure, D.ArchivePaymentTermsRequest, D.ArchivePaymentTermsSuccess, D.ArchivePaymentTermsFailure, D.DeletePaymentTermsRequest, D.DeletePaymentTermsSuccess, D.DeletePaymentTermsFailure, D.RestorePaymentTermsRequest, D.RestorePaymentTermsSuccess, D.RestorePaymentTermsFailure, D.FilterPaymentTerms, D.SortPaymentTerms, D.FilterPaymentTermsByState, D.FilterPaymentTermsByCustom1, D.FilterPaymentTermsByCustom2, D.FilterPaymentTermsByCustom3, D.FilterPaymentTermsByCustom4, D.StartPaymentTermMultiselect, D.AddToPaymentTermMultiselect, D.RemoveFromPaymentTermMultiselect, D.ClearPaymentTermMultiselect, N.PaymentTermState, N._PaymentTermUIState_Object_EntityUIState, N._$PaymentTermStateSerializer, N._$PaymentTermUIStateSerializer, N.PaymentTermStateBuilder, N.PaymentTermUIStateBuilder, Z.ViewProductList, Z.ViewProduct, Z.EditProduct, Z.UpdateProduct, Z.LoadProductRequest, Z.LoadProduct, Z.LoadProductSuccess, Z.LoadProductFailure, Z.LoadProducts, Z.LoadProductsRequest, Z.LoadProductsFailure, Z.LoadProductsSuccess, Z.SaveProductRequest, Z.SaveProductSuccess, Z.AddProductSuccess, Z.SaveProductFailure, Z.ArchiveProductsRequest, Z.ArchiveProductsSuccess, Z.ArchiveProductsFailure, Z.DeleteProductsRequest, Z.DeleteProductsSuccess, Z.DeleteProductsFailure, Z.RestoreProductsRequest, Z.RestoreProductsSuccess, Z.RestoreProductsFailure, Z.FilterProducts, Z.SortProducts, Z.FilterProductsByState, Z.FilterProductsByCustom1, Z.FilterProductsByCustom2, Z.FilterProductsByCustom3, Z.FilterProductsByCustom4, Z.StartProductMultiselect, Z.AddToProductMultiselect, Z.RemoveFromProductMultiselect, Z.ClearProductMultiselect, Z.SaveProductDocumentRequest, Z.SaveProductDocumentFailure, Z.UpdateProductTab, Y.ProductState, Y._ProductUIState_Object_EntityUIState, Y._$ProductStateSerializer, Y._$ProductUIStateSerializer, Y.ProductStateBuilder, Y.ProductUIStateBuilder, M.ViewProjectList, M.ViewProject, M.EditProject, M.UpdateProject, M.LoadProject, M.LoadProjects, M.LoadProjectRequest, M.LoadProjectFailure, M.LoadProjectSuccess, M.LoadProjectsRequest, M.LoadProjectsFailure, M.LoadProjectsSuccess, M.SaveProjectRequest, M.SaveProjectSuccess, M.AddProjectSuccess, M.SaveProjectFailure, M.ArchiveProjectRequest, M.ArchiveProjectSuccess, M.ArchiveProjectFailure, M.DeleteProjectRequest, M.DeleteProjectSuccess, M.DeleteProjectFailure, M.RestoreProjectRequest, M.RestoreProjectSuccess, M.RestoreProjectFailure, M.FilterProjects, M.SortProjects, M.FilterProjectsByState, M.FilterProjectsByCustom1, M.FilterProjectsByCustom2, M.FilterProjectsByCustom3, M.FilterProjectsByCustom4, M.StartProjectMultiselect, M.AddToProjectMultiselect, M.RemoveFromProjectMultiselect, M.ClearProjectMultiselect, M.SaveProjectDocumentRequest, M.SaveProjectDocumentFailure, M.UpdateProjectTab, D.ProjectState, D._ProjectUIState_Object_EntityUIState, D._$ProjectStateSerializer, D._$ProjectUIStateSerializer, D.ProjectStateBuilder, D.ProjectUIStateBuilder, E.ViewQuoteList, E.ViewQuote, E.EditQuote, E.ShowEmailQuote, E.ShowPdfQuote, E.EditQuoteItem, E.UpdateQuote, E.UpdateQuoteClient, E.LoadQuote, E.LoadQuotes, E.LoadQuoteRequest, E.LoadQuoteFailure, E.LoadQuoteSuccess, E.LoadQuotesRequest, E.LoadQuotesFailure, E.LoadQuotesSuccess, E.AddQuoteContact, E.RemoveQuoteContact, E.AddQuoteItem, E.MoveQuoteItem, E.AddQuoteItems, E.UpdateQuoteItem, E.DeleteQuoteItem, E.SaveQuoteRequest, E.SaveQuoteSuccess, E.AddQuoteSuccess, E.SaveQuoteFailure, E.EmailQuoteRequest, E.EmailQuoteSuccess, E.EmailQuoteFailure, E.MarkSentQuotesRequest, E.MarkSentQuoteSuccess, E.MarkSentQuoteFailure, E.BulkEmailQuotesRequest, E.BulkEmailQuotesSuccess, E.BulkEmailQuotesFailure, E.ArchiveQuotesRequest, E.ArchiveQuotesSuccess, E.ArchiveQuotesFailure, E.DeleteQuotesRequest, E.DeleteQuotesSuccess, E.DeleteQuotesFailure, E.DownloadQuotesRequest, E.DownloadQuotesSuccess, E.DownloadQuotesFailure, E.RestoreQuotesRequest, E.RestoreQuotesSuccess, E.RestoreQuotesFailure, E.FilterQuotes, E.SortQuotes, E.FilterQuotesByState, E.FilterQuotesByStatus, E.FilterQuotesByCustom1, E.FilterQuotesByCustom2, E.FilterQuotesByCustom3, E.FilterQuotesByCustom4, E.ConvertQuotes, E.ConvertQuoteSuccess, E.ConvertQuoteFailure, E.SaveQuoteDocumentRequest, E.SaveQuoteDocumentFailure, E.StartQuoteMultiselect, E.AddToQuoteMultiselect, E.RemoveFromQuoteMultiselect, E.ClearQuoteMultiselect, E.UpdateQuoteTab, G.QuoteState, G._QuoteUIState_Object_EntityUIState, G._$QuoteStateSerializer, G._$QuoteUIStateSerializer, G.QuoteStateBuilder, G.QuoteUIStateBuilder, U.ViewRecurringExpenseList, U.ViewRecurringExpense, U.EditRecurringExpense, U.UpdateRecurringExpense, U.LoadRecurringExpense, U.LoadRecurringExpenses, U.LoadRecurringExpenseRequest, U.LoadRecurringExpenseFailure, U.LoadRecurringExpenseSuccess, U.LoadRecurringExpensesRequest, U.LoadRecurringExpensesFailure, U.LoadRecurringExpensesSuccess, U.SaveRecurringExpenseRequest, U.SaveRecurringExpenseSuccess, U.AddRecurringExpenseSuccess, U.SaveRecurringExpenseFailure, U.ArchiveRecurringExpensesRequest, U.ArchiveRecurringExpensesSuccess, U.ArchiveRecurringExpensesFailure, U.DeleteRecurringExpensesRequest, U.DeleteRecurringExpensesSuccess, U.DeleteRecurringExpensesFailure, U.RestoreRecurringExpensesRequest, U.RestoreRecurringExpensesSuccess, U.RestoreRecurringExpensesFailure, U.FilterRecurringExpenses, U.SortRecurringExpenses, U.FilterRecurringExpensesByState, U.FilterRecurringExpensesByCustom1, U.FilterRecurringExpensesByCustom2, U.FilterRecurringExpensesByCustom3, U.FilterRecurringExpensesByCustom4, U.StartRecurringExpenseMultiselect, U.AddToRecurringExpenseMultiselect, U.RemoveFromRecurringExpenseMultiselect, U.ClearRecurringExpenseMultiselect, U.UpdateRecurringExpenseTab, U.StartRecurringExpensesRequest, U.StartRecurringExpensesSuccess, U.StartRecurringExpensesFailure, U.StopRecurringExpensesRequest, U.StopRecurringExpensesSuccess, U.StopRecurringExpensesFailure, U.SaveRecurringExpenseDocumentRequest, U.SaveRecurringExpenseDocumentFailure, K.RecurringExpenseState, K._RecurringExpenseUIState_Object_EntityUIState, K._$RecurringExpenseStateSerializer, K._$RecurringExpenseUIStateSerializer, K.RecurringExpenseStateBuilder, K.RecurringExpenseUIStateBuilder, N.ViewRecurringInvoiceList, N.ViewRecurringInvoice, N.EditRecurringInvoice, N.ShowPdfRecurringInvoice, N.EditRecurringInvoiceItem, N.UpdateRecurringInvoice, N.UpdateRecurringInvoiceClient, N.LoadRecurringInvoice, N.LoadRecurringInvoices, N.LoadRecurringInvoiceRequest, N.LoadRecurringInvoiceFailure, N.LoadRecurringInvoiceSuccess, N.LoadRecurringInvoicesRequest, N.LoadRecurringInvoicesFailure, N.LoadRecurringInvoicesSuccess, N.AddRecurringInvoiceContact, N.RemoveRecurringInvoiceContact, N.SaveRecurringInvoiceRequest, N.SaveRecurringInvoiceSuccess, N.AddRecurringInvoiceSuccess, N.AddRecurringInvoiceItem, N.MoveRecurringInvoiceItem, N.AddRecurringInvoiceItems, N.UpdateRecurringInvoiceItem, N.DeleteRecurringInvoiceItem, N.SaveRecurringInvoiceFailure, N.ArchiveRecurringInvoicesRequest, N.ArchiveRecurringInvoicesSuccess, N.ArchiveRecurringInvoicesFailure, N.DeleteRecurringInvoicesRequest, N.DeleteRecurringInvoicesSuccess, N.DeleteRecurringInvoicesFailure, N.RestoreRecurringInvoicesRequest, N.RestoreRecurringInvoicesSuccess, N.RestoreRecurringInvoicesFailure, N.FilterRecurringInvoices, N.SortRecurringInvoices, N.FilterRecurringInvoicesByState, N.FilterRecurringInvoicesByStatus, N.FilterRecurringInvoicesByCustom1, N.FilterRecurringInvoicesByCustom2, N.FilterRecurringInvoicesByCustom3, N.FilterRecurringInvoicesByCustom4, N.SaveRecurringInvoiceDocumentRequest, N.SaveRecurringInvoiceDocumentFailure, N.StartRecurringInvoicesRequest, N.StartRecurringInvoicesSuccess, N.StartRecurringInvoicesFailure, N.StopRecurringInvoicesRequest, N.StopRecurringInvoicesSuccess, N.StopRecurringInvoicesFailure, N.StartRecurringInvoiceMultiselect, N.AddToRecurringInvoiceMultiselect, N.RemoveFromRecurringInvoiceMultiselect, N.ClearRecurringInvoiceMultiselect, N.UpdateRecurringInvoiceTab, Q.RecurringInvoiceState, Q._RecurringInvoiceUIState_Object_EntityUIState, Q._$RecurringInvoiceStateSerializer, Q._$RecurringInvoiceUIStateSerializer, Q.RecurringInvoiceStateBuilder, Q.RecurringInvoiceUIStateBuilder, K.ViewReports, K.UpdateReportSettings, G.ReportsUIState, G._$ReportsUIStateSerializer, G.ReportsUIStateBuilder, L.ViewSettings, L.ClearSettingsFilter, L.ResetSettings, L.UpdateSettings, L.UpdateSettingsTab, L.UpdatedSetting, L.UpdateSettingsTemplate, L.UpdateUserSettings, L.UploadLogoRequest, L.UploadLogoFailure, L.SaveUserSettingsRequest, L.SaveUserSettingsSuccess, L.SaveUserSettingsFailure, L.SaveAuthUserRequest, L.SaveAuthUserSuccess, L.SaveAuthUserFailure, L.ConnecOAuthUserRequest, L.ConnecOAuthUserSuccess, L.ConnecOAuthUserFailure, L.DisableTwoFactorRequest, L.DisableTwoFactorSuccess, L.DisableTwoFactorFailure, L.ConnecGmailUserSuccess, L.ConnecGmailUserFailure, L.FilterSettings, B.StaticState, B._$StaticStateSerializer, B.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, M.SubscriptionState, M._SubscriptionUIState_Object_EntityUIState, M._$SubscriptionStateSerializer, M._$SubscriptionUIStateSerializer, M.SubscriptionStateBuilder, M.SubscriptionUIStateBuilder, U.ViewTaskList, U.ViewTask, U.EditTask, U.UpdateTask, U.LoadTask, U.LoadTasks, U.LoadTaskRequest, U.LoadTaskFailure, U.LoadTaskSuccess, U.EditTaskTime, U.AddTaskTime, U.UpdateTaskTime, U.DeleteTaskTime, U.LoadTasksRequest, U.LoadTasksFailure, U.LoadTasksSuccess, U.SaveTaskRequest, U.SaveTaskSuccess, U.AddTaskSuccess, U.SaveTaskFailure, U.ArchiveTaskRequest, U.ArchiveTaskSuccess, U.ArchiveTaskFailure, U.DeleteTaskRequest, U.DeleteTaskSuccess, U.DeleteTaskFailure, U.RestoreTaskRequest, U.RestoreTaskSuccess, U.RestoreTaskFailure, U.SortTasksRequest, U.SortTasksSuccess, U.SortTasksFailure, U.FilterTasks, U.SortTasks, U.FilterTasksByState, U.FilterTasksByStatus, U.FilterTasksByCustom1, U.FilterTasksByCustom2, U.FilterTasksByCustom3, U.FilterTasksByCustom4, U.StartTaskMultiselect, U.AddToTaskMultiselect, U.RemoveFromTaskMultiselect, U.ClearTaskMultiselect, U.SaveTaskDocumentRequest, U.SaveTaskDocumentFailure, U.UpdateTaskTab, M.TaskState, M._TaskUIState_Object_EntityUIState, M._$TaskStateSerializer, M._$TaskUIStateSerializer, M.TaskStateBuilder, M.TaskUIStateBuilder, V.ViewTaskStatusList, V.ViewTaskStatus, V.EditTaskStatus, V.UpdateTaskStatus, V.LoadTaskStatusRequest, V.LoadTaskStatusFailure, V.LoadTaskStatusSuccess, V.LoadTaskStatusesRequest, V.LoadTaskStatusesFailure, V.LoadTaskStatusesSuccess, V.SaveTaskStatusRequest, V.SaveTaskStatusSuccess, V.AddTaskStatusSuccess, V.SaveTaskStatusFailure, V.ArchiveTaskStatusesRequest, V.ArchiveTaskStatusesSuccess, V.ArchiveTaskStatusesFailure, V.DeleteTaskStatusesRequest, V.DeleteTaskStatusesSuccess, V.DeleteTaskStatusesFailure, V.RestoreTaskStatusesRequest, V.RestoreTaskStatusesSuccess, V.RestoreTaskStatusesFailure, V.FilterTaskStatuses, V.SortTaskStatuses, V.FilterTaskStatusesByState, V.FilterTaskStatusesByCustom1, V.FilterTaskStatusesByCustom2, V.FilterTaskStatusesByCustom3, V.FilterTaskStatusesByCustom4, V.StartTaskStatusMultiselect, V.AddToTaskStatusMultiselect, V.RemoveFromTaskStatusMultiselect, V.ClearTaskStatusMultiselect, L.TaskStatusState, L._TaskStatusUIState_Object_EntityUIState, L._$TaskStatusStateSerializer, L._$TaskStatusUIStateSerializer, L.TaskStatusStateBuilder, L.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, Q.TaxRateState, Q._TaxRateUIState_Object_EntityUIState, Q._$TaxRateStateSerializer, Q._$TaxRateUIStateSerializer, Q.TaxRateStateBuilder, Q.TaxRateUIStateBuilder, Q.ViewTokenList, Q.ViewToken, Q.EditToken, Q.UpdateToken, Q.LoadTokenRequest, Q.LoadTokenFailure, Q.LoadTokenSuccess, Q.LoadTokensRequest, Q.LoadTokensFailure, Q.LoadTokensSuccess, Q.SaveTokenRequest, Q.SaveTokenSuccess, Q.AddTokenSuccess, Q.SaveTokenFailure, Q.ArchiveTokensRequest, Q.ArchiveTokensSuccess, Q.ArchiveTokensFailure, Q.DeleteTokensRequest, Q.DeleteTokensSuccess, Q.DeleteTokensFailure, Q.RestoreTokensRequest, Q.RestoreTokensSuccess, Q.RestoreTokensFailure, Q.FilterTokens, Q.SortTokens, Q.FilterTokensByState, Q.FilterTokensByCustom1, Q.FilterTokensByCustom2, Q.FilterTokensByCustom3, Q.FilterTokensByCustom4, Q.StartTokenMultiselect, Q.AddToTokenMultiselect, Q.RemoveFromTokenMultiselect, Q.ClearTokenMultiselect, N.TokenState, N._TokenUIState_Object_EntityUIState, N._$TokenStateSerializer, N._$TokenUIStateSerializer, N.TokenStateBuilder, N.TokenUIStateBuilder, U.EntityUIState, Q.ListUIState, Q._$ListUIStateSerializer, Q.ListUIStateBuilder, X.PrefState, X.PrefStateSortField, X.CompanyPrefState, X.HistoryRecord, X._$PrefStateSerializer, X._$PrefStateSortFieldSerializer, X._$CompanyPrefStateSerializer, X._$AppLayoutSerializer, X._$ModuleLayoutSerializer, X._$AppSidebarModeSerializer, X._$HistoryRecordSerializer, X.PrefStateBuilder, X.PrefStateSortFieldBuilder, X.CompanyPrefStateBuilder, X.HistoryRecordBuilder, Q.UpdateCurrentRoute, U.UIState, U._$UIStateSerializer, U.UIStateBuilder, X.ViewUserList, X.ViewUser, X.EditUser, X.UpdateUser, X.LoadUserRequest, X.LoadUserFailure, X.LoadUserSuccess, X.LoadUsersRequest, X.LoadUsersFailure, X.LoadUsersSuccess, X.SaveUserRequest, X.SaveUserSuccess, X.AddUserSuccess, X.SaveUserFailure, X.ArchiveUserRequest, X.ArchiveUserSuccess, X.ArchiveUserFailure, X.DeleteUserRequest, X.DeleteUserSuccess, X.DeleteUserFailure, X.RestoreUserRequest, X.RestoreUserSuccess, X.RestoreUserFailure, X.RemoveUserRequest, X.RemoveUserSuccess, X.RemoveUserFailure, X.ResendInviteRequest, X.ResendInviteSuccess, X.ResendInviteFailure, X.FilterUsers, X.SortUsers, X.FilterUsersByState, X.FilterUsersByCustom1, X.FilterUsersByCustom2, X.FilterUsersByCustom3, X.FilterUsersByCustom4, X.StartUserMultiselect, X.AddToUserMultiselect, X.RemoveFromUserMultiselect, X.ClearUserMultiselect, Q.UserState, Q._UserUIState_Object_EntityUIState, Q._$UserStateSerializer, Q._$UserUIStateSerializer, Q.UserStateBuilder, Q.UserUIStateBuilder, L.ViewVendorList, L.ViewVendor, L.EditVendor, L.UpdateVendor, L.LoadVendor, L.LoadVendors, L.LoadVendorRequest, L.LoadVendorFailure, L.LoadVendorSuccess, L.LoadVendorsRequest, L.LoadVendorsFailure, L.LoadVendorsSuccess, L.SaveVendorRequest, L.SaveVendorSuccess, L.AddVendorSuccess, L.SaveVendorFailure, L.ArchiveVendorRequest, L.ArchiveVendorSuccess, L.ArchiveVendorFailure, L.DeleteVendorRequest, L.DeleteVendorSuccess, L.DeleteVendorFailure, L.RestoreVendorRequest, L.RestoreVendorSuccess, L.RestoreVendorFailure, L.EditVendorContact, L.AddVendorContact, L.UpdateVendorContact, L.DeleteVendorContact, L.FilterVendors, L.SortVendors, L.FilterVendorsByState, L.FilterVendorsByCustom1, L.FilterVendorsByCustom2, L.FilterVendorsByCustom3, L.FilterVendorsByCustom4, L.StartVendorMultiselect, L.AddToVendorMultiselect, L.RemoveFromVendorMultiselect, L.ClearVendorMultiselect, L.SaveVendorDocumentRequest, L.SaveVendorDocumentFailure, L.UpdateVendorTab, Y.VendorState, Y._VendorUIState_Object_EntityUIState, Y._$VendorStateSerializer, Y._$VendorUIStateSerializer, Y.VendorStateBuilder, Y.VendorUIStateBuilder, S.ViewWebhookList, S.ViewWebhook, S.EditWebhook, S.UpdateWebhook, S.LoadWebhookRequest, S.LoadWebhookFailure, S.LoadWebhookSuccess, S.LoadWebhooksRequest, S.LoadWebhooksFailure, S.LoadWebhooksSuccess, S.SaveWebhookRequest, S.SaveWebhookSuccess, S.AddWebhookSuccess, S.SaveWebhookFailure, S.ArchiveWebhooksRequest, S.ArchiveWebhooksSuccess, S.ArchiveWebhooksFailure, S.DeleteWebhooksRequest, S.DeleteWebhooksSuccess, S.DeleteWebhooksFailure, S.RestoreWebhooksRequest, S.RestoreWebhooksSuccess, S.RestoreWebhooksFailure, S.FilterWebhooks, S.SortWebhooks, S.FilterWebhooksByState, S.FilterWebhooksByCustom1, S.FilterWebhooksByCustom2, S.FilterWebhooksByCustom3, S.FilterWebhooksByCustom4, S.StartWebhookMultiselect, S.AddToWebhookMultiselect, S.RemoveFromWebhookMultiselect, S.ClearWebhookMultiselect, V.WebhookState, V._WebhookUIState_Object_EntityUIState, V._$WebhookStateSerializer, V._$WebhookUIStateSerializer, V.WebhookStateBuilder, V.WebhookUIStateBuilder, B.ConfirmEmailVM, A.AppDrawerVM, A.MenuDrawerVM, Q.EntityPresenter, L.DataColumn0, L.DataRow0, L.DataCell0, G.LoginVM, Y.ClientListVM, V.ClientPdfVM, D.ClientScreenVM, F.ClientEditContactsVM, M.ClientEditVM, X.ClientViewVM, S.CompanyGatewayListVM, Y.CompanyGatewayScreenVM, L.CompanyGatewayEditVM, A.CompanyGatewayViewVM, M.EmailEntityVM, T.EntityListVM, O.EntityPdfVM, R.CreditScreenVM, L.EntityEditDetailsVM, O.EntityEditItemsVM, E.EntityEditNotesVM, B.EntityEditPDFVM, M.AbstractInvoiceEditVM, F.AbstractInvoiceViewVM, Q.DashboardVM, F.DesignListVM, G.DesignScreenVM, G.DesignEditVM, B.DesignViewVM, A.DocumentListVM, U.DocumentScreenVM, E.DocumentEditVM, A.DocumentViewVM, O.AbstractExpenseEditVM, F.ExpenseListVM, U.ExpenseScreenVM, U.AbstractExpenseViewVM, F.ExpenseCategoryEditVM, A.ExpenseCategoryListVM, O.ExpenseCategoryScreenVM, L.ExpenseCategoryViewVM, A.GroupEditVM, Y.GroupListVM, S.GroupScreenVM, A.GroupViewVM, X.EntityEditContactsVM, E.InvoiceScreenVM, B.PaymentEditVM, R.PaymentListVM, G.PaymentScreenVM, Y.PaymentRefundVM, F.PaymentViewVM, Y.PaymentTermEditVM, U.PaymentTermListVM, Z.PaymentTermScreenVM, U.PaymentTermViewVM, S.ProductEditVM, Q.ProductListVM, E.ProductScreenVM, F.ProductViewVM, G.ProjectEditVM, X.ProjectListVM, S.ProjectScreenVM, D.ProjectViewVM, B.QuoteScreenVM, U.RecurringExpenseListVM, B.RecurringExpenseScreenVM, Y.RecurringInvoiceListVM, A.RecurringInvoiceScreenVM, A.ClientReportFields, F.ContactReportFields, L.CreditReportFields, R.DocumentReportFields, M.ExpenseReportFields, D.InvoiceItemReportFields, X.InvoiceReportFields, O.TaxRateReportFields, K.PaymentReportFields, X.TaxRateReportFields0, N.ProductReportFields, K.ProfitAndLossReportFields, T.QuoteItemReportFields, Y.QuoteReportFields, A.ReportColumnType, A.ReportResult, A.ReportElement, L.ReportsScreenVM, L.GroupTotals, E.TaskReportFields, A.AccountManagementVM, B.BuyNowButtonsVM, A.ClientPortalVM, A.CompanyDetailsVM, F.CreditCardsAndBanksVM, M.CustomFieldsVM, M.DataVisualizationsVM, L.DeviceSettingsVM, D.EmailSettingsVM, N.ExpenseSettingsVM, F.GeneratedNumbersVM, N.ImportExportVM, B.InvoiceDesignVM, B.LocalizationSettingsVM, B.OnlinePaymentsVM, G.ProductSettingsVM, D.SettingsListVM, L.SettingsScreenVM, F.TaskSettingsVM, A.TaxSettingsVM, F.TemplatesAndRemindersVM, M.UserDetailsVM, Y.WorkflowSettingsVM, R.SubscriptionEditVM, S.SubscriptionListVM, L.SubscriptionScreenVM, E.SubscriptionViewVM, B.UpdateState, A.TaskEditDetailsVM, M.TaskEditTimesVM, B.TaskEditVM, T.KanbanVM, K.TaskListVM, Y.TaskScreenVM, L.TaskViewVM, Q.TaskStatusEditVM, U.TaskStatusListVM, U.TaskStatusScreenVM, T.TaskStatusViewVM, S.TaxRateEditVM, X.TaxRateListVM, O.TaxRateScreenVM, R.TaxRateViewVM, R.TokenEditVM, M.TokenListVM, K.TokenScreenVM, U.TokenViewVM, Y.UserEditVM, M.UserListVM, A.UserScreenVM, X.UserViewVM, T.VendorEditContactsVM, A.VendorEditVM, E.VendorListVM, B.VendorScreenVM, F.VendorViewVM, F.WebhookEditVM, Y.WebhookViewVM, X.WebhookListVM, T.WebhookScreenVM, O.Debouncer, Y.FormatNumberType, B.LocaleCodeAware, B.LocalizationsProvider, V.AndroidAuthMessages, V.IOSAuthMessages, L.LocalAuthentication, Y.Level, L.LogRecord, F.Logger, S.PdfDocument, S.PdfPageNotFoundException, V.PdfPage, V.PdfPageAlreadyClosedException, V.PdfPageImage, V.PdfNotSupportException, S.Document, V.Page, V.Data, M.NativePdfRendererPlugin, T.Repository, T.RepositoryItemNotFoundException, X.PdfController, X._PdfViewLoadingState, F.AnimationDirection, Y._PlaceholderType, Y.ImageHandler, K.OverflowViewLayoutBehavior, M.Context, O.Style, X.ParsedPath, X.PathException, Q.MissingPlatformDirectoryException, M.PermissionStatus0, M.Permission, M.PhotoViewGalleryPageOptions, E.PhotoViewControllerValue, E.PhotoViewController, E.PhotoViewControllerDelegate, M.PhotoViewScaleStateController, G.HitCornersDetector, G.HitCorners, M.PhotoViewComputedScale, G.PhotoViewScaleState, F.PhotoViewHeroAttributes, M.ScaleBoundaries, M.CornersRange, T.Platform, Q._QrBitBuffer_Object_ListMixin, V.QrByte, V.InputTooLongException, D.QrPolynomial, D.QrCode, Y.QrRsBlock, F.PaintCache, R._PaintMetrics, G.QrCodeElement, G.FinderPatternPosition, G.QrEyeShape, G.QrDataModuleShape, G.QrEyeStyle, G.QrDataModuleStyle, S.QrValidationResult, S.QrValidationStatus, X.MiddlewareClass, X.Store, B.TypedReducer, B.TypedMiddleware, V.PassthroughOverlayEntry, E.ReorderableMixin, N.LoadingState, N.RoundedLoadingButtonController, U._Wrapper, F._StreamSinkWrapper, G._StartWithStreamSink, O._StartWithErrorStreamSink, G.ErrorAndStackTrace, Q.ValueWrapper, O.HubAdapter, U.NoOpHub, B.Breadcrumb, K.SentryLevel, Z.SentryFlutterWeb, V.SharedPreferences, E.SharedPreferencesStorePlatform, Y.SourceFile, D.SourceLocationMixin, Y.SourceSpanMixin, U.Highlighter, U._Highlight, U._Line, V.SourceLocation, G.SourceSpanException, X.StringScanner, S.BasicLock, X.EnMessages, X.EnShortMessages, O.EsMessages, O.EsShortMessages, K.Uuid, E.Matrix3, E.Matrix4, E.Quaternion, E.Vector3, E.Vector4, Q.Version]); - _inheritMany(H.Closure, [H.initializeEngine_closure, H.initializeEngine_closure0, H.initializeEngine__closure, H._addUrlStrategyListener_closure, H._addUrlStrategyListener_closure0, H.AssetManager__baseUrl_closure, H.AssetManager__baseUrl_closure0, H.ProductionCollector_closure, H.ProductionCollector_collect_closure, H.HtmlViewEmbedder__applyMutators_closure, H.HtmlViewEmbedder__applyMutators_closure0, H.FontFallbackData_createNotoFontTree_closure, H.FontFallbackData_registerFallbackFont_closure, H.findFontsForMissingCodeunits_closure, H._makeResolvedNotoFontFromCss_closure, H._registerSymbolsAndEmoji_extractUrlFromCss, H.findMinimumFontsForCodeUnits_closure, H.findMinimumFontsForCodeUnits_closure0, H.FallbackFontDownloadQueue_startDownloads_closure, H.NotoDownloader_downloadAsBytes_closure, H.NotoDownloader_downloadAsBytes__closure, H.NotoDownloader_downloadAsString_closure, H.NotoDownloader_downloadAsString__closure, H.SkiaFontCollection_ensureFontsLoaded_closure, H.SkiaFontCollection_ensureFontsLoaded_closure0, H.SkiaFontCollection__getArrayBuffer_closure, H.httpRequestFactory_closure, H.skiaInstantiateWebImageCodec_closure, H.skiaInstantiateWebImageCodec_closure0, H.skiaInstantiateWebImageCodec_closure1, H.CkImage_closure, H.initializeCanvasKit__loadSubscription_set, H.initializeCanvasKit__loadSubscription_get, H.initializeCanvasKit_closure, H.initializeCanvasKit__closure, H.initializeCanvasKit__closure0, H.IntervalTree_IntervalTree$createFromRanges_closure, H.IntervalTree_IntervalTree$createFromRanges_closure0, H.IntervalTree_IntervalTree$createFromRanges__makeBalancedTree, H.IntervalTree_IntervalTree$createFromRanges__computeHigh, H.Frame_raster_closure, H.Frame_raster_closure0, H.Surface_acquireFrame_closure, H.Surface__createNewSurface_closure, H.CkTextStyle_skTextStyle_closure, H.CkParagraphBuilder__ensureFontsSupportText_closure, H.CkParagraphBuilder__checkIfGlobalFallbacksSupport_closure, H.CkParagraphBuilder__checkIfNoFallbackFontSupports_closure, H._getEffectiveFontFamilies_closure, H.ClipboardMessageHandler_setDataMethodCall_closure, H.ClipboardMessageHandler_setDataMethodCall_closure0, H.ClipboardMessageHandler_getDataMethodCall_closure, H.ClipboardMessageHandler_getDataMethodCall_closure0, H.DomRenderer_reset_closure, H.DomRenderer_reset_closure0, H.DomRenderer_reset_closure1, H.DomRenderer_reset_closure2, H.DomRenderer_reset_closure3, H.DomRenderer_setPreferredOrientation_closure, H.DomRenderer_setPreferredOrientation_closure0, H.PersistedPicture__applyBitmapPaint_closure, H.SurfaceSceneBuilder_build_closure, H.SurfaceSceneBuilder_build_closure0, H.commitScene_closure, H.PersistedContainerSurface__matchChildren_closure, H.HtmlCodec_getNextFrame_closure, H.HtmlCodec_getNextFrame_closure0, H.HtmlCodec__decodeUsingOnLoad__errorSubscription_set, H.HtmlCodec__decodeUsingOnLoad__errorSubscription_get, H.HtmlCodec__decodeUsingOnLoad_closure, H.HtmlCodec__decodeUsingOnLoad_closure0, H.Keyboard$__closure, H.Keyboard$__closure0, H.Keyboard$__closure1, H.Keyboard__handleHtmlEvent_closure, H.Keyboard__handleHtmlEvent_closure0, H._kLogicalKeyToModifierGetter_closure, H._kLogicalKeyToModifierGetter_closure0, H._kLogicalKeyToModifierGetter_closure1, H._kLogicalKeyToModifierGetter_closure2, H._kLogicalKeyToModifierGetter_closure3, H._kLogicalKeyToModifierGetter_closure4, H._kLogicalKeyToModifierGetter_closure5, H._kLogicalKeyToModifierGetter_closure6, H.KeyboardBinding__addEventListener_closure, H.KeyboardBinding__onKeyData_closure, H.KeyboardBinding__setup_closure, H.KeyboardBinding__setup_closure0, H.KeyboardConverter__scheduleAsyncEvent_closure, H.KeyboardConverter__scheduleAsyncEvent_closure0, H.KeyboardConverter__startGuardingKey_closure, H.KeyboardConverter__startGuardingKey_closure0, H.KeyboardConverter_handleEvent_closure, H.KeyboardConverter_handleEvent_closure0, H.KeyboardConverter_handleEvent_closure1, H.KeyboardConverter_handleEvent_closure2, H.KeyboardConverter_handleEvent__closure, H.MultiEntriesBrowserHistory_onPopState_closure, H.SingleEntryBrowserHistory_onPopState_closure, H.SingleEntryBrowserHistory_onPopState_closure0, H.HashUrlStrategy_addPopStateListener_closure, H.HashUrlStrategy__waitForPopState__unsubscribe_set, H.HashUrlStrategy__waitForPopState__unsubscribe_get, H.HashUrlStrategy__waitForPopState_closure, H.EnginePlatformDispatcher__zonedPlatformMessageResponseCallback_closure, H.EnginePlatformDispatcher__sendPlatformMessage_closure, H.EnginePlatformDispatcher__sendPlatformMessage_closure0, H.EnginePlatformDispatcher__sendPlatformMessage_closure1, H.EnginePlatformDispatcher__sendPlatformMessage_closure2, H.EnginePlatformDispatcher__sendPlatformMessage_closure3, H.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure, H.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure0, H.EnginePlatformDispatcher__replyToPlatformMessage_closure, H.invoke3_closure, H._BaseAdapter_addEventListener_closure, H._WheelEventListenerMixin__addWheelEventListener_closure, H._PointerAdapter__ensureSanitizer_closure, H._PointerAdapter__addPointerEventListener_closure, H._PointerAdapter_setup_closure, H._PointerAdapter_setup_closure0, H._PointerAdapter_setup_closure1, H._PointerAdapter_setup_closure2, H._PointerAdapter_setup_closure3, H._TouchAdapter__addTouchEventListener_closure, H._TouchAdapter_setup_closure, H._TouchAdapter_setup_closure0, H._TouchAdapter_setup_closure1, H._TouchAdapter_setup_closure2, H._MouseAdapter__addMouseEventListener_closure, H._MouseAdapter_setup_closure, H._MouseAdapter_setup_closure0, H._MouseAdapter_setup_closure1, H._MouseAdapter_setup_closure2, H.PointerDataConverter__ensureStateForPointer_closure, H.AccessibilityAnnouncements$__closure, H.AccessibilityAnnouncements_handleMessage_closure, H.Incrementable_closure, H.Incrementable_closure0, H.Scrollable_update_closure, H.Scrollable_update_closure0, H.Scrollable_update_closure1, H._roleFactories_closure, H._roleFactories_closure0, H._roleFactories_closure1, H._roleFactories_closure2, H._roleFactories_closure3, H._roleFactories_closure4, H._roleFactories_closure5, H._roleFactories_closure6, H.SemanticsObject_recomputePositionAndSize__effectiveTransform_set, H.SemanticsObject_recomputePositionAndSize__effectiveTransform_get, H.EngineSemanticsOwner$__closure, H.EngineSemanticsOwner__now_closure, H.EngineSemanticsOwner__getGestureModeClock_closure, H.DesktopSemanticsEnabler_tryEnableSemantics_closure, H.DesktopSemanticsEnabler_prepareAccessibilityPlaceholder_closure, H.MobileSemanticsEnabler_tryEnableSemantics_closure, H.MobileSemanticsEnabler_prepareAccessibilityPlaceholder_closure, H.Tappable_update_closure, H.TextField__initializeForBlink_closure, H.TextField__initializeForWebkit_closure, H.TextField__initializeForWebkit_closure0, H.TextField_update_closure, H.StandardMessageCodec_writeValue_closure0, H.CanvasParagraph__createDomElement__element_set, H.CanvasParagraph__createDomElement__element_get, H.FontManager__loadFontFace_closure, H.FontManager__loadFontFace_closure0, H._PolyfillFontManager_registerAsset___fontLoadStart_set, H._PolyfillFontManager_registerAsset___fontLoadStart_get, H._PolyfillFontManager_registerAsset__watchWidth, H._PolyfillFontManager_registerAsset_closure, H.RulerManager__scheduleRulerCacheCleanup_closure, H.RulerManager__evictAllRulers_closure, H.RulerManager_cleanUpRulerCache_closure, H.DomParagraphBuilder__buildRichText_currentElement, H.EngineAutofillForm_fromFrameworkMessage_closure, H.EngineAutofillForm_addInputEventListeners_closure, H.EngineAutofillForm_addInputEventListeners__closure, H.DefaultTextEditingStrategy_addEventHandlers_closure, H.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure, H.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure0, H.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure1, H.IOSTextEditingStrategy_addEventHandlers_closure, H.IOSTextEditingStrategy_addEventHandlers_closure0, H.IOSTextEditingStrategy__addTapListener_closure, H.IOSTextEditingStrategy__schedulePlacement_closure, H.AndroidTextEditingStrategy_addEventHandlers_closure, H.FirefoxTextEditingStrategy_addEventHandlers_closure, H.FirefoxTextEditingStrategy_addEventHandlers_closure0, H.FirefoxTextEditingStrategy__postponeFocus_closure, H.saveForms_closure, H.TextEditingChannel_handleTextInput__command_set, H.TextEditingChannel_handleTextInput__command_get, H.TextEditingChannel_handleTextInput_closure, H.HybridTextEditing__startEditing_closure0, H.HybridTextEditing__startEditing_closure, H.sendFontChangeMessage_closure, H.sendFontChangeMessage__closure, H.WebExperiments$__closure, H.EngineFlutterWindow_closure, H._HeaderValue_toString_closure, H._HeaderValue__parse_done, H._HeaderValue__parse_skipWS, H._HeaderValue__parse_parseValue, H._HeaderValue__parse_expect, H._HeaderValue__parse_maybeExpect, H._HeaderValue__parse_parseParameters, H._HeaderValue__parse_parseParameters_parseParameterName, H._HeaderValue__parse_parseParameters_parseParameterValue, H._CastListBase_sort_closure, H._CastListBase_removeWhere_closure, H._CastListBase_retainWhere_closure, H.CastMap_putIfAbsent_closure, H.CastMap_forEach_closure, H.CastMap_entries_closure, H.nullFuture_closure, H.ConstantMap_map_closure, H.ConstantStringMap_values_closure, H.Instantiation, H.Primitives_initTicker_closure, H.Primitives_functionNoSuchMethod_closure, H.TearOffClosure, H.JsLinkedHashMap_values_closure, H.JsLinkedHashMap_containsValue_closure, H.JsLinkedHashMap_addAll_closure, H.initHooks_closure, H.initHooks_closure0, H.initHooks_closure1, P._AsyncRun__initializeScheduleImmediate_internalCallback, P._AsyncRun__initializeScheduleImmediate_closure, P._AsyncRun__scheduleImmediateJsOverride_internalCallback, P._AsyncRun__scheduleImmediateWithSetImmediate_internalCallback, P._TimerImpl_internalCallback, P._TimerImpl$periodic_closure, P._awaitOnObject_closure, P._awaitOnObject_closure0, P._wrapJsFunctionForAsync_closure, P._asyncStarHelper_closure, P._asyncStarHelper_closure0, P._AsyncStarStreamController__resumeBody, P._AsyncStarStreamController__resumeBody_closure, P._AsyncStarStreamController_closure0, P._AsyncStarStreamController_closure1, P._AsyncStarStreamController_closure, P._AsyncStarStreamController__closure, P._SyncBroadcastStreamController__sendData_closure, P._SyncBroadcastStreamController__sendError_closure, P._SyncBroadcastStreamController__sendDone_closure, P.Future_Future_closure, P.Future_Future$microtask_closure, P.Future_Future$delayed_closure, P.Future_wait__error_set, P.Future_wait__stackTrace_set, P.Future_wait__error_get, P.Future_wait__stackTrace_get, P.Future_wait_handleError, P.Future_wait_closure, P._Future__addListener_closure, P._Future__prependListeners_closure, P._Future__chainForeignFuture_closure, P._Future__chainForeignFuture_closure0, P._Future__chainForeignFuture_closure1, P._Future__asyncCompleteWithValue_closure, P._Future__chainFuture_closure, P._Future__asyncCompleteError_closure, P._Future__propagateToListeners_handleWhenCompleteCallback, P._Future__propagateToListeners_handleWhenCompleteCallback_closure, P._Future__propagateToListeners_handleValueCallback, P._Future__propagateToListeners_handleError, P._Future_timeout_closure, P._Future_timeout_closure0, P._Future_timeout_closure1, P.Stream_Stream$fromFuture_closure, P.Stream_Stream$fromFuture_closure0, P.Stream_Stream$fromIterable_closure, P.Stream_pipe_closure, P.Stream_fold_closure, P.Stream_fold_closure0, P.Stream_fold__closure, P.Stream_fold__closure0, P.Stream_forEach_closure, P.Stream_forEach_closure0, P.Stream_forEach__closure, P.Stream_forEach__closure0, P.Stream_length_closure, P.Stream_length_closure0, P.Stream_isEmpty_closure, P.Stream_isEmpty_closure0, P.Stream_first_closure, P.Stream_first_closure0, P._StreamController__subscribe_closure, P._StreamController__recordCancel_complete, P._AddStreamState_makeErrorHandler_closure, P._AddStreamState_cancel_closure, P._BufferingStreamSubscription__sendError_sendError, P._BufferingStreamSubscription__sendDone_sendDone, P._PendingEvents_schedule_closure, P._cancelAndError_closure, P._cancelAndErrorClosure_closure, P._cancelAndValue_closure, P._StreamHandlerTransformer_closure, P._CustomZone_bindCallback_closure, P._CustomZone_bindUnaryCallback_closure, P._CustomZone_bindCallbackGuarded_closure, P._CustomZone_bindUnaryCallbackGuarded_closure, P._rootHandleUncaughtError_closure, P._RootZone_bindCallback_closure, P._RootZone_bindCallbackGuarded_closure, P._RootZone_bindUnaryCallbackGuarded_closure, P._HashMap_values_closure, P._HashMap_addAll_closure, P._CustomHashMap_closure, P._LinkedCustomHashMap_closure, P.HashMap_HashMap$from_closure, P.LinkedHashMap_LinkedHashMap$from_closure, P.MapBase_mapToString_closure, P.MapMixin_entries_closure, P.SplayTreeMap_closure, P.SplayTreeMap_addAll_closure, P.SplayTreeSet_closure, P.SplayTreeSet__copyNode_copyChildren, P._JsonMap_values_closure, P._JsonMap_addAll_closure, P.Utf8Decoder__decoder_closure, P.Utf8Decoder__decoderNonfatal_closure, P._JsonStringifier_writeMap_closure, P._JsonPrettyPrintMixin_writeMap_closure, P._symbolMapToStringMap_closure, P.NoSuchMethodError_toString_closure, P._BigIntImpl_hashCode_combine, P._BigIntImpl_hashCode_finish, P._BigIntImpl_toDouble_readBits, P._BigIntImpl_toDouble_roundUp, P.DateTime_parse_parseIntOrZero, P.DateTime_parse_parseMilliAndMicroseconds, P.Duration_toString_sixDigits, P.Duration_toString_twoDigits, P.Uri__parseIPv4Address_error, P.Uri_parseIPv6Address_error, P.Uri_parseIPv6Address_parseHex, P._Uri__makePath_closure, P._Uri__makeQuery_writeParameter, P._Uri__makeQuery_closure, P._createTables_build, P._createTables_setChars, P._createTables_setRange, W.CanvasElement_toBlob_closure, W._ChildrenElementList__filter_closure, W.Element_Element$html_closure, W.Entry_remove_closure, W.Entry_remove_closure0, W.HttpRequest_request_closure, W.MidiInputMap_keys_closure, W.MidiInputMap_values_closure, W.MidiOutputMap_keys_closure, W.MidiOutputMap_values_closure, W.RtcStatsReport_keys_closure, W.RtcStatsReport_values_closure, W.Storage_addAll_closure, W.Storage_keys_closure, W.Storage_values_closure, W._BeforeUnloadEventStreamProvider_forTarget_closure, W._AttributeMap_addAll_closure, W._DataAttributeMap_addAll_closure, W._DataAttributeMap_forEach_closure, W._DataAttributeMap_keys_closure, W._DataAttributeMap_values_closure, W._EventStreamSubscription_closure, W._EventStreamSubscription_onData_closure, W.NodeValidatorBuilder_allowsElement_closure, W.NodeValidatorBuilder_allowsAttribute_closure, W._SimpleNodeValidator_closure, W._SimpleNodeValidator_closure0, W._TemplatingNodeValidator_closure, W._ValidatingTreeSanitizer_sanitizeTree_walk, P._StructuredClone_walk_closure, P._StructuredClone_walk_closure0, P._AcceptStructuredClone_walk_closure, P._convertDartToNative_Value_closure, P.convertDartToNative_Dictionary_closure, P.FilteredElementList__iterable_closure, P.FilteredElementList__iterable_closure0, P.FilteredElementList_removeRange_closure, P._completeRequest_closure, P._FileStream_listen_closure, P._FileStream__closeFile_done, P._FileStream__readBlock_closure, P._FileStream__readBlock_closure0, P._FileStream__start_onReady, P._FileStream__start_onOpenFile, P._FileStream__start_onOpenFile_closure, P._FileStream__start_openFailed, P._File_open_closure, P._File_length_closure, P.JsObject__convertDataTree__convert, P._convertToJS_closure, P._convertToJS_closure0, P._wrapToDart_closure, P._wrapToDart_closure0, P._wrapToDart_closure1, P.promiseToFuture_closure, P.promiseToFuture_closure0, P.ChannelBuffers_push_closure, P.webOnlyInitializePlatform_closure, P.webOnlyInstantiateImageCodecFromUrl_closure, P._futurize_closure, P.AudioParamMap_keys_closure, P.AudioParamMap_values_closure, D.BoardItemState_onDropItem_closure, D.BoardItemState__startDrag_closure, D.BoardItemState__startDrag_closure0, D.BoardItemState_build_closure, D.BoardItemState_build_closure3, D.BoardItemState_build_closure2, D.BoardItemState_build_closure1, D.BoardItemState_build_closure0, O.BoardListState_onDropList_closure, O.BoardListState__startDrag_closure, O.BoardListState_build_closure0, O.BoardListState_build_closure2, O.BoardListState_build_closure1, O.BoardListState_build_closure, O.BoardListState_build_closure3, N.BoardViewState_moveDown_closure, N.BoardViewState_moveUp_closure, N.BoardViewState_moveListRight_closure, N.BoardViewState_moveListRight__closure, N.BoardViewState_moveListRight_closure0, N.BoardViewState_moveRight_closure, N.BoardViewState_moveRight_closure0, N.BoardViewState_moveRight_closure1, N.BoardViewState_moveRight__closure, N.BoardViewState_moveRight_closure2, N.BoardViewState_moveListLeft_closure, N.BoardViewState_moveListLeft__closure, N.BoardViewState_moveListLeft_closure0, N.BoardViewState_moveLeft_closure, N.BoardViewState_moveLeft_closure0, N.BoardViewState_moveLeft_closure1, N.BoardViewState_moveLeft__closure, N.BoardViewState_moveLeft_closure2, N.BoardViewState_build_closure, N.BoardViewState_build__closure5, N.BoardViewState_build_closure0, N.BoardViewState_build_closure1, N.BoardViewState_build__closure4, N.BoardViewState_build_closure2, N.BoardViewState_build__closure3, N.BoardViewState_build_closure3, N.BoardViewState_build__closure2, N.BoardViewState_build_closure5, N.BoardViewState_build__closure0, N.BoardViewState_build_closure4, N.BoardViewState_build__closure1, N.BoardViewState_build_closure6, N.BoardViewState_build__closure, N.BoardViewState_run_closure, A.hashObjects_closure, R.BuiltListMultimap_BuiltListMultimap_closure, R.BuiltListMultimap_hashCode_closure, R.BuiltListMultimap_forEach_closure, R.BuiltListMultimap_forEach__closure, R.ListMultimapBuilder_replace_closure, A.BuiltMap_BuiltMap_closure, A.BuiltMap_BuiltMap$from_closure, A.BuiltMap_hashCode_closure, A.MapBuilder_replace_closure, A.MapBuilder_replace_closure0, X.BuiltSet_hashCode_closure, M.BuiltSetMultimap_hashCode_closure, M.BuiltSetMultimap_forEach_closure, M.BuiltSetMultimap_forEach__closure, M.SetMultimapBuilder_replace_closure, Y.newBuiltValueToStringHelper_closure, U.Serializers_Serializers_closure, U.Serializers_Serializers_closure0, U.Serializers_Serializers_closure1, U.Serializers_Serializers_closure2, U.Serializers_Serializers_closure3, R.BuiltListMultimapSerializer_serialize_closure, R.BuiltListMultimapSerializer_deserialize_closure, K.BuiltListSerializer_serialize_closure, K.BuiltListSerializer_deserialize_closure, R.BuiltSetMultimapSerializer_serialize_closure, R.BuiltSetMultimapSerializer_deserialize_closure, O.BuiltSetSerializer_serialize_closure, O.BuiltSetSerializer_deserialize_closure, T.StandardJsonPlugin__toList_closure, T.StandardJsonPlugin__toList_closure0, T.StandardJsonPlugin__toListUsingDiscriminator_closure, T.StandardJsonPlugin__toListUsingDiscriminator_closure0, X.CachedNetworkImageProvider__loadAsyncHttpGet_closure, G.loadAsyncHtmlImage_closure, B.MultiImageStreamCompleter_closure, B.MultiImageStreamCompleter_closure0, B.MultiImageStreamCompleter_closure1, T.BaseBarRenderer_preprocessSeries_closure, T.BaseBarRenderer_preprocessSeries__closure0, T.BaseBarRenderer_preprocessSeries__closure1, T.BaseBarRenderer_preprocessSeries__closure2, T.BaseBarRenderer_preprocessSeries_closure0, T.BaseBarRenderer_preprocessSeries__closure, T.BaseBarRenderer_update_closure, T.BaseBarRenderer_update__closure, T.BaseBarRenderer_update__closure0, T.BaseBarRenderer_update__closure1, T.BaseBarRenderer_update_closure0, T.BaseBarRenderer_paint_closure, T.BaseBarRenderer_paint__closure0, T.BaseBarRenderer_paint_closure0, T.BaseBarRenderer_paint_closure1, T.BaseBarRenderer_paint__closure, T.BaseBarRenderer_getNearestDatumDetailPerSeries_closure, T.BaseBarRenderer__getSegmentsForDomainValue_closure, T.BaseBarRenderer__getSegmentsForDomainValue_closure0, T.BaseBarRenderer__getVerticalDetailsForDomainValue_closure, T.BaseBarRenderer__getVerticalDetailsForDomainValue_closure0, T._ReversedSeriesIterator_closure, T._ReversedSeriesIterator_closure0, M.Axis__updateAxisTicks_closure, M.Axis__updateAxisTicks_closure0, M.Axis_paint_closure, R.BaseTickDrawStrategy_collides_closure, R.BaseTickDrawStrategy_measureVerticallyDrawnTicks_closure, R.BaseTickDrawStrategy_measureHorizontallyDrawnTicks_closure, R.BaseTickDrawStrategy_splitLabel_closure, R.BaseTickDrawStrategy_getLabelWidth_closure, Y.NoneDrawStrategy_decorateTicks_closure, B.SimpleTickFormatterBase_format_closure, B.NumericTickFormatter__getFormatter_closure, L.TimeRangeTickProviderImpl_getTicks__currentTicks_set, L.TimeRangeTickProviderImpl_getTicks__currentTicks_get, L.CartesianChart_init_closure, L.CartesianChart_makeSeries_closure, L.CartesianChart_preprocessSeries_closure, L.CartesianChart_preprocessSeries_closure0, L.CartesianChart_preprocessSeries_closure1, L.CartesianChart_preprocessSeries_closure2, L.CartesianChart_onSkipLayout_closure, F.BaseCartesianRenderer_configureDomainAxes_closure, F.BaseCartesianRenderer_configureMeasureAxes_closure, X.BaseChart_init_closure, X.BaseChart_getSelectionModel_closure, X.BaseChart_pointWithinRenderer_closure, X.BaseChart_getNearestDatumDetailPerSeries_closure, X.BaseChart_getNearestDatumDetailPerSeries_closure0, X.BaseChart_draw_closure, X.BaseChart_drawInternal_closure, X.BaseChart_configureSeries_closure, X.BaseChart_configureSeries__closure, X.BaseChart_configureSeries_closure0, X.BaseChart_preprocessSeries_closure, X.BaseChart_preprocessSeries__closure, X.BaseChart_preprocessSeries_closure0, X.BaseChart_preprocessSeries_closure1, X.BaseChart_onPostLayout_closure, X.BaseChart_paint_closure, X.BaseChart_fireOnDraw_closure, X.BaseChart_fireOnPreprocess_closure, X.BaseChart_fireOnPostprocess_closure, X.BaseChart_fireOnAxisConfigured_closure, X.BaseChart_fireOnPostrender_closure, X.BaseChart_fireOnAnimationComplete_closure, O.DomainHighlighter__updateColorFunctions_closure, O.DomainHighlighter__updateColorFunctions__closure, V.PerSeriesLegendEntryGenerator_getLegendEntries_closure, V.PerSeriesLegendEntryGenerator_getLegendEntries_closure0, V.PerSeriesLegendEntryGenerator__updateFromSelection_closure, V.PerSeriesLegendEntryGenerator__updateFromSelection_closure0, V.PerSeriesLegendEntryGenerator__updateFromSeriesList_getMeasureTotal, Z.SeriesLegend_onData_closure0, Z.SeriesLegend_onData_closure, Z.SeriesLegend_preProcessSeriesList_closure, Z.SeriesLegend_showSeries_closure, E.LinePointHighlighter__updateViewData_closure, E._LinePointLayoutView_paint_closure, E._LinePointLayoutView_paint_closure0, Z.SelectNearest__onSelect_closure, Z.SelectNearest__onSelect_closure0, Z.SelectNearest__extractSeriesFromNearestSelection_closure, N.MutableSeries_closure, D.MutableSelectionModel_updateSelection_closure, D.MutableSelectionModel_updateSelection_closure0, B.BaseSeriesRenderer_assignMissingColors_closure, B.BaseSeriesRenderer_assignMissingColors__closure3, B.BaseSeriesRenderer_assignMissingColors_closure0, B.BaseSeriesRenderer_assignMissingColors__closure2, B.BaseSeriesRenderer_assignMissingColors_closure1, B.BaseSeriesRenderer_assignMissingColors_closure2, B.BaseSeriesRenderer_assignMissingColors__closure0, B.BaseSeriesRenderer_assignMissingColors__closure1, B.BaseSeriesRenderer_assignMissingColors_closure3, B.BaseSeriesRenderer_assignMissingColors__closure, B.BaseSeriesRenderer_assignMissingColors_closure4, D.LayoutManagerImpl_paintOrderedViews_closure, D.LayoutManagerImpl_positionOrderedViews_closure, D.LayoutManagerImpl_drawableLayoutAreaBounds_closure, D.LayoutManagerImpl_layout_closure, D.LayoutManagerImpl__viewsForPositions_closure, B.VerticalMarginStrategy_measure_closure, B.LeftMarginLayoutStrategy_layout_closure, B.RightMarginLayoutStrategy_layout_closure, B.HorizontalMarginStrategy_measure_closure, B.TopMarginLayoutStrategy_layout_closure, B.BottomMarginLayoutStrategy_layout_closure, T.LineRenderer_configureSeries_closure, T.LineRenderer_configureSeries__closure, T.LineRenderer_preprocessSeries_closure, T.LineRenderer_preprocessSeries_closure0, T.LineRenderer_preprocessSeries__closure, T.LineRenderer__mergeIntoSeriesMap_closure, T.LineRenderer__mergeIntoSeriesMap__closure, T.LineRenderer_update_closure, T.LineRenderer_update__closure, T.LineRenderer_update___closure, T.LineRenderer_update_closure0, T.LineRenderer__createBoundsSegment_closure, T.LineRenderer__createBoundsSegment_closure0, T.LineRenderer_paint_closure, T.LineRenderer_paint__closure7, T.LineRenderer_paint_closure0, T.LineRenderer_paint__closure, T.LineRenderer_paint__closure0, T.LineRenderer_paint__closure1, T.LineRenderer_paint__closure2, T.LineRenderer_paint__closure3, T.LineRenderer_paint__closure4, T.LineRenderer_paint__closure5, T.LineRenderer_paint__closure6, T._LineRendererElement_updateAnimationPercent__lastPoint_set, T._LineRendererElement_updateAnimationPercent__lastPoint_get, T._AreaRendererElement_updateAnimationPercent__lastPoint_set, T._AreaRendererElement_updateAnimationPercent__lastPoint_get, U.PointRenderer_paint_closure, U.PointRenderer_paint__closure1, U.PointRenderer_paint_closure0, U.PointRenderer_paint__closure, U.PointRenderer_paint__closure0, U.PointRenderer_paint___closure, U.PointRenderer_paint___closure0, U.PointRenderer_paint___closure1, U.PointRenderer_paint___closure2, N.GestureListener_defaultTapCancel_closure, N.GestureListener_defaultTapTest_closure, M.MaterialPalette__orderedPalettes_closure, M.MaterialPalette__orderedPalettes_closure0, M.MaterialPalette__orderedPalettes_closure1, M.MaterialPalette__orderedPalettes_closure2, M.MaterialPalette__orderedPalettes_closure3, M.MaterialPalette__orderedPalettes_closure4, M.MaterialPalette__orderedPalettes_closure5, M.MaterialPalette__orderedPalettes_closure6, M.MaterialPalette__orderedPalettes_closure7, M.MaterialPalette__orderedPalettes_closure8, M.MaterialPalette__orderedPalettes_closure9, M.MaterialPalette__orderedPalettes_closure10, V.Performance_time_closure, V.Performance_timeEnd_closure, G.ProxyGestureListener_onLongPress_closure, G.ProxyGestureListener_onTap_closure, G.ProxyGestureListener_onDragStart_closure, G.ProxyGestureListener_onDragUpdate_closure, G.ProxyGestureListener_onDragEnd_closure, G.ProxyGestureListener__cancel_closure, G.ProxyGestureListener__populateActiveListeners_closure, F.Series_Series_closure, F.Series_Series_closure0, F.Series_Series_closure1, X.BaseChart__updateBehaviors_closure, X.BaseChart__updateBehaviors_closure0, X.BaseChart__notACustomBehavior_closure, X.BaseChart__updateSelectionModel_closure, X.BaseChart__updateSelectionModel_closure0, X.BaseChart_getDesiredGestures_closure, X.BaseChart_getDesiredGestures_closure0, U.BaseChartState_requestRebuild_closure, U.BaseChartState_build_closure, U.BaseChartState_dispose_closure, U.BaseChartState__animationTick_closure, Y.BaseLegendContentBuilder_build_closure, M.SimpleLegendEntryLayout_makeTapUpCallback_closure, L.TabularLegendLayout_build_closure, L.TabularLegendLayout__buildTableFromRows_closure, L.TabularLegendLayout__buildTableFromRows_closure0, L.TabularLegendLayout__buildTableFromRows_closure1, Z._FlutterSeriesLegend_build_closure, V.LinePainter__drawDashedLine_closure, X.ChartContainerRenderObject_requestAnimation_startAnimationController, X.ChartContainerRenderObject_requestRebuild_doRebuild, K.ChartGestureDetector_makeWidget_closure, K.ChartGestureDetector_onTapDown_closure, M.getChartContainerRenderObject_closure, E.WidgetLayoutDelegate__getBehaviorOffset__behaviorOffset_set, E.WidgetLayoutDelegate__getBehaviorOffset__behaviorOffset_get, M.CanonicalizedMap_addAll_closure, M.CanonicalizedMap_entries_closure, M.CanonicalizedMap_forEach_closure, M.CanonicalizedMap_keys_closure, M.CanonicalizedMap_map_closure, M.CanonicalizedMap_putIfAbsent_closure, M.CanonicalizedMap_values_closure, M.DraggableScrollbar__thumbSemicircleBuilder_closure, M._DraggableScrollbarState_build_closure, M._DraggableScrollbarState_build__closure, M._DraggableScrollbarState_changePosition_closure, M._DraggableScrollbarState_changePosition__closure, M._DraggableScrollbarState__onVerticalDragStart_closure, M._DraggableScrollbarState__onVerticalDragUpdate_closure, M._DraggableScrollbarState__onVerticalDragEnd_closure, M._DraggableScrollbarState__onVerticalDragEnd_closure0, M.SlideFadeTransition_build_closure, Q.MemoryDirectory_createSync_closure, Q.MemoryDirectory_createTempSync_closure, Q.MemoryDirectory_createTempSync_closure0, Q.MemoryDirectory_createTempSync_name, T.MemoryFile__resolvedBackingOrCreate_closure, T.MemoryFile__resolvedBackingOrCreate_closure0, T.MemoryFile__doCreate_closure, T._FileSink__FileSink$fromFile__node_set, T._FileSink__FileSink$fromFile__node_get, T._FileSink__FileSink$fromFile_closure, T._FileSink_addStream_finish, T._FileSink_addStream_closure, T._FileSink_addStream_closure0, T._FileSink_close_closure, T._FileSink_close_closure0, T._FileSink__addData_closure, X._MemoryFileSystem_findNode_subpath, X._MemoryFileSystem_findNode_closure, U.MemoryFileSystemEntity_backing_closure, U.MemoryFileSystemEntity_resolvedBacking_closure, U.MemoryFileSystemEntity_resolvedBacking_closure0, U.MemoryFileSystemEntity_defaultCheckType_closure, U.MemoryFileSystemEntity_internalCreateSync_closure, B.resolveLinks_closure, S.ErrorCodes_EINVAL_closure, S.ErrorCodes_EISDIR_closure, S.ErrorCodes_ELOOP_closure, S.ErrorCodes_ENOENT_closure, S.ErrorCodes_ENOTDIR_closure, S.ErrorCodes_ENOTEMPTY_closure, G.FilePickerWeb_pickFiles_changeEventListener, G.FilePickerWeb_pickFiles_changeEventListener_addPickedFile, G.FilePickerWeb_pickFiles_changeEventListener_closure, G.FilePickerWeb_pickFiles_changeEventListener__closure, G.FilePickerWeb_pickFiles_changeEventListener__closure0, G.FilePickerWeb_pickFiles_cancelledEventListener, G.FilePickerWeb_pickFiles_cancelledEventListener_closure, G.FilePickerWeb__fileType_closure, E.CupertinoDynamicColor_toString_toString, D.CupertinoRouteTransitionMixin_buildPageTransitions_closure, D.CupertinoRouteTransitionMixin_buildPageTransitions_closure0, D._CupertinoBackGestureController_dragEnd__animationStatusCallback_set, D._CupertinoBackGestureController_dragEnd__animationStatusCallback_get, D._CupertinoBackGestureController_dragEnd_closure, D._CupertinoEdgeShadowDecoration_lerp_closure, D._CupertinoEdgeShadowDecoration_lerp_closure0, E._CupertinoScrollbarState_initState_closure, E._CupertinoScrollbarState_handleThumbPress_closure, N._CupertinoSwitchState__handleDragEnd_closure, N._RenderCupertinoSwitch_paint_closure, K.CupertinoThemeData_resolveFrom_convertColor, K.NoDefaultCupertinoThemeData_resolveFrom_convertColor, K._CupertinoThemeDefaults_resolveFrom_convertColor, U._testPlatform_closure, U._browserPlatform_closure, U.FlutterErrorDetails_summary_formatException, U.FlutterErrorDetails_summary_closure, U.FlutterErrorDetails_summary_closure0, U.FlutterErrorDetails_debugFillProperties_closure, U.FlutterError_FlutterError_closure, U.FlutterError_defaultStackFilter_closure, U.FlutterError_defaultStackFilter_closure0, U.FlutterError_toString_closure, U.debugPrintStack_closure, N.BindingBase_lockEvents_closure, N.BindingBase_registerBoolServiceExtension_closure, N.BindingBase_registerNumericServiceExtension_closure, N.BindingBase_registerServiceExtension_closure, N.BindingBase_registerServiceExtension_closure__result_set, N.BindingBase_registerServiceExtension__closure, N.BindingBase_registerServiceExtension_closure__result_get, B.ChangeNotifier_notifyListeners_closure, Y._PrefixedStringBuilder__wordWrapLine__lastWordStart_set, Y._PrefixedStringBuilder__wordWrapLine__lastWordStart_get, Y._PrefixedStringBuilder__wordWrapLine_noWrap, Y.TextTreeRenderer__debugRender_visitor, Y.TextTreeRenderer__debugRender_closure, F.LicenseEntryWithLineBreaks_paragraphs_addLine, F.LicenseEntryWithLineBreaks_paragraphs_getParagraph, R.StackFrame_fromStackString_closure, O.SynchronousFuture_whenComplete_closure, D._GestureArena_toString_closure, D.GestureArenaManager_add_closure, D.GestureArenaManager__tryToResolveArena_closure, N.GestureBinding_dispatchEvent_closure, N.GestureBinding_dispatchEvent_closure0, K.ForcePressGestureRecognizer_handleEvent_closure, K.ForcePressGestureRecognizer_acceptGesture_closure, K.ForcePressGestureRecognizer_didStopTrackingLastPointer_closure, T.LongPressGestureRecognizer__checkLongPressStart_closure, T.LongPressGestureRecognizer__checkLongPressMoveUpdate_closure, T.LongPressGestureRecognizer__checkLongPressEnd_closure, O.DragGestureRecognizer__checkDown_closure, O.DragGestureRecognizer__checkStart_closure, O.DragGestureRecognizer__checkUpdate_closure, O.DragGestureRecognizer__checkEnd_closure, O.DragGestureRecognizer__checkEnd_closure0, O.DragGestureRecognizer__checkEnd_closure1, V.MultiDragGestureRecognizer_acceptGesture_closure, V.MultiDragGestureRecognizer__startDrag_closure, O.PointerRouter_addRoute_closure, O.PointerRouter__dispatchEventToRoutes_closure, S.PrimaryPointerGestureRecognizer_addAllowedPointer_closure, B.ScaleGestureRecognizer__reconfigure_closure, B.ScaleGestureRecognizer__reconfigure_closure0, B.ScaleGestureRecognizer__advanceStateMachine_closure, B.ScaleGestureRecognizer__dispatchOnStartCallbackIfNeeded_closure, N.TapGestureRecognizer_handleTapDown_closure, N.TapGestureRecognizer_handleTapDown_closure0, N.TapGestureRecognizer_handleTapUp_closure, N.TapGestureRecognizer_handleTapUp_closure0, V.GestureArenaTeam_add_closure, A.showLicensePage_closure, A._PackagesViewState_licenses_closure, A._PackagesViewState_licenses_closure0, A._PackagesViewState_build_closure, A._PackagesViewState_build__closure, A._PackagesViewState_build___closure, A._PackagesViewState__initDefaultDetailPage_closure, A._PackagesViewState__packagesList_closure, A._PackagesViewState__packagesList__closure, A._PackagesViewState__packagesList___closure, A._LicenseData_sortPackages_closure, A._PackageLicensePageState__initLicenses_closure, A._PackageLicensePageState__initLicenses_closure0, A._PackageLicensePageState_build_closure, A._MasterDetailFlowState_build_closure, A._MasterDetailFlowState__nestedUI_closure1, A._MasterDetailFlowState__nestedUI_closure, A._MasterDetailFlowState__nestedUI_closure0, A._MasterDetailFlowState__masterPageRoute_closure, A._MasterDetailFlowState__masterPageRoute__closure, A._MasterDetailFlowState__detailPageRoute_closure, A._MasterDetailFlowState__detailPageRoute__closure, A._MasterDetailFlowState__lateralUI_closure1, A._MasterDetailFlowState__lateralUI_closure0, A._MasterDetailFlowState__lateralUI_closure, A._MasterDetailScaffoldState_openDetailPage_closure, A._MasterDetailScaffoldState_setInitialDetailPage_closure, A._MasterDetailScaffoldState_build_closure, A._MasterDetailScaffoldState_build__closure, A._DetailView_build_closure, S.MaterialApp_createMaterialHeroController_closure, S._MaterialAppState__buildWidgetApp_closure, D.MaterialPointArcTween__initialize_sweepAngle, D._maxBy__maxValue_set, D._maxBy__maxValue_get, D.MaterialRectArcTween__initialize_closure, R.BackButton_build_closure, Z._RawMaterialButtonState__handleHighlightChanged_closure, Z._RawMaterialButtonState__handleHoveredChanged_closure, Z._RawMaterialButtonState__handleFocusedChanged_closure, Z._RenderInputPadding_hitTest_closure, K._ButtonStyleState__handleHighlightChanged_closure, K._ButtonStyleState__handleHoveredChanged_closure, K._ButtonStyleState__handleFocusedChanged_closure, K._ButtonStyleState_build_effectiveValue, K._ButtonStyleState_build_resolve, K._ButtonStyleState_build_resolve_closure, K._ButtonStyleState_build_closure, K._ButtonStyleState_build_closure0, K._ButtonStyleState_build_closure1, K._ButtonStyleState_build_closure2, K._ButtonStyleState_build_closure3, K._ButtonStyleState_build_closure4, K._ButtonStyleState_build_closure5, K._ButtonStyleState_build_closure6, K._ButtonStyleState_build_closure7, K._ButtonStyleState_build_closure8, K._ButtonStyleState_build_closure16, K._ButtonStyleState_build__closure0, K._ButtonStyleState_build_closure17, K._ButtonStyleState_build__closure, K._ButtonStyleState_build_closure9, K._ButtonStyleState_build_closure10, K._ButtonStyleState_build_closure11, K._ButtonStyleState_build_closure12, K._ButtonStyleState_build_closure13, K._ButtonStyleState_build_closure14, K._ButtonStyleState_build_closure15, K._ButtonStyleState_build__closure1, K._RenderInputPadding_hitTest_closure0, Q._CalendarDatePickerState__handleModeChanged_closure, Q._CalendarDatePickerState__handleMonthChanged_closure, Q._CalendarDatePickerState__handleYearChanged_closure, Q._CalendarDatePickerState__handleDayChanged_closure, Q._CalendarDatePickerState_build_closure, Q._MonthPickerState_didUpdateWidget_closure, Q._MonthPickerState__handleMonthPageChanged_closure, Q._MonthPickerState__handleGridFocusChange_closure, Q._MonthPickerState__handleDirectionFocus_closure, Q._DayPickerState_build_closure, Q._YearPickerState__buildYearItem_closure, K._CheckboxState__widgetFillColor_closure, K._CheckboxState__defaultFillColor_closure, K._CheckboxState_build_closure, S.DataTable_build_closure3, S.DataTable_build_closure, S.DataTable_build_closure0, S.DataTable_build_closure1, S.DataTable_build_closure2, S.DataTable_build_closure4, S.DataTable_build_closure5, S.DataTable_build_closure6, S.DataTable_build_closure7, S.TableRowInkWell_getRectCallback_closure, S._SortArrowState__rebuild_closure, K.showDatePicker_closure, K._DatePickerDialogState__handleOk_closure, K._DatePickerDialogState__handleEntryModeToggle_closure, K._DatePickerDialogState__handleDateChanged_closure, K._DatePickerDialogState_build_calendarDatePicker, K._DatePickerDialogState_build_inputDatePicker, K._DatePickerDialogState_build_closure, K.__DatePickerDialogState_State_RestorationMixin_dispose_closure, E.DialogRoute_closure, Z.DrawerControllerState__animationChanged_closure, K._DropdownMenuState_build_closure, K._DropdownRoute_buildPage_closure, K._DropdownRoute_getItemOffset_closure, K._DropdownRoute_getMenuLimits_closure, K._DropdownRoutePage_build_closure, K._DropdownButtonState_initState_closure, K._DropdownButtonState_initState_closure0, K._DropdownButtonState__handleFocusChanged_closure, K._DropdownButtonState__handleFocusHighlightModeChange_closure, K._DropdownButtonState__updateSelectedIndex_closure, K._DropdownButtonState__handleTap_closure, K._DropdownButtonState__handleTap_closure0, K._DropdownButtonState_build_closure, K.DropdownButtonFormField_closure, K.DropdownButtonFormField__closure, D._ExpansionPanelListState_build_closure, M.Feedback_wrapForTap_closure, O._getClipCallback_closure, U._getClipCallback_closure0, R._InkResponseState_highlightsExist_closure, R._InkResponseState_updateHighlight_handleInkRemoval, R._InkResponseState__createInkFeature_onRemoved, R._InkResponseState__handleFocusHighlightModeChange_closure, U._InputDatePickerFormFieldState_didUpdateWidget_closure, U._InputDatePickerFormFieldState_didUpdateWidget__closure, L._HelperErrorState__handleChange_closure, L._RenderDecoration_debugDescribeChildren_add, L._RenderDecoration_performLayout_centerLayout, L._RenderDecoration_performLayout_baselineLayout, L._RenderDecoration_paint_doPaint, L._RenderDecoration_hitTestChildren_closure, L._InputDecoratorState__handleChange_closure, Q.ListTileTheme_merge_closure, Q._RenderListTile_debugDescribeChildren_add, Q._RenderListTile_paint_doPaint, Q._RenderListTile_hitTestChildren_closure, M._MaterialState_build_closure, M._MaterialInteriorState_forEachTween_closure, M._MaterialInteriorState_forEachTween_closure0, M._MaterialInteriorState_forEachTween_closure1, B._MergeableMaterialState__handleTick_closure, B._MergeableMaterialState_didUpdateWidget_closure, B._MergeableMaterialState_didUpdateWidget_closure0, K._ZoomPageTransition_build_closure, K._ZoomPageTransition_build_closure0, K._ZoomPageTransition_build_closure1, K._ZoomPageTransition_build_closure2, K._ZoomEnterTransition_build_closure, K.PageTransitionsTheme__all_closure, R.PaginatedDataTableState__handleDataSourceChanged_closure, R.PaginatedDataTableState_pageTo_closure, R.PaginatedDataTableState__getBlankRowFor_closure, R.PaginatedDataTableState__getProgressIndicatorRowFor_closure, R.PaginatedDataTableState__getRows_closure, R.PaginatedDataTableState_build_closure, Z._PopupMenu_build_closure, Z._PopupMenu_build_closure0, Z._PopupMenuRoute_buildPage_closure, Z.PopupMenuButtonState_showButtonMenu_closure, U._LinearProgressIndicatorPainter_paint_drawBar, U._LinearProgressIndicatorState_build_closure, U._CircularProgressIndicatorState__buildAnimation_closure, Y._RadioState__widgetFillColor_closure, Y._RadioState__defaultFillColor_closure, Y._RadioState_build_closure, G.RadioListTile_build_closure, N.RefreshIndicatorState__handleScrollNotification_closure, N.RefreshIndicatorState__dismiss_closure, N.RefreshIndicatorState__dismiss_closure0, N.RefreshIndicatorState__show_closure, N.RefreshIndicatorState__show__closure, N.RefreshIndicatorState__show__closure0, N.RefreshIndicatorState_build_closure, Z.ReorderableListView_closure, Z._ReorderableListViewState__wrapWithSemantics_reorder, Z._ReorderableListViewState__wrapWithSemantics_moveToStart, Z._ReorderableListViewState__wrapWithSemantics_moveToEnd, Z._ReorderableListViewState__wrapWithSemantics_moveBefore, Z._ReorderableListViewState__wrapWithSemantics_moveAfter, Z._ReorderableListViewState__proxyDecorator_closure, Z._ReorderableListViewState_build__listPadding_set, Z._ReorderableListViewState_build__outerPadding_set, Z._ReorderableListViewState_build__outerPadding_get, Z._ReorderableListViewState_build__listPadding_get, M.ScaffoldMessengerState_hideCurrentSnackBar_closure, M._ScaffoldLayout_performLayout__floatingActionButtonRect_set, M._ScaffoldLayout_performLayout__floatingActionButtonRect_get, M._FloatingActionButtonTransitionState__handlePreviousAnimationStatusChanged_closure, M.ScaffoldState__drawerOpenedCallback_closure, M.ScaffoldState__endDrawerOpenedCallback_closure, M.ScaffoldState_hideCurrentSnackBar_closure, M.ScaffoldState__updateSnackBar_closure, M.ScaffoldState__buildBottomSheet__bottomSheet_set, M.ScaffoldState__buildBottomSheet__bottomSheet_get, M.ScaffoldState__buildBottomSheet__removeCurrentBottomSheet, M.ScaffoldState__buildBottomSheet__removeCurrentBottomSheet_closure, M.ScaffoldState__buildBottomSheet_closure, M.ScaffoldState__buildBottomSheet_closure0, M.ScaffoldState__buildBottomSheet_closure1, M.ScaffoldState__buildBottomSheet__closure, M.ScaffoldState_showBottomSheet_closure, M.ScaffoldState__moveFloatingActionButton_closure, M.ScaffoldState_showBodyScrim_closure, M.ScaffoldState_build_closure, M._StandardBottomSheetState_build_closure, M._ScaffoldState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, E._MaterialScrollbarState__thumbColor__dragColor_set, E._MaterialScrollbarState__thumbColor__hoverColor_set, E._MaterialScrollbarState__thumbColor__idleColor_set, E._MaterialScrollbarState__thumbColor__dragColor_get, E._MaterialScrollbarState__thumbColor__hoverColor_get, E._MaterialScrollbarState__thumbColor__idleColor_get, E._MaterialScrollbarState__thumbColor_closure, E._MaterialScrollbarState__trackColor_closure, E._MaterialScrollbarState__trackBorderColor_closure, E._MaterialScrollbarState__thickness_closure, E._MaterialScrollbarState_initState_closure, E._MaterialScrollbarState_handleThumbPressStart_closure, E._MaterialScrollbarState_handleThumbPressEnd_closure, E._MaterialScrollbarState_handleHover_closure, E._MaterialScrollbarState_handleHover_closure0, E._MaterialScrollbarState_handleHoverExit_closure, O._SelectableTextState__onControllerChanged_closure, O._SelectableTextState__handleSelectionChanged_closure, O._SelectableTextState_build_closure, N._MaterialSwitchState__widgetThumbColor_closure, N._MaterialSwitchState__defaultThumbColor_closure, N._MaterialSwitchState__widgetTrackColor_closure, N._MaterialSwitchState__defaultTrackColor_closure, N._MaterialSwitchState__handleDragEnd_closure, N._MaterialSwitchState_build_closure, O.SwitchListTile_build_closure, U.TabController__changeIndex_closure, E._TabBarState_initState_closure, E._TabBarState__handleTabControllerTick_closure, E._TabBarState_build_closure, E._TabBarViewState__warpToCurrentIndex_closure, E._TabBarViewState__warpToCurrentIndex_closure0, Z._TextFieldState__handleSelectionChanged_closure, Z._TextFieldState__handleHover_closure, Z._TextFieldState_build_closure, Z._TextFieldState_build_closure0, Z._TextFieldState_build_closure1, Z._TextFieldState_build_closure2, Z._TextFieldState_build_closure3, Z._TextFieldState_build__closure, Z.__TextFieldState_State_RestorationMixin_dispose_closure, E.TextFormField_closure, E.TextFormField_closure_onChangedHandler, K._AnimatedThemeState_forEachTween_closure, X.ThemeData_localize_closure, Z.TimeOfDay_toString__addLeadingZeroIfNeeded, M._HourMinuteControl_build_closure, M._HourMinuteControl_build_closure0, M._HourControl_build_hoursFromSelected, M._HourControl_build_closure1, M._HourControl_build_closure0, M._HourControl_build_closure, M._MinuteControl_build_closure1, M._MinuteControl_build_closure0, M._MinuteControl_build_closure, M._DayPeriodControl_build_closure, M._DayPeriodControl_build_closure0, M._DayPeriodControl_build_closure1, M._DayPeriodControl_build_closure2, M._RenderInputPadding_hitTest_closure1, M._DialPainter_paint_getOffsetForTheta, M._DialPainter_paint_paintLabels, M._DialState_initState_closure, M._DialState_initState__closure, M._DialState__updateThetaForPan_closure, M._DialState__build24HourRing_closure, M._DialState__build12HourRing_closure, M._DialState__buildMinutes_closure, M._TimePickerInputState__validateHour_closure, M._TimePickerInputState__validateMinute_closure, M._HourMinuteTextFieldState_initState_closure, M._HourMinuteTextFieldState_initState__closure, M._HourMinuteTextFieldState_build_closure, M._TimePickerDialogState__vibrate_closure, M._TimePickerDialogState__handleModeChanged_closure, M._TimePickerDialogState__handleEntryModeToggle_closure, M._TimePickerDialogState__handleTimeChanged_closure, M._TimePickerDialogState__handleHourSelected_closure, M._TimePickerDialogState__handleOk_closure, M.showTimePicker_closure, E.ToggleButtons_build_closure, E.ToggleButtons_build__closure, F.ToggleableStateMixin__handleTapDown_closure, F.ToggleableStateMixin__handleTapEnd_closure, F.ToggleableStateMixin__handleFocusHighlightChanged_closure, F.ToggleableStateMixin__handleHoverChanged_closure, S._TooltipState__handleMouseTrackerChange_closure, S._TooltipState__createNewEntry_closure, S._TooltipState_build_closure, S._TooltipState_build_closure0, D.NetworkImage__loadAsync_closure, Y._CompoundBorder_dimensions_closure, Y._CompoundBorder_scale_closure, Y._CompoundBorder_toString_closure, Z.ClipContext_clipPathAndPaint_closure, Z.ClipContext_clipRRectAndPaint_closure, Z.ClipContext_clipRectAndPaint_closure, X.paintImage_closure, E.ImageCache__trackLiveImage_closure, E.ImageCache__trackLiveImage__closure, E.ImageCache_putIfAbsent_listener, E._CachedImageBase_dispose_closure, E._LiveImage_closure, M.ImageProvider_resolve_closure, M.ImageProvider_resolve_closure0, M.ImageProvider__createErrorHandlerAndKey_handleError, M.ImageProvider__createErrorHandlerAndKey_closure, M.ImageProvider__createErrorHandlerAndKey_closure0, M.ImageProvider__createErrorHandlerAndKey__closure, M.ImageProvider_resolveStreamForKey_closure, M.ImageProvider_resolveStreamForKey_closure0, L.AssetImage_obtainKey_closure, L.AssetImage_obtainKey_closure0, L.ImageStreamCompleter_reportError_closure, L.ImageStreamCompleter_reportImageChunkEvent_closure, L.MultiFrameImageStreamCompleter_closure, L.MultiFrameImageStreamCompleter_closure0, L.MultiFrameImageStreamCompleter__handleAppFrame_closure, G.InlineSpan_getSpanForPosition_closure, G.InlineSpan_codeUnitAt_closure, V._ShapeDecorationPainter__precache_closure, V._ShapeDecorationPainter__precache_closure0, Q.TextSpan_debugDescribeChildren_closure, A.TextStyle_fontFamilyFallback_closure, F.RenderAnimatedSize_closure, N.RendererBinding__scheduleMouseTrackerUpdate_closure, S.BoxConstraints_toString_describe, S.RenderBox__computeIntrinsicDimension_closure, S.RenderBox_getDryLayout_closure, S.RenderBox_getDistanceToActualBaseline_closure, S.RenderBoxContainerDefaultsMixin_defaultHitTestChildren_closure, V.RenderCustomPaint__updateSemanticsChildren__oldKeyedChildren_set, D.RenderEditable_nextCharacter_closure, D.RenderEditable_extendSelectionDown__nextSelection_set, D.RenderEditable_extendSelectionDown__nextSelection_get, D.RenderEditable_extendSelectionLeftByLine__nextSelection_set, D.RenderEditable_extendSelectionLeftByLine__nextSelection_get, D.RenderEditable_extendSelectionRightByLine__nextSelection_set, D.RenderEditable_extendSelectionRightByLine__nextSelection_get, D.RenderEditable_extendSelectionUp__nextSelection_set, D.RenderEditable_extendSelectionUp__nextSelection_get, D.RenderEditable_expandSelectionLeftByLine__nextSelection_set, D.RenderEditable_expandSelectionLeftByLine__nextSelection_get, D.RenderEditable_expandSelectionRightByLine__nextSelection_set, D.RenderEditable_expandSelectionRightByLine__nextSelection_get, D.RenderEditable_moveSelectionDown__nextSelection_set, D.RenderEditable_moveSelectionDown__nextSelection_get, D.RenderEditable_moveSelectionUp__nextSelection_set, D.RenderEditable_moveSelectionUp__nextSelection_get, D.RenderEditable_describeSemanticsConfiguration_closure, D.RenderEditable_getRectForComposingRange_closure, D.RenderEditable_selectWordEdge__newSelection_set, D.RenderEditable_selectWordEdge__newSelection_get, F.RenderFlex__getIntrinsicSize__crossSize_set, F.RenderFlex__getIntrinsicSize__mainSize_set, F.RenderFlex__getIntrinsicSize__mainSize_get, F.RenderFlex__getIntrinsicSize__crossSize_get, F.RenderFlex_computeMinIntrinsicWidth_closure, F.RenderFlex_computeMaxIntrinsicWidth_closure, F.RenderFlex_computeMinIntrinsicHeight_closure, F.RenderFlex_computeMaxIntrinsicHeight_closure, F.RenderFlex__computeSizes__minChildExtent_set, F.RenderFlex__computeSizes__minChildExtent_get, F.RenderFlex_performLayout__betweenSpace_set, F.RenderFlex_performLayout__leadingSpace_set, F.RenderFlex_performLayout__leadingSpace_get, F.RenderFlex_performLayout__betweenSpace_get, R.RenderListBody_computeMinIntrinsicWidth_closure, R.RenderListBody_computeMinIntrinsicWidth_closure0, R.RenderListBody_computeMaxIntrinsicWidth_closure, R.RenderListBody_computeMaxIntrinsicWidth_closure0, R.RenderListBody_computeMinIntrinsicHeight_closure, R.RenderListBody_computeMinIntrinsicHeight_closure0, R.RenderListBody_computeMaxIntrinsicHeight_closure, R.RenderListBody_computeMaxIntrinsicHeight_closure0, A.MouseTracker__handleDeviceUpdate_closure, A.MouseTracker_updateWithEvent_closure, A.MouseTracker_updateWithEvent__closure, A.MouseTracker_updateAllDevices_closure, A.MouseTracker__handleDeviceUpdateMouseEvents_closure, A.MouseTracker__handleDeviceUpdateMouseEvents_closure0, K.PaintingContext_pushClipRect_closure, K.PaintingContext_pushClipRRect_closure, K.PaintingContext_pushClipPath_closure, K.PipelineOwner_flushLayout_closure, K.PipelineOwner_flushCompositingBits_closure, K.PipelineOwner_flushPaint_closure, K.PipelineOwner_flushSemantics_closure, K.RenderObject__debugReportException_closure, K.RenderObject_invokeLayoutCallback_closure, K.RenderObject__updateCompositingBits_closure, K.RenderObject_clearSemantics_closure, K.RenderObject__getSemanticsForParent_closure, Q.RenderParagraph__extractPlaceholderSpans_closure, Q.RenderParagraph_hitTestChildren__hitText_set, Q.RenderParagraph_hitTestChildren__hitText_get, Q.RenderParagraph_hitTestChildren_closure, Q.RenderParagraph_paint_closure, Q.RenderParagraph_describeSemanticsConfiguration_closure, G._factoriesTypeSet_closure, G._PlatformViewGestureRecognizer_closure, E.RenderTransform_hitTestChildren_closure, E.RenderFittedBox_hitTestChildren_closure, E.RenderFractionalTranslation_hitTestChildren_closure, E.RenderFollowerLayer_hitTestChildren_closure, T.RenderShiftedBox_hitTestChildren_closure, G.RenderSliverHelpers_hitTestBoxChild_closure, U.RenderSliverList_performLayout_advance, F.RenderSliverMultiBoxAdaptor__createOrObtainChild_closure, F.RenderSliverMultiBoxAdaptor_collectGarbage_closure, F.RenderSliverMultiBoxAdaptor_collectGarbage__closure, U.RenderSliverPersistentHeader_layoutChild_closure, K.RenderStack_computeMinIntrinsicWidth_closure, K.RenderStack_computeMaxIntrinsicWidth_closure, K.RenderStack_computeMinIntrinsicHeight_closure, K.RenderStack_computeMaxIntrinsicHeight_closure, K.RenderStack_layoutPositionedChild__x_set, K.RenderStack_layoutPositionedChild__y_set, K.RenderStack_layoutPositionedChild__x_get, K.RenderStack_layoutPositionedChild__y_get, K.RenderIndexedStack_hitTestChildren_closure, S.RenderTable_computeDryLayout_closure, S.RenderTable_hitTestChildren_closure, Q.RenderViewportBase_visitChildrenForSemantics_closure, Q.RenderViewportBase_hitTestChildren_closure, N._TaskEntry_run_closure, N.SchedulerBinding_endOfFrame_closure, N.SchedulerBinding_scheduleWarmUpFrame_closure, N.SchedulerBinding_scheduleWarmUpFrame_closure0, N.SchedulerBinding_scheduleWarmUpFrame_closure1, N.SchedulerBinding__handleDrawFrame_closure, N.SchedulerBinding_handleBeginFrame_closure, M.TickerFuture_whenCompleteOrCancel_thunk, A.SemanticsNode_getSemanticsData_closure, A.SemanticsNode__childrenInTraversalOrder_closure, A.SemanticsNode_debugDescribeChildren_closure, A._SemanticsSortGroup_sortedWithinVerticalGroup_closure, A._SemanticsSortGroup_sortedWithinKnot_closure, A._SemanticsSortGroup_sortedWithinKnot_search, A._SemanticsSortGroup_sortedWithinKnot_closure0, A._SemanticsSortGroup_sortedWithinKnot_closure1, A._childrenInDefaultOrder_closure, A.SemanticsOwner_sendSemanticsUpdate_closure, A.SemanticsOwner_sendSemanticsUpdate_closure0, A.SemanticsOwner_sendSemanticsUpdate_closure1, 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, Q.CachingAssetBundle_loadStructuredData_closure, F._AutofillScopeTextInputConfiguration_toJson_closure, F.AutofillScopeMixin_attach_closure, N.ServicesBinding__addLicenses_closure, N.ServicesBinding__addLicenses_closure0, N._DefaultBinaryMessenger__sendPlatformMessage_closure, N._DefaultBinaryMessenger_setMessageHandler_closure, U.StandardMessageCodec_writeValue_closure, A.BasicMessageChannel_setMessageHandler_closure, A.MethodChannel_setMethodCallHandler_closure, A.EventChannel_receiveBroadcastStream__controller_set, A.EventChannel_receiveBroadcastStream__controller_get, A.EventChannel_receiveBroadcastStream_closure, A.EventChannel_receiveBroadcastStream__closure, A.EventChannel_receiveBroadcastStream_closure0, K.RestorationManager_handleRestorationUpdateFromEngine_closure, K.RestorationManager_scheduleSerializationFor_closure, K.RestorationBucket__rawChildren_closure, K.RestorationBucket__rawValues_closure, K.RestorationBucket__addChildData_closure, K.RestorationBucket__visitChildren_closure, X.SystemChrome_setSystemUIOverlayStyle_closure, B.FilteringTextInputFormatter_formatEditUpdate_closure, B.FilteringTextInputFormatter_formatEditUpdate__closure, B.FilteringTextInputFormatter_formatEditUpdate__closure0, N.TextInput__scheduleHide_closure, U._getParent__parent_set, U._getParent__parent_get, U._getParent_closure, U.Actions__findDispatcher_closure, U.Actions_maybeFind_closure, U._ActionsState__handleActionChanged_closure, U._FocusableActionDetectorState_initState_closure, U._FocusableActionDetectorState__updateHighlightMode_closure, U._FocusableActionDetectorState__handleMouseEnter_closure, U._FocusableActionDetectorState__handleMouseExit_closure, U._FocusableActionDetectorState__handleFocusChange_closure, U._FocusableActionDetectorState__mayTriggerCallback_shouldShowHoverHighlight, U._FocusableActionDetectorState__mayTriggerCallback_canRequestFocus, U._FocusableActionDetectorState__mayTriggerCallback_shouldShowFocusHighlight, U._FocusableActionDetectorState_didUpdateWidget_closure, U._AnimatedCrossFadeState_initState_closure, U._AnimatedCrossFadeState_initState__closure, G._AnimatedSwitcherState__newEntry_closure, G._AnimatedSwitcherState__newEntry__closure, G._AnimatedSwitcherState__rebuildOutgoingWidgetsIfNeeded_closure, S._WidgetsAppState__onGenerateRoute_closure, S._WidgetsAppState_didChangeLocales_closure, S._WidgetsAppState_build_closure, S._MediaQueryFromWindowsState_didChangeMetrics_closure, S._MediaQueryFromWindowsState_didChangePlatformBrightness_closure, B._StreamBuilderBaseState__subscribe_closure, B._StreamBuilderBaseState__subscribe__closure1, B._StreamBuilderBaseState__subscribe_closure1, B._StreamBuilderBaseState__subscribe__closure, B._StreamBuilderBaseState__subscribe_closure0, B._StreamBuilderBaseState__subscribe__closure0, B._FutureBuilderState__subscribe_closure, B._FutureBuilderState__subscribe__closure0, B._FutureBuilderState__subscribe_closure0, B._FutureBuilderState__subscribe__closure, S._RawAutocompleteState__updateOverlay_closure, S._RawAutocompleteState_initState_closure, S._RawAutocompleteState_didUpdateWidget_closure, F.AutofillGroupState_autofillClients_closure, F.AutofillGroupState_register_closure, L._AutomaticKeepAliveState__addClient_closure, L._AutomaticKeepAliveState__getChildElement_closure, L._AutomaticKeepAliveState__createCallback_closure, L._AutomaticKeepAliveState__createCallback__closure, L._AutomaticKeepAliveState__createCallback__closure0, L._AutomaticKeepAliveState__createCallback___closure, T.RichText__extractChildren_closure, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure0, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure1, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_dispatchEvent_closure, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initInstances_closure, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure0, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_initInstances_closure, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure0, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure1, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure2, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure_markElementsDirty, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_drawFrame_closure, N.WidgetsBinding_scheduleAttachRootWidget_closure, N.RenderObjectToWidgetAdapter_attachToRenderTree_closure, N.RenderObjectToWidgetAdapter_attachToRenderTree_closure0, B.LongPressDraggable_createRecognizer_closure, B._DraggableState__startDrag_closure, B._DraggableState__startDrag_closure0, B._DraggableState__startDrag_closure1, B._DraggableState__startDrag__closure, B._mapAvatarsToData_closure, B._DragTargetState_didEnter_closure, B._DragTargetState_didEnter_closure0, B._DragTargetState_didLeave_closure, B._DragTargetState_didDrop_closure, B._DragAvatar_updateDrag_closure, B._DragAvatar_updateDrag_closure0, S._DraggableScrollableSheetState__setExtent_closure, S._DraggableScrollableSheetState_build_closure, S._DraggableScrollableSheetScrollPosition_goBallistic__tick, D.EditableTextState_initState_closure, D.EditableTextState_didChangeDependencies_closure, D.EditableTextState__scheduleShowCaretOnScreen_closure, D.EditableTextState__formatAndSetValue_closure, D.EditableTextState__cursorTick_closure, D.EditableTextState__didChangeTextEditingValue_closure, D.EditableTextState__updateSizeAndTransform_closure, D.EditableTextState__updateComposingRectIfNeeded_closure, D.EditableTextState__updateCaretRectIfNeeded_closure, D.EditableTextState_showAutocorrectionPromptRect_closure, D.EditableTextState__semanticsOnCopy_closure, D.EditableTextState__semanticsOnCut_closure, D.EditableTextState__semanticsOnPaste_closure, D.EditableTextState_build_closure, O.FocusNode_traversalDescendants_closure, O.FocusNode_debugDescribeChildren_closure, L._FocusState__handleFocusChanged_closure, L._FocusState__handleFocusChanged_closure0, L._FocusState__handleFocusChanged_closure1, U._getAncestor_closure, U.FocusTraversalPolicy__sortAllDescendants_visitGroups, U.FocusTraversalPolicy__sortAllDescendants_closure, U._ReadingOrderTraversalPolicy_FocusTraversalPolicy_DirectionalFocusTraversalPolicyMixin_changedScope_closure, U.DirectionalFocusTraversalPolicyMixin__sortAndFindInitial_closure, U.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure, U.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure0, U.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure1, U.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure, U.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure0, U.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure1, U.DirectionalFocusTraversalPolicyMixin__popPolicyDataIfNeeded_popOrInvalidate, U.DirectionalFocusTraversalPolicyMixin_inDirection_closure, U.DirectionalFocusTraversalPolicyMixin_inDirection_closure0, U.DirectionalFocusTraversalPolicyMixin_inDirection_closure1, U.DirectionalFocusTraversalPolicyMixin_inDirection_closure2, U.DirectionalFocusTraversalPolicyMixin_inDirection_closure3, U.DirectionalFocusTraversalPolicyMixin_inDirection_closure4, U._ReadingOrderSortData_commonDirectionalityOf_closure, U._ReadingOrderSortData_sortWithDirectionality_closure, U._ReadingOrderSortData_directionalAncestors_getDirectionalityAncestors, U._ReadingOrderDirectionalGroupData_rect_closure, U._ReadingOrderDirectionalGroupData_sortWithDirectionality_closure, U.ReadingOrderTraversalPolicy__pickNext_closure, U.ReadingOrderTraversalPolicy__pickNext_inBand, U.ReadingOrderTraversalPolicy__pickNext_inBand_closure, A.FormState__fieldDidChange_closure, A.FormState__forceRebuild_closure, A.FormFieldState_validate_closure, A.FormFieldState_didChange_closure, N._InactiveElements__unmount_closure, N.BuildOwner_buildScope_closure, N.BuildOwner_finalizeTree_closure, N.Element_renderObject_visit, N.Element_updateSlotForChild_visit, N.Element__updateDepth_closure, N.Element_detachRenderObject_closure, N.Element_attachRenderObject_closure, N.Element_debugDescribeChildren_closure, N.ComponentElement_performRebuild_closure, N.ComponentElement_performRebuild_closure0, N.ParentDataElement__applyParentData_applyParentDataToChild, N.RenderObjectElement_updateChildren_replaceWithNullIfForgotten, N.RenderObjectElement_updateChildren_slotFor, N.MultiChildRenderObjectElement_children_closure, D.GestureDetector_build_closure, D.GestureDetector_build_closure0, D.GestureDetector_build_closure1, D.GestureDetector_build_closure2, D.GestureDetector_build_closure3, D.GestureDetector_build_closure4, D.GestureDetector_build_closure5, D.GestureDetector_build_closure6, D.GestureDetector_build_closure7, D.GestureDetector_build_closure8, D.GestureDetector_build_closure9, D.GestureDetector_build_closure10, D.GestureDetector_build_closure11, D.GestureDetector_build_closure12, D._DefaultSemanticsGestureDelegate__getTapHandler_closure, D._DefaultSemanticsGestureDelegate__getLongPressHandler_closure, D._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure, D._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure0, D._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure1, D._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure, D._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure0, D._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure1, T.Hero__allHeroesFor_inviteHero, T.Hero__allHeroesFor_visitor, T._HeroState_startFlight_closure, T._HeroState_endFlight_closure, T._HeroFlight__buildOverlay_closure, T._HeroFlight__handleAnimationUpdate_delayedPerformAnimtationUpdate, T.HeroController_didStopUserGesture_isInvalidFlight, T.HeroController__maybeStartHeroTransition_closure, Y.IconTheme_merge_closure, U._ImageState__getListener_closure, U._ImageState__getListener__closure, U._ImageState__handleImageFrame_closure, U._ImageState__handleImageChunk_closure, U._ImageState__updateSourceStream_closure, U._ImageState__updateSourceStream_closure0, G.ImplicitlyAnimatedWidgetState_initState_closure, G.ImplicitlyAnimatedWidgetState_didUpdateWidget_closure, G.ImplicitlyAnimatedWidgetState__constructTweens_closure, G.AnimatedWidgetBaseState__handleAnimationChanged_closure, G._AnimatedContainerState_forEachTween_closure, G._AnimatedContainerState_forEachTween_closure0, G._AnimatedContainerState_forEachTween_closure1, G._AnimatedContainerState_forEachTween_closure2, G._AnimatedContainerState_forEachTween_closure3, G._AnimatedContainerState_forEachTween_closure4, G._AnimatedContainerState_forEachTween_closure5, G._AnimatedContainerState_forEachTween_closure6, G._AnimatedPaddingState_forEachTween_closure, G._AnimatedOpacityState_forEachTween_closure, G._AnimatedDefaultTextStyleState_forEachTween_closure, G._AnimatedPhysicalModelState_forEachTween_closure, G._AnimatedPhysicalModelState_forEachTween_closure0, G._AnimatedPhysicalModelState_forEachTween_closure1, G._AnimatedPhysicalModelState_forEachTween_closure2, M.InheritedTheme_capture__debugDidFindAncestor_set, M.InheritedTheme_capture_closure, A._LayoutBuilderElement__layout_closure, A._LayoutBuilderElement__layout__closure, A._LayoutBuilderElement__layout__closure0, L._loadAll_closure, L._loadAll_closure0, L._loadAll_closure1, L._LocalizationsState_load_closure, L._LocalizationsState_load_closure0, L._LocalizationsState_load__closure, X.ModalBarrier_build_handleDismiss, X.ModalBarrier_build_closure, K.Route_didPush_closure, K.Route_didAdd_closure, K.Route_isCurrent_closure, K.Route_isCurrent_closure0, K.Route_isFirst_closure, K.Route_isFirst_closure0, K.Route_isActive_closure, K.Route_isActive_closure0, K.Navigator_defaultGenerateInitialRoutes_closure, K._RouteEntry_handlePush_closure, K._RouteEntry_dispose_closure, K._RouteEntry_dispose__listener_set, K._RouteEntry_dispose__listener_get, K._RouteEntry_dispose_closure0, K._RouteEntry_isRoutePredicate_closure, K.NavigatorState_restoreState_closure, K.NavigatorState__flushHistoryUpdates_closure, K.NavigatorState__flushHistoryUpdates_closure0, K.NavigatorState__afterNavigation_closure, K.NavigatorState_maybePop_closure, K.NavigatorState_maybePop_closure0, K.NavigatorState_maybePop_closure1, K.NavigatorState_maybePop_closure2, K.NavigatorState_removeRoute_closure, K.NavigatorState_removeRoute_closure0, K.NavigatorState__cancelActivePointers_closure, K._HistoryProperty_fromPrimitives_closure, K._NavigatorState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, E._RenderOverflowBar_performLayout_nextChild, E._RenderOverflowBar_performLayout_nextChild0, X.OverlayEntry_remove_closure, X._OverlayEntryWidgetState__markNeedsBuild_closure, X.OverlayState_insert_closure, X.OverlayState_insertAll_closure, X.OverlayState_rearrange_closure, X.OverlayState__markDirty_closure, X.OverlayState__didChangeEntryOpacity_closure, X._RenderTheatre_computeMinIntrinsicWidth_closure, X._RenderTheatre_computeMaxIntrinsicWidth_closure, X._RenderTheatre_computeMinIntrinsicHeight_closure, X._RenderTheatre_computeMaxIntrinsicHeight_closure, X._RenderTheatre_hitTestChildren_closure, L._GlowController_pull_closure, S.PageStorageBucket__allKeys_closure, D._PageViewState_build_closure0, D._PageViewState_build_closure, G.HtmlElementView_build_closure, G.HtmlElementView__createHtmlElementView_closure, G._PlatformViewLinkState__onPlatformViewCreated_closure, Z.SliverReorderableListState_startItemDragReorder_closure, Z.SliverReorderableListState__dragUpdate_closure, Z.SliverReorderableListState__dragEnd_closure, Z.SliverReorderableListState__dragReset_closure, Z._ReorderableItemState_dragging_closure, Z._ReorderableItemState_updateForGap_closure, Z._ReorderableItemState_rebuild_closure, Z.ReorderableDragStartListener_build_closure, Z._DragInfo_startDrag_closure, Z._DragItemProxy_build_closure, K._RootRestorationScopeState__loadRootBucketIfNecessary_closure, K._RootRestorationScopeState__loadRootBucketIfNecessary__closure, K.RestorationMixin_registerForRestoration_listener, K.__RestorationScopeState_State_RestorationMixin_dispose_closure, T.TransitionRoute__updateSecondaryAnimation__jumpOnAnimationEnd, T.TransitionRoute__updateSecondaryAnimation_closure, T.TransitionRoute__updateSecondaryAnimation_closure0, T.TransitionRoute__setSecondaryAnimation_closure, T.LocalHistoryRoute_removeLocalHistoryEntry_closure, T._ModalScopeState__forceRebuildPage_closure, T._ModalScopeState_build_closure, T._ModalScopeState_build_closure0, T._ModalScopeState_build__closure0, T._ModalScopeState_build___closure, T._ModalScopeState_build__closure, T.ModalRoute_offstage_closure, T.ModalRoute_changedInternalState_closure, Y.ScrollAwareImageProvider_resolveStreamForKey_closure, Y.ScrollAwareImageProvider_resolveStreamForKey__closure, K.ScrollBehavior_velocityTrackerBuilder_closure, K.ScrollBehavior_velocityTrackerBuilder_closure0, A.ScrollPosition_forcePixels_closure, B.ScrollView_build_closure, B.ScrollView_build_closure0, B.ListView$separated_closure, B.ListView$separated_closure0, F._ScrollableState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, F.ScrollableState_setCanDrag_closure, F.ScrollableState_setCanDrag_closure0, F.ScrollableState_setCanDrag_closure1, F.ScrollableState_setCanDrag_closure2, E.RawScrollbarState__maybeTriggerScrollbar_closure, E.RawScrollbarState__maybeStartFadeoutTimer_closure, E.RawScrollbarState__gestures_closure, E.RawScrollbarState__gestures_closure0, E.RawScrollbarState__gestures__closure, E.RawScrollbarState__gestures__closure0, E.RawScrollbarState__gestures__closure1, E.RawScrollbarState__gestures_closure1, E.RawScrollbarState__gestures_closure2, E.RawScrollbarState_build_closure0, E.RawScrollbarState_build_closure, E.SingleChildScrollView_build_closure, E._RenderSingleChildViewport_paint_paintContents, E._RenderSingleChildViewport_hitTestChildren_closure, G.SliverMultiBoxAdaptorElement_performRebuild_processElement, G.SliverMultiBoxAdaptorElement_performRebuild_closure, G.SliverMultiBoxAdaptorElement_performRebuild_closure0, G.SliverMultiBoxAdaptorElement_createChild_closure, G.SliverMultiBoxAdaptorElement_removeChild_closure, U._SliverPersistentHeaderElement__build_closure, S.Table_closure, S.Table_closure0, S._TableElement_mount_closure, S._TableElement_mount__closure, S._TableElement_update_closure, S._TableElement_update_closure0, S._TableElement__updateRenderObjectChildren_closure, S._TableElement__updateRenderObjectChildren__closure, S._TableElement_visitChildren_closure, F.TextSelectionOverlay_showHandles_closure, F.TextSelectionOverlay_showHandles_closure0, F.TextSelectionOverlay__buildHandle_closure, F._TextSelectionGestureDetectorState_build_closure, F._TextSelectionGestureDetectorState_build_closure0, F._TextSelectionGestureDetectorState_build_closure1, F._TextSelectionGestureDetectorState_build_closure2, F._TextSelectionGestureDetectorState_build_closure3, F._TextSelectionGestureDetectorState_build_closure4, F._TextSelectionGestureDetectorState_build_closure5, F._TextSelectionGestureDetectorState_build_closure6, K._AnimatedState__handleChange_closure, N._ValueListenableBuilderState__valueChanged_closure, N._describeRelevantUserCode_isOverflowError, N._describeRelevantUserCode_processElement, D.CacheStore_closure, D.CacheStore_retrieveCacheData_closure, D.CacheStore__scheduleCleanup_closure, Q.WebHelper__manageResponse_closure, Q.WebHelper__saveFileAndPostUpdates_closure, B.BlockPicker_defaultLayoutBuilder_closure, B._BlockPickerState_changeColor_closure, B._BlockPickerState_build_closure, B._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, Y._GlobalCupertinoLocalizationsDelegate_load_closure, Y._GlobalCupertinoLocalizationsDelegate_load_closure__dayFormat_set, Y._GlobalCupertinoLocalizationsDelegate_load_closure__decimalFormat_set, Y._GlobalCupertinoLocalizationsDelegate_load_closure__doubleDigitMinuteFormat_set, Y._GlobalCupertinoLocalizationsDelegate_load_closure__fullYearFormat_set, Y._GlobalCupertinoLocalizationsDelegate_load_closure__mediumDateFormat_set, Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitHourFormat_set, Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitMinuteFormat_set, Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitSecondFormat_set, Y._GlobalCupertinoLocalizationsDelegate_load_closure__fullYearFormat_get, Y._GlobalCupertinoLocalizationsDelegate_load_closure__dayFormat_get, Y._GlobalCupertinoLocalizationsDelegate_load_closure__mediumDateFormat_get, Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitHourFormat_get, Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitMinuteFormat_get, Y._GlobalCupertinoLocalizationsDelegate_load_closure__doubleDigitMinuteFormat_get, Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitSecondFormat_get, Y._GlobalCupertinoLocalizationsDelegate_load_closure__decimalFormat_get, Y._GlobalCupertinoLocalizationsDelegate_load_closure_loadFormats, U._MaterialLocalizationsDelegate_load_closure, L.loadDateIntlDataIfNotLoaded_closure, O._StoreStreamListenerState_build_closure, A.SlidableState_dismiss_closure, A.SlidableState__handleDragUpdate_closure, A.SlidableState__handleShowAllActionsStatusChanged_closure, A.SlidableState__handleOverallPositionChanged_closure, A.SlidableState__startResizeAnimation_closure, A.SlidableState__startResizeAnimation_closure0, V.SlidableDrawerActionPane_build_closure, V.SlidableDrawerActionPane_build_closure0, R.ClosableSlideAction_build_closure, M.showToastWidget_closure, M._StyledToastState_build_closure, M.StyledToastWidgetState_initState_closure, M.StyledToastWidgetState_dismissToast_closure, M.StyledToastWidgetState_didChangeMetrics_closure, Q.ToastFuture$create_closure, Q.ToastManager_dismissAll_closure, L.TypeAheadFormField_closure, L.TypeAheadFormField__closure, L._TypeAheadFieldState_initState_closure, L._TypeAheadFieldState_initState_closure0, L._TypeAheadFieldState_initState_closure1, L._TypeAheadFieldState__scrollResizeListener_closure, L._TypeAheadFieldState__initOverlayEntry_closure, L._TypeAheadFieldState__initOverlayEntry__closure, L._SuggestionsListState_initState_closure, L._SuggestionsListState_initState__closure, L._SuggestionsListState__getSuggestions_closure, L._SuggestionsListState__getSuggestions_closure0, L._SuggestionsListState_createSuggestionsWidget_closure, L._SuggestionsListState_createSuggestionsWidget__closure, L._SuggestionsBox__findRootMediaQuery_closure, D.Registrar_send_closure, K.GoogleSignIn__ensureInitialized_closure, K.GoogleSignIn__waitFor_closure, K.GoogleSignIn__addMethodCall_closure, K.GoogleSignIn_signIn_isCanceled, K.GoogleSignIn_signIn_closure, O.MethodChannelGoogleSignIn_getTokens_closure, M.GoogleSignInPlugin_closure, M.GoogleSignInPlugin_init_closure, M.GoogleSignInPlugin_init_closure0, L.inject_closure, L.init_closure, B.injectJSLibraries_closure, G.BaseRequest_closure, G.BaseRequest_closure0, O.BrowserClient_send_closure, O.BrowserClient_send_closure0, Z.ByteStream_toBytes_closure, B.mapToQuery_closure, B.mapToQuery_closure0, B.onDone_closure, Z.CaseInsensitiveMap$from_closure, R.MediaType_MediaType$parse_closure, R.MediaType_toString_closure, R.MediaType_toString__closure, N.expectQuotedString_closure, V.ImagePickerPlugin__getSelectedXFiles_closure, V.ImagePickerPlugin__getSelectedXFiles__closure, V.ImagePickerPlugin__getSelectedXFiles_closure0, B.DateSymbols_DateSymbols$deserializeFromMap__getStringList, T.Intl__pluralRule_closure, A.DateFormat_dateTimeConstructor_closure, A.DateFormat__checkDateOnly_closure, A.DateFormat__initDigitMatcher_closure, A.DateFormat__initDigitMatcher_closure0, A.DateFormat__fieldConstructors_closure, A.DateFormat__fieldConstructors_closure0, A.DateFormat__fieldConstructors_closure1, A._DateFormatPatternField_parseEnumeratedString_closure, A._DateFormatPatternField_parseEnumeratedString_closure0, A._DateFormatPatternField_parseStandaloneDay_closure, S.NumberFormat_NumberFormat_closure, S.NumberFormat_NumberFormat$decimalPattern_closure, T.ClientEntity_ClientEntity_closure, T.ClientEntity_getActivities_closure, T.ClientEntity_primaryContact_closure, T.ClientEntity_primaryContact_closure0, T.ClientEntity_emailContacts_closure, T.ClientEntity_hasEmailAddress_closure, O.CompanyGatewayEntity_addCard_closure, O.CompanyGatewayEntity_removeCard_closure, O.CompanyGatewayEntity_updateConfig_closure, A.CompanyEntity_getCustomFieldValues_closure, A.CompanyEntity_coreCompany_closure, A.GatewayEntity_supportsTokenBilling_closure, A.GatewayEntity_supportsRefunds_closure, A.GatewayEntity_supportedEvents_closure, A.UserCompanyEntity_UserCompanyEntity_closure, A.UserCompanyEntity__initializeBuilder_closure, D.DesignEntity_clone_closure, T.ActivityEntity_getDescription_closure, T.ActivityEntity_getDescription_closure0, M.ExpenseEntity_clone_closure, Q.InvoiceEntity_InvoiceEntity_closure, Q.InvoiceEntity_moveLineItem_closure, Q.InvoiceEntity_moveLineItem_closure0, Q.InvoiceEntity_clone_closure, Q.InvoiceEntity_clone__closure, Q.InvoiceEntity_clone__closure0, Q.InvoiceEntity_applyClient_closure, Q.InvoiceEntity_history_closure, Q.InvoiceEntity_history_closure0, Q.InvoiceEntity_hasTasks_closure, Q.InvoiceEntity_hasProducts_closure, Q.InvoiceEntity_hasExpenses_closure, Q.InvoiceEntity_applyTax_closure, Q.InvoiceEntity_applyTax_closure0, Q.InvoiceEntity_applyTax_closure1, Q.InvoiceEntity_isViewed_closure, Q.InvoiceEntity_getInvitationForContact_closure, Q.InvoiceEntity_getInvitationForContact_closure0, Q.InvoiceEntity_getTaxes_calculateAmount, Q.InvoiceEntity__calculateTax_closure, Q.InvoiceItemEntity_taxAmount_calculateTaxAmount, Q.InvoiceItemEntity_applyTax_closure, Q.InvoiceItemEntity_applyTax_closure0, Q.InvoiceItemEntity_applyTax_closure1, X.CalculateInvoiceTotal_calculateTaxes_closure, X.CalculateInvoiceTotal_calculateTaxes__closure, X.CalculateInvoiceTotal_calculateTaxes__closure0, X.CalculateInvoiceTotal_calculateTaxes__closure1, X.CalculateInvoiceTotal_calculateTaxes__closure2, X.CalculateInvoiceTotal_calculateTaxes__closure3, X.CalculateInvoiceTotal_calculateTaxes__closure4, X.CalculateInvoiceTotal_calculateTaxes_closure0, X.CalculateInvoiceTotal_calculateTaxes_closure1, X.CalculateInvoiceTotal_calculateTaxes_closure2, X.CalculateInvoiceTotal_calculateTaxes_closure3, X.CalculateInvoiceTotal_calculateTaxes_closure4, X.CalculateInvoiceTotal_calculateTaxes_closure5, X.CalculateInvoiceTotal_getTaxable_closure, X.CalculateInvoiceTotal_calculateTotal_closure, X.CalculateInvoiceTotal_calculateSubtotal_closure, F.PaymentEntity_invoicePaymentables_closure, F.PaymentEntity_creditPaymentables_closure, F.PaymentEntity_invoiceId_closure, F.PaymentEntity_invoiceId_closure0, A.ProductEntity_clone_closure, A.ProjectEntity_clone_closure, K._$serializers_closure, K._$serializers_closure0, K._$serializers_closure1, K._$serializers_closure2, K._$serializers_closure3, K._$serializers_closure4, K._$serializers_closure5, K._$serializers_closure6, K._$serializers_closure7, K._$serializers_closure8, K._$serializers_closure9, K._$serializers_closure10, K._$serializers_closure11, K._$serializers_closure12, K._$serializers_closure13, K._$serializers_closure14, K._$serializers_closure15, K._$serializers_closure16, K._$serializers_closure17, K._$serializers_closure18, K._$serializers_closure19, K._$serializers_closure20, K._$serializers_closure21, K._$serializers_closure22, K._$serializers_closure23, K._$serializers_closure24, K._$serializers_closure25, K._$serializers_closure26, K._$serializers_closure27, K._$serializers_closure28, K._$serializers_closure29, K._$serializers_closure30, K._$serializers_closure31, K._$serializers_closure32, K._$serializers_closure33, K._$serializers_closure34, K._$serializers_closure35, K._$serializers_closure36, K._$serializers_closure37, K._$serializers_closure38, K._$serializers_closure39, K._$serializers_closure40, K._$serializers_closure41, K._$serializers_closure42, K._$serializers_closure43, K._$serializers_closure44, K._$serializers_closure45, K._$serializers_closure46, K._$serializers_closure47, K._$serializers_closure48, K._$serializers_closure49, K._$serializers_closure50, K._$serializers_closure51, K._$serializers_closure52, K._$serializers_closure53, K._$serializers_closure54, K._$serializers_closure55, K._$serializers_closure56, K._$serializers_closure57, K._$serializers_closure58, K._$serializers_closure59, K._$serializers_closure60, K._$serializers_closure61, K._$serializers_closure62, K._$serializers_closure63, K._$serializers_closure64, K._$serializers_closure65, K._$serializers_closure66, K._$serializers_closure67, K._$serializers_closure68, K._$serializers_closure69, K._$serializers_closure70, K._$serializers_closure71, K._$serializers_closure72, K._$serializers_closure73, K._$serializers_closure74, K._$serializers_closure75, K._$serializers_closure76, K._$serializers_closure77, K._$serializers_closure78, K._$serializers_closure79, K._$serializers_closure80, K._$serializers_closure81, K._$serializers_closure82, K._$serializers_closure83, K._$serializers_closure84, K._$serializers_closure85, K._$serializers_closure86, K._$serializers_closure87, K._$serializers_closure88, K._$serializers_closure89, K._$serializers_closure90, K._$serializers_closure91, K._$serializers_closure92, K._$serializers_closure93, K._$serializers_closure94, K._$serializers_closure95, K._$serializers_closure96, K._$serializers_closure97, K._$serializers_closure98, K._$serializers_closure99, K._$serializers_closure100, K._$serializers_closure101, K._$serializers_closure102, K._$serializers_closure103, K._$serializers_closure104, K._$serializers_closure105, K._$serializers_closure106, K._$serializers_closure107, K._$serializers_closure108, K._$serializers_closure109, K._$serializers_closure110, K._$serializers_closure111, K._$serializers_closure112, K._$serializers_closure113, K._$serializers_closure114, K._$serializers_closure115, K._$serializers_closure116, K._$serializers_closure117, K._$serializers_closure118, K._$serializers_closure119, K._$serializers_closure120, K._$serializers_closure121, K._$serializers_closure122, K._$serializers_closure123, K._$serializers_closure124, K._$serializers_closure125, K._$serializers_closure126, K._$serializers_closure127, K._$serializers_closure128, K._$serializers_closure129, K._$serializers_closure130, K._$serializers_closure131, K._$serializers_closure132, K._$serializers_closure133, K._$serializers_closure134, K._$serializers_closure135, K._$serializers_closure136, K._$serializers_closure137, K._$serializers_closure138, K._$serializers_closure139, K._$serializers_closure140, K._$serializers_closure141, K._$serializers_closure142, K._$serializers_closure143, K._$serializers_closure144, K._$serializers_closure145, K._$serializers_closure146, K._$serializers_closure147, K._$serializers_closure148, K._$serializers_closure149, K._$serializers_closure150, K._$serializers_closure151, K._$serializers_closure152, K._$serializers_closure153, K._$serializers_closure154, K._$serializers_closure155, K._$serializers_closure156, K._$serializers_closure157, K._$serializers_closure158, K._$serializers_closure159, K._$serializers_closure160, K._$serializers_closure161, K._$serializers_closure162, K._$serializers_closure163, K._$serializers_closure164, K._$serializers_closure165, K._$serializers_closure166, K._$serializers_closure167, K._$serializers_closure168, K._$serializers_closure169, K._$serializers_closure170, K._$serializers_closure171, K._$serializers_closure172, K._$serializers_closure173, K._$serializers_closure174, K._$serializers_closure175, K._$serializers_closure176, K._$serializers_closure177, K._$serializers_closure178, K._$serializers_closure179, K._$serializers_closure180, K._$serializers_closure181, K._$serializers_closure182, K._$serializers_closure183, K._$serializers_closure184, K._$serializers_closure185, K._$serializers_closure186, G.SettingsEntity_setFieldsForSection_closure, G.SettingsEntity_setFieldsForSection_closure0, D.TaskTime_stop_closure, D.TaskEntity_clone_closure, D.TaskEntity_areTimesValid_closure, D.TaskEntity_isRunning_closure, D.TaskEntity_getTaskTimes_closure, D.TaskEntity_getTaskTimes_closure0, D.TaskEntity_addTaskTime_closure, D.TaskEntity_updateTaskTime_closure, D.TaskEntity_deleteTaskTime_closure, D.TaskEntity_calculateDuration_closure, B.VendorEntity_VendorEntity_closure, G.ClientRepository_saveData_closure, T.CreditRepository_saveData_closure, T.InvoiceRepository_saveData_closure, U.ProductRepository_saveData_closure, U.QuoteRepository_saveData_closure, F._parseError_closure, F._parseError__closure, F._initialState_closure, K.InvoiceNinjaAppState__authenticate_closure, K.InvoiceNinjaAppState_initState_closure, K.InvoiceNinjaAppState_generateRoute_closure, K.InvoiceNinjaAppState_generateRoute_closure0, K.InvoiceNinjaAppState_build_closure, K.InvoiceNinjaAppState_build__closure, K.InvoiceNinjaAppState_build__closure0, K.InvoiceNinjaAppState_build__closure1, K.InvoiceNinjaAppState_build__closure2, K.InvoiceNinjaAppState_build__closure3, K.InvoiceNinjaAppState_build__closure4, K.InvoiceNinjaAppState_build__closure5, K.InvoiceNinjaAppState_build__closure6, K.InvoiceNinjaAppState_build__closure7, K.InvoiceNinjaAppState_build__closure8, K.InvoiceNinjaAppState_build__closure9, K.InvoiceNinjaAppState_build__closure10, K.InvoiceNinjaAppState_build__closure11, K.InvoiceNinjaAppState_build__closure12, K.InvoiceNinjaAppState_build__closure13, K.InvoiceNinjaAppState_build__closure14, K.InvoiceNinjaAppState_build__closure15, K.InvoiceNinjaAppState_build__closure16, K.InvoiceNinjaAppState_build__closure17, K.InvoiceNinjaAppState_build__closure18, K.InvoiceNinjaAppState_build__closure19, K.InvoiceNinjaAppState_build__closure20, K.InvoiceNinjaAppState_build__closure21, K.InvoiceNinjaAppState_build__closure22, K.InvoiceNinjaAppState_build__closure23, K.InvoiceNinjaAppState_build__closure24, K.InvoiceNinjaAppState_build__closure25, K.InvoiceNinjaAppState_build__closure26, K.InvoiceNinjaAppState_build__closure27, K.InvoiceNinjaAppState_build__closure28, K.InvoiceNinjaAppState_build__closure29, K.InvoiceNinjaAppState_build__closure30, K.InvoiceNinjaAppState_build__closure31, K.InvoiceNinjaAppState_build__closure32, K.InvoiceNinjaAppState_build__closure33, K.InvoiceNinjaAppState_build__closure34, K.InvoiceNinjaAppState_build__closure35, K.InvoiceNinjaAppState_build__closure36, K.InvoiceNinjaAppState_build__closure37, K.InvoiceNinjaAppState_build__closure38, K.InvoiceNinjaAppState_build__closure39, K.InvoiceNinjaAppState_build__closure40, K.InvoiceNinjaAppState_build__closure41, K.InvoiceNinjaAppState_build__closure42, K.InvoiceNinjaAppState_build__closure43, K.InvoiceNinjaAppState_build__closure44, K.InvoiceNinjaAppState_build__closure45, K.InvoiceNinjaAppState_build__closure46, K.InvoiceNinjaAppState_build__closure47, K.InvoiceNinjaAppState_build__closure48, K.InvoiceNinjaAppState_build__closure49, K.InvoiceNinjaAppState_build__closure50, K.InvoiceNinjaAppState_build__closure51, K.InvoiceNinjaAppState_build__closure52, K.InvoiceNinjaAppState_build__closure53, K.InvoiceNinjaAppState_build__closure54, K.InvoiceNinjaAppState_build__closure55, K.InvoiceNinjaAppState_build__closure56, K.InvoiceNinjaAppState_build__closure57, K.InvoiceNinjaAppState_build__closure58, K.InvoiceNinjaAppState_build__closure59, K.InvoiceNinjaAppState_build__closure60, K.InvoiceNinjaAppState_build__closure61, K.InvoiceNinjaAppState_build__closure62, K.InvoiceNinjaAppState_build__closure63, K.InvoiceNinjaAppState_build__closure64, K.InvoiceNinjaAppState_build__closure65, K.InvoiceNinjaAppState_build__closure66, K.InvoiceNinjaAppState_build__closure67, K.InvoiceNinjaAppState_build__closure68, K.InvoiceNinjaAppState_build__closure69, K.InvoiceNinjaAppState_build__closure70, K.InvoiceNinjaAppState_build__closure71, K.InvoiceNinjaAppState_build__closure72, K.InvoiceNinjaAppState_build__closure73, K.InvoiceNinjaAppState_build__closure74, K.InvoiceNinjaAppState_build__closure75, K.InvoiceNinjaAppState_build__closure76, K.InvoiceNinjaAppState_build__closure77, K.InvoiceNinjaAppState_build__closure78, K.InvoiceNinjaAppState_build__closure79, K.InvoiceNinjaAppState_build__closure80, K.InvoiceNinjaAppState_build__closure81, K.InvoiceNinjaAppState_build__closure82, K.InvoiceNinjaAppState_build__closure83, K.InvoiceNinjaAppState_build__closure84, K.InvoiceNinjaAppState_build__closure85, K.InvoiceNinjaAppState_build__closure86, K.InvoiceNinjaAppState_build__closure87, K.InvoiceNinjaAppState_build__closure88, K.InvoiceNinjaAppState_build__closure89, K.InvoiceNinjaAppState_build__closure90, K.InvoiceNinjaAppState_build__closure91, K.InvoiceNinjaAppState_build__closure92, K.InvoiceNinjaAppState_build__closure93, K.InvoiceNinjaAppState_build__closure94, K.InvoiceNinjaAppState_build__closure95, K.InvoiceNinjaAppState_build__closure96, K.InvoiceNinjaAppState_build__closure97, K.InvoiceNinjaAppState_build__closure98, K.InvoiceNinjaAppState_build__closure99, K.InvoiceNinjaAppState_build__closure100, K.InvoiceNinjaAppState_build__closure101, K.InvoiceNinjaAppState_build__closure102, K.InvoiceNinjaAppState_build__closure103, K.InvoiceNinjaAppState_build__closure104, K.InvoiceNinjaAppState_build__closure105, K.InvoiceNinjaAppState_build__closure106, M.viewEntitiesByType_closure, M.viewEntityById_closure, M.createEntityByType_closure, M.createEntity_closure, M.editEntity_closure, M.editEntity__closure, M.checkForChanges_closure, M.checkForChanges__closure, K._createLoadState_closure, K._createLoadState__closure, K._createLoadState__closure0, K._createLoadState__closure1, K._createLoadState__closure2, K._createLoadState__closure3, K._createLoadState__closure4, K._createLoadState__closure5, K._getRoutes_closure, K._getRoutes_closure0, K._createUserLoggedIn_closure, K._createPersistData_closure, K._createPersistUI_closure, K._createPersistUI__closure, K._createPersistPrefs_closure, K._createPersistPrefs__closure, K._createAccountLoaded_closure, K._createDataRefreshed_closure, K._createPersistStatic_closure, K._createDeleteState_closure, K._createDeleteState__closure, K._createViewMainScreen_closure, K._createViewMainScreen__closure, G.appReducer_closure, G.appReducer__closure, G.appReducer_closure0, G.appReducer_closure1, G.appReducer_closure2, G.lastErrorReducer_closure, G.lastErrorReducer_closure0, G.lastErrorReducer_closure1, G.lastErrorReducer_closure2, G.lastErrorReducer_closure3, G.lastErrorReducer_closure4, G.lastErrorReducer_closure5, G.lastErrorReducer_closure6, G.lastErrorReducer_closure7, G.lastErrorReducer_closure8, G.lastErrorReducer_closure9, G.lastErrorReducer_closure10, G.lastErrorReducer_closure11, G.lastErrorReducer_closure12, G.lastErrorReducer_closure13, G.lastErrorReducer_closure14, G.lastErrorReducer_closure15, G.lastErrorReducer_closure16, G.lastErrorReducer_closure17, G.lastErrorReducer_closure18, G.dismissedNativeWarningReducer_closure, T.AppState_AppState_closure, T.AppState_companies_closure, T.AppState_historyList_closure, V._createUserLogout_closure, V._createUserLogout__closure, V._createUserLogoutAll_closure, V._createUserLogoutAll__closure, V._createUserLogoutAll__closure0, V._createLoginRequest_closure, V._createLoginRequest__closure, V._createLoginRequest__closure0, V._createSignUpRequest_closure, V._createSignUpRequest__closure, V._createSignUpRequest__closure0, V._createOAuthLoginRequest_closure, V._createOAuthLoginRequest__closure, V._createOAuthLoginRequest__closure0, V._createOAuthSignUpRequest_closure, V._createOAuthSignUpRequest__closure, V._createOAuthSignUpRequest__closure0, V._createRefreshRequest_closure, V._createRefreshRequest__closure, V._createRefreshRequest___closure, V._createRefreshRequest____closure, V._createRefreshRequest__closure0, V._createRecoverRequest_closure, V._createRecoverRequest__closure, V._createRecoverRequest__closure0, V._createCompany_closure, V._createCompany__closure, V._createCompany___closure, V._setDefaultCompany_closure, V._setDefaultCompany__closure, V._setDefaultCompany__closure0, V._deleteCompany_closure, V._deleteCompany__closure, V._deleteCompany__closure0, V._purgeData_closure, V._purgeData__closure, V._purgeData___closure, V._purgeData__closure0, V._resendConfirmation_closure, V._resendConfirmation__closure, V._resendConfirmation__closure0, S.userLoadUrlReducer_closure, S.userSignUpRequestReducer_closure, S.userLoginRequestReducer_closure, S.oauthLoginRequestReducer_closure, S.oauthSignUpRequestReducer_closure, S.userLoginSuccessReducer_closure, S.userVerifiedPasswordReducer_closure, S.userUnverifiedPasswordReducer_closure, E.handleClientAction_closure, E.handleClientAction_closure0, E.handleClientAction_closure1, E.handleClientAction_closure2, Q._editClient_closure, Q._viewClient_closure, Q._viewClientList_closure1, Q._viewClientList__closure, Q._archiveClient_closure, Q._archiveClient__closure, Q._archiveClient__closure0, Q._archiveClient__closure1, Q._deleteClient_closure, Q._deleteClient__closure, Q._deleteClient__closure0, Q._deleteClient__closure1, Q._restoreClient_closure, Q._restoreClient__closure, Q._restoreClient__closure0, Q._restoreClient__closure1, Q._saveClient_closure, Q._saveClient__closure, Q._saveClient__closure0, Q._loadClient_closure, Q._loadClient__closure, Q._loadClient__closure0, Q._loadClients_closure, Q._loadClients__closure, Q._loadClients__closure0, Q._saveDocument_closure10, Q._saveDocument__closure21, Q._saveDocument__closure22, Q._showPdfClient_closure, S.clientUIReducer_closure, S.forceSelectedReducer_closure167, S.forceSelectedReducer_closure168, S.forceSelectedReducer_closure169, S.forceSelectedReducer_closure170, S.forceSelectedReducer_closure171, S.forceSelectedReducer_closure172, S.forceSelectedReducer_closure173, S.forceSelectedReducer_closure174, S.tabIndexReducer_closure21, S.tabIndexReducer_closure22, S.saveCompleterReducer_closure1, S.cancelCompleterReducer_closure1, S.editingContactReducer_closure, S.editingContactReducer_closure0, S.selectedIdReducer_closure335, S.selectedIdReducer_closure336, S.selectedIdReducer_closure337, S.selectedIdReducer_closure338, S.selectedIdReducer_closure339, S.selectedIdReducer_closure340, S.selectedIdReducer_closure341, S.selectedIdReducer_closure342, S.selectedIdReducer_closure343, S.selectedIdReducer_closure344, S.selectedIdReducer_closure345, S.selectedIdReducer_closure346, S.selectedIdReducer_closure347, S.selectedIdReducer_closure348, S.selectedIdReducer_closure349, S.selectedIdReducer_closure350, S.selectedIdReducer_closure351, S.editingReducer_closure112, S.editingReducer_closure113, S.editingReducer_closure114, S.editingReducer_closure115, S.editingReducer_closure116, S.editingReducer_closure117, S.editingReducer_closure118, S.editingReducer__closure48, S.editingReducer_closure119, S.editingReducer__closure47, S.editingReducer_closure120, S.editingReducer__closure46, S.editingReducer_closure121, S.editingReducer__closure45, S.editingReducer_closure122, S.editingReducer_closure123, S.editingReducer_closure124, S.editingReducer_closure125, S._viewClientList_closure, S._filterClientsByCustom1_closure, S._filterClientsByCustom1_closure0, S._filterClientsByCustom2_closure, S._filterClientsByCustom2_closure0, S._filterClientsByCustom3_closure, S._filterClientsByCustom3_closure0, S._filterClientsByCustom4_closure, S._filterClientsByCustom4_closure0, S._filterClientsByState_closure, S._filterClientsByState_closure0, S._filterClients_closure, S._sortClients_closure, S._startListMultiselect_closure21, S._addToListMultiselect_closure21, S._removeFromListMultiselect_closure21, S._clearListMultiselect_closure21, S._archiveClientSuccess_closure, S._deleteClientSuccess_closure, S._restoreClientSuccess_closure, S._addClient_closure, S._addClient__closure, S._updateClient_closure, S._updateClient__closure, S._setLoadedClient_closure, S._setLoadedClient__closure, G.memoizedDropdownClientList_closure, G.dropdownClientsSelector_closure, G.dropdownClientsSelector_closure0, G.memoizedClientStatsForUser_closure, G.clientStatsForUser_closure, G.memoizedFilteredClientList_closure, G.filteredClientsSelector_closure, G.filteredClientsSelector__closure, G.filteredClientsSelector_closure0, F.ClientState_loadClients_closure0, F.ClientState_loadClients_closure1, F.ClientState_loadClients_closure, T.companyReducer_closure, T.userCompanyEntityReducer_closure, T.userCompanyEntityReducer__closure5, T.userCompanyEntityReducer___closure, T.userCompanyEntityReducer__closure6, T.userCompanyEntityReducer_closure0, T.userCompanyEntityReducer__closure4, T.userCompanyEntityReducer_closure1, T.userCompanyEntityReducer__closure3, T.userCompanyEntityReducer_closure2, T.userCompanyEntityReducer__closure2, T.userCompanyEntityReducer_closure3, T.userCompanyEntityReducer__closure1, T.userCompanyEntityReducer_closure4, T.userCompanyEntityReducer__closure0, T.userCompanyEntityReducer_closure5, T.userCompanyEntityReducer__closure, T.loadCompanySuccessReducer_closure, T.loadCompanySuccessReducer_closure0, T.loadCompanySuccessReducer_closure1, T.saveCompanySuccessReducer_closure, T.saveCompanySuccessReducer_closure0, T.lastUpdatedReducer_closure, T.lastUpdatedReducer_closure0, U.memoizedDropdownExpenseCategoriesList_closure, U.dropdownExpenseCategoriesSelector_closure, U.dropdownExpenseCategoriesSelector_closure0, U.memoizedHasMultipleCurrencies_closure, U.memoizedGetCurrencyIds_closure, U.getCurrencyIds_closure, U.memoizedFilteredSelector_closure, U.filteredSelector_closure, U.filteredSelector_closure0, U.filteredSelector_closure1, U.filteredSelector_closure2, U.filteredSelector_closure3, U.filteredSelector_closure4, U.filteredSelector_closure5, U.filteredSelector_closure6, U.filteredSelector_closure7, U.filteredSelector_closure8, U.filteredSelector_closure9, U.filteredSelector_closure10, U.filteredSelector_closure11, U.filteredSelector_closure12, U.filteredSelector_closure13, Q.handleCompanyGatewayAction_closure, Q.handleCompanyGatewayAction_closure0, Q.handleCompanyGatewayAction_closure1, Q.handleCompanyGatewayAction__closure, L._editCompanyGateway_closure, L._viewCompanyGateway_closure, L._viewCompanyGatewayList_closure, L._viewCompanyGatewayList__closure, L._archiveCompanyGateway_closure, L._archiveCompanyGateway__closure, L._archiveCompanyGateway__closure0, L._archiveCompanyGateway__closure1, L._deleteCompanyGateway_closure, L._deleteCompanyGateway__closure, L._deleteCompanyGateway__closure0, L._deleteCompanyGateway__closure1, L._restoreCompanyGateway_closure, L._restoreCompanyGateway__closure, L._restoreCompanyGateway__closure0, L._restoreCompanyGateway__closure1, L._disconnectCompanyGateway_closure, L._disconnectCompanyGateway__closure, L._disconnectCompanyGateway__closure0, L._saveCompanyGateway_closure, L._saveCompanyGateway__closure, L._saveCompanyGateway__closure0, L._loadCompanyGateway_closure, L._loadCompanyGateway__closure, L._loadCompanyGateway__closure0, L._loadCompanyGateways_closure, L._loadCompanyGateways__closure, L._loadCompanyGateways__closure0, N.companyGatewayUIReducer_closure, N.forceSelectedReducer_closure59, N.forceSelectedReducer_closure60, N.forceSelectedReducer_closure61, N.forceSelectedReducer_closure62, N.forceSelectedReducer_closure63, N.forceSelectedReducer_closure64, N.forceSelectedReducer_closure65, N.forceSelectedReducer_closure66, N.selectedIdReducer_closure119, N.selectedIdReducer_closure120, N.selectedIdReducer_closure121, N.selectedIdReducer_closure122, N.selectedIdReducer_closure123, N.selectedIdReducer_closure124, N.selectedIdReducer_closure125, N.selectedIdReducer_closure126, N.selectedIdReducer_closure127, N.selectedIdReducer_closure128, N.selectedIdReducer_closure129, N.selectedIdReducer_closure130, N.selectedIdReducer_closure131, N.selectedIdReducer_closure132, N.selectedIdReducer_closure133, N.editingReducer_closure35, N.editingReducer_closure36, N.editingReducer_closure37, N.editingReducer_closure38, N.editingReducer__closure13, N._filterCompanyGatewaysByCustom1_closure, N._filterCompanyGatewaysByCustom1_closure0, N._filterCompanyGatewaysByCustom2_closure, N._filterCompanyGatewaysByCustom2_closure0, N._filterCompanyGatewaysByState_closure, N._filterCompanyGatewaysByState_closure0, N._filterCompanyGateways_closure, N._sortCompanyGateways_closure, N._startListMultiselect_closure7, N._addToListMultiselect_closure7, N._removeFromListMultiselect_closure7, N._clearListMultiselect_closure7, N._archiveCompanyGatewaySuccess_closure, N._deleteCompanyGatewaySuccess_closure, N._restoreCompanyGatewaySuccess_closure, N._addCompanyGateway_closure, N._addCompanyGateway__closure, N._updateCompanyGateway_closure, N._updateCompanyGateway__closure, N._setLoadedCompanyGateway_closure, N._setLoadedCompanyGateway__closure, N._setLoadedCompany_closure1, N._setLoadedCompany__closure1, N._setLoadedCompany__closure2, N._setLoadedCompany_closure2, N._setLoadedCompanyGateways_closure, N._setLoadedCompanyGateways__closure, N._setLoadedCompanyGateways__closure0, N._setLoadedCompanyGateways_closure0, T.memoizedFilteredCompanyGatewayList_closure, T.filteredCompanyGatewaysSelector_closure, T.filteredCompanyGatewaysSelector_closure0, T.filteredCompanyGatewaysSelector_closure1, T.memoizedCalculateCompanyGatewayProcessed_closure, T.calculateCompanyGatewayProcessed_closure, T.memoizedClientStatsForCompanyGateway_closure, T.clientStatsForCompanyGateway_closure, T.clientStatsForCompanyGateway__closure, T.memoizedPaymentStatsForCompanyGateway_closure, T.paymentStatsForCompanyGateway_closure, T.getUnconnectedStripeAccount_closure, E.handleCreditAction_closure, E.handleCreditAction_closure0, E.handleCreditAction_closure1, E.handleCreditAction_closure2, E.handleCreditAction_closure3, E.handleCreditAction_closure4, E.handleCreditAction_closure5, E.handleCreditAction__closure, X._viewCredit_closure, X._viewCreditList_closure0, X._viewCreditList__closure, X._editCredit_closure, X._showEmailCredit_closure, X._showPdfCredit_closure, X._archiveCredit_closure, X._archiveCredit__closure, X._archiveCredit__closure0, X._archiveCredit__closure1, X._deleteCredit_closure, X._deleteCredit__closure, X._deleteCredit__closure0, X._deleteCredit__closure1, X._restoreCredit_closure, X._restoreCredit__closure, X._restoreCredit__closure0, X._restoreCredit__closure1, X._markSentCredit_closure, X._markSentCredit__closure, X._markSentCredit__closure0, X._emailCredit_closure, X._emailCredit__closure, X._emailCredit__closure0, X._saveCredit_closure, X._saveCredit__closure, X._saveCredit___closure, X._saveCredit__closure0, X._saveCredit__closure1, X._loadCredit_closure, X._loadCredit__closure, X._loadCredit__closure0, X._loadCredits_closure, X._loadCredits__closure, X._loadCredits__closure0, X._downloadCredits_closure, X._downloadCredits__closure, X._downloadCredits__closure0, X._bulkEmailCredits_closure, X._bulkEmailCredits__closure, X._bulkEmailCredits__closure0, X._saveDocument_closure0, X._saveDocument__closure1, X._saveDocument__closure2, Q.creditUIReducer_closure, Q.forceSelectedReducer_closure79, Q.forceSelectedReducer_closure80, Q.forceSelectedReducer_closure81, Q.forceSelectedReducer_closure82, Q.forceSelectedReducer_closure83, Q.forceSelectedReducer_closure84, Q.forceSelectedReducer_closure85, Q.forceSelectedReducer_closure86, Q.tabIndexReducer_closure11, Q.tabIndexReducer_closure12, Q.historyActivityIdReducer_closure0, Q.editingItemReducer_closure1, Q.editingItemReducer_closure2, Q.selectedIdReducer_closure160, Q.selectedIdReducer_closure161, Q.selectedIdReducer_closure162, Q.selectedIdReducer_closure163, Q.selectedIdReducer_closure164, Q.selectedIdReducer_closure165, Q.selectedIdReducer_closure166, Q.selectedIdReducer_closure167, Q.selectedIdReducer_closure168, Q.selectedIdReducer_closure169, Q.selectedIdReducer_closure170, Q.selectedIdReducer_closure171, Q.selectedIdReducer_closure172, Q.selectedIdReducer_closure173, Q.selectedIdReducer_closure174, Q.selectedIdReducer_closure175, Q.selectedIdReducer_closure176, Q.selectedIdReducer_closure177, Q.selectedIdReducer_closure178, Q.editingReducer_closure47, Q.editingReducer__closure22, Q.editingReducer_closure48, Q.editingReducer__closure21, Q.editingReducer_closure49, Q.editingReducer_closure50, Q.editingReducer__closure20, Q.editingReducer_closure51, Q.editingReducer__closure19, Q.editingReducer_closure52, Q.editingReducer__closure18, Q.editingReducer___closure0, Q.editingReducer_closure53, Q.editingReducer_closure54, Q.editingReducer_closure55, Q.editingReducer_closure56, Q.editingReducer__closure17, Q.editingReducer_closure57, Q.editingReducer__closure16, Q._addCreditItem_closure, Q._addCreditItems_closure, Q._removeCreditItem_closure, Q._updateCreditItem_closure, Q._viewCreditList_closure, Q._filterCreditsByCustom1_closure, Q._filterCreditsByCustom1_closure0, Q._filterCreditsByCustom2_closure, Q._filterCreditsByCustom2_closure0, Q._filterCreditsByCustom3_closure, Q._filterCreditsByCustom3_closure0, Q._filterCreditsByCustom4_closure, Q._filterCreditsByCustom4_closure0, Q._filterCreditsByState_closure, Q._filterCreditsByState_closure0, Q._filterCreditsByStatus_closure, Q._filterCreditsByStatus_closure0, Q._filterCredits_closure, Q._sortCredits_closure, Q._startListMultiselect_closure10, Q._addToListMultiselect_closure10, Q._removeFromListMultiselect_closure10, Q._clearListMultiselect_closure10, Q._markSentCreditSuccess_closure0, Q._markSentCreditSuccess_closure1, Q._markSentCreditSuccess_closure, Q._archiveCreditSuccess_closure, Q._deleteCreditSuccess_closure, Q._restoreCreditSuccess_closure, Q._addCredit_closure, Q._addCredit__closure, Q._updateCredit_closure, Q._updateCredit__closure, B.memoizedDropdownCreditList_closure, B.dropdownCreditSelector_closure, B.dropdownCreditSelector_closure0, B.memoizedFilteredCreditList_closure, B.filteredCreditsSelector_closure, B.filteredCreditsSelector_closure0, B.memoizedCreditStatsForDesign_closure, B.creditStatsForDesign_closure, B.memoizedCreditStatsForClient_closure, B.creditStatsForClient_closure, B.memoizedCreditStatsForUser_closure, B.creditStatsForUser_closure, G.CreditState_loadCredits_closure0, G.CreditState_loadCredits_closure1, G.CreditState_loadCredits_closure, R._createViewDashboard_closure, R._createViewDashboard__closure, R._createViewDashboard___closure, D.dashboardUIReducer_closure, D.selectedEntitiesReducer_closure, D.selectedEntitiesReducer__closure0, D.selectedEntitiesReducer_closure0, D.selectedEntitiesReducer__closure, D.selectedEntityTypeReducer_closure, D.showSidebarReducer_closure, D.dashboardSettingsReducer_closure, D.dashboardSettingsReducer_closure0, D.dashboardSettingsReducer_closure1, D.dashboardSettingsReducer_closure2, O.memoizedChartInvoices_closure, O.memoizedPreviousChartInvoices_closure, O._chartInvoices_closure, O.memoizedChartQuotes_closure, O.memoizedPreviousChartQuotes_closure, O.chartQuotes_closure, O.memoizedChartPayments_closure, O.memoizedPreviousChartPayments_closure, O.chartPayments_closure, O.memoizedChartTasks_closure, O.memoizedPreviousChartTasks_closure, O.chartTasks_closure, O.chartTasks__closure, O.chartTasks___closure, O.chartExpenses_closure, O.memoizedChartExpenses_closure, O.memoizedPreviousChartExpenses_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, N.handleDesignAction_closure, N.handleDesignAction_closure0, N.handleDesignAction_closure1, N.handleDesignAction_closure2, N.handleDesignAction_closure3, V._editDesign_closure, V._viewDesign_closure, V._viewDesignList_closure0, V._viewDesignList__closure, V._archiveDesign_closure, V._archiveDesign__closure, V._archiveDesign__closure0, V._archiveDesign__closure1, V._deleteDesign_closure, V._deleteDesign__closure, V._deleteDesign__closure0, V._deleteDesign__closure1, V._restoreDesign_closure, V._restoreDesign__closure, V._restoreDesign__closure0, V._restoreDesign__closure1, V._saveDesign_closure, V._saveDesign__closure, V._saveDesign__closure0, V._loadDesign_closure, V._loadDesign__closure, V._loadDesign__closure0, V._loadDesigns_closure, V._loadDesigns__closure, V._loadDesigns__closure0, U.designUIReducer_closure, U.forceSelectedReducer_closure87, U.forceSelectedReducer_closure88, U.forceSelectedReducer_closure89, U.forceSelectedReducer_closure90, U.forceSelectedReducer_closure91, U.forceSelectedReducer_closure92, U.forceSelectedReducer_closure93, U.forceSelectedReducer_closure94, U.selectedIdReducer_closure179, U.selectedIdReducer_closure180, U.selectedIdReducer_closure181, U.selectedIdReducer_closure182, U.selectedIdReducer_closure183, U.selectedIdReducer_closure184, U.selectedIdReducer_closure185, U.selectedIdReducer_closure186, U.selectedIdReducer_closure187, U.selectedIdReducer_closure188, U.selectedIdReducer_closure189, U.selectedIdReducer_closure190, U.selectedIdReducer_closure191, U.selectedIdReducer_closure192, U.editingReducer_closure58, U.editingReducer_closure59, U.editingReducer_closure60, U.editingReducer_closure61, U.editingReducer__closure23, U._viewDesignList_closure, U._filterDesignsByCustom1_closure, U._filterDesignsByCustom1_closure0, U._filterDesignsByCustom2_closure, U._filterDesignsByCustom2_closure0, U._filterDesignsByState_closure, U._filterDesignsByState_closure0, U._filterDesigns_closure, U._sortDesigns_closure, U._startListMultiselect_closure11, U._addToListMultiselect_closure11, U._removeFromListMultiselect_closure11, U._clearListMultiselect_closure11, U._archiveDesignSuccess_closure, U._deleteDesignSuccess_closure, U._restoreDesignSuccess_closure, U._addDesign_closure, U._updateDesign_closure, U._setLoadedDesign_closure, A.memoizedFilteredDesignList_closure, A.filteredDesignsSelector_closure, A.filteredDesignsSelector_closure0, Y.DesignState_cleanDesign_closure, Y.DesignState_cleanDesign_closure0, Y.DesignState_customDesigns_closure, Y.DesignState_customDesigns_closure0, Y.DesignState_loadDesigns_closure0, Y.DesignState_loadDesigns_closure1, Y.DesignState_loadDesigns_closure, X.handleDocumentAction_closure, Y._editDocument_closure, Y._viewDocument_closure, Y._viewDocumentList_closure0, Y._viewDocumentList__closure, Y._archiveDocument_closure, Y._archiveDocument__closure, Y._archiveDocument__closure0, Y._archiveDocument__closure1, Y._deleteDocument_closure, Y._deleteDocument__closure, Y._deleteDocument__closure0, Y._restoreDocument_closure, Y._restoreDocument__closure, Y._restoreDocument__closure0, Y._restoreDocument__closure1, Y._loadDocument_closure, Y._loadDocument__closure, Y._loadDocument__closure0, Y._loadDocuments_closure, Y._loadDocuments__closure, Y._loadDocuments__closure0, M.documentUIReducer_closure, M.forceSelectedReducer_closure47, M.forceSelectedReducer_closure48, M.forceSelectedReducer_closure49, M.forceSelectedReducer_closure50, M.forceSelectedReducer_closure51, M.forceSelectedReducer_closure52, M.forceSelectedReducer_closure53, M.forceSelectedReducer_closure54, M.selectedIdReducer_closure94, M.selectedIdReducer_closure95, M.selectedIdReducer_closure96, M.selectedIdReducer_closure97, M.selectedIdReducer_closure98, M.selectedIdReducer_closure99, M.selectedIdReducer_closure100, M.selectedIdReducer_closure101, M.selectedIdReducer_closure102, M.selectedIdReducer_closure103, M.selectedIdReducer_closure104, M.selectedIdReducer_closure105, M.selectedIdReducer_closure106, M.editingReducer_closure30, M.editingReducer__closure11, M._viewDocumentList_closure, M._filterDocumentsByCustom1_closure, M._filterDocumentsByCustom1_closure0, M._filterDocumentsByCustom2_closure, M._filterDocumentsByCustom2_closure0, M._filterDocumentsByState_closure, M._filterDocumentsByState_closure0, M._filterDocuments_closure, M._sortDocuments_closure, M._startListMultiselect_closure5, M._addToListMultiselect_closure5, M._removeFromListMultiselect_closure5, M._clearListMultiselect_closure5, M._archiveDocumentSuccess_closure, M._deleteDocumentSuccess_closure, M._restoreDocumentSuccess_closure, M._updateDocument_closure, M._setLoadedDocument_closure, M._setLoadedDocuments_closure, M._setLoadedDocuments__closure, M._setLoadedDocuments__closure0, M._setLoadedDocuments_closure0, A.memoizedFilteredDocumentList_closure, A.filteredDocumentsSelector_closure, A.filteredDocumentsSelector_closure0, T.handleExpenseAction_closure, T.handleExpenseAction_closure0, T.handleExpenseAction_closure1, T.handleExpenseAction_closure2, T.handleExpenseAction_closure3, T.handleExpenseAction_closure4, R._editExpense_closure, R._viewExpense_closure, R._viewExpenseList_closure0, R._viewExpenseList__closure, R._archiveExpense_closure, R._archiveExpense__closure, R._archiveExpense__closure0, R._archiveExpense__closure1, R._deleteExpense_closure, R._deleteExpense__closure, R._deleteExpense__closure0, R._deleteExpense__closure1, R._restoreExpense_closure, R._restoreExpense__closure, R._restoreExpense__closure0, R._restoreExpense__closure1, R._saveExpense_closure, R._saveExpense__closure, R._saveExpense__closure0, R._loadExpense_closure, R._loadExpense__closure, R._loadExpense__closure0, R._loadExpenses_closure, R._loadExpenses__closure, R._loadExpenses__closure0, R._saveDocument_closure8, R._saveDocument__closure17, R._saveDocument__closure18, K.expenseUIReducer_closure, K.forceSelectedReducer_closure39, K.forceSelectedReducer_closure40, K.forceSelectedReducer_closure41, K.forceSelectedReducer_closure42, K.forceSelectedReducer_closure43, K.forceSelectedReducer_closure44, K.forceSelectedReducer_closure45, K.forceSelectedReducer_closure46, K.tabIndexReducer_closure9, K.tabIndexReducer_closure10, K.selectedIdReducer_closure79, K.selectedIdReducer_closure80, K.selectedIdReducer_closure81, K.selectedIdReducer_closure82, K.selectedIdReducer_closure83, K.selectedIdReducer_closure84, K.selectedIdReducer_closure85, K.selectedIdReducer_closure86, K.selectedIdReducer_closure87, K.selectedIdReducer_closure88, K.selectedIdReducer_closure89, K.selectedIdReducer_closure90, K.selectedIdReducer_closure91, K.selectedIdReducer_closure92, K.selectedIdReducer_closure93, K.editingReducer_closure26, K.editingReducer_closure27, K.editingReducer_closure28, K.editingReducer_closure29, K.editingReducer__closure10, K._viewExpenseList_closure, K._filterExpensesByCustom1_closure, K._filterExpensesByCustom1_closure0, K._filterExpensesByCustom2_closure, K._filterExpensesByCustom2_closure0, K._filterExpensesByCustom3_closure, K._filterExpensesByCustom3_closure0, K._filterExpensesByCustom4_closure, K._filterExpensesByCustom4_closure0, K._filterExpensesByState_closure, K._filterExpensesByState_closure0, K._filterExpensesByStatus_closure, K._filterExpensesByStatus_closure0, K._filterExpenses_closure, K._sortExpenses_closure, K._startListMultiselect_closure4, K._addToListMultiselect_closure4, K._removeFromListMultiselect_closure4, K._clearListMultiselect_closure4, K._archiveExpenseSuccess_closure, K._deleteExpenseSuccess_closure, K._restoreExpenseSuccess_closure, K._addExpense_closure, K._updateExpense_closure, K._setLoadedExpense_closure, L.convertExpenseToInvoiceItem_closure, L.memoizedFilteredExpenseList_closure, L.filteredExpensesSelector_closure, L.filteredExpensesSelector_closure0, L.memoizedExpenseStatsForVendor_closure, L.expenseStatsForVendor_closure, L.memoizedExpenseStatsForClient_closure, L.expenseStatsForClient_closure, L.memoizedClientExpenseList_closure, L.clientExpenseList_closure, L.clientExpenseList_closure0, L.memoizedExpenseStatsForProject_closure, L.expenseStatsForProject_closure, L.memoizedExpenseStatsForUser_closure, L.expenseStatsForUser_closure, R.ExpenseState_loadExpenses_closure0, R.ExpenseState_loadExpenses_closure1, R.ExpenseState_loadExpenses_closure, X.handleExpenseCategoryAction_closure, X.handleExpenseCategoryAction_closure0, M._editExpenseCategory_closure, M._viewExpenseCategory_closure, M._viewExpenseCategoryList_closure, M._viewExpenseCategoryList__closure, M._archiveExpenseCategory_closure, M._archiveExpenseCategory__closure, M._archiveExpenseCategory__closure0, M._archiveExpenseCategory__closure1, M._deleteExpenseCategory_closure, M._deleteExpenseCategory__closure, M._deleteExpenseCategory__closure0, M._deleteExpenseCategory__closure1, M._restoreExpenseCategory_closure, M._restoreExpenseCategory__closure, M._restoreExpenseCategory__closure0, M._restoreExpenseCategory__closure1, M._saveExpenseCategory_closure, M._saveExpenseCategory__closure, M._saveExpenseCategory__closure0, M._loadExpenseCategory_closure, M._loadExpenseCategory__closure, M._loadExpenseCategory__closure0, M._loadExpenseCategories_closure, M._loadExpenseCategories__closure, M._loadExpenseCategories__closure0, F.expenseCategoryUIReducer_closure, F.forceSelectedReducer_closure127, F.forceSelectedReducer_closure128, F.forceSelectedReducer_closure129, F.forceSelectedReducer_closure130, F.forceSelectedReducer_closure131, F.forceSelectedReducer_closure132, F.forceSelectedReducer_closure133, F.forceSelectedReducer_closure134, F.selectedIdReducer_closure256, F.selectedIdReducer_closure257, F.selectedIdReducer_closure258, F.selectedIdReducer_closure259, F.selectedIdReducer_closure260, F.selectedIdReducer_closure261, F.selectedIdReducer_closure262, F.selectedIdReducer_closure263, F.selectedIdReducer_closure264, F.selectedIdReducer_closure265, F.selectedIdReducer_closure266, F.selectedIdReducer_closure267, F.selectedIdReducer_closure268, F.selectedIdReducer_closure269, F.selectedIdReducer_closure270, F.editingReducer_closure85, F.editingReducer_closure86, F.editingReducer_closure87, F.editingReducer_closure88, F.editingReducer__closure34, F._filterExpenseCategoriesByCustom1_closure, F._filterExpenseCategoriesByCustom1_closure0, F._filterExpenseCategoriesByCustom2_closure, F._filterExpenseCategoriesByCustom2_closure0, F._filterExpenseCategoriesByState_closure, F._filterExpenseCategoriesByState_closure0, F._filterExpenseCategories_closure, F._sortExpenseCategories_closure, F._startListMultiselect_closure16, F._addToListMultiselect_closure16, F._removeFromListMultiselect_closure16, F._clearListMultiselect_closure16, F._archiveExpenseCategorySuccess_closure, F._deleteExpenseCategorySuccess_closure, F._restoreExpenseCategorySuccess_closure, F._addExpenseCategory_closure, F._updateExpenseCategory_closure, F._setLoadedExpenseCategory_closure, O.memoizedFilteredExpenseCategoryList_closure, O.filteredExpenseCategoriesSelector_closure, O.filteredExpenseCategoriesSelector_closure0, O.memoizedCalculateExpenseCategoryAmount_closure, O.calculateExpenseCategoryAmount_closure, O.memoizedExpenseStatsForExpenseCategory_closure, O.expenseStatsForExpenseCategory_closure, Q.ExpenseCategoryState_loadExpenseCategories_closure0, Q.ExpenseCategoryState_loadExpenseCategories_closure1, Q.ExpenseCategoryState_loadExpenseCategories_closure, Q.handleGroupAction_closure, Q.handleGroupAction_closure0, X._editGroup_closure, X._viewGroup_closure, X._viewGroupList_closure0, X._viewGroupList__closure, X._archiveGroup_closure, X._archiveGroup__closure, X._archiveGroup__closure0, X._archiveGroup__closure1, X._deleteGroup_closure, X._deleteGroup__closure, X._deleteGroup__closure0, X._deleteGroup__closure1, X._restoreGroup_closure, X._restoreGroup__closure, X._restoreGroup__closure0, X._restoreGroup__closure1, X._saveGroup_closure, X._saveGroup__closure, X._saveGroup__closure0, X._loadGroup_closure, X._loadGroup__closure, X._loadGroup__closure0, X._loadGroups_closure, X._loadGroups__closure, X._loadGroups__closure0, X._saveDocument_closure, X._saveDocument__closure, X._saveDocument__closure0, K.groupUIReducer_closure, K.forceSelectedReducer_closure55, K.forceSelectedReducer_closure56, K.forceSelectedReducer_closure57, K.forceSelectedReducer_closure58, K.selectedIdReducer_closure107, K.selectedIdReducer_closure108, K.selectedIdReducer_closure109, K.selectedIdReducer_closure110, K.selectedIdReducer_closure111, K.selectedIdReducer_closure112, K.selectedIdReducer_closure113, K.selectedIdReducer_closure114, K.selectedIdReducer_closure115, K.selectedIdReducer_closure116, K.selectedIdReducer_closure117, K.selectedIdReducer_closure118, K.editingReducer_closure31, K.editingReducer_closure32, K.editingReducer_closure33, K.editingReducer_closure34, K.editingReducer__closure12, K._viewGroupList_closure, K._filterGroupsByState_closure, K._filterGroupsByState_closure0, K._filterGroups_closure, K._sortGroups_closure, K._startListMultiselect_closure6, K._addToListMultiselect_closure6, K._removeFromListMultiselect_closure6, K._clearListMultiselect_closure6, K._archiveGroupSuccess_closure, K._deleteGroupSuccess_closure, K._restoreGroupSuccess_closure, K._addGroup_closure, K._updateGroup_closure, K._setLoadedGroup_closure, K._setLoadedGroups_closure, K._setLoadedGroups__closure, K._setLoadedGroups__closure0, K._setLoadedGroups_closure0, K._setLoadedCompany_closure, K._setLoadedCompany__closure, K._setLoadedCompany__closure0, K._setLoadedCompany_closure0, S.memoizedFilteredGroupList_closure, S.filteredGroupsSelector_closure, S.filteredGroupsSelector_closure0, S.memoizedClientStatsForGroup_closure, S.clientStatsForGroup_closure, Q.handleInvoiceAction_closure, Q.handleInvoiceAction_closure0, Q.handleInvoiceAction_closure1, Q.handleInvoiceAction_closure2, Q.handleInvoiceAction_closure3, Q.handleInvoiceAction_closure4, Q.handleInvoiceAction_closure5, Q.handleInvoiceAction__closure, Q.handleInvoiceAction__closure0, G._viewInvoiceList_closure0, G._viewInvoiceList__closure, G._viewInvoice_closure, G._editInvoice_closure, G._showEmailInvoice_closure, G._showPdfInvoice_closure, G._cancelInvoices_closure, G._cancelInvoices__closure, G._cancelInvoices__closure0, G._reverseInvoices_closure, G._reverseInvoices__closure, G._reverseInvoices__closure0, G._archiveInvoice_closure, G._archiveInvoice__closure, G._archiveInvoice__closure0, G._archiveInvoice__closure1, G._deleteInvoice_closure, G._deleteInvoice__closure, G._deleteInvoice__closure0, G._deleteInvoice__closure1, G._restoreInvoice_closure, G._restoreInvoice__closure, G._restoreInvoice__closure0, G._restoreInvoice__closure1, G._markInvoiceSent_closure, G._markInvoiceSent__closure, G._markInvoiceSent__closure0, G._markInvoicePaid_closure, G._markInvoicePaid__closure, G._markInvoicePaid__closure0, G._downloadInvoices_closure, G._downloadInvoices__closure, G._downloadInvoices__closure0, G._emailInvoice_closure, G._emailInvoice__closure, G._emailInvoice__closure0, G._bulkEmailInvoices_closure, G._bulkEmailInvoices__closure, G._bulkEmailInvoices__closure0, G._saveInvoice_closure, G._saveInvoice__closure, G._saveInvoice___closure, G._saveInvoice__closure0, G._saveInvoice__closure1, G._loadInvoice_closure, G._loadInvoice__closure, G._loadInvoice__closure0, G._loadInvoices_closure, G._loadInvoices__closure, G._loadInvoices__closure0, G._saveDocument_closure9, G._saveDocument__closure19, G._saveDocument__closure20, D.invoiceUIReducer_closure, D.forceSelectedReducer_closure159, D.forceSelectedReducer_closure160, D.forceSelectedReducer_closure161, D.forceSelectedReducer_closure162, D.forceSelectedReducer_closure163, D.forceSelectedReducer_closure164, D.forceSelectedReducer_closure165, D.forceSelectedReducer_closure166, D.tabIndexReducer_closure19, D.tabIndexReducer_closure20, D.historyActivityIdReducer_closure2, D.editingItemIndexReducer_closure1, D.editingItemIndexReducer_closure2, D.selectedIdReducer_closure316, D.selectedIdReducer_closure317, D.selectedIdReducer_closure318, D.selectedIdReducer_closure319, D.selectedIdReducer_closure320, D.selectedIdReducer_closure321, D.selectedIdReducer_closure322, D.selectedIdReducer_closure323, D.selectedIdReducer_closure324, D.selectedIdReducer_closure325, D.selectedIdReducer_closure326, D.selectedIdReducer_closure327, D.selectedIdReducer_closure328, D.selectedIdReducer_closure329, D.selectedIdReducer_closure330, D.selectedIdReducer_closure331, D.selectedIdReducer_closure332, D.selectedIdReducer_closure333, D.selectedIdReducer_closure334, D.editingReducer_closure101, D.editingReducer__closure44, D.editingReducer_closure102, D.editingReducer__closure43, D.editingReducer_closure103, D.editingReducer_closure104, D.editingReducer__closure42, D.editingReducer_closure105, D.editingReducer__closure41, D.editingReducer_closure106, D.editingReducer__closure40, D.editingReducer___closure2, D.editingReducer_closure107, D.editingReducer_closure108, D.editingReducer_closure109, D.editingReducer_closure110, D.editingReducer__closure39, D.editingReducer_closure111, D.editingReducer__closure38, D._addInvoiceItem_closure, D._addInvoiceItems_closure, D._removeInvoiceItem_closure, D._updateInvoiceItem_closure, D._viewInvoiceList_closure, D._filterInvoicesByCustom1_closure, D._filterInvoicesByCustom1_closure0, D._filterInvoicesByCustom2_closure, D._filterInvoicesByCustom2_closure0, D._filterInvoicesByCustom3_closure, D._filterInvoicesByCustom3_closure0, D._filterInvoicesByCustom4_closure, D._filterInvoicesByCustom4_closure0, D._filterInvoicesByState_closure, D._filterInvoicesByState_closure0, D._filterInvoicesByStatus_closure, D._filterInvoicesByStatus_closure0, D._filterInvoices_closure, D._sortInvoices_closure, D._startListMultiselect_closure20, D._addToListMultiselect_closure20, D._removeFromListMultiselect_closure20, D._clearListMultiselect_closure20, D._markInvoicesSentSuccess_closure, D._markInvoicesPaidSuccess_closure, D._reverseInvoicesSuccess_closure, D._cancelInvoicesSuccess_closure, D._archiveInvoiceSuccess_closure, D._deleteInvoiceSuccess_closure, D._emailInvoiceSuccess_closure, D._restoreInvoiceSuccess_closure, D._addInvoice_closure, D._addInvoice__closure, D._updateInvoice_closure, D._updateInvoice__closure, Z.memoizedDropdownInvoiceList_closure, Z.dropdownInvoiceSelector_closure, Z.dropdownInvoiceSelector_closure0, Z.memoizedFilteredInvoiceList_closure, Z.filteredInvoicesSelector_closure, Z.filteredInvoicesSelector__closure0, Z.filteredInvoicesSelector_closure0, Z.filteredInvoicesSelector__closure, Z.filteredInvoicesSelector_closure1, Z.memoizedInvoiceStatsForClient_closure, Z.invoiceStatsForClient_closure, Z.memoizedInvoiceStatsForDesign_closure, Z.invoiceStatsForDesign_closure, Z.memoizedInvoiceStatsForSubscription_closure, Z.invoiceStatsForSubscription_closure, Z.memoizedInvoiceStatsForUser_closure, Z.invoiceStatsForUser_closure, B.InvoiceState_loadInvoices_closure0, B.InvoiceState_loadInvoices_closure1, B.InvoiceState_loadInvoices_closure, Q.handlePaymentAction_closure, Q.handlePaymentAction_closure0, Q.handlePaymentAction__closure1, Q.handlePaymentAction_closure1, Q.handlePaymentAction__closure, Q.handlePaymentAction__closure0, D._editPayment_closure, D._editPayment__closure, D._viewRefundPayment_closure, D._viewRefundPayment__closure, D._viewPayment_closure, D._viewPaymentList_closure0, D._viewPaymentList__closure, D._archivePayment_closure, D._archivePayment__closure, D._archivePayment__closure0, D._archivePayment__closure1, D._deletePayment_closure, D._deletePayment__closure, D._deletePayment__closure0, D._deletePayment__closure1, D._restorePayment_closure, D._restorePayment__closure, D._restorePayment__closure0, D._restorePayment__closure1, D._savePayment_closure, D._savePayment__closure, D._savePayment__closure0, D._refundPayment_closure, D._refundPayment__closure, D._refundPayment__closure0, D._emailPayment_closure, D._emailPayment__closure, D._emailPayment__closure0, D._loadPayment_closure, D._loadPayment__closure, D._loadPayment__closure0, D._loadPayments_closure, D._loadPayments__closure, D._loadPayments__closure0, R.paymentUIReducer_closure, R.forceSelectedReducer_closure7, R.forceSelectedReducer_closure8, R.forceSelectedReducer_closure9, R.forceSelectedReducer_closure10, R.forceSelectedReducer_closure11, R.forceSelectedReducer_closure12, R.forceSelectedReducer_closure13, R.forceSelectedReducer_closure14, R.tabIndexReducer_closure1, R.tabIndexReducer_closure2, R.selectedIdReducer_closure18, R.selectedIdReducer_closure19, R.selectedIdReducer_closure20, R.selectedIdReducer_closure21, R.selectedIdReducer_closure22, R.selectedIdReducer_closure23, R.selectedIdReducer_closure24, R.selectedIdReducer_closure25, R.selectedIdReducer_closure26, R.selectedIdReducer_closure27, R.selectedIdReducer_closure28, R.selectedIdReducer_closure29, R.selectedIdReducer_closure30, R.selectedIdReducer_closure31, R.selectedIdReducer_closure32, R.selectedIdReducer_closure33, R.editingReducer_closure10, R.editingReducer_closure11, R.editingReducer_closure12, R.editingReducer_closure13, R.editingReducer__closure6, R._viewPaymentList_closure, R._filterPaymentsByCustom1_closure, R._filterPaymentsByCustom1_closure0, R._filterPaymentsByCustom2_closure, R._filterPaymentsByCustom2_closure0, R._filterPaymentsByCustom3_closure, R._filterPaymentsByCustom3_closure0, R._filterPaymentsByCustom4_closure, R._filterPaymentsByCustom4_closure0, R._filterPaymentsByState_closure, R._filterPaymentsByState_closure0, R._filterPayments_closure, R._sortPayments_closure, R._startListMultiselect_closure0, R._addToListMultiselect_closure0, R._removeFromListMultiselect_closure0, R._clearListMultiselect_closure0, R._archivePaymentSuccess_closure, R._deletePaymentSuccess_closure, R._restorePaymentSuccess_closure, R._addPayment_closure, R._updatePayment_closure, R._setLoadedPayment_closure, Q.memoizedPaymentsByInvoice_closure, Q.paymentsByInvoiceSelector_closure, Q.paymentsByInvoiceSelector_closure0, Q.paymentsByInvoiceSelector__closure, Q.memoizedPaymentsByCredit_closure, Q.paymentsByCreditSelector_closure, Q.paymentsByCreditSelector_closure0, Q.paymentsByCreditSelector__closure, Q.memoizedFilteredPaymentList_closure, Q.filteredPaymentsSelector_closure, Q.filteredPaymentsSelector__closure, Q.filteredPaymentsSelector_closure0, Q.memoizedPaymentStatsForClient_closure, Q.paymentStatsForClient_closure, L.PaymentState_loadPayments_closure0, L.PaymentState_loadPayments_closure1, L.PaymentState_loadPayments_closure, D.handlePaymentTermAction_closure, E._editPaymentTerm_closure, E._viewPaymentTerm_closure, E._viewPaymentTermList_closure0, E._viewPaymentTermList__closure, E._archivePaymentTerm_closure, E._archivePaymentTerm__closure, E._archivePaymentTerm__closure0, E._archivePaymentTerm__closure1, E._deletePaymentTerm_closure, E._deletePaymentTerm__closure, E._deletePaymentTerm__closure0, E._deletePaymentTerm__closure1, E._restorePaymentTerm_closure, E._restorePaymentTerm__closure, E._restorePaymentTerm__closure0, E._restorePaymentTerm__closure1, E._savePaymentTerm_closure, E._savePaymentTerm__closure, E._savePaymentTerm__closure0, E._loadPaymentTerm_closure, E._loadPaymentTerm__closure, E._loadPaymentTerm__closure0, E._loadPaymentTerms_closure, E._loadPaymentTerms__closure, E._loadPaymentTerms__closure0, L.paymentTermUIReducer_closure, L.forceSelectedReducer_closure95, L.forceSelectedReducer_closure96, L.forceSelectedReducer_closure97, L.forceSelectedReducer_closure98, L.forceSelectedReducer_closure99, L.forceSelectedReducer_closure100, L.forceSelectedReducer_closure101, L.forceSelectedReducer_closure102, L.selectedIdReducer_closure193, L.selectedIdReducer_closure194, L.selectedIdReducer_closure195, L.selectedIdReducer_closure196, L.selectedIdReducer_closure197, L.selectedIdReducer_closure198, L.selectedIdReducer_closure199, L.selectedIdReducer_closure200, L.selectedIdReducer_closure201, L.selectedIdReducer_closure202, L.selectedIdReducer_closure203, L.selectedIdReducer_closure204, L.selectedIdReducer_closure205, L.selectedIdReducer_closure206, L.editingReducer_closure62, L.editingReducer_closure63, L.editingReducer_closure64, L.editingReducer_closure65, L.editingReducer__closure24, L._viewPaymentTermList_closure, L._filterPaymentTermsByCustom1_closure, L._filterPaymentTermsByCustom1_closure0, L._filterPaymentTermsByCustom2_closure, L._filterPaymentTermsByCustom2_closure0, L._filterPaymentTermsByState_closure, L._filterPaymentTermsByState_closure0, L._filterPaymentTerms_closure, L._sortPaymentTerms_closure, L._startListMultiselect_closure12, L._addToListMultiselect_closure12, L._removeFromListMultiselect_closure12, L._clearListMultiselect_closure12, L._archivePaymentTermSuccess_closure, L._deletePaymentTermSuccess_closure, L._restorePaymentTermSuccess_closure, L._addPaymentTerm_closure, L._updatePaymentTerm_closure, L._setLoadedPaymentTerm_closure, L._setLoadedCompany_closure7, L._setLoadedCompany__closure7, L._setLoadedCompany__closure8, L._setLoadedCompany_closure8, V.memoizedDropdownPaymentTermList_closure, V.dropdownPaymentTermsSelector_closure, V.dropdownPaymentTermsSelector_closure0, V.memoizedFilteredPaymentTermList_closure, V.filteredPaymentTermsSelector_closure, V.filteredPaymentTermsSelector_closure0, N.PaymentTermState_loadPaymentTerms_closure0, N.PaymentTermState_loadPaymentTerms_closure1, N.PaymentTermState_loadPaymentTerms_closure, Z.handleProductAction_closure, Z.handleProductAction_closure0, Z.handleProductAction__closure, E._editProduct_closure, E._viewProduct_closure, E._viewProductList_closure, E._viewProductList__closure, E._archiveProduct_closure, E._archiveProduct__closure, E._archiveProduct__closure0, E._archiveProduct__closure1, E._deleteProduct_closure, E._deleteProduct__closure, E._deleteProduct__closure0, E._deleteProduct__closure1, E._restoreProduct_closure, E._restoreProduct__closure, E._restoreProduct__closure0, E._restoreProduct__closure1, E._saveProduct_closure, E._saveProduct__closure, E._saveProduct__closure0, E._loadProduct_closure, E._loadProduct__closure, E._loadProduct__closure0, E._loadProducts_closure, E._loadProducts__closure, E._loadProducts__closure0, E._saveDocument_closure11, E._saveDocument__closure23, E._saveDocument__closure24, B.productUIReducer_closure, B.forceSelectedReducer_closure175, B.forceSelectedReducer_closure176, B.forceSelectedReducer_closure177, B.forceSelectedReducer_closure178, B.forceSelectedReducer_closure179, B.forceSelectedReducer_closure180, B.forceSelectedReducer_closure181, B.forceSelectedReducer_closure182, B.tabIndexReducer_closure23, B.tabIndexReducer_closure24, B.editingReducer_closure126, B.editingReducer__closure49, B.editingReducer_closure127, B.editingReducer_closure128, B.editingReducer_closure129, B.selectedIdReducer_closure352, B.selectedIdReducer_closure353, B.selectedIdReducer_closure354, B.selectedIdReducer_closure355, B.selectedIdReducer_closure356, B.selectedIdReducer_closure357, B.selectedIdReducer_closure358, B.selectedIdReducer_closure359, B.selectedIdReducer_closure360, B.selectedIdReducer_closure361, B.selectedIdReducer_closure362, B.selectedIdReducer_closure363, B.selectedIdReducer_closure364, B.selectedIdReducer_closure365, B._viewClientList_closure0, B._filterProductsByState_closure, B._filterProductsByState_closure0, B._filterProductsByCustom1_closure, B._filterProductsByCustom1_closure0, B._filterProductsByCustom2_closure, B._filterProductsByCustom2_closure0, B._filterProductsByCustom3_closure, B._filterProductsByCustom3_closure0, B._filterProductsByCustom4_closure, B._filterProductsByCustom4_closure0, B._filterProducts_closure, B._sortProducts_closure, B._startListMultiselect_closure22, B._addToListMultiselect_closure22, B._removeFromListMultiselect_closure22, B._clearListMultiselect_closure22, B._archiveProductSuccess_closure, B._deleteProductSuccess_closure, B._restoreProductSuccess_closure, B._addProduct_closure, B._updateProduct_closure, B._setLoadedProduct_closure, O.convertProductToInvoiceItem_closure, O.memoizedDropdownProductList_closure, O.dropdownProductsSelector_closure, O.dropdownProductsSelector_closure0, O.memoizedProductList_closure, O.productList_closure, O.productList_closure0, O.memoizedFilteredProductList_closure, O.filteredProductsSelector_closure, O.filteredProductsSelector_closure0, Y.ProductState_loadProducts_closure0, Y.ProductState_loadProducts_closure1, Y.ProductState_loadProducts_closure, M.handleProjectAction_closure, M.handleProjectAction_closure0, M.handleProjectAction_closure1, M.handleProjectAction_closure2, M.handleProjectAction_closure3, Q._editProject_closure, Q._viewProject_closure, Q._viewProjectList_closure0, Q._viewProjectList__closure, Q._archiveProject_closure, Q._archiveProject__closure, Q._archiveProject__closure0, Q._archiveProject__closure1, Q._deleteProject_closure, Q._deleteProject__closure, Q._deleteProject__closure0, Q._deleteProject__closure1, Q._restoreProject_closure, Q._restoreProject__closure, Q._restoreProject__closure0, Q._restoreProject__closure1, Q._saveProject_closure, Q._saveProject__closure, Q._saveProject__closure0, Q._loadProject_closure, Q._loadProject__closure, Q._loadProject__closure0, Q._loadProjects_closure, Q._loadProjects__closure, Q._loadProjects__closure0, Q._saveDocument_closure5, Q._saveDocument__closure11, Q._saveDocument__closure12, G.projectUIReducer_closure, G.forceSelectedReducer_closure15, G.forceSelectedReducer_closure16, G.forceSelectedReducer_closure17, G.forceSelectedReducer_closure18, G.forceSelectedReducer_closure19, G.forceSelectedReducer_closure20, G.forceSelectedReducer_closure21, G.forceSelectedReducer_closure22, G.tabIndexReducer_closure3, G.tabIndexReducer_closure4, G.saveCompleterReducer_closure, G.cancelCompleterReducer_closure, G.selectedIdReducer_closure34, G.selectedIdReducer_closure35, G.selectedIdReducer_closure36, G.selectedIdReducer_closure37, G.selectedIdReducer_closure38, G.selectedIdReducer_closure39, G.selectedIdReducer_closure40, G.selectedIdReducer_closure41, G.selectedIdReducer_closure42, G.selectedIdReducer_closure43, G.selectedIdReducer_closure44, G.selectedIdReducer_closure45, G.selectedIdReducer_closure46, G.selectedIdReducer_closure47, G.selectedIdReducer_closure48, G.editingReducer_closure14, G.editingReducer_closure15, G.editingReducer_closure16, G.editingReducer_closure17, G.editingReducer__closure7, G._viewProjectList_closure, G._filterProjectsByCustom1_closure, G._filterProjectsByCustom1_closure0, G._filterProjectsByCustom2_closure, G._filterProjectsByCustom2_closure0, G._filterProjectsByCustom3_closure, G._filterProjectsByCustom3_closure0, G._filterProjectsByCustom4_closure, G._filterProjectsByCustom4_closure0, G._filterProjectsByState_closure, G._filterProjectsByState_closure0, G._filterProjects_closure, G._sortProjects_closure, G._startListMultiselect_closure1, G._addToListMultiselect_closure1, G._removeFromListMultiselect_closure1, G._clearListMultiselect_closure1, G._archiveProjectSuccess_closure, G._deleteProjectSuccess_closure, G._restoreProjectSuccess_closure, G._addProject_closure, G._updateProject_closure, G._setLoadedProject_closure, Q.convertProjectToInvoiceItem_closure, Q.convertProjectToInvoiceItem_closure0, Q.convertProjectToInvoiceItem_closure1, Q.convertProjectToInvoiceItem_closure2, Q.convertProjectToInvoiceItem_closure3, Q.convertProjectToInvoiceItem_closure4, Q.memoizedDropdownProjectList_closure, Q.dropdownProjectsSelector_closure, Q.dropdownProjectsSelector_closure0, Q.memoizedFilteredProjectList_closure, Q.filteredProjectsSelector_closure, Q.filteredProjectsSelector_closure0, Q.taskDurationForProject_closure, Q.memoizedProjectStatsForClient_closure, Q.projectStatsForClient_closure, Q.memoizedProjectStatsForUser_closure, D.ProjectState_loadProjects_closure0, D.ProjectState_loadProjects_closure1, D.ProjectState_loadProjects_closure, E.handleQuoteAction_closure, E.handleQuoteAction_closure0, E.handleQuoteAction_closure1, E.handleQuoteAction_closure2, E.handleQuoteAction_closure3, E.handleQuoteAction_closure4, S._viewQuote_closure, S._viewQuoteList_closure0, S._viewQuoteList__closure, S._editQuote_closure, S._showEmailQuote_closure, S._showPdfQuote_closure, S._archiveQuote_closure, S._archiveQuote__closure, S._archiveQuote__closure0, S._archiveQuote__closure1, S._deleteQuote_closure, S._deleteQuote__closure, S._deleteQuote__closure0, S._deleteQuote__closure1, S._restoreQuote_closure, S._restoreQuote__closure, S._restoreQuote__closure0, S._restoreQuote__closure1, S._convertQuote_closure, S._convertQuote__closure, S._convertQuote__closure0, S._markSentQuote_closure, S._markSentQuote__closure, S._markSentQuote__closure0, S._emailQuote_closure, S._emailQuote__closure, S._emailQuote__closure0, S._saveQuote_closure, S._saveQuote__closure, S._saveQuote___closure, S._saveQuote__closure0, S._saveQuote__closure1, S._loadQuote_closure, S._loadQuote__closure, S._loadQuote__closure0, S._downloadQuotes_closure, S._downloadQuotes__closure, S._downloadQuotes__closure0, S._bulkEmailQuotes_closure, S._bulkEmailQuotes__closure, S._bulkEmailQuotes__closure0, S._loadQuotes_closure, S._loadQuotes__closure, S._loadQuotes__closure0, S._saveDocument_closure4, S._saveDocument__closure9, S._saveDocument__closure10, L.quoteUIReducer_closure, L.forceSelectedReducer_closure, L.forceSelectedReducer_closure0, L.forceSelectedReducer_closure1, L.forceSelectedReducer_closure2, L.forceSelectedReducer_closure3, L.forceSelectedReducer_closure4, L.forceSelectedReducer_closure5, L.forceSelectedReducer_closure6, L.tabIndexReducer_closure, L.tabIndexReducer_closure0, L.historyActivityIdReducer_closure, L.editingItemReducer_closure, L.editingItemReducer_closure0, L.selectedIdReducer_closure, L.selectedIdReducer_closure0, L.selectedIdReducer_closure1, L.selectedIdReducer_closure2, L.selectedIdReducer_closure3, L.selectedIdReducer_closure4, L.selectedIdReducer_closure5, L.selectedIdReducer_closure6, L.selectedIdReducer_closure7, L.selectedIdReducer_closure8, L.selectedIdReducer_closure9, L.selectedIdReducer_closure10, L.selectedIdReducer_closure11, L.selectedIdReducer_closure12, L.selectedIdReducer_closure13, L.selectedIdReducer_closure14, L.selectedIdReducer_closure15, L.selectedIdReducer_closure16, L.selectedIdReducer_closure17, L.editingReducer_closure, L.editingReducer__closure5, L.editingReducer_closure0, L.editingReducer__closure4, L.editingReducer_closure1, L.editingReducer_closure2, L.editingReducer__closure3, L.editingReducer_closure3, L.editingReducer__closure2, L.editingReducer_closure4, L.editingReducer__closure1, L.editingReducer___closure, L.editingReducer_closure5, L.editingReducer_closure6, L.editingReducer_closure7, L.editingReducer_closure8, L.editingReducer__closure0, L.editingReducer_closure9, L.editingReducer__closure, L._addQuoteItem_closure, L._addQuoteItems_closure, L._removeQuoteItem_closure, L._updateQuoteItem_closure, L._viewQuoteList_closure, L._filterQuotesByCustom1_closure, L._filterQuotesByCustom1_closure0, L._filterQuotesByCustom2_closure, L._filterQuotesByCustom2_closure0, L._filterQuotesByCustom3_closure, L._filterQuotesByCustom3_closure0, L._filterQuotesByCustom4_closure, L._filterQuotesByCustom4_closure0, L._filterQuotesByState_closure, L._filterQuotesByState_closure0, L._filterQuotesByStatus_closure, L._filterQuotesByStatus_closure0, L._filterQuotes_closure, L._sortQuotes_closure, L._startListMultiselect_closure, L._addToListMultiselect_closure, L._removeFromListMultiselect_closure, L._clearListMultiselect_closure, L._markSentQuoteSuccess_closure0, L._markSentQuoteSuccess_closure1, L._markSentQuoteSuccess_closure, L._archiveQuoteSuccess_closure, L._deleteQuoteSuccess_closure, L._restoreQuoteSuccess_closure, L._convertQuoteSuccess_closure0, L._convertQuoteSuccess_closure1, L._convertQuoteSuccess_closure, L._addQuote_closure, L._addQuote__closure, L._updateQuote_closure, L._updateQuote__closure, Y.memoizedFilteredQuoteList_closure, Y.filteredQuotesSelector_closure, Y.filteredQuotesSelector_closure0, Y.memoizedQuoteStatsForClient_closure, Y.quoteStatsForClient_closure, Y.memoizedQuoteStatsForDesign_closure, Y.quoteStatsForDesign_closure, Y.memoizedQuoteStatsForUser_closure, Y.quoteStatsForUser_closure, G.QuoteState_loadQuotes_closure0, G.QuoteState_loadQuotes_closure1, G.QuoteState_loadQuotes_closure, U.handleRecurringExpenseAction_closure, U.handleRecurringExpenseAction_closure0, U.handleRecurringExpenseAction_closure1, R._editRecurringExpense_closure, R._viewRecurringExpense_closure, R._viewRecurringExpenseList_closure0, R._viewRecurringExpenseList__closure, R._archiveRecurringExpense_closure, R._archiveRecurringExpense__closure, R._archiveRecurringExpense__closure0, R._archiveRecurringExpense__closure1, R._deleteRecurringExpense_closure, R._deleteRecurringExpense__closure, R._deleteRecurringExpense__closure0, R._deleteRecurringExpense__closure1, R._restoreRecurringExpense_closure, R._restoreRecurringExpense__closure, R._restoreRecurringExpense__closure0, R._restoreRecurringExpense__closure1, R._saveRecurringExpense_closure, R._saveRecurringExpense__closure, R._saveRecurringExpense__closure0, R._loadRecurringExpense_closure, R._loadRecurringExpense__closure, R._loadRecurringExpense__closure0, R._loadRecurringExpenses_closure, R._loadRecurringExpenses__closure, R._loadRecurringExpenses__closure0, R._startRecurringExpense_closure, R._startRecurringExpense__closure, R._startRecurringExpense__closure0, R._stopRecurringExpense_closure, R._stopRecurringExpense__closure, R._stopRecurringExpense__closure0, R._saveDocument_closure2, R._saveDocument__closure5, R._saveDocument__closure6, E.recurringExpenseUIReducer_closure, E.forceSelectedReducer_closure151, E.forceSelectedReducer_closure152, E.forceSelectedReducer_closure153, E.forceSelectedReducer_closure154, E.forceSelectedReducer_closure155, E.forceSelectedReducer_closure156, E.forceSelectedReducer_closure157, E.forceSelectedReducer_closure158, E.tabIndexReducer_closure17, E.tabIndexReducer_closure18, E.selectedIdReducer_closure301, E.selectedIdReducer_closure302, E.selectedIdReducer_closure303, E.selectedIdReducer_closure304, E.selectedIdReducer_closure305, E.selectedIdReducer_closure306, E.selectedIdReducer_closure307, E.selectedIdReducer_closure308, E.selectedIdReducer_closure309, E.selectedIdReducer_closure310, E.selectedIdReducer_closure311, E.selectedIdReducer_closure312, E.selectedIdReducer_closure313, E.selectedIdReducer_closure314, E.selectedIdReducer_closure315, E.editingReducer_closure97, E.editingReducer_closure98, E.editingReducer_closure99, E.editingReducer_closure100, E.editingReducer__closure37, E._viewRecurringExpenseList_closure, E._filterRecurringExpensesByCustom1_closure, E._filterRecurringExpensesByCustom1_closure0, E._filterRecurringExpensesByCustom2_closure, E._filterRecurringExpensesByCustom2_closure0, E._filterRecurringExpensesByState_closure, E._filterRecurringExpensesByState_closure0, E._filterRecurringExpenses_closure, E._sortRecurringExpenses_closure, E._startListMultiselect_closure19, E._addToListMultiselect_closure19, E._removeFromListMultiselect_closure19, E._clearListMultiselect_closure19, E._archiveRecurringExpenseSuccess_closure, E._deleteRecurringExpenseSuccess_closure, E._restoreRecurringExpenseSuccess_closure, E._addRecurringExpense_closure, E._addRecurringExpense__closure, E._updateRecurringExpense_closure, E._updateRecurringExpense__closure, E._startRecurringExpensesSuccess_closure, E._stopRecurringExpensesSuccess_closure, E._setLoadedRecurringExpense_closure, E._setLoadedRecurringExpense__closure, A.memoizedFilteredRecurringExpenseList_closure, A.filteredRecurringExpensesSelector_closure, 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, K.RecurringExpenseState_loadRecurringExpenses_closure0, K.RecurringExpenseState_loadRecurringExpenses_closure1, K.RecurringExpenseState_loadRecurringExpenses_closure, N.handleRecurringInvoiceAction_closure, N.handleRecurringInvoiceAction_closure0, N.handleRecurringInvoiceAction_closure1, N.handleRecurringInvoiceAction_closure2, Q._editRecurringInvoice_closure, Q._viewRecurringInvoice_closure, Q._viewRecurringInvoiceList_closure, Q._viewRecurringInvoiceList__closure, Q._showPdfRecurringInvoice_closure, Q._startRecurringInvoice_closure, Q._startRecurringInvoice__closure, Q._startRecurringInvoice__closure0, Q._stopRecurringInvoice_closure, Q._stopRecurringInvoice__closure, Q._stopRecurringInvoice__closure0, Q._archiveRecurringInvoice_closure, Q._archiveRecurringInvoice__closure, Q._archiveRecurringInvoice__closure0, Q._archiveRecurringInvoice__closure1, Q._deleteRecurringInvoice_closure, Q._deleteRecurringInvoice__closure, Q._deleteRecurringInvoice__closure0, Q._deleteRecurringInvoice__closure1, Q._restoreRecurringInvoice_closure, Q._restoreRecurringInvoice__closure, Q._restoreRecurringInvoice__closure0, Q._restoreRecurringInvoice__closure1, Q._saveRecurringInvoice_closure, Q._saveRecurringInvoice__closure, Q._saveRecurringInvoice___closure, Q._saveRecurringInvoice__closure0, Q._saveRecurringInvoice__closure1, Q._loadRecurringInvoice_closure, Q._loadRecurringInvoice__closure, Q._loadRecurringInvoice__closure0, Q._loadRecurringInvoices_closure, Q._loadRecurringInvoices__closure, Q._loadRecurringInvoices__closure0, Q._saveDocument_closure1, Q._saveDocument__closure3, Q._saveDocument__closure4, A.recurringInvoiceUIReducer_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_closure74, A.editingReducer__closure33, A.editingReducer_closure75, A.editingReducer__closure32, A.editingReducer_closure76, A.editingReducer_closure77, A.editingReducer__closure31, A.editingReducer_closure78, A.editingReducer__closure30, A.editingReducer_closure79, A.editingReducer__closure29, A.editingReducer___closure1, A.editingReducer_closure80, A.editingReducer_closure81, A.editingReducer_closure82, A.editingReducer_closure83, A.editingReducer__closure28, A.editingReducer_closure84, 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, L.memoizedFilteredRecurringInvoiceList_closure, L.filteredRecurringInvoicesSelector_closure, L.filteredRecurringInvoicesSelector_closure0, L.memoizedRecurringInvoiceStatsForClient_closure, L.recurringInvoiceStatsForClient_closure, L.memoizedRecurringInvoiceStatsForUser_closure, L.recurringInvoiceStatsForUser_closure, L.memoizedRecurringInvoiceStatsForInvoice_closure, L.recurringInvoiceStatsForInvoice_closure, L.memoizedRecurringInvoiceStatsForDesign_closure, L.recurringInvoiceStatsForDesign_closure, L.memoizedRecurringInvoiceStatsForSubscription_closure, L.recurringInvoiceStatsForSubscription_closure, Q.RecurringInvoiceState_loadRecurringInvoices_closure0, Q.RecurringInvoiceState_loadRecurringInvoices_closure1, Q.RecurringInvoiceState_loadRecurringInvoices_closure, R._viewReports_closure, R._viewReports__closure, R._viewReports___closure, X.reportsUIReducer_closure, X.reportsUIReducer_closure0, X.reportsUIReducer_closure1, D._viewSettings_closure, D._viewSettings__closure, D._viewSettings___closure, D._saveCompany_closure, D._saveCompany__closure, D._saveCompany__closure0, D._saveAuthUser_closure, D._saveAuthUser__closure, D._saveAuthUser__closure0, D._connectOAuthUser_closure0, D._connectOAuthUser__closure, D._connectOAuthUser__closure0, D._connectGmailUser_closure0, D._connectGmailUser__closure, D._connectGmailUser__closure0, D._disableTwoFactor_closure, D._disableTwoFactor__closure, D._disableTwoFactor__closure0, D._saveSettings_closure, D._saveSettings__closure, D._saveSettings__closure0, D._uploadLogo_closure, D._uploadLogo__closure, D._uploadLogo__closure0, D._saveDocument_closure3, D._saveDocument__closure7, D._saveDocument__closure8, Q.settingsUIReducer_closure, Q.settingsUIReducer__closure14, Q.settingsUIReducer_closure0, Q.settingsUIReducer__closure13, Q.settingsUIReducer_closure1, Q.settingsUIReducer__closure10, Q.settingsUIReducer__closure11, Q.settingsUIReducer__closure12, Q.settingsUIReducer_closure2, Q.settingsUIReducer__closure9, Q.settingsUIReducer_closure3, Q.settingsUIReducer__closure8, Q.settingsUIReducer_closure4, Q.settingsUIReducer__closure7, Q.settingsUIReducer_closure5, Q.settingsUIReducer__closure6, Q.settingsUIReducer_closure6, Q.settingsUIReducer__closure5, Q.settingsUIReducer_closure7, Q.settingsUIReducer__closure4, Q.settingsUIReducer_closure8, Q.settingsUIReducer__closure3, Q.settingsUIReducer_closure9, Q.settingsUIReducer__closure2, Q.settingsUIReducer_closure10, Q.settingsUIReducer__closure1, Q.settingsUIReducer_closure11, Q.settingsUIReducer__closure0, Q.settingsUIReducer_closure12, Q.settingsUIReducer__closure, Q.staticLoadedReducer_closure, Q.staticLoadedReducer__closure, Q.staticLoadedReducer__closure0, Q.staticLoadedReducer__closure1, Q.staticLoadedReducer__closure2, Q.staticLoadedReducer__closure3, Q.staticLoadedReducer__closure4, Q.staticLoadedReducer__closure5, Q.staticLoadedReducer__closure6, Q.staticLoadedReducer__closure7, Q.staticLoadedReducer__closure8, Q.staticLoadedReducer__closure9, Q.staticLoadedReducer__closure10, Q.staticLoadedReducer__closure11, Q.staticLoadedReducer__closure12, Q.staticLoadedReducer__closure13, Q.staticLoadedReducer__closure14, Q.staticLoadedReducer__closure15, Q.staticLoadedReducer__closure16, V.memoizedCountryList_closure, V.countryList_closure, V.memoizedGroupList_closure, V.groupList_closure, V.memoizedLanguageList_closure, V.languageList_closure, V.memoizedCurrencyList_closure, V.currencyList_closure, V.memoizedTimezoneList_closure, V.timezoneList_closure, V.memoizedDateFormatList_closure, V.dateFormatList_closure, V.memoizedIndustryList_closure, V.industryList_closure, V.memoizedSizeList_closure, V.sizeList_closure, V.memoizedGatewayList_closure, V.gatewayList_closure, V.gatewayList_closure0, V.memoizedPaymentTypeList_closure, V.paymentTypeList_closure, V.memoizedFontMap_closure, V.fontMap_closure, V.fontMap_closure0, A.handleSubscriptionAction_closure, T._editSubscription_closure, T._viewSubscription_closure, T._viewSubscriptionList_closure, T._viewSubscriptionList__closure, T._archiveSubscription_closure, T._archiveSubscription__closure, T._archiveSubscription__closure0, T._archiveSubscription__closure1, T._deleteSubscription_closure, T._deleteSubscription__closure, T._deleteSubscription__closure0, T._deleteSubscription__closure1, T._restoreSubscription_closure, T._restoreSubscription__closure, T._restoreSubscription__closure0, T._restoreSubscription__closure1, T._saveSubscription_closure, T._saveSubscription__closure, T._saveSubscription__closure0, T._loadSubscription_closure, T._loadSubscription__closure, T._loadSubscription__closure0, T._loadSubscriptions_closure, T._loadSubscriptions__closure, T._loadSubscriptions__closure0, X.subscriptionUIReducer_closure, X.forceSelectedReducer_closure143, X.forceSelectedReducer_closure144, X.forceSelectedReducer_closure145, X.forceSelectedReducer_closure146, X.forceSelectedReducer_closure147, X.forceSelectedReducer_closure148, X.forceSelectedReducer_closure149, X.forceSelectedReducer_closure150, X.tabIndexReducer_closure15, X.tabIndexReducer_closure16, X.selectedIdReducer_closure286, X.selectedIdReducer_closure287, X.selectedIdReducer_closure288, X.selectedIdReducer_closure289, X.selectedIdReducer_closure290, X.selectedIdReducer_closure291, X.selectedIdReducer_closure292, X.selectedIdReducer_closure293, X.selectedIdReducer_closure294, X.selectedIdReducer_closure295, X.selectedIdReducer_closure296, X.selectedIdReducer_closure297, X.selectedIdReducer_closure298, X.selectedIdReducer_closure299, X.selectedIdReducer_closure300, X.editingReducer_closure93, X.editingReducer_closure94, X.editingReducer_closure95, X.editingReducer_closure96, X.editingReducer__closure36, X._filterSubscriptionsByCustom1_closure, X._filterSubscriptionsByCustom1_closure0, X._filterSubscriptionsByCustom2_closure, X._filterSubscriptionsByCustom2_closure0, X._filterSubscriptionsByState_closure, X._filterSubscriptionsByState_closure0, X._filterSubscriptions_closure, X._sortSubscriptions_closure, X._startListMultiselect_closure18, X._addToListMultiselect_closure18, X._removeFromListMultiselect_closure18, X._clearListMultiselect_closure18, X._archiveSubscriptionSuccess_closure, X._deleteSubscriptionSuccess_closure, X._restoreSubscriptionSuccess_closure, X._addSubscription_closure, X._updateSubscription_closure, X._setLoadedSubscription_closure, F.memoizedFilteredSubscriptionList_closure, F.filteredSubscriptionsSelector_closure, F.filteredSubscriptionsSelector_closure0, M.SubscriptionState_loadSubscriptions_closure0, M.SubscriptionState_loadSubscriptions_closure1, M.SubscriptionState_loadSubscriptions_closure, U.handleTaskAction_closure, U.handleTaskAction_closure0, U.handleTaskAction_closure1, U.handleTaskAction__closure, U.handleTaskAction_closure2, U.handleTaskAction_closure3, U.handleTaskAction_closure4, U.handleTaskAction_closure5, U._editTask_closure, U._viewTask_closure, U._viewTaskList_closure0, U._viewTaskList__closure, U._archiveTask_closure, U._archiveTask__closure, U._archiveTask__closure0, U._archiveTask__closure1, U._deleteTask_closure, U._deleteTask__closure, U._deleteTask__closure0, U._deleteTask__closure1, U._restoreTask_closure, U._restoreTask__closure, U._restoreTask__closure0, U._restoreTask__closure1, U._saveTask_closure, U._saveTask__closure, U._saveTask__closure0, U._loadTask_closure, U._loadTask__closure, U._loadTask__closure0, U._loadTasks_closure, U._loadTasks__closure, U._loadTasks__closure0, U._saveDocument_closure6, U._saveDocument__closure13, U._saveDocument__closure14, U._sortTasks_closure0, U._sortTasks__closure, U._sortTasks__closure0, N.taskUIReducer_closure, N.forceSelectedReducer_closure23, N.forceSelectedReducer_closure24, N.forceSelectedReducer_closure25, N.forceSelectedReducer_closure26, N.forceSelectedReducer_closure27, N.forceSelectedReducer_closure28, N.forceSelectedReducer_closure29, N.forceSelectedReducer_closure30, N.tabIndexReducer_closure5, N.tabIndexReducer_closure6, N.editingTimeReducer_closure, N.editingTimeReducer_closure0, N.selectedIdReducer_closure49, N.selectedIdReducer_closure50, N.selectedIdReducer_closure51, N.selectedIdReducer_closure52, N.selectedIdReducer_closure53, N.selectedIdReducer_closure54, N.selectedIdReducer_closure55, N.selectedIdReducer_closure56, N.selectedIdReducer_closure57, N.selectedIdReducer_closure58, N.selectedIdReducer_closure59, N.selectedIdReducer_closure60, N.selectedIdReducer_closure61, N.selectedIdReducer_closure62, N.selectedIdReducer_closure63, N.editingReducer_closure18, N.editingReducer_closure19, N.editingReducer_closure20, N.editingReducer_closure21, N.editingReducer__closure8, N._viewTaskList_closure, N._filterTasksByCustom1_closure, N._filterTasksByCustom1_closure0, N._filterTasksByCustom2_closure, N._filterTasksByCustom2_closure0, N._filterTasksByState_closure, N._filterTasksByState_closure0, N._filterTasksByStatus_closure, N._filterTasksByStatus_closure0, N._filterTasks_closure, N._sortTasks_closure, N._addTaskTime_closure, N._startListMultiselect_closure2, N._addToListMultiselect_closure2, N._removeFromListMultiselect_closure2, N._clearListMultiselect_closure2, N._sortTasksSuccess_closure, N._sortTasksSuccess__closure, N._archiveTaskSuccess_closure, N._deleteTaskSuccess_closure, N._restoreTaskSuccess_closure, N._addTask_closure, N._updateTask_closure, N._setLoadedTask_closure, U.convertTaskToInvoiceItem_closure, U.convertTaskToInvoiceItem_closure0, U.convertTaskToInvoiceItem_closure1, U.memoizedTaskList_closure, U.taskList_closure, U.taskList_closure0, U.memoizedKanbanTaskList_closure, U.kanbanTasksSelector_closure, U.kanbanTasksSelector_closure0, U.memoizedFilteredTaskList_closure, U.filteredTasksSelector_closure, U.filteredTasksSelector_closure0, U.memoizedTaskStatsForClient_closure, U.taskStatsForClient_closure, U.memoizedTaskStatsForProject_closure, U.taskStatsForProject_closure, U.memoizedTaskStatsForUser_closure, M.TaskState_loadTasks_closure0, M.TaskState_loadTasks_closure1, M.TaskState_loadTasks_closure, V.handleTaskStatusAction_closure, V.handleTaskStatusAction_closure0, B._editTaskStatus_closure, B._viewTaskStatus_closure, B._viewTaskStatusList_closure0, B._viewTaskStatusList__closure, B._archiveTaskStatus_closure, B._archiveTaskStatus__closure, B._archiveTaskStatus__closure0, B._archiveTaskStatus__closure1, B._deleteTaskStatus_closure, B._deleteTaskStatus__closure, B._deleteTaskStatus__closure0, B._deleteTaskStatus__closure1, B._restoreTaskStatus_closure, B._restoreTaskStatus__closure, B._restoreTaskStatus__closure0, B._restoreTaskStatus__closure1, B._saveTaskStatus_closure, B._saveTaskStatus__closure, B._saveTaskStatus__closure0, B._loadTaskStatus_closure, B._loadTaskStatus__closure, B._loadTaskStatus__closure0, B._loadTaskStatuses_closure, B._loadTaskStatuses__closure, B._loadTaskStatuses__closure0, A.taskStatusUIReducer_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_closure89, A.editingReducer_closure90, A.editingReducer_closure91, A.editingReducer_closure92, 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, U.memoizedDropdownTaskStatusList_closure, U.dropdownTaskStatusesSelector_closure, U.dropdownTaskStatusesSelector_closure0, U.memoizedFilteredTaskStatusList_closure, U.filteredTaskStatusesSelector_closure, U.filteredTaskStatusesSelector_closure0, U.memoizedCalculateTaskStatusAmount_closure, U.calculateTaskStatusAmount_closure, U.memoizedTaskStatsForTaskStatus_closure, U.taskStatsForTaskStatus_closure, U.defaultTaskStatusId_closure, U.defaultTaskStatusId_closure0, L.TaskStatusState_loadTaskStatuses_closure0, L.TaskStatusState_loadTaskStatuses_closure1, L.TaskStatusState_loadTaskStatuses_closure, A.handleTaxRateAction_closure, T._editTaxRate_closure, T._viewTaxRate_closure, T._viewTaxRateList_closure0, T._viewTaxRateList__closure, T._archiveTaxRate_closure, T._archiveTaxRate__closure, T._archiveTaxRate__closure0, T._archiveTaxRate__closure1, T._deleteTaxRate_closure, T._deleteTaxRate__closure, T._deleteTaxRate__closure0, T._deleteTaxRate__closure1, T._restoreTaxRate_closure, T._restoreTaxRate__closure, T._restoreTaxRate__closure0, T._restoreTaxRate__closure1, T._saveTaxRate_closure, T._saveTaxRate__closure, T._saveTaxRate__closure0, T._loadTaxRate_closure, T._loadTaxRate__closure, T._loadTaxRate__closure0, T._loadTaxRates_closure, T._loadTaxRates__closure, T._loadTaxRates__closure0, Z.taxRateUIReducer_closure, Z.forceSelectedReducer_closure67, Z.forceSelectedReducer_closure68, Z.forceSelectedReducer_closure69, Z.forceSelectedReducer_closure70, Z.selectedIdReducer_closure134, Z.selectedIdReducer_closure135, Z.selectedIdReducer_closure136, Z.selectedIdReducer_closure137, Z.selectedIdReducer_closure138, Z.selectedIdReducer_closure139, Z.selectedIdReducer_closure140, Z.selectedIdReducer_closure141, Z.selectedIdReducer_closure142, Z.selectedIdReducer_closure143, Z.editingReducer_closure39, Z.editingReducer_closure40, Z.editingReducer_closure41, Z.editingReducer_closure42, Z.editingReducer__closure14, Z._viewTaxRateList_closure, Z._filterTaxRatesByState_closure, Z._filterTaxRatesByState_closure0, Z._filterTaxRates_closure, Z._sortTaxRates_closure, Z._startListMultiselect_closure8, Z._addToListMultiselect_closure8, Z._removeFromListMultiselect_closure8, Z._clearListMultiselect_closure8, Z._archiveTaxRateSuccess_closure, Z._deleteTaxRateSuccess_closure, Z._restoreTaxRateSuccess_closure, Z._addTaxRate_closure, Z._updateTaxRate_closure, Z._setLoadedTaxRate_closure, Z._setLoadedTaxRates_closure, Z._setLoadedTaxRates__closure, Z._setLoadedTaxRates__closure0, Z._setLoadedTaxRates_closure0, Z._setLoadedCompany_closure3, Z._setLoadedCompany__closure3, Z._setLoadedCompany__closure4, Z._setLoadedCompany_closure4, G.memoizedFilteredTaxRateList_closure, G.filteredTaxRatesSelector_closure, G.filteredTaxRatesSelector_closure0, Q.handleTokenAction_closure, D._editToken_closure, D._viewToken_closure, D._viewTokenList_closure0, D._viewTokenList__closure, D._archiveToken_closure, D._archiveToken__closure, D._archiveToken__closure0, D._archiveToken__closure1, D._deleteToken_closure, D._deleteToken__closure, D._deleteToken__closure0, D._deleteToken__closure1, D._restoreToken_closure, D._restoreToken__closure, D._restoreToken__closure0, D._restoreToken__closure1, D._saveToken_closure, D._saveToken__closure, D._saveToken__closure0, D._loadToken_closure, D._loadToken__closure, D._loadToken__closure0, D._loadTokens_closure, D._loadTokens__closure, D._loadTokens__closure0, S.tokenUIReducer_closure, S.forceSelectedReducer_closure103, S.forceSelectedReducer_closure104, S.forceSelectedReducer_closure105, S.forceSelectedReducer_closure106, S.forceSelectedReducer_closure107, S.forceSelectedReducer_closure108, S.forceSelectedReducer_closure109, S.forceSelectedReducer_closure110, S.selectedIdReducer_closure207, S.selectedIdReducer_closure208, S.selectedIdReducer_closure209, S.selectedIdReducer_closure210, S.selectedIdReducer_closure211, S.selectedIdReducer_closure212, S.selectedIdReducer_closure213, S.selectedIdReducer_closure214, S.selectedIdReducer_closure215, S.selectedIdReducer_closure216, S.selectedIdReducer_closure217, S.selectedIdReducer_closure218, S.selectedIdReducer_closure219, S.selectedIdReducer_closure220, S.selectedIdReducer_closure221, S.editingReducer_closure66, S.editingReducer_closure67, S.editingReducer_closure68, S.editingReducer_closure69, S.editingReducer__closure25, S._viewTokenList_closure, S._filterTokensByCustom1_closure, S._filterTokensByCustom1_closure0, S._filterTokensByCustom2_closure, S._filterTokensByCustom2_closure0, S._filterTokensByState_closure, S._filterTokensByState_closure0, S._filterTokens_closure, S._sortTokens_closure, S._startListMultiselect_closure13, S._addToListMultiselect_closure13, S._removeFromListMultiselect_closure13, S._clearListMultiselect_closure13, S._archiveTokenSuccess_closure, S._deleteTokenSuccess_closure, S._restoreTokenSuccess_closure, S._addToken_closure, S._updateToken_closure, S._setLoadedToken_closure, O.memoizedFilteredTokenList_closure, O.filteredTokensSelector_closure, O.filteredTokensSelector_closure0, N.TokenState_loadTokens_closure0, N.TokenState_loadTokens_closure1, N.TokenState_loadTokens_closure, Y.prefReducer_closure, Y._resortFields_closure, Y._resortFields_closure0, Y.sortFieldsReducer_closure, Y.sortFieldsReducer_closure0, Y.sortFieldsReducer_closure1, Y.sortFieldsReducer_closure2, Y.sortFieldsReducer_closure3, Y.sortFieldsReducer_closure4, Y.sortFieldsReducer_closure5, Y.sortFieldsReducer_closure6, Y.sortFieldsReducer_closure7, Y.sortFieldsReducer_closure8, Y.sortFieldsReducer_closure9, Y.sortFieldsReducer_closure10, Y.sortFieldsReducer_closure11, Y.sortFieldsReducer_closure12, Y.sortFieldsReducer_closure13, Y.sortFieldsReducer_closure14, Y.sortFieldsReducer_closure15, Y.sortFieldsReducer_closure16, Y.sortFieldsReducer_closure17, Y.sortFieldsReducer_closure18, Y.sortFieldsReducer_closure19, Y.sortFieldsReducer_closure20, Y.sidebarEditorReducer_closure, Y.sidebarEditorReducer__closure, Y.sidebarEditorReducer__closure0, Y.menuVisibleReducer_closure, Y.menuVisibleReducer_closure0, Y.historyVisibleReducer_closure, Y.historyVisibleReducer_closure0, Y.layoutReducer_closure, Y.moduleLayoutReducer_closure, Y.moduleLayoutReducer_closure0, Y.rowsPerPageReducer_closure, Y.manuSidebarReducer_closure, Y.historySidebarReducer_closure, Y.darkModeReducer_closure, Y.persistDataReducer_closure, Y.persistUIReducer_closure, Y.showKanbanReducer_closure, Y.isFilterVisibleReducer_closure, Y.longPressReducer_closure, Y.isPreviewVisibleReducer_closure, Y.isPreviewVisibleReducer_closure0, Y.requireAuthenticationReducer_closure, Y.colorThemeReducer_closure, Y.customColorsReducer_closure, Y.companyPrefReducer_closure, Y.historyReducer_closure, Y.historyReducer__closure, Y.historyReducer_closure0, Y.historyReducer_closure1, Y.historyReducer_closure2, Y.historyReducer_closure3, Y.historyReducer_closure4, Y.historyReducer_closure5, Y.historyReducer_closure6, Y.historyReducer_closure7, Y.historyReducer_closure8, Y.historyReducer_closure9, Y.historyReducer_closure10, Y.historyReducer_closure11, Y.historyReducer_closure12, Y.historyReducer_closure13, Y.historyReducer_closure14, Y.historyReducer_closure15, Y.historyReducer_closure16, Y.historyReducer_closure17, Y.historyReducer_closure18, Y.historyReducer_closure19, Y.historyReducer_closure20, Y.historyReducer_closure21, Y.historyReducer_closure22, Y.historyReducer_closure23, Y.historyReducer_closure24, Y.historyReducer_closure25, Y.historyReducer_closure26, Y.historyReducer_closure27, Y.historyReducer_closure28, Y.historyReducer_closure29, Y.historyReducer_closure30, Y.historyReducer_closure31, Y.historyReducer_closure32, Y.historyReducer_closure33, Y.historyReducer_closure34, Y.historyReducer_closure35, Y.historyReducer_closure36, Y.historyReducer_closure37, Y.historyReducer_closure38, Y.historyReducer_closure39, Y.historyReducer_closure40, Y.historyReducer_closure41, Y.historyReducer_closure42, Y.historyReducer_closure43, Y.historyReducer_closure44, Y.historyReducer_closure45, Y.historyReducer_closure46, Y._addToHistory_closure, Y._addToHistory_closure0, Y._addToHistory_closure1, Y._addToHistory_closure2, D.uiReducer_closure, D.lastActivityReducer_closure, D.filterReducer_closure, D.filterReducer_closure0, D.filterClearedAtReducer_closure, D.filterClearedAtReducer_closure0, D.currentRouteReducer_closure, D.selectedCompanyIndexReducer_closure, D.previewStackReducer_closure, D.previewStackReducer__closure, D.previewStackReducer_closure0, D.previewStackReducer_closure1, D.filterStackReducer_closure, D.filterStackReducer_closure0, D.filterStackReducer__closure, D.filterStackReducer_closure1, U.UIState_mainRoute_closure, U.UIState_subRoute_closure, U.UIState_previousMainRoute_closure, U.UIState_previousSubRoute_closure, X.handleUserAction_closure, X.handleUserAction_closure0, X.handleUserAction_closure1, X.handleUserAction_closure2, X.handleUserAction_closure3, X.handleUserAction_closure4, X.handleUserAction_closure5, X.handleUserAction_closure6, X.handleUserAction_closure7, X.handleUserAction_closure8, X.handleUserAction_closure9, X.handleUserAction_closure11, X.handleUserAction_closure10, X.handleUserAction_closure13, X.handleUserAction_closure12, X.handleUserAction_closure15, X.handleUserAction_closure14, X.handleUserAction_closure17, X.handleUserAction_closure16, X.handleUserAction__closure, X.handleUserAction_closure18, M._editUser_closure, M._viewUser_closure, M._viewUserList_closure0, M._viewUserList__closure, M._archiveUser_closure, M._archiveUser__closure, M._archiveUser__closure0, M._archiveUser__closure1, M._deleteUser_closure, M._deleteUser__closure, M._deleteUser__closure0, M._deleteUser__closure1, M._restoreUser_closure, M._restoreUser__closure, M._restoreUser__closure0, M._restoreUser__closure1, M._removeUser_closure, M._removeUser__closure, M._removeUser__closure0, M._resendInvite_closure, M._resendInvite__closure, M._resendInvite__closure0, M._saveUser_closure, M._saveUser__closure, M._saveUser__closure0, M._loadUser_closure, M._loadUser__closure, M._loadUser__closure0, M._loadUsers_closure, M._loadUsers__closure, M._loadUsers__closure0, E.userUIReducer_closure, E.forceSelectedReducer_closure71, E.forceSelectedReducer_closure72, E.forceSelectedReducer_closure73, E.forceSelectedReducer_closure74, E.forceSelectedReducer_closure75, E.forceSelectedReducer_closure76, E.forceSelectedReducer_closure77, E.forceSelectedReducer_closure78, E.selectedIdReducer_closure144, E.selectedIdReducer_closure145, E.selectedIdReducer_closure146, E.selectedIdReducer_closure147, E.selectedIdReducer_closure148, E.selectedIdReducer_closure149, E.selectedIdReducer_closure150, E.selectedIdReducer_closure151, E.selectedIdReducer_closure152, E.selectedIdReducer_closure153, E.selectedIdReducer_closure154, E.selectedIdReducer_closure155, E.selectedIdReducer_closure156, E.selectedIdReducer_closure157, E.selectedIdReducer_closure158, E.selectedIdReducer_closure159, E.editingReducer_closure43, E.editingReducer_closure44, E.editingReducer_closure45, E.editingReducer_closure46, E.editingReducer__closure15, E._viewUserList_closure, E._filterUsersByCustom1_closure, E._filterUsersByCustom1_closure0, E._filterUsersByCustom2_closure, E._filterUsersByCustom2_closure0, E._filterUsersByCustom3_closure, E._filterUsersByCustom3_closure0, E._filterUsersByCustom4_closure, E._filterUsersByCustom4_closure0, E._filterUsersByState_closure, E._filterUsersByState_closure0, E._filterUsers_closure, E._sortUsers_closure, E._startListMultiselect_closure9, E._addToListMultiselect_closure9, E._removeFromListMultiselect_closure9, E._clearListMultiselect_closure9, E._archiveUserSuccess_closure, E._deleteUserSuccess_closure, E._restoreUserSuccess_closure, E._removeUserSuccess_closure, E._addUser_closure, E._updateUser_closure, E._updateAuthUser_closure, E._connectOAuthUser_closure, E._connectGmailUser_closure, E._setLoadedUser_closure, E._setLoadedUsers_closure, E._setLoadedUsers__closure, E._setLoadedUsers__closure0, E._setLoadedUsers_closure0, E._setLoadedCompany_closure5, E._setLoadedCompany__closure5, E._setLoadedCompany__closure6, E._setLoadedCompany_closure6, L.memoizedFilteredUserList_closure, L.filteredUsersSelector_closure, L.filteredUsersSelector_closure0, L.memoizedUserList_closure, L.userList_closure, L.userList_closure0, L.memoizedGmailUserList_closure, L.gmailUserList_closure, L.handleVendorAction_closure, F._editVendor_closure, F._viewVendor_closure, F._viewVendorList_closure0, F._viewVendorList__closure, F._archiveVendor_closure, F._archiveVendor__closure, F._archiveVendor__closure0, F._archiveVendor__closure1, F._deleteVendor_closure, F._deleteVendor__closure, F._deleteVendor__closure0, F._deleteVendor__closure1, F._restoreVendor_closure, F._restoreVendor__closure, F._restoreVendor__closure0, F._restoreVendor__closure1, F._saveVendor_closure, F._saveVendor__closure, F._saveVendor__closure0, F._loadVendor_closure, F._loadVendor__closure, F._loadVendor__closure0, F._loadVendors_closure, F._loadVendors__closure, F._loadVendors__closure0, F._saveDocument_closure7, F._saveDocument__closure15, F._saveDocument__closure16, K.vendorUIReducer_closure, K.forceSelectedReducer_closure31, K.forceSelectedReducer_closure32, K.forceSelectedReducer_closure33, K.forceSelectedReducer_closure34, K.forceSelectedReducer_closure35, K.forceSelectedReducer_closure36, K.forceSelectedReducer_closure37, K.forceSelectedReducer_closure38, K.tabIndexReducer_closure7, K.tabIndexReducer_closure8, K.saveCompleterReducer_closure0, K.cancelCompleterReducer_closure0, K.selectedIdReducer_closure64, K.selectedIdReducer_closure65, K.selectedIdReducer_closure66, K.selectedIdReducer_closure67, K.selectedIdReducer_closure68, K.selectedIdReducer_closure69, K.selectedIdReducer_closure70, K.selectedIdReducer_closure71, K.selectedIdReducer_closure72, K.selectedIdReducer_closure73, K.selectedIdReducer_closure74, K.selectedIdReducer_closure75, K.selectedIdReducer_closure76, K.selectedIdReducer_closure77, K.selectedIdReducer_closure78, K.editingReducer_closure22, K.editingReducer_closure23, K.editingReducer_closure24, K.editingReducer_closure25, K.editingReducer__closure9, K._addContact_closure, K._removeContact_closure, K._updateContact_closure, K._viewVendorList_closure, K._filterVendorsByCustom1_closure, K._filterVendorsByCustom1_closure0, K._filterVendorsByCustom2_closure, K._filterVendorsByCustom2_closure0, K._filterVendorsByCustom3_closure, K._filterVendorsByCustom3_closure0, K._filterVendorsByCustom4_closure, K._filterVendorsByCustom4_closure0, K._filterVendorsByState_closure, K._filterVendorsByState_closure0, K._filterVendors_closure, K._sortVendors_closure, K._startListMultiselect_closure3, K._addToListMultiselect_closure3, K._removeFromListMultiselect_closure3, K._clearListMultiselect_closure3, K._archiveVendorSuccess_closure, K._deleteVendorSuccess_closure, K._restoreVendorSuccess_closure, K._addVendor_closure, K._updateVendor_closure, K._setLoadedVendor_closure, G.memoizedDropdownVendorList_closure, G.dropdownVendorsSelector_closure, G.dropdownVendorsSelector_closure0, G.memoizedFilteredVendorList_closure, G.filteredVendorsSelector_closure, G.filteredVendorsSelector_closure0, G.memoizedVendorStatsForUser_closure, G.vendorStatsForUser_closure, G.memoizedCalculateVendorBalance_closure, G.calculateVendorBalance_closure, Y.VendorState_loadVendors_closure0, Y.VendorState_loadVendors_closure1, Y.VendorState_loadVendors_closure, S.handleWebhookAction_closure, T._editWebhook_closure, T._viewWebhook_closure, T._viewWebhookList_closure0, T._viewWebhookList__closure, T._archiveWebhook_closure, T._archiveWebhook__closure, T._archiveWebhook__closure0, T._archiveWebhook__closure1, T._deleteWebhook_closure, T._deleteWebhook__closure, T._deleteWebhook__closure0, T._deleteWebhook__closure1, T._restoreWebhook_closure, T._restoreWebhook__closure, T._restoreWebhook__closure0, T._restoreWebhook__closure1, T._saveWebhook_closure, T._saveWebhook__closure, T._saveWebhook__closure0, T._loadWebhook_closure, T._loadWebhook__closure, T._loadWebhook__closure0, T._loadWebhooks_closure, T._loadWebhooks__closure, T._loadWebhooks__closure0, L.webhookUIReducer_closure, L.forceSelectedReducer_closure111, L.forceSelectedReducer_closure112, L.forceSelectedReducer_closure113, L.forceSelectedReducer_closure114, L.forceSelectedReducer_closure115, L.forceSelectedReducer_closure116, L.forceSelectedReducer_closure117, L.forceSelectedReducer_closure118, L.selectedIdReducer_closure222, L.selectedIdReducer_closure223, L.selectedIdReducer_closure224, L.selectedIdReducer_closure225, L.selectedIdReducer_closure226, L.selectedIdReducer_closure227, L.selectedIdReducer_closure228, L.selectedIdReducer_closure229, L.selectedIdReducer_closure230, L.selectedIdReducer_closure231, L.selectedIdReducer_closure232, L.selectedIdReducer_closure233, L.selectedIdReducer_closure234, L.selectedIdReducer_closure235, L.selectedIdReducer_closure236, L.editingReducer_closure70, L.editingReducer_closure71, L.editingReducer_closure72, L.editingReducer_closure73, L.editingReducer__closure26, L._viewWebhookList_closure, L._filterWebhooksByCustom1_closure, L._filterWebhooksByCustom1_closure0, L._filterWebhooksByCustom2_closure, L._filterWebhooksByCustom2_closure0, L._filterWebhooksByState_closure, L._filterWebhooksByState_closure0, L._filterWebhooks_closure, L._sortWebhooks_closure, L._startListMultiselect_closure14, L._addToListMultiselect_closure14, L._removeFromListMultiselect_closure14, L._clearListMultiselect_closure14, L._archiveWebhookSuccess_closure, L._deleteWebhookSuccess_closure, L._restoreWebhookSuccess_closure, L._addWebhook_closure, L._updateWebhook_closure, L._setLoadedWebhook_closure, E.memoizedFilteredWebhookList_closure, E.filteredWebhooksSelector_closure, E.filteredWebhooksSelector_closure0, V.WebhookState_loadWebhooks_closure0, V.WebhookState_loadWebhooks_closure1, V.WebhookState_loadWebhooks_closure, T.FieldGrid_build_closure, T.FieldGrid_build__closure, T.FieldGrid_build_closure0, D.ActionMenuButton_build_closure, D.ActionMenuButton_build_closure0, D.ActionMenuButton_build_closure1, Z._AppBottomBarState_build_closure0, Z._AppBottomBarState_build__closure14, Z._AppBottomBarState_build___closure8, Z._AppBottomBarState_build___closure7, Z._AppBottomBarState_build____closure1, Z._AppBottomBarState_build_____closure2, Z._AppBottomBarState_build__closure15, Z._AppBottomBarState_build_closure1, Z._AppBottomBarState_build__closure12, Z._AppBottomBarState_build___closure6, Z._AppBottomBarState_build___closure5, Z._AppBottomBarState_build____closure0, Z._AppBottomBarState_build_____closure1, Z._AppBottomBarState_build__closure13, Z._AppBottomBarState_build_closure6, Z._AppBottomBarState_build__closure2, Z._AppBottomBarState_build___closure0, Z._AppBottomBarState_build___closure, Z._AppBottomBarState_build____closure, Z._AppBottomBarState_build_____closure0, Z._AppBottomBarState_build_____closure, Z._AppBottomBarState_build__closure3, Z._AppBottomBarState_build_closure2, Z._AppBottomBarState_build__closure10, Z._AppBottomBarState_build___closure4, Z._AppBottomBarState_build__closure11, Z._AppBottomBarState_build_closure3, Z._AppBottomBarState_build__closure8, Z._AppBottomBarState_build___closure3, Z._AppBottomBarState_build__closure9, Z._AppBottomBarState_build_closure4, Z._AppBottomBarState_build__closure6, Z._AppBottomBarState_build___closure2, Z._AppBottomBarState_build__closure7, Z._AppBottomBarState_build_closure5, Z._AppBottomBarState_build__closure4, Z._AppBottomBarState_build___closure1, Z._AppBottomBarState_build__closure5, Z._AppBottomBarState_build_closure, Z._AppBottomBarState_build_closure__onColumnsPressed, Z._AppBottomBarState_build___onColumnsPressed_closure, Z._AppBottomBarState_build___onColumnsPressed__closure, Z._AppBottomBarState_build___onColumnsPressed__closure0, Z._AppBottomBarState_build___onColumnsPressed__closure1, Z._AppBottomBarState_build__closure, Z._AppBottomBarState_build__closure0, Z._AppBottomBarState_build__closure1, Z.CustomFieldSelector_build_closure0, Z.CustomFieldSelector_build_closure, Z.CustomFieldSelector_build__closure, Z.CustomFieldSelector_build___closure, G.AppBuilderState_rebuild_closure, R.AppHeader_build__value1, R.AppHeader_build__value2, O._AppScrollbarState_build_closure, O._AppScrollbarState_build__closure0, O._AppScrollbarState_build_closure0, O._AppScrollbarState_build__closure, Z.BottomButtons_build_closure, Z.BottomButtons_build_closure0, O._ChangeLayoutBannerState_build_closure, O._ChangeLayoutBannerState_build__closure0, O._ChangeLayoutBannerState_build_closure0, O._ChangeLayoutBannerState_build__closure, T.ConfirmEmail_build_closure, T.ConfirmEmail_build__closure, T.ConfirmEmail_build___closure, B.ConfirmEmailBuilder_build_closure, B.ConfirmEmailVM_fromStore_closure0, B.ConfirmEmailVM_fromStore_closure, B.ConfirmEmailVM_fromStore_closure1, B.ConfirmEmailVM_fromStore__closure, K._DesktopSessionTimeoutState_initState_closure, K._DesktopSessionTimeoutState_initState__closure, K._DesktopSessionTimeoutState_build_closure, K._DesktopSessionTimeoutState_build__closure, K._DesktopSessionTimeoutState_build___closure, E.MessageDialog_build_closure, E.MessageDialog_build_closure0, E.MessageDialog_build_closure1, M.ErrorDialog_build_closure, M.ErrorDialog_build__closure, M.ErrorDialog_build_closure0, M.ErrorDialog_build_closure1, E._HealthCheckDialogState_runCheck_closure, E._HealthCheckDialogState_runCheck_closure0, E._HealthCheckDialogState_runCheck__closure, E._HealthCheckDialogState_runCheck_closure1, E._HealthCheckDialogState_clearCache_closure, E._HealthCheckDialogState_clearCache_closure0, E._HealthCheckDialogState_clearCache__closure, E._HealthCheckDialogState_clearCache_closure1, E._HealthCheckDialogState_build_closure, E._HealthCheckDialogState_build_closure0, E._HealthCheckDialogState_build_closure1, E._HealthListTile_build_closure, E.multiselectDialog_closure, E.multiselectDialog__closure, E.MultiSelectListState_build_closure, E.MultiSelectListState_build_closure0, E.MultiSelectListState_build_closure1, E.MultiSelectListState_build_closure2, E.MultiSelectListState_build_closure3, E.MultiSelectListState_build__closure3, E.MultiSelectListState_build_closure4, E.MultiSelectListState_build__closure2, E.MultiSelectListState_build___closure, E.MultiSelectListState_build_closure5, E.MultiSelectListState_build__closure1, E.MultiSelectListState_build_closure6, E.MultiSelectListState_build__closure0, E.MultiSelectListState_build_closure7, E.MultiSelectListState_build__closure, E.MultiSelectListState_build_closure8, E.MultiSelectListState_build_closure9, L.DismissibleEntity_build_closure, L.DismissibleEntity_build_closure0, L.DismissibleEntity_build_closure1, L.DismissibleEntity_build_closure2, L.DismissibleEntity_build_closure3, L.DismissibleEntity_build_closure4, V.DocumentGrid_build_closure, V.DocumentGrid_build_closure0, V.DocumentGrid_build_closure1, V.DocumentGrid_build__closure, V.DocumentTile_build_closure0, V.DocumentTile_build__closure, V.DocumentTile_build___closure, V.DocumentTile_build_closure, V.DocumentPreview_build_closure0, V.DocumentPreview_build_closure, K.EditScaffold_build_closure4, K.EditScaffold_build_closure, K.EditScaffold_build_closure1, K.EditScaffold_build_closure0, K.EditScaffold_build_closure2, K.EditScaffold_build__closure, K.EditScaffold_build_closure3, L.showEntityActionsDialog_closure, L.showEntityActionsDialog_closure0, L.EntityActionListTile_build_closure, O._EntityListTileState_build_closure, O._EntityListTileState_build_closure0, O._EntityListTileState_build_closure1, O._EntityListTileState_build__closure0, O._EntityListTileState_build_closure2, O._EntityListTileState_build__closure, O._EntityListTileState_build_closure4, O._EntityListTileState_build_closure3, O._EntitiesListTileState_build_closure0, O._EntitiesListTileState_build__closure0, O._EntitiesListTileState_build_closure1, O._EntitiesListTileState_build__closure, O._EntitiesListTileState_build_closure, O._EntitiesListTileState_build_closure3, O._EntitiesListTileState_build_closure2, F._EntityDropdownState__showOptions_closure, F._EntityDropdownState__showOptions__closure0, F._EntityDropdownState__showOptions__closure, F._EntityDropdownState_build_closure, F._EntityDropdownState_build_closure0, F._EntityDropdownState_build__closure4, F._EntityDropdownState_build_closure5, F._EntityDropdownState_build__closure, F._EntityDropdownState_build__closure0, F._EntityDropdownState_build_closure3, F._EntityDropdownState_build_closure4, F._EntityDropdownState_build_closure1, F._EntityDropdownState_build__closure3, F._EntityDropdownState_build__closure2, F._EntityDropdownState_build_closure2, F._EntityDropdownState_build__closure1, F._EntityDropdownState_build___closure, F._EntityDropdownState_build_closure6, F._EntityDropdownState_build_closure7, F._EntityDropdownDialogState_build__selectEntity, F._EntityDropdownDialogState_build__headerRow, F._EntityDropdownDialogState_build__headerRow_closure, F._EntityDropdownDialogState_build__headerRow__closure0, F._EntityDropdownDialogState_build__headerRow_closure0, F._EntityDropdownDialogState_build__headerRow_closure1, F._EntityDropdownDialogState_build__headerRow__closure, F._EntityDropdownDialogState_build__createList, F._EntityDropdownDialogState_build__createList_closure, F._EntityDropdownDialogState_build__createList_closure0, F._EntityDropdownDialogState_build__createList__closure, F._EntityListTile_build_closure, D.EntityHeader_build__value1, D.EntityHeader_build__value2, E.EntityTopFilter_build_closure, E.EntityTopFilter_build_closure1, E.EntityTopFilter_build_closure0, E.EntityTopFilter_build_closure2, E.EntityTopFilter_build_closure3, E.EntityTopFilter_build_closure4, E.EntityTopFilter_build__closure0, E.EntityTopFilter_build__closure, E.EntityTopFilter_build___closure, E.EntityTopFilter_build___closure0, E.EntityTopFilter_build_closure5, Q.AppDropdownButton_build_closure, Z.AppToggleButtons_build_closure, K.BoolDropdownButton_build_closure, K.BoolDropdownButton_build_closure0, K.BoolDropdownButton_build_closure2, K.BoolDropdownButton_build_closure1, K.BoolDropdownButton_build_closure4, K.BoolDropdownButton_build_closure3, R.ClientPicker_build_closure, A._FormColorPickerState_didChangeDependencies_closure, A._FormColorPickerState_didChangeDependencies_closure0, A._FormColorPickerState__onChanged_closure, A._FormColorPickerState__selectColor_closure, A._FormColorPickerState__showPicker_closure, A._FormColorPickerState__showPicker__closure, A._FormColorPickerState__showPicker__closure0, A._FormColorPickerState__showPicker__closure1, A._FormColorPickerState_build_closure, B._CustomFieldState_build_closure, B._CustomFieldState_build_closure0, B._CustomFieldState_build_closure1, B._CustomFieldState_build_closure2, B._CustomFieldState_build__closure, K._DatePickerState__onFoucsChanged_closure, K._DatePickerState_build_closure, K._DatePickerState_build_closure0, K._DatePickerState_build__closure, S._DecoratedFormFieldState_build_closure, S._DecoratedFormFieldState_build__closure, S._DecoratedFormFieldState_build_closure0, S._DecoratedFormFieldState_build_closure1, A.DesignPicker_build_closure1, A.DesignPicker_build_closure, A.DesignPicker_build_closure0, U._DurationPickerState__onFoucsChanged_closure, U._DurationPickerState_build_closure1, U._DurationPickerState_build__closure, U._DurationPickerState_build_closure, U._DurationPickerState_build__closure0, U._DurationPickerState_build_closure0, Y.DynamicSelector_build_closure, Y.DynamicSelector_build_closure0, Y.DynamicSelector_build_closure1, A._GrowableFormFieldState__onFoucsChanged_closure, B.LearnMoreUrl_build_closure, B.NotificationSettings_build_closure, B.NotificationSettings_build_closure0, B.NotificationSettings_build_closure1, B.NotificationSettings_build__closure, B._NotificationSelector_build_closure, S._PasswordFormFieldState_build_closure, S._PasswordFormFieldState_build__closure, S._PasswordFormFieldState_build_closure0, V.SaveCancelButtons_build_closure, V.SaveCancelButtons_build__closure0, V.SaveCancelButtons_build_closure0, V.SaveCancelButtons_build__closure, M._TimePickerState__onFoucsChanged_closure, M._TimePickerState__showTimePicker_closure, M._TimePickerState_build_closure, M._TimePickerState_build_closure0, M._TimePickerState_build__closure, M._TimePickerState_build__closure0, M._TimePickerState_build__closure1, V.HistoryDrawer_build_closure, V.HistoryDrawer_build__closure, V.HistoryDrawer_build_closure0, V._HistoryListTileState_build_closure1, V._HistoryListTileState_build_closure0, V._HistoryListTileState_build_closure, V._HistoryListTileState_build__closure, A.HistoryDrawerBuilder_build_closure, E._InvoiceEmailViewState_dispose_closure, E._InvoiceEmailViewState__onChanged_closure, E._InvoiceEmailViewState__loadTemplate_closure, E._InvoiceEmailViewState__loadTemplate_closure0, E._InvoiceEmailViewState__loadTemplate__closure, E._InvoiceEmailViewState__buildTemplateDropdown_closure, E._InvoiceEmailViewState__buildTemplateDropdown__closure0, E._InvoiceEmailViewState__buildTemplateDropdown__closure1, E._InvoiceEmailViewState__buildTemplateDropdown_closure0, E._InvoiceEmailViewState__buildTemplateDropdown_closure1, E._InvoiceEmailViewState__buildTemplateDropdown_closure2, E._InvoiceEmailViewState__buildTemplateDropdown__closure, E._InvoiceEmailViewState__buildEdit_closure, E._InvoiceEmailViewState__buildEdit_closure0, E._InvoiceEmailViewState__buildHistory_closure, E._InvoiceEmailViewState_build_closure, E._InvoiceEmailViewState_build_closure0, E._InvoiceEmailViewState_build_closure1, E._InvoiceEmailViewState_build_closure2, D._TaxRateDropdownState_didChangeDependencies_closure, D._TaxRateDropdownState_didChangeDependencies_closure0, D._TaxRateDropdownState_didChangeDependencies_closure1, D._TaxRateDropdownState_build_closure, D._TaxRateDropdownState_build_closure0, D._TaxRateDropdownState_build_closure1, D._TaxRateDropdownState_build_closure2, D._TaxRateDropdownState_build_closure3, R.TaxRateField_build_closure, R.TaxRateField_build_closure0, Z.LinkTextSpan_closure, N._ListFilterState_onFocusChanged_closure, N._ListFilterState_build_closure, N._ListFilterState_build_closure0, N._ListFilterState_build__closure, Y.ListScaffold_build_closure, Y.ListScaffold_build_closure0, Y.ListScaffold_build_closure1, Y.ListScaffold_build__closure0, Y.ListScaffold_build_closure2, Y.ListScaffold_build_closure3, Y.ListScaffold_build_closure6, Y.ListScaffold_build_closure4, Y.ListScaffold_build_closure5, Y.ListScaffold_build__closure, N.ActivityListTile_build_closure, G.AppListTile_build_closure0, G.AppListTile_build_closure, N.FilterListTile_build_closure, N.FilterListTile_build__closure, E._LiveTextState_initState_closure, E._LiveTextState_initState__closure, X.MainScreen_build_closure, X.MainScreen_build__closure, V.MenuDrawer_build__companyLogo, V.MenuDrawer_build__companyListItem, V.MenuDrawer_build__companyListItem_closure, V.MenuDrawer_build_closure, V.MenuDrawer_build__closure1, V.MenuDrawer_build_closure0, V.MenuDrawer_build__closure0, V.MenuDrawer_build_closure3, V.MenuDrawer_build__closure, V.MenuDrawer_build_closure1, V.MenuDrawer_build_closure2, V.MenuDrawer_build_closure4, V.MenuDrawer_build_closure5, V.MenuDrawer_build_closure7, V.MenuDrawer_build_closure6, V.MenuDrawer_build_closure8, V.MenuDrawer_build_closure9, V._DrawerTileState_build_closure, V._DrawerTileState_build_closure0, V._DrawerTileState_build_closure2, V._DrawerTileState_build_closure1, V.SidebarFooter_build_closure, V.SidebarFooter_build__closure2, V.SidebarFooter_build__closure3, V.SidebarFooter_build_closure0, V.SidebarFooter_build_closure1, V.SidebarFooter_build_closure2, V.SidebarFooter_build_closure3, V.SidebarFooter_build__closure0, V.SidebarFooter_build__closure1, V.SidebarFooter_build_closure4, V.SidebarFooter_build_closure5, V.SidebarFooter_build_closure6, V.SidebarFooter_build_closure7, V.SidebarFooter_build_closure8, V.SidebarFooter_build_closure9, V.SidebarFooter_build__closure, V.SidebarFooter_build_closure10, V.SidebarFooterCollapsed_build_closure0, V.SidebarFooterCollapsed_build_closure, V.SidebarFooterCollapsed_build_closure1, V._showContactUs_closure, V._showUpdate_closure, V._showConnectStripe_closure, V._showAbout_closure, V._showAbout__closure, V._showAbout__closure0, V._showAbout__closure2, V._showAbout__closure1, V._showAbout__closure3, V._showAbout___closure0, V._showAbout____closure, V._showAbout_____closure, V._showAbout______closure, V._showAbout______closure0, V._showAbout______closure1, V._showAbout______closure2, V._showAbout____closure0, V._showAbout____closure1, V._showAbout____closure2, V._showAbout____closure3, V._showAbout____closure4, V._showAbout____closure5, V._showAbout____closure6, V._showAbout__closure4, V._showAbout___closure, V._showAbout__closure5, V._showAbout__closure6, V._showAbout__closure7, V._showAbout__closure8, V._showAbout__closure9, V._ContactUsDialogState__sendMessage_closure, V._ContactUsDialogState__sendMessage_closure0, V._ContactUsDialogState__sendMessage__closure0, V._ContactUsDialogState__sendMessage__closure1, V._ContactUsDialogState__sendMessage_closure1, V._ContactUsDialogState__sendMessage__closure, V._ContactUsDialogState_build_closure, V._ContactUsDialogState_build_closure0, V._ContactUsDialogState_build_closure1, V._ContactUsDialogState_build_closure2, V._ContactUsDialogState_build__closure, A.MenuDrawerBuilder_build_closure, A.MenuDrawerVM_fromStore_closure1, A.MenuDrawerVM_fromStore__closure, A.MenuDrawerVM_fromStore_closure, A.MenuDrawerVM_fromStore__closure1, A.MenuDrawerVM_fromStore_closure0, A.MenuDrawerVM_fromStore__closure0, A.MenuDrawerVM_fromStore___closure, A.MenuDrawerVM_fromStore___closure0, V._SystemLogViewerState_build_closure, V._SystemLogViewerState_build_closure2, V._SystemLogViewerState_build__closure, V._SystemLogViewerState_build_closure0, V._SystemLogViewerState_build_closure1, V._SystemLogViewerState_build__closure0, V._SystemLogViewerState_build___closure, V._SystemLogViewerState_build____closure, L.AppDataTable__buildHeadingCell_arrowWithPadding, L.AppDataTable_build_closure, L.AppDataTable_build_closure0, L.AppDataTable_build_closure1, L.AppDataTable_build_closure2, L.AppDataTable_build_closure3, L.TableRowInkWell_getRectCallback_closure0, L._SortArrowState__rebuild_closure0, N.AppPaginatedDataTableState__handleDataSourceChanged_closure, N.AppPaginatedDataTableState_pageTo_closure, N.AppPaginatedDataTableState__getBlankRowFor_closure, N.AppPaginatedDataTableState__getProgressIndicatorRowFor_closure, N.AppPaginatedDataTableState__getRows_closure, N.AppPaginatedDataTableState_build_closure, D.EntityDataTableSource_getRow_closure, D.EntityDataTableSource_getRow_closure0, D.EntityDataTableSource_getRow_closure1, D.EntityDataTableSource_getRow_closure2, D.EntityDataTableSource_getRow_closure3, D.EntityDataTableSource_getRow__closure, S._EntityListState_initState_closure, S._EntityListState_build_closure, S._EntityListState_build_closure7, S._EntityListState_build__closure, S._EntityListState_build__closure0, S._EntityListState_build__closure2, S._EntityListState_build__closure1, S._EntityListState_build__closure3, S._EntityListState_build__closure4, S._EntityListState_build__closure6, S._EntityListState_build___closure, S._EntityListState_build___closure0, S._EntityListState_build__closure5, S._EntityListState_build___closure1, S._EntityListState_build__closure7, S._EntityListState_build_closure0, S._EntityListState_build_closure1, S._EntityListState_build_closure8, S._EntityListState_build_closure2, S._EntityListState_build__closure12, S._EntityListState_build_closure4, S._EntityListState_build__closure9, S._EntityListState_build_closure3, S._EntityListState_build__closure11, S._EntityListState_build__closure10, S._EntityListState_build___closure2, S._EntityListState_build_closure6, S._EntityListState_build__closure8, S._EntityListState_build_closure5, K._VariablesHelpState_build_closure, K._VariablesHelpState_build_closure0, K._VariablesHelpState_build_closure1, K._VariableGrid_build_closure, K._VariableGrid_build_closure0, K._VariableGrid_build__closure, K._VariableGrid_build___closure, G.ViewScaffold_build_closure, G.ViewScaffold_build_closure0, G.ViewScaffold_build_closure1, G.ViewScaffold_build_closure2, G.ViewScaffold_build_closure6, G.ViewScaffold_build_closure3, G.ViewScaffold_build_closure4, G.ViewScaffold_build__closure, G.ViewScaffold_build_closure5, A._WebSessionTimeoutState_initState_closure, B.InitScreen_build_closure0, B.InitScreen_build_closure, Y._LoginState__submitSignUpForm_closure, Y._LoginState__submitSignUpForm_closure0, Y._LoginState__submitSignUpForm__closure1, Y._LoginState__submitSignUpForm_closure1, Y._LoginState__submitSignUpForm__closure0, Y._LoginState__submitSignUpForm_closure2, Y._LoginState__submitSignUpForm__closure, Y._LoginState__submitLoginForm_closure, Y._LoginState__submitLoginForm_closure0, Y._LoginState__submitLoginForm__closure0, Y._LoginState__submitLoginForm___closure, Y._LoginState__submitLoginForm_closure1, Y._LoginState__submitLoginForm__closure, Y._LoginState_build_closure, Y._LoginState_build_closure0, Y._LoginState_build__closure6, Y._LoginState_build_closure1, Y._LoginState_build_closure2, Y._LoginState_build__closure5, Y._LoginState_build_closure3, Y._LoginState_build__closure4, Y._LoginState_build_closure4, Y._LoginState_build__closure3, Y._LoginState_build_closure5, Y._LoginState_build__closure2, Y._LoginState_build_closure7, Y._LoginState_build_closure6, Y._LoginState_build_closure8, Y._LoginState_build_closure9, Y._LoginState_build_closure10, Y._LoginState_build_closure11, Y._LoginState_build__closure1, Y._LoginState_build_closure12, Y._LoginState_build__closure0, Y._LoginState_build_closure13, Y._LoginState_build_closure14, Y._LoginState_build_closure15, Y._LoginState_build__closure, Y._LoginState_build_closure16, Y._LoginState_build_closure17, G.LoginScreen_build_closure, G.LoginVM_fromStore__handleLogin, G.LoginVM_fromStore__handleLogin_closure, G.LoginVM_fromStore__formatApiUrl, G.LoginVM_fromStore_closure3, G.LoginVM_fromStore__closure0, G.LoginVM_fromStore___closure0, G.LoginVM_fromStore_closure4, G.LoginVM_fromStore__closure, G.LoginVM_fromStore___closure, G.LoginVM_fromStore_closure1, G.LoginVM_fromStore__closure1, G.LoginVM_fromStore_closure0, G.LoginVM_fromStore_closure, G.LoginVM_fromStore__closure2, G.LoginVM_fromStore_closure2, V.ClientListItem_build_closure, V.ClientListItem_build__closure2, V.ClientListItem_build__closure1, V.ClientListItem_build__closure, V.ClientListItem_build__closure0, V.ClientListItem_build__closure5, V.ClientListItem_build__closure4, V.ClientListItem_build__closure3, Y.ClientListBuilder_build_closure, Y.ClientListBuilder_build__closure, Y.ClientListVM_fromStore__handleRefresh, Y.ClientListVM_fromStore_closure, Y.ClientListVM_fromStore_closure0, Y.ClientListVM_fromStore_closure1, S._ClientPdfViewState_loadPdf_closure, S._ClientPdfViewState_loadPdf_closure0, S._ClientPdfViewState_loadPdf__closure, S._ClientPdfViewState_loadPdf_closure1, S._ClientPdfViewState_build_closure, S._ClientPdfViewState_build_closure0, S._ClientPdfViewState_build_closure1, S._ClientPdfViewState_build__closure0, S._ClientPdfViewState_build_closure2, S._ClientPdfViewState_build__closure, S._ClientPdfViewState_build_closure3, S._ClientPdfViewState_build_closure4, V.ClientPdfScreen_build_closure0, V.ClientPdfScreen_build_closure, V.ClientPresenter_getField_closure, B.ClientScreen_build_closure9, B.ClientScreen_build_closure7, B.ClientScreen_build_closure8, B.ClientScreen_build_closure4, B.ClientScreen_build_closure5, B.ClientScreen_build_closure, B.ClientScreen_build_closure0, B.ClientScreen_build_closure1, B.ClientScreen_build_closure2, B.ClientScreen_build_closure3, B.ClientScreen_build_closure6, D.ClientScreenBuilder_build_closure, M._ClientEditState_build_closure, M._ClientEditState_build_closure0, M._ClientEditState_build__closure, R.ClientEditBillingAddressState_didChangeDependencies_closure, R.ClientEditBillingAddressState_didChangeDependencies_closure0, R.ClientEditBillingAddressState_dispose_closure, R.ClientEditBillingAddressState__onChanged_closure, R.ClientEditBillingAddressState__onChanged_closure0, R.ClientEditBillingAddressState_build_closure, R.ClientEditBillingAddressState_build__closure0, R.ClientEditBillingAddressState_build_closure0, R.ClientEditBillingAddressState_build__closure, R._ClientEditContactsState__showContactEditor_closure, R._ClientEditContactsState__showContactEditor__closure, R._ClientEditContactsState_build_closure, R._ClientEditContactsState_build__closure, R._ClientEditContactsState_build_closure0, R._ClientEditContactsState_build_closure1, R.ContactEditDetailsState_didChangeDependencies_closure, R.ContactEditDetailsState_didChangeDependencies_closure0, R.ContactEditDetailsState_dispose_closure, R.ContactEditDetailsState__onChanged_closure, R.ContactEditDetailsState__onChanged_closure0, R.ContactEditDetailsState_build_closure0, R.ContactEditDetailsState_build_closure, R.ContactEditDetailsState_build_closure2, R.ContactEditDetailsState_build_closure1, R.ContactEditDetailsState_build_closure4, R.ContactEditDetailsState_build_closure3, R.ContactEditDetailsState_build_closure6, R.ContactEditDetailsState_build_closure5, R.ContactEditDetailsState_build_closure7, R.ContactEditDetailsState_build_closure8, R.ContactEditDetailsState_build_closure9, R.ContactEditDetailsState_build_closure10, R.ContactEditDetailsState_build_closure11, R.ContactEditDetailsState_build_closure12, R.ContactEditDetailsState_build__closure0, R.ContactEditDetailsState_build__closure1, R.ContactEditDetailsState_build_closure13, R.ContactEditDetailsState_build__closure, R.ContactEditDetailsState_build_closure14, F.ClientEditContactsScreen_build_closure0, F.ClientEditContactsScreen_build_closure, F.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure, F.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure0, F.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure1, F.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure2, Q.ClientEditDetailsState_didChangeDependencies_closure, Q.ClientEditDetailsState_didChangeDependencies_closure0, Q.ClientEditDetailsState_dispose_closure, Q.ClientEditDetailsState__onChanged_closure, Q.ClientEditDetailsState__onChanged_closure0, Q.ClientEditDetailsState_build_closure, Q.ClientEditDetailsState_build_closure0, Q.ClientEditDetailsState_build__closure0, Q.ClientEditDetailsState_build_closure1, Q.ClientEditDetailsState_build__closure, U.ClientEditFooter_build_closure, L.ClientEditNotesState_didChangeDependencies_closure, L.ClientEditNotesState_didChangeDependencies_closure0, L.ClientEditNotesState_dispose_closure, L.ClientEditNotesState__onChanged_closure, L.ClientEditNotesState__onChanged_closure0, L.ClientEditNotesState_build_closure, L.ClientEditNotesState_build_closure0, L.ClientEditNotesState_build__closure0, L.ClientEditNotesState_build_closure1, L.ClientEditNotesState_build__closure, M.ClientEditSettingsState_didChangeDependencies_closure, M.ClientEditSettingsState_didChangeDependencies_closure0, M.ClientEditSettingsState_dispose_closure, M.ClientEditSettingsState__onChanged_closure, M.ClientEditSettingsState__onChanged_closure0, M.ClientEditSettingsState_build_closure, M.ClientEditSettingsState_build__closure3, M.ClientEditSettingsState_build_closure0, M.ClientEditSettingsState_build__closure2, M.ClientEditSettingsState_build_closure1, M.ClientEditSettingsState_build_closure2, M.ClientEditSettingsState_build__closure1, M.ClientEditSettingsState_build_closure3, M.ClientEditSettingsState_build_closure4, M.ClientEditSettingsState_build__closure0, M.ClientEditSettingsState_build_closure5, M.ClientEditSettingsState_build__closure, R.ClientEditShippingAddressState_didChangeDependencies_closure, R.ClientEditShippingAddressState_didChangeDependencies_closure0, R.ClientEditShippingAddressState_dispose_closure, R.ClientEditShippingAddressState__onChanged_closure, R.ClientEditShippingAddressState__onChanged_closure0, R.ClientEditShippingAddressState_build_closure, R.ClientEditShippingAddressState_build__closure0, R.ClientEditShippingAddressState_build_closure0, R.ClientEditShippingAddressState_build__closure, M.ClientEditScreen_build_closure0, M.ClientEditScreen_build_closure, M.ClientEditVM_ClientEditVM$fromStore_closure, M.ClientEditVM_ClientEditVM$fromStore_closure3, M.ClientEditVM_ClientEditVM$fromStore__closure, M.ClientEditVM_ClientEditVM$fromStore_closure2, M.ClientEditVM_ClientEditVM$fromStore__closure0, M.ClientEditVM_ClientEditVM$fromStore_closure1, M.ClientEditVM_ClientEditVM$fromStore_closure0, M.ClientEditVM_ClientEditVM$fromStore__closure1, M.ClientEditVM_ClientEditVM$fromStore___closure, M.ClientEditVM_ClientEditVM$fromStore___closure0, M.ClientEditVM_ClientEditVM$fromStore___closure1, M.ClientEditVM_ClientEditVM$fromStore____closure, G._ClientViewState_build_closure0, G._ClientViewState_build__closure, G._ClientViewState_build__closure0, G._ClientViewState_build__closure1, G._ClientViewState_build__closure2, G._ClientViewState_build__closure3, G._ClientViewState_build__closure4, G._ClientViewState_build_closure, G._ClientViewState_build__closure5, G._ClientViewState_build___closure, G._ClientViewState_build___closure0, G._ClientViewState_build___closure1, G._ClientViewState_build___closure2, G._ClientViewState_build___closure3, G._ClientViewState_build___closure4, R._ClientViewActivityState_build_closure0, R._ClientViewActivityState_build_closure, Q._ClientViewDetailsState_build__buildDetailsList, Q._ClientViewDetailsState_build__buildDetailsList_closure, Q._ClientViewDetailsState_build__buildDetailsList__closure1, Q._ClientViewDetailsState_build__buildDetailsList__closure2, Q._ClientViewDetailsState_build__buildDetailsList__closure3, Q._ClientViewDetailsState_build__buildDetailsList___closure0, Q._ClientViewDetailsState_build__buildDetailsList__closure4, Q._ClientViewDetailsState_build__buildDetailsList___closure, Q._ClientViewDetailsState_build__buildDetailsList_closure0, Q._ClientViewDetailsState_build__buildDetailsList__closure0, Q._ClientViewDetailsState_build__buildDetailsList_closure1, Q._ClientViewDetailsState_build__buildDetailsList__closure, Q._ClientViewDetailsState_build__buildDetailsList_closure2, Q._ClientViewDetailsState_build__buildDetailsList_closure3, T.ClientViewDocuments_build_closure, T.ClientViewDocuments_build_closure0, U._ClientViewLedgerState_build_closure, U._ClientViewLedgerState_build_closure1, U._ClientViewLedgerState_build_closure0, U._ClientViewLedgerState_build__closure0, U._ClientViewLedgerState_build__closure, Z.ClientOverview_build_closure, Z.ClientOverview_build_closure0, Z.ClientOverview_build_closure1, Z.ClientOverview_build_closure2, Z.ClientOverview_build_closure3, X.ClientViewScreen_build_closure0, X.ClientViewScreen_build_closure, X.ClientViewVM_ClientViewVM$fromStore__handleRefresh, X.ClientViewVM_ClientViewVM$fromStore_closure, X.ClientViewVM_ClientViewVM$fromStore_closure0, X.ClientViewVM_ClientViewVM$fromStore__closure0, X.ClientViewVM_ClientViewVM$fromStore__closure1, X.ClientViewVM_ClientViewVM$fromStore___closure, X.ClientViewVM_ClientViewVM$fromStore_closure1, X.ClientViewVM_ClientViewVM$fromStore__closure, G._CompanyGatewayListState_build_closure1, G._CompanyGatewayListState_build_closure0, G._CompanyGatewayListState_build_closure, G._CompanyGatewayListState_build__closure, Z.CompanyGatewayListItem_build_closure0, Z.CompanyGatewayListItem_build_closure, S.CompanyGatewayListBuilder_build_closure, S.CompanyGatewayListVM_fromStore__handleRefresh, S.CompanyGatewayListVM_fromStore_closure, S.CompanyGatewayListVM_fromStore_closure1, S.CompanyGatewayListVM_fromStore__closure, S.CompanyGatewayListVM_fromStore_closure0, S.CompanyGatewayListVM_fromStore__closure0, D.CompanyGatewayScreen_build_closure11, D.CompanyGatewayScreen_build_closure10, D.CompanyGatewayScreen_build_closure, D.CompanyGatewayScreen_build__closure0, D.CompanyGatewayScreen_build__closure1, D.CompanyGatewayScreen_build_closure0, D.CompanyGatewayScreen_build_closure1, D.CompanyGatewayScreen_build__closure, D.CompanyGatewayScreen_build_closure2, D.CompanyGatewayScreen_build_closure4, D.CompanyGatewayScreen_build_closure5, D.CompanyGatewayScreen_build_closure6, D.CompanyGatewayScreen_build_closure7, D.CompanyGatewayScreen_build_closure8, D.CompanyGatewayScreen_build_closure3, D.CompanyGatewayScreen_build_closure9, Y.CompanyGatewayScreenBuilder_build_closure, Y.CompanyGatewayScreenVM_fromStore_closure, Y.CompanyGatewayScreenVM_fromStore__closure, V._CompanyGatewayEditState_didChangeDependencies_closure, V._CompanyGatewayEditState_build_closure, V._CompanyGatewayEditState_build_closure0, V._CompanyGatewayEditState_build__closure12, V._CompanyGatewayEditState_build_closure1, V._CompanyGatewayEditState_build_closure2, V._CompanyGatewayEditState_build_closure3, V._CompanyGatewayEditState_build__closure11, V._CompanyGatewayEditState_build_closure4, V._CompanyGatewayEditState_build__closure10, V._CompanyGatewayEditState_build_closure5, V._CompanyGatewayEditState_build_closure6, V._CompanyGatewayEditState_build__closure9, V._CompanyGatewayEditState_build___closure, V._CompanyGatewayEditState_build_closure7, V._CompanyGatewayEditState_build__closure8, V._CompanyGatewayEditState_build_closure8, V._CompanyGatewayEditState_build__closure7, V._CompanyGatewayEditState_build_closure9, V._CompanyGatewayEditState_build__closure6, V._CompanyGatewayEditState_build_closure10, V._CompanyGatewayEditState_build__closure5, V._CompanyGatewayEditState_build_closure11, V._CompanyGatewayEditState_build__closure4, V._CompanyGatewayEditState_build_closure12, V._CompanyGatewayEditState_build__closure3, V._CompanyGatewayEditState_build_closure13, V._CompanyGatewayEditState_build__closure2, V._CompanyGatewayEditState_build_closure14, V._CompanyGatewayEditState_build__closure1, V._CompanyGatewayEditState_build_closure15, V._CompanyGatewayEditState_build__closure0, V._CompanyGatewayEditState_build_closure17, V._CompanyGatewayEditState_build_closure16, V._CompanyGatewayEditState_build__closure, V.CardListTile_build_closure, V.GatewayConfigSettings_build_closure, V.GatewayConfigSettings_build_closure0, V.GatewayConfigSettings_build__closure, V._GatewayConfigFieldState__onChanged_closure, V._GatewayConfigFieldState__obscureText_closure, V._GatewayConfigFieldState_build_closure, V._GatewayConfigFieldState_build_closure0, V._GatewayConfigFieldState_build_closure1, V._GatewayConfigFieldState_build_closure2, V._GatewayConfigFieldState_build_closure3, V._LimitEditorState__onChanged_closure, V._LimitEditorState__onChanged_closure0, V._LimitEditorState__onTextChange_closure, V._LimitEditorState_build_closure, V._LimitEditorState_build__closure0, V._LimitEditorState_build_closure0, V._LimitEditorState_build__closure, V._FeesEditorState_dispose_closure, V._FeesEditorState_didChangeDependencies_closure, V._FeesEditorState_didChangeDependencies_closure0, V._FeesEditorState__onChanged_closure, V._FeesEditorState__onChanged_closure0, V._FeesEditorState__onChanged__closure, V._FeesEditorState_build_closure, V._FeesEditorState_build__closure2, V._FeesEditorState_build___closure2, V._FeesEditorState_build_closure0, V._FeesEditorState_build__closure1, V._FeesEditorState_build___closure1, V._FeesEditorState_build_closure1, V._FeesEditorState_build__closure0, V._FeesEditorState_build___closure0, V._FeesEditorState_build_closure2, V._FeesEditorState_build__closure, V._FeesEditorState_build___closure, L.CompanyGatewayEditScreen_build_closure0, L.CompanyGatewayEditScreen_build_closure, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure1, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure0, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure1, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure0, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore____closure, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure2, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure0, G._CompanyGatewayViewState_build_closure1, G._CompanyGatewayViewState_build_closure, G._CompanyGatewayViewState_build_closure0, G._CompanyGatewayOverview_build_closure, G._CompanyGatewayOverview_build_closure0, G._CompanyGatewayOverview_build_closure2, G._CompanyGatewayOverview_build_closure1, A.CompanyGatewayViewScreen_build_closure0, A.CompanyGatewayViewScreen_build_closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__handleRefresh, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure2, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore____closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_____closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure1, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure1, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure2, S.CreditEmailScreen_build_closure1, S.CreditEmailScreen_build_closure0, S.CreditEmailScreen_build_closure, S.EmailCreditVM_EmailCreditVM$fromStore_closure, S.EmailCreditVM_EmailCreditVM$fromStore_closure0, S.EmailCreditVM_EmailCreditVM$fromStore__closure, K.CreditListItem_build_closure, K.CreditListItem_build__closure2, K.CreditListItem_build__closure1, K.CreditListItem_build__closure, K.CreditListItem_build__closure0, K.CreditListItem_build__closure5, K.CreditListItem_build__closure4, K.CreditListItem_build__closure3, U.CreditListBuilder_build_closure, U.CreditListBuilder_build__closure, U.CreditListVM_fromStore__handleRefresh, U.CreditListVM_fromStore_closure, U.CreditListVM_fromStore_closure0, U.CreditListVM_fromStore_closure1, U.CreditPdfScreen_build_closure0, U.CreditPdfScreen_build_closure, A.CreditScreen_build_closure9, A.CreditScreen_build_closure7, A.CreditScreen_build_closure8, A.CreditScreen_build_closure4, A.CreditScreen_build_closure5, A.CreditScreen_build_closure, A.CreditScreen_build_closure0, A.CreditScreen_build_closure1, A.CreditScreen_build_closure2, A.CreditScreen_build_closure3, A.CreditScreen_build_closure6, R.CreditScreenBuilder_build_closure, M._CreditEditState_build_closure1, M._CreditEditState_build_closure2, M._CreditEditState_build_closure0, M._CreditEditState_build_closure, M._CreditEditState_build__closure, M._CreditEditState_build___closure, M._CreditEditState_build___closure1, M._CreditEditState_build___closure0, T.CreditEditDetailsScreen_build_closure0, T.CreditEditDetailsScreen_build_closure, T.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure, T.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure0, T.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure1, T.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure, T.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure0, R.CreditEditItemsScreen_build_closure0, R.CreditEditItemsScreen_build_closure, R.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure, R.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure0, R.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure1, R.CreditEditItemsVM_CreditEditItemsVM$fromStore__closure, R.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure2, G.CreditEditNotesScreen_build_closure0, G.CreditEditNotesScreen_build_closure, G.CreditEditNotesVM_CreditEditNotesVM$fromStore_closure, U.CreditEditPDFScreen_build_closure0, U.CreditEditPDFScreen_build_closure, X.CreditEditScreen_build_closure0, X.CreditEditScreen_build_closure, X.CreditEditVM_CreditEditVM$fromStore_closure, X.CreditEditVM_CreditEditVM$fromStore__closure, X.CreditEditVM_CreditEditVM$fromStore___closure, X.CreditEditVM_CreditEditVM$fromStore___closure0, X.CreditEditVM_CreditEditVM$fromStore___closure1, X.CreditEditVM_CreditEditVM$fromStore____closure, X.CreditEditVM_CreditEditVM$fromStore_closure0, X.CreditEditVM_CreditEditVM$fromStore_closure1, M.CreditViewScreen_build_closure0, M.CreditViewScreen_build_closure, M.CreditViewVM_CreditViewVM$fromStore__handleRefresh, M.CreditViewVM_CreditViewVM$fromStore_closure, M.CreditViewVM_CreditViewVM$fromStore_closure0, M.CreditViewVM_CreditViewVM$fromStore_closure1, M.CreditViewVM_CreditViewVM$fromStore__closure0, M.CreditViewVM_CreditViewVM$fromStore__closure1, M.CreditViewVM_CreditViewVM$fromStore___closure, M.CreditViewVM_CreditViewVM$fromStore_closure2, M.CreditViewVM_CreditViewVM$fromStore__closure, M.CreditViewVM_CreditViewVM$fromStore_closure3, A.DashboardActivity_build_closure0, A.DashboardActivity_build_closure, U._DashboardChartState__onSelectionChanged_closure, U._DashboardChartState__onSelectionChanged_closure0, U._DashboardChartState__onSelectionChanged_closure1, U._DashboardChartState_build_closure, U._DashboardChartState_build__closure, U._DashboardChartState_build___closure, E._DashboardDateRangePickerState_build_closure, E._DashboardDateRangePickerState_build_closure0, E._DashboardDateRangePickerState_build__closure2, E._DashboardDateRangePickerState_build_closure1, E._DashboardDateRangePickerState_build__closure1, E._DashboardDateRangePickerState_build_closure2, E._DashboardDateRangePickerState_build_closure3, E._DashboardDateRangePickerState_build_closure4, E._DashboardDateRangePickerState_build_closure5, E._DashboardDateRangePickerState_build__closure0, E._DashboardDateRangePickerState_build_closure6, E._DashboardDateRangePickerState_build_closure7, E._DashboardDateRangePickerState_build_closure8, E._DashboardDateRangePickerState_build__closure, Y.DashboardPanels__showDateOptions_closure, Y.DashboardPanels__header_closure, Y.DashboardPanels__header__closure, Y.DashboardPanels__header__closure0, Y.DashboardPanels__header__closure1, Y.DashboardPanels__header__closure2, Y.DashboardPanels__header__closure3, Y.DashboardPanels__header__closure4, Y.DashboardPanels__header___closure1, Y.DashboardPanels__header__closure5, Y.DashboardPanels__header___closure0, Y.DashboardPanels__header__closure6, Y.DashboardPanels__header___closure, Y.DashboardPanels__header____closure, Y.DashboardPanels__header__closure7, Y.DashboardPanels__paymentChart_closure, Y.DashboardPanels__paymentChart_closure0, Y.DashboardPanels__quoteChart_closure, Y.DashboardPanels__quoteChart_closure0, Y.DashboardPanels__taskChart_closure, Y.DashboardPanels__taskChart_closure0, Y.DashboardPanels__expenseChart_closure, Y.DashboardPanels__expenseChart_closure0, Y.DashboardPanels_build_closure, Y.DashboardPanels_build_closure0, Y.DashboardPanels_build_closure1, Y.DashboardPanels_build_closure2, Y.DashboardPanels_build_closure3, Y.__DashboardPanelState_build_closure, Y.__DashboardPanelState_build__closure0, Y.__DashboardPanelState_build__closure1, Y.__DashboardPanelState_build__closure, Y.__DashboardPanelState_build__closure3, Y.__DashboardPanelState_build__closure4, Y.__DashboardPanelState_build__closure2, Y._InvoiceChart_build_closure, Y._InvoiceChart_build_closure0, F._DashboardScreenState_initState_closure, F._DashboardScreenState_initState_closure0, F._DashboardScreenState_initState__closure, F._DashboardScreenState_build_closure, F._DashboardScreenState_build__closure0, F._DashboardScreenState_build_closure0, F._DashboardScreenState_build_closure1, F._DashboardScreenState_build__closure, F._DashboardScreenState_build_closure2, F._CustomTabBarView_build_closure, F._CustomTabBarView_build__closure, F._CustomTabBarView_build_closure0, F._CustomTabBarView_build_closure1, F._CustomTabBarView_build_closure2, Q.DashboardScreenBuilder_build_closure, Q.DashboardVM_fromStore__handleRefresh, Q.DashboardVM_fromStore_closure, Q.DashboardVM_fromStore_closure2, Q.DashboardVM_fromStore_closure0, Q.DashboardVM_fromStore_closure5, Q.DashboardVM_fromStore_closure1, Q.DashboardVM_fromStore_closure3, Q.DashboardVM_fromStore_closure4, Q.DashboardVM_fromStore_closure6, S.SidebarScaffold_build_closure, S.InvoiceSidebar_build_closure, S.InvoiceSidebar_build_closure0, S.InvoiceSidebar_build_closure1, S.InvoiceSidebar_build_closure2, S.InvoiceSidebar_build_closure3, S.InvoiceSidebar_build_closure4, S.PaymentSidebar_build_closure, S.PaymentSidebar_build_closure0, S.PaymentSidebar_build_closure1, S.PaymentSidebar_build_closure2, S.QuoteSidebar_build_closure, S.QuoteSidebar_build_closure0, S.QuoteSidebar_build_closure1, S.QuoteSidebar_build_closure2, S.QuoteSidebar_build_closure3, S.QuoteSidebar_build_closure4, S.TaskSidebar_build_closure, S.TaskSidebar_build_closure0, S.TaskSidebar_build_closure1, S.TaskSidebar_build_closure2, S.TaskSidebar_build_closure3, S.TaskSidebar_build_closure4, S.ExpenseSidbar_build_closure, S.ExpenseSidbar_build_closure0, S.ExpenseSidbar_build_closure1, S.ExpenseSidbar_build_closure2, S._DashboardSidebar_build_closure, G.DesignListItem_build_closure1, G.DesignListItem_build_closure0, G.DesignListItem_build_closure, F.DesignListBuilder_build_closure, F.DesignListBuilder_build__closure, F.DesignListVM_fromStore__handleRefresh, F.DesignListVM_fromStore_closure, F.DesignListVM_fromStore_closure0, F.DesignListVM_fromStore_closure1, L.DesignScreen_build_closure9, L.DesignScreen_build_closure7, L.DesignScreen_build_closure8, L.DesignScreen_build_closure4, L.DesignScreen_build_closure5, L.DesignScreen_build_closure, L.DesignScreen_build_closure0, L.DesignScreen_build_closure1, L.DesignScreen_build_closure2, L.DesignScreen_build_closure3, L.DesignScreen_build_closure6, G.DesignScreenBuilder_build_closure, N._DesignEditState_didChangeDependencies_closure, N._DesignEditState_didChangeDependencies_closure0, N._DesignEditState_dispose_closure, N._DesignEditState__onChanged_closure, N._DesignEditState__onChanged_closure0, N._DesignEditState__onChanged__closure, N._DesignEditState__onHtmlChanged_closure, N._DesignEditState__onHtmlChanged__closure, N._DesignEditState__loadDesign_closure, N._DesignEditState__loadDesign_closure0, N._DesignEditState__loadPreview_closure, N._DesignEditState__loadPreview_closure0, N._DesignEditState__loadPreview__closure, N._DesignEditState__setDraftMode_closure, N._DesignEditState_build_closure2, N._DesignEditState_build_closure, N._DesignEditState_build_closure0, N._DesignEditState_build_closure1, N._DesignSettingsState_build_closure, N._DesignSettingsState_build_closure0, G.DesignEditScreen_build_closure0, G.DesignEditScreen_build_closure, G.DesignEditVM_DesignEditVM$fromStore_closure, G.DesignEditVM_DesignEditVM$fromStore_closure1, G.DesignEditVM_DesignEditVM$fromStore_closure0, G.DesignEditVM_DesignEditVM$fromStore__closure, K._DesignViewState_build_closure, K._DesignViewState_build_closure0, K._DesignViewState_build_closure1, K._DesignViewState_build_closure2, K._DesignViewState_build_closure3, K._DesignViewState_build_closure4, K._DesignViewState_build_closure5, K._DesignViewState_build_closure6, K._DesignViewState_build_closure7, B.DesignViewScreen_build_closure0, B.DesignViewScreen_build_closure, B.DesignViewVM_DesignViewVM$fromStore_closure, S.DocumentListItem_build_closure1, S.DocumentListItem_build_closure0, S.DocumentListItem_build_closure, A.DocumentListBuilder_build_closure, A.DocumentListBuilder_build__closure, A.DocumentListVM_fromStore__handleRefresh, A.DocumentListVM_fromStore_closure, A.DocumentListVM_fromStore_closure0, A.DocumentListVM_fromStore_closure1, G.DocumentScreen_build_closure9, G.DocumentScreen_build_closure7, G.DocumentScreen_build_closure8, G.DocumentScreen_build_closure4, G.DocumentScreen_build_closure0, G.DocumentScreen_build_closure1, G.DocumentScreen_build_closure2, G.DocumentScreen_build_closure3, G.DocumentScreen_build_closure5, G.DocumentScreen_build_closure, G.DocumentScreen_build_closure6, U.DocumentScreenBuilder_build_closure, Z._DocumentEditState_didChangeDependencies_closure, Z._DocumentEditState_didChangeDependencies_closure0, Z._DocumentEditState_dispose_closure, Z._DocumentEditState__onChanged_closure, Z._DocumentEditState__onChanged_closure0, Z._DocumentEditState_build_closure0, Z._DocumentEditState_build_closure, E.DocumentEditScreen_build_closure0, E.DocumentEditScreen_build_closure, E.DocumentEditVM_DocumentEditVM$fromStore_closure, E.DocumentEditVM_DocumentEditVM$fromStore_closure0, A.DocumentViewScreen_build_closure0, A.DocumentViewScreen_build_closure, D._ExpenseEditState__onSavePressed_closure, D._ExpenseEditState_build_closure1, D._ExpenseEditState_build_closure2, D._ExpenseEditState_build_closure0, D._ExpenseEditState_build_closure, M.ExpenseEditDetailsState_didChangeDependencies_closure, M.ExpenseEditDetailsState_didChangeDependencies_closure0, M.ExpenseEditDetailsState_dispose_closure, M.ExpenseEditDetailsState__onChanged_closure, M.ExpenseEditDetailsState__onChanged_closure0, M.ExpenseEditDetailsState_build_closure0, M.ExpenseEditDetailsState_build__closure17, M.ExpenseEditDetailsState_build_closure, M.ExpenseEditDetailsState_build_closure2, M.ExpenseEditDetailsState_build__closure16, M.ExpenseEditDetailsState_build_closure1, M.ExpenseEditDetailsState_build_closure3, M.ExpenseEditDetailsState_build__closure15, M.ExpenseEditDetailsState_build_closure4, M.ExpenseEditDetailsState_build__closure14, M.ExpenseEditDetailsState_build_closure5, M.ExpenseEditDetailsState_build__closure13, M.ExpenseEditDetailsState_build_closure6, M.ExpenseEditDetailsState_build__closure12, M.ExpenseEditDetailsState_build_closure7, M.ExpenseEditDetailsState_build__closure11, M.ExpenseEditDetailsState_build_closure8, M.ExpenseEditDetailsState_build__closure10, M.ExpenseEditDetailsState_build_closure9, M.ExpenseEditDetailsState_build__closure9, M.ExpenseEditDetailsState_build_closure10, M.ExpenseEditDetailsState_build__closure8, M.ExpenseEditDetailsState_build_closure11, M.ExpenseEditDetailsState_build__closure7, M.ExpenseEditDetailsState_build_closure12, M.ExpenseEditDetailsState_build__closure6, M.ExpenseEditDetailsState_build_closure13, M.ExpenseEditDetailsState_build__closure5, M.ExpenseEditDetailsState_build_closure14, M.ExpenseEditDetailsState_build__closure4, M.ExpenseEditDetailsState_build_closure15, M.ExpenseEditDetailsState_build__closure3, M.ExpenseEditDetailsState_build_closure16, M.ExpenseEditDetailsState_build__closure2, M.ExpenseEditDetailsState_build_closure20, M.ExpenseEditDetailsState_build__closure0, M.ExpenseEditDetailsState_build_closure17, M.ExpenseEditDetailsState_build_closure18, M.ExpenseEditDetailsState_build__closure1, M.ExpenseEditDetailsState_build_closure21, M.ExpenseEditDetailsState_build__closure, M.ExpenseEditDetailsState_build_closure19, E.ExpenseEditNotesState_didChangeDependencies_closure, E.ExpenseEditNotesState_didChangeDependencies_closure0, E.ExpenseEditNotesState_dispose_closure, E.ExpenseEditNotesState__onChanged_closure, E.ExpenseEditNotesState__onChanged_closure0, T.ExpenseEditSettingsState_didChangeDependencies_closure, T.ExpenseEditSettingsState_didChangeDependencies_closure0, T.ExpenseEditSettingsState_dispose_closure, T.ExpenseEditSettingsState__onChanged_closure, T.ExpenseEditSettingsState__onChanged_closure0, T.ExpenseEditSettingsState__setCurrency_closure, T.ExpenseEditSettingsState__setCurrency_closure0, T.ExpenseEditSettingsState__calculateExchangeRate_closure, T.ExpenseEditSettingsState_build_closure, T.ExpenseEditSettingsState_build__closure11, T.ExpenseEditSettingsState_build_closure0, T.ExpenseEditSettingsState_build__closure7, T.ExpenseEditSettingsState_build__closure8, T.ExpenseEditSettingsState_build__closure9, T.ExpenseEditSettingsState_build__closure10, T.ExpenseEditSettingsState_build_closure1, T.ExpenseEditSettingsState_build__closure6, T.ExpenseEditSettingsState_build_closure2, T.ExpenseEditSettingsState_build__closure5, T.ExpenseEditSettingsState_build_closure3, T.ExpenseEditSettingsState_build__closure2, T.ExpenseEditSettingsState_build__closure3, T.ExpenseEditSettingsState_build__closure4, T.ExpenseEditSettingsState_build_closure4, T.ExpenseEditSettingsState_build_closure7, T.ExpenseEditSettingsState_build_closure5, T.ExpenseEditSettingsState_build_closure6, T.ExpenseEditSettingsState_build_closure8, T.ExpenseEditSettingsState_build__closure1, T.ExpenseEditSettingsState_build_closure9, T.ExpenseEditSettingsState_build_closure10, T.ExpenseEditSettingsState_build__closure0, T.ExpenseEditSettingsState_build_closure11, T.ExpenseEditSettingsState_build__closure, O.ExpenseEditScreen_build_closure0, O.ExpenseEditScreen_build_closure, O.ExpenseEditVM_ExpenseEditVM$fromStore_closure, O.ExpenseEditVM_ExpenseEditVM$fromStore_closure1, O.ExpenseEditVM_ExpenseEditVM$fromStore_closure2, O.ExpenseEditVM_ExpenseEditVM$fromStore__closure1, O.ExpenseEditVM_ExpenseEditVM$fromStore__closure2, O.ExpenseEditVM_ExpenseEditVM$fromStore_closure3, O.ExpenseEditVM_ExpenseEditVM$fromStore__closure, O.ExpenseEditVM_ExpenseEditVM$fromStore__closure0, O.ExpenseEditVM_ExpenseEditVM$fromStore_closure0, O.ExpenseEditVM_ExpenseEditVM$fromStore__closure3, O.ExpenseEditVM_ExpenseEditVM$fromStore___closure, O.ExpenseEditVM_ExpenseEditVM$fromStore___closure0, O.ExpenseEditVM_ExpenseEditVM$fromStore____closure, V.ExpenseListItem_build_closure, V.ExpenseListItem_build__closure2, V.ExpenseListItem_build__closure1, V.ExpenseListItem_build__closure, V.ExpenseListItem_build__closure0, V.ExpenseListItem_build__closure5, V.ExpenseListItem_build__closure4, V.ExpenseListItem_build__closure3, F.ExpenseListBuilder_build_closure, F.ExpenseListBuilder_build__closure, F.ExpenseListVM_fromStore__handleRefresh, F.ExpenseListVM_fromStore_closure, F.ExpenseListVM_fromStore_closure0, F.ExpenseListVM_fromStore_closure1, X.ExpenseScreen_build_closure13, X.ExpenseScreen_build_closure11, X.ExpenseScreen_build_closure12, X.ExpenseScreen_build_closure4, X.ExpenseScreen_build_closure0, X.ExpenseScreen_build_closure1, X.ExpenseScreen_build_closure2, X.ExpenseScreen_build_closure3, X.ExpenseScreen_build_closure5, X.ExpenseScreen_build_closure7, X.ExpenseScreen_build_closure8, X.ExpenseScreen_build_closure9, X.ExpenseScreen_build_closure6, X.ExpenseScreen_build_closure, X.ExpenseScreen_build_closure10, U.ExpenseScreenBuilder_build_closure, U._ExpenseViewState_build_closure, U._ExpenseViewState_build__closure, U._ExpenseViewState_build__closure0, U._ExpenseViewState_build__closure1, Y.ExpenseViewDocuments_build_closure, Y.ExpenseViewDocuments_build_closure0, F.ExpenseOverview_build__buildDetailsList, N._ExpenseViewScheduleState_build_closure, U.ExpenseViewScreen_build_closure0, U.ExpenseViewScreen_build_closure, U.ExpenseViewVM_ExpenseViewVM$fromStore__handleRefresh, U.ExpenseViewVM_ExpenseViewVM$fromStore_closure, U.ExpenseViewVM_ExpenseViewVM$fromStore_closure0, U.ExpenseViewVM_ExpenseViewVM$fromStore__closure0, U.ExpenseViewVM_ExpenseViewVM$fromStore__closure1, U.ExpenseViewVM_ExpenseViewVM$fromStore___closure, U.ExpenseViewVM_ExpenseViewVM$fromStore_closure1, U.ExpenseViewVM_ExpenseViewVM$fromStore__closure, A._ExpenseCategoryEditState_didChangeDependencies_closure, A._ExpenseCategoryEditState_didChangeDependencies_closure0, A._ExpenseCategoryEditState_dispose_closure, A._ExpenseCategoryEditState__onChanged_closure, A._ExpenseCategoryEditState__onChanged_closure0, A._ExpenseCategoryEditState_build_closure0, A._ExpenseCategoryEditState_build_closure1, A._ExpenseCategoryEditState_build__closure, A._ExpenseCategoryEditState_build_closure, A._ExpenseCategoryEditState_build__closure0, A._ExpenseCategoryEditState_build___closure, F.ExpenseCategoryEditScreen_build_closure0, F.ExpenseCategoryEditScreen_build_closure, F.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure, F.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure1, F.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure0, F.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore__closure, F.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure, F.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure0, F.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore____closure, F.ExpenseCategoryListItem_build_closure1, F.ExpenseCategoryListItem_build_closure0, F.ExpenseCategoryListItem_build_closure, A.ExpenseCategoryListBuilder_build_closure, A.ExpenseCategoryListBuilder_build__closure, A.ExpenseCategoryListVM_fromStore__handleRefresh, A.ExpenseCategoryListVM_fromStore_closure, A.ExpenseCategoryListVM_fromStore_closure0, A.ExpenseCategoryListVM_fromStore_closure1, Y.ExpenseCategoryScreen_build_closure9, Y.ExpenseCategoryScreen_build_closure8, Y.ExpenseCategoryScreen_build_closure7, Y.ExpenseCategoryScreen_build_closure4, Y.ExpenseCategoryScreen_build_closure5, Y.ExpenseCategoryScreen_build_closure, Y.ExpenseCategoryScreen_build_closure0, Y.ExpenseCategoryScreen_build_closure1, Y.ExpenseCategoryScreen_build_closure2, Y.ExpenseCategoryScreen_build_closure3, Y.ExpenseCategoryScreen_build_closure6, O.ExpenseCategoryScreenBuilder_build_closure, D._ExpenseCategoryViewState_build_closure, L.ExpenseCategoryViewScreen_build_closure0, L.ExpenseCategoryViewScreen_build_closure, L.ExpenseCategoryViewVM_ExpenseCategoryViewVM$fromStore_closure, Q._GroupEditState_didChangeDependencies_closure, Q._GroupEditState_didChangeDependencies_closure0, Q._GroupEditState_dispose_closure, Q._GroupEditState__onChanged_closure, Q._GroupEditState__onChanged_closure0, Q._GroupEditState_build_closure0, Q._GroupEditState_build_closure1, Q._GroupEditState_build__closure, Q._GroupEditState_build_closure, Q._GroupEditState_build__closure0, A.GroupEditScreen_build_closure0, A.GroupEditScreen_build_closure, A.GroupEditVM_GroupEditVM$fromStore_closure, A.GroupEditVM_GroupEditVM$fromStore_closure1, A.GroupEditVM_GroupEditVM$fromStore_closure0, A.GroupEditVM_GroupEditVM$fromStore__closure, A.GroupEditVM_GroupEditVM$fromStore___closure, A.GroupEditVM_GroupEditVM$fromStore___closure0, A.GroupEditVM_GroupEditVM$fromStore____closure, T.GroupListItem_build_closure1, T.GroupListItem_build_closure0, T.GroupListItem_build_closure, Y.GroupListBuilder_build_closure, Y.GroupListBuilder_build__closure, Y.GroupListVM_fromStore__handleRefresh, Y.GroupListVM_fromStore_closure, Y.GroupListVM_fromStore_closure0, Y.GroupListVM_fromStore_closure1, K.GroupSettingsScreen_build_closure5, K.GroupSettingsScreen_build_closure3, K.GroupSettingsScreen_build_closure4, K.GroupSettingsScreen_build_closure0, K.GroupSettingsScreen_build_closure1, K.GroupSettingsScreen_build_closure, K.GroupSettingsScreen_build_closure2, S.GroupScreenBuilder_build_closure, E._GroupViewState_build_closure2, E._GroupViewState_build_closure, E._GroupViewState_build_closure0, E._GroupViewState_build_closure1, A.GroupViewScreen_build_closure0, A.GroupViewScreen_build_closure, A.GroupViewVM_GroupViewVM$fromStore_closure, A.GroupViewVM_GroupViewVM$fromStore_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, F._InvoiceEditState_build_closure1, F._InvoiceEditState_build_closure2, F._InvoiceEditState_build_closure0, F._InvoiceEditState_build_closure, F._InvoiceEditState_build__closure, F._InvoiceEditState_build___closure, F._InvoiceEditState_build___closure1, F._InvoiceEditState_build___closure0, L.InvoiceEditContacts_build_closure, L.InvoiceEditContacts_build_closure0, L.InvoiceEditContacts_build__closure, L._ContactListTile_build_closure, X.InvoiceEditContactsScreen_build_closure0, X.InvoiceEditContactsScreen_build_closure, X.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure, X.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure0, S.InvoiceEditDesktopState_didChangeDependencies_closure, S.InvoiceEditDesktopState_didChangeDependencies_closure0, S.InvoiceEditDesktopState_dispose_closure, S.InvoiceEditDesktopState__onChanged_closure, S.InvoiceEditDesktopState__onChanged_closure0, S.InvoiceEditDesktopState_build_closure, S.InvoiceEditDesktopState_build_closure0, S.InvoiceEditDesktopState_build_closure2, S.InvoiceEditDesktopState_build_closure1, S.InvoiceEditDesktopState_build_closure3, S.InvoiceEditDesktopState_build_closure8, S.InvoiceEditDesktopState_build__closure12, S.InvoiceEditDesktopState_build_closure4, S.InvoiceEditDesktopState_build_closure5, S.InvoiceEditDesktopState_build__closure13, S.InvoiceEditDesktopState_build_closure9, S.InvoiceEditDesktopState_build__closure11, S.InvoiceEditDesktopState_build_closure6, S.InvoiceEditDesktopState_build_closure10, S.InvoiceEditDesktopState_build__closure10, S.InvoiceEditDesktopState_build_closure7, S.InvoiceEditDesktopState_build_closure12, S.InvoiceEditDesktopState_build_closure11, S.InvoiceEditDesktopState_build__closure9, S.InvoiceEditDesktopState_build_closure13, S.InvoiceEditDesktopState_build__closure8, S.InvoiceEditDesktopState_build_closure14, S.InvoiceEditDesktopState_build_closure15, S.InvoiceEditDesktopState_build__closure7, S.InvoiceEditDesktopState_build_closure16, S.InvoiceEditDesktopState_build_closure17, S.InvoiceEditDesktopState_build__closure6, S.InvoiceEditDesktopState_build_closure18, S.InvoiceEditDesktopState_build__closure5, S.InvoiceEditDesktopState_build_closure19, S.InvoiceEditDesktopState_build_closure20, S.InvoiceEditDesktopState_build_closure21, S.InvoiceEditDesktopState_build__closure4, S.InvoiceEditDesktopState_build_closure22, S.InvoiceEditDesktopState_build__closure3, S.InvoiceEditDesktopState_build_closure23, S.InvoiceEditDesktopState_build__closure2, S.InvoiceEditDesktopState_build_closure24, S.InvoiceEditDesktopState_build__closure1, S.InvoiceEditDesktopState_build_closure25, S.InvoiceEditDesktopState_build__closure0, S.InvoiceEditDesktopState_build_closure26, S.InvoiceEditDesktopState_build__closure, S.InvoiceEditDesktopState_build_closure27, S.InvoiceEditDesktopState_build_closure28, S.InvoiceEditDesktopState_build_closure29, S.__PdfPreviewState_loadPdf_closure, S.__PdfPreviewState__loadPdf_closure, S.__PdfPreviewState__loadPdf_closure0, S.__PdfPreviewState__loadPdf__closure0, S.__PdfPreviewState__loadPdf_closure1, S.__PdfPreviewState__loadPdf__closure, S.__PdfPreviewState_build_closure, S.__PdfPreviewState_build_closure0, S.__PdfPreviewState_build_closure1, S.__PdfPreviewState_build__closure0, S.__PdfPreviewState_build_closure2, S.__PdfPreviewState_build__closure, N.InvoiceEditDetailsState_didChangeDependencies_closure, N.InvoiceEditDetailsState_didChangeDependencies_closure0, N.InvoiceEditDetailsState_dispose_closure, N.InvoiceEditDetailsState__onChanged_closure, N.InvoiceEditDetailsState__onChanged_closure0, N.InvoiceEditDetailsState_build_closure0, N.InvoiceEditDetailsState_build_closure, N.InvoiceEditDetailsState_build_closure1, N.InvoiceEditDetailsState_build_closure2, N.InvoiceEditDetailsState_build__closure12, N.InvoiceEditDetailsState_build_closure7, N.InvoiceEditDetailsState_build__closure10, N.InvoiceEditDetailsState_build_closure3, N.InvoiceEditDetailsState_build_closure4, N.InvoiceEditDetailsState_build__closure11, N.InvoiceEditDetailsState_build_closure8, N.InvoiceEditDetailsState_build__closure9, N.InvoiceEditDetailsState_build_closure5, N.InvoiceEditDetailsState_build_closure9, N.InvoiceEditDetailsState_build__closure8, N.InvoiceEditDetailsState_build_closure6, N.InvoiceEditDetailsState_build_closure11, N.InvoiceEditDetailsState_build_closure10, N.InvoiceEditDetailsState_build__closure7, N.InvoiceEditDetailsState_build_closure12, N.InvoiceEditDetailsState_build__closure6, N.InvoiceEditDetailsState_build_closure13, N.InvoiceEditDetailsState_build_closure14, N.InvoiceEditDetailsState_build__closure5, N.InvoiceEditDetailsState_build_closure15, N.InvoiceEditDetailsState_build__closure4, N.InvoiceEditDetailsState_build_closure16, N.InvoiceEditDetailsState_build__closure3, N.InvoiceEditDetailsState_build_closure17, N.InvoiceEditDetailsState_build_closure18, N.InvoiceEditDetailsState_build_closure19, N.InvoiceEditDetailsState_build_closure20, N.InvoiceEditDetailsState_build_closure21, N.InvoiceEditDetailsState_build__closure2, N.InvoiceEditDetailsState_build_closure22, N.InvoiceEditDetailsState_build__closure1, N.InvoiceEditDetailsState_build_closure23, N.InvoiceEditDetailsState_build__closure0, N.InvoiceEditDetailsState_build_closure24, N.InvoiceEditDetailsState_build__closure, L.InvoiceEditDetailsScreen_build_closure0, L.InvoiceEditDetailsScreen_build_closure, L.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure, L.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure0, L.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure1, L.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure, L.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure0, K.InvoiceEditFooter_build_closure, G._InvoiceEditItemsState__showInvoiceItemEditor_closure, G._InvoiceEditItemsState_build_closure, G._InvoiceEditItemsState_build_closure0, G.ItemEditDetailsState_didChangeDependencies_closure, G.ItemEditDetailsState_dispose_closure, G.ItemEditDetailsState__onTextChanged_closure, G.ItemEditDetailsState__onChanged_closure, G.ItemEditDetailsState_build_closure, G.ItemEditDetailsState_build__closure2, G.ItemEditDetailsState_build_closure0, G.ItemEditDetailsState_build_closure1, G.ItemEditDetailsState_build__closure1, G.ItemEditDetailsState_build_closure2, G.ItemEditDetailsState_build__closure0, G.ItemEditDetailsState_build_closure3, G.ItemEditDetailsState_build__closure, E._InvoiceEditItemsDesktopState__updateTable_closure, E._InvoiceEditItemsDesktopState__onChanged_closure, E._InvoiceEditItemsDesktopState__onFocusChange_closure, E._InvoiceEditItemsDesktopState_build_closure, E._InvoiceEditItemsDesktopState_build_closure0, E._InvoiceEditItemsDesktopState_build_closure1, E._InvoiceEditItemsDesktopState_build_closure2, E._InvoiceEditItemsDesktopState_build_closure3, E._InvoiceEditItemsDesktopState_build_closure4, E._InvoiceEditItemsDesktopState_build_closure5, E._InvoiceEditItemsDesktopState_build__closure14, E._InvoiceEditItemsDesktopState_build_closure6, E._InvoiceEditItemsDesktopState_build_closure12, E._InvoiceEditItemsDesktopState_build_closure8, E._InvoiceEditItemsDesktopState_build_closure10, E._InvoiceEditItemsDesktopState_build__closure12, E._InvoiceEditItemsDesktopState_build_closure7, E._InvoiceEditItemsDesktopState_build__closure13, E._InvoiceEditItemsDesktopState_build___closure, E._InvoiceEditItemsDesktopState_build_closure9, E._InvoiceEditItemsDesktopState_build_closure11, E._InvoiceEditItemsDesktopState_build__closure11, E._InvoiceEditItemsDesktopState_build_closure14, E._InvoiceEditItemsDesktopState_build_closure13, E._InvoiceEditItemsDesktopState_build__closure10, E._InvoiceEditItemsDesktopState_build_closure16, E._InvoiceEditItemsDesktopState_build_closure15, E._InvoiceEditItemsDesktopState_build__closure9, E._InvoiceEditItemsDesktopState_build_closure18, E._InvoiceEditItemsDesktopState_build_closure17, E._InvoiceEditItemsDesktopState_build__closure8, E._InvoiceEditItemsDesktopState_build_closure20, E._InvoiceEditItemsDesktopState_build_closure19, E._InvoiceEditItemsDesktopState_build__closure7, E._InvoiceEditItemsDesktopState_build_closure22, E._InvoiceEditItemsDesktopState_build_closure21, E._InvoiceEditItemsDesktopState_build__closure6, E._InvoiceEditItemsDesktopState_build_closure24, E._InvoiceEditItemsDesktopState_build_closure23, E._InvoiceEditItemsDesktopState_build__closure5, E._InvoiceEditItemsDesktopState_build_closure26, E._InvoiceEditItemsDesktopState_build_closure25, E._InvoiceEditItemsDesktopState_build__closure4, E._InvoiceEditItemsDesktopState_build_closure28, E._InvoiceEditItemsDesktopState_build_closure27, E._InvoiceEditItemsDesktopState_build__closure3, E._InvoiceEditItemsDesktopState_build_closure30, E._InvoiceEditItemsDesktopState_build_closure29, E._InvoiceEditItemsDesktopState_build__closure2, E._InvoiceEditItemsDesktopState_build_closure32, E._InvoiceEditItemsDesktopState_build_closure31, E._InvoiceEditItemsDesktopState_build__closure1, E._InvoiceEditItemsDesktopState_build_closure34, E._InvoiceEditItemsDesktopState_build_closure33, E._InvoiceEditItemsDesktopState_build__closure0, E._InvoiceEditItemsDesktopState_build_closure35, E._InvoiceEditItemsDesktopState_build__closure, E._InvoiceEditItemsDesktopState_build_closure36, O.InvoiceEditItemsScreen_build_closure0, O.InvoiceEditItemsScreen_build_closure, O.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure, O.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure0, O.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure1, O.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure, O.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure2, Z.InvoiceEditNotesState_didChangeDependencies_closure, Z.InvoiceEditNotesState_didChangeDependencies_closure0, Z.InvoiceEditNotesState_dispose_closure, Z.InvoiceEditNotesState__onChanged_closure, Z.InvoiceEditNotesState__onChanged_closure0, E.InvoiceEditNotesScreen_build_closure0, E.InvoiceEditNotesScreen_build_closure, E.InvoiceEditNotesVM_InvoiceEditNotesVM$fromStore_closure, A.InvoiceEditPDFState_didChangeDependencies_closure, A.InvoiceEditPDFState_didChangeDependencies_closure0, A.InvoiceEditPDFState_didChangeDependencies__closure0, A.InvoiceEditPDFState_didChangeDependencies_closure1, A.InvoiceEditPDFState_didChangeDependencies__closure, B.InvoiceEditPDFScreen_build_closure0, B.InvoiceEditPDFScreen_build_closure, M.InvoiceEditScreen_build_closure0, M.InvoiceEditScreen_build_closure, M.InvoiceEditVM_InvoiceEditVM$fromStore_closure, M.InvoiceEditVM_InvoiceEditVM$fromStore__closure0, M.InvoiceEditVM_InvoiceEditVM$fromStore___closure0, M.InvoiceEditVM_InvoiceEditVM$fromStore___closure1, M.InvoiceEditVM_InvoiceEditVM$fromStore___closure2, M.InvoiceEditVM_InvoiceEditVM$fromStore___closure3, M.InvoiceEditVM_InvoiceEditVM$fromStore___closure4, M.InvoiceEditVM_InvoiceEditVM$fromStore____closure, M.InvoiceEditVM_InvoiceEditVM$fromStore_closure0, M.InvoiceEditVM_InvoiceEditVM$fromStore__closure, M.InvoiceEditVM_InvoiceEditVM$fromStore___closure, M.InvoiceEditVM_InvoiceEditVM$fromStore_closure1, D._InvoiceItemSelectorState__onItemsSelected_closure, D._InvoiceItemSelectorState__toggleEntity_closure, D._InvoiceItemSelectorState__updateClientId_closure, D._InvoiceItemSelectorState__updateClientId_closure0, D._InvoiceItemSelectorState_build_closure, D._InvoiceItemSelectorState_build_closure0, D._InvoiceItemSelectorState_build_closure1, D._InvoiceItemSelectorState_build__productList, D._InvoiceItemSelectorState_build__productList_closure, D._InvoiceItemSelectorState_build__productList__closure, D._InvoiceItemSelectorState_build__productList__closure0, D._InvoiceItemSelectorState_build__taskList, D._InvoiceItemSelectorState_build__taskList_closure, D._InvoiceItemSelectorState_build__taskList__closure, D._InvoiceItemSelectorState_build__taskList__closure0, D._InvoiceItemSelectorState_build__expenseList, D._InvoiceItemSelectorState_build__expenseList_closure, D._InvoiceItemSelectorState_build__expenseList__closure, D._InvoiceItemSelectorState_build__expenseList__closure0, D._InvoiceItemSelectorState_build_closure2, D._InvoiceItemSelectorState_build__closure0, D._InvoiceItemSelectorState_build_closure3, D._InvoiceItemSelectorState_build__closure, D._InvoiceItemSelectorState_build_closure4, D._InvoiceItemSelectorState_build_closure5, M.InvoiceEmailScreen_build_closure1, M.InvoiceEmailScreen_build_closure0, M.InvoiceEmailScreen_build_closure, M.EmailInvoiceVM_EmailInvoiceVM$fromStore_closure, M.EmailInvoiceVM_EmailInvoiceVM$fromStore_closure0, M.EmailInvoiceVM_EmailInvoiceVM$fromStore__closure, M.InvoiceListItem_build_closure, M.InvoiceListItem_build__closure2, M.InvoiceListItem_build__closure1, M.InvoiceListItem_build__closure, M.InvoiceListItem_build__closure0, M.InvoiceListItem_build__closure5, M.InvoiceListItem_build__closure4, M.InvoiceListItem_build__closure3, T.InvoiceListBuilder_build_closure, T.InvoiceListBuilder_build__closure, T.InvoiceListVM_fromStore__handleRefresh, T.InvoiceListVM_fromStore_closure, T.InvoiceListVM_fromStore_closure0, T.InvoiceListVM_fromStore_closure1, E._InvoicePdfViewState_loadPdf_closure, E._InvoicePdfViewState_loadPdf_closure0, E._InvoicePdfViewState_loadPdf__closure, E._InvoicePdfViewState_loadPdf_closure1, E._InvoicePdfViewState_build_closure, E._InvoicePdfViewState_build_closure0, E._InvoicePdfViewState_build_closure1, E._InvoicePdfViewState_build__closure, E._InvoicePdfViewState_build_closure2, E._InvoicePdfViewState_build_closure3, E._InvoicePdfViewState_build_closure4, O.InvoicePdfScreen_build_closure0, O.InvoicePdfScreen_build_closure, Y.InvoiceScreen_build_closure17, Y.InvoiceScreen_build_closure15, Y.InvoiceScreen_build_closure16, Y.InvoiceScreen_build_closure4, Y.InvoiceScreen_build_closure5, Y.InvoiceScreen_build_closure6, Y.InvoiceScreen_build_closure0, Y.InvoiceScreen_build_closure1, Y.InvoiceScreen_build_closure2, Y.InvoiceScreen_build_closure3, Y.InvoiceScreen_build_closure7, Y.InvoiceScreen_build_closure8, Y.InvoiceScreen_build_closure9, Y.InvoiceScreen_build_closure10, Y.InvoiceScreen_build_closure11, Y.InvoiceScreen_build_closure12, Y.InvoiceScreen_build_closure13, Y.InvoiceScreen_build_closure, Y.InvoiceScreen_build_closure14, E.InvoiceScreenBuilder_build_closure, E._InvoiceViewState_build_closure, E._InvoiceViewState_build__closure5, E._InvoiceViewState_build__closure, E._InvoiceViewState_build__closure0, E._InvoiceViewState_build__closure1, E._InvoiceViewState_build__closure2, E._InvoiceViewState_build__closure3, E._InvoiceViewState_build__closure4, A._InvoiceViewActivityState_build_closure0, A._InvoiceViewActivityState_build_closure, B.InvoiceViewContacts_build_closure, B._InvitationListTile_build_closure, B._InvitationListTile_build_closure0, B._InvitationListTile_build_closure1, B._InvitationListTile_build_closure2, X.InvoiceViewDocuments_build_closure, X.InvoiceViewDocuments_build_closure0, X.InvoiceViewDocuments_build_closure1, S._InvoiceViewHistoryState_build_closure, S._InvoiceViewHistoryState_build_closure0, S._InvoiceViewHistoryState_build_closure1, S._InvoiceViewHistoryState_build__closure, S._InvoiceViewHistoryState_build_closure2, 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.InvoiceOverview_build___closure, A.InvoiceOverview_build_surchargeRow, A.InvoiceOverview_build_closure3, N._InvoiceViewScheduleState_build_closure, F.InvoiceViewScreen_build_closure0, F.InvoiceViewScreen_build_closure, F.InvoiceViewVM_InvoiceViewVM$fromStore__handleRefresh, F.InvoiceViewVM_InvoiceViewVM$fromStore_closure, F.InvoiceViewVM_InvoiceViewVM$fromStore_closure0, F.InvoiceViewVM_InvoiceViewVM$fromStore_closure1, F.InvoiceViewVM_InvoiceViewVM$fromStore__closure0, F.InvoiceViewVM_InvoiceViewVM$fromStore__closure1, F.InvoiceViewVM_InvoiceViewVM$fromStore___closure, F.InvoiceViewVM_InvoiceViewVM$fromStore_closure2, F.InvoiceViewVM_InvoiceViewVM$fromStore__closure, F.InvoiceViewVM_InvoiceViewVM$fromStore_closure3, F.InvoiceViewVM_InvoiceViewVM$fromStore_closure4, M._PaymentEditState_didChangeDependencies_closure, M._PaymentEditState_didChangeDependencies_closure0, M._PaymentEditState_dispose_closure, M._PaymentEditState__onChanged_closure, M._PaymentEditState__onChanged_closure0, M._PaymentEditState_convertCurrency_closure, M._PaymentEditState_build_closure, M._PaymentEditState_build_closure0, M._PaymentEditState_build_closure1, M._PaymentEditState_build_closure2, M._PaymentEditState_build_closure4, M._PaymentEditState_build_closure3, M._PaymentEditState_build__closure5, M._PaymentEditState_build_closure5, M._PaymentEditState_build_closure7, M._PaymentEditState_build_closure6, M._PaymentEditState_build__closure4, M._PaymentEditState_build_closure8, M._PaymentEditState_build__closure3, M._PaymentEditState_build_closure9, M._PaymentEditState_build__closure2, M._PaymentEditState_build_closure10, M._PaymentEditState_build__closure0, M._PaymentEditState_build__closure1, M._PaymentEditState_build_closure11, M._PaymentEditState_build_closure13, M._PaymentEditState_build__closure, M._PaymentEditState_build_closure12, M._PaymentEditState_build_onSavePressed, M._PaymentEditState_build_onSavePressed_closure, M._PaymentEditState_build_closure14, M._PaymentEditState_build_closure15, M._PaymentEditState_build_closure16, M._PaymentableEditorState_didChangeDependencies_closure, M._PaymentableEditorState_didChangeDependencies_closure0, M._PaymentableEditorState_dispose_closure0, M._PaymentableEditorState__onChanged_closure, M._PaymentableEditorState__onChanged_closure0, M._PaymentableEditorState__onChanged_closure1, M._PaymentableEditorState__onChanged_closure2, M._PaymentableEditorState__onChanged_closure3, M._PaymentableEditorState__onChanged_closure4, M._PaymentableEditorState__onChanged_closure5, M._PaymentableEditorState_build_closure, M._PaymentableEditorState_build_closure0, M._PaymentableEditorState_build_closure2, M._PaymentableEditorState_build_closure1, M._PaymentableEditorState_build_closure3, M._PaymentableEditorState_build_closure4, M._PaymentableEditorState_build__closure, M._PaymentableEditorState_build__closure0, B.PaymentEditScreen_build_closure0, B.PaymentEditScreen_build_closure, B.PaymentEditVM_PaymentEditVM$fromStore_closure, B.PaymentEditVM_PaymentEditVM$fromStore_closure1, B.PaymentEditVM_PaymentEditVM$fromStore_closure0, B.PaymentEditVM_PaymentEditVM$fromStore__closure, B.PaymentEditVM_PaymentEditVM$fromStore___closure, B.PaymentEditVM_PaymentEditVM$fromStore___closure0, B.PaymentEditVM_PaymentEditVM$fromStore___closure1, B.PaymentEditVM_PaymentEditVM$fromStore___closure2, B.PaymentEditVM_PaymentEditVM$fromStore___closure3, B.PaymentEditVM_PaymentEditVM$fromStore____closure, O.PaymentListItem_build_closure, O.PaymentListItem_build__closure2, O.PaymentListItem_build__closure1, O.PaymentListItem_build__closure, O.PaymentListItem_build__closure0, O.PaymentListItem_build__closure5, O.PaymentListItem_build__closure4, O.PaymentListItem_build__closure3, R.PaymentListBuilder_build_closure, R.PaymentListBuilder_build__closure, R.PaymentListVM_fromStore__handleRefresh, R.PaymentListVM_fromStore_closure, R.PaymentListVM_fromStore_closure0, R.PaymentListVM_fromStore_closure1, Q.PaymentPresenter_getField_closure, K.PaymentScreen_build_closure9, K.PaymentScreen_build_closure7, K.PaymentScreen_build_closure8, K.PaymentScreen_build_closure4, K.PaymentScreen_build_closure0, K.PaymentScreen_build_closure1, K.PaymentScreen_build_closure2, K.PaymentScreen_build_closure3, K.PaymentScreen_build_closure5, K.PaymentScreen_build_closure, K.PaymentScreen_build_closure6, G.PaymentScreenBuilder_build_closure, Y._PaymentRefundState_didChangeDependencies_closure, Y._PaymentRefundState_didChangeDependencies_closure0, Y._PaymentRefundState_dispose_closure, Y._PaymentRefundState__onChanged_closure, Y._PaymentRefundState__onChanged__closure, Y._PaymentRefundState_build_closure, Y._PaymentRefundState_build_closure1, Y._PaymentRefundState_build_closure0, Y._PaymentRefundState_build__closure1, Y._PaymentRefundState_build_closure2, Y._PaymentRefundState_build__closure0, Y._PaymentRefundState_build_closure3, Y._PaymentRefundState_build__closure, Y._PaymentRefundState_build_onSavePressed, Y._PaymentRefundState_build_onSavePressed_closure, Y._PaymentRefundState_build_onSavePressed_closure0, Y._PaymentRefundState_build_closure4, Y._PaymentRefundState_build_closure5, Y._PaymentRefundState_build_closure6, Y._PaymentRefundState_build_closure7, Y._PaymentableEditorState_didChangeDependencies_closure1, Y._PaymentableEditorState_didChangeDependencies_closure2, Y._PaymentableEditorState_dispose_closure, Y._PaymentableEditorState__onChanged_closure6, Y._PaymentableEditorState__onChanged_closure7, Y._PaymentableEditorState__onChanged_closure8, Y._PaymentableEditorState__onChanged_closure9, Y._PaymentableEditorState_build_closure5, Y._PaymentableEditorState_build_closure7, Y._PaymentableEditorState_build_closure6, Y._PaymentableEditorState_build__closure2, Y._PaymentableEditorState_build_closure8, Y._PaymentableEditorState_build_closure9, Y._PaymentableEditorState_build__closure1, Y.PaymentRefundScreen_build_closure0, Y.PaymentRefundScreen_build_closure, Y.PaymentRefundVM_PaymentRefundVM$fromStore_closure, Y.PaymentRefundVM_PaymentRefundVM$fromStore_closure1, Y.PaymentRefundVM_PaymentRefundVM$fromStore_closure0, Y.PaymentRefundVM_PaymentRefundVM$fromStore__closure, Y.PaymentRefundVM_PaymentRefundVM$fromStore__closure0, Y.PaymentRefundVM_PaymentRefundVM$fromStore___closure, L._PaymentViewState_build_closure, L._PaymentViewState_build__closure2, L._PaymentViewState_build__closure, L._PaymentViewState_build__closure0, L._PaymentViewState_build__closure1, F.PaymentViewScreen_build_closure0, F.PaymentViewScreen_build_closure, F.PaymentViewVM_PaymentViewVM$fromStore__handleRefresh, F.PaymentViewVM_PaymentViewVM$fromStore_closure, U._PaymentTermEditState_didChangeDependencies_closure, U._PaymentTermEditState_didChangeDependencies_closure0, U._PaymentTermEditState_dispose_closure, U._PaymentTermEditState__onChanged_closure, U._PaymentTermEditState__onChanged_closure0, U._PaymentTermEditState_build_closure0, U._PaymentTermEditState_build_closure1, U._PaymentTermEditState_build_closure, U._PaymentTermEditState_build__closure, Y.PaymentTermEditScreen_build_closure0, Y.PaymentTermEditScreen_build_closure, Y.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure, Y.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure1, Y.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure0, Y.PaymentTermEditVM_PaymentTermEditVM$fromStore__closure, Y.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure, Y.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure0, Y.PaymentTermEditVM_PaymentTermEditVM$fromStore____closure, K.PaymentTermListItem_build_closure1, K.PaymentTermListItem_build_closure0, K.PaymentTermListItem_build_closure, U.PaymentTermListBuilder_build_closure, U.PaymentTermListBuilder_build__closure, U.PaymentTermListVM_fromStore__handleRefresh, U.PaymentTermListVM_fromStore_closure, U.PaymentTermListVM_fromStore_closure0, U.PaymentTermListVM_fromStore_closure1, F.PaymentTermScreen_build_closure9, F.PaymentTermScreen_build_closure7, F.PaymentTermScreen_build_closure8, F.PaymentTermScreen_build_closure4, F.PaymentTermScreen_build_closure5, F.PaymentTermScreen_build_closure, F.PaymentTermScreen_build_closure0, F.PaymentTermScreen_build_closure1, F.PaymentTermScreen_build_closure2, F.PaymentTermScreen_build_closure3, F.PaymentTermScreen_build_closure6, Z.PaymentTermScreenBuilder_build_closure, K._PaymentTermViewState_build_closure, U.PaymentTermViewScreen_build_closure0, U.PaymentTermViewScreen_build_closure, U.PaymentTermViewVM_PaymentTermViewVM$fromStore_closure, F._ProductEditState_didChangeDependencies_closure, F._ProductEditState_didChangeDependencies_closure0, F._ProductEditState_dispose_closure, F._ProductEditState__onChanged_closure, F._ProductEditState__onChanged_closure0, F._ProductEditState_build_closure3, F._ProductEditState_build_closure4, F._ProductEditState_build__closure, F._ProductEditState_build_closure, F._ProductEditState_build_closure0, F._ProductEditState_build__closure2, F._ProductEditState_build_closure1, F._ProductEditState_build__closure1, F._ProductEditState_build_closure2, F._ProductEditState_build__closure0, S.ProductEditScreen_build_closure0, S.ProductEditScreen_build_closure, S.ProductEditVM_ProductEditVM$fromStore_closure, S.ProductEditVM_ProductEditVM$fromStore_closure1, S.ProductEditVM_ProductEditVM$fromStore_closure0, S.ProductEditVM_ProductEditVM$fromStore__closure, S.ProductEditVM_ProductEditVM$fromStore___closure, S.ProductEditVM_ProductEditVM$fromStore___closure0, S.ProductEditVM_ProductEditVM$fromStore____closure, T.ProductListItem_build_closure, T.ProductListItem_build__closure2, T.ProductListItem_build__closure1, T.ProductListItem_build__closure, T.ProductListItem_build__closure0, T.ProductListItem_build__closure5, T.ProductListItem_build__closure4, T.ProductListItem_build__closure3, Q.ProductListBuilder_build_closure, Q.ProductListBuilder_build__closure, Q.ProductListVM_fromStore__handleRefresh, Q.ProductListVM_fromStore_closure, Q.ProductListVM_fromStore_closure0, Q.ProductListVM_fromStore_closure1, K.ProductScreen_build_closure9, K.ProductScreen_build_closure7, K.ProductScreen_build_closure8, K.ProductScreen_build_closure4, K.ProductScreen_build_closure0, K.ProductScreen_build_closure1, K.ProductScreen_build_closure2, K.ProductScreen_build_closure3, K.ProductScreen_build_closure5, K.ProductScreen_build_closure, K.ProductScreen_build_closure6, E.ProductScreenBuilder_build_closure, Z._ProductViewState_build_closure, Z._ProductViewState_build__closure, Z._ProductViewState_build__closure0, F.ProductViewDocuments_build_closure, F.ProductViewDocuments_build_closure0, F.ProductViewScreen_build_closure0, F.ProductViewScreen_build_closure, F.ProductViewVM_ProductViewVM$fromStore__handleRefresh, F.ProductViewVM_ProductViewVM$fromStore_closure, F.ProductViewVM_ProductViewVM$fromStore_closure0, F.ProductViewVM_ProductViewVM$fromStore__closure0, F.ProductViewVM_ProductViewVM$fromStore__closure1, F.ProductViewVM_ProductViewVM$fromStore___closure, F.ProductViewVM_ProductViewVM$fromStore_closure1, F.ProductViewVM_ProductViewVM$fromStore__closure, K._ProjectEditState_didChangeDependencies_closure, K._ProjectEditState_didChangeDependencies_closure0, K._ProjectEditState_dispose_closure, K._ProjectEditState__onChanged_closure, K._ProjectEditState__onChanged_closure0, K._ProjectEditState_build_closure0, K._ProjectEditState_build_closure1, K._ProjectEditState_build__closure, K._ProjectEditState_build_closure, K._ProjectEditState_build__closure0, K._ProjectEditState_build__closure3, K._ProjectEditState_build__closure2, K._ProjectEditState_build___closure1, K._ProjectEditState_build__closure1, K._ProjectEditState_build__closure5, K._ProjectEditState_build___closure, K._ProjectEditState_build__closure4, K._ProjectEditState_build___closure0, G.ProjectEditScreen_build_closure0, G.ProjectEditScreen_build_closure, G.ProjectEditVM_ProjectEditVM$fromStore_closure, G.ProjectEditVM_ProjectEditVM$fromStore_closure1, G.ProjectEditVM_ProjectEditVM$fromStore_closure2, G.ProjectEditVM_ProjectEditVM$fromStore__closure, G.ProjectEditVM_ProjectEditVM$fromStore__closure0, G.ProjectEditVM_ProjectEditVM$fromStore_closure0, G.ProjectEditVM_ProjectEditVM$fromStore__closure1, G.ProjectEditVM_ProjectEditVM$fromStore___closure, G.ProjectEditVM_ProjectEditVM$fromStore___closure0, G.ProjectEditVM_ProjectEditVM$fromStore____closure, E.ProjectListItem_build_closure, E.ProjectListItem_build__closure2, E.ProjectListItem_build__closure1, E.ProjectListItem_build__closure, E.ProjectListItem_build__closure0, E.ProjectListItem_build__closure5, E.ProjectListItem_build__closure4, E.ProjectListItem_build__closure3, X.ProjectListBuilder_build_closure, X.ProjectListBuilder_build__closure, X.ProjectListVM_fromStore__handleRefresh, X.ProjectListVM_fromStore_closure, X.ProjectListVM_fromStore_closure0, X.ProjectListVM_fromStore_closure1, Z.ProjectScreen_build_closure9, Z.ProjectScreen_build_closure7, Z.ProjectScreen_build_closure8, Z.ProjectScreen_build_closure4, Z.ProjectScreen_build_closure0, Z.ProjectScreen_build_closure1, Z.ProjectScreen_build_closure2, Z.ProjectScreen_build_closure3, Z.ProjectScreen_build_closure5, Z.ProjectScreen_build_closure, Z.ProjectScreen_build_closure6, S.ProjectScreenBuilder_build_closure, M._ProjectViewState_build_closure0, M._ProjectViewState_build__closure, M._ProjectViewState_build__closure0, M._ProjectViewState_build_closure, D.ProjectViewDocuments_build_closure, D.ProjectViewDocuments_build_closure0, Y._ProjectOverviewState_initState_closure, Y._ProjectOverviewState_initState__closure, Y._ProjectOverviewState_build__buildView, Y._ProjectOverviewState_build_closure, D.ProjectViewScreen_build_closure0, D.ProjectViewScreen_build_closure, D.ProjectViewVM_ProjectViewVM$fromStore__handleRefresh, D.ProjectViewVM_ProjectViewVM$fromStore_closure0, D.ProjectViewVM_ProjectViewVM$fromStore_closure, D.ProjectViewVM_ProjectViewVM$fromStore__closure2, D.ProjectViewVM_ProjectViewVM$fromStore_closure1, D.ProjectViewVM_ProjectViewVM$fromStore__closure0, D.ProjectViewVM_ProjectViewVM$fromStore__closure1, D.ProjectViewVM_ProjectViewVM$fromStore___closure, D.ProjectViewVM_ProjectViewVM$fromStore_closure2, D.ProjectViewVM_ProjectViewVM$fromStore__closure, E.QuoteEditDetailsScreen_build_closure0, E.QuoteEditDetailsScreen_build_closure, E.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure, E.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure0, E.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure1, E.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure, E.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure0, T.QuoteEditItemsScreen_build_closure0, T.QuoteEditItemsScreen_build_closure, T.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure, T.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0, T.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure1, T.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure2, V.QuoteEditNotesScreen_build_closure0, V.QuoteEditNotesScreen_build_closure, V.QuoteEditNotesVM_QuoteEditNotesVM$fromStore_closure, D.QuoteEditPDFScreen_build_closure0, D.QuoteEditPDFScreen_build_closure, B.QuoteEditScreen_build_closure0, B.QuoteEditScreen_build_closure, B.QuoteEditVM_QuoteEditVM$fromStore_closure, B.QuoteEditVM_QuoteEditVM$fromStore__closure, B.QuoteEditVM_QuoteEditVM$fromStore___closure, B.QuoteEditVM_QuoteEditVM$fromStore___closure0, B.QuoteEditVM_QuoteEditVM$fromStore___closure1, B.QuoteEditVM_QuoteEditVM$fromStore____closure, B.QuoteEditVM_QuoteEditVM$fromStore_closure0, B.QuoteEditVM_QuoteEditVM$fromStore_closure1, B._QuoteEditState_build_closure1, B._QuoteEditState_build_closure2, B._QuoteEditState_build_closure0, B._QuoteEditState_build_closure, B._QuoteEditState_build__closure, B._QuoteEditState_build___closure, B._QuoteEditState_build___closure1, B._QuoteEditState_build___closure0, B.QuoteEmailScreen_build_closure1, B.QuoteEmailScreen_build_closure0, B.QuoteEmailScreen_build_closure, B.EmailQuoteVM_EmailQuoteVM$fromStore_closure, B.EmailQuoteVM_EmailQuoteVM$fromStore_closure0, B.EmailQuoteVM_EmailQuoteVM$fromStore__closure, N.QuoteListItem_build_closure, N.QuoteListItem_build__closure2, N.QuoteListItem_build__closure1, N.QuoteListItem_build__closure, N.QuoteListItem_build__closure0, N.QuoteListItem_build__closure5, N.QuoteListItem_build__closure4, N.QuoteListItem_build__closure3, U.QuoteListBuilder_build_closure, U.QuoteListBuilder_build__closure, U.QuoteListVM_fromStore__handleRefresh, U.QuoteListVM_fromStore_closure, U.QuoteListVM_fromStore_closure0, U.QuoteListVM_fromStore_closure1, V.QuotePdfScreen_build_closure0, V.QuotePdfScreen_build_closure, T.QuoteScreen_build_closure15, T.QuoteScreen_build_closure13, T.QuoteScreen_build_closure14, T.QuoteScreen_build_closure4, T.QuoteScreen_build_closure0, T.QuoteScreen_build_closure1, T.QuoteScreen_build_closure2, T.QuoteScreen_build_closure3, T.QuoteScreen_build_closure5, T.QuoteScreen_build_closure6, T.QuoteScreen_build_closure7, T.QuoteScreen_build_closure8, T.QuoteScreen_build_closure9, T.QuoteScreen_build_closure10, T.QuoteScreen_build_closure11, T.QuoteScreen_build_closure, T.QuoteScreen_build_closure12, B.QuoteScreenBuilder_build_closure, O.QuoteViewScreen_build_closure0, O.QuoteViewScreen_build_closure, O.QuoteViewVM_QuoteViewVM$fromStore__handleRefresh, O.QuoteViewVM_QuoteViewVM$fromStore_closure, O.QuoteViewVM_QuoteViewVM$fromStore_closure0, O.QuoteViewVM_QuoteViewVM$fromStore_closure1, O.QuoteViewVM_QuoteViewVM$fromStore__closure0, O.QuoteViewVM_QuoteViewVM$fromStore__closure1, O.QuoteViewVM_QuoteViewVM$fromStore___closure, O.QuoteViewVM_QuoteViewVM$fromStore_closure2, O.QuoteViewVM_QuoteViewVM$fromStore__closure, O.QuoteViewVM_QuoteViewVM$fromStore_closure3, M.RecurringExpenseEditScreen_build_closure0, M.RecurringExpenseEditScreen_build_closure, M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure, M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure1, M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure0, M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure, M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure, M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure0, M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore____closure, S.RecurringExpenseListItem_build_closure, S.RecurringExpenseListItem_build__closure2, S.RecurringExpenseListItem_build__closure1, S.RecurringExpenseListItem_build__closure, S.RecurringExpenseListItem_build__closure0, S.RecurringExpenseListItem_build__closure5, S.RecurringExpenseListItem_build__closure4, S.RecurringExpenseListItem_build__closure3, U.RecurringExpenseListBuilder_build_closure, U.RecurringExpenseListBuilder_build__closure, U.RecurringExpenseListVM_fromStore__handleRefresh, U.RecurringExpenseListVM_fromStore_closure, U.RecurringExpenseListVM_fromStore_closure0, U.RecurringExpenseListVM_fromStore_closure1, O.RecurringExpenseScreen_build_closure9, O.RecurringExpenseScreen_build_closure7, O.RecurringExpenseScreen_build_closure8, O.RecurringExpenseScreen_build_closure4, O.RecurringExpenseScreen_build_closure5, O.RecurringExpenseScreen_build_closure, O.RecurringExpenseScreen_build_closure0, O.RecurringExpenseScreen_build_closure1, O.RecurringExpenseScreen_build_closure2, O.RecurringExpenseScreen_build_closure3, O.RecurringExpenseScreen_build_closure6, B.RecurringExpenseScreenBuilder_build_closure, Z.RecurringExpenseViewScreen_build_closure0, Z.RecurringExpenseViewScreen_build_closure, Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__handleRefresh, Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure, Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure0, Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure0, Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure1, Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore___closure, Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure1, Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure, O._RecurringInvoiceEditState_build_closure1, O._RecurringInvoiceEditState_build_closure2, O._RecurringInvoiceEditState_build_closure0, O._RecurringInvoiceEditState_build_closure, O._RecurringInvoiceEditState_build__closure, O._RecurringInvoiceEditState_build___closure, O._RecurringInvoiceEditState_build___closure0, O._RecurringInvoiceEditState_build___closure1, F.RecurringInvoiceEditDetailsScreen_build_closure0, F.RecurringInvoiceEditDetailsScreen_build_closure, F.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure, F.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure0, F.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure1, F.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure, F.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure0, R.RecurringInvoiceEditItemsScreen_build_closure0, R.RecurringInvoiceEditItemsScreen_build_closure, R.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure, R.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0, R.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure1, R.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore__closure, R.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure2, Q.RecurringInvoiceEditNotesScreen_build_closure0, Q.RecurringInvoiceEditNotesScreen_build_closure, Q.RecurringInvoiceEditNotesVM_RecurringInvoiceEditNotesVM$fromStore_closure, U.RecurringInvoiceEditPDFScreen_build_closure0, U.RecurringInvoiceEditPDFScreen_build_closure, Q.RecurringInvoiceEditScreen_build_closure0, Q.RecurringInvoiceEditScreen_build_closure, Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure, Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure, Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure, Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure0, Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure1, Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore____closure, Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure0, Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure1, U.RecurringInvoiceListItem_build_closure, U.RecurringInvoiceListItem_build__closure2, U.RecurringInvoiceListItem_build__closure1, U.RecurringInvoiceListItem_build__closure, U.RecurringInvoiceListItem_build__closure0, U.RecurringInvoiceListItem_build__closure5, U.RecurringInvoiceListItem_build__closure4, U.RecurringInvoiceListItem_build__closure3, Y.RecurringInvoiceListBuilder_build_closure, Y.RecurringInvoiceListBuilder_build__closure, Y.RecurringInvoiceListVM_fromStore__handleRefresh, Y.RecurringInvoiceListVM_fromStore_closure, Y.RecurringInvoiceListVM_fromStore_closure0, Y.RecurringInvoiceListVM_fromStore_closure1, X.RecurringInvoicePdfScreen_build_closure0, X.RecurringInvoicePdfScreen_build_closure, V.RecurringInvoiceScreen_build_closure15, V.RecurringInvoiceScreen_build_closure13, V.RecurringInvoiceScreen_build_closure14, V.RecurringInvoiceScreen_build_closure9, V.RecurringInvoiceScreen_build_closure11, V.RecurringInvoiceScreen_build_closure10, V.RecurringInvoiceScreen_build_closure4, V.RecurringInvoiceScreen_build_closure, V.RecurringInvoiceScreen_build_closure0, V.RecurringInvoiceScreen_build_closure1, V.RecurringInvoiceScreen_build_closure2, V.RecurringInvoiceScreen_build_closure3, V.RecurringInvoiceScreen_build_closure5, V.RecurringInvoiceScreen_build_closure6, V.RecurringInvoiceScreen_build_closure7, V.RecurringInvoiceScreen_build_closure8, V.RecurringInvoiceScreen_build_closure12, A.RecurringInvoiceScreenBuilder_build_closure, O.RecurringInvoiceViewScreen_build_closure0, O.RecurringInvoiceViewScreen_build_closure, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__handleRefresh, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure0, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure1, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure0, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure1, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore___closure, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure2, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure3, A.memoizedClientReport_closure, A.clientReport_closure, A.clientReport_closure0, A.clientReport_closure1, A.clientReport_closure2, A.clientReport_closure3, A.clientReport_closure4, F.memoizedContactReport_closure, F.contactReport_closure, F.contactReport_closure0, F.contactReport_closure1, F.contactReport_closure2, F.contactReport_closure3, F.contactReport_closure4, L.memoizedCreditReport_closure, L.creditReport_closure, L.creditReport_closure0, L.creditReport_closure1, L.creditReport_closure2, L.creditReport_closure3, L.creditReport_closure4, R.memoizedDocumentReport_closure, R.documentReport_closure, R.documentReport_closure0, R.documentReport__getRow, R.documentReport_closure1, R.documentReport__closure2, R.documentReport_closure2, R.documentReport__closure1, R.documentReport_closure3, R.documentReport__closure0, R.documentReport_closure4, R.documentReport__closure, R.documentReport_closure5, R.documentReport_closure6, R.documentReport_closure7, R.documentReport_closure8, M.memoizedExpenseReport_closure, M.expenseReport_closure, M.expenseReport_closure0, M.expenseReport_closure1, M.expenseReport_closure2, M.expenseReport_closure3, M.expenseReport_closure4, D.memoizedInvoiceItemReport_closure, D.lineItemReport_closure5, D.lineItemReport_closure6, D.lineItemReport_closure7, D.lineItemReport_closure8, D.lineItemReport_closure9, D.lineItemReport_closure10, X.memoizedInvoiceReport_closure, X.invoiceReport_closure, X.invoiceReport_closure0, X.invoiceReport_closure1, X.invoiceReport_closure2, X.invoiceReport_closure3, X.invoiceReport_closure4, O.memoizedInvoiceTaxReport_closure, O.taxReport_closure, O.taxReport_closure0, O.taxReport_closure2, O.taxReport_closure1, O.taxReport_closure3, O.taxReport_closure4, O.taxReport_closure5, K.memoizedPaymentReport_closure, K.paymentReport_closure, K.paymentReport_closure0, K.paymentReport_closure1, K.paymentReport_closure2, K.paymentReport_closure3, K.paymentReport_closure4, X.memoizedPaymentTaxReport_closure, X.paymentTaxReport_closure, X.paymentTaxReport_closure0, X.paymentTaxReport_closure2, X.paymentTaxReport_closure1, X.paymentTaxReport_closure3, X.paymentTaxReport_closure4, X.paymentTaxReport_closure5, N.memoizedProductReport_closure, N.productReport_closure, N.productReport_closure0, N.productReport_closure1, N.productReport_closure2, N.productReport_closure3, N.productReport_closure4, K.memoizedProfitAndLossReport_closure, K.profitAndLossReport_closure, K.profitAndLossReport_closure0, K.profitAndLossReport_closure2, K.profitAndLossReport_closure1, K.profitAndLossReport_closure3, K.profitAndLossReport_closure4, K.profitAndLossReport_closure5, T.memoizedQuoteItemReport_closure, T.lineItemReport_closure, T.lineItemReport_closure0, T.lineItemReport_closure1, T.lineItemReport_closure2, T.lineItemReport_closure3, T.lineItemReport_closure4, Y.memoizedQuoteReport_closure, Y.quoteReport_closure, Y.quoteReport_closure0, Y.quoteReport_closure1, Y.quoteReport_closure2, Y.quoteReport_closure3, Y.quoteReport_closure4, M.ReportCharts_build_closure, M.ReportCharts_build_closure1, M.ReportCharts_build_closure2, M.ReportCharts_build_closure0, M.ReportCharts_build_closure3, M.ReportCharts_build_closure4, M.ReportCharts_build_closure5, M.ReportCharts_build_closure7, M.ReportCharts_build_closure8, M.ReportCharts_build_closure6, A.ReportsScreen_build_closure, A.ReportsScreen_build__closure2, A.ReportsScreen_build_closure0, A.ReportsScreen_build_closure1, A.ReportsScreen_build_closure2, A.ReportsScreen_build_closure3, A.ReportsScreen_build_closure4, A.ReportsScreen_build_closure5, A.ReportsScreen_build_closure6, A.ReportsScreen_build_closure7, A.ReportsScreen_build_closure8, A.ReportsScreen_build_closure9, A.ReportsScreen_build_closure10, A.ReportsScreen_build_closure11, A.ReportsScreen_build_closure12, A.ReportsScreen_build_closure18, A.ReportsScreen_build_closure13, A.ReportsScreen_build__closure1, A.ReportsScreen_build___closure0, A.ReportsScreen_build_closure14, A.ReportsScreen_build_closure15, A.ReportsScreen_build__closure0, A.ReportsScreen_build_closure16, A.ReportsScreen_build__closure, A.ReportsScreen_build___closure, A.ReportsScreen_build_closure17, A._ReportDataTableState_initState_closure, A._ReportDataTableState_initState__closure, A._ReportDataTableState_didChangeDependencies_closure, A._ReportDataTableState__onChanged_closure, A._ReportDataTableState_dispose_closure, A._ReportDataTableState_dispose__closure, A._ReportDataTableState_build_closure, A.TotalsDataTable_build_closure, A.getReportColumnType_convertCustomFieldType, A.ReportDataTableSource_getRow_closure, A.ReportResult_tableFilters_closure, A.ReportResult_tableFilters_closure0, A.ReportResult_tableFilters_closure1, A.ReportResult_tableFilters_closure2, A.ReportResult_tableFilters_closure4, A.ReportResult_tableFilters_closure3, A.ReportResult_tableFilters_closure7, A.ReportResult_tableFilters_closure9, A.ReportResult_tableFilters__closure, A.ReportResult_tableFilters__closure0, A.ReportResult_tableFilters_closure6, A.ReportResult_tableFilters__closure1, A.ReportResult_tableFilters_closure8, A.ReportResult_tableFilters_closure5, A.ReportResult_tableRow_closure, A.ReportResult_tableRow_closure0, A.ReportResult_tableRow__closure, A.ReportResult_totalColumns_closure, A.ReportResult_totalRows_closure, A.ReportResult_totalRows_closure0, A.ReportResult_totalRows__closure0, A.ReportResult_totalRows_closure1, A.ReportResult_totalRows_closure2, A.ReportResult_totalRows_closure3, A.ReportResult_totalRows__closure, L.ReportsScreenBuilder_build_closure, L.ReportsScreenVM_fromStore_closure2, L.ReportsScreenVM_fromStore_closure3, L.ReportsScreenVM_fromStore_closure1, L.ReportsScreenVM_fromStore__closure0, L.ReportsScreenVM_fromStore_closure, L.ReportsScreenVM_fromStore__closure7, L.ReportsScreenVM_fromStore___closure0, L.ReportsScreenVM_fromStore__closure8, L.ReportsScreenVM_fromStore__closure9, L.ReportsScreenVM_fromStore_closure4, L.ReportsScreenVM_fromStore__closure, L.ReportsScreenVM_fromStore_closure0, L.ReportsScreenVM_fromStore__closure1, L.ReportsScreenVM_fromStore__closure2, L.ReportsScreenVM_fromStore__closure3, L.ReportsScreenVM_fromStore__closure4, L.ReportsScreenVM_fromStore__closure5, L.ReportsScreenVM_fromStore__closure6, L.ReportsScreenVM_fromStore___closure, L.memoizeedGroupTotals_closure, L.calculateReportTotals_closure, E.memoizedTaskReport_closure, E.taskReport_closure, E.taskReport_closure0, E.taskReport_closure1, E.taskReport_closure2, E.taskReport_closure3, E.taskReport_closure4, O._AccountManagementState_didChangeDependencies_closure, O._AccountManagementState_didChangeDependencies_closure0, O._AccountManagementState__onChanged_closure, O._AccountManagementState__onChanged_closure0, O._AccountManagementState_dispose_closure, O._AccountManagementState_build_closure, O._AccountManagementState_build__closure2, O._AccountManagementState_build___closure, O._AccountManagementState_build_closure0, O._AccountManagementState_build__closure1, O._AccountManagementState_build_closure1, O._AccountManagementState_build__closure0, O._AccountManagementState_build_closure2, O._AccountManagementState_build__closure, O._AccountOverview_build__getDataStats, O._AccountOverview_build_closure, O._AccountOverview_build_closure0, O._AccountOverview_build_closure1, O._AccountOverview_build__closure4, O._AccountOverview_build_closure2, O._AccountOverview_build__closure3, O._AccountOverview_build_closure3, O._AccountOverview_build__closure2, O._AccountOverview_build_closure4, O._AccountOverview_build_closure5, O._AccountOverview_build__closure1, O._AccountOverview_build___closure1, O._AccountOverview_build___closure2, O._AccountOverview_build___closure3, O._AccountOverview_build_closure6, O._AccountOverview_build_closure7, O._AccountOverview_build_closure8, O._AccountOverview_build_closure9, O._AccountOverview_build_closure10, O._AccountOverview_build__closure0, O._AccountOverview_build___closure0, O._AccountOverview_build_closure11, O._AccountOverview_build__closure, O._AccountOverview_build___closure, A.AccountManagementScreen_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__closure2, A.AccountManagementVM_fromStore_closure3, A.AccountManagementVM_fromStore_closure4, A.AccountManagementVM_fromStore_closure0, V._BuyNowButtonsState_dispose_closure, V._BuyNowButtonsState_didChangeDependencies_closure, V._BuyNowButtonsState_didChangeDependencies_closure0, V._BuyNowButtonsState_build_closure0, V._BuyNowButtonsState_build_closure, B.BuyNowButtonsScreen_build_closure, S._ClientPortalState__validateSubdomain_closure, S._ClientPortalState__validateSubdomain_closure0, S._ClientPortalState__validateSubdomain__closure, S._ClientPortalState__validateSubdomain__closure0, S._ClientPortalState__validateSubdomain__closure1, S._ClientPortalState__validateSubdomain___closure0, S._ClientPortalState__validateSubdomain__closure2, S._ClientPortalState__validateSubdomain___closure, S._ClientPortalState_dispose_closure, S._ClientPortalState_didChangeDependencies_closure, S._ClientPortalState_didChangeDependencies_closure0, S._ClientPortalState__onChanged_closure, S._ClientPortalState__onChanged__closure, S._ClientPortalState__onChanged__closure0, S._ClientPortalState__onSavePressed_closure, S._ClientPortalState_build_closure18, S._ClientPortalState_build_closure, S._ClientPortalState_build__closure11, S._ClientPortalState_build_closure1, S._ClientPortalState_build_closure0, S._ClientPortalState_build_closure2, S._ClientPortalState_build_closure3, S._ClientPortalState_build_closure4, S._ClientPortalState_build__closure10, S._ClientPortalState_build_closure5, S._ClientPortalState_build__closure9, S._ClientPortalState_build_closure6, S._ClientPortalState_build__closure8, S._ClientPortalState_build_closure7, S._ClientPortalState_build__closure7, S._ClientPortalState_build_closure8, S._ClientPortalState_build_closure9, S._ClientPortalState_build__closure6, S._ClientPortalState_build_closure10, S._ClientPortalState_build_closure11, S._ClientPortalState_build__closure5, S._ClientPortalState_build___closure, S._ClientPortalState_build____closure, S._ClientPortalState_build_closure12, S._ClientPortalState_build__closure4, S._ClientPortalState_build_closure13, S._ClientPortalState_build__closure3, S._ClientPortalState_build_closure14, S._ClientPortalState_build__closure2, S._ClientPortalState_build_closure15, S._ClientPortalState_build__closure1, S._ClientPortalState_build_closure16, S._ClientPortalState_build__closure0, S._ClientPortalState_build_closure17, S._ClientPortalState_build__closure, A.ClientPortalScreen_build_closure, A.ClientPortalVM_fromStore_closure1, A.ClientPortalVM_fromStore_closure0, A.ClientPortalVM_fromStore_closure, A.ClientPortalVM_fromStore__closure, A.ClientPortalVM_fromStore___closure, A._CompanyDetailsState_dispose_closure, A._CompanyDetailsState_didChangeDependencies_closure, A._CompanyDetailsState_didChangeDependencies_closure0, A._CompanyDetailsState__onSettingsChanged_closure, A._CompanyDetailsState__onSettingsChanged_closure0, A._CompanyDetailsState_build_closure, A._CompanyDetailsState_build_closure0, A._CompanyDetailsState_build_closure1, A._CompanyDetailsState_build__closure12, A._CompanyDetailsState_build_closure2, A._CompanyDetailsState_build__closure11, A._CompanyDetailsState_build_closure3, A._CompanyDetailsState_build__closure10, A._CompanyDetailsState_build_closure4, A._CompanyDetailsState_build__closure8, A._CompanyDetailsState_build___closure, A._CompanyDetailsState_build__closure9, A._CompanyDetailsState_build_closure6, A._CompanyDetailsState_build__closure7, A._CompanyDetailsState_build_closure5, A._CompanyDetailsState_build_closure7, A._CompanyDetailsState_build__closure6, A._CompanyDetailsState_build_closure8, A._CompanyDetailsState_build_closure9, A._CompanyDetailsState_build__closure5, A._CompanyDetailsState_build_closure10, A._CompanyDetailsState_build_closure11, A._CompanyDetailsState_build__closure4, A._CompanyDetailsState_build_closure12, A._CompanyDetailsState_build_closure13, A._CompanyDetailsState_build__closure3, A._CompanyDetailsState_build_closure14, A._CompanyDetailsState_build__closure2, A._CompanyDetailsState_build_closure15, A._CompanyDetailsState_build__closure1, A._CompanyDetailsState_build_closure16, A._CompanyDetailsState_build__closure0, A._CompanyDetailsState_build_closure17, A._CompanyDetailsState_build__closure, A._CompanyDetailsState_build_closure18, A._CompanyDetailsState_build_closure19, A.CompanyDetailsScreen_build_closure, 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__closure5, A.CompanyDetailsVM_fromStore_closure2, A.CompanyDetailsVM_fromStore_closure4, A.CompanyDetailsVM_fromStore_closure5, A.CompanyDetailsVM_fromStore__closure0, A.CompanyDetailsVM_fromStore__closure1, A.CompanyDetailsVM_fromStore___closure, A.CompanyDetailsVM_fromStore_closure6, A.CompanyDetailsVM_fromStore__closure, X._CreditCardsAndBanksState_dispose_closure, X._CreditCardsAndBanksState_didChangeDependencies_closure, X._CreditCardsAndBanksState_didChangeDependencies_closure0, F.CreditCardsAndBanksScreen_build_closure, S._CustomFieldsState_initState_closure, S.CustomFieldsSettings_build_closure, S.CustomFieldsSettings_build__closure6, S.CustomFieldsSettings_build_closure0, S.CustomFieldsSettings_build__closure5, S.CustomFieldsSettings_build_closure1, S.CustomFieldsSettings_build__closure4, S.CustomFieldsSettings_build_closure2, S.CustomFieldsSettings_build__closure3, S.CustomFieldsSettings_build_closure3, S.CustomFieldsSettings_build__closure2, S.CustomFieldsSettings_build_closure4, S.CustomFieldsSettings_build__closure1, S.CustomFieldsSettings_build_closure5, S.CustomFieldsSettings_build__closure0, S.CustomFieldsSettings_build_closure6, S.CustomFieldsSettings_build__closure, S._CustomFormFieldState_dispose_closure, S._CustomFormFieldState_didChangeDependencies_closure, S._CustomFormFieldState_didChangeDependencies_closure0, S._CustomFormFieldState__onChanged_closure, S._CustomFormFieldState_build_closure, S._CustomFormFieldState_build_closure0, S._CustomFormFieldState_build_closure1, S._CustomFormFieldState_build__closure, M.CustomFieldsScreen_build_closure, M.CustomFieldsVM_fromStore_closure0, M.CustomFieldsVM_fromStore_closure, M.CustomFieldsVM_fromStore__closure, V._DataVisualizationsState_dispose_closure, V._DataVisualizationsState_didChangeDependencies_closure, V._DataVisualizationsState_didChangeDependencies_closure0, M.DataVisualizationsScreen_build_closure, R._DeviceSettingsState_build_closure, R._DeviceSettingsState_build_closure0, R._DeviceSettingsState_build_closure1, R._DeviceSettingsState_build_closure2, R._DeviceSettingsState_build_closure3, R._DeviceSettingsState_build_closure4, R._DeviceSettingsState_build_closure5, R._DeviceSettingsState_build__closure7, R._DeviceSettingsState_build_closure6, R._DeviceSettingsState_build_closure7, R._DeviceSettingsState_build_closure8, R._DeviceSettingsState_build__closure6, R._DeviceSettingsState_build__closure5, R._DeviceSettingsState_build_closure9, R._DeviceSettingsState_build__closure4, R._DeviceSettingsState_build_closure10, R._DeviceSettingsState_build_closure11, R._DeviceSettingsState_build_closure12, R._DeviceSettingsState_build_closure13, R._DeviceSettingsState_build__closure2, R._DeviceSettingsState_build__closure3, R._DeviceSettingsState_build_closure14, R._DeviceSettingsState_build__closure1, R._DeviceSettingsState_build___closure0, R._DeviceSettingsState_build_closure15, R._DeviceSettingsState_build__closure0, R._DeviceSettingsState_build_closure16, R._DeviceSettingsState_build__closure, R._DeviceSettingsState_build___closure, L.DeviceSettingsScreen_build_closure, L.DeviceSettingsVM_fromStore_closure, L.DeviceSettingsVM_fromStore_closure0, L.DeviceSettingsVM_fromStore_closure1, L.DeviceSettingsVM_fromStore_closure7, L.DeviceSettingsVM_fromStore_closure4, L.DeviceSettingsVM_fromStore_closure5, L.DeviceSettingsVM_fromStore_closure6, L.DeviceSettingsVM_fromStore_closure11, L.DeviceSettingsVM_fromStore_closure3, L.DeviceSettingsVM_fromStore__closure, L.DeviceSettingsVM_fromStore_closure8, L.DeviceSettingsVM_fromStore_closure12, L.DeviceSettingsVM_fromStore_closure2, L.DeviceSettingsVM_fromStore_closure9, L.DeviceSettingsVM_fromStore_closure10, N._EmailSettingsState_dispose_closure, N._EmailSettingsState_didChangeDependencies_closure, N._EmailSettingsState_didChangeDependencies_closure0, N._EmailSettingsState__onChanged_closure, N._EmailSettingsState_build_closure, N._EmailSettingsState_build__closure5, N._EmailSettingsState_build_closure0, N._EmailSettingsState_build_closure1, N._EmailSettingsState_build__closure4, N._EmailSettingsState_build_closure2, N._EmailSettingsState_build_closure3, N._EmailSettingsState_build__closure3, N._EmailSettingsState_build_closure4, N._EmailSettingsState_build_closure5, N._EmailSettingsState_build__closure2, N._EmailSettingsState_build_closure6, N._EmailSettingsState_build__closure1, N._EmailSettingsState_build_closure7, N._EmailSettingsState_build__closure0, N._EmailSettingsState_build_closure8, N._EmailSettingsState_build__closure, D.EmailSettingsScreen_build_closure, D.EmailSettingsVM_fromStore_closure0, D.EmailSettingsVM_fromStore_closure, D.EmailSettingsVM_fromStore__closure, F._ExpenseSettingsState_build_closure, F._ExpenseSettingsState_build__closure3, F._ExpenseSettingsState_build_closure0, F._ExpenseSettingsState_build__closure2, F._ExpenseSettingsState_build_closure1, F._ExpenseSettingsState_build__closure1, F._ExpenseSettingsState_build_closure2, F._ExpenseSettingsState_build__closure0, F._ExpenseSettingsState_build_closure3, F._ExpenseSettingsState_build__closure, F._ExpenseSettingsState_build_closure4, N.ExpenseSettingsScreen_build_closure, N.ExpenseSettingsVM_fromStore_closure0, N.ExpenseSettingsVM_fromStore_closure, N.ExpenseSettingsVM_fromStore__closure, N.ExpenseSettingsVM_fromStore_closure1, F._GeneratedNumbersState_initState_closure, F._GeneratedNumbersState_dispose_closure, F._GeneratedNumbersState_didChangeDependencies_closure, F._GeneratedNumbersState_didChangeDependencies_closure0, F._GeneratedNumbersState__onChanged_closure, F._GeneratedNumbersState__onChanged__closure, F._GeneratedNumbersState__onSavePressed_closure, F._GeneratedNumbersState__onSavePressed_closure0, F._GeneratedNumbersState_build_closure0, F._GeneratedNumbersState_build__closure15, F._GeneratedNumbersState_build_closure, F._GeneratedNumbersState_build_closure1, F._GeneratedNumbersState_build__closure14, F._GeneratedNumbersState_build_closure2, F._GeneratedNumbersState_build__closure13, F._GeneratedNumbersState_build_closure3, F._GeneratedNumbersState_build__closure12, F._GeneratedNumbersState_build_closure5, F._GeneratedNumbersState_build__closure11, F._GeneratedNumbersState_build_closure4, F._GeneratedNumbersState_build_closure6, F._GeneratedNumbersState_build__closure10, F._GeneratedNumbersState_build_closure7, F._GeneratedNumbersState_build__closure9, F._GeneratedNumbersState_build_closure8, F._GeneratedNumbersState_build__closure8, F._GeneratedNumbersState_build_closure9, F._GeneratedNumbersState_build__closure7, F._GeneratedNumbersState_build_closure10, F._GeneratedNumbersState_build__closure6, F._GeneratedNumbersState_build_closure11, F._GeneratedNumbersState_build__closure5, F._GeneratedNumbersState_build_closure12, F._GeneratedNumbersState_build__closure4, F._GeneratedNumbersState_build_closure13, F._GeneratedNumbersState_build__closure3, F._GeneratedNumbersState_build_closure14, F._GeneratedNumbersState_build__closure2, F._GeneratedNumbersState_build_closure15, F._GeneratedNumbersState_build__closure1, F._GeneratedNumbersState_build_closure16, F._GeneratedNumbersState_build__closure0, F._GeneratedNumbersState_build_closure17, F._GeneratedNumbersState_build__closure, F._EntityNumberSettingsState_dispose_closure, F._EntityNumberSettingsState_didChangeDependencies_closure, F._EntityNumberSettingsState_didChangeDependencies_closure0, F._EntityNumberSettingsState__onChanged_closure, F._EntityNumberSettingsState_build_closure, F._EntityNumberSettingsState_build_closure0, F.HelpPanel_build_closure, F.HelpPanel_build_closure0, F.HelpPanel_build_closure1, F.HelpPanel_build_closure2, F.HelpPanel_build__closure, F.GeneratedNumbersScreen_build_closure, F.GeneratedNumbersVM_fromStore_closure0, F.GeneratedNumbersVM_fromStore_closure, F.GeneratedNumbersVM_fromStore__closure, D._ImportExportState_build_closure0, D._ImportExportState_build__closure3, D._ImportExportState_build_closure, D._ImportExportState_build__closure4, D._ImportExportState_build_closure1, D._ImportExportState_build__closure2, D._ImportExportState_build_closure2, D._ImportExportState_build__closure, D._ImportExportState_build__closure0, D._ImportExportState_build___closure0, D._ImportExportState_build__closure1, D._ImportExportState_build___closure, D._FileImportState_uploadJsonFile_closure, D._FileImportState_uploadJsonFile_closure0, D._FileImportState_uploadJsonFile__closure0, D._FileImportState_uploadJsonFile_closure1, D._FileImportState_uploadJsonFile__closure, D._FileImportState_uploadFile_closure, D._FileImportState_uploadFile_closure0, D._FileImportState_uploadFile__closure0, D._FileImportState_uploadFile_closure1, D._FileImportState_uploadFile__closure, D._FileImportState_build_closure0, D._FileImportState_build_closure, D._FileImportState_build_closure1, D._FileImportState_build__closure1, D._FileImportState_build_closure2, D._FileImportState_build__closure0, D._FileImportState_build_closure3, D._FileImportState_build__closure, D._FileImportState_build_closure4, D.__FileMapperState_build_closure, D.__FileMapperState_build__closure3, D.__FileMapperState_build_closure0, D.__FileMapperState_build__closure2, D.__FileMapperState_build_closure1, D.__FileMapperState_build_closure2, D.__FileMapperState_build__closure, D.__FileMapperState_build__closure0, D.__FileMapperState_build___closure0, D.__FileMapperState_build__closure1, D.__FileMapperState_build___closure, D._FieldMapper_build_closure, D._FieldMapper_build_closure1, D._FieldMapper_build__closure0, D._FieldMapper_build_closure2, D._FieldMapper_build__closure, D._FieldMapper_build_closure0, N.ImportExportScreen_build_closure, Z._InvoiceDesignState_build_closure49, Z._InvoiceDesignState_build_closure15, Z._InvoiceDesignState_build_closure, Z._InvoiceDesignState_build__closure14, Z._InvoiceDesignState_build__closure15, Z._InvoiceDesignState_build_closure0, Z._InvoiceDesignState_build__closure13, Z._InvoiceDesignState_build_closure1, Z._InvoiceDesignState_build__closure11, Z._InvoiceDesignState_build__closure12, Z._InvoiceDesignState_build_closure2, Z._InvoiceDesignState_build__closure10, Z._InvoiceDesignState_build_closure3, Z._InvoiceDesignState_build__closure8, Z._InvoiceDesignState_build__closure9, Z._InvoiceDesignState_build_closure4, Z._InvoiceDesignState_build__closure7, Z._InvoiceDesignState_build_closure5, Z._InvoiceDesignState_build__closure6, Z._InvoiceDesignState_build_closure6, Z._InvoiceDesignState_build_closure7, Z._InvoiceDesignState_build__closure5, Z._InvoiceDesignState_build_closure8, Z._InvoiceDesignState_build_closure9, Z._InvoiceDesignState_build__closure4, Z._InvoiceDesignState_build_closure10, Z._InvoiceDesignState_build_closure11, Z._InvoiceDesignState_build__closure3, Z._InvoiceDesignState_build_closure12, Z._InvoiceDesignState_build__closure2, Z._InvoiceDesignState_build_closure13, Z._InvoiceDesignState_build__closure1, Z._InvoiceDesignState_build_closure14, Z._InvoiceDesignState_build__closure0, Z._InvoiceDesignState_build_closure16, Z._InvoiceDesignState_build__closure, Z._InvoiceDesignState_build_closure17, Z._InvoiceDesignState_build_closure18, Z._InvoiceDesignState_build_closure19, Z._InvoiceDesignState_build_closure20, Z._InvoiceDesignState_build_closure21, Z._InvoiceDesignState_build_closure22, Z._InvoiceDesignState_build_closure23, Z._InvoiceDesignState_build_closure24, Z._InvoiceDesignState_build_closure25, Z._InvoiceDesignState_build_closure26, Z._InvoiceDesignState_build_closure27, Z._InvoiceDesignState_build_closure28, Z._InvoiceDesignState_build_closure29, Z._InvoiceDesignState_build_closure30, Z._InvoiceDesignState_build_closure31, Z._InvoiceDesignState_build_closure32, Z._InvoiceDesignState_build_closure33, Z._InvoiceDesignState_build_closure34, Z._InvoiceDesignState_build_closure35, Z._InvoiceDesignState_build_closure36, Z._InvoiceDesignState_build_closure37, Z._InvoiceDesignState_build_closure38, Z._InvoiceDesignState_build_closure39, Z._InvoiceDesignState_build_closure40, Z._InvoiceDesignState_build_closure41, Z._InvoiceDesignState_build_closure42, Z._InvoiceDesignState_build_closure43, Z._InvoiceDesignState_build_closure44, Z._InvoiceDesignState_build_closure45, Z._InvoiceDesignState_build_closure46, Z._InvoiceDesignState_build_closure47, Z._InvoiceDesignState_build_closure48, B.InvoiceDesignScreen_build_closure, B.InvoiceDesignVM_fromStore_closure, B.InvoiceDesignVM_fromStore_closure0, B.InvoiceDesignVM_fromStore__closure, B.InvoiceDesignVM_fromStore___closure, B.InvoiceDesignVM_fromStore____closure, B.InvoiceDesignVM_fromStore_____closure, B.InvoiceDesignVM_fromStore_____closure0, G._LocalizationSettingsState_dispose_closure, G._LocalizationSettingsState_didChangeDependencies_closure, G._LocalizationSettingsState_didChangeDependencies_closure0, G._LocalizationSettingsState_build_closure, G._LocalizationSettingsState_build_closure0, G._LocalizationSettingsState_build_closure1, G._LocalizationSettingsState_build__closure11, G._LocalizationSettingsState_build_closure2, G._LocalizationSettingsState_build__closure10, G._LocalizationSettingsState_build_closure3, G._LocalizationSettingsState_build__closure9, G._LocalizationSettingsState_build_closure4, G._LocalizationSettingsState_build__closure8, G._LocalizationSettingsState_build_closure5, G._LocalizationSettingsState_build__closure7, G._LocalizationSettingsState_build_closure6, G._LocalizationSettingsState_build__closure6, G._LocalizationSettingsState_build_closure7, G._LocalizationSettingsState_build__closure5, G._LocalizationSettingsState_build_closure9, G._LocalizationSettingsState_build__closure4, G._LocalizationSettingsState_build_closure8, G._LocalizationSettingsState_build_closure10, G._LocalizationSettingsState_build_closure11, G._LocalizationSettingsState_build__closure3, G._LocalizationSettingsState_build_closure12, G._LocalizationSettingsState_build__closure1, G._LocalizationSettingsState_build___closure, G._LocalizationSettingsState_build__closure2, G._LocalizationSettingsState_build_closure13, G._LocalizationSettingsState_build__closure0, G._LocalizationSettingsState_build_closure14, G._LocalizationSettingsState_build__closure, B.LocalizationScreen_build_closure, B.LocalizationSettingsVM_fromStore_closure0, B.LocalizationSettingsVM_fromStore_closure, B.LocalizationSettingsVM_fromStore_closure1, B.LocalizationSettingsVM_fromStore__closure, B.LocalizationSettingsVM_fromStore___closure, B.LocalizationSettingsVM_fromStore____closure, V._OnlinePaymentsState_didChangeDependencies_closure, V._OnlinePaymentsState_didChangeDependencies_closure0, V._OnlinePaymentsState__onChanged_closure, V._OnlinePaymentsState_build_closure0, V._OnlinePaymentsState_build__closure1, V._OnlinePaymentsState_build_closure1, V._OnlinePaymentsState_build__closure0, V._OnlinePaymentsState_build_closure, V._OnlinePaymentsState_build__closure2, V._OnlinePaymentsState_build_closure2, V._OnlinePaymentsState_build__closure, V._OnlinePaymentsState_build_closure3, B.OnlinePaymentsScreen_build_closure, B.OnlinePaymentsVM_fromStore_closure0, B.OnlinePaymentsVM_fromStore_closure, B.OnlinePaymentsVM_fromStore__closure, B.OnlinePaymentsVM_fromStore_closure1, L._ProductSettingsState_build_closure, L._ProductSettingsState_build__closure5, L._ProductSettingsState_build_closure0, L._ProductSettingsState_build__closure4, L._ProductSettingsState_build_closure1, L._ProductSettingsState_build__closure3, L._ProductSettingsState_build_closure2, L._ProductSettingsState_build__closure2, L._ProductSettingsState_build_closure3, L._ProductSettingsState_build__closure1, L._ProductSettingsState_build_closure4, L._ProductSettingsState_build__closure0, L._ProductSettingsState_build_closure5, L._ProductSettingsState_build__closure, G.ProductSettingsScreen_build_closure, G.ProductSettingsVM_fromStore_closure0, G.ProductSettingsVM_fromStore_closure, G.ProductSettingsVM_fromStore__closure, U.SettingsListTile_build_closure, U.SettingsSearch_build_closure, D.SettingsListBuilder_build_closure, D.SettingsListVM_fromStore_closure, D.SettingsListVM_fromStore_closure2, D.SettingsListVM_fromStore_closure1, D.SettingsListVM_fromStore_closure0, A.SettingsScreen_build_closure, L.SettingsScreenBuilder_build_closure, X._SettingsWizardState_dispose_closure, X._SettingsWizardState__validateSubdomain_closure, X._SettingsWizardState__validateSubdomain__closure, X._SettingsWizardState__validateSubdomain__closure0, X._SettingsWizardState__validateSubdomain__closure1, X._SettingsWizardState__validateSubdomain___closure0, X._SettingsWizardState__validateSubdomain__closure2, X._SettingsWizardState__validateSubdomain___closure, X._SettingsWizardState__onRefreshPressed_closure, X._SettingsWizardState__onRefreshPressed__closure0, X._SettingsWizardState__onRefreshPressed_closure0, X._SettingsWizardState__onRefreshPressed__closure, X._SettingsWizardState__onSavePressed_closure, X._SettingsWizardState__onSavePressed_closure0, X._SettingsWizardState__onSavePressed__closure, X._SettingsWizardState__onSavePressed___closure0, X._SettingsWizardState__onSavePressed___closure1, X._SettingsWizardState__onSavePressed____closure, X._SettingsWizardState__onSavePressed___closure2, X._SettingsWizardState__onSavePressed__closure0, X._SettingsWizardState__onSavePressed___closure, X._SettingsWizardState__onSavePressed__closure1, X._SettingsWizardState__onSavePressed__closure2, X._SettingsWizardState_build_closure, X._SettingsWizardState_build_closure0, X._SettingsWizardState_build_closure1, X._SettingsWizardState_build_closure2, X._SettingsWizardState_build__closure1, X._SettingsWizardState_build_closure3, X._SettingsWizardState_build_closure4, X._SettingsWizardState_build__closure0, X._SettingsWizardState_build_closure5, X._SettingsWizardState_build_closure6, X._SettingsWizardState_build__closure, X._SettingsWizardState_build_closure8, X._SettingsWizardState_build_closure7, X._SettingsWizardState_build_closure9, L._TaskSettingsState_didChangeDependencies_closure, L._TaskSettingsState_didChangeDependencies_closure0, L._TaskSettingsState_dispose_closure, L._TaskSettingsState__onChanged_closure, L._TaskSettingsState_build_closure, L._TaskSettingsState_build__closure5, L._TaskSettingsState_build_closure0, L._TaskSettingsState_build__closure4, L._TaskSettingsState_build_closure1, L._TaskSettingsState_build__closure3, L._TaskSettingsState_build_closure2, L._TaskSettingsState_build__closure2, L._TaskSettingsState_build_closure3, L._TaskSettingsState_build__closure1, L._TaskSettingsState_build_closure4, L._TaskSettingsState_build__closure0, L._TaskSettingsState_build_closure5, L._TaskSettingsState_build__closure, L._TaskSettingsState_build_closure6, L._TaskSettingsState_build_closure7, F.TaskSettingsScreen_build_closure, F.TaskSettingsVM_fromStore_closure0, F.TaskSettingsVM_fromStore_closure1, F.TaskSettingsVM_fromStore_closure, F.TaskSettingsVM_fromStore__closure, F.TaskSettingsVM_fromStore_closure2, N._TaxSettingsState_build_closure, N._TaxSettingsState_build__closure4, N._TaxSettingsState_build_closure0, N._TaxSettingsState_build__closure3, N._TaxSettingsState_build_closure1, N._TaxSettingsState_build__closure2, N._TaxSettingsState_build_closure2, N._TaxSettingsState_build__closure1, N._TaxSettingsState_build_closure3, N._TaxSettingsState_build__closure0, N._TaxSettingsState_build_closure4, N._TaxSettingsState_build__closure, N._TaxSettingsState_build_closure5, N.NumberOfRatesSelector_build_closure, A.TaxSettingsScreen_build_closure, A.TaxSettingsVM_fromStore_closure0, A.TaxSettingsVM_fromStore_closure1, A.TaxSettingsVM_fromStore_closure, A.TaxSettingsVM_fromStore__closure, A.TaxSettingsVM_fromStore_closure2, L._TemplatesAndRemindersState_dispose_closure, L._TemplatesAndRemindersState__loadTemplate_closure, L._TemplatesAndRemindersState__onChanged_closure, L._TemplatesAndRemindersState__onChanged__closure, L._TemplatesAndRemindersState__onChanged__closure0, L._TemplatesAndRemindersState__onChanged__closure1, L._TemplatesAndRemindersState__onChanged__closure2, L._TemplatesAndRemindersState__onChanged__closure3, L._TemplatesAndRemindersState__onChanged__closure4, L._TemplatesAndRemindersState__onChanged__closure5, L._TemplatesAndRemindersState__onChanged__closure6, L._TemplatesAndRemindersState__onChanged__closure7, L._TemplatesAndRemindersState__onChanged__closure8, L._TemplatesAndRemindersState__onChanged__closure9, L._TemplatesAndRemindersState__onChanged__closure10, L._TemplatesAndRemindersState__onChanged__closure11, L._TemplatesAndRemindersState__handleTabSelection_closure, L._TemplatesAndRemindersState__handleTabSelection_closure0, L._TemplatesAndRemindersState__handleTabSelection__closure, L._TemplatesAndRemindersState_build_closure1, L._TemplatesAndRemindersState_build__closure4, L._TemplatesAndRemindersState_build_closure, L._TemplatesAndRemindersState_build_closure0, L._TemplatesAndRemindersState_build_closure2, L._TemplatesAndRemindersState_build__closure3, L._TemplatesAndRemindersState_build_closure3, L._TemplatesAndRemindersState_build__closure2, L._TemplatesAndRemindersState_build_closure4, L._TemplatesAndRemindersState_build__closure1, L._TemplatesAndRemindersState_build_closure5, L._TemplatesAndRemindersState_build__closure0, L._TemplatesAndRemindersState_build_closure7, L._TemplatesAndRemindersState_build__closure, L._TemplatesAndRemindersState_build_closure6, L._ReminderSettingsState_dispose_closure, L._ReminderSettingsState_didChangeDependencies_closure, L._ReminderSettingsState_didChangeDependencies_closure0, L._ReminderSettingsState__onTextChanged_closure, L._ReminderSettingsState_build_closure0, L._ReminderSettingsState_build_closure, F.TemplatesAndRemindersScreen_build_closure, F.TemplatesAndRemindersVM_fromStore_closure0, F.TemplatesAndRemindersVM_fromStore_closure, F.TemplatesAndRemindersVM_fromStore_closure1, F.TemplatesAndRemindersVM_fromStore__closure, K._UserDetailsState_dispose_closure, K._UserDetailsState_didChangeDependencies_closure, K._UserDetailsState_didChangeDependencies_closure0, K._UserDetailsState__onChanged_closure, K._UserDetailsState__onChanged_closure0, K._UserDetailsState_build_closure10, K._UserDetailsState_build__closure, K._UserDetailsState_build_closure, K._UserDetailsState_build_closure0, K._UserDetailsState_build_closure1, K._UserDetailsState_build_closure2, K._UserDetailsState_build_closure3, K._UserDetailsState_build_closure4, K._UserDetailsState_build__closure4, K._UserDetailsState_build_closure5, K._UserDetailsState_build__closure3, K._UserDetailsState_build_closure7, K._UserDetailsState_build__closure2, K._UserDetailsState_build_closure6, K._UserDetailsState_build_closure8, K._UserDetailsState_build__closure1, K._UserDetailsState_build_closure9, K._UserDetailsState_build__closure0, K._EnableTwoFactorState_initState_closure, K._EnableTwoFactorState_initState__closure, K._EnableTwoFactorState_initState_closure0, K._EnableTwoFactorState__onSavePressed_closure, K._EnableTwoFactorState__onSavePressed_closure0, K._EnableTwoFactorState__onSavePressed_closure1, K._EnableTwoFactorState__onSavePressed__closure0, K._EnableTwoFactorState__onSavePressed_closure2, K._EnableTwoFactorState__onSavePressed__closure, K._EnableTwoFactorState_build_closure, K._EnableTwoFactorState_build_closure1, K._EnableTwoFactorState_build_closure0, K._EnableTwoFactorState_build_closure2, K._EnableTwoFactorState_build_closure3, K._EnableTwoFactorState_build_closure4, M.UserDetailsScreen_build_closure, M.UserDetailsVM_fromStore_closure, M.UserDetailsVM_fromStore_closure3, M.UserDetailsVM_fromStore__closure0, M.UserDetailsVM_fromStore___closure0, M.UserDetailsVM_fromStore____closure, M.UserDetailsVM_fromStore_closure4, M.UserDetailsVM_fromStore__closure, M.UserDetailsVM_fromStore___closure, M.UserDetailsVM_fromStore_closure2, M.UserDetailsVM_fromStore__closure1, M.UserDetailsVM_fromStore___closure1, M.UserDetailsVM_fromStore____closure0, M.UserDetailsVM_fromStore____closure1, M.UserDetailsVM_fromStore_closure1, M.UserDetailsVM_fromStore__closure2, M.UserDetailsVM_fromStore___closure2, M.UserDetailsVM_fromStore_closure0, M.UserDetailsVM_fromStore__closure3, M.UserDetailsVM_fromStore___closure3, M.UserDetailsVM_fromStore____closure3, M.UserDetailsVM_fromStore___closure4, M.UserDetailsVM_fromStore____closure2, D._WorkflowSettingsState_build_closure, D._WorkflowSettingsState_build__closure3, D._WorkflowSettingsState_build_closure0, D._WorkflowSettingsState_build__closure2, D._WorkflowSettingsState_build_closure1, D._WorkflowSettingsState_build__closure1, D._WorkflowSettingsState_build_closure2, D._WorkflowSettingsState_build_closure3, D._WorkflowSettingsState_build__closure0, D._WorkflowSettingsState_build_closure4, D._WorkflowSettingsState_build__closure, Y.WorkflowSettingsScreen_build_closure, Y.WorkflowSettingsVM_fromStore_closure0, Y.WorkflowSettingsVM_fromStore_closure, Y.WorkflowSettingsVM_fromStore__closure, S._SubscriptionEditState_didChangeDependencies_closure, S._SubscriptionEditState_didChangeDependencies_closure0, S._SubscriptionEditState_dispose_closure, S._SubscriptionEditState__onChanged_closure, S._SubscriptionEditState__onChanged_closure0, S._SubscriptionEditState_build_closure24, S._SubscriptionEditState_build_closure25, S._SubscriptionEditState_build_closure, S._SubscriptionEditState_build__closure19, S._SubscriptionEditState_build_closure0, S._SubscriptionEditState_build__closure18, S._SubscriptionEditState_build_closure1, S._SubscriptionEditState_build__closure17, S._SubscriptionEditState_build___closure3, S._SubscriptionEditState_build_closure2, S._SubscriptionEditState_build_closure3, S._SubscriptionEditState_build__closure16, S._SubscriptionEditState_build___closure2, S._SubscriptionEditState_build_closure4, S._SubscriptionEditState_build__closure15, S._SubscriptionEditState_build___closure1, S._SubscriptionEditState_build_closure5, S._SubscriptionEditState_build_closure6, S._SubscriptionEditState_build__closure14, S._SubscriptionEditState_build___closure0, S._SubscriptionEditState_build_closure7, S._SubscriptionEditState_build__closure13, S._SubscriptionEditState_build_closure8, S._SubscriptionEditState_build_closure9, S._SubscriptionEditState_build__closure12, S._SubscriptionEditState_build_closure10, S._SubscriptionEditState_build_closure11, S._SubscriptionEditState_build__closure11, S._SubscriptionEditState_build_closure12, S._SubscriptionEditState_build__closure10, S._SubscriptionEditState_build_closure13, S._SubscriptionEditState_build__closure9, S._SubscriptionEditState_build_closure14, S._SubscriptionEditState_build__closure8, S._SubscriptionEditState_build_closure15, S._SubscriptionEditState_build__closure7, S._SubscriptionEditState_build_closure16, S._SubscriptionEditState_build__closure6, S._SubscriptionEditState_build_closure17, S._SubscriptionEditState_build__closure5, S._SubscriptionEditState_build_closure18, S._SubscriptionEditState_build__closure4, S._SubscriptionEditState_build_closure21, S._SubscriptionEditState_build__closure1, S._SubscriptionEditState_build_closure19, S._SubscriptionEditState_build__closure3, S._SubscriptionEditState_build_closure20, S._SubscriptionEditState_build__closure2, S._SubscriptionEditState_build_closure22, S._SubscriptionEditState_build__closure0, S._SubscriptionEditState_build_closure23, S._SubscriptionEditState_build__closure, S._SubscriptionEditState_build___closure, R.SubscriptionEditScreen_build_closure0, R.SubscriptionEditScreen_build_closure, R.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure, R.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure1, R.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure0, R.SubscriptionEditVM_SubscriptionEditVM$fromStore__closure, R.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure, R.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure0, R.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure1, R.SubscriptionEditVM_SubscriptionEditVM$fromStore____closure, Y.SubscriptionListItem_build_closure1, Y.SubscriptionListItem_build_closure0, Y.SubscriptionListItem_build_closure, S.SubscriptionListBuilder_build_closure, S.SubscriptionListBuilder_build__closure, S.SubscriptionListVM_fromStore__handleRefresh, S.SubscriptionListVM_fromStore_closure, S.SubscriptionListVM_fromStore_closure0, S.SubscriptionListVM_fromStore_closure1, O.SubscriptionScreen_build_closure9, O.SubscriptionScreen_build_closure7, O.SubscriptionScreen_build_closure8, O.SubscriptionScreen_build_closure4, O.SubscriptionScreen_build_closure5, O.SubscriptionScreen_build_closure, O.SubscriptionScreen_build_closure0, O.SubscriptionScreen_build_closure1, O.SubscriptionScreen_build_closure2, O.SubscriptionScreen_build_closure3, O.SubscriptionScreen_build_closure6, L.SubscriptionScreenBuilder_build_closure, M._SubscriptionViewState_build_closure1, M._SubscriptionViewState_build_closure0, M._SubscriptionViewState_build_closure, E.SubscriptionViewScreen_build_closure0, E.SubscriptionViewScreen_build_closure, E.SubscriptionViewVM_SubscriptionViewVM$fromStore_closure, B._UpdateDialogState_build_closure, B._UpdateDialogState_build_closure0, B._UpdateDialogState_build_closure1, B._UpdateDialogState_build_closure2, B._UpdateDialogState_build_closure3, B._UpdateDialogState_updateApp_closure, B._UpdateDialogState_updateApp__closure, B._UpdateDialogState_updateApp__closure0, B._UpdateDialogState_updateApp___closure0, B._UpdateDialogState_updateApp__closure1, B._UpdateDialogState_updateApp___closure, X._TaskEditState_initState_closure, X._TaskEditState_initState__closure, X._TaskEditState_build_closure2, X._TaskEditState_build_closure3, X._TaskEditState_build_closure, X._TaskEditState_build_closure0, X._TaskEditState_build_closure1, X._TaskEditState_build__closure, R._TaskEditDesktopState_didChangeDependencies_closure, R._TaskEditDesktopState_didChangeDependencies_closure0, R._TaskEditDesktopState_dispose_closure, R._TaskEditDesktopState__onChanged_closure, R._TaskEditDesktopState__onChanged_closure0, R._TaskEditDesktopState_build_closure, R._TaskEditDesktopState_build_closure0, R._TaskEditDesktopState_build_closure2, R._TaskEditDesktopState_build__closure8, R._TaskEditDesktopState_build_closure1, R._TaskEditDesktopState_build_closure3, R._TaskEditDesktopState_build__closure7, R._TaskEditDesktopState_build_closure4, R._TaskEditDesktopState_build_closure5, R._TaskEditDesktopState_build__closure6, R._TaskEditDesktopState_build_closure6, R._TaskEditDesktopState_build__closure5, R._TaskEditDesktopState_build_closure7, R._TaskEditDesktopState_build__closure4, R._TaskEditDesktopState_build_closure8, R._TaskEditDesktopState_build__closure3, R._TaskEditDesktopState_build_closure9, R._TaskEditDesktopState_build__closure2, R._TaskEditDesktopState_build_closure10, R._TaskEditDesktopState_build__closure1, R._TaskEditDesktopState_build_closure11, R._TaskEditDesktopState_build__closure0, R._TaskEditDesktopState_build_closure12, R._TaskEditDesktopState_build__closure, B._TaskEditDetailsState_didChangeDependencies_closure, B._TaskEditDetailsState_didChangeDependencies_closure0, B._TaskEditDetailsState_dispose_closure, B._TaskEditDetailsState__onChanged_closure, B._TaskEditDetailsState__onChanged_closure0, B._TaskEditDetailsState_build_closure0, B._TaskEditDetailsState_build__closure2, B._TaskEditDetailsState_build_closure, B._TaskEditDetailsState_build_closure1, B._TaskEditDetailsState_build__closure1, B._TaskEditDetailsState_build_closure2, B._TaskEditDetailsState_build_closure3, B._TaskEditDetailsState_build__closure0, B._TaskEditDetailsState_build_closure4, B._TaskEditDetailsState_build__closure, A.TaskEditDetailsScreen_build_closure0, A.TaskEditDetailsScreen_build_closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure2, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure3, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure2, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure3, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure1, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure1, U._TaskEditTimesState__showTaskTimeEditor_closure, U._TaskEditTimesState__showTaskTimeEditor__closure, U._TaskEditTimesState_build_closure, U._TaskEditTimesState_build_closure0, U._TaskEditTimesState_build__closure, U.TimeEditDetailsState_build_closure, U.TimeEditDetailsState_build__closure3, U.TimeEditDetailsState_build_closure0, U.TimeEditDetailsState_build__closure2, U.TimeEditDetailsState_build_closure1, U.TimeEditDetailsState_build__closure1, U.TimeEditDetailsState_build_closure2, U.TimeEditDetailsState_build__closure0, U.TimeEditDetailsState_build_closure3, U.TimeEditDetailsState_build__closure, U.TimeEditDetailsState_build_closure4, U.TimeEditDetailsState_build_closure5, M.TaskEditTimesScreen_build_closure0, M.TaskEditTimesScreen_build_closure, M.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure, M.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure0, M.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure1, M.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure2, B.TaskEditScreen_build_closure0, B.TaskEditScreen_build_closure, B.TaskEditVM_TaskEditVM$fromStore_closure0, B.TaskEditVM_TaskEditVM$fromStore_closure1, B.TaskEditVM_TaskEditVM$fromStore__closure, B.TaskEditVM_TaskEditVM$fromStore_closure, B.TaskEditVM_TaskEditVM$fromStore__closure0, B.TaskEditVM_TaskEditVM$fromStore___closure, B.TaskEditVM_TaskEditVM$fromStore___closure0, B.TaskEditVM_TaskEditVM$fromStore___closure1, B.TaskEditVM_TaskEditVM$fromStore____closure, O._KanbanTaskCardState_build_closure, O._KanbanTaskCardState_build_closure1, O._KanbanTaskCardState_build__closure3, O._KanbanTaskCardState_build_closure0, O._KanbanTaskCardState_build__closure4, O._KanbanTaskCardState_build___closure, O._KanbanTaskCardState_build_closure8, O._KanbanTaskCardState_build__closure1, O._KanbanTaskCardState_build_closure9, O._KanbanTaskCardState_build__closure0, O._KanbanTaskCardState_build_closure2, O._KanbanTaskCardState_build_closure3, O._KanbanTaskCardState_build_closure4, O._KanbanTaskCardState_build_closure5, O._KanbanTaskCardState_build_closure6, O._KanbanTaskCardState_build__closure2, O._KanbanTaskCardState_build_closure7, O._KanbanTaskCardState_build_closure10, O._KanbanTaskCardState_build__closure, D._KanbanStatusCardState__onSavePressed_closure, D._KanbanStatusCardState__onSavePressed__closure, D._KanbanStatusCardState_build_closure, D._KanbanStatusCardState_build_closure0, D._KanbanStatusCardState_build_closure1, D._KanbanStatusCardState_build__closure0, D._KanbanStatusCardState_build_closure2, D._KanbanStatusCardState_build__closure, O.KanbanViewState__initBoard_closure, O.KanbanViewState__initBoard_closure0, O.KanbanViewState__initBoard_closure1, O.KanbanViewState__initBoard_closure2, O.KanbanViewState__initBoard__closure, O.KanbanViewState__onBoardChanged_closure, O.KanbanViewState_build_closure, O.KanbanViewState_build_closure0, O.KanbanViewState_build__closure5, O.KanbanViewState_build___closure, O.KanbanViewState_build__closure, O.KanbanViewState_build__closure1, O.KanbanViewState_build__closure0, O.KanbanViewState_build___closure5, O.KanbanViewState_build__closure2, O.KanbanViewState_build___closure4, O.KanbanViewState_build____closure3, O.KanbanViewState_build__closure3, O.KanbanViewState_build__closure4, O.KanbanViewState_build___closure1, O.KanbanViewState_build___closure0, O.KanbanViewState_build____closure2, O.KanbanViewState_build___closure3, O.KanbanViewState_build____closure, O.KanbanViewState_build___closure2, O.KanbanViewState_build____closure0, O.KanbanViewState_build____closure1, T._KanbanViewBuilderState_build_closure, T.KanbanVM_fromStore_closure, T.KanbanVM_fromStore_closure1, T.KanbanVM_fromStore__closure, T.KanbanVM_fromStore_closure0, T.KanbanVM_fromStore__closure0, T.KanbanVM_fromStore__closure1, T.KanbanVM_fromStore__closure2, T.KanbanVM_fromStore__closure3, U.TaskListItem_build_closure1, U.TaskListItem_build_closure, U.TaskListItem_build_closure0, U.TaskListItem_build__closure2, U.TaskListItem_build__closure1, U.TaskListItem_build__closure, U.TaskListItem_build__closure0, U.TaskListItem_build__closure5, U.TaskListItem_build__closure4, U.TaskListItem_build__closure3, K.TaskListBuilder_build_closure, K.TaskListBuilder_build__closure, K.TaskListVM_fromStore__handleRefresh, K.TaskListVM_fromStore_closure0, K.TaskListVM_fromStore_closure, K.TaskListVM_fromStore_closure1, T.TaskPresenter_getField_closure, T.TaskPresenter_getField_closure0, D.TaskScreen_build_closure15, D.TaskScreen_build_closure13, D.TaskScreen_build_closure14, D.TaskScreen_build_closure, D.TaskScreen_build_closure0, D.TaskScreen_build_closure9, D.TaskScreen_build_closure11, D.TaskScreen_build_closure5, D.TaskScreen_build_closure6, D.TaskScreen_build_closure7, D.TaskScreen_build_closure8, D.TaskScreen_build_closure1, D.TaskScreen_build_closure2, D.TaskScreen_build_closure3, D.TaskScreen_build_closure10, D.TaskScreen_build_closure4, D.TaskScreen_build_closure12, Y.TaskScreenBuilder_build_closure, M.TaskTimeListTile_build_closure, Q._TaskViewState_build_closure, Q._TaskViewState_build__closure, Q._TaskViewState_build__closure0, B.TaskViewDocuments_build_closure, B.TaskViewDocuments_build_closure0, S._TaskOverviewState_initState_closure, S._TaskOverviewState_initState__closure, S._TaskOverviewState_build__buildView, S._TaskOverviewState_build__buildView_closure, S._TaskOverviewState_build__buildView__closure, S._TaskOverviewState_build_closure, L.TaskViewScreen_build_closure0, L.TaskViewScreen_build_closure, L.TaskViewVM_TaskViewVM$fromStore__handleRefresh, L.TaskViewVM_TaskViewVM$fromStore__toggleTask, L.TaskViewVM_TaskViewVM$fromStore__toggleTask_closure, L.TaskViewVM_TaskViewVM$fromStore__toggleTask_closure0, L.TaskViewVM_TaskViewVM$fromStore__toggleTask__closure, L.TaskViewVM_TaskViewVM$fromStore_closure0, L.TaskViewVM_TaskViewVM$fromStore_closure, L.TaskViewVM_TaskViewVM$fromStore_closure1, L.TaskViewVM_TaskViewVM$fromStore_closure2, L.TaskViewVM_TaskViewVM$fromStore__closure0, L.TaskViewVM_TaskViewVM$fromStore__closure1, L.TaskViewVM_TaskViewVM$fromStore___closure, L.TaskViewVM_TaskViewVM$fromStore_closure3, L.TaskViewVM_TaskViewVM$fromStore__closure, L._TaskStatusEditState_didChangeDependencies_closure, L._TaskStatusEditState_didChangeDependencies_closure0, L._TaskStatusEditState_dispose_closure, L._TaskStatusEditState__onChanged_closure, L._TaskStatusEditState__onChanged_closure0, L._TaskStatusEditState_build_closure0, L._TaskStatusEditState_build_closure1, L._TaskStatusEditState_build__closure, L._TaskStatusEditState_build_closure, L._TaskStatusEditState_build__closure0, L._TaskStatusEditState_build__closure1, L._TaskStatusEditState_build___closure, Q.TaskStatusEditScreen_build_closure0, Q.TaskStatusEditScreen_build_closure, Q.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure, Q.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure1, Q.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure0, Q.TaskStatusEditVM_TaskStatusEditVM$fromStore__closure, Q.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure, Q.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure0, Q.TaskStatusEditVM_TaskStatusEditVM$fromStore____closure, O.TaskStatusListItem_build_closure1, O.TaskStatusListItem_build_closure0, O.TaskStatusListItem_build_closure, U.TaskStatusListBuilder_build_closure, U.TaskStatusListBuilder_build__closure, U.TaskStatusListVM_fromStore__handleRefresh, U.TaskStatusListVM_fromStore_closure, U.TaskStatusListVM_fromStore_closure0, U.TaskStatusListVM_fromStore_closure1, Y.TaskStatusScreen_build_closure9, Y.TaskStatusScreen_build_closure7, Y.TaskStatusScreen_build_closure8, Y.TaskStatusScreen_build_closure4, Y.TaskStatusScreen_build_closure5, Y.TaskStatusScreen_build_closure, Y.TaskStatusScreen_build_closure0, Y.TaskStatusScreen_build_closure1, Y.TaskStatusScreen_build_closure2, Y.TaskStatusScreen_build_closure3, Y.TaskStatusScreen_build_closure6, U.TaskStatusScreenBuilder_build_closure, L._TaskStatusViewState_build_closure, T.TaskStatusViewScreen_build_closure0, T.TaskStatusViewScreen_build_closure, T.TaskStatusViewVM_TaskStatusViewVM$fromStore_closure, A._TaxRateEditState_didChangeDependencies_closure, A._TaxRateEditState_didChangeDependencies_closure0, A._TaxRateEditState_dispose_closure, A._TaxRateEditState__onChanged_closure, A._TaxRateEditState__onChanged_closure0, A._TaxRateEditState_build_closure, S.TaxRateEditScreen_build_closure0, S.TaxRateEditScreen_build_closure, S.TaxRateEditVM_TaxRateEditVM$fromStore_closure, S.TaxRateEditVM_TaxRateEditVM$fromStore_closure1, S.TaxRateEditVM_TaxRateEditVM$fromStore_closure0, S.TaxRateEditVM_TaxRateEditVM$fromStore__closure, S.TaxRateEditVM_TaxRateEditVM$fromStore___closure, S.TaxRateEditVM_TaxRateEditVM$fromStore___closure0, S.TaxRateEditVM_TaxRateEditVM$fromStore____closure, Z.TaxRateListItem_build_closure1, Z.TaxRateListItem_build_closure0, Z.TaxRateListItem_build_closure, X.TaxRateListBuilder_build_closure, X.TaxRateListBuilder_build__closure, X.TaxRateListVM_fromStore__handleRefresh, X.TaxRateListVM_fromStore_closure, X.TaxRateListVM_fromStore_closure0, X.TaxRateListVM_fromStore_closure1, D.TaxRateSettingsScreen_build_closure5, D.TaxRateSettingsScreen_build_closure3, D.TaxRateSettingsScreen_build_closure4, D.TaxRateSettingsScreen_build_closure0, D.TaxRateSettingsScreen_build_closure1, D.TaxRateSettingsScreen_build_closure, D.TaxRateSettingsScreen_build_closure2, O.TaxRateScreenBuilder_build_closure, K._TaxRateViewState_build_closure, R.TaxRateViewScreen_build_closure0, R.TaxRateViewScreen_build_closure, R.TaxRateViewVM_TaxRateViewVM$fromStore_closure, Y._TokenEditState_didChangeDependencies_closure, Y._TokenEditState_didChangeDependencies_closure0, Y._TokenEditState_dispose_closure, Y._TokenEditState__onChanged_closure, Y._TokenEditState__onChanged_closure0, Y._TokenEditState_build_closure0, Y._TokenEditState_build_closure1, Y._TokenEditState_build__closure, Y._TokenEditState_build_closure, Y._TokenEditState_build__closure0, R.TokenEditScreen_build_closure0, R.TokenEditScreen_build_closure, R.TokenEditVM_TokenEditVM$fromStore_closure, R.TokenEditVM_TokenEditVM$fromStore_closure1, R.TokenEditVM_TokenEditVM$fromStore_closure0, R.TokenEditVM_TokenEditVM$fromStore__closure, R.TokenEditVM_TokenEditVM$fromStore___closure, R.TokenEditVM_TokenEditVM$fromStore____closure, R.TokenEditVM_TokenEditVM$fromStore____closure0, R.TokenEditVM_TokenEditVM$fromStore_____closure, K.TokenListItem_build_closure1, K.TokenListItem_build_closure0, K.TokenListItem_build_closure, M.TokenListBuilder_build_closure, M.TokenListBuilder_build__closure, M.TokenListVM_fromStore__handleRefresh, M.TokenListVM_fromStore_closure, M.TokenListVM_fromStore_closure0, M.TokenListVM_fromStore_closure1, S.TokenScreen_build_closure9, S.TokenScreen_build_closure7, S.TokenScreen_build_closure8, S.TokenScreen_build_closure4, S.TokenScreen_build_closure5, S.TokenScreen_build_closure, S.TokenScreen_build_closure0, S.TokenScreen_build_closure1, S.TokenScreen_build_closure2, S.TokenScreen_build_closure3, S.TokenScreen_build_closure6, K.TokenScreenBuilder_build_closure, Y._TokenViewState_build_closure, Y._TokenListTile_build_closure, U.TokenViewScreen_build_closure0, U.TokenViewScreen_build_closure, U.TokenViewVM_TokenViewVM$fromStore_closure, U._UserEditState_didChangeDependencies_closure, U._UserEditState_didChangeDependencies_closure0, U._UserEditState_dispose_closure, U._UserEditState__onChanged_closure, U._UserEditState__onChanged_closure0, U._UserEditState__togglePermission_closure, U._UserEditState__togglePermission_closure0, U._UserEditState_build_closure13, U._UserEditState_build_closure14, U._UserEditState_build__closure, U._UserEditState_build_closure, U._UserEditState_build_closure0, U._UserEditState_build_closure1, U._UserEditState_build_closure2, U._UserEditState_build__closure9, U._UserEditState_build_closure3, U._UserEditState_build__closure8, U._UserEditState_build_closure4, U._UserEditState_build__closure7, U._UserEditState_build___closure0, U._UserEditState_build_closure5, U._UserEditState_build_closure6, U._UserEditState_build_closure7, U._UserEditState_build_closure8, U._UserEditState_build_closure9, U._UserEditState_build_closure10, U._UserEditState_build_closure11, U._UserEditState_build_closure12, U._UserEditState_build__closure0, U._UserEditState_build___closure, U._UserEditState_build____closure, U._UserEditState_build__closure2, U._UserEditState_build__closure1, U._UserEditState_build__closure4, U._UserEditState_build__closure3, U._UserEditState_build__closure6, U._UserEditState_build__closure5, Y.UserEditScreen_build_closure0, Y.UserEditScreen_build_closure, Y.UserEditVM_UserEditVM$fromStore_closure, Y.UserEditVM_UserEditVM$fromStore_closure1, Y.UserEditVM_UserEditVM$fromStore_closure0, Y.UserEditVM_UserEditVM$fromStore__closure, Y.UserEditVM_UserEditVM$fromStore___closure, Y.UserEditVM_UserEditVM$fromStore___closure0, Y.UserEditVM_UserEditVM$fromStore___closure1, Y.UserEditVM_UserEditVM$fromStore____closure, E.UserListItem_build_closure1, E.UserListItem_build_closure0, E.UserListItem_build_closure, M.UserListBuilder_build_closure, M.UserListBuilder_build__closure, M.UserListBuilder_build__closure_showDialog, M.UserListBuilder_build___closure, M.UserListVM_fromStore__handleRefresh, M.UserListVM_fromStore_closure, M.UserListVM_fromStore_closure0, M.UserListVM_fromStore_closure1, G.UserScreen_build_closure9, G.UserScreen_build_closure7, G.UserScreen_build_closure8, G.UserScreen_build_closure4, G.UserScreen_build_closure0, G.UserScreen_build_closure1, G.UserScreen_build_closure2, G.UserScreen_build_closure3, G.UserScreen_build_closure5, G.UserScreen_build_closure, G.UserScreen_build_closure6, A.UserScreenBuilder_build_closure, B.UserView_build_closure, X.UserViewScreen_build_closure0, X.UserViewScreen_build_closure, X.UserViewVM_UserViewVM$fromStore_closure, K._VendorEditState_build_closure, K._VendorEditState_build_closure0, G.VendorEditAddressState_didChangeDependencies_closure, G.VendorEditAddressState_didChangeDependencies_closure0, G.VendorEditAddressState_dispose_closure, G.VendorEditAddressState__onChanged_closure, G.VendorEditAddressState__onChanged_closure0, G.VendorEditAddressState_build_closure, G.VendorEditAddressState_build__closure, D._VendorEditContactsState__showContactEditor_closure, D._VendorEditContactsState__showContactEditor__closure, D._VendorEditContactsState_build_closure, D._VendorEditContactsState_build__closure, D._VendorEditContactsState_build_closure0, D._VendorEditContactsState_build_closure1, D.VendorContactEditDetailsState_didChangeDependencies_closure, D.VendorContactEditDetailsState_didChangeDependencies_closure0, D.VendorContactEditDetailsState_dispose_closure, D.VendorContactEditDetailsState__onChanged_closure, D.VendorContactEditDetailsState__onChanged_closure0, D.VendorContactEditDetailsState_build_closure, D.VendorContactEditDetailsState_build_closure0, D.VendorContactEditDetailsState_build_closure1, D.VendorContactEditDetailsState_build_closure2, D.VendorContactEditDetailsState_build_closure3, D.VendorContactEditDetailsState_build_closure4, D.VendorContactEditDetailsState_build__closure, D.VendorContactEditDetailsState_build_closure5, T.VendorEditContactsScreen_build_closure0, T.VendorEditContactsScreen_build_closure, T.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure, T.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure0, T.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure1, T.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure2, Q.VendorEditDetailsState_didChangeDependencies_closure, Q.VendorEditDetailsState_didChangeDependencies_closure0, Q.VendorEditDetailsState_dispose_closure, Q.VendorEditDetailsState__onChanged_closure, Q.VendorEditDetailsState__onChanged_closure0, Q.VendorEditDetailsState_build_closure, Q.VendorEditDetailsState_build_closure0, Q.VendorEditDetailsState_build__closure, Q.VendorEditFooter_build_closure, N.VendorEditNotesState_didChangeDependencies_closure, N.VendorEditNotesState_didChangeDependencies_closure0, N.VendorEditNotesState_dispose_closure, N.VendorEditNotesState__onChanged_closure, N.VendorEditNotesState__onChanged_closure0, N.VendorEditNotesState_build_closure, N.VendorEditNotesState_build__closure, A.VendorEditScreen_build_closure0, A.VendorEditScreen_build_closure, A.VendorEditVM_VendorEditVM$fromStore_closure, A.VendorEditVM_VendorEditVM$fromStore_closure1, A.VendorEditVM_VendorEditVM$fromStore_closure0, A.VendorEditVM_VendorEditVM$fromStore__closure, A.VendorEditVM_VendorEditVM$fromStore___closure, A.VendorEditVM_VendorEditVM$fromStore___closure0, A.VendorEditVM_VendorEditVM$fromStore___closure1, A.VendorEditVM_VendorEditVM$fromStore____closure, Z.VendorListItem_build_closure, Z.VendorListItem_build__closure2, Z.VendorListItem_build__closure1, Z.VendorListItem_build__closure, Z.VendorListItem_build__closure0, Z.VendorListItem_build__closure5, Z.VendorListItem_build__closure4, Z.VendorListItem_build__closure3, E.VendorListBuilder_build_closure, E.VendorListBuilder_build__closure, E.VendorListVM_fromStore__handleRefresh, E.VendorListVM_fromStore_closure, E.VendorListVM_fromStore_closure0, E.VendorListVM_fromStore_closure1, N.VendorPresenter_getField_closure, K.VendorScreen_build_closure9, K.VendorScreen_build_closure7, K.VendorScreen_build_closure8, K.VendorScreen_build_closure4, K.VendorScreen_build_closure0, K.VendorScreen_build_closure1, K.VendorScreen_build_closure2, K.VendorScreen_build_closure3, K.VendorScreen_build_closure5, K.VendorScreen_build_closure, K.VendorScreen_build_closure6, B.VendorScreenBuilder_build_closure, N._VendorViewState_build_closure0, N._VendorViewState_build__closure, N._VendorViewState_build__closure0, N._VendorViewState_build__closure1, N._VendorViewState_build_closure, Y._VendorViewDetailsState_build__buildDetailsList, Y._VendorViewDetailsState_build__buildDetailsList_closure, Y._VendorViewDetailsState_build__buildDetailsList__closure1, Y._VendorViewDetailsState_build__buildDetailsList___closure0, Y._VendorViewDetailsState_build__buildDetailsList__closure2, Y._VendorViewDetailsState_build__buildDetailsList___closure, Y._VendorViewDetailsState_build__buildDetailsList_closure0, Y._VendorViewDetailsState_build__buildDetailsList__closure0, Y._VendorViewDetailsState_build__buildDetailsList_closure1, Y._VendorViewDetailsState_build__buildDetailsList__closure, Y._VendorViewDetailsState_build__buildDetailsList_closure2, G.VendorViewDocuments_build_closure, G.VendorViewDocuments_build_closure0, F.VendorViewScreen_build_closure0, F.VendorViewScreen_build_closure, F.VendorViewVM_VendorViewVM$fromStore__handleRefresh, F.VendorViewVM_VendorViewVM$fromStore_closure, F.VendorViewVM_VendorViewVM$fromStore_closure0, F.VendorViewVM_VendorViewVM$fromStore_closure1, F.VendorViewVM_VendorViewVM$fromStore__closure0, F.VendorViewVM_VendorViewVM$fromStore__closure1, F.VendorViewVM_VendorViewVM$fromStore___closure, F.VendorViewVM_VendorViewVM$fromStore_closure2, F.VendorViewVM_VendorViewVM$fromStore__closure, N._WebhookEditState_didChangeDependencies_closure, N._WebhookEditState_didChangeDependencies_closure0, N._WebhookEditState_dispose_closure, N._WebhookEditState__onChanged_closure, N._WebhookEditState__onChanged_closure0, N._WebhookEditState_build_closure0, N._WebhookEditState_build_closure1, N._WebhookEditState_build_closure, N._WebhookEditState_build__closure, N._WebhookEditState_build__closure3, N._WebhookEditState_build___closure2, N._WebhookEditState_build__closure0, N._WebhookEditState_build__closure4, N._WebhookEditState_build___closure1, N._WebhookEditState_build__closure1, N._WebhookEditState_build___closure4, N._WebhookEditState_build__closure2, N._WebhookEditState_build___closure3, N._WebhookEditState_build__closure5, N._WebhookEditState_build___closure0, N._WebhookEditState_build__closure6, N._WebhookEditState_build___closure, N._WebhookEditState_build____closure, F.WebhookEditScreen_build_closure0, F.WebhookEditScreen_build_closure, F.WebhookEditVM_WebhookEditVM$fromStore_closure, F.WebhookEditVM_WebhookEditVM$fromStore_closure1, F.WebhookEditVM_WebhookEditVM$fromStore_closure0, F.WebhookEditVM_WebhookEditVM$fromStore__closure, F.WebhookEditVM_WebhookEditVM$fromStore___closure, F.WebhookEditVM_WebhookEditVM$fromStore___closure0, F.WebhookEditVM_WebhookEditVM$fromStore____closure, L._WebhookViewState_build_closure, L.TargetListTile_build_closure, Y.WebhookViewScreen_build_closure0, Y.WebhookViewScreen_build_closure, Y.WebhookViewVM_WebhookViewVM$fromStore_closure, X.WebhookListItem_build_closure1, X.WebhookListItem_build_closure0, X.WebhookListItem_build_closure, X.WebhookListBuilder_build_closure, X.WebhookListBuilder_build__closure, X.WebhookListVM_fromStore__handleRefresh, X.WebhookListVM_fromStore_closure, X.WebhookListVM_fromStore_closure0, X.WebhookListVM_fromStore_closure1, T.WebhookScreen_build_closure9, T.WebhookScreen_build_closure7, T.WebhookScreen_build_closure8, T.WebhookScreen_build_closure4, T.WebhookScreen_build_closure5, T.WebhookScreen_build_closure, T.WebhookScreen_build_closure0, T.WebhookScreen_build_closure1, T.WebhookScreen_build_closure2, T.WebhookScreen_build_closure3, T.WebhookScreen_build_closure6, T.WebhookScreenBuilder_build_closure, O.snackBarCompleter_closure, O.snackBarCompleter_closure0, O.snackBarCompleter__closure, O.Debouncer_run_closure, N.loadDesign_closure, N.loadDesign_closure0, O.showRefreshDataDialog_closure, O.showErrorDialog_closure, O.showMessageDialog_closure, O.confirmCallback_closure, O.confirmCallback_closure__onPressed, O.confirmCallback__closure, O.confirmCallback__closure0, O.confirmCallback__closure1, O.confirmCallback__closure2, O.confirmCallback__closure3, O.passwordCallback_closure, O.passwordCallback_closure0, O.passwordCallback_closure1, O.passwordCallback__closure, O._PasswordConfirmationState_build_closure0, O._PasswordConfirmationState_build_closure, O._PasswordConfirmationState_build__closure, O._PasswordConfirmationState_build_closure1, O._PasswordConfirmationState_build_closure2, O._PasswordConfirmationState_build_closure3, O.fieldCallback_closure, O._FieldConfirmationState_build_closure0, O._FieldConfirmationState_build_closure, O._FieldConfirmationState_build_closure1, O._FieldConfirmationState_build_closure2, O._FieldConfirmationState_build_closure3, O.cloneToDialog_closure, O.cloneToDialog__closure, O.cloneToDialog__closure0, O.cloneToDialog__closure1, O.cloneToDialog__closure2, O.cloneToDialog__closure3, N.EnumUtils_fromString_closure, N.EnumUtils_fromString_closure0, B.GoogleOAuth_signIn_closure, B.GoogleOAuth_signUp_closure, A.toSnakeCase_closure, A.toCamelCase_closure, A.toSpaceCase_closure, A.toTitleCase_closure, A.matchesStrings_closure, A.matchesStringsValue_closure, L.loadEmailTemplate_closure, L.loadEmailTemplate_closure0, L.WebUtils_registerWebView_closure, L.WebUtils_warnChanges_closure, F.Logger_Logger_closure, O.memo1__prevArg_set, O.memo1__prevResult_set, O.memo1__prevArg_get, O.memo1__prevResult_get, O.memo1_closure, O.memo2__prevArgA_set, O.memo2__prevArgB_set, O.memo2__prevResult_set, O.memo2__prevArgA_get, O.memo2__prevArgB_get, O.memo2__prevResult_get, O.memo2_closure, O.memo3__prevArgA_set, O.memo3__prevArgB_set, O.memo3__prevArgC_set, O.memo3__prevResult_set, O.memo3__prevArgA_get, O.memo3__prevArgB_get, O.memo3__prevArgC_get, O.memo3__prevResult_get, O.memo3_closure, O.memo4__prevArgA_set, O.memo4__prevArgB_set, O.memo4__prevArgC_set, O.memo4__prevArgD_set, O.memo4__prevResult_set, O.memo4__prevArgA_get, O.memo4__prevArgB_get, O.memo4__prevArgC_get, O.memo4__prevArgD_get, O.memo4__prevResult_get, O.memo4_closure, O.memo5__prevArgA_set, O.memo5__prevArgB_set, O.memo5__prevArgC_set, O.memo5__prevArgD_set, O.memo5__prevArgE_set, O.memo5__prevResult_set, O.memo5__prevArgA_get, O.memo5__prevArgB_get, O.memo5__prevArgC_get, O.memo5__prevArgD_get, O.memo5__prevArgE_get, O.memo5__prevResult_get, O.memo5_closure, O.memo6__prevArgA_set, O.memo6__prevArgB_set, O.memo6__prevArgC_set, O.memo6__prevArgD_set, O.memo6__prevArgE_set, O.memo6__prevArgF_set, O.memo6__prevResult_set, O.memo6__prevArgA_get, O.memo6__prevArgB_get, O.memo6__prevArgC_get, O.memo6__prevArgD_get, O.memo6__prevArgE_get, O.memo6__prevArgF_get, O.memo6__prevResult_get, O.memo6_closure, O.memo7__prevArgA_set, O.memo7__prevArgB_set, O.memo7__prevArgC_set, O.memo7__prevArgD_set, O.memo7__prevArgE_set, O.memo7__prevArgF_set, O.memo7__prevArgG_set, O.memo7__prevResult_set, O.memo7__prevArgA_get, O.memo7__prevArgB_get, O.memo7__prevArgC_get, O.memo7__prevArgD_get, O.memo7__prevArgE_get, O.memo7__prevArgF_get, O.memo7__prevArgG_get, O.memo7__prevResult_get, O.memo7_closure, O.memo8__prevArgA_set, O.memo8__prevArgB_set, O.memo8__prevArgC_set, O.memo8__prevArgD_set, O.memo8__prevArgE_set, O.memo8__prevArgF_set, O.memo8__prevArgG_set, O.memo8__prevArgH_set, O.memo8__prevResult_set, O.memo8__prevArgA_get, O.memo8__prevArgB_get, O.memo8__prevArgC_get, O.memo8__prevArgD_get, O.memo8__prevArgE_get, O.memo8__prevArgF_get, O.memo8__prevArgG_get, O.memo8__prevArgH_get, O.memo8__prevResult_get, O.memo8_closure, O.memo9__prevArgA_set, O.memo9__prevArgB_set, O.memo9__prevArgC_set, O.memo9__prevArgD_set, O.memo9__prevArgE_set, O.memo9__prevArgF_set, O.memo9__prevArgG_set, O.memo9__prevArgH_set, O.memo9__prevArgI_set, O.memo9__prevResult_set, O.memo9__prevArgA_get, O.memo9__prevArgB_get, O.memo9__prevArgC_get, O.memo9__prevArgD_get, O.memo9__prevArgE_get, O.memo9__prevArgF_get, O.memo9__prevArgG_get, O.memo9__prevArgH_get, O.memo9__prevArgI_get, O.memo9__prevResult_get, O.memo9_closure, O.memo10__prevArgA_set, O.memo10__prevArgB_set, O.memo10__prevArgC_set, O.memo10__prevArgD_set, O.memo10__prevArgE_set, O.memo10__prevArgF_set, O.memo10__prevArgG_set, O.memo10__prevArgH_set, O.memo10__prevArgI_set, O.memo10__prevArgJ_set, O.memo10__prevResult_set, O.memo10__prevArgA_get, O.memo10__prevArgB_get, O.memo10__prevArgC_get, O.memo10__prevArgD_get, O.memo10__prevArgE_get, O.memo10__prevArgF_get, O.memo10__prevArgG_get, O.memo10__prevArgH_get, O.memo10__prevArgI_get, O.memo10__prevArgJ_get, O.memo10__prevResult_get, O.memo10_closure, S.PdfDocument_getPage_closure, V.PdfPage_render_closure, V.PdfPage_close_closure, V.Page_render_closure, X._PdfViewState__getPageImage_closure, X._PdfViewState__changeLoadingState_closure, X._PdfViewState__buildLoaded_closure, X._PdfViewState__buildLoaded_closure0, X._PdfViewState__buildLoaded_closure1, X._PdfViewState_build_closure, V.PdfPageImageProvider_load_closure, F._FadeWidgetState_animationStatusChange_closure, K.RenderOverflowView_resetOffstage_closure, K.RenderOverflowView_performFixedLayout_getChildOffset, K.RenderOverflowView_performFlexibleLayout_closure, K.RenderOverflowView_visitOnlyOnStageChildren_closure, K.RenderOverflowView_paint_paintChild, K.RenderOverflowView_paint_defaultPaint, K.RenderOverflowView_hitTestChildren_closure, K.RenderOverflowView_hitTestChildren__closure, K.OverflowView$_all_closure, M.Context_joinAll_closure, M.Context_split_closure, M._validateArgList_closure, E._PhotoViewState_build_closure, M.PhotoViewCoreState_build_closure, O.PhotoViewGestureDetector_build_closure, O.PhotoViewGestureDetector_build_closure0, O.PhotoViewGestureDetector_build_closure1, O.PhotoViewGestureDetector_build_closure2, O.PhotoViewGestureDetector_build_closure3, O.PhotoViewGestureDetector_build_closure4, L._ImageWrapperState__getOrCreateListener_handleImageChunk, L._ImageWrapperState__getOrCreateListener_handleImageChunk_closure, L._ImageWrapperState__getOrCreateListener_handleImageFrame, L._ImageWrapperState__getOrCreateListener_handleImageFrame_closure, L._ImageWrapperState__getOrCreateListener_handleError, L._ImageWrapperState__getOrCreateListener_handleError_closure, L._registerFactory_closure, E._QrImageState_build_closure, S.QrValidator_validate__qrCode_set, S.QrValidator_validate__qrCode_get, A.hashObjects_closure1, X.Store__createReduceAndNotify_closure, X.Store__createDispatchers_closure, B.combineReducers_closure, O.LoggingMiddleware_call_closure, X.RenderTabluarFlex__getIntrinsicSize_closure, X.RenderTabluarFlex_computeMinIntrinsicWidth_closure, X.RenderTabluarFlex_computeMaxIntrinsicWidth_closure, X.RenderTabluarFlex_computeMinIntrinsicHeight_closure, X.RenderTabluarFlex_computeMaxIntrinsicHeight_closure, X.RenderTabluarFlex__findTabluarFlexDescendant_closure, X.RenderTabluarFlex_performLayout__layoutChild, X.RenderTabluarFlex_performLayout__layoutChild__childLayoutCallback, X.RenderTabluarFlex_performLayout__innerConstraints, X.RenderTabluarFlex_performLayout_closure, X.RenderTabluarFlex_performLayout__childLayoutCallback, X.RenderTabluarFlex_performLayout_closure0, V.PassthroughOverlayEntry_remove_closure, V.PassthroughOverlayState_insertAll_closure, V.PassthroughOverlayState__remove_closure, A._ReorderableFlexState_initState_closure, A._ReorderableFlexContentState__onEntranceStatusChanged_closure, A._ReorderableFlexContentState__scrollTo_closure, A._ReorderableFlexContentState__scrollTo__closure, A._ReorderableFlexContentState__wrap_onDragStarted, A._ReorderableFlexContentState__wrap_onDragStarted_closure, A._ReorderableFlexContentState__wrap__reorder, A._ReorderableFlexContentState__wrap_reorder, A._ReorderableFlexContentState__wrap_reorder_closure, A._ReorderableFlexContentState__wrap_onDragEnded, A._ReorderableFlexContentState__wrap_onDragEnded_closure, A._ReorderableFlexContentState__wrap_wrapWithSemantics, A._ReorderableFlexContentState__wrap_wrapWithSemantics_moveToStart, A._ReorderableFlexContentState__wrap_wrapWithSemantics_moveToEnd, A._ReorderableFlexContentState__wrap_wrapWithSemantics_moveBefore, A._ReorderableFlexContentState__wrap_wrapWithSemantics_moveAfter, A._ReorderableFlexContentState__wrap__makeAppearingWidget, A._ReorderableFlexContentState__wrap__makeDisappearingWidget, A._ReorderableFlexContentState__wrap_buildDragTarget, A._ReorderableFlexContentState__wrap_buildDragTarget_closure, A._ReorderableFlexContentState__wrap_buildDragTarget_closure0, A._ReorderableFlexContentState__wrap_closure, A._ReorderableFlexContentState__wrap__closure, A._ReorderableFlexContentState__wrap___closure, A._ReorderableFlexContentState__wrap__closure0, A._ReorderableFlexContentState__wrap__closure1, U.ReorderableTable_build_closure, U.ReorderableTable_build_closure0, N.RoundedLoadingButtonState_build_closure, N.RoundedLoadingButtonState_initState_closure, N.RoundedLoadingButtonState_initState__closure1, N.RoundedLoadingButtonState_initState_closure0, N.RoundedLoadingButtonState_initState__closure0, N.RoundedLoadingButtonState_initState_closure1, N.RoundedLoadingButtonState_initState_closure2, N.RoundedLoadingButtonState_initState__closure, U.BehaviorSubject__deferStream_closure, U.BehaviorSubject_map_closure, U.BehaviorSubject__forwardBehaviorSubject__subject_set, U.BehaviorSubject__forwardBehaviorSubject__subscription_set, U.BehaviorSubject__forwardBehaviorSubject__subject_get, U.BehaviorSubject__forwardBehaviorSubject__subscription_get, U.BehaviorSubject__forwardBehaviorSubject_closure0, U.BehaviorSubject__forwardBehaviorSubject_closure, F.Subject_addStream_closure, F.Subject_addStream_closure0, F.Subject_addStream_closure2, F.Subject_addStream_closure1, G._StartWithStreamSink_onListen_closure, O._StartWithErrorStreamSink_onListen_closure, F.forwardStream__controller_set, F.forwardStream__subscription_set, F.forwardStream__controller_get, F.forwardStream__subscription_get, F.forwardStream_runCatching, F.forwardStream_closure, F.forwardStream__closure1, F.forwardStream__closure2, F.forwardStream___closure1, F.forwardStream__closure4, F.forwardStream___closure, F.forwardStream__closure3, F.forwardStream___closure0, F.forwardStream_closure0, F.forwardStream_closure1, F.forwardStream__closure0, F.forwardStream_closure2, F.forwardStream__closure, M.RouteObserverBreadcrumb__formatArgs_closure, V.SharedPreferencesPlugin__storedFlutterKeys_closure, U.Highlighter_closure, U.Highlighter$__closure, U.Highlighter$___closure, U.Highlighter$__closure0, U.Highlighter__collateLines_closure, U.Highlighter__collateLines_closure0, U.Highlighter__collateLines_closure1, U.Highlighter__collateLines__closure, U.Highlighter_highlight_closure, U.Highlighter__writeFileStart_closure, U.Highlighter__writeMultilineHighlights_closure, U.Highlighter__writeMultilineHighlights_closure0, U.Highlighter__writeMultilineHighlights_closure1, U.Highlighter__writeMultilineHighlights_closure2, U.Highlighter__writeMultilineHighlights__closure, U.Highlighter__writeMultilineHighlights__closure0, U.Highlighter__writeHighlightedText_closure, U.Highlighter__writeIndicator_closure, U.Highlighter__writeIndicator_closure0, U.Highlighter__writeIndicator_closure1, U.Highlighter__writeSidebar_closure, U._Highlight_closure, S.BasicLock_synchronized__complete, E.format_closure, F.MethodChannelUrlLauncher_canLaunch_closure, F.MethodChannelUrlLauncher_launch_closure, A.hashObjects_closure0]); + _inheritMany(P.Object, [H.Closure, H._NullTreeSanitizer, H.AlarmClock, H.AssetManager, H.AssetManagerException, H.EngineCanvas, H.BrowserEngine, H.OperatingSystem, H._SaveStackTracking, H.ContextStateHandle, H.CkCanvas, H.CkPictureSnapshot, H.CkPaintCommand, J.Interceptor, H.ProductionCollector, H.SkiaObjectCollectionError, H.CanvasKitCanvas, H.SkiaObject, H.HtmlViewEmbedder, H.OverlayCache, H.EmbeddedViewParams, H.MutatorType, H.Mutator, P.Iterable, H.FontFallbackData, H.NotoFont, H.CodeunitRange, H._ResolvedNotoFont, H._ResolvedNotoSubset, H.FallbackFontDownloadQueue, H.NotoDownloader, H.SkiaFontCollection, H._RegisteredFont, H.ImageCodecException, H.CkImage, H.AnimatedImageFrameInfo, H.IntervalTree, H.IntervalTreeNode, H.Layer, H.PrerollContext, H.PaintContext, H.LayerScene, H.LayerSceneBuilder, H.LayerTree, H.Frame, H.CompositorContext, H.CkNWayCanvas, H.CkPictureRecorder, H.Rasterizer, H.SkiaObjectCache, H.SurfaceFrame, H.Surface, H.CkSurface, H.CkParagraphStyle, H.CkTextStyle, H.CkParagraphBuilder, H._ParagraphCommand, H._ParagraphCommandType, P.Error, H.ClipboardMessageHandler, H.ClipboardAPICopyStrategy, H.ClipboardAPIPasteStrategy, H.ExecCommandCopyStrategy, H.ExecCommandPasteStrategy, H.DomRenderer, H._SaveStackEntry, H._SaveClipEntry, H._SaveElementStackEntry, H.SaveElementStackTracking, H.FrameReference, H.CrossFrameCache, H._CrossFrameCacheItem, H.SurfaceCanvas, H._DomClip, H.PersistedSurface, H.SurfacePaint, H.SurfacePaintData, H.Conic, H._QuadBounds, H._ConicBounds, H._ConicPair, H._CubicBounds, H.SurfacePath, H._SkQuadCoefficients, H.PathRef, H.PathRefIterator, H._QuadRoots, H.PathWinding, H.PathIterator, H._PaintRequest, H.RecordingCanvas, H.PaintCommand, H._PaintBounds, H.RenderStrategy, H._WebGlRenderer, H._GlProgram, H._GlContext, H._OffScreenCanvas, H.SurfaceScene, H.SurfaceSceneBuilder, H.NormalizedGradient, H.EngineGradient, H.ShaderBuilder, H.ShaderMethod, H.ShaderDeclaration, H.PersistedSurfaceState, H._PersistedSurfaceMatch, H.HtmlCodec, H.SingleFrameInfo, H.HtmlImage, H.Keyboard, H.KeyboardBinding, H.FlutterHtmlKeyboardEvent, H.KeyboardConverter, H.MouseCursor, H.BrowserHistory, H.UrlStrategy, H.PlatformLocation, H.EnginePictureRecorder, H.EnginePicture, P.PlatformDispatcher, H.PointerBinding, H.PointerSupportDetector, H._BaseAdapter, H._WheelEventListenerMixin, H._SanitizedDetails, H._ButtonSanitizer, H._PointerState, H.PointerDataConverter, H.Profiler, H.Instrumentation, H.AccessibilityAnnouncements, H._CheckableKind, H.RoleManager, H.SemanticsUpdate, H.SemanticsNodeUpdate, H.Role, H.SemanticsObject, H.AccessibilityMode, H.GestureMode, H.EngineSemanticsOwner, H.EnabledState, H.SemanticsHelper, H.SemanticsEnabler, H.DefaultTextEditingStrategy, P._ListBase_Object_ListMixin, H.MethodCall0, H.JSONMessageCodec, H.JSONMethodCodec, H.StandardMessageCodec, H.StandardMethodCodec, H.WriteBuffer0, H.ReadBuffer0, H.SurfaceShadowData, H.CanvasParagraph, H.FlatTextSpan, H.StyleNode, H.CanvasParagraphBuilder, H.FontCollection, H.FontManager, H.TextLayoutService, H.RangeBox, H.LineSegment, H.LineBuilder, H.Spanometer, H.LineCharProperty, H.LineBreakType, H.LineBreakResult, H.RulerHost, H.TextMeasurementService, H.LinesCalculator, H.MaxIntrinsicCalculator, H.TextPaintService, H.EngineLineMetrics, H.DomParagraph, H.EngineParagraphStyle, H.EngineTextStyle, H.EngineStrutStyle, H.DomParagraphBuilder, H.ParagraphGeometricStyle, H.TextHeightStyle, H.TextDimensions, H.TextHeightRuler, H.ParagraphRuler, H.MeasurementResult, H._ComparisonResult, H.UnicodeRange, H.UnicodePropertyLookup, H.WordCharProperty, H._FindBreakDirection, H.BrowserAutofillHints, H.EngineInputType, H.TextCapitalization, H.TextCapitalizationConfig, H.EngineAutofillForm, H.AutofillInfo, H.EditingState, H.InputConfiguration, H.TextInputCommand, H.TextEditingChannel, H.HybridTextEditing, H.EditableTextStyle, H.EditableTextGeometry, H.TransformKind, H.Matrix40, H.Vector30, H.WebExperiments, P.FlutterView, H.WindowPadding, H.JS_CONST, H.HttpException, H._HeaderValue, J.ArrayIterator, H._CopyingBytesBuilder, H.CastIterator, P.MapMixin, H.ListIterator, P.Iterator, H.ExpandIterator, H.EmptyIterator, H.FollowedByIterator, H.WhereTypeIterator, H.FixedLengthListMixin, H.UnmodifiableListMixin, H.Symbol, P.MapView, H.ConstantMap, H.JSInvocationMirror, H.TypeErrorDecoder, H.NullThrownFromJavaScriptException, H.ExceptionAndStackTrace, H._StackTrace, H._Required, H.LinkedHashMapCell, H.LinkedHashMapKeyIterator, H.JSSyntaxRegExp, H._MatchImplementation, H._AllMatchesIterator, H.StringMatch, H._StringAllMatchesIterator, H.Rti, H._FunctionParameters, H._Type, P._TimerImpl, P._AsyncAwaitCompleter, P._AsyncStarStreamController, P._IterationMarker, P._SyncStarIterator, P.AsyncError, P.Stream, P._BufferingStreamSubscription, P._BroadcastStreamController, P.TimeoutException, P._Completer, P._FutureListener, P._Future, P._AsyncCallbackEntry, P.StreamSubscription, P.StreamTransformerBase, P._StreamController, P._SyncStreamControllerDispatch, P._AsyncStreamControllerDispatch, P._StreamSinkWrapper0, P._AddStreamState, P._PendingEvents, P._DelayedEvent, P._DelayedDone, P._DoneStreamSubscription, P._BroadcastSubscriptionWrapper, P._StreamIterator, P._EventSinkWrapper, P._HandlerEventSink, P._ZoneFunction, P._RunNullaryZoneFunction, P._RunUnaryZoneFunction, P._RunBinaryZoneFunction, P._RegisterNullaryZoneFunction, P._RegisterUnaryZoneFunction, P._RegisterBinaryZoneFunction, P._ZoneSpecification, P._ZoneDelegate, P._Zone, P._HashMapKeyIterator, P.__SetBase_Object_SetMixin, P._HashSetIterator, P._LinkedHashSetCell, P._LinkedHashSetIterator, P.IterableMixin, P._LinkedListIterator, P.LinkedListEntry, P.ListMixin, P._MapBaseValueIterator, P._UnmodifiableMapMixin, P._DoubleLink, P._DoubleLinkedQueueIterator, P._ListQueueIterator, P.SetMixin, P._UnmodifiableSetMixin, P._SplayTreeNode, P._SplayTree, P._SplayTreeIterator, P.Codec0, P._Base64Encoder, P._Base64Decoder, P.ChunkedConversionSink, P._JsonStringifier, P._JsonPrettyPrintMixin, P._Utf8Encoder, P._Utf8Decoder, P._BigIntImpl, P.Comparable, P.DateTime, P.Duration, P.OutOfMemoryError, P.StackOverflowError, P._Exception, P.FormatException, P.IntegerDivisionByZeroException, P.Expando, P.MapEntry, P.Null, P._StringStackTrace, P.Stopwatch, P.RuneIterator, P.StringBuffer, P._Uri, P.UriData, P._SimpleUri, P.ServiceExtensionResponse, P.TimelineTask, P._AsyncBlock, W.CssStyleDeclarationBase, W._WrappedEvent, W._BeforeUnloadEventStreamProvider, W.EventStreamProvider, W._Html5NodeValidator, W.ImmutableListMixin, W.NodeValidatorBuilder, W._SimpleNodeValidator, W._SvgNodeValidator, W.FixedSizeListIterator, W.Console, W._DOMWindowCrossFrame, W._SameOriginUriPolicy, W._ValidatingTreeSanitizer, P._StructuredClone, P._AcceptStructuredClone, P.OSError, P.FileSystemEntity, P.FileMode, P.FileSystemException, P.FileSystemEntityType, P.JsObject, P.NullRejectionException, P._JSRandom, P._Random, P.Point, P._RectangleBase, P.Endian, P.ClipOp, P.PathFillType, P._StoredMessage, P._Channel, P.ChannelBuffers, P.OffsetBase, P.Rect, P.Radius, P.RRect, P._HashEnd, P.KeyEventType, P.KeyData, P.Color, P.StrokeCap, P.StrokeJoin, P.PaintingStyle, P.BlendMode, P.Clip, P.BlurStyle, P.MaskFilter, P.FilterQuality, P.ImageByteFormat, P.Shadow, P.PlatformConfiguration, P.ViewConfiguration, P.FrameTiming, P.AppLifecycleState, P.Locale, P.PointerChange, P.PointerDeviceKind, P.PointerSignalKind, P.PointerData, P.PointerDataPacket, P.SemanticsAction, P.SemanticsFlag, P.SemanticsUpdateBuilder, P.FontStyle, P.PlaceholderAlignment, P.FontWeight, P.FontFeature, P.TextAlign, P.TextBaseline, P.TextDecoration, P.TextDecorationStyle, P.TextDirection, P.TextBox, P.TextAffinity, P.TextPosition, P.TextRange, P.ParagraphConstraints, P.BoxHeightStyle, P.BoxWidthStyle, P.TileMode, P.AccessibilityFeatures, P.Brightness, P.CallbackHandle, P.PlatformViewRegistry, D.GZipEncoder, T.InputStreamBase, Q.OutputStreamBase, T.Deflate, T._DeflaterConfig, T._HuffmanTree, T._StaticTree, Y.HuffmanTable, S.Inflate, Y._DiagnosticableTree_Object_Diagnosticable, N._State_Object_Diagnosticable, Q.BoardViewController, Q.CopyOnWriteList, A.CopyOnWriteSet, D.BuiltList, D.ListBuilder, R.BuiltListMultimap, R.ListMultimapBuilder, A.BuiltMap, A.MapBuilder, X.BuiltSet, X.SetBuilder, M.BuiltSetMultimap, M.SetMultimapBuilder, Y.EnumClass, Y.IndentingBuiltValueToStringHelper, A.JsonObject, U.FullType, O.BigIntSerializer, R.BoolSerializer, Y.BuiltJsonSerializers, Y.BuiltJsonSerializersBuilder, R.BuiltListMultimapSerializer, K.BuiltListSerializer, K.BuiltMapSerializer, R.BuiltSetMultimapSerializer, O.BuiltSetSerializer, Z.DateTimeSerializer, D.DoubleSerializer, K.DurationSerializer, Q.Int64Serializer, B.IntSerializer, O.JsonObjectSerializer, S.NullSerializer, K.NumSerializer, K.RegExpSerializer, M.StringSerializer, O.UriSerializer, T.StandardJsonPlugin, M.ImageProvider, Z.ImageRenderMethodForWeb, L._ImageStreamCompleter_Object_Diagnosticable, T.StringCharacterRange, A.Breaks, A.BackBreaks, X.BaseChart0, B.BaseSeriesRenderer, B.BaseBarRendererElement, B.BaseAnimatedBar, X.LayoutViewConfig, T.ConstCornerStrategy, A.BarGroupingType, M.AxisOrientation, M.ImmutableAxis, S.Tick, V.CollisionReport, R.BaseRenderSpec, R.BaseTickDrawStrategy, R._PixelVerticalDirection, Y.NoneDrawStrategy, K.LinearScale, U.LinearScaleDomainInfo, A.LinearScaleFunction, O.LinearScaleViewportSettings, L.NumericExtents, K.BaseTickProvider, A._TickStepInfo, A.OrdinalScaleDomainInfo, B.Scale, B.ScaleOutputExtent, B.RangeBandType, B.RangeBandConfig, B.StepSizeType, B.StepSizeConfig, B.Extents, E.SimpleOrdinalScale, T.AxisSpec, T.TextStyleSpec, T.LineStyleSpec, T.TickLabelAnchor, T.TickLabelJustification, B.SimpleTickFormatterBase, O.AutoAdjustingDateTimeTickProvider, D.BaseTimeStepper, D._TimeStepIteratorImpl, F.DateTimeTickFormatter, R.TimeTickFormatterImpl, R.CalendarField, X.LifecycleListener, O.BehaviorPosition, O.OutsideJustification, O.InsideJustification, O.DomainHighlighter0, D.Legend, D.LegendState, D.LegendTapHandling, K.LegendEntryBase, O.LegendDefaultMeasure, V.PerSeriesLegendEntryGenerator, E.LinePointHighlighter0, X.LayoutView, K.NullablePoint, E._PointRendererElement, E._AnimatedPoint, E.LinePointHighlighterFollowLineType, Z.SelectNearest0, Z.SelectionMode, S.SelectionTrigger, G.CanvasRect, G.CanvasBarStack, S.FillPatternType, L.DatumDetails, N.ImmutableSeries, D.SelectionModel, D.SelectionModelType, R.SeriesDatum, O.TypedRegistry, N.IdentityConverter, M.LayoutConfig, M.MarginSpec, D.LayoutManagerImpl, D._MeasuredSizes, B.SizeList, B._DesiredViewSizes, B.VerticalMarginStrategy, B.HorizontalMarginStrategy, X.LayoutPosition, X.ViewMargin, X.ViewMeasuredSizes, T._LineRendererElement, T._AnimatedLine, T._AreaRendererElement, T._AnimatedArea, T._AnimatedElements, T._Range, K.Color0, Z.LocalDateTimeFactory, N.GestureListener, A.Palette, G.ProxyGestureListener, D.MaterialStyle, M.StyleFactory, B.BaseSymbolRenderer, Q.TextDirection0, Q.MaxWidthStrategy, X.TextMeasurement, O.TypedKey, F.Series, O.ChartBehavior, O.GestureType, Y.BaseLegendContentBuilder, M.SimpleLegendEntryLayout, L.TabularLegendLayout, S.ChartCanvas, B.AbstractNode, B.Listenable, K.ChartGestureDetector, A.GraphicsFactory, X.LineStyle, F.SelectionModelConfig, B.SymbolRendererCanvas, Q.TextElement, A.TextStyle0, B.MultiChildLayoutDelegate, E._HorizontalJustification, E.Clock, M.CanonicalizedMap, U.DefaultEquality, U.IterableEquality, U.ListEquality, U._UnorderedEquality, U._MapEntry, U.MapEquality, U.DeepCollectionEquality, Y.HeapPriorityQueue, R.XFileBase, D.Enum, E.Clock0, U.MemoryFileSystemEntity, T._FileSink, M.MemoryFileStat, E.FileSystem0, B.Node0, Z.FileSystemOp, O.FileSystemStyle, R.DirectoryAddOnsMixin, S._LinuxCodes, S._MacOSCodes, S._WindowsCodes, E.PlatformInterface, G.FileType, K.FilePickerResult, T.PlatformFile, V.Int64, X.AnimationStatus, G._AnimationDirection, G.AnimationBehavior, T.Simulation, S.AnimationWithParentMixin, S._TrainHoppingMode, Z.ParametricCurve, S.AnimationLazyListenerMixin, S.AnimationEagerListenerMixin, S.AnimationLocalListenersMixin, S.AnimationLocalStatusListenersMixin, R.Animatable, Y.TweenSequenceItem, Y._Interval, F.TextSelectionControls, T._IconThemeData_Object_Diagnosticable, K.CupertinoUserInterfaceLevelData, L.LocalizationsDelegate, L.DefaultCupertinoLocalizations, D._CupertinoBackGestureController, Z._Decoration_Object_Diagnosticable, Z.BoxPainter, R._CupertinoTextThemeData_Object_Diagnosticable, R._TextThemeDefaultsBuilder, K.NoDefaultCupertinoThemeData, K._CupertinoThemeDefaults, K._CupertinoTextThemeDefaults, A.CupertinoThumbPainter, Y.DiagnosticsNode, U._FlutterErrorDetails_Object_Diagnosticable, N.BindingBase, B.ChangeNotifier, Y.DiagnosticLevel, Y.DiagnosticsTreeStyle, Y.TextTreeConfiguration, Y._WordWrapParseMode, Y._PrefixedStringBuilder, Y._NoDefaultValue, Y.TextTreeRenderer, Y.DiagnosticPropertiesBuilder, Y.Diagnosticable, Y.DiagnosticableTreeMixin, D.Key, D._TypeLiteral, F.LicenseParagraph, F.LicenseEntry, F._LicenseEntryWithLineBreaksParserState, T.TargetPlatform, G.WriteBuffer, G.ReadBuffer, R.StackFrame, O.SynchronousFuture, D.GestureDisposition, D.GestureArenaMember, D.GestureArenaEntry, D._GestureArena, D.GestureArenaManager, N._Resampler, N.GestureBinding, V.Drag, O.DragDownDetails, O.DragStartDetails, O.DragUpdateDetails, O.DragEndDetails, F._PointerEvent_Object_Diagnosticable, F._PointerEventDescription, F._AbstractPointerEvent, F._CopyPointerAddedEvent, F._CopyPointerRemovedEvent, F._CopyPointerHoverEvent, F._CopyPointerEnterEvent, F._CopyPointerExitEvent, F._CopyPointerDownEvent, F._CopyPointerMoveEvent, F._CopyPointerUpEvent, F._CopyPointerScrollEvent, F._CopyPointerCancelEvent, K._ForceState, K.ForcePressDetails, O.HitTestEntry, O._TransformPart, O.HitTestResult, T.LongPressStartDetails, T.LongPressMoveUpdateDetails, T.LongPressEndDetails, B._Vector, B._Matrix, B.PolynomialFit, B.LeastSquaresSolver, O._DragState, V.MultiDragPointerState, F._CountdownZoned, F._TapTracker, O.PointerRouter, G.PointerSignalResolver, S.DragStartBehavior, S.GestureRecognizerState, S.OffsetPair, B._ScaleState, B.ScaleStartDetails, B.ScaleUpdateDetails, B.ScaleEndDetails, B._LineBetweenPointers, N.TapDownDetails, N.TapUpDetails, V._CombiningGestureArenaEntry, V.GestureArenaTeam, R.Velocity, R.VelocityEstimate, R._PointAtTime, R.VelocityTracker, A._LicenseData, A._DetailArguments, A._ActionLevel, A._LayoutMode, A._Focus, A._MasterDetailFlowProxy, S.ThemeMode, K.ScrollBehavior, T.SingleChildLayoutDelegate, U.SliverPersistentHeaderDelegate, V._AppBarTheme_Object_Diagnosticable, D._CornerId, D._Diagonal, Q._MaterialBannerThemeData_Object_Diagnosticable, D._BottomAppBarTheme_Object_Diagnosticable, M._BottomNavigationBarThemeData_Object_Diagnosticable, X._BottomSheetThemeData_Object_Diagnosticable, M._ButtonBarThemeData_Object_Diagnosticable, A._ButtonStyle_Object_Diagnosticable, A._LerpProperties3, A._LerpSides, A._LerpShapes, A._MouseCursor_Object_Diagnosticable, M.ButtonTextTheme, M.ButtonBarLayoutBehavior, M._ButtonThemeData_Object_Diagnosticable, B.SliverGridDelegate, A._CardTheme_Object_Diagnosticable, F._CheckboxThemeData_Object_Diagnosticable, F._LerpProperties1, K._ChipThemeData_Object_Diagnosticable, A._ColorScheme_Object_Diagnosticable, S.DataColumn, S.DataRow, S.DataCell, S.TableColumnWidth, Z._DataTableThemeData_Object_Diagnosticable, Z._LerpProperties2, Q.DatePickerEntryMode, Q.DatePickerMode, K.Route, Y._DialogTheme_Object_Diagnosticable, G._DividerThemeData_Object_Diagnosticable, Z.DrawerAlignment, K._DropdownRouteResult, K._MenuLimits, V.MaterialStateProperty, T._ElevatedButtonThemeData_Object_Diagnosticable, D.ExpansionPanel, E._DefaultHeroTag, A.FloatingActionButtonLocation, A.FabTopOffsetY, A.FabFloatOffsetY, A.FabDockedOffsetY, A.FabEndOffsetX, A.FloatingActionButtonAnimator, S._FloatingActionButtonThemeData_Object_Diagnosticable, M.InkFeature, R.InteractiveInkFeatureFactory, R._HighlightType, Y.ShapeBorder, L.FloatingLabelBehavior, L._DecorationSlot, L._Decoration, L._RenderDecorationLayout, L.InputDecoration, L._InputDecorationTheme_Object_Diagnosticable, Q.ListTileStyle, Q.ListTileControlAffinity, Q._ListTileSlot, M.MaterialType, U.DefaultMaterialLocalizations, V.MaterialState, V._MaterialStatePropertyWith, V._MaterialStatePropertyAll, B.MergeableMaterialItem, B._AnimationTuple, E._NavigationRailThemeData_Object_Diagnosticable, U._OutlinedButtonThemeData_Object_Diagnosticable, V.MaterialRouteTransitionMixin, K.PageTransitionsBuilder, K._PageTransitionsTheme_Object_Diagnosticable, R._PopupMenuThemeData_Object_Diagnosticable, U._ActivityIndicatorType, T._RadioThemeData_Object_Diagnosticable, T._LerpProperties0, N._RefreshIndicatorMode, N.RefreshIndicatorTriggerMode, M._ScaffoldSlot, M.ScaffoldPrelayoutGeometry, M.ScaffoldGeometry, K.Constraints, M.ScaffoldFeatureController, X._ScrollbarThemeData_Object_Diagnosticable, X._LerpProperties4, F.TextSelectionGestureDetectorBuilder, Q._SliderThemeData_Object_Diagnosticable, N.SnackBarClosedReason, K._SnackBarThemeData_Object_Diagnosticable, N._SwitchType, O._SwitchListTileType, R._SwitchThemeData_Object_Diagnosticable, R._LerpProperties, U._TabBarTheme_Object_Diagnosticable, T._TextButtonThemeData_Object_Diagnosticable, R._TextSelectionThemeData_Object_Diagnosticable, R._TextTheme_Object_Diagnosticable, X.MaterialTapTargetSize, X._ThemeData_Object_Diagnosticable, X._IdentityThemeDataCacheKey, X._FifoCache, X._VisualDensity_Object_Diagnosticable, Z.DayPeriod, Z.TimeOfDay, Z.TimeOfDayFormat, Z.HourFormat, M._TimePickerMode, M.TimePickerEntryMode, M._TimePickerFragmentContext, M._TappableLabel, A._TimePickerThemeData_Object_Diagnosticable, S._ToggleButtonsThemeData_Object_Diagnosticable, F.ToggleableStateMixin, T._TooltipThemeData_Object_Diagnosticable, U.ScriptCategory, U._Typography_Object_Diagnosticable, K.AlignmentGeometry, K.TextAlignVertical, G.RenderComparison, G.Axis0, G.VerticalDirection, G.AxisDirection, N.PaintingBinding, K.BorderRadiusGeometry, Y.BorderStyle, Y.BorderSide, F.BoxShape, U.BoxFit, U.FittedSizes, Z.ClipContext, E.ImageSizeInfo, X.ImageRepeat, X.DecorationImage, X.DecorationImagePainter, V.EdgeInsetsGeometry, E.ImageCache, E._CachedImageBase, E._PendingImage, M.ImageConfiguration, M.AssetBundleImageKey, L.ImageInfo, L.ImageStreamListener, L._ImageChunkEvent_Object_Diagnosticable, L._ImageStream_Object_Diagnosticable, L.ImageStreamCompleterHandle, G.Accumulator, G.InlineSpanSemanticsInformation, V.NotchedShape, D.ShaderWarmUp, M._StrutStyle_Object_Diagnosticable, U.PlaceholderDimensions, U.TextWidthBasis, U._CaretMetrics, U.TextPainter, A._TextStyle_Object_Diagnosticable, M.SpringDescription, M.SpringType, M._CriticalSolution, M._OverdampedSolution, M._UnderdampedSolution, N.Tolerance, F.RenderAnimatedSizeState, N.RendererBinding, K.ParentData, S._IntrinsicDimension, S._IntrinsicDimensionsCacheEntry, S.RenderBoxContainerDefaultsMixin, V.CustomPainterSemantics, T.DebugOverflowIndicatorMixin, D.TextSelectionPoint, F.FlexFit, F.MainAxisSize, F.MainAxisAlignment, F.CrossAxisAlignment, F._LayoutSizes, T.AnnotationEntry, T.AnnotationResult, T.LayerLink, A._MouseState, A.__MouseTrackerUpdateDetails_Object_Diagnosticable, K.SemanticsHandle, K.PipelineOwner, K.RenderObjectWithChildMixin, K.ContainerParentDataMixin, K.ContainerRenderObjectMixin, K.RelayoutWhenSystemFontsChangeMixin, K._SemanticsFragment, K._SemanticsGeometry, Q.TextOverflow, G.PlatformViewHitTestBehavior, G._PlatformViewGestureMixin, E.RenderProxyBoxMixin, E.HitTestBehavior, E.RenderAnimatedOpacityMixin, E.DecorationPosition, G.GrowthDirection, G._SliverGeometry_Object_Diagnosticable, G.RenderSliverHelpers, B.SliverGridGeometry, B.SliverGridLayout, F.KeepAliveParentDataMixin, F.RenderSliverWithKeepAliveMixin, U.PersistentHeaderShowOnScreenConfiguration, K.RelativeRect, K.StackFit, K.Overflow, S.TableCellVerticalAlignment, A.ViewConfiguration0, Q.CacheExtentStyle, Q.RevealedOffset, N.ScrollDirection, N.WrapAlignment, N.WrapCrossAlignment, N._RunMetrics, N._TaskEntry, N._FrameCallbackEntry, N.SchedulerPhase, N.SchedulerBinding, V.Priority, M.Ticker, M.TickerFuture, M.TickerCanceled, N.SemanticsBinding, A.SemanticsTag, A.CustomSemanticsAction, A._SemanticsData_Object_Diagnosticable, A._BoxEdge, A._TraversalSortNode, A.SemanticsConfiguration, A.DebugSemanticsDumpOrder, A._SemanticsSortKey_Object_Diagnosticable, E.SemanticsEvent, Q.AssetBundle, F.AutofillConfiguration, N.TextInputConfiguration, F.AutofillScopeMixin, Q.BinaryMessenger, N.ServicesBinding, T.ClipboardData, G._KeyboardKey_Object_Diagnosticable, F.MethodCall, F.PlatformException, F.MissingPluginException, U.StringCodec, U.JSONMessageCodec0, U.JSONMethodCodec0, U.StandardMessageCodec0, U.StandardMethodCodec0, A.MouseCursorManager, A.MouseCursorSession, A.BasicMessageChannel, A.MethodChannel, A.EventChannel, R.PlatformViewsRegistry, R.PlatformViewController, B.KeyboardSide, B.ModifierKey, B.RawKeyEventData, B._RawKeyEvent_Object_Diagnosticable, B.RawKeyboard, B._ModifierSidePair, K.RestorationBucket, X.ApplicationSwitcherDescription, X.SystemUiOverlayStyle, V.SystemSoundType, B.MaxLengthEnforcement, B.TextInputFormatter, N.SmartDashesType, N.SmartQuotesType, N.TextInputType, N.TextInputAction, N.TextCapitalization0, N.FloatingCursorDragState, N.TextEditingValue, N.SelectionChangedCause, N.TextSelectionDelegate, N.TextInputConnection, N.TextInput, U._Intent_Object_Diagnosticable, U._Action_Object_Diagnosticable, U._ActionDispatcher_Object_Diagnosticable, U.CrossFadeState, G._ChildEntry, B.ConnectionState, B.AsyncSnapshot, F.AutofillContextAction, U.Notification0, L.AutomaticKeepAliveClientMixin, N.WidgetsBindingObserver, N.WidgetsBinding, K.DisposableBuildContext, S._DraggableSheetExtent, D.ToolbarOptions, O.KeyEventResult, O.FocusAttachment, O.UnfocusDisposition, O._FocusNode_Object_DiagnosticableTreeMixin, O.FocusHighlightMode, O.FocusHighlightStrategy, O._FocusManager_Object_DiagnosticableTreeMixin, U._FocusTraversalGroupInfo, U.TraversalDirection, U._FocusTraversalPolicy_Object_Diagnosticable, U._DirectionalPolicyDataEntry, U._DirectionalPolicyData, U.DirectionalFocusTraversalPolicyMixin, U.__ReadingOrderSortData_Object_Diagnosticable, U.__ReadingOrderDirectionalGroupData_Object_Diagnosticable, A.AutovalidateMode, N._StateLifecycle, N._ElementLifecycle, N._InactiveElements, N.BuildOwner, N.DebugCreator, N.IndexedSlot, D.GestureRecognizerFactory, D.SemanticsGestureDelegate, T.HeroFlightDirection, T._HeroFlightManifest, T._HeroFlight, K.NavigatorObserver, X.IconData, M.CapturedThemes, A.RenderConstrainedLayoutBuilder, L._Pending, L.DefaultWidgetsLocalizations, F.Orientation, F.MediaQueryData, F.NavigationMode, E._ToolbarSlot, K.RoutePopDisposition, K.RouteSettings, K.RouteTransitionRecord, K.TransitionDelegate, K._RouteLifecycle, K._NavigatorObservation, K._RouteRestorationType, K._RestorationInformation, E.OverflowBarAlignment, L._GlowState, S._StorageEntryIdentifier, S.PageStorageBucket, M._FixedScrollMetrics_Object_ScrollMetrics, L.ScrollPhysics, G.PlatformViewCreationParams, K.RestorationMixin, Z.RouteInformation, T.LocalHistoryEntry, T.LocalHistoryRoute, M.ScrollActivity, M.ScrollDragController, K._WrappedScrollBehavior, M.ScrollMetrics, G.ViewportNotificationMixin, A.ScrollPositionAlignmentPolicy, Y._NBSample, B.ScrollViewKeyboardDismissBehavior, F.ScrollableDetails, F.ScrollIncrementType, X.KeySet, G.SliverChildDelegate, U._RenderSliverPersistentHeaderForWidgetsMixin, S.TableRow, S._TableElementRow, S.__TableSlot_Object_Diagnosticable, F.TextSelectionHandleType, F._TextSelectionHandlePosition, F.TextSelectionOverlay, U.SingleTickerProviderStateMixin, U.TickerProviderStateMixin, N._WidgetInspectorService, N.WidgetInspectorService, N._ElementLocationStatsTracker, N.InspectorSelection, Y.CacheManager, V.ImageCacheManager, D.CacheStore, R.Config, V.FileResponse, A.NonStoringObjectProvider, T.CacheObject, M.MemoryCacheSystem, E.FileService, E.HttpGetResponse, B.QueueItem, Q.WebHelper, Y.GlobalCupertinoLocalizations, U.GlobalMaterialLocalizations, B.GlobalWidgetsLocalizations, A.SlidableRenderingMode, A.SlideActionType, A.SlideActionDelegate, Z.StyledToastPosition, Z.StyledToastAnimation, Q.ToastFuture, Q.ToastManager, L.SuggestionsBoxDecoration, L.TextFieldConfiguration, L._SuggestionsBox, K.GoogleSignInAuthentication, K.GoogleSignInAccount, K.GoogleSignIn, X.GoogleSignInPlatform, G.SignInOption, G.GoogleSignInUserData, G.GoogleSignInTokenData, E.BaseClient, G.BaseRequest, T.BaseResponse, E.ClientException, K.MultipartFile, R.MediaType, L.ImagePicker, Q.CameraDevice, E.ImageSource, B.DateSymbols, B.NumberSymbols, S.DateBuilder, A.DateFormat, A._DateFormatField, U.IntlStream, S.NumberFormat, Q.NumberFormatParseResult, Q.NumberFormatParser, K.StringIterator, X.UninitializedLocaleData, X.LocaleDataException, E.PluralCase, E.InvoiceStatusColors, E.RecurringInvoiceStatusColors, E.CreditStatusColors, E.QuoteStatusColors, E.PaymentStatusColors, E.ExpenseStatusColors, S.FileStorage, O.AccountEntity, O._$AccountEntitySerializer, O.AccountEntityBuilder, T.ClientListResponse, T.ClientItemResponse, T._ClientEntity_Object_BaseEntity, T._ContactEntity_Object_BaseEntity, T._$ClientListResponseSerializer, T._$ClientItemResponseSerializer, T._$ClientEntitySerializer, T._$ContactEntitySerializer, T.ClientListResponseBuilder, T.ClientItemResponseBuilder, T.ClientEntityBuilder, T.ContactEntityBuilder, O.CompanyGatewayListResponse, O.CompanyGatewayItemResponse, O._CompanyGatewayEntity_Object_BaseEntity, O.FeesAndLimitsSettings, O._$CompanyGatewayListResponseSerializer, O._$CompanyGatewayItemResponseSerializer, O._$CompanyGatewayEntitySerializer, O._$FeesAndLimitsSettingsSerializer, O.CompanyGatewayListResponseBuilder, O.CompanyGatewayItemResponseBuilder, O.CompanyGatewayEntityBuilder, O.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, D.CreditListResponse, D.CreditItemResponse, D._$CreditListResponseSerializer, D._$CreditItemResponseSerializer, D.CreditListResponseBuilder, D.CreditItemResponseBuilder, F.DashboardSettings, F._$DateRangeSerializer, F._$DateRangeComparisonSerializer, D.DesignListResponse, D.DesignItemResponse, D.DesignPreviewRequest, D._DesignEntity_Object_BaseEntity, D._$DesignListResponseSerializer, D._$DesignItemResponseSerializer, D._$DesignPreviewRequestSerializer, D._$DesignEntitySerializer, D.DesignListResponseBuilder, D.DesignItemResponseBuilder, D.DesignPreviewRequestBuilder, D.DesignEntityBuilder, D.DocumentListResponse, D.DocumentItemResponse, D._DocumentEntity_Object_BaseEntity, D._$DocumentListResponseSerializer, D._$DocumentItemResponseSerializer, D._$DocumentEntitySerializer, D.DocumentListResponseBuilder, D.DocumentItemResponseBuilder, D.DocumentEntityBuilder, T.EntityStatus, T.EntityStats, T.SelectableEntity, T.BaseEntity, T.BelongsToClient, T.LoginResponse, T.ActivityEntity, T.LedgerEntity, T._$EntityTypeSerializer, T._$EntityStateSerializer, T._$EmailTemplateSerializer, T._$LoginResponseSerializer, T._$ActivityEntitySerializer, T._$LedgerEntitySerializer, T.LoginResponseBuilder, T.ActivityEntityBuilder, T.LedgerEntityBuilder, R.ExpenseCategoryListResponse, R.ExpenseCategoryItemResponse, R._ExpenseCategoryEntity_Object_BaseEntity, R._$ExpenseCategoryListResponseSerializer, R._$ExpenseCategoryItemResponseSerializer, R._$ExpenseCategoryEntitySerializer, R.ExpenseCategoryListResponseBuilder, R.ExpenseCategoryItemResponseBuilder, R.ExpenseCategoryEntityBuilder, M.ExpenseListResponse, M.ExpenseItemResponse, M._ExpenseEntity_Object_BaseEntity, M.ExpenseScheduleEntity, M._ExpenseStatusEntity_Object_EntityStatus, M._$ExpenseListResponseSerializer, M._$ExpenseItemResponseSerializer, M._$ExpenseEntitySerializer, M._$ExpenseScheduleEntitySerializer, M._$ExpenseStatusEntitySerializer, M.ExpenseListResponseBuilder, M.ExpenseItemResponseBuilder, M.ExpenseEntityBuilder, M.ExpenseScheduleEntityBuilder, M.ExpenseStatusEntityBuilder, N.GatewayTokenListResponse, N.GatewayTokenItemResponse, N._GatewayTokenEntity_Object_BaseEntity, N.GatewayTokenMetaEntity, N._$GatewayTokenListResponseSerializer, N._$GatewayTokenItemResponseSerializer, N._$GatewayTokenEntitySerializer, N._$GatewayTokenMetaEntitySerializer, N.GatewayTokenListResponseBuilder, N.GatewayTokenItemResponseBuilder, N.GatewayTokenEntityBuilder, N.GatewayTokenMetaEntityBuilder, Q.GroupListResponse, Q.GroupItemResponse, Q._GroupEntity_Object_BaseEntity, Q._$GroupListResponseSerializer, Q._$GroupItemResponseSerializer, Q._$GroupEntitySerializer, Q.GroupListResponseBuilder, Q.GroupItemResponseBuilder, Q.GroupEntityBuilder, U.HealthCheckResponse, U.HealthCheckPHPResponse, U._$HealthCheckResponseSerializer, U._$HealthCheckPHPResponseSerializer, U.HealthCheckResponseBuilder, U.HealthCheckPHPResponseBuilder, B.PreImportResponse, B.PreImportResponseEntityDetails, B.ImportRequest, B.ImportRequestMapping, B._$PreImportResponseSerializer, B._$PreImportResponseEntityDetailsSerializer, B._$ImportRequestSerializer, B._$ImportRequestMappingSerializer, B.PreImportResponseBuilder, B.PreImportResponseEntityDetailsBuilder, B.ImportRequestBuilder, B.ImportRequestMappingBuilder, Q.InvoiceListResponse, Q.InvoiceItemResponse, Q._InvoiceEntity_Object_BaseEntity, Q.InvoiceItemEntity, Q._InvitationEntity_Object_BaseEntity, Q.InvoiceScheduleEntity, Q.InvoiceHistoryEntity, Q._$InvoiceListResponseSerializer, Q._$InvoiceItemResponseSerializer, Q._$InvoiceEntitySerializer, Q._$InvoiceItemEntitySerializer, Q._$InvitationEntitySerializer, Q._$InvoiceScheduleEntitySerializer, Q._$InvoiceHistoryEntitySerializer, Q.InvoiceListResponseBuilder, Q.InvoiceItemResponseBuilder, Q.InvoiceEntityBuilder, Q.InvoiceItemEntityBuilder, Q.InvitationEntityBuilder, Q.InvoiceScheduleEntityBuilder, Q.InvoiceHistoryEntityBuilder, X.CalculateInvoiceTotal, F.PaymentListResponse, F.PaymentItemResponse, F._PaymentEntity_Object_BaseEntity, F._PaymentableEntity_Object_SelectableEntity, F._$PaymentListResponseSerializer, F._$PaymentItemResponseSerializer, F._$PaymentEntitySerializer, F._$PaymentableEntitySerializer, F.PaymentListResponseBuilder, F.PaymentItemResponseBuilder, F.PaymentEntityBuilder, F.PaymentableEntityBuilder, X.PaymentTermListResponse, X.PaymentTermItemResponse, X._PaymentTermEntity_Object_BaseEntity, X._$PaymentTermListResponseSerializer, X._$PaymentTermItemResponseSerializer, X._$PaymentTermEntitySerializer, X.PaymentTermListResponseBuilder, X.PaymentTermItemResponseBuilder, X.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, G.SettingsEntity, G._$SettingsEntitySerializer, G.SettingsEntityBuilder, A.ColorTheme, L.CountryListResponse, L.CountryItemResponse, L._CountryEntity_Object_SelectableEntity, L._$CountryListResponseSerializer, L._$CountryItemResponseSerializer, L._$CountryEntitySerializer, L.CountryListResponseBuilder, L.CountryItemResponseBuilder, L.CountryEntityBuilder, O.CurrencyListResponse, O.CurrencyItemResponse, O._CurrencyEntity_Object_SelectableEntity, O._$CurrencyListResponseSerializer, O._$CurrencyItemResponseSerializer, O._$CurrencyEntitySerializer, O.CurrencyListResponseBuilder, O.CurrencyItemResponseBuilder, O.CurrencyEntityBuilder, M.DateFormatListResponse, M.DateFormatItemResponse, M._DateFormatEntity_Object_SelectableEntity, M._$DateFormatListResponseSerializer, M._$DateFormatItemResponseSerializer, M._$DateFormatEntitySerializer, M.DateFormatListResponseBuilder, M.DateFormatItemResponseBuilder, M.DateFormatEntityBuilder, F.DatetimeFormatListResponse, F.DatetimeFormatItemResponse, F.DatetimeFormatEntity, F._$DatetimeFormatListResponseSerializer, F._$DatetimeFormatItemResponseSerializer, F._$DatetimeFormatEntitySerializer, F.DatetimeFormatListResponseBuilder, F.DatetimeFormatItemResponseBuilder, F.DatetimeFormatEntityBuilder, K._FontEntity_Object_SelectableEntity, O.IndustryListResponse, O.IndustryItemResponse, O._IndustryEntity_Object_SelectableEntity, O._$IndustryListResponseSerializer, O._$IndustryItemResponseSerializer, O._$IndustryEntitySerializer, O.IndustryListResponseBuilder, O.IndustryItemResponseBuilder, O.IndustryEntityBuilder, F._InvoiceStatusEntity_Object_EntityStatus, F._$InvoiceStatusEntitySerializer, F.InvoiceStatusEntityBuilder, A.LanguageListResponse, A.LanguageItemResponse, A._LanguageEntity_Object_SelectableEntity, A._$LanguageListResponseSerializer, A._$LanguageItemResponseSerializer, A._$LanguageEntitySerializer, A.LanguageListResponseBuilder, A.LanguageItemResponseBuilder, A.LanguageEntityBuilder, S.PaymentTypeListResponse, S.PaymentTypeItemResponse, S._PaymentTypeEntity_Object_SelectableEntity, S._$PaymentTypeListResponseSerializer, S._$PaymentTypeItemResponseSerializer, S._$PaymentTypeEntitySerializer, S.PaymentTypeListResponseBuilder, S.PaymentTypeItemResponseBuilder, S.PaymentTypeEntityBuilder, D.SizeListResponse, D.SizeItemResponse, D._SizeEntity_Object_SelectableEntity, D._$SizeListResponseSerializer, D._$SizeItemResponseSerializer, D._$SizeEntitySerializer, D.SizeListResponseBuilder, D.SizeItemResponseBuilder, D.SizeEntityBuilder, S.StaticDataItemResponse, S.StaticDataEntity, S.TemplateEntity, S._$StaticDataItemResponseSerializer, S._$StaticDataEntitySerializer, S._$TemplateEntitySerializer, S.StaticDataItemResponseBuilder, S.StaticDataEntityBuilder, S.TemplateEntityBuilder, U.TimezoneListResponse, U.TimezoneItemResponse, U._TimezoneEntity_Object_SelectableEntity, U._$TimezoneListResponseSerializer, U._$TimezoneItemResponseSerializer, U._$TimezoneEntitySerializer, U.TimezoneListResponseBuilder, U.TimezoneItemResponseBuilder, U.TimezoneEntityBuilder, X.SubscriptionListResponse, X.SubscriptionItemResponse, X._SubscriptionEntity_Object_BaseEntity, X.WebhookConfigurationEntity, X._$SubscriptionListResponseSerializer, X._$SubscriptionItemResponseSerializer, X._$SubscriptionEntitySerializer, X._$WebhookConfigurationEntitySerializer, X.SubscriptionListResponseBuilder, X.SubscriptionItemResponseBuilder, X.SubscriptionEntityBuilder, X.WebhookConfigurationEntityBuilder, F.SystemLogEntity, F._$SystemLogEntitySerializer, F.SystemLogEntityBuilder, D.TaskListResponse, D.TaskItemResponse, D.TaskTime, D._TaskEntity_Object_BaseEntity, D._$TaskListResponseSerializer, D._$TaskItemResponseSerializer, D._$TaskEntitySerializer, D.TaskListResponseBuilder, D.TaskItemResponseBuilder, D.TaskTimeBuilder, D.TaskEntityBuilder, S.TaskStatusListResponse, S.TaskStatusItemResponse, S._TaskStatusEntity_Object_BaseEntity, S._$TaskStatusListResponseSerializer, S._$TaskStatusItemResponseSerializer, S._$TaskStatusEntitySerializer, S.TaskStatusListResponseBuilder, S.TaskStatusItemResponseBuilder, S.TaskStatusEntityBuilder, T.TaxRateListResponse, T.TaxRateItemResponse, T._TaxRateEntity_Object_BaseEntity, T._$TaxRateListResponseSerializer, T._$TaxRateItemResponseSerializer, T._$TaxRateEntitySerializer, T.TaxRateListResponseBuilder, T.TaxRateItemResponseBuilder, T.TaxRateEntityBuilder, D.TokenListResponse, D.TokenItemResponse, D._TokenEntity_Object_BaseEntity, D._$TokenListResponseSerializer, D._$TokenItemResponseSerializer, D._$TokenEntitySerializer, D.TokenListResponseBuilder, D.TokenItemResponseBuilder, D.TokenEntityBuilder, B.UserListResponse, B.UserItemResponse, B.UserTwoFactorResponse, B.UserTwoFactorData, B.UserCompanyItemResponse, B._UserEntity_Object_BaseEntity, B._$UserListResponseSerializer, B._$UserItemResponseSerializer, B._$UserTwoFactorResponseSerializer, B._$UserTwoFactorDataSerializer, B._$UserCompanyItemResponseSerializer, B._$UserEntitySerializer, B.UserListResponseBuilder, B.UserItemResponseBuilder, B.UserTwoFactorResponseBuilder, B.UserTwoFactorDataBuilder, B.UserCompanyItemResponseBuilder, B.UserEntityBuilder, B.VendorListResponse, B.VendorItemResponse, B._VendorEntity_Object_BaseEntity, B._VendorContactEntity_Object_BaseEntity, B._$VendorListResponseSerializer, B._$VendorItemResponseSerializer, B._$VendorEntitySerializer, B._$VendorContactEntitySerializer, B.VendorListResponseBuilder, B.VendorItemResponseBuilder, B.VendorEntityBuilder, B.VendorContactEntityBuilder, E.WebhookListResponse, E.WebhookItemResponse, E._WebhookEntity_Object_BaseEntity, E._$WebhookListResponseSerializer, E._$WebhookItemResponseSerializer, E._$WebhookEntitySerializer, E.WebhookListResponseBuilder, E.WebhookItemResponseBuilder, E.WebhookEntityBuilder, Z.AuthRepository, G.ClientRepository, Z.CompanyGatewayRepository, T.CreditRepository, L.DesignRepository, S.DocumentRepository0, U.ExpenseCategoryRepository, B.ExpenseRepository, E.GroupRepository, T.InvoiceRepository, L.PaymentRepository, V.PaymentTermRepository, X.PersistenceRepository, U.ProductRepository, X.ProjectRepository, U.QuoteRepository, A.RecurringExpenseRepository, N.RecurringInvoiceRepository, Y.SettingsRepository, L.SubscriptionRepository, Y.TaskRepository, X.TaskStatusRepository, B.TaxRateRepository, A.TokenRepository, Q.UserRepository, V.VendorRepository, G.WebhookRepository, F.WebClient, M.PersistUI, M.PersistData, M.SwitchListTableLayout, M.PopLastHistory, M.DismissNativeWarning, M.ViewMainScreen, M.StartSaving, M.StopSaving, M.LoadStaticSuccess, M.ToggleEditorLayout, M.TogglePreviewSidebar, M.UpdateUserPreferences, M.LoadAccountSuccess, M.ResendConfirmation, M.ResendConfirmationFailure, M.ResendConfirmationSuccess, M.RefreshData, M.RefreshDataSuccess, M.RefreshDataFailure, M.PreviewEntity, M.ClearPreviewStack, M.PopPreviewStack, M.PopFilterStack, M.ClearData, M.ClearLastError, M.DiscardChanges, M.ClearEntityFilter, M.ClearEntitySelection, M.FilterByEntity, M.FilterCompany, T.AppState, T.Credentials, T.SelectionState, T._$AppStateSerializer, T.AppStateBuilder, B.LoadStateRequest, B.LoadStateSuccess, B.OAuthLoginRequest, B.UserLoadUrl, B.UserLoginRequest, B.UserLoginSuccess, B.UserLoginFailure, B.RecoverPasswordRequest, B.RecoverPasswordSuccess, B.RecoverPasswordFailure, B.UserLogout, B.UserLogoutAll, B.UserLogoutAllSuccess, B.UserLogoutAllFailure, B.UserSignUpRequest, B.OAuthSignUpRequest, B.UserVerifiedPassword, B.UserUnverifiedPassword, Z.AuthState, Z._$AuthStateSerializer, Z.AuthStateBuilder, E.ViewClientList, E.ViewClient, E.EditClient, E.EditContact, E.ShowPdfClient, E.UpdateClient, E.LoadClient, E.LoadClients, E.LoadClientRequest, E.LoadClientFailure, E.LoadClientSuccess, E.LoadClientsRequest, E.LoadClientsFailure, E.LoadClientsSuccess, E.AddContact, E.UpdateContact, E.DeleteContact, E.SaveClientRequest, E.SaveClientSuccess, E.AddClientSuccess, E.SaveClientFailure, E.ArchiveClientsRequest, E.ArchiveClientsSuccess, E.ArchiveClientsFailure, E.DeleteClientsRequest, E.DeleteClientsSuccess, E.DeleteClientsFailure, E.RestoreClientsRequest, E.RestoreClientSuccess, E.RestoreClientFailure, E.FilterClients, E.SortClients, E.FilterClientsByState, E.FilterClientsByCustom1, E.FilterClientsByCustom2, E.FilterClientsByCustom3, E.FilterClientsByCustom4, E.StartClientMultiselect, E.AddToClientMultiselect, E.RemoveFromClientMultiselect, E.ClearClientMultiselect, E.SaveClientDocumentRequest, E.SaveClientDocumentFailure, E.UpdateClientTab, F.ClientState, F._ClientUIState_Object_EntityUIState, F._$ClientStateSerializer, F._$ClientUIStateSerializer, F.ClientStateBuilder, F.ClientUIStateBuilder, E.SelectCompany, E.LoadCompanySuccess, E.UpdateCompany, E.SaveCompanyRequest, E.SaveCompanySuccess, E.SaveCompanyFailure, E.AddCompany, E.AddCompanySuccess, E.DeleteCompanyRequest, E.DeleteCompanySuccess, E.DeleteCompanyFailure, E.PurgeDataRequest, E.PurgeDataSuccess, E.PurgeDataFailure, E.UpdateCompanyLanguage, E.SaveCompanyDocumentRequest, E.SaveCompanyDocumentFailure, E.SetDefaultCompanyRequest, E.SetDefaultCompanySuccess, E.SetDefaultCompanyFailure, B.UserCompanyState, B.SettingsUIState, B._$UserCompanyStateSerializer, B._$SettingsUIStateSerializer, B.UserCompanyStateBuilder, B.SettingsUIStateBuilder, Q.ViewCompanyGatewayList, Q.ViewCompanyGateway, Q.EditCompanyGateway, Q.UpdateCompanyGateway, Q.LoadCompanyGateway, Q.LoadCompanyGatewayRequest, Q.LoadCompanyGatewayFailure, Q.LoadCompanyGatewaySuccess, Q.LoadCompanyGatewaysRequest, Q.LoadCompanyGatewaysFailure, Q.LoadCompanyGatewaysSuccess, Q.SaveCompanyGatewayRequest, Q.SaveCompanyGatewaySuccess, Q.AddCompanyGatewaySuccess, Q.SaveCompanyGatewayFailure, Q.ArchiveCompanyGatewayRequest, Q.ArchiveCompanyGatewaySuccess, Q.ArchiveCompanyGatewayFailure, Q.DeleteCompanyGatewayRequest, Q.DeleteCompanyGatewaySuccess, Q.DeleteCompanyGatewayFailure, Q.DisconnectCompanyGatewayRequest, Q.DisconnectCompanyGatewaySuccess, Q.DisconnectCompanyGatewayFailure, Q.RestoreCompanyGatewayRequest, Q.RestoreCompanyGatewaySuccess, Q.RestoreCompanyGatewayFailure, Q.FilterCompanyGatewaysByState, Q.FilterCompanyGatewaysByCustom1, Q.FilterCompanyGatewaysByCustom2, Q.FilterCompanyGatewaysByCustom3, Q.FilterCompanyGatewaysByCustom4, Q.StartCompanyGatewayMultiselect, Q.AddToCompanyGatewayMultiselect, Q.RemoveFromCompanyGatewayMultiselect, Q.ClearCompanyGatewayMultiselect, U.CompanyGatewayState, U._CompanyGatewayUIState_Object_EntityUIState, U._$CompanyGatewayStateSerializer, U._$CompanyGatewayUIStateSerializer, U.CompanyGatewayStateBuilder, U.CompanyGatewayUIStateBuilder, E.ViewCreditList, E.ViewCredit, E.EditCredit, E.ShowEmailCredit, E.ShowPdfCredit, E.EditCreditItem, E.UpdateCredit, E.UpdateCreditClient, E.LoadCredit, E.LoadCredits, E.LoadCreditRequest, E.LoadCreditFailure, E.LoadCreditSuccess, E.LoadCreditsRequest, E.LoadCreditsFailure, E.LoadCreditsSuccess, E.AddCreditContact, E.RemoveCreditContact, E.AddCreditItem, E.MoveCreditItem, E.AddCreditItems, E.UpdateCreditItem, E.DeleteCreditItem, E.SaveCreditRequest, E.SaveCreditSuccess, E.AddCreditSuccess, E.SaveCreditFailure, E.EmailCreditRequest, E.EmailCreditSuccess, E.EmailCreditFailure, E.MarkSentCreditRequest, E.MarkSentCreditSuccess, E.MarkSentCreditFailure, E.BulkEmailCreditsRequest, E.BulkEmailCreditsSuccess, E.BulkEmailCreditsFailure, E.ArchiveCreditsRequest, E.ArchiveCreditsSuccess, E.ArchiveCreditsFailure, E.DeleteCreditsRequest, E.DeleteCreditsSuccess, E.DeleteCreditsFailure, E.DownloadCreditsRequest, E.DownloadCreditsSuccess, E.DownloadCreditsFailure, E.RestoreCreditsRequest, E.RestoreCreditsSuccess, E.RestoreCreditsFailure, E.FilterCredits, E.SortCredits, E.FilterCreditsByState, E.FilterCreditsByCustom1, E.FilterCreditsByCustom2, E.FilterCreditsByCustom3, E.FilterCreditsByCustom4, E.SaveCreditDocumentRequest, E.SaveCreditDocumentFailure, E.StartCreditMultiselect, E.AddToCreditMultiselect, E.RemoveFromCreditMultiselect, E.ClearCreditMultiselect, E.UpdateCreditTab, G.CreditState, G._CreditUIState_Object_EntityUIState, G._$CreditStateSerializer, G._$CreditUIStateSerializer, G.CreditStateBuilder, G.CreditUIStateBuilder, G.ViewDashboard, G.UpdateDashboardSettings, G.UpdateDashboardSelection, G.UpdateDashboardEntityType, G.UpdateDashboardSidebar, O.ChartDataGroup, O.ChartMoneyData, Y.DashboardUIState, Y.DashboardUISettings, Y._$DashboardUIStateSerializer, Y._$DashboardUISettingsSerializer, Y.DashboardUIStateBuilder, Y.DashboardUISettingsBuilder, N.ViewDesignList, N.ViewDesign, N.EditDesign, N.UpdateDesign, N.LoadDesignRequest, N.LoadDesignFailure, N.LoadDesignSuccess, N.LoadDesignsRequest, N.LoadDesignsFailure, N.LoadDesignsSuccess, N.SaveDesignRequest, N.SaveDesignSuccess, N.AddDesignSuccess, N.SaveDesignFailure, N.ArchiveDesignsRequest, N.ArchiveDesignsSuccess, N.ArchiveDesignsFailure, N.DeleteDesignsRequest, N.DeleteDesignsSuccess, N.DeleteDesignsFailure, N.RestoreDesignsRequest, N.RestoreDesignsSuccess, N.RestoreDesignsFailure, N.FilterDesigns, N.SortDesigns, N.FilterDesignsByState, N.FilterDesignsByCustom1, N.FilterDesignsByCustom2, N.FilterDesignsByCustom3, N.FilterDesignsByCustom4, N.StartDesignMultiselect, N.AddToDesignMultiselect, N.RemoveFromDesignMultiselect, N.ClearDesignMultiselect, Y.DesignState, Y._DesignUIState_Object_EntityUIState, Y._$DesignStateSerializer, Y._$DesignUIStateSerializer, Y.DesignStateBuilder, Y.DesignUIStateBuilder, X.UpdateDocument, X.LoadDocumentRequest, X.LoadDocumentFailure, X.LoadDocumentSuccess, X.LoadDocumentsRequest, X.LoadDocumentsFailure, X.LoadDocumentsSuccess, X.ArchiveDocumentRequest, X.ArchiveDocumentSuccess, X.ArchiveDocumentFailure, X.DeleteDocumentRequest, X.DeleteDocumentSuccess, X.DeleteDocumentFailure, X.RestoreDocumentRequest, X.RestoreDocumentSuccess, X.RestoreDocumentFailure, X.FilterDocuments, X.SortDocuments, X.FilterDocumentsByState, X.FilterDocumentsByCustom1, X.FilterDocumentsByCustom2, X.FilterDocumentsByCustom3, X.FilterDocumentsByCustom4, X.StartDocumentMultiselect, X.AddToDocumentMultiselect, X.RemoveFromDocumentMultiselect, X.ClearDocumentMultiselect, Q.DocumentState, Q._DocumentUIState_Object_EntityUIState, Q._$DocumentStateSerializer, Q._$DocumentUIStateSerializer, Q.DocumentStateBuilder, Q.DocumentUIStateBuilder, T.ViewExpenseList, T.ViewExpense, T.EditExpense, T.UpdateExpense, T.LoadExpense, T.LoadExpenses, T.LoadExpenseRequest, T.LoadExpenseFailure, T.LoadExpenseSuccess, T.LoadExpensesRequest, T.LoadExpensesFailure, T.LoadExpensesSuccess, T.SaveExpenseRequest, T.SaveExpenseSuccess, T.AddExpenseSuccess, T.SaveExpenseFailure, T.ArchiveExpenseRequest, T.ArchiveExpenseSuccess, T.ArchiveExpenseFailure, T.DeleteExpenseRequest, T.DeleteExpenseSuccess, T.DeleteExpenseFailure, T.RestoreExpenseRequest, T.RestoreExpenseSuccess, T.RestoreExpenseFailure, T.FilterExpenses, T.SortExpenses, T.FilterExpensesByState, T.FilterExpensesByStatus, T.FilterExpensesByCustom1, T.FilterExpensesByCustom2, T.FilterExpensesByCustom3, T.FilterExpensesByCustom4, T.StartExpenseMultiselect, T.AddToExpenseMultiselect, T.RemoveFromExpenseMultiselect, T.ClearExpenseMultiselect, T.SaveExpenseDocumentRequest, T.SaveExpenseDocumentFailure, T.UpdateExpenseTab, R.ExpenseState, R._ExpenseUIState_Object_EntityUIState, R._$ExpenseStateSerializer, R._$ExpenseUIStateSerializer, R.ExpenseStateBuilder, R.ExpenseUIStateBuilder, X.ViewExpenseCategoryList, X.ViewExpenseCategory, X.EditExpenseCategory, X.UpdateExpenseCategory, X.LoadExpenseCategoryRequest, X.LoadExpenseCategoryFailure, X.LoadExpenseCategorySuccess, X.LoadExpenseCategoriesRequest, X.LoadExpenseCategoriesFailure, X.LoadExpenseCategoriesSuccess, X.SaveExpenseCategoryRequest, X.SaveExpenseCategorySuccess, X.AddExpenseCategorySuccess, X.SaveExpenseCategoryFailure, X.ArchiveExpenseCategoriesRequest, X.ArchiveExpenseCategoriesSuccess, X.ArchiveExpenseCategoriesFailure, X.DeleteExpenseCategoriesRequest, X.DeleteExpenseCategoriesSuccess, X.DeleteExpenseCategoriesFailure, X.RestoreExpenseCategoriesRequest, X.RestoreExpenseCategoriesSuccess, X.RestoreExpenseCategoriesFailure, X.FilterExpenseCategories, X.SortExpenseCategories, X.FilterExpenseCategoriesByState, X.FilterExpenseCategoriesByCustom1, X.FilterExpenseCategoriesByCustom2, X.FilterExpenseCategoriesByCustom3, X.FilterExpenseCategoriesByCustom4, X.StartExpenseCategoryMultiselect, X.AddToExpenseCategoryMultiselect, X.RemoveFromExpenseCategoryMultiselect, X.ClearExpenseCategoryMultiselect, Q.ExpenseCategoryState, Q._ExpenseCategoryUIState_Object_EntityUIState, Q._$ExpenseCategoryStateSerializer, Q._$ExpenseCategoryUIStateSerializer, Q.ExpenseCategoryStateBuilder, Q.ExpenseCategoryUIStateBuilder, Q.ViewGroupList, Q.ViewGroup, Q.EditGroup, Q.UpdateGroup, Q.LoadGroup, Q.LoadGroupRequest, Q.LoadGroupFailure, Q.LoadGroupSuccess, Q.LoadGroupsRequest, Q.LoadGroupsFailure, Q.LoadGroupsSuccess, Q.SaveGroupRequest, Q.SaveGroupSuccess, Q.AddGroupSuccess, Q.SaveGroupFailure, Q.ArchiveGroupRequest, Q.ArchiveGroupSuccess, Q.ArchiveGroupFailure, Q.DeleteGroupRequest, Q.DeleteGroupSuccess, Q.DeleteGroupFailure, Q.RestoreGroupRequest, Q.RestoreGroupSuccess, Q.RestoreGroupFailure, Q.FilterGroups, Q.SortGroups, Q.FilterGroupsByState, Q.StartGroupMultiselect, Q.AddToGroupMultiselect, Q.RemoveFromGroupMultiselect, Q.ClearGroupMultiselect, Q.SaveGroupDocumentRequest, Q.SaveGroupDocumentFailure, E.GroupState, E._GroupUIState_Object_EntityUIState, E._$GroupStateSerializer, E._$GroupUIStateSerializer, E.GroupStateBuilder, E.GroupUIStateBuilder, Q.ViewInvoiceList, Q.ViewInvoice, Q.EditInvoice, Q.ShowEmailInvoice, Q.ShowPdfInvoice, Q.EditInvoiceItem, Q.UpdateInvoice, Q.UpdateInvoiceClient, Q.LoadInvoice, Q.LoadInvoices, Q.LoadInvoiceRequest, Q.LoadInvoiceFailure, Q.LoadInvoiceSuccess, Q.LoadInvoicesRequest, Q.LoadInvoicesFailure, Q.LoadInvoicesSuccess, Q.AddInvoiceContact, Q.RemoveInvoiceContact, Q.AddInvoiceItem, Q.MoveInvoiceItem, Q.AddInvoiceItems, Q.UpdateInvoiceItem, Q.DeleteInvoiceItem, Q.SaveInvoiceRequest, Q.SaveInvoiceSuccess, Q.AddInvoiceSuccess, Q.SaveInvoiceFailure, Q.EmailInvoiceRequest, Q.EmailInvoiceSuccess, Q.EmailInvoiceFailure, Q.MarkInvoicesSentRequest, Q.MarkInvoicesSentSuccess, Q.MarkInvoicesSentFailure, Q.BulkEmailInvoicesRequest, Q.BulkEmailInvoicesSuccess, Q.BulkEmailInvoicesFailure, Q.MarkInvoicesPaidRequest, Q.MarkInvoicesPaidSuccess, Q.MarkInvoicesPaidFailure, Q.ReverseInvoicesRequest, Q.ReverseInvoicesSuccess, Q.ReverseInvoicesFailure, Q.CancelInvoicesRequest, Q.CancelInvoicesSuccess, Q.CancelInvoicesFailure, Q.ArchiveInvoicesRequest, Q.ArchiveInvoicesSuccess, Q.ArchiveInvoicesFailure, Q.DeleteInvoicesRequest, Q.DeleteInvoicesSuccess, Q.DeleteInvoicesFailure, Q.DownloadInvoicesRequest, Q.DownloadInvoicesSuccess, Q.DownloadInvoicesFailure, Q.RestoreInvoicesRequest, Q.RestoreInvoicesSuccess, Q.RestoreInvoicesFailure, Q.FilterInvoices, Q.SortInvoices, Q.FilterInvoicesByState, Q.FilterInvoicesByStatus, Q.FilterInvoicesByCustom1, Q.FilterInvoicesByCustom2, Q.FilterInvoicesByCustom3, Q.FilterInvoicesByCustom4, Q.StartInvoiceMultiselect, Q.AddToInvoiceMultiselect, Q.RemoveFromInvoiceMultiselect, Q.ClearInvoiceMultiselect, Q.SaveInvoiceDocumentRequest, Q.SaveInvoiceDocumentFailure, Q.UpdateInvoiceTab, B.InvoiceState, B._InvoiceUIState_Object_EntityUIState, B._$InvoiceStateSerializer, B._$InvoiceUIStateSerializer, B.InvoiceStateBuilder, B.InvoiceUIStateBuilder, Q.ViewPaymentList, Q.ViewPayment, Q.EditPayment, Q.ViewRefundPayment, Q.UpdatePayment, Q.LoadPayment, Q.LoadPayments, Q.LoadPaymentRequest, Q.LoadPaymentFailure, Q.LoadPaymentSuccess, Q.LoadPaymentsRequest, Q.LoadPaymentsFailure, Q.LoadPaymentsSuccess, Q.SavePaymentRequest, Q.SavePaymentSuccess, Q.AddPaymentSuccess, Q.SavePaymentFailure, Q.RefundPaymentRequest, Q.RefundPaymentSuccess, Q.RefundPaymentFailure, Q.ArchivePaymentsRequest, Q.ArchivePaymentsSuccess, Q.ArchivePaymentsFailure, Q.DeletePaymentsRequest, Q.DeletePaymentsSuccess, Q.DeletePaymentsFailure, Q.RestorePaymentsRequest, Q.RestorePaymentsSuccess, Q.RestorePaymentsFailure, Q.EmailPaymentRequest, Q.EmailPaymentSuccess, Q.FilterPayments, Q.SortPayments, Q.FilterPaymentsByState, Q.FilterPaymentsByCustom1, Q.FilterPaymentsByCustom2, Q.FilterPaymentsByCustom3, Q.FilterPaymentsByCustom4, Q.StartPaymentMultiselect, Q.AddToPaymentMultiselect, Q.RemoveFromPaymentMultiselect, Q.ClearPaymentMultiselect, L.PaymentState, L._PaymentUIState_Object_EntityUIState, L._$PaymentStateSerializer, L._$PaymentUIStateSerializer, L.PaymentStateBuilder, L.PaymentUIStateBuilder, D.ViewPaymentTermList, D.ViewPaymentTerm, D.EditPaymentTerm, D.UpdatePaymentTerm, D.LoadPaymentTermRequest, D.LoadPaymentTermFailure, D.LoadPaymentTermSuccess, D.LoadPaymentTermsRequest, D.LoadPaymentTermsFailure, D.LoadPaymentTermsSuccess, D.SavePaymentTermRequest, D.SavePaymentTermSuccess, D.AddPaymentTermSuccess, D.SavePaymentTermFailure, D.ArchivePaymentTermsRequest, D.ArchivePaymentTermsSuccess, D.ArchivePaymentTermsFailure, D.DeletePaymentTermsRequest, D.DeletePaymentTermsSuccess, D.DeletePaymentTermsFailure, D.RestorePaymentTermsRequest, D.RestorePaymentTermsSuccess, D.RestorePaymentTermsFailure, D.FilterPaymentTerms, D.SortPaymentTerms, D.FilterPaymentTermsByState, D.FilterPaymentTermsByCustom1, D.FilterPaymentTermsByCustom2, D.FilterPaymentTermsByCustom3, D.FilterPaymentTermsByCustom4, D.StartPaymentTermMultiselect, D.AddToPaymentTermMultiselect, D.RemoveFromPaymentTermMultiselect, D.ClearPaymentTermMultiselect, N.PaymentTermState, N._PaymentTermUIState_Object_EntityUIState, N._$PaymentTermStateSerializer, N._$PaymentTermUIStateSerializer, N.PaymentTermStateBuilder, N.PaymentTermUIStateBuilder, Z.ViewProductList, Z.ViewProduct, Z.EditProduct, Z.UpdateProduct, Z.LoadProductRequest, Z.LoadProduct, Z.LoadProductSuccess, Z.LoadProductFailure, Z.LoadProducts, Z.LoadProductsRequest, Z.LoadProductsFailure, Z.LoadProductsSuccess, Z.SaveProductRequest, Z.SaveProductSuccess, Z.AddProductSuccess, Z.SaveProductFailure, Z.ArchiveProductsRequest, Z.ArchiveProductsSuccess, Z.ArchiveProductsFailure, Z.DeleteProductsRequest, Z.DeleteProductsSuccess, Z.DeleteProductsFailure, Z.RestoreProductsRequest, Z.RestoreProductsSuccess, Z.RestoreProductsFailure, Z.FilterProducts, Z.SortProducts, Z.FilterProductsByState, Z.FilterProductsByCustom1, Z.FilterProductsByCustom2, Z.FilterProductsByCustom3, Z.FilterProductsByCustom4, Z.StartProductMultiselect, Z.AddToProductMultiselect, Z.RemoveFromProductMultiselect, Z.ClearProductMultiselect, Z.SaveProductDocumentRequest, Z.SaveProductDocumentFailure, Z.UpdateProductTab, Y.ProductState, Y._ProductUIState_Object_EntityUIState, Y._$ProductStateSerializer, Y._$ProductUIStateSerializer, Y.ProductStateBuilder, Y.ProductUIStateBuilder, M.ViewProjectList, M.ViewProject, M.EditProject, M.UpdateProject, M.LoadProject, M.LoadProjects, M.LoadProjectRequest, M.LoadProjectFailure, M.LoadProjectSuccess, M.LoadProjectsRequest, M.LoadProjectsFailure, M.LoadProjectsSuccess, M.SaveProjectRequest, M.SaveProjectSuccess, M.AddProjectSuccess, M.SaveProjectFailure, M.ArchiveProjectRequest, M.ArchiveProjectSuccess, M.ArchiveProjectFailure, M.DeleteProjectRequest, M.DeleteProjectSuccess, M.DeleteProjectFailure, M.RestoreProjectRequest, M.RestoreProjectSuccess, M.RestoreProjectFailure, M.FilterProjects, M.SortProjects, M.FilterProjectsByState, M.FilterProjectsByCustom1, M.FilterProjectsByCustom2, M.FilterProjectsByCustom3, M.FilterProjectsByCustom4, M.StartProjectMultiselect, M.AddToProjectMultiselect, M.RemoveFromProjectMultiselect, M.ClearProjectMultiselect, M.SaveProjectDocumentRequest, M.SaveProjectDocumentFailure, M.UpdateProjectTab, D.ProjectState, D._ProjectUIState_Object_EntityUIState, D._$ProjectStateSerializer, D._$ProjectUIStateSerializer, D.ProjectStateBuilder, D.ProjectUIStateBuilder, E.ViewQuoteList, E.ViewQuote, E.EditQuote, E.ShowEmailQuote, E.ShowPdfQuote, E.EditQuoteItem, E.UpdateQuote, E.UpdateQuoteClient, E.LoadQuote, E.LoadQuotes, E.LoadQuoteRequest, E.LoadQuoteFailure, E.LoadQuoteSuccess, E.LoadQuotesRequest, E.LoadQuotesFailure, E.LoadQuotesSuccess, E.AddQuoteContact, E.RemoveQuoteContact, E.AddQuoteItem, E.MoveQuoteItem, E.AddQuoteItems, E.UpdateQuoteItem, E.DeleteQuoteItem, E.SaveQuoteRequest, E.SaveQuoteSuccess, E.AddQuoteSuccess, E.SaveQuoteFailure, E.EmailQuoteRequest, E.EmailQuoteSuccess, E.EmailQuoteFailure, E.MarkSentQuotesRequest, E.MarkSentQuoteSuccess, E.MarkSentQuoteFailure, E.BulkEmailQuotesRequest, E.BulkEmailQuotesSuccess, E.BulkEmailQuotesFailure, E.ArchiveQuotesRequest, E.ArchiveQuotesSuccess, E.ArchiveQuotesFailure, E.DeleteQuotesRequest, E.DeleteQuotesSuccess, E.DeleteQuotesFailure, E.DownloadQuotesRequest, E.DownloadQuotesSuccess, E.DownloadQuotesFailure, E.RestoreQuotesRequest, E.RestoreQuotesSuccess, E.RestoreQuotesFailure, E.FilterQuotes, E.SortQuotes, E.FilterQuotesByState, E.FilterQuotesByStatus, E.FilterQuotesByCustom1, E.FilterQuotesByCustom2, E.FilterQuotesByCustom3, E.FilterQuotesByCustom4, E.ConvertQuotes, E.ConvertQuoteSuccess, E.ConvertQuoteFailure, E.SaveQuoteDocumentRequest, E.SaveQuoteDocumentFailure, E.StartQuoteMultiselect, E.AddToQuoteMultiselect, E.RemoveFromQuoteMultiselect, E.ClearQuoteMultiselect, E.UpdateQuoteTab, G.QuoteState, G._QuoteUIState_Object_EntityUIState, G._$QuoteStateSerializer, G._$QuoteUIStateSerializer, G.QuoteStateBuilder, G.QuoteUIStateBuilder, U.ViewRecurringExpenseList, U.ViewRecurringExpense, U.EditRecurringExpense, U.UpdateRecurringExpense, U.LoadRecurringExpense, U.LoadRecurringExpenses, U.LoadRecurringExpenseRequest, U.LoadRecurringExpenseFailure, U.LoadRecurringExpenseSuccess, U.LoadRecurringExpensesRequest, U.LoadRecurringExpensesFailure, U.LoadRecurringExpensesSuccess, U.SaveRecurringExpenseRequest, U.SaveRecurringExpenseSuccess, U.AddRecurringExpenseSuccess, U.SaveRecurringExpenseFailure, U.ArchiveRecurringExpensesRequest, U.ArchiveRecurringExpensesSuccess, U.ArchiveRecurringExpensesFailure, U.DeleteRecurringExpensesRequest, U.DeleteRecurringExpensesSuccess, U.DeleteRecurringExpensesFailure, U.RestoreRecurringExpensesRequest, U.RestoreRecurringExpensesSuccess, U.RestoreRecurringExpensesFailure, U.FilterRecurringExpenses, U.SortRecurringExpenses, U.FilterRecurringExpensesByState, U.FilterRecurringExpensesByCustom1, U.FilterRecurringExpensesByCustom2, U.FilterRecurringExpensesByCustom3, U.FilterRecurringExpensesByCustom4, U.StartRecurringExpenseMultiselect, U.AddToRecurringExpenseMultiselect, U.RemoveFromRecurringExpenseMultiselect, U.ClearRecurringExpenseMultiselect, U.UpdateRecurringExpenseTab, U.StartRecurringExpensesRequest, U.StartRecurringExpensesSuccess, U.StartRecurringExpensesFailure, U.StopRecurringExpensesRequest, U.StopRecurringExpensesSuccess, U.StopRecurringExpensesFailure, U.SaveRecurringExpenseDocumentRequest, U.SaveRecurringExpenseDocumentFailure, K.RecurringExpenseState, K._RecurringExpenseUIState_Object_EntityUIState, K._$RecurringExpenseStateSerializer, K._$RecurringExpenseUIStateSerializer, K.RecurringExpenseStateBuilder, K.RecurringExpenseUIStateBuilder, N.ViewRecurringInvoiceList, N.ViewRecurringInvoice, N.EditRecurringInvoice, N.ShowPdfRecurringInvoice, N.EditRecurringInvoiceItem, N.UpdateRecurringInvoice, N.UpdateRecurringInvoiceClient, N.LoadRecurringInvoice, N.LoadRecurringInvoices, N.LoadRecurringInvoiceRequest, N.LoadRecurringInvoiceFailure, N.LoadRecurringInvoiceSuccess, N.LoadRecurringInvoicesRequest, N.LoadRecurringInvoicesFailure, N.LoadRecurringInvoicesSuccess, N.AddRecurringInvoiceContact, N.RemoveRecurringInvoiceContact, N.SaveRecurringInvoiceRequest, N.SaveRecurringInvoiceSuccess, N.AddRecurringInvoiceSuccess, N.AddRecurringInvoiceItem, N.MoveRecurringInvoiceItem, N.AddRecurringInvoiceItems, N.UpdateRecurringInvoiceItem, N.DeleteRecurringInvoiceItem, N.SaveRecurringInvoiceFailure, N.ArchiveRecurringInvoicesRequest, N.ArchiveRecurringInvoicesSuccess, N.ArchiveRecurringInvoicesFailure, N.DeleteRecurringInvoicesRequest, N.DeleteRecurringInvoicesSuccess, N.DeleteRecurringInvoicesFailure, N.RestoreRecurringInvoicesRequest, N.RestoreRecurringInvoicesSuccess, N.RestoreRecurringInvoicesFailure, N.FilterRecurringInvoices, N.SortRecurringInvoices, N.FilterRecurringInvoicesByState, N.FilterRecurringInvoicesByStatus, N.FilterRecurringInvoicesByCustom1, N.FilterRecurringInvoicesByCustom2, N.FilterRecurringInvoicesByCustom3, N.FilterRecurringInvoicesByCustom4, N.SaveRecurringInvoiceDocumentRequest, N.SaveRecurringInvoiceDocumentFailure, N.StartRecurringInvoicesRequest, N.StartRecurringInvoicesSuccess, N.StartRecurringInvoicesFailure, N.StopRecurringInvoicesRequest, N.StopRecurringInvoicesSuccess, N.StopRecurringInvoicesFailure, N.StartRecurringInvoiceMultiselect, N.AddToRecurringInvoiceMultiselect, N.RemoveFromRecurringInvoiceMultiselect, N.ClearRecurringInvoiceMultiselect, N.UpdateRecurringInvoiceTab, Q.RecurringInvoiceState, Q._RecurringInvoiceUIState_Object_EntityUIState, Q._$RecurringInvoiceStateSerializer, Q._$RecurringInvoiceUIStateSerializer, Q.RecurringInvoiceStateBuilder, Q.RecurringInvoiceUIStateBuilder, K.ViewReports, K.UpdateReportSettings, G.ReportsUIState, G._$ReportsUIStateSerializer, G.ReportsUIStateBuilder, L.ViewSettings, L.ClearSettingsFilter, L.ResetSettings, L.UpdateSettings, L.UpdateSettingsTab, L.UpdatedSetting, L.UpdateSettingsTemplate, L.UpdateUserSettings, L.UploadLogoRequest, L.UploadLogoFailure, L.SaveUserSettingsRequest, L.SaveUserSettingsSuccess, L.SaveUserSettingsFailure, L.SaveAuthUserRequest, L.SaveAuthUserSuccess, L.SaveAuthUserFailure, L.ConnecOAuthUserRequest, L.ConnecOAuthUserSuccess, L.ConnecOAuthUserFailure, L.DisableTwoFactorRequest, L.DisableTwoFactorSuccess, L.DisableTwoFactorFailure, L.ConnecGmailUserSuccess, L.ConnecGmailUserFailure, L.FilterSettings, B.StaticState, B._$StaticStateSerializer, B.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, M.SubscriptionState, M._SubscriptionUIState_Object_EntityUIState, M._$SubscriptionStateSerializer, M._$SubscriptionUIStateSerializer, M.SubscriptionStateBuilder, M.SubscriptionUIStateBuilder, U.ViewTaskList, U.ViewTask, U.EditTask, U.UpdateTask, U.LoadTask, U.LoadTasks, U.LoadTaskRequest, U.LoadTaskFailure, U.LoadTaskSuccess, U.EditTaskTime, U.AddTaskTime, U.UpdateTaskTime, U.DeleteTaskTime, U.LoadTasksRequest, U.LoadTasksFailure, U.LoadTasksSuccess, U.SaveTaskRequest, U.SaveTaskSuccess, U.AddTaskSuccess, U.SaveTaskFailure, U.ArchiveTaskRequest, U.ArchiveTaskSuccess, U.ArchiveTaskFailure, U.DeleteTaskRequest, U.DeleteTaskSuccess, U.DeleteTaskFailure, U.RestoreTaskRequest, U.RestoreTaskSuccess, U.RestoreTaskFailure, U.SortTasksRequest, U.SortTasksSuccess, U.SortTasksFailure, U.FilterTasks, U.SortTasks, U.FilterTasksByState, U.FilterTasksByStatus, U.FilterTasksByCustom1, U.FilterTasksByCustom2, U.FilterTasksByCustom3, U.FilterTasksByCustom4, U.StartTaskMultiselect, U.AddToTaskMultiselect, U.RemoveFromTaskMultiselect, U.ClearTaskMultiselect, U.SaveTaskDocumentRequest, U.SaveTaskDocumentFailure, U.UpdateTaskTab, M.TaskState, M._TaskUIState_Object_EntityUIState, M._$TaskStateSerializer, M._$TaskUIStateSerializer, M.TaskStateBuilder, M.TaskUIStateBuilder, V.ViewTaskStatusList, V.ViewTaskStatus, V.EditTaskStatus, V.UpdateTaskStatus, V.LoadTaskStatusRequest, V.LoadTaskStatusFailure, V.LoadTaskStatusSuccess, V.LoadTaskStatusesRequest, V.LoadTaskStatusesFailure, V.LoadTaskStatusesSuccess, V.SaveTaskStatusRequest, V.SaveTaskStatusSuccess, V.AddTaskStatusSuccess, V.SaveTaskStatusFailure, V.ArchiveTaskStatusesRequest, V.ArchiveTaskStatusesSuccess, V.ArchiveTaskStatusesFailure, V.DeleteTaskStatusesRequest, V.DeleteTaskStatusesSuccess, V.DeleteTaskStatusesFailure, V.RestoreTaskStatusesRequest, V.RestoreTaskStatusesSuccess, V.RestoreTaskStatusesFailure, V.FilterTaskStatuses, V.SortTaskStatuses, V.FilterTaskStatusesByState, V.FilterTaskStatusesByCustom1, V.FilterTaskStatusesByCustom2, V.FilterTaskStatusesByCustom3, V.FilterTaskStatusesByCustom4, V.StartTaskStatusMultiselect, V.AddToTaskStatusMultiselect, V.RemoveFromTaskStatusMultiselect, V.ClearTaskStatusMultiselect, L.TaskStatusState, L._TaskStatusUIState_Object_EntityUIState, L._$TaskStatusStateSerializer, L._$TaskStatusUIStateSerializer, L.TaskStatusStateBuilder, L.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, Q.TaxRateState, Q._TaxRateUIState_Object_EntityUIState, Q._$TaxRateStateSerializer, Q._$TaxRateUIStateSerializer, Q.TaxRateStateBuilder, Q.TaxRateUIStateBuilder, Q.ViewTokenList, Q.ViewToken, Q.EditToken, Q.UpdateToken, Q.LoadTokenRequest, Q.LoadTokenFailure, Q.LoadTokenSuccess, Q.LoadTokensRequest, Q.LoadTokensFailure, Q.LoadTokensSuccess, Q.SaveTokenRequest, Q.SaveTokenSuccess, Q.AddTokenSuccess, Q.SaveTokenFailure, Q.ArchiveTokensRequest, Q.ArchiveTokensSuccess, Q.ArchiveTokensFailure, Q.DeleteTokensRequest, Q.DeleteTokensSuccess, Q.DeleteTokensFailure, Q.RestoreTokensRequest, Q.RestoreTokensSuccess, Q.RestoreTokensFailure, Q.FilterTokens, Q.SortTokens, Q.FilterTokensByState, Q.FilterTokensByCustom1, Q.FilterTokensByCustom2, Q.FilterTokensByCustom3, Q.FilterTokensByCustom4, Q.StartTokenMultiselect, Q.AddToTokenMultiselect, Q.RemoveFromTokenMultiselect, Q.ClearTokenMultiselect, N.TokenState, N._TokenUIState_Object_EntityUIState, N._$TokenStateSerializer, N._$TokenUIStateSerializer, N.TokenStateBuilder, N.TokenUIStateBuilder, U.EntityUIState, Q.ListUIState, Q._$ListUIStateSerializer, Q.ListUIStateBuilder, X.PrefState, X.PrefStateSortField, X.CompanyPrefState, X.HistoryRecord, X._$PrefStateSerializer, X._$PrefStateSortFieldSerializer, X._$CompanyPrefStateSerializer, X._$AppLayoutSerializer, X._$ModuleLayoutSerializer, X._$AppSidebarModeSerializer, X._$HistoryRecordSerializer, X.PrefStateBuilder, X.PrefStateSortFieldBuilder, X.CompanyPrefStateBuilder, X.HistoryRecordBuilder, Q.UpdateCurrentRoute, U.UIState, U._$UIStateSerializer, U.UIStateBuilder, X.ViewUserList, X.ViewUser, X.EditUser, X.UpdateUser, X.LoadUserRequest, X.LoadUserFailure, X.LoadUserSuccess, X.LoadUsersRequest, X.LoadUsersFailure, X.LoadUsersSuccess, X.SaveUserRequest, X.SaveUserSuccess, X.AddUserSuccess, X.SaveUserFailure, X.ArchiveUserRequest, X.ArchiveUserSuccess, X.ArchiveUserFailure, X.DeleteUserRequest, X.DeleteUserSuccess, X.DeleteUserFailure, X.RestoreUserRequest, X.RestoreUserSuccess, X.RestoreUserFailure, X.RemoveUserRequest, X.RemoveUserSuccess, X.RemoveUserFailure, X.ResendInviteRequest, X.ResendInviteSuccess, X.ResendInviteFailure, X.FilterUsers, X.SortUsers, X.FilterUsersByState, X.FilterUsersByCustom1, X.FilterUsersByCustom2, X.FilterUsersByCustom3, X.FilterUsersByCustom4, X.StartUserMultiselect, X.AddToUserMultiselect, X.RemoveFromUserMultiselect, X.ClearUserMultiselect, Q.UserState, Q._UserUIState_Object_EntityUIState, Q._$UserStateSerializer, Q._$UserUIStateSerializer, Q.UserStateBuilder, Q.UserUIStateBuilder, L.ViewVendorList, L.ViewVendor, L.EditVendor, L.UpdateVendor, L.LoadVendor, L.LoadVendors, L.LoadVendorRequest, L.LoadVendorFailure, L.LoadVendorSuccess, L.LoadVendorsRequest, L.LoadVendorsFailure, L.LoadVendorsSuccess, L.SaveVendorRequest, L.SaveVendorSuccess, L.AddVendorSuccess, L.SaveVendorFailure, L.ArchiveVendorRequest, L.ArchiveVendorSuccess, L.ArchiveVendorFailure, L.DeleteVendorRequest, L.DeleteVendorSuccess, L.DeleteVendorFailure, L.RestoreVendorRequest, L.RestoreVendorSuccess, L.RestoreVendorFailure, L.EditVendorContact, L.AddVendorContact, L.UpdateVendorContact, L.DeleteVendorContact, L.FilterVendors, L.SortVendors, L.FilterVendorsByState, L.FilterVendorsByCustom1, L.FilterVendorsByCustom2, L.FilterVendorsByCustom3, L.FilterVendorsByCustom4, L.StartVendorMultiselect, L.AddToVendorMultiselect, L.RemoveFromVendorMultiselect, L.ClearVendorMultiselect, L.SaveVendorDocumentRequest, L.SaveVendorDocumentFailure, L.UpdateVendorTab, Y.VendorState, Y._VendorUIState_Object_EntityUIState, Y._$VendorStateSerializer, Y._$VendorUIStateSerializer, Y.VendorStateBuilder, Y.VendorUIStateBuilder, S.ViewWebhookList, S.ViewWebhook, S.EditWebhook, S.UpdateWebhook, S.LoadWebhookRequest, S.LoadWebhookFailure, S.LoadWebhookSuccess, S.LoadWebhooksRequest, S.LoadWebhooksFailure, S.LoadWebhooksSuccess, S.SaveWebhookRequest, S.SaveWebhookSuccess, S.AddWebhookSuccess, S.SaveWebhookFailure, S.ArchiveWebhooksRequest, S.ArchiveWebhooksSuccess, S.ArchiveWebhooksFailure, S.DeleteWebhooksRequest, S.DeleteWebhooksSuccess, S.DeleteWebhooksFailure, S.RestoreWebhooksRequest, S.RestoreWebhooksSuccess, S.RestoreWebhooksFailure, S.FilterWebhooks, S.SortWebhooks, S.FilterWebhooksByState, S.FilterWebhooksByCustom1, S.FilterWebhooksByCustom2, S.FilterWebhooksByCustom3, S.FilterWebhooksByCustom4, S.StartWebhookMultiselect, S.AddToWebhookMultiselect, S.RemoveFromWebhookMultiselect, S.ClearWebhookMultiselect, V.WebhookState, V._WebhookUIState_Object_EntityUIState, V._$WebhookStateSerializer, V._$WebhookUIStateSerializer, V.WebhookStateBuilder, V.WebhookUIStateBuilder, B.ConfirmEmailVM, A.AppDrawerVM, A.MenuDrawerVM, Q.EntityPresenter, L.DataColumn0, L.DataRow0, L.DataCell0, G.LoginVM, Y.ClientListVM, V.ClientPdfVM, D.ClientScreenVM, F.ClientEditContactsVM, M.ClientEditVM, X.ClientViewVM, S.CompanyGatewayListVM, Y.CompanyGatewayScreenVM, L.CompanyGatewayEditVM, A.CompanyGatewayViewVM, M.EmailEntityVM, T.EntityListVM, O.EntityPdfVM, R.CreditScreenVM, L.EntityEditDetailsVM, O.EntityEditItemsVM, E.EntityEditNotesVM, B.EntityEditPDFVM, M.AbstractInvoiceEditVM, F.AbstractInvoiceViewVM, Q.DashboardVM, F.DesignListVM, G.DesignScreenVM, G.DesignEditVM, B.DesignViewVM, A.DocumentListVM, U.DocumentScreenVM, E.DocumentEditVM, A.DocumentViewVM, O.AbstractExpenseEditVM, F.ExpenseListVM, U.ExpenseScreenVM, U.AbstractExpenseViewVM, F.ExpenseCategoryEditVM, A.ExpenseCategoryListVM, O.ExpenseCategoryScreenVM, L.ExpenseCategoryViewVM, A.GroupEditVM, Y.GroupListVM, S.GroupScreenVM, A.GroupViewVM, X.EntityEditContactsVM, E.InvoiceScreenVM, B.PaymentEditVM, R.PaymentListVM, G.PaymentScreenVM, Y.PaymentRefundVM, F.PaymentViewVM, Y.PaymentTermEditVM, U.PaymentTermListVM, Z.PaymentTermScreenVM, U.PaymentTermViewVM, S.ProductEditVM, Q.ProductListVM, E.ProductScreenVM, F.ProductViewVM, G.ProjectEditVM, X.ProjectListVM, S.ProjectScreenVM, D.ProjectViewVM, B.QuoteScreenVM, U.RecurringExpenseListVM, B.RecurringExpenseScreenVM, Y.RecurringInvoiceListVM, A.RecurringInvoiceScreenVM, A.ClientReportFields, F.ContactReportFields, L.CreditReportFields, R.DocumentReportFields, M.ExpenseReportFields, D.InvoiceItemReportFields, X.InvoiceReportFields, O.TaxRateReportFields, K.PaymentReportFields, X.TaxRateReportFields0, N.ProductReportFields, K.ProfitAndLossReportFields, T.QuoteItemReportFields, Y.QuoteReportFields, A.ReportColumnType, A.ReportResult, A.ReportElement, L.ReportsScreenVM, L.GroupTotals, E.TaskReportFields, A.AccountManagementVM, B.BuyNowButtonsVM, A.ClientPortalVM, A.CompanyDetailsVM, F.CreditCardsAndBanksVM, M.CustomFieldsVM, M.DataVisualizationsVM, L.DeviceSettingsVM, D.EmailSettingsVM, N.ExpenseSettingsVM, F.GeneratedNumbersVM, N.ImportExportVM, B.InvoiceDesignVM, B.LocalizationSettingsVM, B.OnlinePaymentsVM, G.ProductSettingsVM, D.SettingsListVM, L.SettingsScreenVM, F.TaskSettingsVM, A.TaxSettingsVM, F.TemplatesAndRemindersVM, M.UserDetailsVM, Y.WorkflowSettingsVM, R.SubscriptionEditVM, S.SubscriptionListVM, L.SubscriptionScreenVM, E.SubscriptionViewVM, B.UpdateState, A.TaskEditDetailsVM, M.TaskEditTimesVM, B.TaskEditVM, T.KanbanVM, K.TaskListVM, Y.TaskScreenVM, L.TaskViewVM, Q.TaskStatusEditVM, U.TaskStatusListVM, U.TaskStatusScreenVM, T.TaskStatusViewVM, S.TaxRateEditVM, X.TaxRateListVM, O.TaxRateScreenVM, R.TaxRateViewVM, R.TokenEditVM, M.TokenListVM, K.TokenScreenVM, U.TokenViewVM, Y.UserEditVM, M.UserListVM, A.UserScreenVM, X.UserViewVM, T.VendorEditContactsVM, A.VendorEditVM, E.VendorListVM, B.VendorScreenVM, F.VendorViewVM, F.WebhookEditVM, Y.WebhookViewVM, X.WebhookListVM, T.WebhookScreenVM, O.Debouncer, Y.FormatNumberType, B.LocaleCodeAware, B.LocalizationsProvider, V.AndroidAuthMessages, V.IOSAuthMessages, L.LocalAuthentication, Y.Level, L.LogRecord, F.Logger, S.PdfDocument, S.PdfPageNotFoundException, V.PdfPage, V.PdfPageAlreadyClosedException, V.PdfPageImage, V.PdfNotSupportException, S.Document, V.Page, V.Data, M.NativePdfRendererPlugin, T.Repository, T.RepositoryItemNotFoundException, X.PdfController, X._PdfViewLoadingState, F.AnimationDirection, Y._PlaceholderType, Y.ImageHandler, K.OverflowViewLayoutBehavior, M.Context, O.Style, X.ParsedPath, X.PathException, Q.MissingPlatformDirectoryException, M.PermissionStatus0, M.Permission, M.PhotoViewGalleryPageOptions, E.PhotoViewControllerValue, E.PhotoViewController, E.PhotoViewControllerDelegate, M.PhotoViewScaleStateController, G.HitCornersDetector, G.HitCorners, M.PhotoViewComputedScale, G.PhotoViewScaleState, F.PhotoViewHeroAttributes, M.ScaleBoundaries, M.CornersRange, T.Platform, Q._QrBitBuffer_Object_ListMixin, V.QrByte, V.InputTooLongException, D.QrPolynomial, D.QrCode, Y.QrRsBlock, F.PaintCache, R._PaintMetrics, G.QrCodeElement, G.FinderPatternPosition, G.QrEyeShape, G.QrDataModuleShape, G.QrEyeStyle, G.QrDataModuleStyle, S.QrValidationResult, S.QrValidationStatus, X.MiddlewareClass, X.Store, B.TypedReducer, B.TypedMiddleware, N.LoadingState, N.RoundedLoadingButtonController, U._Wrapper, F._StreamSinkWrapper, G._StartWithStreamSink, O._StartWithErrorStreamSink, G.ErrorAndStackTrace, Q.ValueWrapper, O.HubAdapter, U.NoOpHub, B.Breadcrumb, K.SentryLevel, Z.SentryFlutterWeb, V.SharedPreferences, E.SharedPreferencesStorePlatform, Y.SourceFile, D.SourceLocationMixin, Y.SourceSpanMixin, U.Highlighter, U._Highlight, U._Line, V.SourceLocation, G.SourceSpanException, X.StringScanner, S.BasicLock, X.EnMessages, X.EnShortMessages, O.EsMessages, O.EsShortMessages, K.Uuid, E.Matrix3, E.Matrix4, E.Quaternion, E.Vector3, E.Vector4, Q.Version]); + _inheritMany(H.Closure, [H.initializeEngine_closure, H.initializeEngine_closure0, H.initializeEngine__closure, H._addUrlStrategyListener_closure, H._addUrlStrategyListener_closure0, H.AssetManager__baseUrl_closure, H.AssetManager__baseUrl_closure0, H.ProductionCollector_closure, H.ProductionCollector_collect_closure, H.HtmlViewEmbedder__applyMutators_closure, H.HtmlViewEmbedder__applyMutators_closure0, H.FontFallbackData_createNotoFontTree_closure, H.FontFallbackData_registerFallbackFont_closure, H.findFontsForMissingCodeunits_closure, H._makeResolvedNotoFontFromCss_closure, H._registerSymbolsAndEmoji_extractUrlFromCss, H.findMinimumFontsForCodeUnits_closure, H.findMinimumFontsForCodeUnits_closure0, H.FallbackFontDownloadQueue_startDownloads_closure, H.NotoDownloader_downloadAsBytes_closure, H.NotoDownloader_downloadAsBytes__closure, H.NotoDownloader_downloadAsString_closure, H.NotoDownloader_downloadAsString__closure, H.SkiaFontCollection_ensureFontsLoaded_closure, H.SkiaFontCollection_ensureFontsLoaded_closure0, H.SkiaFontCollection__getArrayBuffer_closure, H.httpRequestFactory_closure, H.skiaInstantiateWebImageCodec_closure, H.skiaInstantiateWebImageCodec_closure0, H.skiaInstantiateWebImageCodec_closure1, H.CkImage_closure, H.initializeCanvasKit__loadSubscription_set, H.initializeCanvasKit__loadSubscription_get, H.initializeCanvasKit_closure, H.initializeCanvasKit__closure, H.initializeCanvasKit__closure0, H.IntervalTree_IntervalTree$createFromRanges_closure, H.IntervalTree_IntervalTree$createFromRanges_closure0, H.IntervalTree_IntervalTree$createFromRanges__makeBalancedTree, H.IntervalTree_IntervalTree$createFromRanges__computeHigh, H.Frame_raster_closure, H.Frame_raster_closure0, H.Surface_acquireFrame_closure, H.Surface__createNewSurface_closure, H.CkTextStyle_skTextStyle_closure, H.CkParagraphBuilder__ensureFontsSupportText_closure, H.CkParagraphBuilder__checkIfGlobalFallbacksSupport_closure, H.CkParagraphBuilder__checkIfNoFallbackFontSupports_closure, H._getEffectiveFontFamilies_closure, H.ClipboardMessageHandler_setDataMethodCall_closure, H.ClipboardMessageHandler_setDataMethodCall_closure0, H.ClipboardMessageHandler_getDataMethodCall_closure, H.ClipboardMessageHandler_getDataMethodCall_closure0, H.DomRenderer_reset_closure, H.DomRenderer_reset_closure0, H.DomRenderer_reset_closure1, H.DomRenderer_reset_closure2, H.DomRenderer_reset_closure3, H.DomRenderer_setPreferredOrientation_closure, H.DomRenderer_setPreferredOrientation_closure0, H.PersistedPicture__applyBitmapPaint_closure, H.SurfaceSceneBuilder_build_closure, H.SurfaceSceneBuilder_build_closure0, H.commitScene_closure, H.PersistedContainerSurface__matchChildren_closure, H.HtmlCodec_getNextFrame_closure, H.HtmlCodec_getNextFrame_closure0, H.HtmlCodec__decodeUsingOnLoad__errorSubscription_set, H.HtmlCodec__decodeUsingOnLoad__errorSubscription_get, H.HtmlCodec__decodeUsingOnLoad_closure, H.HtmlCodec__decodeUsingOnLoad_closure0, H.Keyboard$__closure, H.Keyboard$__closure0, H.Keyboard$__closure1, H.Keyboard__handleHtmlEvent_closure, H.Keyboard__handleHtmlEvent_closure0, H._kLogicalKeyToModifierGetter_closure, H._kLogicalKeyToModifierGetter_closure0, H._kLogicalKeyToModifierGetter_closure1, H._kLogicalKeyToModifierGetter_closure2, H._kLogicalKeyToModifierGetter_closure3, H._kLogicalKeyToModifierGetter_closure4, H._kLogicalKeyToModifierGetter_closure5, H._kLogicalKeyToModifierGetter_closure6, H.KeyboardBinding__addEventListener_closure, H.KeyboardBinding__onKeyData_closure, H.KeyboardBinding__setup_closure, H.KeyboardBinding__setup_closure0, H.KeyboardConverter__scheduleAsyncEvent_closure, H.KeyboardConverter__scheduleAsyncEvent_closure0, H.KeyboardConverter__startGuardingKey_closure, H.KeyboardConverter__startGuardingKey_closure0, H.KeyboardConverter_handleEvent_closure, H.KeyboardConverter_handleEvent_closure0, H.KeyboardConverter_handleEvent_closure1, H.KeyboardConverter_handleEvent_closure2, H.KeyboardConverter_handleEvent__closure, H.MultiEntriesBrowserHistory_onPopState_closure, H.SingleEntryBrowserHistory_onPopState_closure, H.SingleEntryBrowserHistory_onPopState_closure0, H.HashUrlStrategy_addPopStateListener_closure, H.HashUrlStrategy__waitForPopState__unsubscribe_set, H.HashUrlStrategy__waitForPopState__unsubscribe_get, H.HashUrlStrategy__waitForPopState_closure, H.EnginePlatformDispatcher__zonedPlatformMessageResponseCallback_closure, H.EnginePlatformDispatcher__sendPlatformMessage_closure, H.EnginePlatformDispatcher__sendPlatformMessage_closure0, H.EnginePlatformDispatcher__sendPlatformMessage_closure1, H.EnginePlatformDispatcher__sendPlatformMessage_closure2, H.EnginePlatformDispatcher__sendPlatformMessage_closure3, H.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure, H.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure0, H.EnginePlatformDispatcher__replyToPlatformMessage_closure, H.invoke3_closure, H._BaseAdapter_addEventListener_closure, H._WheelEventListenerMixin__addWheelEventListener_closure, H._PointerAdapter__ensureSanitizer_closure, H._PointerAdapter__addPointerEventListener_closure, H._PointerAdapter_setup_closure, H._PointerAdapter_setup_closure0, H._PointerAdapter_setup_closure1, H._PointerAdapter_setup_closure2, H._PointerAdapter_setup_closure3, H._TouchAdapter__addTouchEventListener_closure, H._TouchAdapter_setup_closure, H._TouchAdapter_setup_closure0, H._TouchAdapter_setup_closure1, H._TouchAdapter_setup_closure2, H._MouseAdapter__addMouseEventListener_closure, H._MouseAdapter_setup_closure, H._MouseAdapter_setup_closure0, H._MouseAdapter_setup_closure1, H._MouseAdapter_setup_closure2, H.PointerDataConverter__ensureStateForPointer_closure, H.AccessibilityAnnouncements$__closure, H.AccessibilityAnnouncements_handleMessage_closure, H.Incrementable_closure, H.Incrementable_closure0, H.Scrollable_update_closure, H.Scrollable_update_closure0, H.Scrollable_update_closure1, H._roleFactories_closure, H._roleFactories_closure0, H._roleFactories_closure1, H._roleFactories_closure2, H._roleFactories_closure3, H._roleFactories_closure4, H._roleFactories_closure5, H._roleFactories_closure6, H.SemanticsObject_recomputePositionAndSize__effectiveTransform_set, H.SemanticsObject_recomputePositionAndSize__effectiveTransform_get, H.EngineSemanticsOwner$__closure, H.EngineSemanticsOwner__now_closure, H.EngineSemanticsOwner__getGestureModeClock_closure, H.DesktopSemanticsEnabler_tryEnableSemantics_closure, H.DesktopSemanticsEnabler_prepareAccessibilityPlaceholder_closure, H.MobileSemanticsEnabler_tryEnableSemantics_closure, H.MobileSemanticsEnabler_prepareAccessibilityPlaceholder_closure, H.Tappable_update_closure, H.TextField__initializeForBlink_closure, H.TextField__initializeForWebkit_closure, H.TextField__initializeForWebkit_closure0, H.TextField_update_closure, H.StandardMessageCodec_writeValue_closure0, H.CanvasParagraph__createDomElement__element_set, H.CanvasParagraph__createDomElement__element_get, H.FontManager__loadFontFace_closure, H.FontManager__loadFontFace_closure0, H._PolyfillFontManager_registerAsset___fontLoadStart_set, H._PolyfillFontManager_registerAsset___fontLoadStart_get, H._PolyfillFontManager_registerAsset__watchWidth, H._PolyfillFontManager_registerAsset_closure, H.RulerManager__scheduleRulerCacheCleanup_closure, H.RulerManager__evictAllRulers_closure, H.RulerManager_cleanUpRulerCache_closure, H.DomParagraphBuilder__buildRichText_currentElement, H.EngineAutofillForm_fromFrameworkMessage_closure, H.EngineAutofillForm_addInputEventListeners_closure, H.EngineAutofillForm_addInputEventListeners__closure, H.DefaultTextEditingStrategy_addEventHandlers_closure, H.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure, H.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure0, H.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure1, H.IOSTextEditingStrategy_addEventHandlers_closure, H.IOSTextEditingStrategy_addEventHandlers_closure0, H.IOSTextEditingStrategy__addTapListener_closure, H.IOSTextEditingStrategy__schedulePlacement_closure, H.AndroidTextEditingStrategy_addEventHandlers_closure, H.FirefoxTextEditingStrategy_addEventHandlers_closure, H.FirefoxTextEditingStrategy_addEventHandlers_closure0, H.FirefoxTextEditingStrategy__postponeFocus_closure, H.saveForms_closure, H.TextEditingChannel_handleTextInput__command_set, H.TextEditingChannel_handleTextInput__command_get, H.TextEditingChannel_handleTextInput_closure, H.HybridTextEditing__startEditing_closure0, H.HybridTextEditing__startEditing_closure, H.sendFontChangeMessage_closure, H.sendFontChangeMessage__closure, H.WebExperiments$__closure, H.EngineFlutterWindow_closure, H._HeaderValue_toString_closure, H._HeaderValue__parse_done, H._HeaderValue__parse_skipWS, H._HeaderValue__parse_parseValue, H._HeaderValue__parse_expect, H._HeaderValue__parse_maybeExpect, H._HeaderValue__parse_parseParameters, H._HeaderValue__parse_parseParameters_parseParameterName, H._HeaderValue__parse_parseParameters_parseParameterValue, H._CastListBase_sort_closure, H._CastListBase_removeWhere_closure, H._CastListBase_retainWhere_closure, H.CastMap_putIfAbsent_closure, H.CastMap_forEach_closure, H.CastMap_entries_closure, H.nullFuture_closure, H.ConstantMap_map_closure, H.ConstantStringMap_values_closure, H.Instantiation, H.Primitives_initTicker_closure, H.Primitives_functionNoSuchMethod_closure, H.TearOffClosure, H.JsLinkedHashMap_values_closure, H.JsLinkedHashMap_containsValue_closure, H.JsLinkedHashMap_addAll_closure, H.initHooks_closure, H.initHooks_closure0, H.initHooks_closure1, P._AsyncRun__initializeScheduleImmediate_internalCallback, P._AsyncRun__initializeScheduleImmediate_closure, P._AsyncRun__scheduleImmediateJsOverride_internalCallback, P._AsyncRun__scheduleImmediateWithSetImmediate_internalCallback, P._TimerImpl_internalCallback, P._TimerImpl$periodic_closure, P._awaitOnObject_closure, P._awaitOnObject_closure0, P._wrapJsFunctionForAsync_closure, P._asyncStarHelper_closure, P._asyncStarHelper_closure0, P._AsyncStarStreamController__resumeBody, P._AsyncStarStreamController__resumeBody_closure, P._AsyncStarStreamController_closure0, P._AsyncStarStreamController_closure1, P._AsyncStarStreamController_closure, P._AsyncStarStreamController__closure, P._SyncBroadcastStreamController__sendData_closure, P._SyncBroadcastStreamController__sendError_closure, P._SyncBroadcastStreamController__sendDone_closure, P.Future_Future_closure, P.Future_Future$microtask_closure, P.Future_Future$delayed_closure, P.Future_wait__error_set, P.Future_wait__stackTrace_set, P.Future_wait__error_get, P.Future_wait__stackTrace_get, P.Future_wait_handleError, P.Future_wait_closure, P._Future__addListener_closure, P._Future__prependListeners_closure, P._Future__chainForeignFuture_closure, P._Future__chainForeignFuture_closure0, P._Future__chainForeignFuture_closure1, P._Future__asyncCompleteWithValue_closure, P._Future__chainFuture_closure, P._Future__asyncCompleteError_closure, P._Future__propagateToListeners_handleWhenCompleteCallback, P._Future__propagateToListeners_handleWhenCompleteCallback_closure, P._Future__propagateToListeners_handleValueCallback, P._Future__propagateToListeners_handleError, P._Future_timeout_closure, P._Future_timeout_closure0, P._Future_timeout_closure1, P.Stream_Stream$fromFuture_closure, P.Stream_Stream$fromFuture_closure0, P.Stream_Stream$fromIterable_closure, P.Stream_pipe_closure, P.Stream_fold_closure, P.Stream_fold_closure0, P.Stream_fold__closure, P.Stream_fold__closure0, P.Stream_forEach_closure, P.Stream_forEach_closure0, P.Stream_forEach__closure, P.Stream_forEach__closure0, P.Stream_length_closure, P.Stream_length_closure0, P.Stream_isEmpty_closure, P.Stream_isEmpty_closure0, P.Stream_first_closure, P.Stream_first_closure0, P._StreamController__subscribe_closure, P._StreamController__recordCancel_complete, P._AddStreamState_makeErrorHandler_closure, P._AddStreamState_cancel_closure, P._BufferingStreamSubscription__sendError_sendError, P._BufferingStreamSubscription__sendDone_sendDone, P._PendingEvents_schedule_closure, P._cancelAndError_closure, P._cancelAndErrorClosure_closure, P._cancelAndValue_closure, P._StreamHandlerTransformer_closure, P._CustomZone_bindCallback_closure, P._CustomZone_bindUnaryCallback_closure, P._CustomZone_bindCallbackGuarded_closure, P._CustomZone_bindUnaryCallbackGuarded_closure, P._rootHandleUncaughtError_closure, P._RootZone_bindCallback_closure, P._RootZone_bindCallbackGuarded_closure, P._RootZone_bindUnaryCallbackGuarded_closure, P._HashMap_values_closure, P._HashMap_addAll_closure, P._CustomHashMap_closure, P._LinkedCustomHashMap_closure, P.HashMap_HashMap$from_closure, P.LinkedHashMap_LinkedHashMap$from_closure, P.MapBase_mapToString_closure, P.MapMixin_entries_closure, P.SplayTreeMap_closure, P.SplayTreeMap_addAll_closure, P.SplayTreeSet_closure, P.SplayTreeSet__copyNode_copyChildren, P._JsonMap_values_closure, P._JsonMap_addAll_closure, P.Utf8Decoder__decoder_closure, P.Utf8Decoder__decoderNonfatal_closure, P._JsonStringifier_writeMap_closure, P._JsonPrettyPrintMixin_writeMap_closure, P._symbolMapToStringMap_closure, P.NoSuchMethodError_toString_closure, P._BigIntImpl_hashCode_combine, P._BigIntImpl_hashCode_finish, P._BigIntImpl_toDouble_readBits, P._BigIntImpl_toDouble_roundUp, P.DateTime_parse_parseIntOrZero, P.DateTime_parse_parseMilliAndMicroseconds, P.Duration_toString_sixDigits, P.Duration_toString_twoDigits, P.Uri__parseIPv4Address_error, P.Uri_parseIPv6Address_error, P.Uri_parseIPv6Address_parseHex, P._Uri__makePath_closure, P._Uri__makeQuery_writeParameter, P._Uri__makeQuery_closure, P._createTables_build, P._createTables_setChars, P._createTables_setRange, W.CanvasElement_toBlob_closure, W._ChildrenElementList__filter_closure, W.Element_Element$html_closure, W.Entry_remove_closure, W.Entry_remove_closure0, W.HttpRequest_request_closure, W.MidiInputMap_keys_closure, W.MidiInputMap_values_closure, W.MidiOutputMap_keys_closure, W.MidiOutputMap_values_closure, W.RtcStatsReport_keys_closure, W.RtcStatsReport_values_closure, W.Storage_addAll_closure, W.Storage_keys_closure, W.Storage_values_closure, W._BeforeUnloadEventStreamProvider_forTarget_closure, W._AttributeMap_addAll_closure, W._DataAttributeMap_addAll_closure, W._DataAttributeMap_forEach_closure, W._DataAttributeMap_keys_closure, W._DataAttributeMap_values_closure, W._EventStreamSubscription_closure, W._EventStreamSubscription_onData_closure, W.NodeValidatorBuilder_allowsElement_closure, W.NodeValidatorBuilder_allowsAttribute_closure, W._SimpleNodeValidator_closure, W._SimpleNodeValidator_closure0, W._TemplatingNodeValidator_closure, W._ValidatingTreeSanitizer_sanitizeTree_walk, P._StructuredClone_walk_closure, P._StructuredClone_walk_closure0, P._AcceptStructuredClone_walk_closure, P._convertDartToNative_Value_closure, P.convertDartToNative_Dictionary_closure, P.FilteredElementList__iterable_closure, P.FilteredElementList__iterable_closure0, P.FilteredElementList_removeRange_closure, P._completeRequest_closure, P._FileStream_listen_closure, P._FileStream__closeFile_done, P._FileStream__readBlock_closure, P._FileStream__readBlock_closure0, P._FileStream__start_onReady, P._FileStream__start_onOpenFile, P._FileStream__start_onOpenFile_closure, P._FileStream__start_openFailed, P._File_open_closure, P._File_length_closure, P.JsObject__convertDataTree__convert, P._convertToJS_closure, P._convertToJS_closure0, P._wrapToDart_closure, P._wrapToDart_closure0, P._wrapToDart_closure1, P.promiseToFuture_closure, P.promiseToFuture_closure0, P.ChannelBuffers_push_closure, P.webOnlyInitializePlatform_closure, P.webOnlyInstantiateImageCodecFromUrl_closure, P._futurize_closure, P.AudioParamMap_keys_closure, P.AudioParamMap_values_closure, D.BoardItemState_onDropItem_closure, D.BoardItemState__startDrag_closure, D.BoardItemState__startDrag_closure0, D.BoardItemState_build_closure, D.BoardItemState_build_closure3, D.BoardItemState_build_closure2, D.BoardItemState_build_closure1, D.BoardItemState_build_closure0, O.BoardListState_onDropList_closure, O.BoardListState__startDrag_closure, O.BoardListState_build_closure0, O.BoardListState_build_closure2, O.BoardListState_build_closure1, O.BoardListState_build_closure, O.BoardListState_build_closure3, N.BoardViewState_moveDown_closure, N.BoardViewState_moveUp_closure, N.BoardViewState_moveListRight_closure, N.BoardViewState_moveListRight__closure, N.BoardViewState_moveListRight_closure0, N.BoardViewState_moveRight_closure, N.BoardViewState_moveRight_closure0, N.BoardViewState_moveRight_closure1, N.BoardViewState_moveRight__closure, N.BoardViewState_moveRight_closure2, N.BoardViewState_moveListLeft_closure, N.BoardViewState_moveListLeft__closure, N.BoardViewState_moveListLeft_closure0, N.BoardViewState_moveLeft_closure, N.BoardViewState_moveLeft_closure0, N.BoardViewState_moveLeft_closure1, N.BoardViewState_moveLeft__closure, N.BoardViewState_moveLeft_closure2, N.BoardViewState_build_closure, N.BoardViewState_build__closure5, N.BoardViewState_build_closure0, N.BoardViewState_build_closure1, N.BoardViewState_build__closure4, N.BoardViewState_build_closure2, N.BoardViewState_build__closure3, N.BoardViewState_build_closure3, N.BoardViewState_build__closure2, N.BoardViewState_build_closure5, N.BoardViewState_build__closure0, N.BoardViewState_build_closure4, N.BoardViewState_build__closure1, N.BoardViewState_build_closure6, N.BoardViewState_build__closure, N.BoardViewState_run_closure, A.hashObjects_closure, R.BuiltListMultimap_BuiltListMultimap_closure, R.BuiltListMultimap_hashCode_closure, R.BuiltListMultimap_forEach_closure, R.BuiltListMultimap_forEach__closure, R.ListMultimapBuilder_replace_closure, A.BuiltMap_BuiltMap_closure, A.BuiltMap_BuiltMap$from_closure, A.BuiltMap_hashCode_closure, A.MapBuilder_replace_closure, A.MapBuilder_replace_closure0, X.BuiltSet_hashCode_closure, M.BuiltSetMultimap_hashCode_closure, M.BuiltSetMultimap_forEach_closure, M.BuiltSetMultimap_forEach__closure, M.SetMultimapBuilder_replace_closure, Y.newBuiltValueToStringHelper_closure, U.Serializers_Serializers_closure, U.Serializers_Serializers_closure0, U.Serializers_Serializers_closure1, U.Serializers_Serializers_closure2, U.Serializers_Serializers_closure3, R.BuiltListMultimapSerializer_serialize_closure, R.BuiltListMultimapSerializer_deserialize_closure, K.BuiltListSerializer_serialize_closure, K.BuiltListSerializer_deserialize_closure, R.BuiltSetMultimapSerializer_serialize_closure, R.BuiltSetMultimapSerializer_deserialize_closure, O.BuiltSetSerializer_serialize_closure, O.BuiltSetSerializer_deserialize_closure, T.StandardJsonPlugin__toList_closure, T.StandardJsonPlugin__toList_closure0, T.StandardJsonPlugin__toListUsingDiscriminator_closure, T.StandardJsonPlugin__toListUsingDiscriminator_closure0, X.CachedNetworkImageProvider__loadAsyncHttpGet_closure, G.loadAsyncHtmlImage_closure, B.MultiImageStreamCompleter_closure, B.MultiImageStreamCompleter_closure0, B.MultiImageStreamCompleter_closure1, T.BaseBarRenderer_preprocessSeries_closure, T.BaseBarRenderer_preprocessSeries__closure0, T.BaseBarRenderer_preprocessSeries__closure1, T.BaseBarRenderer_preprocessSeries__closure2, T.BaseBarRenderer_preprocessSeries_closure0, T.BaseBarRenderer_preprocessSeries__closure, T.BaseBarRenderer_update_closure, T.BaseBarRenderer_update__closure, T.BaseBarRenderer_update__closure0, T.BaseBarRenderer_update__closure1, T.BaseBarRenderer_update_closure0, T.BaseBarRenderer_paint_closure, T.BaseBarRenderer_paint__closure0, T.BaseBarRenderer_paint_closure0, T.BaseBarRenderer_paint_closure1, T.BaseBarRenderer_paint__closure, T.BaseBarRenderer_getNearestDatumDetailPerSeries_closure, T.BaseBarRenderer__getSegmentsForDomainValue_closure, T.BaseBarRenderer__getSegmentsForDomainValue_closure0, T.BaseBarRenderer__getVerticalDetailsForDomainValue_closure, T.BaseBarRenderer__getVerticalDetailsForDomainValue_closure0, T._ReversedSeriesIterator_closure, T._ReversedSeriesIterator_closure0, M.Axis__updateAxisTicks_closure, M.Axis__updateAxisTicks_closure0, M.Axis_paint_closure, R.BaseTickDrawStrategy_collides_closure, R.BaseTickDrawStrategy_measureVerticallyDrawnTicks_closure, R.BaseTickDrawStrategy_measureHorizontallyDrawnTicks_closure, R.BaseTickDrawStrategy_splitLabel_closure, R.BaseTickDrawStrategy_getLabelWidth_closure, Y.NoneDrawStrategy_decorateTicks_closure, B.SimpleTickFormatterBase_format_closure, B.NumericTickFormatter__getFormatter_closure, L.TimeRangeTickProviderImpl_getTicks__currentTicks_set, L.TimeRangeTickProviderImpl_getTicks__currentTicks_get, L.CartesianChart_init_closure, L.CartesianChart_makeSeries_closure, L.CartesianChart_preprocessSeries_closure, L.CartesianChart_preprocessSeries_closure0, L.CartesianChart_preprocessSeries_closure1, L.CartesianChart_preprocessSeries_closure2, L.CartesianChart_onSkipLayout_closure, F.BaseCartesianRenderer_configureDomainAxes_closure, F.BaseCartesianRenderer_configureMeasureAxes_closure, X.BaseChart_init_closure, X.BaseChart_getSelectionModel_closure, X.BaseChart_pointWithinRenderer_closure, X.BaseChart_getNearestDatumDetailPerSeries_closure, X.BaseChart_getNearestDatumDetailPerSeries_closure0, X.BaseChart_draw_closure, X.BaseChart_drawInternal_closure, X.BaseChart_configureSeries_closure, X.BaseChart_configureSeries__closure, X.BaseChart_configureSeries_closure0, X.BaseChart_preprocessSeries_closure, X.BaseChart_preprocessSeries__closure, X.BaseChart_preprocessSeries_closure0, X.BaseChart_preprocessSeries_closure1, X.BaseChart_onPostLayout_closure, X.BaseChart_paint_closure, X.BaseChart_fireOnDraw_closure, X.BaseChart_fireOnPreprocess_closure, X.BaseChart_fireOnPostprocess_closure, X.BaseChart_fireOnAxisConfigured_closure, X.BaseChart_fireOnPostrender_closure, X.BaseChart_fireOnAnimationComplete_closure, O.DomainHighlighter__updateColorFunctions_closure, O.DomainHighlighter__updateColorFunctions__closure, V.PerSeriesLegendEntryGenerator_getLegendEntries_closure, V.PerSeriesLegendEntryGenerator_getLegendEntries_closure0, V.PerSeriesLegendEntryGenerator__updateFromSelection_closure, V.PerSeriesLegendEntryGenerator__updateFromSelection_closure0, V.PerSeriesLegendEntryGenerator__updateFromSeriesList_getMeasureTotal, Z.SeriesLegend_onData_closure0, Z.SeriesLegend_onData_closure, Z.SeriesLegend_preProcessSeriesList_closure, Z.SeriesLegend_showSeries_closure, E.LinePointHighlighter__updateViewData_closure, E._LinePointLayoutView_paint_closure, E._LinePointLayoutView_paint_closure0, Z.SelectNearest__onSelect_closure, Z.SelectNearest__onSelect_closure0, Z.SelectNearest__extractSeriesFromNearestSelection_closure, N.MutableSeries_closure, D.MutableSelectionModel_updateSelection_closure, D.MutableSelectionModel_updateSelection_closure0, B.BaseSeriesRenderer_assignMissingColors_closure, B.BaseSeriesRenderer_assignMissingColors__closure3, B.BaseSeriesRenderer_assignMissingColors_closure0, B.BaseSeriesRenderer_assignMissingColors__closure2, B.BaseSeriesRenderer_assignMissingColors_closure1, B.BaseSeriesRenderer_assignMissingColors_closure2, B.BaseSeriesRenderer_assignMissingColors__closure0, B.BaseSeriesRenderer_assignMissingColors__closure1, B.BaseSeriesRenderer_assignMissingColors_closure3, B.BaseSeriesRenderer_assignMissingColors__closure, B.BaseSeriesRenderer_assignMissingColors_closure4, D.LayoutManagerImpl_paintOrderedViews_closure, D.LayoutManagerImpl_positionOrderedViews_closure, D.LayoutManagerImpl_drawableLayoutAreaBounds_closure, D.LayoutManagerImpl_layout_closure, D.LayoutManagerImpl__viewsForPositions_closure, B.VerticalMarginStrategy_measure_closure, B.LeftMarginLayoutStrategy_layout_closure, B.RightMarginLayoutStrategy_layout_closure, B.HorizontalMarginStrategy_measure_closure, B.TopMarginLayoutStrategy_layout_closure, B.BottomMarginLayoutStrategy_layout_closure, T.LineRenderer_configureSeries_closure, T.LineRenderer_configureSeries__closure, T.LineRenderer_preprocessSeries_closure, T.LineRenderer_preprocessSeries_closure0, T.LineRenderer_preprocessSeries__closure, T.LineRenderer__mergeIntoSeriesMap_closure, T.LineRenderer__mergeIntoSeriesMap__closure, T.LineRenderer_update_closure, T.LineRenderer_update__closure, T.LineRenderer_update___closure, T.LineRenderer_update_closure0, T.LineRenderer__createBoundsSegment_closure, T.LineRenderer__createBoundsSegment_closure0, T.LineRenderer_paint_closure, T.LineRenderer_paint__closure7, T.LineRenderer_paint_closure0, T.LineRenderer_paint__closure, T.LineRenderer_paint__closure0, T.LineRenderer_paint__closure1, T.LineRenderer_paint__closure2, T.LineRenderer_paint__closure3, T.LineRenderer_paint__closure4, T.LineRenderer_paint__closure5, T.LineRenderer_paint__closure6, T._LineRendererElement_updateAnimationPercent__lastPoint_set, T._LineRendererElement_updateAnimationPercent__lastPoint_get, T._AreaRendererElement_updateAnimationPercent__lastPoint_set, T._AreaRendererElement_updateAnimationPercent__lastPoint_get, U.PointRenderer_paint_closure, U.PointRenderer_paint__closure1, U.PointRenderer_paint_closure0, U.PointRenderer_paint__closure, U.PointRenderer_paint__closure0, U.PointRenderer_paint___closure, U.PointRenderer_paint___closure0, U.PointRenderer_paint___closure1, U.PointRenderer_paint___closure2, N.GestureListener_defaultTapCancel_closure, N.GestureListener_defaultTapTest_closure, M.MaterialPalette__orderedPalettes_closure, M.MaterialPalette__orderedPalettes_closure0, M.MaterialPalette__orderedPalettes_closure1, M.MaterialPalette__orderedPalettes_closure2, M.MaterialPalette__orderedPalettes_closure3, M.MaterialPalette__orderedPalettes_closure4, M.MaterialPalette__orderedPalettes_closure5, M.MaterialPalette__orderedPalettes_closure6, M.MaterialPalette__orderedPalettes_closure7, M.MaterialPalette__orderedPalettes_closure8, M.MaterialPalette__orderedPalettes_closure9, M.MaterialPalette__orderedPalettes_closure10, V.Performance_time_closure, V.Performance_timeEnd_closure, G.ProxyGestureListener_onLongPress_closure, G.ProxyGestureListener_onTap_closure, G.ProxyGestureListener_onDragStart_closure, G.ProxyGestureListener_onDragUpdate_closure, G.ProxyGestureListener_onDragEnd_closure, G.ProxyGestureListener__cancel_closure, G.ProxyGestureListener__populateActiveListeners_closure, F.Series_Series_closure, F.Series_Series_closure0, F.Series_Series_closure1, X.BaseChart__updateBehaviors_closure, X.BaseChart__updateBehaviors_closure0, X.BaseChart__notACustomBehavior_closure, X.BaseChart__updateSelectionModel_closure, X.BaseChart__updateSelectionModel_closure0, X.BaseChart_getDesiredGestures_closure, X.BaseChart_getDesiredGestures_closure0, U.BaseChartState_requestRebuild_closure, U.BaseChartState_build_closure, U.BaseChartState_dispose_closure, U.BaseChartState__animationTick_closure, Y.BaseLegendContentBuilder_build_closure, M.SimpleLegendEntryLayout_makeTapUpCallback_closure, L.TabularLegendLayout_build_closure, L.TabularLegendLayout__buildTableFromRows_closure, L.TabularLegendLayout__buildTableFromRows_closure0, L.TabularLegendLayout__buildTableFromRows_closure1, Z._FlutterSeriesLegend_build_closure, V.LinePainter__drawDashedLine_closure, X.ChartContainerRenderObject_requestAnimation_startAnimationController, X.ChartContainerRenderObject_requestRebuild_doRebuild, K.ChartGestureDetector_makeWidget_closure, K.ChartGestureDetector_onTapDown_closure, M.getChartContainerRenderObject_closure, E.WidgetLayoutDelegate__getBehaviorOffset__behaviorOffset_set, E.WidgetLayoutDelegate__getBehaviorOffset__behaviorOffset_get, M.CanonicalizedMap_addAll_closure, M.CanonicalizedMap_entries_closure, M.CanonicalizedMap_forEach_closure, M.CanonicalizedMap_keys_closure, M.CanonicalizedMap_map_closure, M.CanonicalizedMap_putIfAbsent_closure, M.CanonicalizedMap_values_closure, M.DraggableScrollbar__thumbSemicircleBuilder_closure, M._DraggableScrollbarState_build_closure, M._DraggableScrollbarState_build__closure, M._DraggableScrollbarState_changePosition_closure, M._DraggableScrollbarState_changePosition__closure, M._DraggableScrollbarState__onVerticalDragStart_closure, M._DraggableScrollbarState__onVerticalDragUpdate_closure, M._DraggableScrollbarState__onVerticalDragEnd_closure, M._DraggableScrollbarState__onVerticalDragEnd_closure0, M.SlideFadeTransition_build_closure, Q.MemoryDirectory_createSync_closure, Q.MemoryDirectory_createTempSync_closure, Q.MemoryDirectory_createTempSync_closure0, Q.MemoryDirectory_createTempSync_name, T.MemoryFile__resolvedBackingOrCreate_closure, T.MemoryFile__resolvedBackingOrCreate_closure0, T.MemoryFile__doCreate_closure, T._FileSink__FileSink$fromFile__node_set, T._FileSink__FileSink$fromFile__node_get, T._FileSink__FileSink$fromFile_closure, T._FileSink_addStream_finish, T._FileSink_addStream_closure, T._FileSink_addStream_closure0, T._FileSink_close_closure, T._FileSink_close_closure0, T._FileSink__addData_closure, X._MemoryFileSystem_findNode_subpath, X._MemoryFileSystem_findNode_closure, U.MemoryFileSystemEntity_backing_closure, U.MemoryFileSystemEntity_resolvedBacking_closure, U.MemoryFileSystemEntity_resolvedBacking_closure0, U.MemoryFileSystemEntity_defaultCheckType_closure, U.MemoryFileSystemEntity_internalCreateSync_closure, B.resolveLinks_closure, S.ErrorCodes_EINVAL_closure, S.ErrorCodes_EISDIR_closure, S.ErrorCodes_ELOOP_closure, S.ErrorCodes_ENOENT_closure, S.ErrorCodes_ENOTDIR_closure, S.ErrorCodes_ENOTEMPTY_closure, G.FilePickerWeb_pickFiles_changeEventListener, G.FilePickerWeb_pickFiles_changeEventListener_addPickedFile, G.FilePickerWeb_pickFiles_changeEventListener_closure, G.FilePickerWeb_pickFiles_changeEventListener__closure, G.FilePickerWeb_pickFiles_changeEventListener__closure0, G.FilePickerWeb_pickFiles_cancelledEventListener, G.FilePickerWeb_pickFiles_cancelledEventListener_closure, G.FilePickerWeb__fileType_closure, E.CupertinoDynamicColor_toString_toString, D.CupertinoRouteTransitionMixin_buildPageTransitions_closure, D.CupertinoRouteTransitionMixin_buildPageTransitions_closure0, D._CupertinoBackGestureController_dragEnd__animationStatusCallback_set, D._CupertinoBackGestureController_dragEnd__animationStatusCallback_get, D._CupertinoBackGestureController_dragEnd_closure, D._CupertinoEdgeShadowDecoration_lerp_closure, D._CupertinoEdgeShadowDecoration_lerp_closure0, E._CupertinoScrollbarState_initState_closure, E._CupertinoScrollbarState_handleThumbPress_closure, N._CupertinoSwitchState__handleDragEnd_closure, N._RenderCupertinoSwitch_paint_closure, K.CupertinoThemeData_resolveFrom_convertColor, K.NoDefaultCupertinoThemeData_resolveFrom_convertColor, K._CupertinoThemeDefaults_resolveFrom_convertColor, U._testPlatform_closure, U._browserPlatform_closure, U.FlutterErrorDetails_summary_formatException, U.FlutterErrorDetails_summary_closure, U.FlutterErrorDetails_summary_closure0, U.FlutterErrorDetails_debugFillProperties_closure, U.FlutterError_FlutterError_closure, U.FlutterError_defaultStackFilter_closure, U.FlutterError_defaultStackFilter_closure0, U.FlutterError_toString_closure, U.debugPrintStack_closure, N.BindingBase_lockEvents_closure, N.BindingBase_registerBoolServiceExtension_closure, N.BindingBase_registerNumericServiceExtension_closure, N.BindingBase_registerServiceExtension_closure, N.BindingBase_registerServiceExtension_closure__result_set, N.BindingBase_registerServiceExtension__closure, N.BindingBase_registerServiceExtension_closure__result_get, B.ChangeNotifier_notifyListeners_closure, Y._PrefixedStringBuilder__wordWrapLine__lastWordStart_set, Y._PrefixedStringBuilder__wordWrapLine__lastWordStart_get, Y._PrefixedStringBuilder__wordWrapLine_noWrap, Y.TextTreeRenderer__debugRender_visitor, Y.TextTreeRenderer__debugRender_closure, F.LicenseEntryWithLineBreaks_paragraphs_addLine, F.LicenseEntryWithLineBreaks_paragraphs_getParagraph, R.StackFrame_fromStackString_closure, O.SynchronousFuture_whenComplete_closure, D._GestureArena_toString_closure, D.GestureArenaManager_add_closure, D.GestureArenaManager__tryToResolveArena_closure, N.GestureBinding_dispatchEvent_closure, N.GestureBinding_dispatchEvent_closure0, K.ForcePressGestureRecognizer_handleEvent_closure, K.ForcePressGestureRecognizer_acceptGesture_closure, K.ForcePressGestureRecognizer_didStopTrackingLastPointer_closure, T.LongPressGestureRecognizer__checkLongPressStart_closure, T.LongPressGestureRecognizer__checkLongPressMoveUpdate_closure, T.LongPressGestureRecognizer__checkLongPressEnd_closure, O.DragGestureRecognizer__checkDown_closure, O.DragGestureRecognizer__checkStart_closure, O.DragGestureRecognizer__checkUpdate_closure, O.DragGestureRecognizer__checkEnd_closure, O.DragGestureRecognizer__checkEnd_closure0, O.DragGestureRecognizer__checkEnd_closure1, V.MultiDragGestureRecognizer_acceptGesture_closure, V.MultiDragGestureRecognizer__startDrag_closure, O.PointerRouter_addRoute_closure, O.PointerRouter__dispatchEventToRoutes_closure, S.PrimaryPointerGestureRecognizer_addAllowedPointer_closure, B.ScaleGestureRecognizer__reconfigure_closure, B.ScaleGestureRecognizer__reconfigure_closure0, B.ScaleGestureRecognizer__advanceStateMachine_closure, B.ScaleGestureRecognizer__dispatchOnStartCallbackIfNeeded_closure, N.TapGestureRecognizer_handleTapDown_closure, N.TapGestureRecognizer_handleTapDown_closure0, N.TapGestureRecognizer_handleTapUp_closure, N.TapGestureRecognizer_handleTapUp_closure0, V.GestureArenaTeam_add_closure, A.showLicensePage_closure, A._PackagesViewState_licenses_closure, A._PackagesViewState_licenses_closure0, A._PackagesViewState_build_closure, A._PackagesViewState_build__closure, A._PackagesViewState_build___closure, A._PackagesViewState__initDefaultDetailPage_closure, A._PackagesViewState__packagesList_closure, A._PackagesViewState__packagesList__closure, A._PackagesViewState__packagesList___closure, A._LicenseData_sortPackages_closure, A._PackageLicensePageState__initLicenses_closure, A._PackageLicensePageState__initLicenses_closure0, A._PackageLicensePageState_build_closure, A._MasterDetailFlowState_build_closure, A._MasterDetailFlowState__nestedUI_closure1, A._MasterDetailFlowState__nestedUI_closure, A._MasterDetailFlowState__nestedUI_closure0, A._MasterDetailFlowState__masterPageRoute_closure, A._MasterDetailFlowState__masterPageRoute__closure, A._MasterDetailFlowState__detailPageRoute_closure, A._MasterDetailFlowState__detailPageRoute__closure, A._MasterDetailFlowState__lateralUI_closure1, A._MasterDetailFlowState__lateralUI_closure0, A._MasterDetailFlowState__lateralUI_closure, A._MasterDetailScaffoldState_openDetailPage_closure, A._MasterDetailScaffoldState_setInitialDetailPage_closure, A._MasterDetailScaffoldState_build_closure, A._MasterDetailScaffoldState_build__closure, A._DetailView_build_closure, S.MaterialApp_createMaterialHeroController_closure, S._MaterialAppState__buildWidgetApp_closure, D.MaterialPointArcTween__initialize_sweepAngle, D._maxBy__maxValue_set, D._maxBy__maxValue_get, D.MaterialRectArcTween__initialize_closure, R.BackButton_build_closure, Z._RawMaterialButtonState__handleHighlightChanged_closure, Z._RawMaterialButtonState__handleHoveredChanged_closure, Z._RawMaterialButtonState__handleFocusedChanged_closure, Z._RenderInputPadding_hitTest_closure, K._ButtonStyleState__handleHighlightChanged_closure, K._ButtonStyleState__handleHoveredChanged_closure, K._ButtonStyleState__handleFocusedChanged_closure, K._ButtonStyleState_build_effectiveValue, K._ButtonStyleState_build_resolve, K._ButtonStyleState_build_resolve_closure, K._ButtonStyleState_build_closure, K._ButtonStyleState_build_closure0, K._ButtonStyleState_build_closure1, K._ButtonStyleState_build_closure2, K._ButtonStyleState_build_closure3, K._ButtonStyleState_build_closure4, K._ButtonStyleState_build_closure5, K._ButtonStyleState_build_closure6, K._ButtonStyleState_build_closure7, K._ButtonStyleState_build_closure8, K._ButtonStyleState_build_closure16, K._ButtonStyleState_build__closure0, K._ButtonStyleState_build_closure17, K._ButtonStyleState_build__closure, K._ButtonStyleState_build_closure9, K._ButtonStyleState_build_closure10, K._ButtonStyleState_build_closure11, K._ButtonStyleState_build_closure12, K._ButtonStyleState_build_closure13, K._ButtonStyleState_build_closure14, K._ButtonStyleState_build_closure15, K._ButtonStyleState_build__closure1, K._RenderInputPadding_hitTest_closure0, Q._CalendarDatePickerState__handleModeChanged_closure, Q._CalendarDatePickerState__handleMonthChanged_closure, Q._CalendarDatePickerState__handleYearChanged_closure, Q._CalendarDatePickerState__handleDayChanged_closure, Q._CalendarDatePickerState_build_closure, Q._MonthPickerState_didUpdateWidget_closure, Q._MonthPickerState__handleMonthPageChanged_closure, Q._MonthPickerState__handleGridFocusChange_closure, Q._MonthPickerState__handleDirectionFocus_closure, Q._DayPickerState_build_closure, Q._YearPickerState__buildYearItem_closure, K._CheckboxState__widgetFillColor_closure, K._CheckboxState__defaultFillColor_closure, K._CheckboxState_build_closure, S.DataTable_build_closure3, S.DataTable_build_closure, S.DataTable_build_closure0, S.DataTable_build_closure1, S.DataTable_build_closure2, S.DataTable_build_closure4, S.DataTable_build_closure5, S.DataTable_build_closure6, S.DataTable_build_closure7, S.TableRowInkWell_getRectCallback_closure, S._SortArrowState__rebuild_closure, K.showDatePicker_closure, K._DatePickerDialogState__handleOk_closure, K._DatePickerDialogState__handleEntryModeToggle_closure, K._DatePickerDialogState__handleDateChanged_closure, K._DatePickerDialogState_build_calendarDatePicker, K._DatePickerDialogState_build_inputDatePicker, K._DatePickerDialogState_build_closure, K.__DatePickerDialogState_State_RestorationMixin_dispose_closure, E.DialogRoute_closure, Z.DrawerControllerState__animationChanged_closure, K._DropdownMenuState_build_closure, K._DropdownRoute_buildPage_closure, K._DropdownRoute_getItemOffset_closure, K._DropdownRoute_getMenuLimits_closure, K._DropdownRoutePage_build_closure, K._DropdownButtonState_initState_closure, K._DropdownButtonState_initState_closure0, K._DropdownButtonState__handleFocusChanged_closure, K._DropdownButtonState__handleFocusHighlightModeChange_closure, K._DropdownButtonState__updateSelectedIndex_closure, K._DropdownButtonState__handleTap_closure, K._DropdownButtonState__handleTap_closure0, K._DropdownButtonState_build_closure, K.DropdownButtonFormField_closure, K.DropdownButtonFormField__closure, D._ExpansionPanelListState_build_closure, M.Feedback_wrapForTap_closure, O._getClipCallback_closure, U._getClipCallback_closure0, R._InkResponseState_highlightsExist_closure, R._InkResponseState_updateHighlight_handleInkRemoval, R._InkResponseState__createInkFeature_onRemoved, R._InkResponseState__handleFocusHighlightModeChange_closure, U._InputDatePickerFormFieldState_didUpdateWidget_closure, U._InputDatePickerFormFieldState_didUpdateWidget__closure, L._HelperErrorState__handleChange_closure, L._RenderDecoration_debugDescribeChildren_add, L._RenderDecoration_performLayout_centerLayout, L._RenderDecoration_performLayout_baselineLayout, L._RenderDecoration_paint_doPaint, L._RenderDecoration_hitTestChildren_closure, L._InputDecoratorState__handleChange_closure, Q.ListTileTheme_merge_closure, Q._RenderListTile_debugDescribeChildren_add, Q._RenderListTile_paint_doPaint, Q._RenderListTile_hitTestChildren_closure, M._MaterialState_build_closure, M._MaterialInteriorState_forEachTween_closure, M._MaterialInteriorState_forEachTween_closure0, M._MaterialInteriorState_forEachTween_closure1, B._MergeableMaterialState__handleTick_closure, B._MergeableMaterialState_didUpdateWidget_closure, B._MergeableMaterialState_didUpdateWidget_closure0, K._ZoomPageTransition_build_closure, K._ZoomPageTransition_build_closure0, K._ZoomPageTransition_build_closure1, K._ZoomPageTransition_build_closure2, K._ZoomEnterTransition_build_closure, K.PageTransitionsTheme__all_closure, R.PaginatedDataTableState__handleDataSourceChanged_closure, R.PaginatedDataTableState_pageTo_closure, R.PaginatedDataTableState__getBlankRowFor_closure, R.PaginatedDataTableState__getProgressIndicatorRowFor_closure, R.PaginatedDataTableState__getRows_closure, R.PaginatedDataTableState_build_closure, Z._PopupMenu_build_closure, Z._PopupMenu_build_closure0, Z._PopupMenuRoute_buildPage_closure, Z.PopupMenuButtonState_showButtonMenu_closure, U._LinearProgressIndicatorPainter_paint_drawBar, U._LinearProgressIndicatorState_build_closure, U._CircularProgressIndicatorState__buildAnimation_closure, Y._RadioState__widgetFillColor_closure, Y._RadioState__defaultFillColor_closure, Y._RadioState_build_closure, G.RadioListTile_build_closure, N.RefreshIndicatorState__handleScrollNotification_closure, N.RefreshIndicatorState__dismiss_closure, N.RefreshIndicatorState__dismiss_closure0, N.RefreshIndicatorState__show_closure, N.RefreshIndicatorState__show__closure, N.RefreshIndicatorState__show__closure0, N.RefreshIndicatorState_build_closure, Z.ReorderableListView_closure, Z._ReorderableListViewState__wrapWithSemantics_reorder, Z._ReorderableListViewState__wrapWithSemantics_moveToStart, Z._ReorderableListViewState__wrapWithSemantics_moveToEnd, Z._ReorderableListViewState__wrapWithSemantics_moveBefore, Z._ReorderableListViewState__wrapWithSemantics_moveAfter, Z._ReorderableListViewState__proxyDecorator_closure, Z._ReorderableListViewState_build__listPadding_set, Z._ReorderableListViewState_build__outerPadding_set, Z._ReorderableListViewState_build__outerPadding_get, Z._ReorderableListViewState_build__listPadding_get, M.ScaffoldMessengerState_hideCurrentSnackBar_closure, M._ScaffoldLayout_performLayout__floatingActionButtonRect_set, M._ScaffoldLayout_performLayout__floatingActionButtonRect_get, M._FloatingActionButtonTransitionState__handlePreviousAnimationStatusChanged_closure, M.ScaffoldState__drawerOpenedCallback_closure, M.ScaffoldState__endDrawerOpenedCallback_closure, M.ScaffoldState_hideCurrentSnackBar_closure, M.ScaffoldState__updateSnackBar_closure, M.ScaffoldState__buildBottomSheet__bottomSheet_set, M.ScaffoldState__buildBottomSheet__bottomSheet_get, M.ScaffoldState__buildBottomSheet__removeCurrentBottomSheet, M.ScaffoldState__buildBottomSheet__removeCurrentBottomSheet_closure, M.ScaffoldState__buildBottomSheet_closure, M.ScaffoldState__buildBottomSheet_closure0, M.ScaffoldState__buildBottomSheet_closure1, M.ScaffoldState__buildBottomSheet__closure, M.ScaffoldState_showBottomSheet_closure, M.ScaffoldState__moveFloatingActionButton_closure, M.ScaffoldState_showBodyScrim_closure, M.ScaffoldState_build_closure, M._StandardBottomSheetState_build_closure, M._ScaffoldState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, E._MaterialScrollbarState__thumbColor__dragColor_set, E._MaterialScrollbarState__thumbColor__hoverColor_set, E._MaterialScrollbarState__thumbColor__idleColor_set, E._MaterialScrollbarState__thumbColor__dragColor_get, E._MaterialScrollbarState__thumbColor__hoverColor_get, E._MaterialScrollbarState__thumbColor__idleColor_get, E._MaterialScrollbarState__thumbColor_closure, E._MaterialScrollbarState__trackColor_closure, E._MaterialScrollbarState__trackBorderColor_closure, E._MaterialScrollbarState__thickness_closure, E._MaterialScrollbarState_initState_closure, E._MaterialScrollbarState_handleThumbPressStart_closure, E._MaterialScrollbarState_handleThumbPressEnd_closure, E._MaterialScrollbarState_handleHover_closure, E._MaterialScrollbarState_handleHover_closure0, E._MaterialScrollbarState_handleHoverExit_closure, O._SelectableTextState__onControllerChanged_closure, O._SelectableTextState__handleSelectionChanged_closure, O._SelectableTextState_build_closure, N._MaterialSwitchState__widgetThumbColor_closure, N._MaterialSwitchState__defaultThumbColor_closure, N._MaterialSwitchState__widgetTrackColor_closure, N._MaterialSwitchState__defaultTrackColor_closure, N._MaterialSwitchState__handleDragEnd_closure, N._MaterialSwitchState_build_closure, O.SwitchListTile_build_closure, U.TabController__changeIndex_closure, E._TabBarState_initState_closure, E._TabBarState__handleTabControllerTick_closure, E._TabBarState_build_closure, E._TabBarViewState__warpToCurrentIndex_closure, E._TabBarViewState__warpToCurrentIndex_closure0, Z._TextFieldState__handleSelectionChanged_closure, Z._TextFieldState__handleHover_closure, Z._TextFieldState_build_closure, Z._TextFieldState_build_closure0, Z._TextFieldState_build_closure1, Z._TextFieldState_build_closure2, Z._TextFieldState_build_closure3, Z._TextFieldState_build__closure, Z.__TextFieldState_State_RestorationMixin_dispose_closure, E.TextFormField_closure, E.TextFormField_closure_onChangedHandler, K._AnimatedThemeState_forEachTween_closure, X.ThemeData_localize_closure, Z.TimeOfDay_toString__addLeadingZeroIfNeeded, M._HourMinuteControl_build_closure, M._HourMinuteControl_build_closure0, M._HourControl_build_hoursFromSelected, M._HourControl_build_closure1, M._HourControl_build_closure0, M._HourControl_build_closure, M._MinuteControl_build_closure1, M._MinuteControl_build_closure0, M._MinuteControl_build_closure, M._DayPeriodControl_build_closure, M._DayPeriodControl_build_closure0, M._DayPeriodControl_build_closure1, M._DayPeriodControl_build_closure2, M._RenderInputPadding_hitTest_closure1, M._DialPainter_paint_getOffsetForTheta, M._DialPainter_paint_paintLabels, M._DialState_initState_closure, M._DialState_initState__closure, M._DialState__updateThetaForPan_closure, M._DialState__build24HourRing_closure, M._DialState__build12HourRing_closure, M._DialState__buildMinutes_closure, M._TimePickerInputState__validateHour_closure, M._TimePickerInputState__validateMinute_closure, M._HourMinuteTextFieldState_initState_closure, M._HourMinuteTextFieldState_initState__closure, M._HourMinuteTextFieldState_build_closure, M._TimePickerDialogState__vibrate_closure, M._TimePickerDialogState__handleModeChanged_closure, M._TimePickerDialogState__handleEntryModeToggle_closure, M._TimePickerDialogState__handleTimeChanged_closure, M._TimePickerDialogState__handleHourSelected_closure, M._TimePickerDialogState__handleOk_closure, M.showTimePicker_closure, E.ToggleButtons_build_closure, E.ToggleButtons_build__closure, F.ToggleableStateMixin__handleTapDown_closure, F.ToggleableStateMixin__handleTapEnd_closure, F.ToggleableStateMixin__handleFocusHighlightChanged_closure, F.ToggleableStateMixin__handleHoverChanged_closure, S._TooltipState__handleMouseTrackerChange_closure, S._TooltipState__createNewEntry_closure, S._TooltipState_build_closure, S._TooltipState_build_closure0, D.NetworkImage__loadAsync_closure, Y._CompoundBorder_dimensions_closure, Y._CompoundBorder_scale_closure, Y._CompoundBorder_toString_closure, Z.ClipContext_clipPathAndPaint_closure, Z.ClipContext_clipRRectAndPaint_closure, Z.ClipContext_clipRectAndPaint_closure, X.paintImage_closure, E.ImageCache__trackLiveImage_closure, E.ImageCache__trackLiveImage__closure, E.ImageCache_putIfAbsent_listener, E._CachedImageBase_dispose_closure, E._LiveImage_closure, M.ImageProvider_resolve_closure, M.ImageProvider_resolve_closure0, M.ImageProvider__createErrorHandlerAndKey_handleError, M.ImageProvider__createErrorHandlerAndKey_closure, M.ImageProvider__createErrorHandlerAndKey_closure0, M.ImageProvider__createErrorHandlerAndKey__closure, M.ImageProvider_resolveStreamForKey_closure, M.ImageProvider_resolveStreamForKey_closure0, L.AssetImage_obtainKey_closure, L.AssetImage_obtainKey_closure0, L.ImageStreamCompleter_reportError_closure, L.ImageStreamCompleter_reportImageChunkEvent_closure, L.MultiFrameImageStreamCompleter_closure, L.MultiFrameImageStreamCompleter_closure0, L.MultiFrameImageStreamCompleter__handleAppFrame_closure, G.InlineSpan_getSpanForPosition_closure, G.InlineSpan_codeUnitAt_closure, V._ShapeDecorationPainter__precache_closure, V._ShapeDecorationPainter__precache_closure0, Q.TextSpan_debugDescribeChildren_closure, A.TextStyle_fontFamilyFallback_closure, F.RenderAnimatedSize_closure, N.RendererBinding__scheduleMouseTrackerUpdate_closure, S.BoxConstraints_toString_describe, S.RenderBox__computeIntrinsicDimension_closure, S.RenderBox_getDryLayout_closure, S.RenderBox_getDistanceToActualBaseline_closure, S.RenderBoxContainerDefaultsMixin_defaultHitTestChildren_closure, V.RenderCustomPaint__updateSemanticsChildren__oldKeyedChildren_set, D.RenderEditable_nextCharacter_closure, D.RenderEditable_extendSelectionDown__nextSelection_set, D.RenderEditable_extendSelectionDown__nextSelection_get, D.RenderEditable_extendSelectionLeftByLine__nextSelection_set, D.RenderEditable_extendSelectionLeftByLine__nextSelection_get, D.RenderEditable_extendSelectionRightByLine__nextSelection_set, D.RenderEditable_extendSelectionRightByLine__nextSelection_get, D.RenderEditable_extendSelectionUp__nextSelection_set, D.RenderEditable_extendSelectionUp__nextSelection_get, D.RenderEditable_expandSelectionLeftByLine__nextSelection_set, D.RenderEditable_expandSelectionLeftByLine__nextSelection_get, D.RenderEditable_expandSelectionRightByLine__nextSelection_set, D.RenderEditable_expandSelectionRightByLine__nextSelection_get, D.RenderEditable_moveSelectionDown__nextSelection_set, D.RenderEditable_moveSelectionDown__nextSelection_get, D.RenderEditable_moveSelectionUp__nextSelection_set, D.RenderEditable_moveSelectionUp__nextSelection_get, D.RenderEditable_describeSemanticsConfiguration_closure, D.RenderEditable_getRectForComposingRange_closure, D.RenderEditable_selectWordEdge__newSelection_set, D.RenderEditable_selectWordEdge__newSelection_get, F.RenderFlex__getIntrinsicSize__crossSize_set, F.RenderFlex__getIntrinsicSize__mainSize_set, F.RenderFlex__getIntrinsicSize__mainSize_get, F.RenderFlex__getIntrinsicSize__crossSize_get, F.RenderFlex_computeMinIntrinsicWidth_closure, F.RenderFlex_computeMaxIntrinsicWidth_closure, F.RenderFlex_computeMinIntrinsicHeight_closure, F.RenderFlex_computeMaxIntrinsicHeight_closure, F.RenderFlex__computeSizes__minChildExtent_set, F.RenderFlex__computeSizes__minChildExtent_get, F.RenderFlex_performLayout__betweenSpace_set, F.RenderFlex_performLayout__leadingSpace_set, F.RenderFlex_performLayout__leadingSpace_get, F.RenderFlex_performLayout__betweenSpace_get, R.RenderListBody_computeMinIntrinsicWidth_closure, R.RenderListBody_computeMinIntrinsicWidth_closure0, R.RenderListBody_computeMaxIntrinsicWidth_closure, R.RenderListBody_computeMaxIntrinsicWidth_closure0, R.RenderListBody_computeMinIntrinsicHeight_closure, R.RenderListBody_computeMinIntrinsicHeight_closure0, R.RenderListBody_computeMaxIntrinsicHeight_closure, R.RenderListBody_computeMaxIntrinsicHeight_closure0, A.MouseTracker__handleDeviceUpdate_closure, A.MouseTracker_updateWithEvent_closure, A.MouseTracker_updateWithEvent__closure, A.MouseTracker_updateAllDevices_closure, A.MouseTracker__handleDeviceUpdateMouseEvents_closure, A.MouseTracker__handleDeviceUpdateMouseEvents_closure0, K.PaintingContext_pushClipRect_closure, K.PaintingContext_pushClipRRect_closure, K.PaintingContext_pushClipPath_closure, K.PipelineOwner_flushLayout_closure, K.PipelineOwner_flushCompositingBits_closure, K.PipelineOwner_flushPaint_closure, K.PipelineOwner_flushSemantics_closure, K.RenderObject__debugReportException_closure, K.RenderObject_invokeLayoutCallback_closure, K.RenderObject__updateCompositingBits_closure, K.RenderObject_clearSemantics_closure, K.RenderObject__getSemanticsForParent_closure, Q.RenderParagraph__extractPlaceholderSpans_closure, Q.RenderParagraph_hitTestChildren__hitText_set, Q.RenderParagraph_hitTestChildren__hitText_get, Q.RenderParagraph_hitTestChildren_closure, Q.RenderParagraph_paint_closure, Q.RenderParagraph_describeSemanticsConfiguration_closure, G._factoriesTypeSet_closure, G._PlatformViewGestureRecognizer_closure, E.RenderTransform_hitTestChildren_closure, E.RenderFittedBox_hitTestChildren_closure, E.RenderFractionalTranslation_hitTestChildren_closure, E.RenderFollowerLayer_hitTestChildren_closure, T.RenderShiftedBox_hitTestChildren_closure, G.RenderSliverHelpers_hitTestBoxChild_closure, U.RenderSliverList_performLayout_advance, F.RenderSliverMultiBoxAdaptor__createOrObtainChild_closure, F.RenderSliverMultiBoxAdaptor_collectGarbage_closure, F.RenderSliverMultiBoxAdaptor_collectGarbage__closure, U.RenderSliverPersistentHeader_layoutChild_closure, K.RenderStack_computeMinIntrinsicWidth_closure, K.RenderStack_computeMaxIntrinsicWidth_closure, K.RenderStack_computeMinIntrinsicHeight_closure, K.RenderStack_computeMaxIntrinsicHeight_closure, K.RenderStack_layoutPositionedChild__x_set, K.RenderStack_layoutPositionedChild__y_set, K.RenderStack_layoutPositionedChild__x_get, K.RenderStack_layoutPositionedChild__y_get, K.RenderIndexedStack_hitTestChildren_closure, S.RenderTable_computeDryLayout_closure, S.RenderTable_hitTestChildren_closure, Q.RenderViewportBase_visitChildrenForSemantics_closure, Q.RenderViewportBase_hitTestChildren_closure, N._TaskEntry_run_closure, N.SchedulerBinding_endOfFrame_closure, N.SchedulerBinding_scheduleWarmUpFrame_closure, N.SchedulerBinding_scheduleWarmUpFrame_closure0, N.SchedulerBinding_scheduleWarmUpFrame_closure1, N.SchedulerBinding__handleDrawFrame_closure, N.SchedulerBinding_handleBeginFrame_closure, M.TickerFuture_whenCompleteOrCancel_thunk, A.SemanticsNode_getSemanticsData_closure, A.SemanticsNode__childrenInTraversalOrder_closure, A.SemanticsNode_debugDescribeChildren_closure, A._SemanticsSortGroup_sortedWithinVerticalGroup_closure, A._SemanticsSortGroup_sortedWithinKnot_closure, A._SemanticsSortGroup_sortedWithinKnot_search, A._SemanticsSortGroup_sortedWithinKnot_closure0, A._SemanticsSortGroup_sortedWithinKnot_closure1, A._childrenInDefaultOrder_closure, A.SemanticsOwner_sendSemanticsUpdate_closure, A.SemanticsOwner_sendSemanticsUpdate_closure0, A.SemanticsOwner_sendSemanticsUpdate_closure1, 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, Q.CachingAssetBundle_loadStructuredData_closure, F._AutofillScopeTextInputConfiguration_toJson_closure, F.AutofillScopeMixin_attach_closure, N.ServicesBinding__addLicenses_closure, N.ServicesBinding__addLicenses_closure0, N._DefaultBinaryMessenger__sendPlatformMessage_closure, N._DefaultBinaryMessenger_setMessageHandler_closure, U.StandardMessageCodec_writeValue_closure, A.BasicMessageChannel_setMessageHandler_closure, A.MethodChannel_setMethodCallHandler_closure, A.EventChannel_receiveBroadcastStream__controller_set, A.EventChannel_receiveBroadcastStream__controller_get, A.EventChannel_receiveBroadcastStream_closure, A.EventChannel_receiveBroadcastStream__closure, A.EventChannel_receiveBroadcastStream_closure0, K.RestorationManager_handleRestorationUpdateFromEngine_closure, K.RestorationManager_scheduleSerializationFor_closure, K.RestorationBucket__rawChildren_closure, K.RestorationBucket__rawValues_closure, K.RestorationBucket__addChildData_closure, K.RestorationBucket__visitChildren_closure, X.SystemChrome_setSystemUIOverlayStyle_closure, B.FilteringTextInputFormatter_formatEditUpdate_closure, B.FilteringTextInputFormatter_formatEditUpdate__closure, B.FilteringTextInputFormatter_formatEditUpdate__closure0, N.TextInput__scheduleHide_closure, U._getParent__parent_set, U._getParent__parent_get, U._getParent_closure, U.Actions__findDispatcher_closure, U.Actions_maybeFind_closure, U._ActionsState__handleActionChanged_closure, U._FocusableActionDetectorState_initState_closure, U._FocusableActionDetectorState__updateHighlightMode_closure, U._FocusableActionDetectorState__handleMouseEnter_closure, U._FocusableActionDetectorState__handleMouseExit_closure, U._FocusableActionDetectorState__handleFocusChange_closure, U._FocusableActionDetectorState__mayTriggerCallback_shouldShowHoverHighlight, U._FocusableActionDetectorState__mayTriggerCallback_canRequestFocus, U._FocusableActionDetectorState__mayTriggerCallback_shouldShowFocusHighlight, U._FocusableActionDetectorState_didUpdateWidget_closure, U._AnimatedCrossFadeState_initState_closure, U._AnimatedCrossFadeState_initState__closure, G._AnimatedSwitcherState__newEntry_closure, G._AnimatedSwitcherState__newEntry__closure, G._AnimatedSwitcherState__rebuildOutgoingWidgetsIfNeeded_closure, S._WidgetsAppState__onGenerateRoute_closure, S._WidgetsAppState_didChangeLocales_closure, S._WidgetsAppState_build_closure, S._MediaQueryFromWindowsState_didChangeMetrics_closure, S._MediaQueryFromWindowsState_didChangePlatformBrightness_closure, B._StreamBuilderBaseState__subscribe_closure, B._StreamBuilderBaseState__subscribe__closure1, B._StreamBuilderBaseState__subscribe_closure1, B._StreamBuilderBaseState__subscribe__closure, B._StreamBuilderBaseState__subscribe_closure0, B._StreamBuilderBaseState__subscribe__closure0, B._FutureBuilderState__subscribe_closure, B._FutureBuilderState__subscribe__closure0, B._FutureBuilderState__subscribe_closure0, B._FutureBuilderState__subscribe__closure, S._RawAutocompleteState__updateOverlay_closure, S._RawAutocompleteState_initState_closure, S._RawAutocompleteState_didUpdateWidget_closure, F.AutofillGroupState_autofillClients_closure, F.AutofillGroupState_register_closure, L._AutomaticKeepAliveState__addClient_closure, L._AutomaticKeepAliveState__getChildElement_closure, L._AutomaticKeepAliveState__createCallback_closure, L._AutomaticKeepAliveState__createCallback__closure, L._AutomaticKeepAliveState__createCallback__closure0, L._AutomaticKeepAliveState__createCallback___closure, T.RichText__extractChildren_closure, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure0, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure1, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_dispatchEvent_closure, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initInstances_closure, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure0, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_initInstances_closure, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure0, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure1, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure2, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure_markElementsDirty, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_drawFrame_closure, N.WidgetsBinding_scheduleAttachRootWidget_closure, N.RenderObjectToWidgetAdapter_attachToRenderTree_closure, N.RenderObjectToWidgetAdapter_attachToRenderTree_closure0, S._DraggableScrollableSheetState__setExtent_closure, S._DraggableScrollableSheetState_build_closure, S._DraggableScrollableSheetScrollPosition_goBallistic__tick, D.EditableTextState_initState_closure, D.EditableTextState_didChangeDependencies_closure, D.EditableTextState__scheduleShowCaretOnScreen_closure, D.EditableTextState__formatAndSetValue_closure, D.EditableTextState__cursorTick_closure, D.EditableTextState__didChangeTextEditingValue_closure, D.EditableTextState__updateSizeAndTransform_closure, D.EditableTextState__updateComposingRectIfNeeded_closure, D.EditableTextState__updateCaretRectIfNeeded_closure, D.EditableTextState_showAutocorrectionPromptRect_closure, D.EditableTextState__semanticsOnCopy_closure, D.EditableTextState__semanticsOnCut_closure, D.EditableTextState__semanticsOnPaste_closure, D.EditableTextState_build_closure, O.FocusNode_traversalDescendants_closure, O.FocusNode_debugDescribeChildren_closure, L._FocusState__handleFocusChanged_closure, L._FocusState__handleFocusChanged_closure0, L._FocusState__handleFocusChanged_closure1, U._getAncestor_closure, U.FocusTraversalPolicy__sortAllDescendants_visitGroups, U.FocusTraversalPolicy__sortAllDescendants_closure, U._ReadingOrderTraversalPolicy_FocusTraversalPolicy_DirectionalFocusTraversalPolicyMixin_changedScope_closure, U.DirectionalFocusTraversalPolicyMixin__sortAndFindInitial_closure, U.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure, U.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure0, U.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure1, U.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure, U.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure0, U.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure1, U.DirectionalFocusTraversalPolicyMixin__popPolicyDataIfNeeded_popOrInvalidate, U.DirectionalFocusTraversalPolicyMixin_inDirection_closure, U.DirectionalFocusTraversalPolicyMixin_inDirection_closure0, U.DirectionalFocusTraversalPolicyMixin_inDirection_closure1, U.DirectionalFocusTraversalPolicyMixin_inDirection_closure2, U.DirectionalFocusTraversalPolicyMixin_inDirection_closure3, U.DirectionalFocusTraversalPolicyMixin_inDirection_closure4, U._ReadingOrderSortData_commonDirectionalityOf_closure, U._ReadingOrderSortData_sortWithDirectionality_closure, U._ReadingOrderSortData_directionalAncestors_getDirectionalityAncestors, U._ReadingOrderDirectionalGroupData_rect_closure, U._ReadingOrderDirectionalGroupData_sortWithDirectionality_closure, U.ReadingOrderTraversalPolicy__pickNext_closure, U.ReadingOrderTraversalPolicy__pickNext_inBand, U.ReadingOrderTraversalPolicy__pickNext_inBand_closure, A.FormState__fieldDidChange_closure, A.FormState__forceRebuild_closure, A.FormFieldState_validate_closure, A.FormFieldState_didChange_closure, N._InactiveElements__unmount_closure, N.BuildOwner_buildScope_closure, N.BuildOwner_finalizeTree_closure, N.Element_renderObject_visit, N.Element_updateSlotForChild_visit, N.Element__updateDepth_closure, N.Element_detachRenderObject_closure, N.Element_attachRenderObject_closure, N.Element_debugDescribeChildren_closure, N.ComponentElement_performRebuild_closure, N.ComponentElement_performRebuild_closure0, N.ParentDataElement__applyParentData_applyParentDataToChild, N.RenderObjectElement_updateChildren_replaceWithNullIfForgotten, N.RenderObjectElement_updateChildren_slotFor, N.MultiChildRenderObjectElement_children_closure, D.GestureDetector_build_closure, D.GestureDetector_build_closure0, D.GestureDetector_build_closure1, D.GestureDetector_build_closure2, D.GestureDetector_build_closure3, D.GestureDetector_build_closure4, D.GestureDetector_build_closure5, D.GestureDetector_build_closure6, D.GestureDetector_build_closure7, D.GestureDetector_build_closure8, D.GestureDetector_build_closure9, D.GestureDetector_build_closure10, D.GestureDetector_build_closure11, D.GestureDetector_build_closure12, D._DefaultSemanticsGestureDelegate__getTapHandler_closure, D._DefaultSemanticsGestureDelegate__getLongPressHandler_closure, D._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure, D._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure0, D._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure1, D._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure, D._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure0, D._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure1, T.Hero__allHeroesFor_inviteHero, T.Hero__allHeroesFor_visitor, T._HeroState_startFlight_closure, T._HeroState_endFlight_closure, T._HeroFlight__buildOverlay_closure, T._HeroFlight__handleAnimationUpdate_delayedPerformAnimtationUpdate, T.HeroController_didStopUserGesture_isInvalidFlight, T.HeroController__maybeStartHeroTransition_closure, Y.IconTheme_merge_closure, U._ImageState__getListener_closure, U._ImageState__getListener__closure, U._ImageState__handleImageFrame_closure, U._ImageState__handleImageChunk_closure, U._ImageState__updateSourceStream_closure, U._ImageState__updateSourceStream_closure0, G.ImplicitlyAnimatedWidgetState_initState_closure, G.ImplicitlyAnimatedWidgetState_didUpdateWidget_closure, G.ImplicitlyAnimatedWidgetState__constructTweens_closure, G.AnimatedWidgetBaseState__handleAnimationChanged_closure, G._AnimatedContainerState_forEachTween_closure, G._AnimatedContainerState_forEachTween_closure0, G._AnimatedContainerState_forEachTween_closure1, G._AnimatedContainerState_forEachTween_closure2, G._AnimatedContainerState_forEachTween_closure3, G._AnimatedContainerState_forEachTween_closure4, G._AnimatedContainerState_forEachTween_closure5, G._AnimatedContainerState_forEachTween_closure6, G._AnimatedPaddingState_forEachTween_closure, G._AnimatedOpacityState_forEachTween_closure, G._AnimatedDefaultTextStyleState_forEachTween_closure, G._AnimatedPhysicalModelState_forEachTween_closure, G._AnimatedPhysicalModelState_forEachTween_closure0, G._AnimatedPhysicalModelState_forEachTween_closure1, G._AnimatedPhysicalModelState_forEachTween_closure2, M.InheritedTheme_capture__debugDidFindAncestor_set, M.InheritedTheme_capture_closure, A._LayoutBuilderElement__layout_closure, A._LayoutBuilderElement__layout__closure, A._LayoutBuilderElement__layout__closure0, L._loadAll_closure, L._loadAll_closure0, L._loadAll_closure1, L._LocalizationsState_load_closure, L._LocalizationsState_load_closure0, L._LocalizationsState_load__closure, X.ModalBarrier_build_handleDismiss, X.ModalBarrier_build_closure, K.Route_didPush_closure, K.Route_didAdd_closure, K.Route_isCurrent_closure, K.Route_isCurrent_closure0, K.Route_isFirst_closure, K.Route_isFirst_closure0, K.Route_isActive_closure, K.Route_isActive_closure0, K.Navigator_defaultGenerateInitialRoutes_closure, K._RouteEntry_handlePush_closure, K._RouteEntry_dispose_closure, K._RouteEntry_dispose__listener_set, K._RouteEntry_dispose__listener_get, K._RouteEntry_dispose_closure0, K._RouteEntry_isRoutePredicate_closure, K.NavigatorState_restoreState_closure, K.NavigatorState__flushHistoryUpdates_closure, K.NavigatorState__flushHistoryUpdates_closure0, K.NavigatorState__afterNavigation_closure, K.NavigatorState_maybePop_closure, K.NavigatorState_maybePop_closure0, K.NavigatorState_maybePop_closure1, K.NavigatorState_maybePop_closure2, K.NavigatorState_removeRoute_closure, K.NavigatorState_removeRoute_closure0, K.NavigatorState__cancelActivePointers_closure, K._HistoryProperty_fromPrimitives_closure, K._NavigatorState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, E._RenderOverflowBar_performLayout_nextChild, E._RenderOverflowBar_performLayout_nextChild0, X.OverlayEntry_remove_closure, X._OverlayEntryWidgetState__markNeedsBuild_closure, X.OverlayState_insert_closure, X.OverlayState_insertAll_closure, X.OverlayState_rearrange_closure, X.OverlayState__markDirty_closure, X.OverlayState__didChangeEntryOpacity_closure, X._RenderTheatre_computeMinIntrinsicWidth_closure, X._RenderTheatre_computeMaxIntrinsicWidth_closure, X._RenderTheatre_computeMinIntrinsicHeight_closure, X._RenderTheatre_computeMaxIntrinsicHeight_closure, X._RenderTheatre_hitTestChildren_closure, L._GlowController_pull_closure, S.PageStorageBucket__allKeys_closure, D._PageViewState_build_closure0, D._PageViewState_build_closure, G.HtmlElementView_build_closure, G.HtmlElementView__createHtmlElementView_closure, G._PlatformViewLinkState__onPlatformViewCreated_closure, Z.SliverReorderableListState_startItemDragReorder_closure, Z.SliverReorderableListState__dragUpdate_closure, Z.SliverReorderableListState__dragEnd_closure, Z.SliverReorderableListState__dragReset_closure, Z._ReorderableItemState_dragging_closure, Z._ReorderableItemState_updateForGap_closure, Z._ReorderableItemState_rebuild_closure, Z.ReorderableDragStartListener_build_closure, Z._DragInfo_startDrag_closure, Z._DragItemProxy_build_closure, K._RootRestorationScopeState__loadRootBucketIfNecessary_closure, K._RootRestorationScopeState__loadRootBucketIfNecessary__closure, K.RestorationMixin_registerForRestoration_listener, K.__RestorationScopeState_State_RestorationMixin_dispose_closure, T.TransitionRoute__updateSecondaryAnimation__jumpOnAnimationEnd, T.TransitionRoute__updateSecondaryAnimation_closure, T.TransitionRoute__updateSecondaryAnimation_closure0, T.TransitionRoute__setSecondaryAnimation_closure, T.LocalHistoryRoute_removeLocalHistoryEntry_closure, T._ModalScopeState__forceRebuildPage_closure, T._ModalScopeState_build_closure, T._ModalScopeState_build_closure0, T._ModalScopeState_build__closure0, T._ModalScopeState_build___closure, T._ModalScopeState_build__closure, T.ModalRoute_offstage_closure, T.ModalRoute_changedInternalState_closure, Y.ScrollAwareImageProvider_resolveStreamForKey_closure, Y.ScrollAwareImageProvider_resolveStreamForKey__closure, K.ScrollBehavior_velocityTrackerBuilder_closure, K.ScrollBehavior_velocityTrackerBuilder_closure0, A.ScrollPosition_forcePixels_closure, B.ScrollView_build_closure, B.ScrollView_build_closure0, B.ListView$separated_closure, B.ListView$separated_closure0, F._ScrollableState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, F.ScrollableState_setCanDrag_closure, F.ScrollableState_setCanDrag_closure0, F.ScrollableState_setCanDrag_closure1, F.ScrollableState_setCanDrag_closure2, E.RawScrollbarState__maybeTriggerScrollbar_closure, E.RawScrollbarState__maybeStartFadeoutTimer_closure, E.RawScrollbarState__gestures_closure, E.RawScrollbarState__gestures_closure0, E.RawScrollbarState__gestures__closure, E.RawScrollbarState__gestures__closure0, E.RawScrollbarState__gestures__closure1, E.RawScrollbarState__gestures_closure1, E.RawScrollbarState__gestures_closure2, E.RawScrollbarState_build_closure0, E.RawScrollbarState_build_closure, E.SingleChildScrollView_build_closure, E._RenderSingleChildViewport_paint_paintContents, E._RenderSingleChildViewport_hitTestChildren_closure, G.SliverMultiBoxAdaptorElement_performRebuild_processElement, G.SliverMultiBoxAdaptorElement_performRebuild_closure, G.SliverMultiBoxAdaptorElement_performRebuild_closure0, G.SliverMultiBoxAdaptorElement_createChild_closure, G.SliverMultiBoxAdaptorElement_removeChild_closure, U._SliverPersistentHeaderElement__build_closure, S.Table_closure, S.Table_closure0, S._TableElement_mount_closure, S._TableElement_mount__closure, S._TableElement_update_closure, S._TableElement_update_closure0, S._TableElement__updateRenderObjectChildren_closure, S._TableElement__updateRenderObjectChildren__closure, S._TableElement_visitChildren_closure, F.TextSelectionOverlay_showHandles_closure, F.TextSelectionOverlay_showHandles_closure0, F.TextSelectionOverlay__buildHandle_closure, F._TextSelectionGestureDetectorState_build_closure, F._TextSelectionGestureDetectorState_build_closure0, F._TextSelectionGestureDetectorState_build_closure1, F._TextSelectionGestureDetectorState_build_closure2, F._TextSelectionGestureDetectorState_build_closure3, F._TextSelectionGestureDetectorState_build_closure4, F._TextSelectionGestureDetectorState_build_closure5, F._TextSelectionGestureDetectorState_build_closure6, K._AnimatedState__handleChange_closure, N._ValueListenableBuilderState__valueChanged_closure, N._describeRelevantUserCode_isOverflowError, N._describeRelevantUserCode_processElement, D.CacheStore_closure, D.CacheStore_retrieveCacheData_closure, D.CacheStore__scheduleCleanup_closure, Q.WebHelper__manageResponse_closure, Q.WebHelper__saveFileAndPostUpdates_closure, B.BlockPicker_defaultLayoutBuilder_closure, B._BlockPickerState_changeColor_closure, B._BlockPickerState_build_closure, B._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, Y._GlobalCupertinoLocalizationsDelegate_load_closure, Y._GlobalCupertinoLocalizationsDelegate_load_closure__dayFormat_set, Y._GlobalCupertinoLocalizationsDelegate_load_closure__decimalFormat_set, Y._GlobalCupertinoLocalizationsDelegate_load_closure__doubleDigitMinuteFormat_set, Y._GlobalCupertinoLocalizationsDelegate_load_closure__fullYearFormat_set, Y._GlobalCupertinoLocalizationsDelegate_load_closure__mediumDateFormat_set, Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitHourFormat_set, Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitMinuteFormat_set, Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitSecondFormat_set, Y._GlobalCupertinoLocalizationsDelegate_load_closure__fullYearFormat_get, Y._GlobalCupertinoLocalizationsDelegate_load_closure__dayFormat_get, Y._GlobalCupertinoLocalizationsDelegate_load_closure__mediumDateFormat_get, Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitHourFormat_get, Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitMinuteFormat_get, Y._GlobalCupertinoLocalizationsDelegate_load_closure__doubleDigitMinuteFormat_get, Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitSecondFormat_get, Y._GlobalCupertinoLocalizationsDelegate_load_closure__decimalFormat_get, Y._GlobalCupertinoLocalizationsDelegate_load_closure_loadFormats, U._MaterialLocalizationsDelegate_load_closure, L.loadDateIntlDataIfNotLoaded_closure, O._StoreStreamListenerState_build_closure, A.SlidableState_dismiss_closure, A.SlidableState__handleDragUpdate_closure, A.SlidableState__handleShowAllActionsStatusChanged_closure, A.SlidableState__handleOverallPositionChanged_closure, A.SlidableState__startResizeAnimation_closure, A.SlidableState__startResizeAnimation_closure0, V.SlidableDrawerActionPane_build_closure, V.SlidableDrawerActionPane_build_closure0, R.ClosableSlideAction_build_closure, M.showToastWidget_closure, M._StyledToastState_build_closure, M.StyledToastWidgetState_initState_closure, M.StyledToastWidgetState_dismissToast_closure, M.StyledToastWidgetState_didChangeMetrics_closure, Q.ToastFuture$create_closure, Q.ToastManager_dismissAll_closure, L.TypeAheadFormField_closure, L.TypeAheadFormField__closure, L._TypeAheadFieldState_initState_closure, L._TypeAheadFieldState_initState_closure0, L._TypeAheadFieldState_initState_closure1, L._TypeAheadFieldState__scrollResizeListener_closure, L._TypeAheadFieldState__initOverlayEntry_closure, L._TypeAheadFieldState__initOverlayEntry__closure, L._SuggestionsListState_initState_closure, L._SuggestionsListState_initState__closure, L._SuggestionsListState__getSuggestions_closure, L._SuggestionsListState__getSuggestions_closure0, L._SuggestionsListState_createSuggestionsWidget_closure, L._SuggestionsListState_createSuggestionsWidget__closure, L._SuggestionsBox__findRootMediaQuery_closure, D.Registrar_send_closure, K.GoogleSignIn__ensureInitialized_closure, K.GoogleSignIn__waitFor_closure, K.GoogleSignIn__addMethodCall_closure, K.GoogleSignIn_signIn_isCanceled, K.GoogleSignIn_signIn_closure, O.MethodChannelGoogleSignIn_getTokens_closure, M.GoogleSignInPlugin_closure, M.GoogleSignInPlugin_init_closure, M.GoogleSignInPlugin_init_closure0, L.inject_closure, L.init_closure, B.injectJSLibraries_closure, G.BaseRequest_closure, G.BaseRequest_closure0, O.BrowserClient_send_closure, O.BrowserClient_send_closure0, Z.ByteStream_toBytes_closure, B.mapToQuery_closure, B.mapToQuery_closure0, B.onDone_closure, Z.CaseInsensitiveMap$from_closure, R.MediaType_MediaType$parse_closure, R.MediaType_toString_closure, R.MediaType_toString__closure, N.expectQuotedString_closure, V.ImagePickerPlugin__getSelectedXFiles_closure, V.ImagePickerPlugin__getSelectedXFiles__closure, V.ImagePickerPlugin__getSelectedXFiles_closure0, B.DateSymbols_DateSymbols$deserializeFromMap__getStringList, T.Intl__pluralRule_closure, A.DateFormat_dateTimeConstructor_closure, A.DateFormat__checkDateOnly_closure, A.DateFormat__initDigitMatcher_closure, A.DateFormat__initDigitMatcher_closure0, A.DateFormat__fieldConstructors_closure, A.DateFormat__fieldConstructors_closure0, A.DateFormat__fieldConstructors_closure1, A._DateFormatPatternField_parseEnumeratedString_closure, A._DateFormatPatternField_parseEnumeratedString_closure0, A._DateFormatPatternField_parseStandaloneDay_closure, S.NumberFormat_NumberFormat_closure, S.NumberFormat_NumberFormat$decimalPattern_closure, T.ClientEntity_ClientEntity_closure, T.ClientEntity_getActivities_closure, T.ClientEntity_primaryContact_closure, T.ClientEntity_primaryContact_closure0, T.ClientEntity_emailContacts_closure, T.ClientEntity_hasEmailAddress_closure, O.CompanyGatewayEntity_addCard_closure, O.CompanyGatewayEntity_removeCard_closure, O.CompanyGatewayEntity_updateConfig_closure, A.CompanyEntity_getCustomFieldValues_closure, A.CompanyEntity_coreCompany_closure, A.GatewayEntity_supportsTokenBilling_closure, A.GatewayEntity_supportsRefunds_closure, A.GatewayEntity_supportedEvents_closure, A.UserCompanyEntity_UserCompanyEntity_closure, A.UserCompanyEntity__initializeBuilder_closure, D.DesignEntity_clone_closure, T.ActivityEntity_getDescription_closure, T.ActivityEntity_getDescription_closure0, M.ExpenseEntity_clone_closure, Q.InvoiceEntity_InvoiceEntity_closure, Q.InvoiceEntity_moveLineItem_closure, Q.InvoiceEntity_moveLineItem_closure0, Q.InvoiceEntity_clone_closure, Q.InvoiceEntity_clone__closure, Q.InvoiceEntity_clone__closure0, Q.InvoiceEntity_applyClient_closure, Q.InvoiceEntity_history_closure, Q.InvoiceEntity_history_closure0, Q.InvoiceEntity_hasTasks_closure, Q.InvoiceEntity_hasProducts_closure, Q.InvoiceEntity_hasExpenses_closure, Q.InvoiceEntity_applyTax_closure, Q.InvoiceEntity_applyTax_closure0, Q.InvoiceEntity_applyTax_closure1, Q.InvoiceEntity_isViewed_closure, Q.InvoiceEntity_getInvitationForContact_closure, Q.InvoiceEntity_getInvitationForContact_closure0, Q.InvoiceEntity_getTaxes_calculateAmount, Q.InvoiceEntity__calculateTax_closure, Q.InvoiceItemEntity_taxAmount_calculateTaxAmount, Q.InvoiceItemEntity_applyTax_closure, Q.InvoiceItemEntity_applyTax_closure0, Q.InvoiceItemEntity_applyTax_closure1, X.CalculateInvoiceTotal_calculateTaxes_closure, X.CalculateInvoiceTotal_calculateTaxes__closure, X.CalculateInvoiceTotal_calculateTaxes__closure0, X.CalculateInvoiceTotal_calculateTaxes__closure1, X.CalculateInvoiceTotal_calculateTaxes__closure2, X.CalculateInvoiceTotal_calculateTaxes__closure3, X.CalculateInvoiceTotal_calculateTaxes__closure4, X.CalculateInvoiceTotal_calculateTaxes_closure0, X.CalculateInvoiceTotal_calculateTaxes_closure1, X.CalculateInvoiceTotal_calculateTaxes_closure2, X.CalculateInvoiceTotal_calculateTaxes_closure3, X.CalculateInvoiceTotal_calculateTaxes_closure4, X.CalculateInvoiceTotal_calculateTaxes_closure5, X.CalculateInvoiceTotal_getTaxable_closure, X.CalculateInvoiceTotal_calculateTotal_closure, X.CalculateInvoiceTotal_calculateSubtotal_closure, F.PaymentEntity_invoicePaymentables_closure, F.PaymentEntity_creditPaymentables_closure, F.PaymentEntity_invoiceId_closure, F.PaymentEntity_invoiceId_closure0, A.ProductEntity_clone_closure, A.ProjectEntity_clone_closure, K._$serializers_closure, K._$serializers_closure0, K._$serializers_closure1, K._$serializers_closure2, K._$serializers_closure3, K._$serializers_closure4, K._$serializers_closure5, K._$serializers_closure6, K._$serializers_closure7, K._$serializers_closure8, K._$serializers_closure9, K._$serializers_closure10, K._$serializers_closure11, K._$serializers_closure12, K._$serializers_closure13, K._$serializers_closure14, K._$serializers_closure15, K._$serializers_closure16, K._$serializers_closure17, K._$serializers_closure18, K._$serializers_closure19, K._$serializers_closure20, K._$serializers_closure21, K._$serializers_closure22, K._$serializers_closure23, K._$serializers_closure24, K._$serializers_closure25, K._$serializers_closure26, K._$serializers_closure27, K._$serializers_closure28, K._$serializers_closure29, K._$serializers_closure30, K._$serializers_closure31, K._$serializers_closure32, K._$serializers_closure33, K._$serializers_closure34, K._$serializers_closure35, K._$serializers_closure36, K._$serializers_closure37, K._$serializers_closure38, K._$serializers_closure39, K._$serializers_closure40, K._$serializers_closure41, K._$serializers_closure42, K._$serializers_closure43, K._$serializers_closure44, K._$serializers_closure45, K._$serializers_closure46, K._$serializers_closure47, K._$serializers_closure48, K._$serializers_closure49, K._$serializers_closure50, K._$serializers_closure51, K._$serializers_closure52, K._$serializers_closure53, K._$serializers_closure54, K._$serializers_closure55, K._$serializers_closure56, K._$serializers_closure57, K._$serializers_closure58, K._$serializers_closure59, K._$serializers_closure60, K._$serializers_closure61, K._$serializers_closure62, K._$serializers_closure63, K._$serializers_closure64, K._$serializers_closure65, K._$serializers_closure66, K._$serializers_closure67, K._$serializers_closure68, K._$serializers_closure69, K._$serializers_closure70, K._$serializers_closure71, K._$serializers_closure72, K._$serializers_closure73, K._$serializers_closure74, K._$serializers_closure75, K._$serializers_closure76, K._$serializers_closure77, K._$serializers_closure78, K._$serializers_closure79, K._$serializers_closure80, K._$serializers_closure81, K._$serializers_closure82, K._$serializers_closure83, K._$serializers_closure84, K._$serializers_closure85, K._$serializers_closure86, K._$serializers_closure87, K._$serializers_closure88, K._$serializers_closure89, K._$serializers_closure90, K._$serializers_closure91, K._$serializers_closure92, K._$serializers_closure93, K._$serializers_closure94, K._$serializers_closure95, K._$serializers_closure96, K._$serializers_closure97, K._$serializers_closure98, K._$serializers_closure99, K._$serializers_closure100, K._$serializers_closure101, K._$serializers_closure102, K._$serializers_closure103, K._$serializers_closure104, K._$serializers_closure105, K._$serializers_closure106, K._$serializers_closure107, K._$serializers_closure108, K._$serializers_closure109, K._$serializers_closure110, K._$serializers_closure111, K._$serializers_closure112, K._$serializers_closure113, K._$serializers_closure114, K._$serializers_closure115, K._$serializers_closure116, K._$serializers_closure117, K._$serializers_closure118, K._$serializers_closure119, K._$serializers_closure120, K._$serializers_closure121, K._$serializers_closure122, K._$serializers_closure123, K._$serializers_closure124, K._$serializers_closure125, K._$serializers_closure126, K._$serializers_closure127, K._$serializers_closure128, K._$serializers_closure129, K._$serializers_closure130, K._$serializers_closure131, K._$serializers_closure132, K._$serializers_closure133, K._$serializers_closure134, K._$serializers_closure135, K._$serializers_closure136, K._$serializers_closure137, K._$serializers_closure138, K._$serializers_closure139, K._$serializers_closure140, K._$serializers_closure141, K._$serializers_closure142, K._$serializers_closure143, K._$serializers_closure144, K._$serializers_closure145, K._$serializers_closure146, K._$serializers_closure147, K._$serializers_closure148, K._$serializers_closure149, K._$serializers_closure150, K._$serializers_closure151, K._$serializers_closure152, K._$serializers_closure153, K._$serializers_closure154, K._$serializers_closure155, K._$serializers_closure156, K._$serializers_closure157, K._$serializers_closure158, K._$serializers_closure159, K._$serializers_closure160, K._$serializers_closure161, K._$serializers_closure162, K._$serializers_closure163, K._$serializers_closure164, K._$serializers_closure165, K._$serializers_closure166, K._$serializers_closure167, K._$serializers_closure168, K._$serializers_closure169, K._$serializers_closure170, K._$serializers_closure171, K._$serializers_closure172, K._$serializers_closure173, K._$serializers_closure174, K._$serializers_closure175, K._$serializers_closure176, K._$serializers_closure177, K._$serializers_closure178, K._$serializers_closure179, K._$serializers_closure180, K._$serializers_closure181, K._$serializers_closure182, K._$serializers_closure183, K._$serializers_closure184, K._$serializers_closure185, K._$serializers_closure186, G.SettingsEntity_setFieldsForSection_closure, G.SettingsEntity_setFieldsForSection_closure0, D.TaskTime_stop_closure, D.TaskEntity_clone_closure, D.TaskEntity_areTimesValid_closure, D.TaskEntity_isRunning_closure, D.TaskEntity_getTaskTimes_closure, D.TaskEntity_getTaskTimes_closure0, D.TaskEntity_addTaskTime_closure, D.TaskEntity_updateTaskTime_closure, D.TaskEntity_deleteTaskTime_closure, D.TaskEntity_calculateDuration_closure, B.VendorEntity_VendorEntity_closure, G.ClientRepository_saveData_closure, T.CreditRepository_saveData_closure, T.InvoiceRepository_saveData_closure, U.ProductRepository_saveData_closure, U.QuoteRepository_saveData_closure, F._parseError_closure, F._parseError__closure, F._initialState_closure, K.InvoiceNinjaAppState__authenticate_closure, K.InvoiceNinjaAppState_initState_closure, K.InvoiceNinjaAppState_generateRoute_closure, K.InvoiceNinjaAppState_generateRoute_closure0, K.InvoiceNinjaAppState_build_closure, K.InvoiceNinjaAppState_build__closure, K.InvoiceNinjaAppState_build__closure0, K.InvoiceNinjaAppState_build__closure1, K.InvoiceNinjaAppState_build__closure2, K.InvoiceNinjaAppState_build__closure3, K.InvoiceNinjaAppState_build__closure4, K.InvoiceNinjaAppState_build__closure5, K.InvoiceNinjaAppState_build__closure6, K.InvoiceNinjaAppState_build__closure7, K.InvoiceNinjaAppState_build__closure8, K.InvoiceNinjaAppState_build__closure9, K.InvoiceNinjaAppState_build__closure10, K.InvoiceNinjaAppState_build__closure11, K.InvoiceNinjaAppState_build__closure12, K.InvoiceNinjaAppState_build__closure13, K.InvoiceNinjaAppState_build__closure14, K.InvoiceNinjaAppState_build__closure15, K.InvoiceNinjaAppState_build__closure16, K.InvoiceNinjaAppState_build__closure17, K.InvoiceNinjaAppState_build__closure18, K.InvoiceNinjaAppState_build__closure19, K.InvoiceNinjaAppState_build__closure20, K.InvoiceNinjaAppState_build__closure21, K.InvoiceNinjaAppState_build__closure22, K.InvoiceNinjaAppState_build__closure23, K.InvoiceNinjaAppState_build__closure24, K.InvoiceNinjaAppState_build__closure25, K.InvoiceNinjaAppState_build__closure26, K.InvoiceNinjaAppState_build__closure27, K.InvoiceNinjaAppState_build__closure28, K.InvoiceNinjaAppState_build__closure29, K.InvoiceNinjaAppState_build__closure30, K.InvoiceNinjaAppState_build__closure31, K.InvoiceNinjaAppState_build__closure32, K.InvoiceNinjaAppState_build__closure33, K.InvoiceNinjaAppState_build__closure34, K.InvoiceNinjaAppState_build__closure35, K.InvoiceNinjaAppState_build__closure36, K.InvoiceNinjaAppState_build__closure37, K.InvoiceNinjaAppState_build__closure38, K.InvoiceNinjaAppState_build__closure39, K.InvoiceNinjaAppState_build__closure40, K.InvoiceNinjaAppState_build__closure41, K.InvoiceNinjaAppState_build__closure42, K.InvoiceNinjaAppState_build__closure43, K.InvoiceNinjaAppState_build__closure44, K.InvoiceNinjaAppState_build__closure45, K.InvoiceNinjaAppState_build__closure46, K.InvoiceNinjaAppState_build__closure47, K.InvoiceNinjaAppState_build__closure48, K.InvoiceNinjaAppState_build__closure49, K.InvoiceNinjaAppState_build__closure50, K.InvoiceNinjaAppState_build__closure51, K.InvoiceNinjaAppState_build__closure52, K.InvoiceNinjaAppState_build__closure53, K.InvoiceNinjaAppState_build__closure54, K.InvoiceNinjaAppState_build__closure55, K.InvoiceNinjaAppState_build__closure56, K.InvoiceNinjaAppState_build__closure57, K.InvoiceNinjaAppState_build__closure58, K.InvoiceNinjaAppState_build__closure59, K.InvoiceNinjaAppState_build__closure60, K.InvoiceNinjaAppState_build__closure61, K.InvoiceNinjaAppState_build__closure62, K.InvoiceNinjaAppState_build__closure63, K.InvoiceNinjaAppState_build__closure64, K.InvoiceNinjaAppState_build__closure65, K.InvoiceNinjaAppState_build__closure66, K.InvoiceNinjaAppState_build__closure67, K.InvoiceNinjaAppState_build__closure68, K.InvoiceNinjaAppState_build__closure69, K.InvoiceNinjaAppState_build__closure70, K.InvoiceNinjaAppState_build__closure71, K.InvoiceNinjaAppState_build__closure72, K.InvoiceNinjaAppState_build__closure73, K.InvoiceNinjaAppState_build__closure74, K.InvoiceNinjaAppState_build__closure75, K.InvoiceNinjaAppState_build__closure76, K.InvoiceNinjaAppState_build__closure77, K.InvoiceNinjaAppState_build__closure78, K.InvoiceNinjaAppState_build__closure79, K.InvoiceNinjaAppState_build__closure80, K.InvoiceNinjaAppState_build__closure81, K.InvoiceNinjaAppState_build__closure82, K.InvoiceNinjaAppState_build__closure83, K.InvoiceNinjaAppState_build__closure84, K.InvoiceNinjaAppState_build__closure85, K.InvoiceNinjaAppState_build__closure86, K.InvoiceNinjaAppState_build__closure87, K.InvoiceNinjaAppState_build__closure88, K.InvoiceNinjaAppState_build__closure89, K.InvoiceNinjaAppState_build__closure90, K.InvoiceNinjaAppState_build__closure91, K.InvoiceNinjaAppState_build__closure92, K.InvoiceNinjaAppState_build__closure93, K.InvoiceNinjaAppState_build__closure94, K.InvoiceNinjaAppState_build__closure95, K.InvoiceNinjaAppState_build__closure96, K.InvoiceNinjaAppState_build__closure97, K.InvoiceNinjaAppState_build__closure98, K.InvoiceNinjaAppState_build__closure99, K.InvoiceNinjaAppState_build__closure100, K.InvoiceNinjaAppState_build__closure101, K.InvoiceNinjaAppState_build__closure102, K.InvoiceNinjaAppState_build__closure103, K.InvoiceNinjaAppState_build__closure104, K.InvoiceNinjaAppState_build__closure105, K.InvoiceNinjaAppState_build__closure106, M.viewEntitiesByType_closure, M.viewEntityById_closure, M.createEntityByType_closure, M.createEntity_closure, M.editEntity_closure, M.editEntity__closure, M.checkForChanges_closure, M.checkForChanges__closure, K._createLoadState_closure, K._createLoadState__closure, K._createLoadState__closure0, K._createLoadState__closure1, K._createLoadState__closure2, K._createLoadState__closure3, K._createLoadState__closure4, K._createLoadState__closure5, K._getRoutes_closure, K._getRoutes_closure0, K._createUserLoggedIn_closure, K._createPersistData_closure, K._createPersistUI_closure, K._createPersistUI__closure, K._createPersistPrefs_closure, K._createPersistPrefs__closure, K._createAccountLoaded_closure, K._createDataRefreshed_closure, K._createPersistStatic_closure, K._createDeleteState_closure, K._createDeleteState__closure, K._createViewMainScreen_closure, K._createViewMainScreen__closure, G.appReducer_closure, G.appReducer__closure, G.appReducer_closure0, G.appReducer_closure1, G.appReducer_closure2, G.lastErrorReducer_closure, G.lastErrorReducer_closure0, G.lastErrorReducer_closure1, G.lastErrorReducer_closure2, G.lastErrorReducer_closure3, G.lastErrorReducer_closure4, G.lastErrorReducer_closure5, G.lastErrorReducer_closure6, G.lastErrorReducer_closure7, G.lastErrorReducer_closure8, G.lastErrorReducer_closure9, G.lastErrorReducer_closure10, G.lastErrorReducer_closure11, G.lastErrorReducer_closure12, G.lastErrorReducer_closure13, G.lastErrorReducer_closure14, G.lastErrorReducer_closure15, G.lastErrorReducer_closure16, G.lastErrorReducer_closure17, G.lastErrorReducer_closure18, G.dismissedNativeWarningReducer_closure, T.AppState_AppState_closure, T.AppState_companies_closure, T.AppState_historyList_closure, V._createUserLogout_closure, V._createUserLogout__closure, V._createUserLogoutAll_closure, V._createUserLogoutAll__closure, V._createUserLogoutAll__closure0, V._createLoginRequest_closure, V._createLoginRequest__closure, V._createLoginRequest__closure0, V._createSignUpRequest_closure, V._createSignUpRequest__closure, V._createSignUpRequest__closure0, V._createOAuthLoginRequest_closure, V._createOAuthLoginRequest__closure, V._createOAuthLoginRequest__closure0, V._createOAuthSignUpRequest_closure, V._createOAuthSignUpRequest__closure, V._createOAuthSignUpRequest__closure0, V._createRefreshRequest_closure, V._createRefreshRequest__closure, V._createRefreshRequest___closure, V._createRefreshRequest____closure, V._createRefreshRequest__closure0, V._createRecoverRequest_closure, V._createRecoverRequest__closure, V._createRecoverRequest__closure0, V._createCompany_closure, V._createCompany__closure, V._createCompany___closure, V._setDefaultCompany_closure, V._setDefaultCompany__closure, V._setDefaultCompany__closure0, V._deleteCompany_closure, V._deleteCompany__closure, V._deleteCompany__closure0, V._purgeData_closure, V._purgeData__closure, V._purgeData___closure, V._purgeData__closure0, V._resendConfirmation_closure, V._resendConfirmation__closure, V._resendConfirmation__closure0, S.userLoadUrlReducer_closure, S.userSignUpRequestReducer_closure, S.userLoginRequestReducer_closure, S.oauthLoginRequestReducer_closure, S.oauthSignUpRequestReducer_closure, S.userLoginSuccessReducer_closure, S.userVerifiedPasswordReducer_closure, S.userUnverifiedPasswordReducer_closure, E.handleClientAction_closure, E.handleClientAction_closure0, E.handleClientAction_closure1, E.handleClientAction_closure2, Q._editClient_closure, Q._viewClient_closure, Q._viewClientList_closure1, Q._viewClientList__closure, Q._archiveClient_closure, Q._archiveClient__closure, Q._archiveClient__closure0, Q._archiveClient__closure1, Q._deleteClient_closure, Q._deleteClient__closure, Q._deleteClient__closure0, Q._deleteClient__closure1, Q._restoreClient_closure, Q._restoreClient__closure, Q._restoreClient__closure0, Q._restoreClient__closure1, Q._saveClient_closure, Q._saveClient__closure, Q._saveClient__closure0, Q._loadClient_closure, Q._loadClient__closure, Q._loadClient__closure0, Q._loadClients_closure, Q._loadClients__closure, Q._loadClients__closure0, Q._saveDocument_closure10, Q._saveDocument__closure21, Q._saveDocument__closure22, Q._showPdfClient_closure, S.clientUIReducer_closure, S.forceSelectedReducer_closure167, S.forceSelectedReducer_closure168, S.forceSelectedReducer_closure169, S.forceSelectedReducer_closure170, S.forceSelectedReducer_closure171, S.forceSelectedReducer_closure172, S.forceSelectedReducer_closure173, S.forceSelectedReducer_closure174, S.tabIndexReducer_closure21, S.tabIndexReducer_closure22, S.saveCompleterReducer_closure1, S.cancelCompleterReducer_closure1, S.editingContactReducer_closure, S.editingContactReducer_closure0, S.selectedIdReducer_closure335, S.selectedIdReducer_closure336, S.selectedIdReducer_closure337, S.selectedIdReducer_closure338, S.selectedIdReducer_closure339, S.selectedIdReducer_closure340, S.selectedIdReducer_closure341, S.selectedIdReducer_closure342, S.selectedIdReducer_closure343, S.selectedIdReducer_closure344, S.selectedIdReducer_closure345, S.selectedIdReducer_closure346, S.selectedIdReducer_closure347, S.selectedIdReducer_closure348, S.selectedIdReducer_closure349, S.selectedIdReducer_closure350, S.selectedIdReducer_closure351, S.editingReducer_closure112, S.editingReducer_closure113, S.editingReducer_closure114, S.editingReducer_closure115, S.editingReducer_closure116, S.editingReducer_closure117, S.editingReducer_closure118, S.editingReducer__closure48, S.editingReducer_closure119, S.editingReducer__closure47, S.editingReducer_closure120, S.editingReducer__closure46, S.editingReducer_closure121, S.editingReducer__closure45, S.editingReducer_closure122, S.editingReducer_closure123, S.editingReducer_closure124, S.editingReducer_closure125, S._viewClientList_closure, S._filterClientsByCustom1_closure, S._filterClientsByCustom1_closure0, S._filterClientsByCustom2_closure, S._filterClientsByCustom2_closure0, S._filterClientsByCustom3_closure, S._filterClientsByCustom3_closure0, S._filterClientsByCustom4_closure, S._filterClientsByCustom4_closure0, S._filterClientsByState_closure, S._filterClientsByState_closure0, S._filterClients_closure, S._sortClients_closure, S._startListMultiselect_closure21, S._addToListMultiselect_closure21, S._removeFromListMultiselect_closure21, S._clearListMultiselect_closure21, S._archiveClientSuccess_closure, S._deleteClientSuccess_closure, S._restoreClientSuccess_closure, S._addClient_closure, S._addClient__closure, S._updateClient_closure, S._updateClient__closure, S._setLoadedClient_closure, S._setLoadedClient__closure, G.memoizedDropdownClientList_closure, G.dropdownClientsSelector_closure, G.dropdownClientsSelector_closure0, G.memoizedClientStatsForUser_closure, G.clientStatsForUser_closure, G.memoizedFilteredClientList_closure, G.filteredClientsSelector_closure, G.filteredClientsSelector__closure, G.filteredClientsSelector_closure0, F.ClientState_loadClients_closure0, F.ClientState_loadClients_closure1, F.ClientState_loadClients_closure, T.companyReducer_closure, T.userCompanyEntityReducer_closure, T.userCompanyEntityReducer__closure5, T.userCompanyEntityReducer___closure, T.userCompanyEntityReducer__closure6, T.userCompanyEntityReducer_closure0, T.userCompanyEntityReducer__closure4, T.userCompanyEntityReducer_closure1, T.userCompanyEntityReducer__closure3, T.userCompanyEntityReducer_closure2, T.userCompanyEntityReducer__closure2, T.userCompanyEntityReducer_closure3, T.userCompanyEntityReducer__closure1, T.userCompanyEntityReducer_closure4, T.userCompanyEntityReducer__closure0, T.userCompanyEntityReducer_closure5, T.userCompanyEntityReducer__closure, T.loadCompanySuccessReducer_closure, T.loadCompanySuccessReducer_closure0, T.loadCompanySuccessReducer_closure1, T.saveCompanySuccessReducer_closure, T.saveCompanySuccessReducer_closure0, T.lastUpdatedReducer_closure, T.lastUpdatedReducer_closure0, U.memoizedDropdownExpenseCategoriesList_closure, U.dropdownExpenseCategoriesSelector_closure, U.dropdownExpenseCategoriesSelector_closure0, U.memoizedHasMultipleCurrencies_closure, U.memoizedGetCurrencyIds_closure, U.getCurrencyIds_closure, U.memoizedFilteredSelector_closure, U.filteredSelector_closure, U.filteredSelector_closure0, U.filteredSelector_closure1, U.filteredSelector_closure2, U.filteredSelector_closure3, U.filteredSelector_closure4, U.filteredSelector_closure5, U.filteredSelector_closure6, U.filteredSelector_closure7, U.filteredSelector_closure8, U.filteredSelector_closure9, U.filteredSelector_closure10, U.filteredSelector_closure11, U.filteredSelector_closure12, U.filteredSelector_closure13, Q.handleCompanyGatewayAction_closure, Q.handleCompanyGatewayAction_closure0, Q.handleCompanyGatewayAction_closure1, Q.handleCompanyGatewayAction__closure, L._editCompanyGateway_closure, L._viewCompanyGateway_closure, L._viewCompanyGatewayList_closure, L._viewCompanyGatewayList__closure, L._archiveCompanyGateway_closure, L._archiveCompanyGateway__closure, L._archiveCompanyGateway__closure0, L._archiveCompanyGateway__closure1, L._deleteCompanyGateway_closure, L._deleteCompanyGateway__closure, L._deleteCompanyGateway__closure0, L._deleteCompanyGateway__closure1, L._restoreCompanyGateway_closure, L._restoreCompanyGateway__closure, L._restoreCompanyGateway__closure0, L._restoreCompanyGateway__closure1, L._disconnectCompanyGateway_closure, L._disconnectCompanyGateway__closure, L._disconnectCompanyGateway__closure0, L._saveCompanyGateway_closure, L._saveCompanyGateway__closure, L._saveCompanyGateway__closure0, L._loadCompanyGateway_closure, L._loadCompanyGateway__closure, L._loadCompanyGateway__closure0, L._loadCompanyGateways_closure, L._loadCompanyGateways__closure, L._loadCompanyGateways__closure0, N.companyGatewayUIReducer_closure, N.forceSelectedReducer_closure59, N.forceSelectedReducer_closure60, N.forceSelectedReducer_closure61, N.forceSelectedReducer_closure62, N.forceSelectedReducer_closure63, N.forceSelectedReducer_closure64, N.forceSelectedReducer_closure65, N.forceSelectedReducer_closure66, N.selectedIdReducer_closure119, N.selectedIdReducer_closure120, N.selectedIdReducer_closure121, N.selectedIdReducer_closure122, N.selectedIdReducer_closure123, N.selectedIdReducer_closure124, N.selectedIdReducer_closure125, N.selectedIdReducer_closure126, N.selectedIdReducer_closure127, N.selectedIdReducer_closure128, N.selectedIdReducer_closure129, N.selectedIdReducer_closure130, N.selectedIdReducer_closure131, N.selectedIdReducer_closure132, N.selectedIdReducer_closure133, N.editingReducer_closure35, N.editingReducer_closure36, N.editingReducer_closure37, N.editingReducer_closure38, N.editingReducer__closure13, N._filterCompanyGatewaysByCustom1_closure, N._filterCompanyGatewaysByCustom1_closure0, N._filterCompanyGatewaysByCustom2_closure, N._filterCompanyGatewaysByCustom2_closure0, N._filterCompanyGatewaysByState_closure, N._filterCompanyGatewaysByState_closure0, N._filterCompanyGateways_closure, N._sortCompanyGateways_closure, N._startListMultiselect_closure7, N._addToListMultiselect_closure7, N._removeFromListMultiselect_closure7, N._clearListMultiselect_closure7, N._archiveCompanyGatewaySuccess_closure, N._deleteCompanyGatewaySuccess_closure, N._restoreCompanyGatewaySuccess_closure, N._addCompanyGateway_closure, N._addCompanyGateway__closure, N._updateCompanyGateway_closure, N._updateCompanyGateway__closure, N._setLoadedCompanyGateway_closure, N._setLoadedCompanyGateway__closure, N._setLoadedCompany_closure1, N._setLoadedCompany__closure1, N._setLoadedCompany__closure2, N._setLoadedCompany_closure2, N._setLoadedCompanyGateways_closure, N._setLoadedCompanyGateways__closure, N._setLoadedCompanyGateways__closure0, N._setLoadedCompanyGateways_closure0, T.memoizedFilteredCompanyGatewayList_closure, T.filteredCompanyGatewaysSelector_closure, T.filteredCompanyGatewaysSelector_closure0, T.filteredCompanyGatewaysSelector_closure1, T.memoizedCalculateCompanyGatewayProcessed_closure, T.calculateCompanyGatewayProcessed_closure, T.memoizedClientStatsForCompanyGateway_closure, T.clientStatsForCompanyGateway_closure, T.clientStatsForCompanyGateway__closure, T.memoizedPaymentStatsForCompanyGateway_closure, T.paymentStatsForCompanyGateway_closure, T.getUnconnectedStripeAccount_closure, E.handleCreditAction_closure, E.handleCreditAction_closure0, E.handleCreditAction_closure1, E.handleCreditAction_closure2, E.handleCreditAction_closure3, E.handleCreditAction_closure4, E.handleCreditAction_closure5, E.handleCreditAction__closure, X._viewCredit_closure, X._viewCreditList_closure0, X._viewCreditList__closure, X._editCredit_closure, X._showEmailCredit_closure, X._showPdfCredit_closure, X._archiveCredit_closure, X._archiveCredit__closure, X._archiveCredit__closure0, X._archiveCredit__closure1, X._deleteCredit_closure, X._deleteCredit__closure, X._deleteCredit__closure0, X._deleteCredit__closure1, X._restoreCredit_closure, X._restoreCredit__closure, X._restoreCredit__closure0, X._restoreCredit__closure1, X._markSentCredit_closure, X._markSentCredit__closure, X._markSentCredit__closure0, X._emailCredit_closure, X._emailCredit__closure, X._emailCredit__closure0, X._saveCredit_closure, X._saveCredit__closure, X._saveCredit___closure, X._saveCredit__closure0, X._saveCredit__closure1, X._loadCredit_closure, X._loadCredit__closure, X._loadCredit__closure0, X._loadCredits_closure, X._loadCredits__closure, X._loadCredits__closure0, X._downloadCredits_closure, X._downloadCredits__closure, X._downloadCredits__closure0, X._bulkEmailCredits_closure, X._bulkEmailCredits__closure, X._bulkEmailCredits__closure0, X._saveDocument_closure0, X._saveDocument__closure1, X._saveDocument__closure2, Q.creditUIReducer_closure, Q.forceSelectedReducer_closure79, Q.forceSelectedReducer_closure80, Q.forceSelectedReducer_closure81, Q.forceSelectedReducer_closure82, Q.forceSelectedReducer_closure83, Q.forceSelectedReducer_closure84, Q.forceSelectedReducer_closure85, Q.forceSelectedReducer_closure86, Q.tabIndexReducer_closure11, Q.tabIndexReducer_closure12, Q.historyActivityIdReducer_closure0, Q.editingItemReducer_closure1, Q.editingItemReducer_closure2, Q.selectedIdReducer_closure160, Q.selectedIdReducer_closure161, Q.selectedIdReducer_closure162, Q.selectedIdReducer_closure163, Q.selectedIdReducer_closure164, Q.selectedIdReducer_closure165, Q.selectedIdReducer_closure166, Q.selectedIdReducer_closure167, Q.selectedIdReducer_closure168, Q.selectedIdReducer_closure169, Q.selectedIdReducer_closure170, Q.selectedIdReducer_closure171, Q.selectedIdReducer_closure172, Q.selectedIdReducer_closure173, Q.selectedIdReducer_closure174, Q.selectedIdReducer_closure175, Q.selectedIdReducer_closure176, Q.selectedIdReducer_closure177, Q.selectedIdReducer_closure178, Q.editingReducer_closure47, Q.editingReducer__closure22, Q.editingReducer_closure48, Q.editingReducer__closure21, Q.editingReducer_closure49, Q.editingReducer_closure50, Q.editingReducer__closure20, Q.editingReducer_closure51, Q.editingReducer__closure19, Q.editingReducer_closure52, Q.editingReducer__closure18, Q.editingReducer___closure0, Q.editingReducer_closure53, Q.editingReducer_closure54, Q.editingReducer_closure55, Q.editingReducer_closure56, Q.editingReducer__closure17, Q.editingReducer_closure57, Q.editingReducer__closure16, Q._addCreditItem_closure, Q._addCreditItems_closure, Q._removeCreditItem_closure, Q._updateCreditItem_closure, Q._viewCreditList_closure, Q._filterCreditsByCustom1_closure, Q._filterCreditsByCustom1_closure0, Q._filterCreditsByCustom2_closure, Q._filterCreditsByCustom2_closure0, Q._filterCreditsByCustom3_closure, Q._filterCreditsByCustom3_closure0, Q._filterCreditsByCustom4_closure, Q._filterCreditsByCustom4_closure0, Q._filterCreditsByState_closure, Q._filterCreditsByState_closure0, Q._filterCreditsByStatus_closure, Q._filterCreditsByStatus_closure0, Q._filterCredits_closure, Q._sortCredits_closure, Q._startListMultiselect_closure10, Q._addToListMultiselect_closure10, Q._removeFromListMultiselect_closure10, Q._clearListMultiselect_closure10, Q._markSentCreditSuccess_closure0, Q._markSentCreditSuccess_closure1, Q._markSentCreditSuccess_closure, Q._archiveCreditSuccess_closure, Q._deleteCreditSuccess_closure, Q._restoreCreditSuccess_closure, Q._addCredit_closure, Q._addCredit__closure, Q._updateCredit_closure, Q._updateCredit__closure, B.memoizedDropdownCreditList_closure, B.dropdownCreditSelector_closure, B.dropdownCreditSelector_closure0, B.memoizedFilteredCreditList_closure, B.filteredCreditsSelector_closure, B.filteredCreditsSelector_closure0, B.memoizedCreditStatsForDesign_closure, B.creditStatsForDesign_closure, B.memoizedCreditStatsForClient_closure, B.creditStatsForClient_closure, B.memoizedCreditStatsForUser_closure, B.creditStatsForUser_closure, G.CreditState_loadCredits_closure0, G.CreditState_loadCredits_closure1, G.CreditState_loadCredits_closure, R._createViewDashboard_closure, R._createViewDashboard__closure, R._createViewDashboard___closure, D.dashboardUIReducer_closure, D.selectedEntitiesReducer_closure, D.selectedEntitiesReducer__closure0, D.selectedEntitiesReducer_closure0, D.selectedEntitiesReducer__closure, D.selectedEntityTypeReducer_closure, D.showSidebarReducer_closure, D.dashboardSettingsReducer_closure, D.dashboardSettingsReducer_closure0, D.dashboardSettingsReducer_closure1, D.dashboardSettingsReducer_closure2, O.memoizedChartInvoices_closure, O.memoizedPreviousChartInvoices_closure, O._chartInvoices_closure, O.memoizedChartQuotes_closure, O.memoizedPreviousChartQuotes_closure, O.chartQuotes_closure, O.memoizedChartPayments_closure, O.memoizedPreviousChartPayments_closure, O.chartPayments_closure, O.memoizedChartTasks_closure, O.memoizedPreviousChartTasks_closure, O.chartTasks_closure, O.chartTasks__closure, O.chartTasks___closure, O.chartExpenses_closure, O.memoizedChartExpenses_closure, O.memoizedPreviousChartExpenses_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, N.handleDesignAction_closure, N.handleDesignAction_closure0, N.handleDesignAction_closure1, N.handleDesignAction_closure2, N.handleDesignAction_closure3, V._editDesign_closure, V._viewDesign_closure, V._viewDesignList_closure0, V._viewDesignList__closure, V._archiveDesign_closure, V._archiveDesign__closure, V._archiveDesign__closure0, V._archiveDesign__closure1, V._deleteDesign_closure, V._deleteDesign__closure, V._deleteDesign__closure0, V._deleteDesign__closure1, V._restoreDesign_closure, V._restoreDesign__closure, V._restoreDesign__closure0, V._restoreDesign__closure1, V._saveDesign_closure, V._saveDesign__closure, V._saveDesign__closure0, V._loadDesign_closure, V._loadDesign__closure, V._loadDesign__closure0, V._loadDesigns_closure, V._loadDesigns__closure, V._loadDesigns__closure0, U.designUIReducer_closure, U.forceSelectedReducer_closure87, U.forceSelectedReducer_closure88, U.forceSelectedReducer_closure89, U.forceSelectedReducer_closure90, U.forceSelectedReducer_closure91, U.forceSelectedReducer_closure92, U.forceSelectedReducer_closure93, U.forceSelectedReducer_closure94, U.selectedIdReducer_closure179, U.selectedIdReducer_closure180, U.selectedIdReducer_closure181, U.selectedIdReducer_closure182, U.selectedIdReducer_closure183, U.selectedIdReducer_closure184, U.selectedIdReducer_closure185, U.selectedIdReducer_closure186, U.selectedIdReducer_closure187, U.selectedIdReducer_closure188, U.selectedIdReducer_closure189, U.selectedIdReducer_closure190, U.selectedIdReducer_closure191, U.selectedIdReducer_closure192, U.editingReducer_closure58, U.editingReducer_closure59, U.editingReducer_closure60, U.editingReducer_closure61, U.editingReducer__closure23, U._viewDesignList_closure, U._filterDesignsByCustom1_closure, U._filterDesignsByCustom1_closure0, U._filterDesignsByCustom2_closure, U._filterDesignsByCustom2_closure0, U._filterDesignsByState_closure, U._filterDesignsByState_closure0, U._filterDesigns_closure, U._sortDesigns_closure, U._startListMultiselect_closure11, U._addToListMultiselect_closure11, U._removeFromListMultiselect_closure11, U._clearListMultiselect_closure11, U._archiveDesignSuccess_closure, U._deleteDesignSuccess_closure, U._restoreDesignSuccess_closure, U._addDesign_closure, U._updateDesign_closure, U._setLoadedDesign_closure, A.memoizedFilteredDesignList_closure, A.filteredDesignsSelector_closure, A.filteredDesignsSelector_closure0, Y.DesignState_cleanDesign_closure, Y.DesignState_cleanDesign_closure0, Y.DesignState_customDesigns_closure, Y.DesignState_customDesigns_closure0, Y.DesignState_loadDesigns_closure0, Y.DesignState_loadDesigns_closure1, Y.DesignState_loadDesigns_closure, X.handleDocumentAction_closure, Y._editDocument_closure, Y._viewDocument_closure, Y._viewDocumentList_closure0, Y._viewDocumentList__closure, Y._archiveDocument_closure, Y._archiveDocument__closure, Y._archiveDocument__closure0, Y._archiveDocument__closure1, Y._deleteDocument_closure, Y._deleteDocument__closure, Y._deleteDocument__closure0, Y._restoreDocument_closure, Y._restoreDocument__closure, Y._restoreDocument__closure0, Y._restoreDocument__closure1, Y._loadDocument_closure, Y._loadDocument__closure, Y._loadDocument__closure0, Y._loadDocuments_closure, Y._loadDocuments__closure, Y._loadDocuments__closure0, M.documentUIReducer_closure, M.forceSelectedReducer_closure47, M.forceSelectedReducer_closure48, M.forceSelectedReducer_closure49, M.forceSelectedReducer_closure50, M.forceSelectedReducer_closure51, M.forceSelectedReducer_closure52, M.forceSelectedReducer_closure53, M.forceSelectedReducer_closure54, M.selectedIdReducer_closure94, M.selectedIdReducer_closure95, M.selectedIdReducer_closure96, M.selectedIdReducer_closure97, M.selectedIdReducer_closure98, M.selectedIdReducer_closure99, M.selectedIdReducer_closure100, M.selectedIdReducer_closure101, M.selectedIdReducer_closure102, M.selectedIdReducer_closure103, M.selectedIdReducer_closure104, M.selectedIdReducer_closure105, M.selectedIdReducer_closure106, M.editingReducer_closure30, M.editingReducer__closure11, M._viewDocumentList_closure, M._filterDocumentsByCustom1_closure, M._filterDocumentsByCustom1_closure0, M._filterDocumentsByCustom2_closure, M._filterDocumentsByCustom2_closure0, M._filterDocumentsByState_closure, M._filterDocumentsByState_closure0, M._filterDocuments_closure, M._sortDocuments_closure, M._startListMultiselect_closure5, M._addToListMultiselect_closure5, M._removeFromListMultiselect_closure5, M._clearListMultiselect_closure5, M._archiveDocumentSuccess_closure, M._deleteDocumentSuccess_closure, M._restoreDocumentSuccess_closure, M._updateDocument_closure, M._setLoadedDocument_closure, M._setLoadedDocuments_closure, M._setLoadedDocuments__closure, M._setLoadedDocuments__closure0, M._setLoadedDocuments_closure0, A.memoizedFilteredDocumentList_closure, A.filteredDocumentsSelector_closure, A.filteredDocumentsSelector_closure0, T.handleExpenseAction_closure, T.handleExpenseAction_closure0, T.handleExpenseAction_closure1, T.handleExpenseAction_closure2, T.handleExpenseAction_closure3, T.handleExpenseAction_closure4, R._editExpense_closure, R._viewExpense_closure, R._viewExpenseList_closure0, R._viewExpenseList__closure, R._archiveExpense_closure, R._archiveExpense__closure, R._archiveExpense__closure0, R._archiveExpense__closure1, R._deleteExpense_closure, R._deleteExpense__closure, R._deleteExpense__closure0, R._deleteExpense__closure1, R._restoreExpense_closure, R._restoreExpense__closure, R._restoreExpense__closure0, R._restoreExpense__closure1, R._saveExpense_closure, R._saveExpense__closure, R._saveExpense__closure0, R._loadExpense_closure, R._loadExpense__closure, R._loadExpense__closure0, R._loadExpenses_closure, R._loadExpenses__closure, R._loadExpenses__closure0, R._saveDocument_closure8, R._saveDocument__closure17, R._saveDocument__closure18, K.expenseUIReducer_closure, K.forceSelectedReducer_closure39, K.forceSelectedReducer_closure40, K.forceSelectedReducer_closure41, K.forceSelectedReducer_closure42, K.forceSelectedReducer_closure43, K.forceSelectedReducer_closure44, K.forceSelectedReducer_closure45, K.forceSelectedReducer_closure46, K.tabIndexReducer_closure9, K.tabIndexReducer_closure10, K.selectedIdReducer_closure79, K.selectedIdReducer_closure80, K.selectedIdReducer_closure81, K.selectedIdReducer_closure82, K.selectedIdReducer_closure83, K.selectedIdReducer_closure84, K.selectedIdReducer_closure85, K.selectedIdReducer_closure86, K.selectedIdReducer_closure87, K.selectedIdReducer_closure88, K.selectedIdReducer_closure89, K.selectedIdReducer_closure90, K.selectedIdReducer_closure91, K.selectedIdReducer_closure92, K.selectedIdReducer_closure93, K.editingReducer_closure26, K.editingReducer_closure27, K.editingReducer_closure28, K.editingReducer_closure29, K.editingReducer__closure10, K._viewExpenseList_closure, K._filterExpensesByCustom1_closure, K._filterExpensesByCustom1_closure0, K._filterExpensesByCustom2_closure, K._filterExpensesByCustom2_closure0, K._filterExpensesByCustom3_closure, K._filterExpensesByCustom3_closure0, K._filterExpensesByCustom4_closure, K._filterExpensesByCustom4_closure0, K._filterExpensesByState_closure, K._filterExpensesByState_closure0, K._filterExpensesByStatus_closure, K._filterExpensesByStatus_closure0, K._filterExpenses_closure, K._sortExpenses_closure, K._startListMultiselect_closure4, K._addToListMultiselect_closure4, K._removeFromListMultiselect_closure4, K._clearListMultiselect_closure4, K._archiveExpenseSuccess_closure, K._deleteExpenseSuccess_closure, K._restoreExpenseSuccess_closure, K._addExpense_closure, K._updateExpense_closure, K._setLoadedExpense_closure, L.convertExpenseToInvoiceItem_closure, L.memoizedFilteredExpenseList_closure, L.filteredExpensesSelector_closure, L.filteredExpensesSelector_closure0, L.memoizedExpenseStatsForVendor_closure, L.expenseStatsForVendor_closure, L.memoizedExpenseStatsForClient_closure, L.expenseStatsForClient_closure, L.memoizedClientExpenseList_closure, L.clientExpenseList_closure, L.clientExpenseList_closure0, L.memoizedExpenseStatsForProject_closure, L.expenseStatsForProject_closure, L.memoizedExpenseStatsForUser_closure, L.expenseStatsForUser_closure, R.ExpenseState_loadExpenses_closure0, R.ExpenseState_loadExpenses_closure1, R.ExpenseState_loadExpenses_closure, X.handleExpenseCategoryAction_closure, X.handleExpenseCategoryAction_closure0, M._editExpenseCategory_closure, M._viewExpenseCategory_closure, M._viewExpenseCategoryList_closure, M._viewExpenseCategoryList__closure, M._archiveExpenseCategory_closure, M._archiveExpenseCategory__closure, M._archiveExpenseCategory__closure0, M._archiveExpenseCategory__closure1, M._deleteExpenseCategory_closure, M._deleteExpenseCategory__closure, M._deleteExpenseCategory__closure0, M._deleteExpenseCategory__closure1, M._restoreExpenseCategory_closure, M._restoreExpenseCategory__closure, M._restoreExpenseCategory__closure0, M._restoreExpenseCategory__closure1, M._saveExpenseCategory_closure, M._saveExpenseCategory__closure, M._saveExpenseCategory__closure0, M._loadExpenseCategory_closure, M._loadExpenseCategory__closure, M._loadExpenseCategory__closure0, M._loadExpenseCategories_closure, M._loadExpenseCategories__closure, M._loadExpenseCategories__closure0, F.expenseCategoryUIReducer_closure, F.forceSelectedReducer_closure127, F.forceSelectedReducer_closure128, F.forceSelectedReducer_closure129, F.forceSelectedReducer_closure130, F.forceSelectedReducer_closure131, F.forceSelectedReducer_closure132, F.forceSelectedReducer_closure133, F.forceSelectedReducer_closure134, F.selectedIdReducer_closure256, F.selectedIdReducer_closure257, F.selectedIdReducer_closure258, F.selectedIdReducer_closure259, F.selectedIdReducer_closure260, F.selectedIdReducer_closure261, F.selectedIdReducer_closure262, F.selectedIdReducer_closure263, F.selectedIdReducer_closure264, F.selectedIdReducer_closure265, F.selectedIdReducer_closure266, F.selectedIdReducer_closure267, F.selectedIdReducer_closure268, F.selectedIdReducer_closure269, F.selectedIdReducer_closure270, F.editingReducer_closure85, F.editingReducer_closure86, F.editingReducer_closure87, F.editingReducer_closure88, F.editingReducer__closure34, F._filterExpenseCategoriesByCustom1_closure, F._filterExpenseCategoriesByCustom1_closure0, F._filterExpenseCategoriesByCustom2_closure, F._filterExpenseCategoriesByCustom2_closure0, F._filterExpenseCategoriesByState_closure, F._filterExpenseCategoriesByState_closure0, F._filterExpenseCategories_closure, F._sortExpenseCategories_closure, F._startListMultiselect_closure16, F._addToListMultiselect_closure16, F._removeFromListMultiselect_closure16, F._clearListMultiselect_closure16, F._archiveExpenseCategorySuccess_closure, F._deleteExpenseCategorySuccess_closure, F._restoreExpenseCategorySuccess_closure, F._addExpenseCategory_closure, F._updateExpenseCategory_closure, F._setLoadedExpenseCategory_closure, O.memoizedFilteredExpenseCategoryList_closure, O.filteredExpenseCategoriesSelector_closure, O.filteredExpenseCategoriesSelector_closure0, O.memoizedCalculateExpenseCategoryAmount_closure, O.calculateExpenseCategoryAmount_closure, O.memoizedExpenseStatsForExpenseCategory_closure, O.expenseStatsForExpenseCategory_closure, Q.ExpenseCategoryState_loadExpenseCategories_closure0, Q.ExpenseCategoryState_loadExpenseCategories_closure1, Q.ExpenseCategoryState_loadExpenseCategories_closure, Q.handleGroupAction_closure, Q.handleGroupAction_closure0, X._editGroup_closure, X._viewGroup_closure, X._viewGroupList_closure0, X._viewGroupList__closure, X._archiveGroup_closure, X._archiveGroup__closure, X._archiveGroup__closure0, X._archiveGroup__closure1, X._deleteGroup_closure, X._deleteGroup__closure, X._deleteGroup__closure0, X._deleteGroup__closure1, X._restoreGroup_closure, X._restoreGroup__closure, X._restoreGroup__closure0, X._restoreGroup__closure1, X._saveGroup_closure, X._saveGroup__closure, X._saveGroup__closure0, X._loadGroup_closure, X._loadGroup__closure, X._loadGroup__closure0, X._loadGroups_closure, X._loadGroups__closure, X._loadGroups__closure0, X._saveDocument_closure, X._saveDocument__closure, X._saveDocument__closure0, K.groupUIReducer_closure, K.forceSelectedReducer_closure55, K.forceSelectedReducer_closure56, K.forceSelectedReducer_closure57, K.forceSelectedReducer_closure58, K.selectedIdReducer_closure107, K.selectedIdReducer_closure108, K.selectedIdReducer_closure109, K.selectedIdReducer_closure110, K.selectedIdReducer_closure111, K.selectedIdReducer_closure112, K.selectedIdReducer_closure113, K.selectedIdReducer_closure114, K.selectedIdReducer_closure115, K.selectedIdReducer_closure116, K.selectedIdReducer_closure117, K.selectedIdReducer_closure118, K.editingReducer_closure31, K.editingReducer_closure32, K.editingReducer_closure33, K.editingReducer_closure34, K.editingReducer__closure12, K._viewGroupList_closure, K._filterGroupsByState_closure, K._filterGroupsByState_closure0, K._filterGroups_closure, K._sortGroups_closure, K._startListMultiselect_closure6, K._addToListMultiselect_closure6, K._removeFromListMultiselect_closure6, K._clearListMultiselect_closure6, K._archiveGroupSuccess_closure, K._deleteGroupSuccess_closure, K._restoreGroupSuccess_closure, K._addGroup_closure, K._updateGroup_closure, K._setLoadedGroup_closure, K._setLoadedGroups_closure, K._setLoadedGroups__closure, K._setLoadedGroups__closure0, K._setLoadedGroups_closure0, K._setLoadedCompany_closure, K._setLoadedCompany__closure, K._setLoadedCompany__closure0, K._setLoadedCompany_closure0, S.memoizedFilteredGroupList_closure, S.filteredGroupsSelector_closure, S.filteredGroupsSelector_closure0, S.memoizedClientStatsForGroup_closure, S.clientStatsForGroup_closure, Q.handleInvoiceAction_closure, Q.handleInvoiceAction_closure0, Q.handleInvoiceAction_closure1, Q.handleInvoiceAction_closure2, Q.handleInvoiceAction_closure3, Q.handleInvoiceAction_closure4, Q.handleInvoiceAction_closure5, Q.handleInvoiceAction__closure, Q.handleInvoiceAction__closure0, G._viewInvoiceList_closure0, G._viewInvoiceList__closure, G._viewInvoice_closure, G._editInvoice_closure, G._showEmailInvoice_closure, G._showPdfInvoice_closure, G._cancelInvoices_closure, G._cancelInvoices__closure, G._cancelInvoices__closure0, G._reverseInvoices_closure, G._reverseInvoices__closure, G._reverseInvoices__closure0, G._archiveInvoice_closure, G._archiveInvoice__closure, G._archiveInvoice__closure0, G._archiveInvoice__closure1, G._deleteInvoice_closure, G._deleteInvoice__closure, G._deleteInvoice__closure0, G._deleteInvoice__closure1, G._restoreInvoice_closure, G._restoreInvoice__closure, G._restoreInvoice__closure0, G._restoreInvoice__closure1, G._markInvoiceSent_closure, G._markInvoiceSent__closure, G._markInvoiceSent__closure0, G._markInvoicePaid_closure, G._markInvoicePaid__closure, G._markInvoicePaid__closure0, G._downloadInvoices_closure, G._downloadInvoices__closure, G._downloadInvoices__closure0, G._emailInvoice_closure, G._emailInvoice__closure, G._emailInvoice__closure0, G._bulkEmailInvoices_closure, G._bulkEmailInvoices__closure, G._bulkEmailInvoices__closure0, G._saveInvoice_closure, G._saveInvoice__closure, G._saveInvoice___closure, G._saveInvoice__closure0, G._saveInvoice__closure1, G._loadInvoice_closure, G._loadInvoice__closure, G._loadInvoice__closure0, G._loadInvoices_closure, G._loadInvoices__closure, G._loadInvoices__closure0, G._saveDocument_closure9, G._saveDocument__closure19, G._saveDocument__closure20, D.invoiceUIReducer_closure, D.forceSelectedReducer_closure159, D.forceSelectedReducer_closure160, D.forceSelectedReducer_closure161, D.forceSelectedReducer_closure162, D.forceSelectedReducer_closure163, D.forceSelectedReducer_closure164, D.forceSelectedReducer_closure165, D.forceSelectedReducer_closure166, D.tabIndexReducer_closure19, D.tabIndexReducer_closure20, D.historyActivityIdReducer_closure2, D.editingItemIndexReducer_closure1, D.editingItemIndexReducer_closure2, D.selectedIdReducer_closure316, D.selectedIdReducer_closure317, D.selectedIdReducer_closure318, D.selectedIdReducer_closure319, D.selectedIdReducer_closure320, D.selectedIdReducer_closure321, D.selectedIdReducer_closure322, D.selectedIdReducer_closure323, D.selectedIdReducer_closure324, D.selectedIdReducer_closure325, D.selectedIdReducer_closure326, D.selectedIdReducer_closure327, D.selectedIdReducer_closure328, D.selectedIdReducer_closure329, D.selectedIdReducer_closure330, D.selectedIdReducer_closure331, D.selectedIdReducer_closure332, D.selectedIdReducer_closure333, D.selectedIdReducer_closure334, D.editingReducer_closure101, D.editingReducer__closure44, D.editingReducer_closure102, D.editingReducer__closure43, D.editingReducer_closure103, D.editingReducer_closure104, D.editingReducer__closure42, D.editingReducer_closure105, D.editingReducer__closure41, D.editingReducer_closure106, D.editingReducer__closure40, D.editingReducer___closure2, D.editingReducer_closure107, D.editingReducer_closure108, D.editingReducer_closure109, D.editingReducer_closure110, D.editingReducer__closure39, D.editingReducer_closure111, D.editingReducer__closure38, D._addInvoiceItem_closure, D._addInvoiceItems_closure, D._removeInvoiceItem_closure, D._updateInvoiceItem_closure, D._viewInvoiceList_closure, D._filterInvoicesByCustom1_closure, D._filterInvoicesByCustom1_closure0, D._filterInvoicesByCustom2_closure, D._filterInvoicesByCustom2_closure0, D._filterInvoicesByCustom3_closure, D._filterInvoicesByCustom3_closure0, D._filterInvoicesByCustom4_closure, D._filterInvoicesByCustom4_closure0, D._filterInvoicesByState_closure, D._filterInvoicesByState_closure0, D._filterInvoicesByStatus_closure, D._filterInvoicesByStatus_closure0, D._filterInvoices_closure, D._sortInvoices_closure, D._startListMultiselect_closure20, D._addToListMultiselect_closure20, D._removeFromListMultiselect_closure20, D._clearListMultiselect_closure20, D._markInvoicesSentSuccess_closure, D._markInvoicesPaidSuccess_closure, D._reverseInvoicesSuccess_closure, D._cancelInvoicesSuccess_closure, D._archiveInvoiceSuccess_closure, D._deleteInvoiceSuccess_closure, D._emailInvoiceSuccess_closure, D._restoreInvoiceSuccess_closure, D._addInvoice_closure, D._addInvoice__closure, D._updateInvoice_closure, D._updateInvoice__closure, Z.memoizedDropdownInvoiceList_closure, Z.dropdownInvoiceSelector_closure, Z.dropdownInvoiceSelector_closure0, Z.memoizedFilteredInvoiceList_closure, Z.filteredInvoicesSelector_closure, Z.filteredInvoicesSelector__closure0, Z.filteredInvoicesSelector_closure0, Z.filteredInvoicesSelector__closure, Z.filteredInvoicesSelector_closure1, Z.memoizedInvoiceStatsForClient_closure, Z.invoiceStatsForClient_closure, Z.memoizedInvoiceStatsForDesign_closure, Z.invoiceStatsForDesign_closure, Z.memoizedInvoiceStatsForSubscription_closure, Z.invoiceStatsForSubscription_closure, Z.memoizedInvoiceStatsForUser_closure, Z.invoiceStatsForUser_closure, B.InvoiceState_loadInvoices_closure0, B.InvoiceState_loadInvoices_closure1, B.InvoiceState_loadInvoices_closure, Q.handlePaymentAction_closure, Q.handlePaymentAction_closure0, Q.handlePaymentAction__closure1, Q.handlePaymentAction_closure1, Q.handlePaymentAction__closure, Q.handlePaymentAction__closure0, D._editPayment_closure, D._editPayment__closure, D._viewRefundPayment_closure, D._viewRefundPayment__closure, D._viewPayment_closure, D._viewPaymentList_closure0, D._viewPaymentList__closure, D._archivePayment_closure, D._archivePayment__closure, D._archivePayment__closure0, D._archivePayment__closure1, D._deletePayment_closure, D._deletePayment__closure, D._deletePayment__closure0, D._deletePayment__closure1, D._restorePayment_closure, D._restorePayment__closure, D._restorePayment__closure0, D._restorePayment__closure1, D._savePayment_closure, D._savePayment__closure, D._savePayment__closure0, D._refundPayment_closure, D._refundPayment__closure, D._refundPayment__closure0, D._emailPayment_closure, D._emailPayment__closure, D._emailPayment__closure0, D._loadPayment_closure, D._loadPayment__closure, D._loadPayment__closure0, D._loadPayments_closure, D._loadPayments__closure, D._loadPayments__closure0, R.paymentUIReducer_closure, R.forceSelectedReducer_closure7, R.forceSelectedReducer_closure8, R.forceSelectedReducer_closure9, R.forceSelectedReducer_closure10, R.forceSelectedReducer_closure11, R.forceSelectedReducer_closure12, R.forceSelectedReducer_closure13, R.forceSelectedReducer_closure14, R.tabIndexReducer_closure1, R.tabIndexReducer_closure2, R.selectedIdReducer_closure18, R.selectedIdReducer_closure19, R.selectedIdReducer_closure20, R.selectedIdReducer_closure21, R.selectedIdReducer_closure22, R.selectedIdReducer_closure23, R.selectedIdReducer_closure24, R.selectedIdReducer_closure25, R.selectedIdReducer_closure26, R.selectedIdReducer_closure27, R.selectedIdReducer_closure28, R.selectedIdReducer_closure29, R.selectedIdReducer_closure30, R.selectedIdReducer_closure31, R.selectedIdReducer_closure32, R.selectedIdReducer_closure33, R.editingReducer_closure10, R.editingReducer_closure11, R.editingReducer_closure12, R.editingReducer_closure13, R.editingReducer__closure6, R._viewPaymentList_closure, R._filterPaymentsByCustom1_closure, R._filterPaymentsByCustom1_closure0, R._filterPaymentsByCustom2_closure, R._filterPaymentsByCustom2_closure0, R._filterPaymentsByCustom3_closure, R._filterPaymentsByCustom3_closure0, R._filterPaymentsByCustom4_closure, R._filterPaymentsByCustom4_closure0, R._filterPaymentsByState_closure, R._filterPaymentsByState_closure0, R._filterPayments_closure, R._sortPayments_closure, R._startListMultiselect_closure0, R._addToListMultiselect_closure0, R._removeFromListMultiselect_closure0, R._clearListMultiselect_closure0, R._archivePaymentSuccess_closure, R._deletePaymentSuccess_closure, R._restorePaymentSuccess_closure, R._addPayment_closure, R._updatePayment_closure, R._setLoadedPayment_closure, Q.memoizedPaymentsByInvoice_closure, Q.paymentsByInvoiceSelector_closure, Q.paymentsByInvoiceSelector_closure0, Q.paymentsByInvoiceSelector__closure, Q.memoizedPaymentsByCredit_closure, Q.paymentsByCreditSelector_closure, Q.paymentsByCreditSelector_closure0, Q.paymentsByCreditSelector__closure, Q.memoizedFilteredPaymentList_closure, Q.filteredPaymentsSelector_closure, Q.filteredPaymentsSelector__closure, Q.filteredPaymentsSelector_closure0, Q.memoizedPaymentStatsForClient_closure, Q.paymentStatsForClient_closure, L.PaymentState_loadPayments_closure0, L.PaymentState_loadPayments_closure1, L.PaymentState_loadPayments_closure, D.handlePaymentTermAction_closure, E._editPaymentTerm_closure, E._viewPaymentTerm_closure, E._viewPaymentTermList_closure0, E._viewPaymentTermList__closure, E._archivePaymentTerm_closure, E._archivePaymentTerm__closure, E._archivePaymentTerm__closure0, E._archivePaymentTerm__closure1, E._deletePaymentTerm_closure, E._deletePaymentTerm__closure, E._deletePaymentTerm__closure0, E._deletePaymentTerm__closure1, E._restorePaymentTerm_closure, E._restorePaymentTerm__closure, E._restorePaymentTerm__closure0, E._restorePaymentTerm__closure1, E._savePaymentTerm_closure, E._savePaymentTerm__closure, E._savePaymentTerm__closure0, E._loadPaymentTerm_closure, E._loadPaymentTerm__closure, E._loadPaymentTerm__closure0, E._loadPaymentTerms_closure, E._loadPaymentTerms__closure, E._loadPaymentTerms__closure0, L.paymentTermUIReducer_closure, L.forceSelectedReducer_closure95, L.forceSelectedReducer_closure96, L.forceSelectedReducer_closure97, L.forceSelectedReducer_closure98, L.forceSelectedReducer_closure99, L.forceSelectedReducer_closure100, L.forceSelectedReducer_closure101, L.forceSelectedReducer_closure102, L.selectedIdReducer_closure193, L.selectedIdReducer_closure194, L.selectedIdReducer_closure195, L.selectedIdReducer_closure196, L.selectedIdReducer_closure197, L.selectedIdReducer_closure198, L.selectedIdReducer_closure199, L.selectedIdReducer_closure200, L.selectedIdReducer_closure201, L.selectedIdReducer_closure202, L.selectedIdReducer_closure203, L.selectedIdReducer_closure204, L.selectedIdReducer_closure205, L.selectedIdReducer_closure206, L.editingReducer_closure62, L.editingReducer_closure63, L.editingReducer_closure64, L.editingReducer_closure65, L.editingReducer__closure24, L._viewPaymentTermList_closure, L._filterPaymentTermsByCustom1_closure, L._filterPaymentTermsByCustom1_closure0, L._filterPaymentTermsByCustom2_closure, L._filterPaymentTermsByCustom2_closure0, L._filterPaymentTermsByState_closure, L._filterPaymentTermsByState_closure0, L._filterPaymentTerms_closure, L._sortPaymentTerms_closure, L._startListMultiselect_closure12, L._addToListMultiselect_closure12, L._removeFromListMultiselect_closure12, L._clearListMultiselect_closure12, L._archivePaymentTermSuccess_closure, L._deletePaymentTermSuccess_closure, L._restorePaymentTermSuccess_closure, L._addPaymentTerm_closure, L._updatePaymentTerm_closure, L._setLoadedPaymentTerm_closure, L._setLoadedCompany_closure7, L._setLoadedCompany__closure7, L._setLoadedCompany__closure8, L._setLoadedCompany_closure8, V.memoizedDropdownPaymentTermList_closure, V.dropdownPaymentTermsSelector_closure, V.dropdownPaymentTermsSelector_closure0, V.memoizedFilteredPaymentTermList_closure, V.filteredPaymentTermsSelector_closure, V.filteredPaymentTermsSelector_closure0, N.PaymentTermState_loadPaymentTerms_closure0, N.PaymentTermState_loadPaymentTerms_closure1, N.PaymentTermState_loadPaymentTerms_closure, Z.handleProductAction_closure, Z.handleProductAction_closure0, Z.handleProductAction__closure, E._editProduct_closure, E._viewProduct_closure, E._viewProductList_closure, E._viewProductList__closure, E._archiveProduct_closure, E._archiveProduct__closure, E._archiveProduct__closure0, E._archiveProduct__closure1, E._deleteProduct_closure, E._deleteProduct__closure, E._deleteProduct__closure0, E._deleteProduct__closure1, E._restoreProduct_closure, E._restoreProduct__closure, E._restoreProduct__closure0, E._restoreProduct__closure1, E._saveProduct_closure, E._saveProduct__closure, E._saveProduct__closure0, E._loadProduct_closure, E._loadProduct__closure, E._loadProduct__closure0, E._loadProducts_closure, E._loadProducts__closure, E._loadProducts__closure0, E._saveDocument_closure11, E._saveDocument__closure23, E._saveDocument__closure24, B.productUIReducer_closure, B.forceSelectedReducer_closure175, B.forceSelectedReducer_closure176, B.forceSelectedReducer_closure177, B.forceSelectedReducer_closure178, B.forceSelectedReducer_closure179, B.forceSelectedReducer_closure180, B.forceSelectedReducer_closure181, B.forceSelectedReducer_closure182, B.tabIndexReducer_closure23, B.tabIndexReducer_closure24, B.editingReducer_closure126, B.editingReducer__closure49, B.editingReducer_closure127, B.editingReducer_closure128, B.editingReducer_closure129, B.selectedIdReducer_closure352, B.selectedIdReducer_closure353, B.selectedIdReducer_closure354, B.selectedIdReducer_closure355, B.selectedIdReducer_closure356, B.selectedIdReducer_closure357, B.selectedIdReducer_closure358, B.selectedIdReducer_closure359, B.selectedIdReducer_closure360, B.selectedIdReducer_closure361, B.selectedIdReducer_closure362, B.selectedIdReducer_closure363, B.selectedIdReducer_closure364, B.selectedIdReducer_closure365, B._viewClientList_closure0, B._filterProductsByState_closure, B._filterProductsByState_closure0, B._filterProductsByCustom1_closure, B._filterProductsByCustom1_closure0, B._filterProductsByCustom2_closure, B._filterProductsByCustom2_closure0, B._filterProductsByCustom3_closure, B._filterProductsByCustom3_closure0, B._filterProductsByCustom4_closure, B._filterProductsByCustom4_closure0, B._filterProducts_closure, B._sortProducts_closure, B._startListMultiselect_closure22, B._addToListMultiselect_closure22, B._removeFromListMultiselect_closure22, B._clearListMultiselect_closure22, B._archiveProductSuccess_closure, B._deleteProductSuccess_closure, B._restoreProductSuccess_closure, B._addProduct_closure, B._updateProduct_closure, B._setLoadedProduct_closure, O.convertProductToInvoiceItem_closure, O.memoizedDropdownProductList_closure, O.dropdownProductsSelector_closure, O.dropdownProductsSelector_closure0, O.memoizedProductList_closure, O.productList_closure, O.productList_closure0, O.memoizedFilteredProductList_closure, O.filteredProductsSelector_closure, O.filteredProductsSelector_closure0, Y.ProductState_loadProducts_closure0, Y.ProductState_loadProducts_closure1, Y.ProductState_loadProducts_closure, M.handleProjectAction_closure, M.handleProjectAction_closure0, M.handleProjectAction_closure1, M.handleProjectAction_closure2, M.handleProjectAction_closure3, Q._editProject_closure, Q._viewProject_closure, Q._viewProjectList_closure0, Q._viewProjectList__closure, Q._archiveProject_closure, Q._archiveProject__closure, Q._archiveProject__closure0, Q._archiveProject__closure1, Q._deleteProject_closure, Q._deleteProject__closure, Q._deleteProject__closure0, Q._deleteProject__closure1, Q._restoreProject_closure, Q._restoreProject__closure, Q._restoreProject__closure0, Q._restoreProject__closure1, Q._saveProject_closure, Q._saveProject__closure, Q._saveProject__closure0, Q._loadProject_closure, Q._loadProject__closure, Q._loadProject__closure0, Q._loadProjects_closure, Q._loadProjects__closure, Q._loadProjects__closure0, Q._saveDocument_closure5, Q._saveDocument__closure11, Q._saveDocument__closure12, G.projectUIReducer_closure, G.forceSelectedReducer_closure15, G.forceSelectedReducer_closure16, G.forceSelectedReducer_closure17, G.forceSelectedReducer_closure18, G.forceSelectedReducer_closure19, G.forceSelectedReducer_closure20, G.forceSelectedReducer_closure21, G.forceSelectedReducer_closure22, G.tabIndexReducer_closure3, G.tabIndexReducer_closure4, G.saveCompleterReducer_closure, G.cancelCompleterReducer_closure, G.selectedIdReducer_closure34, G.selectedIdReducer_closure35, G.selectedIdReducer_closure36, G.selectedIdReducer_closure37, G.selectedIdReducer_closure38, G.selectedIdReducer_closure39, G.selectedIdReducer_closure40, G.selectedIdReducer_closure41, G.selectedIdReducer_closure42, G.selectedIdReducer_closure43, G.selectedIdReducer_closure44, G.selectedIdReducer_closure45, G.selectedIdReducer_closure46, G.selectedIdReducer_closure47, G.selectedIdReducer_closure48, G.editingReducer_closure14, G.editingReducer_closure15, G.editingReducer_closure16, G.editingReducer_closure17, G.editingReducer__closure7, G._viewProjectList_closure, G._filterProjectsByCustom1_closure, G._filterProjectsByCustom1_closure0, G._filterProjectsByCustom2_closure, G._filterProjectsByCustom2_closure0, G._filterProjectsByCustom3_closure, G._filterProjectsByCustom3_closure0, G._filterProjectsByCustom4_closure, G._filterProjectsByCustom4_closure0, G._filterProjectsByState_closure, G._filterProjectsByState_closure0, G._filterProjects_closure, G._sortProjects_closure, G._startListMultiselect_closure1, G._addToListMultiselect_closure1, G._removeFromListMultiselect_closure1, G._clearListMultiselect_closure1, G._archiveProjectSuccess_closure, G._deleteProjectSuccess_closure, G._restoreProjectSuccess_closure, G._addProject_closure, G._updateProject_closure, G._setLoadedProject_closure, Q.convertProjectToInvoiceItem_closure, Q.convertProjectToInvoiceItem_closure0, Q.convertProjectToInvoiceItem_closure1, Q.convertProjectToInvoiceItem_closure2, Q.convertProjectToInvoiceItem_closure3, Q.convertProjectToInvoiceItem_closure4, Q.memoizedDropdownProjectList_closure, Q.dropdownProjectsSelector_closure, Q.dropdownProjectsSelector_closure0, Q.memoizedFilteredProjectList_closure, Q.filteredProjectsSelector_closure, Q.filteredProjectsSelector_closure0, Q.taskDurationForProject_closure, Q.memoizedProjectStatsForClient_closure, Q.projectStatsForClient_closure, Q.memoizedProjectStatsForUser_closure, D.ProjectState_loadProjects_closure0, D.ProjectState_loadProjects_closure1, D.ProjectState_loadProjects_closure, E.handleQuoteAction_closure, E.handleQuoteAction_closure0, E.handleQuoteAction_closure1, E.handleQuoteAction_closure2, E.handleQuoteAction_closure3, E.handleQuoteAction_closure4, S._viewQuote_closure, S._viewQuoteList_closure0, S._viewQuoteList__closure, S._editQuote_closure, S._showEmailQuote_closure, S._showPdfQuote_closure, S._archiveQuote_closure, S._archiveQuote__closure, S._archiveQuote__closure0, S._archiveQuote__closure1, S._deleteQuote_closure, S._deleteQuote__closure, S._deleteQuote__closure0, S._deleteQuote__closure1, S._restoreQuote_closure, S._restoreQuote__closure, S._restoreQuote__closure0, S._restoreQuote__closure1, S._convertQuote_closure, S._convertQuote__closure, S._convertQuote__closure0, S._markSentQuote_closure, S._markSentQuote__closure, S._markSentQuote__closure0, S._emailQuote_closure, S._emailQuote__closure, S._emailQuote__closure0, S._saveQuote_closure, S._saveQuote__closure, S._saveQuote___closure, S._saveQuote__closure0, S._saveQuote__closure1, S._loadQuote_closure, S._loadQuote__closure, S._loadQuote__closure0, S._downloadQuotes_closure, S._downloadQuotes__closure, S._downloadQuotes__closure0, S._bulkEmailQuotes_closure, S._bulkEmailQuotes__closure, S._bulkEmailQuotes__closure0, S._loadQuotes_closure, S._loadQuotes__closure, S._loadQuotes__closure0, S._saveDocument_closure4, S._saveDocument__closure9, S._saveDocument__closure10, L.quoteUIReducer_closure, L.forceSelectedReducer_closure, L.forceSelectedReducer_closure0, L.forceSelectedReducer_closure1, L.forceSelectedReducer_closure2, L.forceSelectedReducer_closure3, L.forceSelectedReducer_closure4, L.forceSelectedReducer_closure5, L.forceSelectedReducer_closure6, L.tabIndexReducer_closure, L.tabIndexReducer_closure0, L.historyActivityIdReducer_closure, L.editingItemReducer_closure, L.editingItemReducer_closure0, L.selectedIdReducer_closure, L.selectedIdReducer_closure0, L.selectedIdReducer_closure1, L.selectedIdReducer_closure2, L.selectedIdReducer_closure3, L.selectedIdReducer_closure4, L.selectedIdReducer_closure5, L.selectedIdReducer_closure6, L.selectedIdReducer_closure7, L.selectedIdReducer_closure8, L.selectedIdReducer_closure9, L.selectedIdReducer_closure10, L.selectedIdReducer_closure11, L.selectedIdReducer_closure12, L.selectedIdReducer_closure13, L.selectedIdReducer_closure14, L.selectedIdReducer_closure15, L.selectedIdReducer_closure16, L.selectedIdReducer_closure17, L.editingReducer_closure, L.editingReducer__closure5, L.editingReducer_closure0, L.editingReducer__closure4, L.editingReducer_closure1, L.editingReducer_closure2, L.editingReducer__closure3, L.editingReducer_closure3, L.editingReducer__closure2, L.editingReducer_closure4, L.editingReducer__closure1, L.editingReducer___closure, L.editingReducer_closure5, L.editingReducer_closure6, L.editingReducer_closure7, L.editingReducer_closure8, L.editingReducer__closure0, L.editingReducer_closure9, L.editingReducer__closure, L._addQuoteItem_closure, L._addQuoteItems_closure, L._removeQuoteItem_closure, L._updateQuoteItem_closure, L._viewQuoteList_closure, L._filterQuotesByCustom1_closure, L._filterQuotesByCustom1_closure0, L._filterQuotesByCustom2_closure, L._filterQuotesByCustom2_closure0, L._filterQuotesByCustom3_closure, L._filterQuotesByCustom3_closure0, L._filterQuotesByCustom4_closure, L._filterQuotesByCustom4_closure0, L._filterQuotesByState_closure, L._filterQuotesByState_closure0, L._filterQuotesByStatus_closure, L._filterQuotesByStatus_closure0, L._filterQuotes_closure, L._sortQuotes_closure, L._startListMultiselect_closure, L._addToListMultiselect_closure, L._removeFromListMultiselect_closure, L._clearListMultiselect_closure, L._markSentQuoteSuccess_closure0, L._markSentQuoteSuccess_closure1, L._markSentQuoteSuccess_closure, L._archiveQuoteSuccess_closure, L._deleteQuoteSuccess_closure, L._restoreQuoteSuccess_closure, L._convertQuoteSuccess_closure0, L._convertQuoteSuccess_closure1, L._convertQuoteSuccess_closure, L._addQuote_closure, L._addQuote__closure, L._updateQuote_closure, L._updateQuote__closure, Y.memoizedFilteredQuoteList_closure, Y.filteredQuotesSelector_closure, Y.filteredQuotesSelector_closure0, Y.memoizedQuoteStatsForClient_closure, Y.quoteStatsForClient_closure, Y.memoizedQuoteStatsForDesign_closure, Y.quoteStatsForDesign_closure, Y.memoizedQuoteStatsForUser_closure, Y.quoteStatsForUser_closure, G.QuoteState_loadQuotes_closure0, G.QuoteState_loadQuotes_closure1, G.QuoteState_loadQuotes_closure, U.handleRecurringExpenseAction_closure, U.handleRecurringExpenseAction_closure0, U.handleRecurringExpenseAction_closure1, R._editRecurringExpense_closure, R._viewRecurringExpense_closure, R._viewRecurringExpenseList_closure0, R._viewRecurringExpenseList__closure, R._archiveRecurringExpense_closure, R._archiveRecurringExpense__closure, R._archiveRecurringExpense__closure0, R._archiveRecurringExpense__closure1, R._deleteRecurringExpense_closure, R._deleteRecurringExpense__closure, R._deleteRecurringExpense__closure0, R._deleteRecurringExpense__closure1, R._restoreRecurringExpense_closure, R._restoreRecurringExpense__closure, R._restoreRecurringExpense__closure0, R._restoreRecurringExpense__closure1, R._saveRecurringExpense_closure, R._saveRecurringExpense__closure, R._saveRecurringExpense__closure0, R._loadRecurringExpense_closure, R._loadRecurringExpense__closure, R._loadRecurringExpense__closure0, R._loadRecurringExpenses_closure, R._loadRecurringExpenses__closure, R._loadRecurringExpenses__closure0, R._startRecurringExpense_closure, R._startRecurringExpense__closure, R._startRecurringExpense__closure0, R._stopRecurringExpense_closure, R._stopRecurringExpense__closure, R._stopRecurringExpense__closure0, R._saveDocument_closure2, R._saveDocument__closure5, R._saveDocument__closure6, E.recurringExpenseUIReducer_closure, E.forceSelectedReducer_closure151, E.forceSelectedReducer_closure152, E.forceSelectedReducer_closure153, E.forceSelectedReducer_closure154, E.forceSelectedReducer_closure155, E.forceSelectedReducer_closure156, E.forceSelectedReducer_closure157, E.forceSelectedReducer_closure158, E.tabIndexReducer_closure17, E.tabIndexReducer_closure18, E.selectedIdReducer_closure301, E.selectedIdReducer_closure302, E.selectedIdReducer_closure303, E.selectedIdReducer_closure304, E.selectedIdReducer_closure305, E.selectedIdReducer_closure306, E.selectedIdReducer_closure307, E.selectedIdReducer_closure308, E.selectedIdReducer_closure309, E.selectedIdReducer_closure310, E.selectedIdReducer_closure311, E.selectedIdReducer_closure312, E.selectedIdReducer_closure313, E.selectedIdReducer_closure314, E.selectedIdReducer_closure315, E.editingReducer_closure97, E.editingReducer_closure98, E.editingReducer_closure99, E.editingReducer_closure100, E.editingReducer__closure37, E._viewRecurringExpenseList_closure, E._filterRecurringExpensesByCustom1_closure, E._filterRecurringExpensesByCustom1_closure0, E._filterRecurringExpensesByCustom2_closure, E._filterRecurringExpensesByCustom2_closure0, E._filterRecurringExpensesByState_closure, E._filterRecurringExpensesByState_closure0, E._filterRecurringExpenses_closure, E._sortRecurringExpenses_closure, E._startListMultiselect_closure19, E._addToListMultiselect_closure19, E._removeFromListMultiselect_closure19, E._clearListMultiselect_closure19, E._archiveRecurringExpenseSuccess_closure, E._deleteRecurringExpenseSuccess_closure, E._restoreRecurringExpenseSuccess_closure, E._addRecurringExpense_closure, E._addRecurringExpense__closure, E._updateRecurringExpense_closure, E._updateRecurringExpense__closure, E._startRecurringExpensesSuccess_closure, E._stopRecurringExpensesSuccess_closure, E._setLoadedRecurringExpense_closure, E._setLoadedRecurringExpense__closure, A.memoizedFilteredRecurringExpenseList_closure, A.filteredRecurringExpensesSelector_closure, 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, K.RecurringExpenseState_loadRecurringExpenses_closure0, K.RecurringExpenseState_loadRecurringExpenses_closure1, K.RecurringExpenseState_loadRecurringExpenses_closure, N.handleRecurringInvoiceAction_closure, N.handleRecurringInvoiceAction_closure0, N.handleRecurringInvoiceAction_closure1, N.handleRecurringInvoiceAction_closure2, Q._editRecurringInvoice_closure, Q._viewRecurringInvoice_closure, Q._viewRecurringInvoiceList_closure, Q._viewRecurringInvoiceList__closure, Q._showPdfRecurringInvoice_closure, Q._startRecurringInvoice_closure, Q._startRecurringInvoice__closure, Q._startRecurringInvoice__closure0, Q._stopRecurringInvoice_closure, Q._stopRecurringInvoice__closure, Q._stopRecurringInvoice__closure0, Q._archiveRecurringInvoice_closure, Q._archiveRecurringInvoice__closure, Q._archiveRecurringInvoice__closure0, Q._archiveRecurringInvoice__closure1, Q._deleteRecurringInvoice_closure, Q._deleteRecurringInvoice__closure, Q._deleteRecurringInvoice__closure0, Q._deleteRecurringInvoice__closure1, Q._restoreRecurringInvoice_closure, Q._restoreRecurringInvoice__closure, Q._restoreRecurringInvoice__closure0, Q._restoreRecurringInvoice__closure1, Q._saveRecurringInvoice_closure, Q._saveRecurringInvoice__closure, Q._saveRecurringInvoice___closure, Q._saveRecurringInvoice__closure0, Q._saveRecurringInvoice__closure1, Q._loadRecurringInvoice_closure, Q._loadRecurringInvoice__closure, Q._loadRecurringInvoice__closure0, Q._loadRecurringInvoices_closure, Q._loadRecurringInvoices__closure, Q._loadRecurringInvoices__closure0, Q._saveDocument_closure1, Q._saveDocument__closure3, Q._saveDocument__closure4, A.recurringInvoiceUIReducer_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_closure74, A.editingReducer__closure33, A.editingReducer_closure75, A.editingReducer__closure32, A.editingReducer_closure76, A.editingReducer_closure77, A.editingReducer__closure31, A.editingReducer_closure78, A.editingReducer__closure30, A.editingReducer_closure79, A.editingReducer__closure29, A.editingReducer___closure1, A.editingReducer_closure80, A.editingReducer_closure81, A.editingReducer_closure82, A.editingReducer_closure83, A.editingReducer__closure28, A.editingReducer_closure84, 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, L.memoizedFilteredRecurringInvoiceList_closure, L.filteredRecurringInvoicesSelector_closure, L.filteredRecurringInvoicesSelector_closure0, L.memoizedRecurringInvoiceStatsForClient_closure, L.recurringInvoiceStatsForClient_closure, L.memoizedRecurringInvoiceStatsForUser_closure, L.recurringInvoiceStatsForUser_closure, L.memoizedRecurringInvoiceStatsForInvoice_closure, L.recurringInvoiceStatsForInvoice_closure, L.memoizedRecurringInvoiceStatsForDesign_closure, L.recurringInvoiceStatsForDesign_closure, L.memoizedRecurringInvoiceStatsForSubscription_closure, L.recurringInvoiceStatsForSubscription_closure, Q.RecurringInvoiceState_loadRecurringInvoices_closure0, Q.RecurringInvoiceState_loadRecurringInvoices_closure1, Q.RecurringInvoiceState_loadRecurringInvoices_closure, R._viewReports_closure, R._viewReports__closure, R._viewReports___closure, X.reportsUIReducer_closure, X.reportsUIReducer_closure0, X.reportsUIReducer_closure1, D._viewSettings_closure, D._viewSettings__closure, D._viewSettings___closure, D._saveCompany_closure, D._saveCompany__closure, D._saveCompany__closure0, D._saveAuthUser_closure, D._saveAuthUser__closure, D._saveAuthUser__closure0, D._connectOAuthUser_closure0, D._connectOAuthUser__closure, D._connectOAuthUser__closure0, D._connectGmailUser_closure0, D._connectGmailUser__closure, D._connectGmailUser__closure0, D._disableTwoFactor_closure, D._disableTwoFactor__closure, D._disableTwoFactor__closure0, D._saveSettings_closure, D._saveSettings__closure, D._saveSettings__closure0, D._uploadLogo_closure, D._uploadLogo__closure, D._uploadLogo__closure0, D._saveDocument_closure3, D._saveDocument__closure7, D._saveDocument__closure8, Q.settingsUIReducer_closure, Q.settingsUIReducer__closure14, Q.settingsUIReducer_closure0, Q.settingsUIReducer__closure13, Q.settingsUIReducer_closure1, Q.settingsUIReducer__closure10, Q.settingsUIReducer__closure11, Q.settingsUIReducer__closure12, Q.settingsUIReducer_closure2, Q.settingsUIReducer__closure9, Q.settingsUIReducer_closure3, Q.settingsUIReducer__closure8, Q.settingsUIReducer_closure4, Q.settingsUIReducer__closure7, Q.settingsUIReducer_closure5, Q.settingsUIReducer__closure6, Q.settingsUIReducer_closure6, Q.settingsUIReducer__closure5, Q.settingsUIReducer_closure7, Q.settingsUIReducer__closure4, Q.settingsUIReducer_closure8, Q.settingsUIReducer__closure3, Q.settingsUIReducer_closure9, Q.settingsUIReducer__closure2, Q.settingsUIReducer_closure10, Q.settingsUIReducer__closure1, Q.settingsUIReducer_closure11, Q.settingsUIReducer__closure0, Q.settingsUIReducer_closure12, Q.settingsUIReducer__closure, Q.staticLoadedReducer_closure, Q.staticLoadedReducer__closure, Q.staticLoadedReducer__closure0, Q.staticLoadedReducer__closure1, Q.staticLoadedReducer__closure2, Q.staticLoadedReducer__closure3, Q.staticLoadedReducer__closure4, Q.staticLoadedReducer__closure5, Q.staticLoadedReducer__closure6, Q.staticLoadedReducer__closure7, Q.staticLoadedReducer__closure8, Q.staticLoadedReducer__closure9, Q.staticLoadedReducer__closure10, Q.staticLoadedReducer__closure11, Q.staticLoadedReducer__closure12, Q.staticLoadedReducer__closure13, Q.staticLoadedReducer__closure14, Q.staticLoadedReducer__closure15, Q.staticLoadedReducer__closure16, V.memoizedCountryList_closure, V.countryList_closure, V.memoizedGroupList_closure, V.groupList_closure, V.memoizedLanguageList_closure, V.languageList_closure, V.memoizedCurrencyList_closure, V.currencyList_closure, V.memoizedTimezoneList_closure, V.timezoneList_closure, V.memoizedDateFormatList_closure, V.dateFormatList_closure, V.memoizedIndustryList_closure, V.industryList_closure, V.memoizedSizeList_closure, V.sizeList_closure, V.memoizedGatewayList_closure, V.gatewayList_closure, V.gatewayList_closure0, V.memoizedPaymentTypeList_closure, V.paymentTypeList_closure, V.memoizedFontMap_closure, V.fontMap_closure, V.fontMap_closure0, A.handleSubscriptionAction_closure, T._editSubscription_closure, T._viewSubscription_closure, T._viewSubscriptionList_closure, T._viewSubscriptionList__closure, T._archiveSubscription_closure, T._archiveSubscription__closure, T._archiveSubscription__closure0, T._archiveSubscription__closure1, T._deleteSubscription_closure, T._deleteSubscription__closure, T._deleteSubscription__closure0, T._deleteSubscription__closure1, T._restoreSubscription_closure, T._restoreSubscription__closure, T._restoreSubscription__closure0, T._restoreSubscription__closure1, T._saveSubscription_closure, T._saveSubscription__closure, T._saveSubscription__closure0, T._loadSubscription_closure, T._loadSubscription__closure, T._loadSubscription__closure0, T._loadSubscriptions_closure, T._loadSubscriptions__closure, T._loadSubscriptions__closure0, X.subscriptionUIReducer_closure, X.forceSelectedReducer_closure143, X.forceSelectedReducer_closure144, X.forceSelectedReducer_closure145, X.forceSelectedReducer_closure146, X.forceSelectedReducer_closure147, X.forceSelectedReducer_closure148, X.forceSelectedReducer_closure149, X.forceSelectedReducer_closure150, X.tabIndexReducer_closure15, X.tabIndexReducer_closure16, X.selectedIdReducer_closure286, X.selectedIdReducer_closure287, X.selectedIdReducer_closure288, X.selectedIdReducer_closure289, X.selectedIdReducer_closure290, X.selectedIdReducer_closure291, X.selectedIdReducer_closure292, X.selectedIdReducer_closure293, X.selectedIdReducer_closure294, X.selectedIdReducer_closure295, X.selectedIdReducer_closure296, X.selectedIdReducer_closure297, X.selectedIdReducer_closure298, X.selectedIdReducer_closure299, X.selectedIdReducer_closure300, X.editingReducer_closure93, X.editingReducer_closure94, X.editingReducer_closure95, X.editingReducer_closure96, X.editingReducer__closure36, X._filterSubscriptionsByCustom1_closure, X._filterSubscriptionsByCustom1_closure0, X._filterSubscriptionsByCustom2_closure, X._filterSubscriptionsByCustom2_closure0, X._filterSubscriptionsByState_closure, X._filterSubscriptionsByState_closure0, X._filterSubscriptions_closure, X._sortSubscriptions_closure, X._startListMultiselect_closure18, X._addToListMultiselect_closure18, X._removeFromListMultiselect_closure18, X._clearListMultiselect_closure18, X._archiveSubscriptionSuccess_closure, X._deleteSubscriptionSuccess_closure, X._restoreSubscriptionSuccess_closure, X._addSubscription_closure, X._updateSubscription_closure, X._setLoadedSubscription_closure, F.memoizedFilteredSubscriptionList_closure, F.filteredSubscriptionsSelector_closure, F.filteredSubscriptionsSelector_closure0, M.SubscriptionState_loadSubscriptions_closure0, M.SubscriptionState_loadSubscriptions_closure1, M.SubscriptionState_loadSubscriptions_closure, U.handleTaskAction_closure, U.handleTaskAction_closure0, U.handleTaskAction_closure1, U.handleTaskAction__closure, U.handleTaskAction_closure2, U.handleTaskAction_closure3, U.handleTaskAction_closure4, U.handleTaskAction_closure5, U._editTask_closure, U._viewTask_closure, U._viewTaskList_closure0, U._viewTaskList__closure, U._archiveTask_closure, U._archiveTask__closure, U._archiveTask__closure0, U._archiveTask__closure1, U._deleteTask_closure, U._deleteTask__closure, U._deleteTask__closure0, U._deleteTask__closure1, U._restoreTask_closure, U._restoreTask__closure, U._restoreTask__closure0, U._restoreTask__closure1, U._saveTask_closure, U._saveTask__closure, U._saveTask__closure0, U._loadTask_closure, U._loadTask__closure, U._loadTask__closure0, U._loadTasks_closure, U._loadTasks__closure, U._loadTasks__closure0, U._saveDocument_closure6, U._saveDocument__closure13, U._saveDocument__closure14, U._sortTasks_closure0, U._sortTasks__closure, U._sortTasks__closure0, N.taskUIReducer_closure, N.forceSelectedReducer_closure23, N.forceSelectedReducer_closure24, N.forceSelectedReducer_closure25, N.forceSelectedReducer_closure26, N.forceSelectedReducer_closure27, N.forceSelectedReducer_closure28, N.forceSelectedReducer_closure29, N.forceSelectedReducer_closure30, N.tabIndexReducer_closure5, N.tabIndexReducer_closure6, N.editingTimeReducer_closure, N.editingTimeReducer_closure0, N.selectedIdReducer_closure49, N.selectedIdReducer_closure50, N.selectedIdReducer_closure51, N.selectedIdReducer_closure52, N.selectedIdReducer_closure53, N.selectedIdReducer_closure54, N.selectedIdReducer_closure55, N.selectedIdReducer_closure56, N.selectedIdReducer_closure57, N.selectedIdReducer_closure58, N.selectedIdReducer_closure59, N.selectedIdReducer_closure60, N.selectedIdReducer_closure61, N.selectedIdReducer_closure62, N.selectedIdReducer_closure63, N.editingReducer_closure18, N.editingReducer_closure19, N.editingReducer_closure20, N.editingReducer_closure21, N.editingReducer__closure8, N._viewTaskList_closure, N._filterTasksByCustom1_closure, N._filterTasksByCustom1_closure0, N._filterTasksByCustom2_closure, N._filterTasksByCustom2_closure0, N._filterTasksByState_closure, N._filterTasksByState_closure0, N._filterTasksByStatus_closure, N._filterTasksByStatus_closure0, N._filterTasks_closure, N._sortTasks_closure, N._addTaskTime_closure, N._startListMultiselect_closure2, N._addToListMultiselect_closure2, N._removeFromListMultiselect_closure2, N._clearListMultiselect_closure2, N._sortTasksSuccess_closure, N._sortTasksSuccess__closure, N._archiveTaskSuccess_closure, N._deleteTaskSuccess_closure, N._restoreTaskSuccess_closure, N._addTask_closure, N._updateTask_closure, N._setLoadedTask_closure, U.convertTaskToInvoiceItem_closure, U.convertTaskToInvoiceItem_closure0, U.convertTaskToInvoiceItem_closure1, U.memoizedTaskList_closure, U.taskList_closure, U.taskList_closure0, U.memoizedKanbanTaskList_closure, U.kanbanTasksSelector_closure, U.kanbanTasksSelector_closure0, U.memoizedFilteredTaskList_closure, U.filteredTasksSelector_closure, U.filteredTasksSelector_closure0, U.memoizedTaskStatsForClient_closure, U.taskStatsForClient_closure, U.memoizedTaskStatsForProject_closure, U.taskStatsForProject_closure, U.memoizedTaskStatsForUser_closure, M.TaskState_loadTasks_closure0, M.TaskState_loadTasks_closure1, M.TaskState_loadTasks_closure, V.handleTaskStatusAction_closure, V.handleTaskStatusAction_closure0, B._editTaskStatus_closure, B._viewTaskStatus_closure, B._viewTaskStatusList_closure0, B._viewTaskStatusList__closure, B._archiveTaskStatus_closure, B._archiveTaskStatus__closure, B._archiveTaskStatus__closure0, B._archiveTaskStatus__closure1, B._deleteTaskStatus_closure, B._deleteTaskStatus__closure, B._deleteTaskStatus__closure0, B._deleteTaskStatus__closure1, B._restoreTaskStatus_closure, B._restoreTaskStatus__closure, B._restoreTaskStatus__closure0, B._restoreTaskStatus__closure1, B._saveTaskStatus_closure, B._saveTaskStatus__closure, B._saveTaskStatus__closure0, B._loadTaskStatus_closure, B._loadTaskStatus__closure, B._loadTaskStatus__closure0, B._loadTaskStatuses_closure, B._loadTaskStatuses__closure, B._loadTaskStatuses__closure0, A.taskStatusUIReducer_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_closure89, A.editingReducer_closure90, A.editingReducer_closure91, A.editingReducer_closure92, 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, U.memoizedDropdownTaskStatusList_closure, U.dropdownTaskStatusesSelector_closure, U.dropdownTaskStatusesSelector_closure0, U.memoizedFilteredTaskStatusList_closure, U.filteredTaskStatusesSelector_closure, U.filteredTaskStatusesSelector_closure0, U.memoizedCalculateTaskStatusAmount_closure, U.calculateTaskStatusAmount_closure, U.memoizedTaskStatsForTaskStatus_closure, U.taskStatsForTaskStatus_closure, U.defaultTaskStatusId_closure, U.defaultTaskStatusId_closure0, L.TaskStatusState_loadTaskStatuses_closure0, L.TaskStatusState_loadTaskStatuses_closure1, L.TaskStatusState_loadTaskStatuses_closure, A.handleTaxRateAction_closure, T._editTaxRate_closure, T._viewTaxRate_closure, T._viewTaxRateList_closure0, T._viewTaxRateList__closure, T._archiveTaxRate_closure, T._archiveTaxRate__closure, T._archiveTaxRate__closure0, T._archiveTaxRate__closure1, T._deleteTaxRate_closure, T._deleteTaxRate__closure, T._deleteTaxRate__closure0, T._deleteTaxRate__closure1, T._restoreTaxRate_closure, T._restoreTaxRate__closure, T._restoreTaxRate__closure0, T._restoreTaxRate__closure1, T._saveTaxRate_closure, T._saveTaxRate__closure, T._saveTaxRate__closure0, T._loadTaxRate_closure, T._loadTaxRate__closure, T._loadTaxRate__closure0, T._loadTaxRates_closure, T._loadTaxRates__closure, T._loadTaxRates__closure0, Z.taxRateUIReducer_closure, Z.forceSelectedReducer_closure67, Z.forceSelectedReducer_closure68, Z.forceSelectedReducer_closure69, Z.forceSelectedReducer_closure70, Z.selectedIdReducer_closure134, Z.selectedIdReducer_closure135, Z.selectedIdReducer_closure136, Z.selectedIdReducer_closure137, Z.selectedIdReducer_closure138, Z.selectedIdReducer_closure139, Z.selectedIdReducer_closure140, Z.selectedIdReducer_closure141, Z.selectedIdReducer_closure142, Z.selectedIdReducer_closure143, Z.editingReducer_closure39, Z.editingReducer_closure40, Z.editingReducer_closure41, Z.editingReducer_closure42, Z.editingReducer__closure14, Z._viewTaxRateList_closure, Z._filterTaxRatesByState_closure, Z._filterTaxRatesByState_closure0, Z._filterTaxRates_closure, Z._sortTaxRates_closure, Z._startListMultiselect_closure8, Z._addToListMultiselect_closure8, Z._removeFromListMultiselect_closure8, Z._clearListMultiselect_closure8, Z._archiveTaxRateSuccess_closure, Z._deleteTaxRateSuccess_closure, Z._restoreTaxRateSuccess_closure, Z._addTaxRate_closure, Z._updateTaxRate_closure, Z._setLoadedTaxRate_closure, Z._setLoadedTaxRates_closure, Z._setLoadedTaxRates__closure, Z._setLoadedTaxRates__closure0, Z._setLoadedTaxRates_closure0, Z._setLoadedCompany_closure3, Z._setLoadedCompany__closure3, Z._setLoadedCompany__closure4, Z._setLoadedCompany_closure4, G.memoizedFilteredTaxRateList_closure, G.filteredTaxRatesSelector_closure, G.filteredTaxRatesSelector_closure0, Q.handleTokenAction_closure, D._editToken_closure, D._viewToken_closure, D._viewTokenList_closure0, D._viewTokenList__closure, D._archiveToken_closure, D._archiveToken__closure, D._archiveToken__closure0, D._archiveToken__closure1, D._deleteToken_closure, D._deleteToken__closure, D._deleteToken__closure0, D._deleteToken__closure1, D._restoreToken_closure, D._restoreToken__closure, D._restoreToken__closure0, D._restoreToken__closure1, D._saveToken_closure, D._saveToken__closure, D._saveToken__closure0, D._loadToken_closure, D._loadToken__closure, D._loadToken__closure0, D._loadTokens_closure, D._loadTokens__closure, D._loadTokens__closure0, S.tokenUIReducer_closure, S.forceSelectedReducer_closure103, S.forceSelectedReducer_closure104, S.forceSelectedReducer_closure105, S.forceSelectedReducer_closure106, S.forceSelectedReducer_closure107, S.forceSelectedReducer_closure108, S.forceSelectedReducer_closure109, S.forceSelectedReducer_closure110, S.selectedIdReducer_closure207, S.selectedIdReducer_closure208, S.selectedIdReducer_closure209, S.selectedIdReducer_closure210, S.selectedIdReducer_closure211, S.selectedIdReducer_closure212, S.selectedIdReducer_closure213, S.selectedIdReducer_closure214, S.selectedIdReducer_closure215, S.selectedIdReducer_closure216, S.selectedIdReducer_closure217, S.selectedIdReducer_closure218, S.selectedIdReducer_closure219, S.selectedIdReducer_closure220, S.selectedIdReducer_closure221, S.editingReducer_closure66, S.editingReducer_closure67, S.editingReducer_closure68, S.editingReducer_closure69, S.editingReducer__closure25, S._viewTokenList_closure, S._filterTokensByCustom1_closure, S._filterTokensByCustom1_closure0, S._filterTokensByCustom2_closure, S._filterTokensByCustom2_closure0, S._filterTokensByState_closure, S._filterTokensByState_closure0, S._filterTokens_closure, S._sortTokens_closure, S._startListMultiselect_closure13, S._addToListMultiselect_closure13, S._removeFromListMultiselect_closure13, S._clearListMultiselect_closure13, S._archiveTokenSuccess_closure, S._deleteTokenSuccess_closure, S._restoreTokenSuccess_closure, S._addToken_closure, S._updateToken_closure, S._setLoadedToken_closure, O.memoizedFilteredTokenList_closure, O.filteredTokensSelector_closure, O.filteredTokensSelector_closure0, N.TokenState_loadTokens_closure0, N.TokenState_loadTokens_closure1, N.TokenState_loadTokens_closure, Y.prefReducer_closure, Y._resortFields_closure, Y._resortFields_closure0, Y.sortFieldsReducer_closure, Y.sortFieldsReducer_closure0, Y.sortFieldsReducer_closure1, Y.sortFieldsReducer_closure2, Y.sortFieldsReducer_closure3, Y.sortFieldsReducer_closure4, Y.sortFieldsReducer_closure5, Y.sortFieldsReducer_closure6, Y.sortFieldsReducer_closure7, Y.sortFieldsReducer_closure8, Y.sortFieldsReducer_closure9, Y.sortFieldsReducer_closure10, Y.sortFieldsReducer_closure11, Y.sortFieldsReducer_closure12, Y.sortFieldsReducer_closure13, Y.sortFieldsReducer_closure14, Y.sortFieldsReducer_closure15, Y.sortFieldsReducer_closure16, Y.sortFieldsReducer_closure17, Y.sortFieldsReducer_closure18, Y.sortFieldsReducer_closure19, Y.sortFieldsReducer_closure20, Y.sidebarEditorReducer_closure, Y.sidebarEditorReducer__closure, Y.sidebarEditorReducer__closure0, Y.menuVisibleReducer_closure, Y.menuVisibleReducer_closure0, Y.historyVisibleReducer_closure, Y.historyVisibleReducer_closure0, Y.layoutReducer_closure, Y.moduleLayoutReducer_closure, Y.moduleLayoutReducer_closure0, Y.rowsPerPageReducer_closure, Y.manuSidebarReducer_closure, Y.historySidebarReducer_closure, Y.darkModeReducer_closure, Y.persistDataReducer_closure, Y.persistUIReducer_closure, Y.showKanbanReducer_closure, Y.isFilterVisibleReducer_closure, Y.longPressReducer_closure, Y.isPreviewVisibleReducer_closure, Y.isPreviewVisibleReducer_closure0, Y.requireAuthenticationReducer_closure, Y.colorThemeReducer_closure, Y.customColorsReducer_closure, Y.companyPrefReducer_closure, Y.historyReducer_closure, Y.historyReducer__closure, Y.historyReducer_closure0, Y.historyReducer_closure1, Y.historyReducer_closure2, Y.historyReducer_closure3, Y.historyReducer_closure4, Y.historyReducer_closure5, Y.historyReducer_closure6, Y.historyReducer_closure7, Y.historyReducer_closure8, Y.historyReducer_closure9, Y.historyReducer_closure10, Y.historyReducer_closure11, Y.historyReducer_closure12, Y.historyReducer_closure13, Y.historyReducer_closure14, Y.historyReducer_closure15, Y.historyReducer_closure16, Y.historyReducer_closure17, Y.historyReducer_closure18, Y.historyReducer_closure19, Y.historyReducer_closure20, Y.historyReducer_closure21, Y.historyReducer_closure22, Y.historyReducer_closure23, Y.historyReducer_closure24, Y.historyReducer_closure25, Y.historyReducer_closure26, Y.historyReducer_closure27, Y.historyReducer_closure28, Y.historyReducer_closure29, Y.historyReducer_closure30, Y.historyReducer_closure31, Y.historyReducer_closure32, Y.historyReducer_closure33, Y.historyReducer_closure34, Y.historyReducer_closure35, Y.historyReducer_closure36, Y.historyReducer_closure37, Y.historyReducer_closure38, Y.historyReducer_closure39, Y.historyReducer_closure40, Y.historyReducer_closure41, Y.historyReducer_closure42, Y.historyReducer_closure43, Y.historyReducer_closure44, Y.historyReducer_closure45, Y.historyReducer_closure46, Y._addToHistory_closure, Y._addToHistory_closure0, Y._addToHistory_closure1, Y._addToHistory_closure2, D.uiReducer_closure, D.lastActivityReducer_closure, D.filterReducer_closure, D.filterReducer_closure0, D.filterClearedAtReducer_closure, D.filterClearedAtReducer_closure0, D.currentRouteReducer_closure, D.selectedCompanyIndexReducer_closure, D.previewStackReducer_closure, D.previewStackReducer__closure, D.previewStackReducer_closure0, D.previewStackReducer_closure1, D.filterStackReducer_closure, D.filterStackReducer_closure0, D.filterStackReducer__closure, D.filterStackReducer_closure1, U.UIState_mainRoute_closure, U.UIState_subRoute_closure, U.UIState_previousMainRoute_closure, U.UIState_previousSubRoute_closure, X.handleUserAction_closure, X.handleUserAction_closure0, X.handleUserAction_closure1, X.handleUserAction_closure2, X.handleUserAction_closure3, X.handleUserAction_closure4, X.handleUserAction_closure5, X.handleUserAction_closure6, X.handleUserAction_closure7, X.handleUserAction_closure8, X.handleUserAction_closure9, X.handleUserAction_closure11, X.handleUserAction_closure10, X.handleUserAction_closure13, X.handleUserAction_closure12, X.handleUserAction_closure15, X.handleUserAction_closure14, X.handleUserAction_closure17, X.handleUserAction_closure16, X.handleUserAction__closure, X.handleUserAction_closure18, M._editUser_closure, M._viewUser_closure, M._viewUserList_closure0, M._viewUserList__closure, M._archiveUser_closure, M._archiveUser__closure, M._archiveUser__closure0, M._archiveUser__closure1, M._deleteUser_closure, M._deleteUser__closure, M._deleteUser__closure0, M._deleteUser__closure1, M._restoreUser_closure, M._restoreUser__closure, M._restoreUser__closure0, M._restoreUser__closure1, M._removeUser_closure, M._removeUser__closure, M._removeUser__closure0, M._resendInvite_closure, M._resendInvite__closure, M._resendInvite__closure0, M._saveUser_closure, M._saveUser__closure, M._saveUser__closure0, M._loadUser_closure, M._loadUser__closure, M._loadUser__closure0, M._loadUsers_closure, M._loadUsers__closure, M._loadUsers__closure0, E.userUIReducer_closure, E.forceSelectedReducer_closure71, E.forceSelectedReducer_closure72, E.forceSelectedReducer_closure73, E.forceSelectedReducer_closure74, E.forceSelectedReducer_closure75, E.forceSelectedReducer_closure76, E.forceSelectedReducer_closure77, E.forceSelectedReducer_closure78, E.selectedIdReducer_closure144, E.selectedIdReducer_closure145, E.selectedIdReducer_closure146, E.selectedIdReducer_closure147, E.selectedIdReducer_closure148, E.selectedIdReducer_closure149, E.selectedIdReducer_closure150, E.selectedIdReducer_closure151, E.selectedIdReducer_closure152, E.selectedIdReducer_closure153, E.selectedIdReducer_closure154, E.selectedIdReducer_closure155, E.selectedIdReducer_closure156, E.selectedIdReducer_closure157, E.selectedIdReducer_closure158, E.selectedIdReducer_closure159, E.editingReducer_closure43, E.editingReducer_closure44, E.editingReducer_closure45, E.editingReducer_closure46, E.editingReducer__closure15, E._viewUserList_closure, E._filterUsersByCustom1_closure, E._filterUsersByCustom1_closure0, E._filterUsersByCustom2_closure, E._filterUsersByCustom2_closure0, E._filterUsersByCustom3_closure, E._filterUsersByCustom3_closure0, E._filterUsersByCustom4_closure, E._filterUsersByCustom4_closure0, E._filterUsersByState_closure, E._filterUsersByState_closure0, E._filterUsers_closure, E._sortUsers_closure, E._startListMultiselect_closure9, E._addToListMultiselect_closure9, E._removeFromListMultiselect_closure9, E._clearListMultiselect_closure9, E._archiveUserSuccess_closure, E._deleteUserSuccess_closure, E._restoreUserSuccess_closure, E._removeUserSuccess_closure, E._addUser_closure, E._updateUser_closure, E._updateAuthUser_closure, E._connectOAuthUser_closure, E._connectGmailUser_closure, E._setLoadedUser_closure, E._setLoadedUsers_closure, E._setLoadedUsers__closure, E._setLoadedUsers__closure0, E._setLoadedUsers_closure0, E._setLoadedCompany_closure5, E._setLoadedCompany__closure5, E._setLoadedCompany__closure6, E._setLoadedCompany_closure6, L.memoizedFilteredUserList_closure, L.filteredUsersSelector_closure, L.filteredUsersSelector_closure0, L.memoizedUserList_closure, L.userList_closure, L.userList_closure0, L.memoizedGmailUserList_closure, L.gmailUserList_closure, L.handleVendorAction_closure, F._editVendor_closure, F._viewVendor_closure, F._viewVendorList_closure0, F._viewVendorList__closure, F._archiveVendor_closure, F._archiveVendor__closure, F._archiveVendor__closure0, F._archiveVendor__closure1, F._deleteVendor_closure, F._deleteVendor__closure, F._deleteVendor__closure0, F._deleteVendor__closure1, F._restoreVendor_closure, F._restoreVendor__closure, F._restoreVendor__closure0, F._restoreVendor__closure1, F._saveVendor_closure, F._saveVendor__closure, F._saveVendor__closure0, F._loadVendor_closure, F._loadVendor__closure, F._loadVendor__closure0, F._loadVendors_closure, F._loadVendors__closure, F._loadVendors__closure0, F._saveDocument_closure7, F._saveDocument__closure15, F._saveDocument__closure16, K.vendorUIReducer_closure, K.forceSelectedReducer_closure31, K.forceSelectedReducer_closure32, K.forceSelectedReducer_closure33, K.forceSelectedReducer_closure34, K.forceSelectedReducer_closure35, K.forceSelectedReducer_closure36, K.forceSelectedReducer_closure37, K.forceSelectedReducer_closure38, K.tabIndexReducer_closure7, K.tabIndexReducer_closure8, K.saveCompleterReducer_closure0, K.cancelCompleterReducer_closure0, K.selectedIdReducer_closure64, K.selectedIdReducer_closure65, K.selectedIdReducer_closure66, K.selectedIdReducer_closure67, K.selectedIdReducer_closure68, K.selectedIdReducer_closure69, K.selectedIdReducer_closure70, K.selectedIdReducer_closure71, K.selectedIdReducer_closure72, K.selectedIdReducer_closure73, K.selectedIdReducer_closure74, K.selectedIdReducer_closure75, K.selectedIdReducer_closure76, K.selectedIdReducer_closure77, K.selectedIdReducer_closure78, K.editingReducer_closure22, K.editingReducer_closure23, K.editingReducer_closure24, K.editingReducer_closure25, K.editingReducer__closure9, K._addContact_closure, K._removeContact_closure, K._updateContact_closure, K._viewVendorList_closure, K._filterVendorsByCustom1_closure, K._filterVendorsByCustom1_closure0, K._filterVendorsByCustom2_closure, K._filterVendorsByCustom2_closure0, K._filterVendorsByCustom3_closure, K._filterVendorsByCustom3_closure0, K._filterVendorsByCustom4_closure, K._filterVendorsByCustom4_closure0, K._filterVendorsByState_closure, K._filterVendorsByState_closure0, K._filterVendors_closure, K._sortVendors_closure, K._startListMultiselect_closure3, K._addToListMultiselect_closure3, K._removeFromListMultiselect_closure3, K._clearListMultiselect_closure3, K._archiveVendorSuccess_closure, K._deleteVendorSuccess_closure, K._restoreVendorSuccess_closure, K._addVendor_closure, K._updateVendor_closure, K._setLoadedVendor_closure, G.memoizedDropdownVendorList_closure, G.dropdownVendorsSelector_closure, G.dropdownVendorsSelector_closure0, G.memoizedFilteredVendorList_closure, G.filteredVendorsSelector_closure, G.filteredVendorsSelector_closure0, G.memoizedVendorStatsForUser_closure, G.vendorStatsForUser_closure, G.memoizedCalculateVendorBalance_closure, G.calculateVendorBalance_closure, Y.VendorState_loadVendors_closure0, Y.VendorState_loadVendors_closure1, Y.VendorState_loadVendors_closure, S.handleWebhookAction_closure, T._editWebhook_closure, T._viewWebhook_closure, T._viewWebhookList_closure0, T._viewWebhookList__closure, T._archiveWebhook_closure, T._archiveWebhook__closure, T._archiveWebhook__closure0, T._archiveWebhook__closure1, T._deleteWebhook_closure, T._deleteWebhook__closure, T._deleteWebhook__closure0, T._deleteWebhook__closure1, T._restoreWebhook_closure, T._restoreWebhook__closure, T._restoreWebhook__closure0, T._restoreWebhook__closure1, T._saveWebhook_closure, T._saveWebhook__closure, T._saveWebhook__closure0, T._loadWebhook_closure, T._loadWebhook__closure, T._loadWebhook__closure0, T._loadWebhooks_closure, T._loadWebhooks__closure, T._loadWebhooks__closure0, L.webhookUIReducer_closure, L.forceSelectedReducer_closure111, L.forceSelectedReducer_closure112, L.forceSelectedReducer_closure113, L.forceSelectedReducer_closure114, L.forceSelectedReducer_closure115, L.forceSelectedReducer_closure116, L.forceSelectedReducer_closure117, L.forceSelectedReducer_closure118, L.selectedIdReducer_closure222, L.selectedIdReducer_closure223, L.selectedIdReducer_closure224, L.selectedIdReducer_closure225, L.selectedIdReducer_closure226, L.selectedIdReducer_closure227, L.selectedIdReducer_closure228, L.selectedIdReducer_closure229, L.selectedIdReducer_closure230, L.selectedIdReducer_closure231, L.selectedIdReducer_closure232, L.selectedIdReducer_closure233, L.selectedIdReducer_closure234, L.selectedIdReducer_closure235, L.selectedIdReducer_closure236, L.editingReducer_closure70, L.editingReducer_closure71, L.editingReducer_closure72, L.editingReducer_closure73, L.editingReducer__closure26, L._viewWebhookList_closure, L._filterWebhooksByCustom1_closure, L._filterWebhooksByCustom1_closure0, L._filterWebhooksByCustom2_closure, L._filterWebhooksByCustom2_closure0, L._filterWebhooksByState_closure, L._filterWebhooksByState_closure0, L._filterWebhooks_closure, L._sortWebhooks_closure, L._startListMultiselect_closure14, L._addToListMultiselect_closure14, L._removeFromListMultiselect_closure14, L._clearListMultiselect_closure14, L._archiveWebhookSuccess_closure, L._deleteWebhookSuccess_closure, L._restoreWebhookSuccess_closure, L._addWebhook_closure, L._updateWebhook_closure, L._setLoadedWebhook_closure, E.memoizedFilteredWebhookList_closure, E.filteredWebhooksSelector_closure, E.filteredWebhooksSelector_closure0, V.WebhookState_loadWebhooks_closure0, V.WebhookState_loadWebhooks_closure1, V.WebhookState_loadWebhooks_closure, T.FieldGrid_build_closure, T.FieldGrid_build__closure, T.FieldGrid_build_closure0, D.ActionMenuButton_build_closure, D.ActionMenuButton_build_closure0, D.ActionMenuButton_build_closure1, Z._AppBottomBarState_build_closure0, Z._AppBottomBarState_build__closure14, Z._AppBottomBarState_build___closure8, Z._AppBottomBarState_build___closure7, Z._AppBottomBarState_build____closure1, Z._AppBottomBarState_build_____closure2, Z._AppBottomBarState_build__closure15, Z._AppBottomBarState_build_closure1, Z._AppBottomBarState_build__closure12, Z._AppBottomBarState_build___closure6, Z._AppBottomBarState_build___closure5, Z._AppBottomBarState_build____closure0, Z._AppBottomBarState_build_____closure1, Z._AppBottomBarState_build__closure13, Z._AppBottomBarState_build_closure6, Z._AppBottomBarState_build__closure2, Z._AppBottomBarState_build___closure0, Z._AppBottomBarState_build___closure, Z._AppBottomBarState_build____closure, Z._AppBottomBarState_build_____closure0, Z._AppBottomBarState_build_____closure, Z._AppBottomBarState_build__closure3, Z._AppBottomBarState_build_closure2, Z._AppBottomBarState_build__closure10, Z._AppBottomBarState_build___closure4, Z._AppBottomBarState_build__closure11, Z._AppBottomBarState_build_closure3, Z._AppBottomBarState_build__closure8, Z._AppBottomBarState_build___closure3, Z._AppBottomBarState_build__closure9, Z._AppBottomBarState_build_closure4, Z._AppBottomBarState_build__closure6, Z._AppBottomBarState_build___closure2, Z._AppBottomBarState_build__closure7, Z._AppBottomBarState_build_closure5, Z._AppBottomBarState_build__closure4, Z._AppBottomBarState_build___closure1, Z._AppBottomBarState_build__closure5, Z._AppBottomBarState_build_closure, Z._AppBottomBarState_build_closure__onColumnsPressed, Z._AppBottomBarState_build___onColumnsPressed_closure, Z._AppBottomBarState_build___onColumnsPressed__closure, Z._AppBottomBarState_build___onColumnsPressed__closure0, Z._AppBottomBarState_build___onColumnsPressed__closure1, Z._AppBottomBarState_build__closure, Z._AppBottomBarState_build__closure0, Z._AppBottomBarState_build__closure1, Z.CustomFieldSelector_build_closure0, Z.CustomFieldSelector_build_closure, Z.CustomFieldSelector_build__closure, Z.CustomFieldSelector_build___closure, G.AppBuilderState_rebuild_closure, R.AppHeader_build__value1, R.AppHeader_build__value2, O._AppScrollbarState_build_closure, O._AppScrollbarState_build__closure0, O._AppScrollbarState_build_closure0, O._AppScrollbarState_build__closure, Z.BottomButtons_build_closure, Z.BottomButtons_build_closure0, O._ChangeLayoutBannerState_build_closure, O._ChangeLayoutBannerState_build__closure0, O._ChangeLayoutBannerState_build_closure0, O._ChangeLayoutBannerState_build__closure, T.ConfirmEmail_build_closure, T.ConfirmEmail_build__closure, T.ConfirmEmail_build___closure, B.ConfirmEmailBuilder_build_closure, B.ConfirmEmailVM_fromStore_closure0, B.ConfirmEmailVM_fromStore_closure, B.ConfirmEmailVM_fromStore_closure1, B.ConfirmEmailVM_fromStore__closure, K._DesktopSessionTimeoutState_initState_closure, K._DesktopSessionTimeoutState_initState__closure, K._DesktopSessionTimeoutState_build_closure, K._DesktopSessionTimeoutState_build__closure, K._DesktopSessionTimeoutState_build___closure, E.MessageDialog_build_closure, E.MessageDialog_build_closure0, E.MessageDialog_build_closure1, M.ErrorDialog_build_closure, M.ErrorDialog_build__closure, M.ErrorDialog_build_closure0, M.ErrorDialog_build_closure1, E._HealthCheckDialogState_runCheck_closure, E._HealthCheckDialogState_runCheck_closure0, E._HealthCheckDialogState_runCheck__closure, E._HealthCheckDialogState_runCheck_closure1, E._HealthCheckDialogState_clearCache_closure, E._HealthCheckDialogState_clearCache_closure0, E._HealthCheckDialogState_clearCache__closure, E._HealthCheckDialogState_clearCache_closure1, E._HealthCheckDialogState_build_closure, E._HealthCheckDialogState_build_closure0, E._HealthCheckDialogState_build_closure1, E._HealthListTile_build_closure, E.multiselectDialog_closure, E.multiselectDialog__closure, E.MultiSelectListState_build_closure, E.MultiSelectListState_build_closure0, E.MultiSelectListState_build_closure1, E.MultiSelectListState_build_closure2, E.MultiSelectListState_build_closure3, E.MultiSelectListState_build__closure3, E.MultiSelectListState_build_closure4, E.MultiSelectListState_build__closure2, E.MultiSelectListState_build___closure, E.MultiSelectListState_build_closure5, E.MultiSelectListState_build__closure1, E.MultiSelectListState_build_closure6, E.MultiSelectListState_build__closure0, E.MultiSelectListState_build_closure7, E.MultiSelectListState_build__closure, E.MultiSelectListState_build_closure8, E.MultiSelectListState_build_closure9, L.DismissibleEntity_build_closure, L.DismissibleEntity_build_closure0, L.DismissibleEntity_build_closure1, L.DismissibleEntity_build_closure2, L.DismissibleEntity_build_closure3, L.DismissibleEntity_build_closure4, V.DocumentGrid_build_closure, V.DocumentGrid_build_closure0, V.DocumentGrid_build_closure1, V.DocumentGrid_build__closure, V.DocumentTile_build_closure0, V.DocumentTile_build__closure, V.DocumentTile_build___closure, V.DocumentTile_build_closure, V.DocumentPreview_build_closure0, V.DocumentPreview_build_closure, K.EditScaffold_build_closure4, K.EditScaffold_build_closure, K.EditScaffold_build_closure1, K.EditScaffold_build_closure0, K.EditScaffold_build_closure2, K.EditScaffold_build__closure, K.EditScaffold_build_closure3, L.showEntityActionsDialog_closure, L.showEntityActionsDialog_closure0, L.EntityActionListTile_build_closure, O._EntityListTileState_build_closure, O._EntityListTileState_build_closure0, O._EntityListTileState_build_closure1, O._EntityListTileState_build__closure0, O._EntityListTileState_build_closure2, O._EntityListTileState_build__closure, O._EntityListTileState_build_closure4, O._EntityListTileState_build_closure3, O._EntitiesListTileState_build_closure0, O._EntitiesListTileState_build__closure0, O._EntitiesListTileState_build_closure1, O._EntitiesListTileState_build__closure, O._EntitiesListTileState_build_closure, O._EntitiesListTileState_build_closure3, O._EntitiesListTileState_build_closure2, F._EntityDropdownState__showOptions_closure, F._EntityDropdownState__showOptions__closure0, F._EntityDropdownState__showOptions__closure, F._EntityDropdownState_build_closure, F._EntityDropdownState_build_closure0, F._EntityDropdownState_build__closure4, F._EntityDropdownState_build_closure5, F._EntityDropdownState_build__closure, F._EntityDropdownState_build__closure0, F._EntityDropdownState_build_closure3, F._EntityDropdownState_build_closure4, F._EntityDropdownState_build_closure1, F._EntityDropdownState_build__closure3, F._EntityDropdownState_build__closure2, F._EntityDropdownState_build_closure2, F._EntityDropdownState_build__closure1, F._EntityDropdownState_build___closure, F._EntityDropdownState_build_closure6, F._EntityDropdownState_build_closure7, F._EntityDropdownDialogState_build__selectEntity, F._EntityDropdownDialogState_build__headerRow, F._EntityDropdownDialogState_build__headerRow_closure, F._EntityDropdownDialogState_build__headerRow__closure0, F._EntityDropdownDialogState_build__headerRow_closure0, F._EntityDropdownDialogState_build__headerRow_closure1, F._EntityDropdownDialogState_build__headerRow__closure, F._EntityDropdownDialogState_build__createList, F._EntityDropdownDialogState_build__createList_closure, F._EntityDropdownDialogState_build__createList_closure0, F._EntityDropdownDialogState_build__createList__closure, F._EntityListTile_build_closure, D.EntityHeader_build__value1, D.EntityHeader_build__value2, E.EntityTopFilter_build_closure, E.EntityTopFilter_build_closure1, E.EntityTopFilter_build_closure0, E.EntityTopFilter_build_closure2, E.EntityTopFilter_build_closure3, E.EntityTopFilter_build_closure4, E.EntityTopFilter_build__closure0, E.EntityTopFilter_build__closure, E.EntityTopFilter_build___closure, E.EntityTopFilter_build___closure0, E.EntityTopFilter_build_closure5, Q.AppDropdownButton_build_closure, Z.AppToggleButtons_build_closure, K.BoolDropdownButton_build_closure, K.BoolDropdownButton_build_closure0, K.BoolDropdownButton_build_closure2, K.BoolDropdownButton_build_closure1, K.BoolDropdownButton_build_closure4, K.BoolDropdownButton_build_closure3, R.ClientPicker_build_closure, A._FormColorPickerState_didChangeDependencies_closure, A._FormColorPickerState_didChangeDependencies_closure0, A._FormColorPickerState__onChanged_closure, A._FormColorPickerState__selectColor_closure, A._FormColorPickerState__showPicker_closure, A._FormColorPickerState__showPicker__closure, A._FormColorPickerState__showPicker__closure0, A._FormColorPickerState__showPicker__closure1, A._FormColorPickerState_build_closure, B._CustomFieldState_build_closure, B._CustomFieldState_build_closure0, B._CustomFieldState_build_closure1, B._CustomFieldState_build_closure2, B._CustomFieldState_build__closure, K._DatePickerState__onFoucsChanged_closure, K._DatePickerState_build_closure, K._DatePickerState_build_closure0, K._DatePickerState_build__closure, S._DecoratedFormFieldState_build_closure, S._DecoratedFormFieldState_build__closure, S._DecoratedFormFieldState_build_closure0, S._DecoratedFormFieldState_build_closure1, A.DesignPicker_build_closure1, A.DesignPicker_build_closure, A.DesignPicker_build_closure0, U._DurationPickerState__onFoucsChanged_closure, U._DurationPickerState_build_closure1, U._DurationPickerState_build__closure, U._DurationPickerState_build_closure, U._DurationPickerState_build__closure0, U._DurationPickerState_build_closure0, Y.DynamicSelector_build_closure, Y.DynamicSelector_build_closure0, Y.DynamicSelector_build_closure1, A._GrowableFormFieldState__onFoucsChanged_closure, B.LearnMoreUrl_build_closure, B.NotificationSettings_build_closure, B.NotificationSettings_build_closure0, B.NotificationSettings_build_closure1, B.NotificationSettings_build__closure, B._NotificationSelector_build_closure, S._PasswordFormFieldState_build_closure, S._PasswordFormFieldState_build__closure, S._PasswordFormFieldState_build_closure0, V.SaveCancelButtons_build_closure, V.SaveCancelButtons_build__closure0, V.SaveCancelButtons_build_closure0, V.SaveCancelButtons_build__closure, M._TimePickerState__onFoucsChanged_closure, M._TimePickerState__showTimePicker_closure, M._TimePickerState_build_closure, M._TimePickerState_build_closure0, M._TimePickerState_build__closure, M._TimePickerState_build__closure0, M._TimePickerState_build__closure1, V.HistoryDrawer_build_closure, V.HistoryDrawer_build__closure, V.HistoryDrawer_build_closure0, V._HistoryListTileState_build_closure1, V._HistoryListTileState_build_closure0, V._HistoryListTileState_build_closure, V._HistoryListTileState_build__closure, A.HistoryDrawerBuilder_build_closure, E._InvoiceEmailViewState_dispose_closure, E._InvoiceEmailViewState__onChanged_closure, E._InvoiceEmailViewState__loadTemplate_closure, E._InvoiceEmailViewState__loadTemplate_closure0, E._InvoiceEmailViewState__loadTemplate__closure, E._InvoiceEmailViewState__buildTemplateDropdown_closure, E._InvoiceEmailViewState__buildTemplateDropdown__closure0, E._InvoiceEmailViewState__buildTemplateDropdown__closure1, E._InvoiceEmailViewState__buildTemplateDropdown_closure0, E._InvoiceEmailViewState__buildTemplateDropdown_closure1, E._InvoiceEmailViewState__buildTemplateDropdown_closure2, E._InvoiceEmailViewState__buildTemplateDropdown__closure, E._InvoiceEmailViewState__buildEdit_closure, E._InvoiceEmailViewState__buildEdit_closure0, E._InvoiceEmailViewState__buildHistory_closure, E._InvoiceEmailViewState_build_closure, E._InvoiceEmailViewState_build_closure0, E._InvoiceEmailViewState_build_closure1, E._InvoiceEmailViewState_build_closure2, D._TaxRateDropdownState_didChangeDependencies_closure, D._TaxRateDropdownState_didChangeDependencies_closure0, D._TaxRateDropdownState_didChangeDependencies_closure1, D._TaxRateDropdownState_build_closure, D._TaxRateDropdownState_build_closure0, D._TaxRateDropdownState_build_closure1, D._TaxRateDropdownState_build_closure2, D._TaxRateDropdownState_build_closure3, R.TaxRateField_build_closure, R.TaxRateField_build_closure0, Z.LinkTextSpan_closure, N._ListFilterState_onFocusChanged_closure, N._ListFilterState_build_closure, N._ListFilterState_build_closure0, N._ListFilterState_build__closure, Y.ListScaffold_build_closure, Y.ListScaffold_build_closure0, Y.ListScaffold_build_closure1, Y.ListScaffold_build__closure0, Y.ListScaffold_build_closure2, Y.ListScaffold_build_closure3, Y.ListScaffold_build_closure6, Y.ListScaffold_build_closure4, Y.ListScaffold_build_closure5, Y.ListScaffold_build__closure, N.ActivityListTile_build_closure, G.AppListTile_build_closure0, G.AppListTile_build_closure, N.FilterListTile_build_closure, N.FilterListTile_build__closure, E._LiveTextState_initState_closure, E._LiveTextState_initState__closure, X.MainScreen_build_closure, X.MainScreen_build__closure, V.MenuDrawer_build__companyLogo, V.MenuDrawer_build__companyListItem, V.MenuDrawer_build__companyListItem_closure, V.MenuDrawer_build_closure, V.MenuDrawer_build__closure1, V.MenuDrawer_build_closure0, V.MenuDrawer_build__closure0, V.MenuDrawer_build_closure3, V.MenuDrawer_build__closure, V.MenuDrawer_build_closure1, V.MenuDrawer_build_closure2, V.MenuDrawer_build_closure4, V.MenuDrawer_build_closure5, V.MenuDrawer_build_closure7, V.MenuDrawer_build_closure6, V.MenuDrawer_build_closure8, V.MenuDrawer_build_closure9, V._DrawerTileState_build_closure, V._DrawerTileState_build_closure0, V._DrawerTileState_build_closure2, V._DrawerTileState_build_closure1, V.SidebarFooter_build_closure, V.SidebarFooter_build__closure2, V.SidebarFooter_build__closure3, V.SidebarFooter_build_closure0, V.SidebarFooter_build_closure1, V.SidebarFooter_build_closure2, V.SidebarFooter_build_closure3, V.SidebarFooter_build__closure0, V.SidebarFooter_build__closure1, V.SidebarFooter_build_closure4, V.SidebarFooter_build_closure5, V.SidebarFooter_build_closure6, V.SidebarFooter_build_closure7, V.SidebarFooter_build_closure8, V.SidebarFooter_build_closure9, V.SidebarFooter_build__closure, V.SidebarFooter_build_closure10, V.SidebarFooterCollapsed_build_closure0, V.SidebarFooterCollapsed_build_closure, V.SidebarFooterCollapsed_build_closure1, V._showContactUs_closure, V._showUpdate_closure, V._showConnectStripe_closure, V._showAbout_closure, V._showAbout__closure, V._showAbout__closure0, V._showAbout__closure2, V._showAbout__closure1, V._showAbout__closure3, V._showAbout___closure0, V._showAbout____closure, V._showAbout_____closure, V._showAbout______closure, V._showAbout______closure0, V._showAbout______closure1, V._showAbout______closure2, V._showAbout____closure0, V._showAbout____closure1, V._showAbout____closure2, V._showAbout____closure3, V._showAbout____closure4, V._showAbout____closure5, V._showAbout____closure6, V._showAbout__closure4, V._showAbout___closure, V._showAbout__closure5, V._showAbout__closure6, V._showAbout__closure7, V._showAbout__closure8, V._showAbout__closure9, V._ContactUsDialogState__sendMessage_closure, V._ContactUsDialogState__sendMessage_closure0, V._ContactUsDialogState__sendMessage__closure0, V._ContactUsDialogState__sendMessage__closure1, V._ContactUsDialogState__sendMessage_closure1, V._ContactUsDialogState__sendMessage__closure, V._ContactUsDialogState_build_closure, V._ContactUsDialogState_build_closure0, V._ContactUsDialogState_build_closure1, V._ContactUsDialogState_build_closure2, V._ContactUsDialogState_build__closure, A.MenuDrawerBuilder_build_closure, A.MenuDrawerVM_fromStore_closure1, A.MenuDrawerVM_fromStore__closure, A.MenuDrawerVM_fromStore_closure, A.MenuDrawerVM_fromStore__closure1, A.MenuDrawerVM_fromStore_closure0, A.MenuDrawerVM_fromStore__closure0, A.MenuDrawerVM_fromStore___closure, A.MenuDrawerVM_fromStore___closure0, V._SystemLogViewerState_build_closure, V._SystemLogViewerState_build_closure2, V._SystemLogViewerState_build__closure, V._SystemLogViewerState_build_closure0, V._SystemLogViewerState_build_closure1, V._SystemLogViewerState_build__closure0, V._SystemLogViewerState_build___closure, V._SystemLogViewerState_build____closure, L.AppDataTable__buildHeadingCell_arrowWithPadding, L.AppDataTable_build_closure, L.AppDataTable_build_closure0, L.AppDataTable_build_closure1, L.AppDataTable_build_closure2, L.AppDataTable_build_closure3, L.TableRowInkWell_getRectCallback_closure0, L._SortArrowState__rebuild_closure0, N.AppPaginatedDataTableState__handleDataSourceChanged_closure, N.AppPaginatedDataTableState_pageTo_closure, N.AppPaginatedDataTableState__getBlankRowFor_closure, N.AppPaginatedDataTableState__getProgressIndicatorRowFor_closure, N.AppPaginatedDataTableState__getRows_closure, N.AppPaginatedDataTableState_build_closure, D.EntityDataTableSource_getRow_closure, D.EntityDataTableSource_getRow_closure0, D.EntityDataTableSource_getRow_closure1, D.EntityDataTableSource_getRow_closure2, D.EntityDataTableSource_getRow_closure3, D.EntityDataTableSource_getRow__closure, S._EntityListState_initState_closure, S._EntityListState_build_closure, S._EntityListState_build_closure7, S._EntityListState_build__closure, S._EntityListState_build__closure0, S._EntityListState_build__closure2, S._EntityListState_build__closure1, S._EntityListState_build__closure3, S._EntityListState_build__closure4, S._EntityListState_build__closure6, S._EntityListState_build___closure, S._EntityListState_build___closure0, S._EntityListState_build__closure5, S._EntityListState_build___closure1, S._EntityListState_build__closure7, S._EntityListState_build_closure0, S._EntityListState_build_closure1, S._EntityListState_build_closure8, S._EntityListState_build_closure2, S._EntityListState_build__closure12, S._EntityListState_build_closure4, S._EntityListState_build__closure9, S._EntityListState_build_closure3, S._EntityListState_build__closure11, S._EntityListState_build__closure10, S._EntityListState_build___closure2, S._EntityListState_build_closure6, S._EntityListState_build__closure8, S._EntityListState_build_closure5, K._VariablesHelpState_build_closure, K._VariablesHelpState_build_closure0, K._VariablesHelpState_build_closure1, K._VariableGrid_build_closure, K._VariableGrid_build_closure0, K._VariableGrid_build__closure, K._VariableGrid_build___closure, G.ViewScaffold_build_closure, G.ViewScaffold_build_closure0, G.ViewScaffold_build_closure1, G.ViewScaffold_build_closure2, G.ViewScaffold_build_closure6, G.ViewScaffold_build_closure3, G.ViewScaffold_build_closure4, G.ViewScaffold_build__closure, G.ViewScaffold_build_closure5, A._WebSessionTimeoutState_initState_closure, B.InitScreen_build_closure0, B.InitScreen_build_closure, Y._LoginState__submitSignUpForm_closure, Y._LoginState__submitSignUpForm_closure0, Y._LoginState__submitSignUpForm__closure1, Y._LoginState__submitSignUpForm_closure1, Y._LoginState__submitSignUpForm__closure0, Y._LoginState__submitSignUpForm_closure2, Y._LoginState__submitSignUpForm__closure, Y._LoginState__submitLoginForm_closure, Y._LoginState__submitLoginForm_closure0, Y._LoginState__submitLoginForm__closure0, Y._LoginState__submitLoginForm___closure, Y._LoginState__submitLoginForm_closure1, Y._LoginState__submitLoginForm__closure, Y._LoginState_build_closure, Y._LoginState_build_closure0, Y._LoginState_build__closure6, Y._LoginState_build_closure1, Y._LoginState_build_closure2, Y._LoginState_build__closure5, Y._LoginState_build_closure3, Y._LoginState_build__closure4, Y._LoginState_build_closure4, Y._LoginState_build__closure3, Y._LoginState_build_closure5, Y._LoginState_build__closure2, Y._LoginState_build_closure7, Y._LoginState_build_closure6, Y._LoginState_build_closure8, Y._LoginState_build_closure9, Y._LoginState_build_closure10, Y._LoginState_build_closure11, Y._LoginState_build__closure1, Y._LoginState_build_closure12, Y._LoginState_build__closure0, Y._LoginState_build_closure13, Y._LoginState_build_closure14, Y._LoginState_build_closure15, Y._LoginState_build__closure, Y._LoginState_build_closure16, Y._LoginState_build_closure17, G.LoginScreen_build_closure, G.LoginVM_fromStore__handleLogin, G.LoginVM_fromStore__handleLogin_closure, G.LoginVM_fromStore__formatApiUrl, G.LoginVM_fromStore_closure3, G.LoginVM_fromStore__closure0, G.LoginVM_fromStore___closure0, G.LoginVM_fromStore_closure4, G.LoginVM_fromStore__closure, G.LoginVM_fromStore___closure, G.LoginVM_fromStore_closure1, G.LoginVM_fromStore__closure1, G.LoginVM_fromStore_closure0, G.LoginVM_fromStore_closure, G.LoginVM_fromStore__closure2, G.LoginVM_fromStore_closure2, V.ClientListItem_build_closure, V.ClientListItem_build__closure2, V.ClientListItem_build__closure1, V.ClientListItem_build__closure, V.ClientListItem_build__closure0, V.ClientListItem_build__closure5, V.ClientListItem_build__closure4, V.ClientListItem_build__closure3, Y.ClientListBuilder_build_closure, Y.ClientListBuilder_build__closure, Y.ClientListVM_fromStore__handleRefresh, Y.ClientListVM_fromStore_closure, Y.ClientListVM_fromStore_closure0, Y.ClientListVM_fromStore_closure1, S._ClientPdfViewState_loadPdf_closure, S._ClientPdfViewState_loadPdf_closure0, S._ClientPdfViewState_loadPdf__closure, S._ClientPdfViewState_loadPdf_closure1, S._ClientPdfViewState_build_closure, S._ClientPdfViewState_build_closure0, S._ClientPdfViewState_build_closure1, S._ClientPdfViewState_build__closure0, S._ClientPdfViewState_build_closure2, S._ClientPdfViewState_build__closure, S._ClientPdfViewState_build_closure3, S._ClientPdfViewState_build_closure4, V.ClientPdfScreen_build_closure0, V.ClientPdfScreen_build_closure, V.ClientPresenter_getField_closure, B.ClientScreen_build_closure9, B.ClientScreen_build_closure7, B.ClientScreen_build_closure8, B.ClientScreen_build_closure4, B.ClientScreen_build_closure5, B.ClientScreen_build_closure, B.ClientScreen_build_closure0, B.ClientScreen_build_closure1, B.ClientScreen_build_closure2, B.ClientScreen_build_closure3, B.ClientScreen_build_closure6, D.ClientScreenBuilder_build_closure, M._ClientEditState_build_closure, M._ClientEditState_build_closure0, M._ClientEditState_build__closure, R.ClientEditBillingAddressState_didChangeDependencies_closure, R.ClientEditBillingAddressState_didChangeDependencies_closure0, R.ClientEditBillingAddressState_dispose_closure, R.ClientEditBillingAddressState__onChanged_closure, R.ClientEditBillingAddressState__onChanged_closure0, R.ClientEditBillingAddressState_build_closure, R.ClientEditBillingAddressState_build__closure0, R.ClientEditBillingAddressState_build_closure0, R.ClientEditBillingAddressState_build__closure, R._ClientEditContactsState__showContactEditor_closure, R._ClientEditContactsState__showContactEditor__closure, R._ClientEditContactsState_build_closure, R._ClientEditContactsState_build__closure, R._ClientEditContactsState_build_closure0, R._ClientEditContactsState_build_closure1, R.ContactEditDetailsState_didChangeDependencies_closure, R.ContactEditDetailsState_didChangeDependencies_closure0, R.ContactEditDetailsState_dispose_closure, R.ContactEditDetailsState__onChanged_closure, R.ContactEditDetailsState__onChanged_closure0, R.ContactEditDetailsState_build_closure0, R.ContactEditDetailsState_build_closure, R.ContactEditDetailsState_build_closure2, R.ContactEditDetailsState_build_closure1, R.ContactEditDetailsState_build_closure4, R.ContactEditDetailsState_build_closure3, R.ContactEditDetailsState_build_closure6, R.ContactEditDetailsState_build_closure5, R.ContactEditDetailsState_build_closure7, R.ContactEditDetailsState_build_closure8, R.ContactEditDetailsState_build_closure9, R.ContactEditDetailsState_build_closure10, R.ContactEditDetailsState_build_closure11, R.ContactEditDetailsState_build_closure12, R.ContactEditDetailsState_build__closure0, R.ContactEditDetailsState_build__closure1, R.ContactEditDetailsState_build_closure13, R.ContactEditDetailsState_build__closure, R.ContactEditDetailsState_build_closure14, F.ClientEditContactsScreen_build_closure0, F.ClientEditContactsScreen_build_closure, F.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure, F.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure0, F.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure1, F.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure2, Q.ClientEditDetailsState_didChangeDependencies_closure, Q.ClientEditDetailsState_didChangeDependencies_closure0, Q.ClientEditDetailsState_dispose_closure, Q.ClientEditDetailsState__onChanged_closure, Q.ClientEditDetailsState__onChanged_closure0, Q.ClientEditDetailsState_build_closure, Q.ClientEditDetailsState_build_closure0, Q.ClientEditDetailsState_build__closure0, Q.ClientEditDetailsState_build_closure1, Q.ClientEditDetailsState_build__closure, U.ClientEditFooter_build_closure, L.ClientEditNotesState_didChangeDependencies_closure, L.ClientEditNotesState_didChangeDependencies_closure0, L.ClientEditNotesState_dispose_closure, L.ClientEditNotesState__onChanged_closure, L.ClientEditNotesState__onChanged_closure0, L.ClientEditNotesState_build_closure, L.ClientEditNotesState_build_closure0, L.ClientEditNotesState_build__closure0, L.ClientEditNotesState_build_closure1, L.ClientEditNotesState_build__closure, M.ClientEditSettingsState_didChangeDependencies_closure, M.ClientEditSettingsState_didChangeDependencies_closure0, M.ClientEditSettingsState_dispose_closure, M.ClientEditSettingsState__onChanged_closure, M.ClientEditSettingsState__onChanged_closure0, M.ClientEditSettingsState_build_closure, M.ClientEditSettingsState_build__closure3, M.ClientEditSettingsState_build_closure0, M.ClientEditSettingsState_build__closure2, M.ClientEditSettingsState_build_closure1, M.ClientEditSettingsState_build_closure2, M.ClientEditSettingsState_build__closure1, M.ClientEditSettingsState_build_closure3, M.ClientEditSettingsState_build_closure4, M.ClientEditSettingsState_build__closure0, M.ClientEditSettingsState_build_closure5, M.ClientEditSettingsState_build__closure, R.ClientEditShippingAddressState_didChangeDependencies_closure, R.ClientEditShippingAddressState_didChangeDependencies_closure0, R.ClientEditShippingAddressState_dispose_closure, R.ClientEditShippingAddressState__onChanged_closure, R.ClientEditShippingAddressState__onChanged_closure0, R.ClientEditShippingAddressState_build_closure, R.ClientEditShippingAddressState_build__closure0, R.ClientEditShippingAddressState_build_closure0, R.ClientEditShippingAddressState_build__closure, M.ClientEditScreen_build_closure0, M.ClientEditScreen_build_closure, M.ClientEditVM_ClientEditVM$fromStore_closure, M.ClientEditVM_ClientEditVM$fromStore_closure3, M.ClientEditVM_ClientEditVM$fromStore__closure, M.ClientEditVM_ClientEditVM$fromStore_closure2, M.ClientEditVM_ClientEditVM$fromStore__closure0, M.ClientEditVM_ClientEditVM$fromStore_closure1, M.ClientEditVM_ClientEditVM$fromStore_closure0, M.ClientEditVM_ClientEditVM$fromStore__closure1, M.ClientEditVM_ClientEditVM$fromStore___closure, M.ClientEditVM_ClientEditVM$fromStore___closure0, M.ClientEditVM_ClientEditVM$fromStore___closure1, M.ClientEditVM_ClientEditVM$fromStore____closure, G._ClientViewState_build_closure0, G._ClientViewState_build__closure, G._ClientViewState_build__closure0, G._ClientViewState_build__closure1, G._ClientViewState_build__closure2, G._ClientViewState_build__closure3, G._ClientViewState_build__closure4, G._ClientViewState_build_closure, G._ClientViewState_build__closure5, G._ClientViewState_build___closure, G._ClientViewState_build___closure0, G._ClientViewState_build___closure1, G._ClientViewState_build___closure2, G._ClientViewState_build___closure3, G._ClientViewState_build___closure4, R._ClientViewActivityState_build_closure0, R._ClientViewActivityState_build_closure, Q._ClientViewDetailsState_build__buildDetailsList, Q._ClientViewDetailsState_build__buildDetailsList_closure, Q._ClientViewDetailsState_build__buildDetailsList__closure1, Q._ClientViewDetailsState_build__buildDetailsList__closure2, Q._ClientViewDetailsState_build__buildDetailsList__closure3, Q._ClientViewDetailsState_build__buildDetailsList___closure0, Q._ClientViewDetailsState_build__buildDetailsList__closure4, Q._ClientViewDetailsState_build__buildDetailsList___closure, Q._ClientViewDetailsState_build__buildDetailsList_closure0, Q._ClientViewDetailsState_build__buildDetailsList__closure0, Q._ClientViewDetailsState_build__buildDetailsList_closure1, Q._ClientViewDetailsState_build__buildDetailsList__closure, Q._ClientViewDetailsState_build__buildDetailsList_closure2, Q._ClientViewDetailsState_build__buildDetailsList_closure3, T.ClientViewDocuments_build_closure, T.ClientViewDocuments_build_closure0, U._ClientViewLedgerState_build_closure, U._ClientViewLedgerState_build_closure1, U._ClientViewLedgerState_build_closure0, U._ClientViewLedgerState_build__closure0, U._ClientViewLedgerState_build__closure, Z.ClientOverview_build_closure, Z.ClientOverview_build_closure0, Z.ClientOverview_build_closure1, Z.ClientOverview_build_closure2, Z.ClientOverview_build_closure3, X.ClientViewScreen_build_closure0, X.ClientViewScreen_build_closure, X.ClientViewVM_ClientViewVM$fromStore__handleRefresh, X.ClientViewVM_ClientViewVM$fromStore_closure, X.ClientViewVM_ClientViewVM$fromStore_closure0, X.ClientViewVM_ClientViewVM$fromStore__closure0, X.ClientViewVM_ClientViewVM$fromStore__closure1, X.ClientViewVM_ClientViewVM$fromStore___closure, X.ClientViewVM_ClientViewVM$fromStore_closure1, X.ClientViewVM_ClientViewVM$fromStore__closure, G._CompanyGatewayListState_build_closure1, G._CompanyGatewayListState_build_closure0, G._CompanyGatewayListState_build_closure, G._CompanyGatewayListState_build__closure, Z.CompanyGatewayListItem_build_closure0, Z.CompanyGatewayListItem_build_closure, S.CompanyGatewayListBuilder_build_closure, S.CompanyGatewayListVM_fromStore__handleRefresh, S.CompanyGatewayListVM_fromStore_closure, S.CompanyGatewayListVM_fromStore_closure1, S.CompanyGatewayListVM_fromStore__closure, S.CompanyGatewayListVM_fromStore_closure0, S.CompanyGatewayListVM_fromStore__closure0, D.CompanyGatewayScreen_build_closure11, D.CompanyGatewayScreen_build_closure10, D.CompanyGatewayScreen_build_closure, D.CompanyGatewayScreen_build__closure0, D.CompanyGatewayScreen_build__closure1, D.CompanyGatewayScreen_build_closure0, D.CompanyGatewayScreen_build_closure1, D.CompanyGatewayScreen_build__closure, D.CompanyGatewayScreen_build_closure2, D.CompanyGatewayScreen_build_closure4, D.CompanyGatewayScreen_build_closure5, D.CompanyGatewayScreen_build_closure6, D.CompanyGatewayScreen_build_closure7, D.CompanyGatewayScreen_build_closure8, D.CompanyGatewayScreen_build_closure3, D.CompanyGatewayScreen_build_closure9, Y.CompanyGatewayScreenBuilder_build_closure, Y.CompanyGatewayScreenVM_fromStore_closure, Y.CompanyGatewayScreenVM_fromStore__closure, V._CompanyGatewayEditState_didChangeDependencies_closure, V._CompanyGatewayEditState_build_closure, V._CompanyGatewayEditState_build_closure0, V._CompanyGatewayEditState_build__closure12, V._CompanyGatewayEditState_build_closure1, V._CompanyGatewayEditState_build_closure2, V._CompanyGatewayEditState_build_closure3, V._CompanyGatewayEditState_build__closure11, V._CompanyGatewayEditState_build_closure4, V._CompanyGatewayEditState_build__closure10, V._CompanyGatewayEditState_build_closure5, V._CompanyGatewayEditState_build_closure6, V._CompanyGatewayEditState_build__closure9, V._CompanyGatewayEditState_build___closure, V._CompanyGatewayEditState_build_closure7, V._CompanyGatewayEditState_build__closure8, V._CompanyGatewayEditState_build_closure8, V._CompanyGatewayEditState_build__closure7, V._CompanyGatewayEditState_build_closure9, V._CompanyGatewayEditState_build__closure6, V._CompanyGatewayEditState_build_closure10, V._CompanyGatewayEditState_build__closure5, V._CompanyGatewayEditState_build_closure11, V._CompanyGatewayEditState_build__closure4, V._CompanyGatewayEditState_build_closure12, V._CompanyGatewayEditState_build__closure3, V._CompanyGatewayEditState_build_closure13, V._CompanyGatewayEditState_build__closure2, V._CompanyGatewayEditState_build_closure14, V._CompanyGatewayEditState_build__closure1, V._CompanyGatewayEditState_build_closure15, V._CompanyGatewayEditState_build__closure0, V._CompanyGatewayEditState_build_closure17, V._CompanyGatewayEditState_build_closure16, V._CompanyGatewayEditState_build__closure, V.CardListTile_build_closure, V.GatewayConfigSettings_build_closure, V.GatewayConfigSettings_build_closure0, V.GatewayConfigSettings_build__closure, V._GatewayConfigFieldState__onChanged_closure, V._GatewayConfigFieldState__obscureText_closure, V._GatewayConfigFieldState_build_closure, V._GatewayConfigFieldState_build_closure0, V._GatewayConfigFieldState_build_closure1, V._GatewayConfigFieldState_build_closure2, V._GatewayConfigFieldState_build_closure3, V._LimitEditorState__onChanged_closure, V._LimitEditorState__onChanged_closure0, V._LimitEditorState__onTextChange_closure, V._LimitEditorState_build_closure, V._LimitEditorState_build__closure0, V._LimitEditorState_build_closure0, V._LimitEditorState_build__closure, V._FeesEditorState_dispose_closure, V._FeesEditorState_didChangeDependencies_closure, V._FeesEditorState_didChangeDependencies_closure0, V._FeesEditorState__onChanged_closure, V._FeesEditorState__onChanged_closure0, V._FeesEditorState__onChanged__closure, V._FeesEditorState_build_closure, V._FeesEditorState_build__closure2, V._FeesEditorState_build___closure2, V._FeesEditorState_build_closure0, V._FeesEditorState_build__closure1, V._FeesEditorState_build___closure1, V._FeesEditorState_build_closure1, V._FeesEditorState_build__closure0, V._FeesEditorState_build___closure0, V._FeesEditorState_build_closure2, V._FeesEditorState_build__closure, V._FeesEditorState_build___closure, L.CompanyGatewayEditScreen_build_closure0, L.CompanyGatewayEditScreen_build_closure, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure1, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure0, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure1, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure0, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore____closure, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure2, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure0, G._CompanyGatewayViewState_build_closure1, G._CompanyGatewayViewState_build_closure, G._CompanyGatewayViewState_build_closure0, G._CompanyGatewayOverview_build_closure, G._CompanyGatewayOverview_build_closure0, G._CompanyGatewayOverview_build_closure2, G._CompanyGatewayOverview_build_closure1, A.CompanyGatewayViewScreen_build_closure0, A.CompanyGatewayViewScreen_build_closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__handleRefresh, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure2, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore____closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_____closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure1, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure1, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure2, S.CreditEmailScreen_build_closure1, S.CreditEmailScreen_build_closure0, S.CreditEmailScreen_build_closure, S.EmailCreditVM_EmailCreditVM$fromStore_closure, S.EmailCreditVM_EmailCreditVM$fromStore_closure0, S.EmailCreditVM_EmailCreditVM$fromStore__closure, K.CreditListItem_build_closure, K.CreditListItem_build__closure2, K.CreditListItem_build__closure1, K.CreditListItem_build__closure, K.CreditListItem_build__closure0, K.CreditListItem_build__closure5, K.CreditListItem_build__closure4, K.CreditListItem_build__closure3, U.CreditListBuilder_build_closure, U.CreditListBuilder_build__closure, U.CreditListVM_fromStore__handleRefresh, U.CreditListVM_fromStore_closure, U.CreditListVM_fromStore_closure0, U.CreditListVM_fromStore_closure1, U.CreditPdfScreen_build_closure0, U.CreditPdfScreen_build_closure, A.CreditScreen_build_closure9, A.CreditScreen_build_closure7, A.CreditScreen_build_closure8, A.CreditScreen_build_closure4, A.CreditScreen_build_closure5, A.CreditScreen_build_closure, A.CreditScreen_build_closure0, A.CreditScreen_build_closure1, A.CreditScreen_build_closure2, A.CreditScreen_build_closure3, A.CreditScreen_build_closure6, R.CreditScreenBuilder_build_closure, M._CreditEditState_build_closure1, M._CreditEditState_build_closure2, M._CreditEditState_build_closure0, M._CreditEditState_build_closure, M._CreditEditState_build__closure, M._CreditEditState_build___closure, M._CreditEditState_build___closure1, M._CreditEditState_build___closure0, T.CreditEditDetailsScreen_build_closure0, T.CreditEditDetailsScreen_build_closure, T.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure, T.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure0, T.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure1, T.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure, T.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure0, R.CreditEditItemsScreen_build_closure0, R.CreditEditItemsScreen_build_closure, R.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure, R.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure0, R.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure1, R.CreditEditItemsVM_CreditEditItemsVM$fromStore__closure, R.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure2, G.CreditEditNotesScreen_build_closure0, G.CreditEditNotesScreen_build_closure, G.CreditEditNotesVM_CreditEditNotesVM$fromStore_closure, U.CreditEditPDFScreen_build_closure0, U.CreditEditPDFScreen_build_closure, X.CreditEditScreen_build_closure0, X.CreditEditScreen_build_closure, X.CreditEditVM_CreditEditVM$fromStore_closure, X.CreditEditVM_CreditEditVM$fromStore__closure, X.CreditEditVM_CreditEditVM$fromStore___closure, X.CreditEditVM_CreditEditVM$fromStore___closure0, X.CreditEditVM_CreditEditVM$fromStore___closure1, X.CreditEditVM_CreditEditVM$fromStore____closure, X.CreditEditVM_CreditEditVM$fromStore_closure0, X.CreditEditVM_CreditEditVM$fromStore_closure1, M.CreditViewScreen_build_closure0, M.CreditViewScreen_build_closure, M.CreditViewVM_CreditViewVM$fromStore__handleRefresh, M.CreditViewVM_CreditViewVM$fromStore_closure, M.CreditViewVM_CreditViewVM$fromStore_closure0, M.CreditViewVM_CreditViewVM$fromStore_closure1, M.CreditViewVM_CreditViewVM$fromStore__closure0, M.CreditViewVM_CreditViewVM$fromStore__closure1, M.CreditViewVM_CreditViewVM$fromStore___closure, M.CreditViewVM_CreditViewVM$fromStore_closure2, M.CreditViewVM_CreditViewVM$fromStore__closure, M.CreditViewVM_CreditViewVM$fromStore_closure3, A.DashboardActivity_build_closure0, A.DashboardActivity_build_closure, U._DashboardChartState__onSelectionChanged_closure, U._DashboardChartState__onSelectionChanged_closure0, U._DashboardChartState__onSelectionChanged_closure1, U._DashboardChartState_build_closure, U._DashboardChartState_build__closure, U._DashboardChartState_build___closure, E._DashboardDateRangePickerState_build_closure, E._DashboardDateRangePickerState_build_closure0, E._DashboardDateRangePickerState_build__closure2, E._DashboardDateRangePickerState_build_closure1, E._DashboardDateRangePickerState_build__closure1, E._DashboardDateRangePickerState_build_closure2, E._DashboardDateRangePickerState_build_closure3, E._DashboardDateRangePickerState_build_closure4, E._DashboardDateRangePickerState_build_closure5, E._DashboardDateRangePickerState_build__closure0, E._DashboardDateRangePickerState_build_closure6, E._DashboardDateRangePickerState_build_closure7, E._DashboardDateRangePickerState_build_closure8, E._DashboardDateRangePickerState_build__closure, Y.DashboardPanels__showDateOptions_closure, Y.DashboardPanels__header_closure, Y.DashboardPanels__header__closure, Y.DashboardPanels__header__closure0, Y.DashboardPanels__header__closure1, Y.DashboardPanels__header__closure2, Y.DashboardPanels__header__closure3, Y.DashboardPanels__header__closure4, Y.DashboardPanels__header___closure1, Y.DashboardPanels__header__closure5, Y.DashboardPanels__header___closure0, Y.DashboardPanels__header__closure6, Y.DashboardPanels__header___closure, Y.DashboardPanels__header____closure, Y.DashboardPanels__header__closure7, Y.DashboardPanels__paymentChart_closure, Y.DashboardPanels__paymentChart_closure0, Y.DashboardPanels__quoteChart_closure, Y.DashboardPanels__quoteChart_closure0, Y.DashboardPanels__taskChart_closure, Y.DashboardPanels__taskChart_closure0, Y.DashboardPanels__expenseChart_closure, Y.DashboardPanels__expenseChart_closure0, Y.DashboardPanels_build_closure, Y.DashboardPanels_build_closure0, Y.DashboardPanels_build_closure1, Y.DashboardPanels_build_closure2, Y.DashboardPanels_build_closure3, Y.__DashboardPanelState_build_closure, Y.__DashboardPanelState_build__closure0, Y.__DashboardPanelState_build__closure1, Y.__DashboardPanelState_build__closure, Y.__DashboardPanelState_build__closure3, Y.__DashboardPanelState_build__closure4, Y.__DashboardPanelState_build__closure2, Y._InvoiceChart_build_closure, Y._InvoiceChart_build_closure0, F._DashboardScreenState_initState_closure, F._DashboardScreenState_initState_closure0, F._DashboardScreenState_initState__closure, F._DashboardScreenState_build_closure, F._DashboardScreenState_build__closure0, F._DashboardScreenState_build_closure0, F._DashboardScreenState_build_closure1, F._DashboardScreenState_build__closure, F._DashboardScreenState_build_closure2, F._CustomTabBarView_build_closure, F._CustomTabBarView_build__closure, F._CustomTabBarView_build_closure0, F._CustomTabBarView_build_closure1, F._CustomTabBarView_build_closure2, Q.DashboardScreenBuilder_build_closure, Q.DashboardVM_fromStore__handleRefresh, Q.DashboardVM_fromStore_closure, Q.DashboardVM_fromStore_closure2, Q.DashboardVM_fromStore_closure0, Q.DashboardVM_fromStore_closure5, Q.DashboardVM_fromStore_closure1, Q.DashboardVM_fromStore_closure3, Q.DashboardVM_fromStore_closure4, Q.DashboardVM_fromStore_closure6, S.SidebarScaffold_build_closure, S.InvoiceSidebar_build_closure, S.InvoiceSidebar_build_closure0, S.InvoiceSidebar_build_closure1, S.InvoiceSidebar_build_closure2, S.InvoiceSidebar_build_closure3, S.InvoiceSidebar_build_closure4, S.PaymentSidebar_build_closure, S.PaymentSidebar_build_closure0, S.PaymentSidebar_build_closure1, S.PaymentSidebar_build_closure2, S.QuoteSidebar_build_closure, S.QuoteSidebar_build_closure0, S.QuoteSidebar_build_closure1, S.QuoteSidebar_build_closure2, S.QuoteSidebar_build_closure3, S.QuoteSidebar_build_closure4, S.TaskSidebar_build_closure, S.TaskSidebar_build_closure0, S.TaskSidebar_build_closure1, S.TaskSidebar_build_closure2, S.TaskSidebar_build_closure3, S.TaskSidebar_build_closure4, S.ExpenseSidbar_build_closure, S.ExpenseSidbar_build_closure0, S.ExpenseSidbar_build_closure1, S.ExpenseSidbar_build_closure2, S._DashboardSidebar_build_closure, G.DesignListItem_build_closure1, G.DesignListItem_build_closure0, G.DesignListItem_build_closure, F.DesignListBuilder_build_closure, F.DesignListBuilder_build__closure, F.DesignListVM_fromStore__handleRefresh, F.DesignListVM_fromStore_closure, F.DesignListVM_fromStore_closure0, F.DesignListVM_fromStore_closure1, L.DesignScreen_build_closure9, L.DesignScreen_build_closure7, L.DesignScreen_build_closure8, L.DesignScreen_build_closure4, L.DesignScreen_build_closure5, L.DesignScreen_build_closure, L.DesignScreen_build_closure0, L.DesignScreen_build_closure1, L.DesignScreen_build_closure2, L.DesignScreen_build_closure3, L.DesignScreen_build_closure6, G.DesignScreenBuilder_build_closure, N._DesignEditState_didChangeDependencies_closure, N._DesignEditState_didChangeDependencies_closure0, N._DesignEditState_dispose_closure, N._DesignEditState__onChanged_closure, N._DesignEditState__onChanged_closure0, N._DesignEditState__onChanged__closure, N._DesignEditState__onHtmlChanged_closure, N._DesignEditState__onHtmlChanged__closure, N._DesignEditState__loadDesign_closure, N._DesignEditState__loadDesign_closure0, N._DesignEditState__loadPreview_closure, N._DesignEditState__loadPreview_closure0, N._DesignEditState__loadPreview__closure, N._DesignEditState__setDraftMode_closure, N._DesignEditState_build_closure2, N._DesignEditState_build_closure, N._DesignEditState_build_closure0, N._DesignEditState_build_closure1, N._DesignSettingsState_build_closure, N._DesignSettingsState_build_closure0, G.DesignEditScreen_build_closure0, G.DesignEditScreen_build_closure, G.DesignEditVM_DesignEditVM$fromStore_closure, G.DesignEditVM_DesignEditVM$fromStore_closure1, G.DesignEditVM_DesignEditVM$fromStore_closure0, G.DesignEditVM_DesignEditVM$fromStore__closure, K._DesignViewState_build_closure, K._DesignViewState_build_closure0, K._DesignViewState_build_closure1, K._DesignViewState_build_closure2, K._DesignViewState_build_closure3, K._DesignViewState_build_closure4, K._DesignViewState_build_closure5, K._DesignViewState_build_closure6, K._DesignViewState_build_closure7, B.DesignViewScreen_build_closure0, B.DesignViewScreen_build_closure, B.DesignViewVM_DesignViewVM$fromStore_closure, S.DocumentListItem_build_closure1, S.DocumentListItem_build_closure0, S.DocumentListItem_build_closure, A.DocumentListBuilder_build_closure, A.DocumentListBuilder_build__closure, A.DocumentListVM_fromStore__handleRefresh, A.DocumentListVM_fromStore_closure, A.DocumentListVM_fromStore_closure0, A.DocumentListVM_fromStore_closure1, G.DocumentScreen_build_closure9, G.DocumentScreen_build_closure7, G.DocumentScreen_build_closure8, G.DocumentScreen_build_closure4, G.DocumentScreen_build_closure0, G.DocumentScreen_build_closure1, G.DocumentScreen_build_closure2, G.DocumentScreen_build_closure3, G.DocumentScreen_build_closure5, G.DocumentScreen_build_closure, G.DocumentScreen_build_closure6, U.DocumentScreenBuilder_build_closure, Z._DocumentEditState_didChangeDependencies_closure, Z._DocumentEditState_didChangeDependencies_closure0, Z._DocumentEditState_dispose_closure, Z._DocumentEditState__onChanged_closure, Z._DocumentEditState__onChanged_closure0, Z._DocumentEditState_build_closure0, Z._DocumentEditState_build_closure, E.DocumentEditScreen_build_closure0, E.DocumentEditScreen_build_closure, E.DocumentEditVM_DocumentEditVM$fromStore_closure, E.DocumentEditVM_DocumentEditVM$fromStore_closure0, A.DocumentViewScreen_build_closure0, A.DocumentViewScreen_build_closure, D._ExpenseEditState__onSavePressed_closure, D._ExpenseEditState_build_closure1, D._ExpenseEditState_build_closure2, D._ExpenseEditState_build_closure0, D._ExpenseEditState_build_closure, M.ExpenseEditDetailsState_didChangeDependencies_closure, M.ExpenseEditDetailsState_didChangeDependencies_closure0, M.ExpenseEditDetailsState_dispose_closure, M.ExpenseEditDetailsState__onChanged_closure, M.ExpenseEditDetailsState__onChanged_closure0, M.ExpenseEditDetailsState_build_closure0, M.ExpenseEditDetailsState_build__closure17, M.ExpenseEditDetailsState_build_closure, M.ExpenseEditDetailsState_build_closure2, M.ExpenseEditDetailsState_build__closure16, M.ExpenseEditDetailsState_build_closure1, M.ExpenseEditDetailsState_build_closure3, M.ExpenseEditDetailsState_build__closure15, M.ExpenseEditDetailsState_build_closure4, M.ExpenseEditDetailsState_build__closure14, M.ExpenseEditDetailsState_build_closure5, M.ExpenseEditDetailsState_build__closure13, M.ExpenseEditDetailsState_build_closure6, M.ExpenseEditDetailsState_build__closure12, M.ExpenseEditDetailsState_build_closure7, M.ExpenseEditDetailsState_build__closure11, M.ExpenseEditDetailsState_build_closure8, M.ExpenseEditDetailsState_build__closure10, M.ExpenseEditDetailsState_build_closure9, M.ExpenseEditDetailsState_build__closure9, M.ExpenseEditDetailsState_build_closure10, M.ExpenseEditDetailsState_build__closure8, M.ExpenseEditDetailsState_build_closure11, M.ExpenseEditDetailsState_build__closure7, M.ExpenseEditDetailsState_build_closure12, M.ExpenseEditDetailsState_build__closure6, M.ExpenseEditDetailsState_build_closure13, M.ExpenseEditDetailsState_build__closure5, M.ExpenseEditDetailsState_build_closure14, M.ExpenseEditDetailsState_build__closure4, M.ExpenseEditDetailsState_build_closure15, M.ExpenseEditDetailsState_build__closure3, M.ExpenseEditDetailsState_build_closure16, M.ExpenseEditDetailsState_build__closure2, M.ExpenseEditDetailsState_build_closure20, M.ExpenseEditDetailsState_build__closure0, M.ExpenseEditDetailsState_build_closure17, M.ExpenseEditDetailsState_build_closure18, M.ExpenseEditDetailsState_build__closure1, M.ExpenseEditDetailsState_build_closure21, M.ExpenseEditDetailsState_build__closure, M.ExpenseEditDetailsState_build_closure19, E.ExpenseEditNotesState_didChangeDependencies_closure, E.ExpenseEditNotesState_didChangeDependencies_closure0, E.ExpenseEditNotesState_dispose_closure, E.ExpenseEditNotesState__onChanged_closure, E.ExpenseEditNotesState__onChanged_closure0, T.ExpenseEditSettingsState_didChangeDependencies_closure, T.ExpenseEditSettingsState_didChangeDependencies_closure0, T.ExpenseEditSettingsState_dispose_closure, T.ExpenseEditSettingsState__onChanged_closure, T.ExpenseEditSettingsState__onChanged_closure0, T.ExpenseEditSettingsState__setCurrency_closure, T.ExpenseEditSettingsState__setCurrency_closure0, T.ExpenseEditSettingsState__calculateExchangeRate_closure, T.ExpenseEditSettingsState_build_closure, T.ExpenseEditSettingsState_build__closure11, T.ExpenseEditSettingsState_build_closure0, T.ExpenseEditSettingsState_build__closure7, T.ExpenseEditSettingsState_build__closure8, T.ExpenseEditSettingsState_build__closure9, T.ExpenseEditSettingsState_build__closure10, T.ExpenseEditSettingsState_build_closure1, T.ExpenseEditSettingsState_build__closure6, T.ExpenseEditSettingsState_build_closure2, T.ExpenseEditSettingsState_build__closure5, T.ExpenseEditSettingsState_build_closure3, T.ExpenseEditSettingsState_build__closure2, T.ExpenseEditSettingsState_build__closure3, T.ExpenseEditSettingsState_build__closure4, T.ExpenseEditSettingsState_build_closure4, T.ExpenseEditSettingsState_build_closure7, T.ExpenseEditSettingsState_build_closure5, T.ExpenseEditSettingsState_build_closure6, T.ExpenseEditSettingsState_build_closure8, T.ExpenseEditSettingsState_build__closure1, T.ExpenseEditSettingsState_build_closure9, T.ExpenseEditSettingsState_build_closure10, T.ExpenseEditSettingsState_build__closure0, T.ExpenseEditSettingsState_build_closure11, T.ExpenseEditSettingsState_build__closure, O.ExpenseEditScreen_build_closure0, O.ExpenseEditScreen_build_closure, O.ExpenseEditVM_ExpenseEditVM$fromStore_closure, O.ExpenseEditVM_ExpenseEditVM$fromStore_closure1, O.ExpenseEditVM_ExpenseEditVM$fromStore_closure2, O.ExpenseEditVM_ExpenseEditVM$fromStore__closure1, O.ExpenseEditVM_ExpenseEditVM$fromStore__closure2, O.ExpenseEditVM_ExpenseEditVM$fromStore_closure3, O.ExpenseEditVM_ExpenseEditVM$fromStore__closure, O.ExpenseEditVM_ExpenseEditVM$fromStore__closure0, O.ExpenseEditVM_ExpenseEditVM$fromStore_closure0, O.ExpenseEditVM_ExpenseEditVM$fromStore__closure3, O.ExpenseEditVM_ExpenseEditVM$fromStore___closure, O.ExpenseEditVM_ExpenseEditVM$fromStore___closure0, O.ExpenseEditVM_ExpenseEditVM$fromStore____closure, V.ExpenseListItem_build_closure, V.ExpenseListItem_build__closure2, V.ExpenseListItem_build__closure1, V.ExpenseListItem_build__closure, V.ExpenseListItem_build__closure0, V.ExpenseListItem_build__closure5, V.ExpenseListItem_build__closure4, V.ExpenseListItem_build__closure3, F.ExpenseListBuilder_build_closure, F.ExpenseListBuilder_build__closure, F.ExpenseListVM_fromStore__handleRefresh, F.ExpenseListVM_fromStore_closure, F.ExpenseListVM_fromStore_closure0, F.ExpenseListVM_fromStore_closure1, X.ExpenseScreen_build_closure13, X.ExpenseScreen_build_closure11, X.ExpenseScreen_build_closure12, X.ExpenseScreen_build_closure4, X.ExpenseScreen_build_closure0, X.ExpenseScreen_build_closure1, X.ExpenseScreen_build_closure2, X.ExpenseScreen_build_closure3, X.ExpenseScreen_build_closure5, X.ExpenseScreen_build_closure7, X.ExpenseScreen_build_closure8, X.ExpenseScreen_build_closure9, X.ExpenseScreen_build_closure6, X.ExpenseScreen_build_closure, X.ExpenseScreen_build_closure10, U.ExpenseScreenBuilder_build_closure, U._ExpenseViewState_build_closure, U._ExpenseViewState_build__closure, U._ExpenseViewState_build__closure0, U._ExpenseViewState_build__closure1, Y.ExpenseViewDocuments_build_closure, Y.ExpenseViewDocuments_build_closure0, F.ExpenseOverview_build__buildDetailsList, N._ExpenseViewScheduleState_build_closure, U.ExpenseViewScreen_build_closure0, U.ExpenseViewScreen_build_closure, U.ExpenseViewVM_ExpenseViewVM$fromStore__handleRefresh, U.ExpenseViewVM_ExpenseViewVM$fromStore_closure, U.ExpenseViewVM_ExpenseViewVM$fromStore_closure0, U.ExpenseViewVM_ExpenseViewVM$fromStore__closure0, U.ExpenseViewVM_ExpenseViewVM$fromStore__closure1, U.ExpenseViewVM_ExpenseViewVM$fromStore___closure, U.ExpenseViewVM_ExpenseViewVM$fromStore_closure1, U.ExpenseViewVM_ExpenseViewVM$fromStore__closure, A._ExpenseCategoryEditState_didChangeDependencies_closure, A._ExpenseCategoryEditState_didChangeDependencies_closure0, A._ExpenseCategoryEditState_dispose_closure, A._ExpenseCategoryEditState__onChanged_closure, A._ExpenseCategoryEditState__onChanged_closure0, A._ExpenseCategoryEditState_build_closure0, A._ExpenseCategoryEditState_build_closure1, A._ExpenseCategoryEditState_build__closure, A._ExpenseCategoryEditState_build_closure, A._ExpenseCategoryEditState_build__closure0, A._ExpenseCategoryEditState_build___closure, F.ExpenseCategoryEditScreen_build_closure0, F.ExpenseCategoryEditScreen_build_closure, F.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure, F.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure1, F.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure0, F.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore__closure, F.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure, F.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure0, F.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore____closure, F.ExpenseCategoryListItem_build_closure1, F.ExpenseCategoryListItem_build_closure0, F.ExpenseCategoryListItem_build_closure, A.ExpenseCategoryListBuilder_build_closure, A.ExpenseCategoryListBuilder_build__closure, A.ExpenseCategoryListVM_fromStore__handleRefresh, A.ExpenseCategoryListVM_fromStore_closure, A.ExpenseCategoryListVM_fromStore_closure0, A.ExpenseCategoryListVM_fromStore_closure1, Y.ExpenseCategoryScreen_build_closure9, Y.ExpenseCategoryScreen_build_closure8, Y.ExpenseCategoryScreen_build_closure7, Y.ExpenseCategoryScreen_build_closure4, Y.ExpenseCategoryScreen_build_closure5, Y.ExpenseCategoryScreen_build_closure, Y.ExpenseCategoryScreen_build_closure0, Y.ExpenseCategoryScreen_build_closure1, Y.ExpenseCategoryScreen_build_closure2, Y.ExpenseCategoryScreen_build_closure3, Y.ExpenseCategoryScreen_build_closure6, O.ExpenseCategoryScreenBuilder_build_closure, D._ExpenseCategoryViewState_build_closure, L.ExpenseCategoryViewScreen_build_closure0, L.ExpenseCategoryViewScreen_build_closure, L.ExpenseCategoryViewVM_ExpenseCategoryViewVM$fromStore_closure, Q._GroupEditState_didChangeDependencies_closure, Q._GroupEditState_didChangeDependencies_closure0, Q._GroupEditState_dispose_closure, Q._GroupEditState__onChanged_closure, Q._GroupEditState__onChanged_closure0, Q._GroupEditState_build_closure0, Q._GroupEditState_build_closure1, Q._GroupEditState_build__closure, Q._GroupEditState_build_closure, Q._GroupEditState_build__closure0, A.GroupEditScreen_build_closure0, A.GroupEditScreen_build_closure, A.GroupEditVM_GroupEditVM$fromStore_closure, A.GroupEditVM_GroupEditVM$fromStore_closure1, A.GroupEditVM_GroupEditVM$fromStore_closure0, A.GroupEditVM_GroupEditVM$fromStore__closure, A.GroupEditVM_GroupEditVM$fromStore___closure, A.GroupEditVM_GroupEditVM$fromStore___closure0, A.GroupEditVM_GroupEditVM$fromStore____closure, T.GroupListItem_build_closure1, T.GroupListItem_build_closure0, T.GroupListItem_build_closure, Y.GroupListBuilder_build_closure, Y.GroupListBuilder_build__closure, Y.GroupListVM_fromStore__handleRefresh, Y.GroupListVM_fromStore_closure, Y.GroupListVM_fromStore_closure0, Y.GroupListVM_fromStore_closure1, K.GroupSettingsScreen_build_closure5, K.GroupSettingsScreen_build_closure3, K.GroupSettingsScreen_build_closure4, K.GroupSettingsScreen_build_closure0, K.GroupSettingsScreen_build_closure1, K.GroupSettingsScreen_build_closure, K.GroupSettingsScreen_build_closure2, S.GroupScreenBuilder_build_closure, E._GroupViewState_build_closure2, E._GroupViewState_build_closure, E._GroupViewState_build_closure0, E._GroupViewState_build_closure1, A.GroupViewScreen_build_closure0, A.GroupViewScreen_build_closure, A.GroupViewVM_GroupViewVM$fromStore_closure, A.GroupViewVM_GroupViewVM$fromStore_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, F._InvoiceEditState_build_closure1, F._InvoiceEditState_build_closure2, F._InvoiceEditState_build_closure0, F._InvoiceEditState_build_closure, F._InvoiceEditState_build__closure, F._InvoiceEditState_build___closure, F._InvoiceEditState_build___closure1, F._InvoiceEditState_build___closure0, L.InvoiceEditContacts_build_closure, L.InvoiceEditContacts_build_closure0, L.InvoiceEditContacts_build__closure, L._ContactListTile_build_closure, X.InvoiceEditContactsScreen_build_closure0, X.InvoiceEditContactsScreen_build_closure, X.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure, X.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure0, S.InvoiceEditDesktopState_didChangeDependencies_closure, S.InvoiceEditDesktopState_didChangeDependencies_closure0, S.InvoiceEditDesktopState_dispose_closure, S.InvoiceEditDesktopState__onChanged_closure, S.InvoiceEditDesktopState__onChanged_closure0, S.InvoiceEditDesktopState_build_closure, S.InvoiceEditDesktopState_build_closure0, S.InvoiceEditDesktopState_build_closure2, S.InvoiceEditDesktopState_build_closure1, S.InvoiceEditDesktopState_build_closure3, S.InvoiceEditDesktopState_build_closure8, S.InvoiceEditDesktopState_build__closure12, S.InvoiceEditDesktopState_build_closure4, S.InvoiceEditDesktopState_build_closure5, S.InvoiceEditDesktopState_build__closure13, S.InvoiceEditDesktopState_build_closure9, S.InvoiceEditDesktopState_build__closure11, S.InvoiceEditDesktopState_build_closure6, S.InvoiceEditDesktopState_build_closure10, S.InvoiceEditDesktopState_build__closure10, S.InvoiceEditDesktopState_build_closure7, S.InvoiceEditDesktopState_build_closure12, S.InvoiceEditDesktopState_build_closure11, S.InvoiceEditDesktopState_build__closure9, S.InvoiceEditDesktopState_build_closure13, S.InvoiceEditDesktopState_build__closure8, S.InvoiceEditDesktopState_build_closure14, S.InvoiceEditDesktopState_build_closure15, S.InvoiceEditDesktopState_build__closure7, S.InvoiceEditDesktopState_build_closure16, S.InvoiceEditDesktopState_build_closure17, S.InvoiceEditDesktopState_build__closure6, S.InvoiceEditDesktopState_build_closure18, S.InvoiceEditDesktopState_build__closure5, S.InvoiceEditDesktopState_build_closure19, S.InvoiceEditDesktopState_build_closure20, S.InvoiceEditDesktopState_build_closure21, S.InvoiceEditDesktopState_build__closure4, S.InvoiceEditDesktopState_build_closure22, S.InvoiceEditDesktopState_build__closure3, S.InvoiceEditDesktopState_build_closure23, S.InvoiceEditDesktopState_build__closure2, S.InvoiceEditDesktopState_build_closure24, S.InvoiceEditDesktopState_build__closure1, S.InvoiceEditDesktopState_build_closure25, S.InvoiceEditDesktopState_build__closure0, S.InvoiceEditDesktopState_build_closure26, S.InvoiceEditDesktopState_build__closure, S.InvoiceEditDesktopState_build_closure27, S.InvoiceEditDesktopState_build_closure28, S.InvoiceEditDesktopState_build_closure29, S.__PdfPreviewState_loadPdf_closure, S.__PdfPreviewState__loadPdf_closure, S.__PdfPreviewState__loadPdf_closure0, S.__PdfPreviewState__loadPdf__closure0, S.__PdfPreviewState__loadPdf_closure1, S.__PdfPreviewState__loadPdf__closure, S.__PdfPreviewState_build_closure, S.__PdfPreviewState_build_closure0, S.__PdfPreviewState_build_closure1, S.__PdfPreviewState_build__closure0, S.__PdfPreviewState_build_closure2, S.__PdfPreviewState_build__closure, N.InvoiceEditDetailsState_didChangeDependencies_closure, N.InvoiceEditDetailsState_didChangeDependencies_closure0, N.InvoiceEditDetailsState_dispose_closure, N.InvoiceEditDetailsState__onChanged_closure, N.InvoiceEditDetailsState__onChanged_closure0, N.InvoiceEditDetailsState_build_closure0, N.InvoiceEditDetailsState_build_closure, N.InvoiceEditDetailsState_build_closure1, N.InvoiceEditDetailsState_build_closure2, N.InvoiceEditDetailsState_build__closure12, N.InvoiceEditDetailsState_build_closure7, N.InvoiceEditDetailsState_build__closure10, N.InvoiceEditDetailsState_build_closure3, N.InvoiceEditDetailsState_build_closure4, N.InvoiceEditDetailsState_build__closure11, N.InvoiceEditDetailsState_build_closure8, N.InvoiceEditDetailsState_build__closure9, N.InvoiceEditDetailsState_build_closure5, N.InvoiceEditDetailsState_build_closure9, N.InvoiceEditDetailsState_build__closure8, N.InvoiceEditDetailsState_build_closure6, N.InvoiceEditDetailsState_build_closure11, N.InvoiceEditDetailsState_build_closure10, N.InvoiceEditDetailsState_build__closure7, N.InvoiceEditDetailsState_build_closure12, N.InvoiceEditDetailsState_build__closure6, N.InvoiceEditDetailsState_build_closure13, N.InvoiceEditDetailsState_build_closure14, N.InvoiceEditDetailsState_build__closure5, N.InvoiceEditDetailsState_build_closure15, N.InvoiceEditDetailsState_build__closure4, N.InvoiceEditDetailsState_build_closure16, N.InvoiceEditDetailsState_build__closure3, N.InvoiceEditDetailsState_build_closure17, N.InvoiceEditDetailsState_build_closure18, N.InvoiceEditDetailsState_build_closure19, N.InvoiceEditDetailsState_build_closure20, N.InvoiceEditDetailsState_build_closure21, N.InvoiceEditDetailsState_build__closure2, N.InvoiceEditDetailsState_build_closure22, N.InvoiceEditDetailsState_build__closure1, N.InvoiceEditDetailsState_build_closure23, N.InvoiceEditDetailsState_build__closure0, N.InvoiceEditDetailsState_build_closure24, N.InvoiceEditDetailsState_build__closure, L.InvoiceEditDetailsScreen_build_closure0, L.InvoiceEditDetailsScreen_build_closure, L.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure, L.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure0, L.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure1, L.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure, L.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure0, K.InvoiceEditFooter_build_closure, G._InvoiceEditItemsState__showInvoiceItemEditor_closure, G._InvoiceEditItemsState_build_closure, G._InvoiceEditItemsState_build_closure0, G.ItemEditDetailsState_didChangeDependencies_closure, G.ItemEditDetailsState_dispose_closure, G.ItemEditDetailsState__onTextChanged_closure, G.ItemEditDetailsState__onChanged_closure, G.ItemEditDetailsState_build_closure, G.ItemEditDetailsState_build__closure2, G.ItemEditDetailsState_build_closure0, G.ItemEditDetailsState_build_closure1, G.ItemEditDetailsState_build__closure1, G.ItemEditDetailsState_build_closure2, G.ItemEditDetailsState_build__closure0, G.ItemEditDetailsState_build_closure3, G.ItemEditDetailsState_build__closure, E._InvoiceEditItemsDesktopState__updateTable_closure, E._InvoiceEditItemsDesktopState__onChanged_closure, E._InvoiceEditItemsDesktopState__onFocusChange_closure, E._InvoiceEditItemsDesktopState_build_closure, E._InvoiceEditItemsDesktopState_build_closure0, E._InvoiceEditItemsDesktopState_build_closure1, E._InvoiceEditItemsDesktopState_build_closure2, E._InvoiceEditItemsDesktopState_build_closure3, E._InvoiceEditItemsDesktopState_build_closure4, E._InvoiceEditItemsDesktopState_build__closure15, E._InvoiceEditItemsDesktopState_build_closure5, E._InvoiceEditItemsDesktopState_build_closure6, E._InvoiceEditItemsDesktopState_build_closure7, E._InvoiceEditItemsDesktopState_build_closure8, E._InvoiceEditItemsDesktopState_build_closure9, E._InvoiceEditItemsDesktopState_build__closure14, E._InvoiceEditItemsDesktopState_build_closure15, E._InvoiceEditItemsDesktopState_build_closure11, E._InvoiceEditItemsDesktopState_build_closure13, E._InvoiceEditItemsDesktopState_build__closure12, E._InvoiceEditItemsDesktopState_build_closure10, E._InvoiceEditItemsDesktopState_build__closure13, E._InvoiceEditItemsDesktopState_build___closure, E._InvoiceEditItemsDesktopState_build_closure12, E._InvoiceEditItemsDesktopState_build_closure14, E._InvoiceEditItemsDesktopState_build__closure11, E._InvoiceEditItemsDesktopState_build_closure17, E._InvoiceEditItemsDesktopState_build_closure16, E._InvoiceEditItemsDesktopState_build__closure10, E._InvoiceEditItemsDesktopState_build_closure19, E._InvoiceEditItemsDesktopState_build_closure18, E._InvoiceEditItemsDesktopState_build__closure9, E._InvoiceEditItemsDesktopState_build_closure21, E._InvoiceEditItemsDesktopState_build_closure20, E._InvoiceEditItemsDesktopState_build__closure8, E._InvoiceEditItemsDesktopState_build_closure23, E._InvoiceEditItemsDesktopState_build_closure22, E._InvoiceEditItemsDesktopState_build__closure7, E._InvoiceEditItemsDesktopState_build_closure25, E._InvoiceEditItemsDesktopState_build_closure24, E._InvoiceEditItemsDesktopState_build__closure6, E._InvoiceEditItemsDesktopState_build_closure27, E._InvoiceEditItemsDesktopState_build_closure26, E._InvoiceEditItemsDesktopState_build__closure5, E._InvoiceEditItemsDesktopState_build_closure29, E._InvoiceEditItemsDesktopState_build_closure28, E._InvoiceEditItemsDesktopState_build__closure4, E._InvoiceEditItemsDesktopState_build_closure31, E._InvoiceEditItemsDesktopState_build_closure30, E._InvoiceEditItemsDesktopState_build__closure3, E._InvoiceEditItemsDesktopState_build_closure33, E._InvoiceEditItemsDesktopState_build_closure32, E._InvoiceEditItemsDesktopState_build__closure2, E._InvoiceEditItemsDesktopState_build_closure35, E._InvoiceEditItemsDesktopState_build_closure34, E._InvoiceEditItemsDesktopState_build__closure1, E._InvoiceEditItemsDesktopState_build_closure37, E._InvoiceEditItemsDesktopState_build_closure36, E._InvoiceEditItemsDesktopState_build__closure0, E._InvoiceEditItemsDesktopState_build_closure38, E._InvoiceEditItemsDesktopState_build__closure, E._InvoiceEditItemsDesktopState_build_closure39, O.InvoiceEditItemsScreen_build_closure0, O.InvoiceEditItemsScreen_build_closure, O.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure, O.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure0, O.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure1, O.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure, O.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure2, Z.InvoiceEditNotesState_didChangeDependencies_closure, Z.InvoiceEditNotesState_didChangeDependencies_closure0, Z.InvoiceEditNotesState_dispose_closure, Z.InvoiceEditNotesState__onChanged_closure, Z.InvoiceEditNotesState__onChanged_closure0, E.InvoiceEditNotesScreen_build_closure0, E.InvoiceEditNotesScreen_build_closure, E.InvoiceEditNotesVM_InvoiceEditNotesVM$fromStore_closure, A.InvoiceEditPDFState_didChangeDependencies_closure, A.InvoiceEditPDFState_didChangeDependencies_closure0, A.InvoiceEditPDFState_didChangeDependencies__closure0, A.InvoiceEditPDFState_didChangeDependencies_closure1, A.InvoiceEditPDFState_didChangeDependencies__closure, B.InvoiceEditPDFScreen_build_closure0, B.InvoiceEditPDFScreen_build_closure, M.InvoiceEditScreen_build_closure0, M.InvoiceEditScreen_build_closure, M.InvoiceEditVM_InvoiceEditVM$fromStore_closure, M.InvoiceEditVM_InvoiceEditVM$fromStore__closure0, M.InvoiceEditVM_InvoiceEditVM$fromStore___closure0, M.InvoiceEditVM_InvoiceEditVM$fromStore___closure1, M.InvoiceEditVM_InvoiceEditVM$fromStore___closure2, M.InvoiceEditVM_InvoiceEditVM$fromStore___closure3, M.InvoiceEditVM_InvoiceEditVM$fromStore___closure4, M.InvoiceEditVM_InvoiceEditVM$fromStore____closure, M.InvoiceEditVM_InvoiceEditVM$fromStore_closure0, M.InvoiceEditVM_InvoiceEditVM$fromStore__closure, M.InvoiceEditVM_InvoiceEditVM$fromStore___closure, M.InvoiceEditVM_InvoiceEditVM$fromStore_closure1, D._InvoiceItemSelectorState__onItemsSelected_closure, D._InvoiceItemSelectorState__toggleEntity_closure, D._InvoiceItemSelectorState__updateClientId_closure, D._InvoiceItemSelectorState__updateClientId_closure0, D._InvoiceItemSelectorState_build_closure, D._InvoiceItemSelectorState_build_closure0, D._InvoiceItemSelectorState_build_closure1, D._InvoiceItemSelectorState_build__productList, D._InvoiceItemSelectorState_build__productList_closure, D._InvoiceItemSelectorState_build__productList__closure, D._InvoiceItemSelectorState_build__productList__closure0, D._InvoiceItemSelectorState_build__taskList, D._InvoiceItemSelectorState_build__taskList_closure, D._InvoiceItemSelectorState_build__taskList__closure, D._InvoiceItemSelectorState_build__taskList__closure0, D._InvoiceItemSelectorState_build__expenseList, D._InvoiceItemSelectorState_build__expenseList_closure, D._InvoiceItemSelectorState_build__expenseList__closure, D._InvoiceItemSelectorState_build__expenseList__closure0, D._InvoiceItemSelectorState_build_closure2, D._InvoiceItemSelectorState_build__closure0, D._InvoiceItemSelectorState_build_closure3, D._InvoiceItemSelectorState_build__closure, D._InvoiceItemSelectorState_build_closure4, D._InvoiceItemSelectorState_build_closure5, M.InvoiceEmailScreen_build_closure1, M.InvoiceEmailScreen_build_closure0, M.InvoiceEmailScreen_build_closure, M.EmailInvoiceVM_EmailInvoiceVM$fromStore_closure, M.EmailInvoiceVM_EmailInvoiceVM$fromStore_closure0, M.EmailInvoiceVM_EmailInvoiceVM$fromStore__closure, M.InvoiceListItem_build_closure, M.InvoiceListItem_build__closure2, M.InvoiceListItem_build__closure1, M.InvoiceListItem_build__closure, M.InvoiceListItem_build__closure0, M.InvoiceListItem_build__closure5, M.InvoiceListItem_build__closure4, M.InvoiceListItem_build__closure3, T.InvoiceListBuilder_build_closure, T.InvoiceListBuilder_build__closure, T.InvoiceListVM_fromStore__handleRefresh, T.InvoiceListVM_fromStore_closure, T.InvoiceListVM_fromStore_closure0, T.InvoiceListVM_fromStore_closure1, E._InvoicePdfViewState_loadPdf_closure, E._InvoicePdfViewState_loadPdf_closure0, E._InvoicePdfViewState_loadPdf__closure, E._InvoicePdfViewState_loadPdf_closure1, E._InvoicePdfViewState_build_closure, E._InvoicePdfViewState_build_closure0, E._InvoicePdfViewState_build_closure1, E._InvoicePdfViewState_build__closure, E._InvoicePdfViewState_build_closure2, E._InvoicePdfViewState_build_closure3, E._InvoicePdfViewState_build_closure4, O.InvoicePdfScreen_build_closure0, O.InvoicePdfScreen_build_closure, Y.InvoiceScreen_build_closure17, Y.InvoiceScreen_build_closure15, Y.InvoiceScreen_build_closure16, Y.InvoiceScreen_build_closure4, Y.InvoiceScreen_build_closure5, Y.InvoiceScreen_build_closure6, Y.InvoiceScreen_build_closure0, Y.InvoiceScreen_build_closure1, Y.InvoiceScreen_build_closure2, Y.InvoiceScreen_build_closure3, Y.InvoiceScreen_build_closure7, Y.InvoiceScreen_build_closure8, Y.InvoiceScreen_build_closure9, Y.InvoiceScreen_build_closure10, Y.InvoiceScreen_build_closure11, Y.InvoiceScreen_build_closure12, Y.InvoiceScreen_build_closure13, Y.InvoiceScreen_build_closure, Y.InvoiceScreen_build_closure14, E.InvoiceScreenBuilder_build_closure, E._InvoiceViewState_build_closure, E._InvoiceViewState_build__closure5, E._InvoiceViewState_build__closure, E._InvoiceViewState_build__closure0, E._InvoiceViewState_build__closure1, E._InvoiceViewState_build__closure2, E._InvoiceViewState_build__closure3, E._InvoiceViewState_build__closure4, A._InvoiceViewActivityState_build_closure0, A._InvoiceViewActivityState_build_closure, B.InvoiceViewContacts_build_closure, B._InvitationListTile_build_closure, B._InvitationListTile_build_closure0, B._InvitationListTile_build_closure1, B._InvitationListTile_build_closure2, X.InvoiceViewDocuments_build_closure, X.InvoiceViewDocuments_build_closure0, X.InvoiceViewDocuments_build_closure1, S._InvoiceViewHistoryState_build_closure, S._InvoiceViewHistoryState_build_closure0, S._InvoiceViewHistoryState_build_closure1, S._InvoiceViewHistoryState_build__closure, S._InvoiceViewHistoryState_build_closure2, 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.InvoiceOverview_build___closure, A.InvoiceOverview_build_surchargeRow, A.InvoiceOverview_build_closure3, N._InvoiceViewScheduleState_build_closure, F.InvoiceViewScreen_build_closure0, F.InvoiceViewScreen_build_closure, F.InvoiceViewVM_InvoiceViewVM$fromStore__handleRefresh, F.InvoiceViewVM_InvoiceViewVM$fromStore_closure, F.InvoiceViewVM_InvoiceViewVM$fromStore_closure0, F.InvoiceViewVM_InvoiceViewVM$fromStore_closure1, F.InvoiceViewVM_InvoiceViewVM$fromStore__closure0, F.InvoiceViewVM_InvoiceViewVM$fromStore__closure1, F.InvoiceViewVM_InvoiceViewVM$fromStore___closure, F.InvoiceViewVM_InvoiceViewVM$fromStore_closure2, F.InvoiceViewVM_InvoiceViewVM$fromStore__closure, F.InvoiceViewVM_InvoiceViewVM$fromStore_closure3, F.InvoiceViewVM_InvoiceViewVM$fromStore_closure4, M._PaymentEditState_didChangeDependencies_closure, M._PaymentEditState_didChangeDependencies_closure0, M._PaymentEditState_dispose_closure, M._PaymentEditState__onChanged_closure, M._PaymentEditState__onChanged_closure0, M._PaymentEditState_convertCurrency_closure, M._PaymentEditState_build_closure, M._PaymentEditState_build_closure0, M._PaymentEditState_build_closure1, M._PaymentEditState_build_closure2, M._PaymentEditState_build_closure4, M._PaymentEditState_build_closure3, M._PaymentEditState_build__closure5, M._PaymentEditState_build_closure5, M._PaymentEditState_build_closure7, M._PaymentEditState_build_closure6, M._PaymentEditState_build__closure4, M._PaymentEditState_build_closure8, M._PaymentEditState_build__closure3, M._PaymentEditState_build_closure9, M._PaymentEditState_build__closure2, M._PaymentEditState_build_closure10, M._PaymentEditState_build__closure0, M._PaymentEditState_build__closure1, M._PaymentEditState_build_closure11, M._PaymentEditState_build_closure13, M._PaymentEditState_build__closure, M._PaymentEditState_build_closure12, M._PaymentEditState_build_onSavePressed, M._PaymentEditState_build_onSavePressed_closure, M._PaymentEditState_build_closure14, M._PaymentEditState_build_closure15, M._PaymentEditState_build_closure16, M._PaymentableEditorState_didChangeDependencies_closure, M._PaymentableEditorState_didChangeDependencies_closure0, M._PaymentableEditorState_dispose_closure0, M._PaymentableEditorState__onChanged_closure, M._PaymentableEditorState__onChanged_closure0, M._PaymentableEditorState__onChanged_closure1, M._PaymentableEditorState__onChanged_closure2, M._PaymentableEditorState__onChanged_closure3, M._PaymentableEditorState__onChanged_closure4, M._PaymentableEditorState__onChanged_closure5, M._PaymentableEditorState_build_closure, M._PaymentableEditorState_build_closure0, M._PaymentableEditorState_build_closure2, M._PaymentableEditorState_build_closure1, M._PaymentableEditorState_build_closure3, M._PaymentableEditorState_build_closure4, M._PaymentableEditorState_build__closure, M._PaymentableEditorState_build__closure0, B.PaymentEditScreen_build_closure0, B.PaymentEditScreen_build_closure, B.PaymentEditVM_PaymentEditVM$fromStore_closure, B.PaymentEditVM_PaymentEditVM$fromStore_closure1, B.PaymentEditVM_PaymentEditVM$fromStore_closure0, B.PaymentEditVM_PaymentEditVM$fromStore__closure, B.PaymentEditVM_PaymentEditVM$fromStore___closure, B.PaymentEditVM_PaymentEditVM$fromStore___closure0, B.PaymentEditVM_PaymentEditVM$fromStore___closure1, B.PaymentEditVM_PaymentEditVM$fromStore___closure2, B.PaymentEditVM_PaymentEditVM$fromStore___closure3, B.PaymentEditVM_PaymentEditVM$fromStore____closure, O.PaymentListItem_build_closure, O.PaymentListItem_build__closure2, O.PaymentListItem_build__closure1, O.PaymentListItem_build__closure, O.PaymentListItem_build__closure0, O.PaymentListItem_build__closure5, O.PaymentListItem_build__closure4, O.PaymentListItem_build__closure3, R.PaymentListBuilder_build_closure, R.PaymentListBuilder_build__closure, R.PaymentListVM_fromStore__handleRefresh, R.PaymentListVM_fromStore_closure, R.PaymentListVM_fromStore_closure0, R.PaymentListVM_fromStore_closure1, Q.PaymentPresenter_getField_closure, K.PaymentScreen_build_closure9, K.PaymentScreen_build_closure7, K.PaymentScreen_build_closure8, K.PaymentScreen_build_closure4, K.PaymentScreen_build_closure0, K.PaymentScreen_build_closure1, K.PaymentScreen_build_closure2, K.PaymentScreen_build_closure3, K.PaymentScreen_build_closure5, K.PaymentScreen_build_closure, K.PaymentScreen_build_closure6, G.PaymentScreenBuilder_build_closure, Y._PaymentRefundState_didChangeDependencies_closure, Y._PaymentRefundState_didChangeDependencies_closure0, Y._PaymentRefundState_dispose_closure, Y._PaymentRefundState__onChanged_closure, Y._PaymentRefundState__onChanged__closure, Y._PaymentRefundState_build_closure, Y._PaymentRefundState_build_closure1, Y._PaymentRefundState_build_closure0, Y._PaymentRefundState_build__closure1, Y._PaymentRefundState_build_closure2, Y._PaymentRefundState_build__closure0, Y._PaymentRefundState_build_closure3, Y._PaymentRefundState_build__closure, Y._PaymentRefundState_build_onSavePressed, Y._PaymentRefundState_build_onSavePressed_closure, Y._PaymentRefundState_build_onSavePressed_closure0, Y._PaymentRefundState_build_closure4, Y._PaymentRefundState_build_closure5, Y._PaymentRefundState_build_closure6, Y._PaymentRefundState_build_closure7, Y._PaymentableEditorState_didChangeDependencies_closure1, Y._PaymentableEditorState_didChangeDependencies_closure2, Y._PaymentableEditorState_dispose_closure, Y._PaymentableEditorState__onChanged_closure6, Y._PaymentableEditorState__onChanged_closure7, Y._PaymentableEditorState__onChanged_closure8, Y._PaymentableEditorState__onChanged_closure9, Y._PaymentableEditorState_build_closure5, Y._PaymentableEditorState_build_closure7, Y._PaymentableEditorState_build_closure6, Y._PaymentableEditorState_build__closure2, Y._PaymentableEditorState_build_closure8, Y._PaymentableEditorState_build_closure9, Y._PaymentableEditorState_build__closure1, Y.PaymentRefundScreen_build_closure0, Y.PaymentRefundScreen_build_closure, Y.PaymentRefundVM_PaymentRefundVM$fromStore_closure, Y.PaymentRefundVM_PaymentRefundVM$fromStore_closure1, Y.PaymentRefundVM_PaymentRefundVM$fromStore_closure0, Y.PaymentRefundVM_PaymentRefundVM$fromStore__closure, Y.PaymentRefundVM_PaymentRefundVM$fromStore__closure0, Y.PaymentRefundVM_PaymentRefundVM$fromStore___closure, L._PaymentViewState_build_closure, L._PaymentViewState_build__closure2, L._PaymentViewState_build__closure, L._PaymentViewState_build__closure0, L._PaymentViewState_build__closure1, F.PaymentViewScreen_build_closure0, F.PaymentViewScreen_build_closure, F.PaymentViewVM_PaymentViewVM$fromStore__handleRefresh, F.PaymentViewVM_PaymentViewVM$fromStore_closure, U._PaymentTermEditState_didChangeDependencies_closure, U._PaymentTermEditState_didChangeDependencies_closure0, U._PaymentTermEditState_dispose_closure, U._PaymentTermEditState__onChanged_closure, U._PaymentTermEditState__onChanged_closure0, U._PaymentTermEditState_build_closure0, U._PaymentTermEditState_build_closure1, U._PaymentTermEditState_build_closure, U._PaymentTermEditState_build__closure, Y.PaymentTermEditScreen_build_closure0, Y.PaymentTermEditScreen_build_closure, Y.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure, Y.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure1, Y.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure0, Y.PaymentTermEditVM_PaymentTermEditVM$fromStore__closure, Y.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure, Y.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure0, Y.PaymentTermEditVM_PaymentTermEditVM$fromStore____closure, K.PaymentTermListItem_build_closure1, K.PaymentTermListItem_build_closure0, K.PaymentTermListItem_build_closure, U.PaymentTermListBuilder_build_closure, U.PaymentTermListBuilder_build__closure, U.PaymentTermListVM_fromStore__handleRefresh, U.PaymentTermListVM_fromStore_closure, U.PaymentTermListVM_fromStore_closure0, U.PaymentTermListVM_fromStore_closure1, F.PaymentTermScreen_build_closure9, F.PaymentTermScreen_build_closure7, F.PaymentTermScreen_build_closure8, F.PaymentTermScreen_build_closure4, F.PaymentTermScreen_build_closure5, F.PaymentTermScreen_build_closure, F.PaymentTermScreen_build_closure0, F.PaymentTermScreen_build_closure1, F.PaymentTermScreen_build_closure2, F.PaymentTermScreen_build_closure3, F.PaymentTermScreen_build_closure6, Z.PaymentTermScreenBuilder_build_closure, K._PaymentTermViewState_build_closure, U.PaymentTermViewScreen_build_closure0, U.PaymentTermViewScreen_build_closure, U.PaymentTermViewVM_PaymentTermViewVM$fromStore_closure, F._ProductEditState_didChangeDependencies_closure, F._ProductEditState_didChangeDependencies_closure0, F._ProductEditState_dispose_closure, F._ProductEditState__onChanged_closure, F._ProductEditState__onChanged_closure0, F._ProductEditState_build_closure3, F._ProductEditState_build_closure4, F._ProductEditState_build__closure, F._ProductEditState_build_closure, F._ProductEditState_build_closure0, F._ProductEditState_build__closure2, F._ProductEditState_build_closure1, F._ProductEditState_build__closure1, F._ProductEditState_build_closure2, F._ProductEditState_build__closure0, S.ProductEditScreen_build_closure0, S.ProductEditScreen_build_closure, S.ProductEditVM_ProductEditVM$fromStore_closure, S.ProductEditVM_ProductEditVM$fromStore_closure1, S.ProductEditVM_ProductEditVM$fromStore_closure0, S.ProductEditVM_ProductEditVM$fromStore__closure, S.ProductEditVM_ProductEditVM$fromStore___closure, S.ProductEditVM_ProductEditVM$fromStore___closure0, S.ProductEditVM_ProductEditVM$fromStore____closure, T.ProductListItem_build_closure, T.ProductListItem_build__closure2, T.ProductListItem_build__closure1, T.ProductListItem_build__closure, T.ProductListItem_build__closure0, T.ProductListItem_build__closure5, T.ProductListItem_build__closure4, T.ProductListItem_build__closure3, Q.ProductListBuilder_build_closure, Q.ProductListBuilder_build__closure, Q.ProductListVM_fromStore__handleRefresh, Q.ProductListVM_fromStore_closure, Q.ProductListVM_fromStore_closure0, Q.ProductListVM_fromStore_closure1, K.ProductScreen_build_closure9, K.ProductScreen_build_closure7, K.ProductScreen_build_closure8, K.ProductScreen_build_closure4, K.ProductScreen_build_closure0, K.ProductScreen_build_closure1, K.ProductScreen_build_closure2, K.ProductScreen_build_closure3, K.ProductScreen_build_closure5, K.ProductScreen_build_closure, K.ProductScreen_build_closure6, E.ProductScreenBuilder_build_closure, Z._ProductViewState_build_closure, Z._ProductViewState_build__closure, Z._ProductViewState_build__closure0, F.ProductViewDocuments_build_closure, F.ProductViewDocuments_build_closure0, F.ProductViewScreen_build_closure0, F.ProductViewScreen_build_closure, F.ProductViewVM_ProductViewVM$fromStore__handleRefresh, F.ProductViewVM_ProductViewVM$fromStore_closure, F.ProductViewVM_ProductViewVM$fromStore_closure0, F.ProductViewVM_ProductViewVM$fromStore__closure0, F.ProductViewVM_ProductViewVM$fromStore__closure1, F.ProductViewVM_ProductViewVM$fromStore___closure, F.ProductViewVM_ProductViewVM$fromStore_closure1, F.ProductViewVM_ProductViewVM$fromStore__closure, K._ProjectEditState_didChangeDependencies_closure, K._ProjectEditState_didChangeDependencies_closure0, K._ProjectEditState_dispose_closure, K._ProjectEditState__onChanged_closure, K._ProjectEditState__onChanged_closure0, K._ProjectEditState_build_closure0, K._ProjectEditState_build_closure1, K._ProjectEditState_build__closure, K._ProjectEditState_build_closure, K._ProjectEditState_build__closure0, K._ProjectEditState_build__closure3, K._ProjectEditState_build__closure2, K._ProjectEditState_build___closure1, K._ProjectEditState_build__closure1, K._ProjectEditState_build__closure5, K._ProjectEditState_build___closure, K._ProjectEditState_build__closure4, K._ProjectEditState_build___closure0, G.ProjectEditScreen_build_closure0, G.ProjectEditScreen_build_closure, G.ProjectEditVM_ProjectEditVM$fromStore_closure, G.ProjectEditVM_ProjectEditVM$fromStore_closure1, G.ProjectEditVM_ProjectEditVM$fromStore_closure2, G.ProjectEditVM_ProjectEditVM$fromStore__closure, G.ProjectEditVM_ProjectEditVM$fromStore__closure0, G.ProjectEditVM_ProjectEditVM$fromStore_closure0, G.ProjectEditVM_ProjectEditVM$fromStore__closure1, G.ProjectEditVM_ProjectEditVM$fromStore___closure, G.ProjectEditVM_ProjectEditVM$fromStore___closure0, G.ProjectEditVM_ProjectEditVM$fromStore____closure, E.ProjectListItem_build_closure, E.ProjectListItem_build__closure2, E.ProjectListItem_build__closure1, E.ProjectListItem_build__closure, E.ProjectListItem_build__closure0, E.ProjectListItem_build__closure5, E.ProjectListItem_build__closure4, E.ProjectListItem_build__closure3, X.ProjectListBuilder_build_closure, X.ProjectListBuilder_build__closure, X.ProjectListVM_fromStore__handleRefresh, X.ProjectListVM_fromStore_closure, X.ProjectListVM_fromStore_closure0, X.ProjectListVM_fromStore_closure1, Z.ProjectScreen_build_closure9, Z.ProjectScreen_build_closure7, Z.ProjectScreen_build_closure8, Z.ProjectScreen_build_closure4, Z.ProjectScreen_build_closure0, Z.ProjectScreen_build_closure1, Z.ProjectScreen_build_closure2, Z.ProjectScreen_build_closure3, Z.ProjectScreen_build_closure5, Z.ProjectScreen_build_closure, Z.ProjectScreen_build_closure6, S.ProjectScreenBuilder_build_closure, M._ProjectViewState_build_closure0, M._ProjectViewState_build__closure, M._ProjectViewState_build__closure0, M._ProjectViewState_build_closure, D.ProjectViewDocuments_build_closure, D.ProjectViewDocuments_build_closure0, Y._ProjectOverviewState_initState_closure, Y._ProjectOverviewState_initState__closure, Y._ProjectOverviewState_build__buildView, Y._ProjectOverviewState_build_closure, D.ProjectViewScreen_build_closure0, D.ProjectViewScreen_build_closure, D.ProjectViewVM_ProjectViewVM$fromStore__handleRefresh, D.ProjectViewVM_ProjectViewVM$fromStore_closure0, D.ProjectViewVM_ProjectViewVM$fromStore_closure, D.ProjectViewVM_ProjectViewVM$fromStore__closure2, D.ProjectViewVM_ProjectViewVM$fromStore_closure1, D.ProjectViewVM_ProjectViewVM$fromStore__closure0, D.ProjectViewVM_ProjectViewVM$fromStore__closure1, D.ProjectViewVM_ProjectViewVM$fromStore___closure, D.ProjectViewVM_ProjectViewVM$fromStore_closure2, D.ProjectViewVM_ProjectViewVM$fromStore__closure, E.QuoteEditDetailsScreen_build_closure0, E.QuoteEditDetailsScreen_build_closure, E.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure, E.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure0, E.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure1, E.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure, E.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure0, T.QuoteEditItemsScreen_build_closure0, T.QuoteEditItemsScreen_build_closure, T.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure, T.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0, T.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure1, T.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure2, V.QuoteEditNotesScreen_build_closure0, V.QuoteEditNotesScreen_build_closure, V.QuoteEditNotesVM_QuoteEditNotesVM$fromStore_closure, D.QuoteEditPDFScreen_build_closure0, D.QuoteEditPDFScreen_build_closure, B.QuoteEditScreen_build_closure0, B.QuoteEditScreen_build_closure, B.QuoteEditVM_QuoteEditVM$fromStore_closure, B.QuoteEditVM_QuoteEditVM$fromStore__closure, B.QuoteEditVM_QuoteEditVM$fromStore___closure, B.QuoteEditVM_QuoteEditVM$fromStore___closure0, B.QuoteEditVM_QuoteEditVM$fromStore___closure1, B.QuoteEditVM_QuoteEditVM$fromStore____closure, B.QuoteEditVM_QuoteEditVM$fromStore_closure0, B.QuoteEditVM_QuoteEditVM$fromStore_closure1, B._QuoteEditState_build_closure1, B._QuoteEditState_build_closure2, B._QuoteEditState_build_closure0, B._QuoteEditState_build_closure, B._QuoteEditState_build__closure, B._QuoteEditState_build___closure, B._QuoteEditState_build___closure1, B._QuoteEditState_build___closure0, B.QuoteEmailScreen_build_closure1, B.QuoteEmailScreen_build_closure0, B.QuoteEmailScreen_build_closure, B.EmailQuoteVM_EmailQuoteVM$fromStore_closure, B.EmailQuoteVM_EmailQuoteVM$fromStore_closure0, B.EmailQuoteVM_EmailQuoteVM$fromStore__closure, N.QuoteListItem_build_closure, N.QuoteListItem_build__closure2, N.QuoteListItem_build__closure1, N.QuoteListItem_build__closure, N.QuoteListItem_build__closure0, N.QuoteListItem_build__closure5, N.QuoteListItem_build__closure4, N.QuoteListItem_build__closure3, U.QuoteListBuilder_build_closure, U.QuoteListBuilder_build__closure, U.QuoteListVM_fromStore__handleRefresh, U.QuoteListVM_fromStore_closure, U.QuoteListVM_fromStore_closure0, U.QuoteListVM_fromStore_closure1, V.QuotePdfScreen_build_closure0, V.QuotePdfScreen_build_closure, T.QuoteScreen_build_closure15, T.QuoteScreen_build_closure13, T.QuoteScreen_build_closure14, T.QuoteScreen_build_closure4, T.QuoteScreen_build_closure0, T.QuoteScreen_build_closure1, T.QuoteScreen_build_closure2, T.QuoteScreen_build_closure3, T.QuoteScreen_build_closure5, T.QuoteScreen_build_closure6, T.QuoteScreen_build_closure7, T.QuoteScreen_build_closure8, T.QuoteScreen_build_closure9, T.QuoteScreen_build_closure10, T.QuoteScreen_build_closure11, T.QuoteScreen_build_closure, T.QuoteScreen_build_closure12, B.QuoteScreenBuilder_build_closure, O.QuoteViewScreen_build_closure0, O.QuoteViewScreen_build_closure, O.QuoteViewVM_QuoteViewVM$fromStore__handleRefresh, O.QuoteViewVM_QuoteViewVM$fromStore_closure, O.QuoteViewVM_QuoteViewVM$fromStore_closure0, O.QuoteViewVM_QuoteViewVM$fromStore_closure1, O.QuoteViewVM_QuoteViewVM$fromStore__closure0, O.QuoteViewVM_QuoteViewVM$fromStore__closure1, O.QuoteViewVM_QuoteViewVM$fromStore___closure, O.QuoteViewVM_QuoteViewVM$fromStore_closure2, O.QuoteViewVM_QuoteViewVM$fromStore__closure, O.QuoteViewVM_QuoteViewVM$fromStore_closure3, M.RecurringExpenseEditScreen_build_closure0, M.RecurringExpenseEditScreen_build_closure, M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure, M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure1, M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure0, M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure, M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure, M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure0, M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore____closure, S.RecurringExpenseListItem_build_closure, S.RecurringExpenseListItem_build__closure2, S.RecurringExpenseListItem_build__closure1, S.RecurringExpenseListItem_build__closure, S.RecurringExpenseListItem_build__closure0, S.RecurringExpenseListItem_build__closure5, S.RecurringExpenseListItem_build__closure4, S.RecurringExpenseListItem_build__closure3, U.RecurringExpenseListBuilder_build_closure, U.RecurringExpenseListBuilder_build__closure, U.RecurringExpenseListVM_fromStore__handleRefresh, U.RecurringExpenseListVM_fromStore_closure, U.RecurringExpenseListVM_fromStore_closure0, U.RecurringExpenseListVM_fromStore_closure1, O.RecurringExpenseScreen_build_closure9, O.RecurringExpenseScreen_build_closure7, O.RecurringExpenseScreen_build_closure8, O.RecurringExpenseScreen_build_closure4, O.RecurringExpenseScreen_build_closure5, O.RecurringExpenseScreen_build_closure, O.RecurringExpenseScreen_build_closure0, O.RecurringExpenseScreen_build_closure1, O.RecurringExpenseScreen_build_closure2, O.RecurringExpenseScreen_build_closure3, O.RecurringExpenseScreen_build_closure6, B.RecurringExpenseScreenBuilder_build_closure, Z.RecurringExpenseViewScreen_build_closure0, Z.RecurringExpenseViewScreen_build_closure, Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__handleRefresh, Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure, Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure0, Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure0, Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure1, Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore___closure, Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure1, Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure, O._RecurringInvoiceEditState_build_closure1, O._RecurringInvoiceEditState_build_closure2, O._RecurringInvoiceEditState_build_closure0, O._RecurringInvoiceEditState_build_closure, O._RecurringInvoiceEditState_build__closure, O._RecurringInvoiceEditState_build___closure, O._RecurringInvoiceEditState_build___closure0, O._RecurringInvoiceEditState_build___closure1, F.RecurringInvoiceEditDetailsScreen_build_closure0, F.RecurringInvoiceEditDetailsScreen_build_closure, F.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure, F.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure0, F.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure1, F.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure, F.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure0, R.RecurringInvoiceEditItemsScreen_build_closure0, R.RecurringInvoiceEditItemsScreen_build_closure, R.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure, R.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0, R.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure1, R.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore__closure, R.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure2, Q.RecurringInvoiceEditNotesScreen_build_closure0, Q.RecurringInvoiceEditNotesScreen_build_closure, Q.RecurringInvoiceEditNotesVM_RecurringInvoiceEditNotesVM$fromStore_closure, U.RecurringInvoiceEditPDFScreen_build_closure0, U.RecurringInvoiceEditPDFScreen_build_closure, Q.RecurringInvoiceEditScreen_build_closure0, Q.RecurringInvoiceEditScreen_build_closure, Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure, Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure, Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure, Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure0, Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure1, Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore____closure, Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure0, Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure1, U.RecurringInvoiceListItem_build_closure, U.RecurringInvoiceListItem_build__closure2, U.RecurringInvoiceListItem_build__closure1, U.RecurringInvoiceListItem_build__closure, U.RecurringInvoiceListItem_build__closure0, U.RecurringInvoiceListItem_build__closure5, U.RecurringInvoiceListItem_build__closure4, U.RecurringInvoiceListItem_build__closure3, Y.RecurringInvoiceListBuilder_build_closure, Y.RecurringInvoiceListBuilder_build__closure, Y.RecurringInvoiceListVM_fromStore__handleRefresh, Y.RecurringInvoiceListVM_fromStore_closure, Y.RecurringInvoiceListVM_fromStore_closure0, Y.RecurringInvoiceListVM_fromStore_closure1, X.RecurringInvoicePdfScreen_build_closure0, X.RecurringInvoicePdfScreen_build_closure, V.RecurringInvoiceScreen_build_closure15, V.RecurringInvoiceScreen_build_closure13, V.RecurringInvoiceScreen_build_closure14, V.RecurringInvoiceScreen_build_closure9, V.RecurringInvoiceScreen_build_closure11, V.RecurringInvoiceScreen_build_closure10, V.RecurringInvoiceScreen_build_closure4, V.RecurringInvoiceScreen_build_closure, V.RecurringInvoiceScreen_build_closure0, V.RecurringInvoiceScreen_build_closure1, V.RecurringInvoiceScreen_build_closure2, V.RecurringInvoiceScreen_build_closure3, V.RecurringInvoiceScreen_build_closure5, V.RecurringInvoiceScreen_build_closure6, V.RecurringInvoiceScreen_build_closure7, V.RecurringInvoiceScreen_build_closure8, V.RecurringInvoiceScreen_build_closure12, A.RecurringInvoiceScreenBuilder_build_closure, O.RecurringInvoiceViewScreen_build_closure0, O.RecurringInvoiceViewScreen_build_closure, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__handleRefresh, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure0, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure1, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure0, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure1, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore___closure, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure2, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure3, A.memoizedClientReport_closure, A.clientReport_closure, A.clientReport_closure0, A.clientReport_closure1, A.clientReport_closure2, A.clientReport_closure3, A.clientReport_closure4, F.memoizedContactReport_closure, F.contactReport_closure, F.contactReport_closure0, F.contactReport_closure1, F.contactReport_closure2, F.contactReport_closure3, F.contactReport_closure4, L.memoizedCreditReport_closure, L.creditReport_closure, L.creditReport_closure0, L.creditReport_closure1, L.creditReport_closure2, L.creditReport_closure3, L.creditReport_closure4, R.memoizedDocumentReport_closure, R.documentReport_closure, R.documentReport_closure0, R.documentReport__getRow, R.documentReport_closure1, R.documentReport__closure2, R.documentReport_closure2, R.documentReport__closure1, R.documentReport_closure3, R.documentReport__closure0, R.documentReport_closure4, R.documentReport__closure, R.documentReport_closure5, R.documentReport_closure6, R.documentReport_closure7, R.documentReport_closure8, M.memoizedExpenseReport_closure, M.expenseReport_closure, M.expenseReport_closure0, M.expenseReport_closure1, M.expenseReport_closure2, M.expenseReport_closure3, M.expenseReport_closure4, D.memoizedInvoiceItemReport_closure, D.lineItemReport_closure5, D.lineItemReport_closure6, D.lineItemReport_closure7, D.lineItemReport_closure8, D.lineItemReport_closure9, D.lineItemReport_closure10, X.memoizedInvoiceReport_closure, X.invoiceReport_closure, X.invoiceReport_closure0, X.invoiceReport_closure1, X.invoiceReport_closure2, X.invoiceReport_closure3, X.invoiceReport_closure4, O.memoizedInvoiceTaxReport_closure, O.taxReport_closure, O.taxReport_closure0, O.taxReport_closure2, O.taxReport_closure1, O.taxReport_closure3, O.taxReport_closure4, O.taxReport_closure5, K.memoizedPaymentReport_closure, K.paymentReport_closure, K.paymentReport_closure0, K.paymentReport_closure1, K.paymentReport_closure2, K.paymentReport_closure3, K.paymentReport_closure4, X.memoizedPaymentTaxReport_closure, X.paymentTaxReport_closure, X.paymentTaxReport_closure0, X.paymentTaxReport_closure2, X.paymentTaxReport_closure1, X.paymentTaxReport_closure3, X.paymentTaxReport_closure4, X.paymentTaxReport_closure5, N.memoizedProductReport_closure, N.productReport_closure, N.productReport_closure0, N.productReport_closure1, N.productReport_closure2, N.productReport_closure3, N.productReport_closure4, K.memoizedProfitAndLossReport_closure, K.profitAndLossReport_closure, K.profitAndLossReport_closure0, K.profitAndLossReport_closure2, K.profitAndLossReport_closure1, K.profitAndLossReport_closure3, K.profitAndLossReport_closure4, K.profitAndLossReport_closure5, T.memoizedQuoteItemReport_closure, T.lineItemReport_closure, T.lineItemReport_closure0, T.lineItemReport_closure1, T.lineItemReport_closure2, T.lineItemReport_closure3, T.lineItemReport_closure4, Y.memoizedQuoteReport_closure, Y.quoteReport_closure, Y.quoteReport_closure0, Y.quoteReport_closure1, Y.quoteReport_closure2, Y.quoteReport_closure3, Y.quoteReport_closure4, M.ReportCharts_build_closure, M.ReportCharts_build_closure1, M.ReportCharts_build_closure2, M.ReportCharts_build_closure0, M.ReportCharts_build_closure3, M.ReportCharts_build_closure4, M.ReportCharts_build_closure5, M.ReportCharts_build_closure7, M.ReportCharts_build_closure8, M.ReportCharts_build_closure6, A.ReportsScreen_build_closure, A.ReportsScreen_build__closure2, A.ReportsScreen_build_closure0, A.ReportsScreen_build_closure1, A.ReportsScreen_build_closure2, A.ReportsScreen_build_closure3, A.ReportsScreen_build_closure4, A.ReportsScreen_build_closure5, A.ReportsScreen_build_closure6, A.ReportsScreen_build_closure7, A.ReportsScreen_build_closure8, A.ReportsScreen_build_closure9, A.ReportsScreen_build_closure10, A.ReportsScreen_build_closure11, A.ReportsScreen_build_closure12, A.ReportsScreen_build_closure18, A.ReportsScreen_build_closure13, A.ReportsScreen_build__closure1, A.ReportsScreen_build___closure0, A.ReportsScreen_build_closure14, A.ReportsScreen_build_closure15, A.ReportsScreen_build__closure0, A.ReportsScreen_build_closure16, A.ReportsScreen_build__closure, A.ReportsScreen_build___closure, A.ReportsScreen_build_closure17, A._ReportDataTableState_initState_closure, A._ReportDataTableState_initState__closure, A._ReportDataTableState_didChangeDependencies_closure, A._ReportDataTableState__onChanged_closure, A._ReportDataTableState_dispose_closure, A._ReportDataTableState_dispose__closure, A._ReportDataTableState_build_closure, A.TotalsDataTable_build_closure, A.getReportColumnType_convertCustomFieldType, A.ReportDataTableSource_getRow_closure, A.ReportResult_tableFilters_closure, A.ReportResult_tableFilters_closure0, A.ReportResult_tableFilters_closure1, A.ReportResult_tableFilters_closure2, A.ReportResult_tableFilters_closure4, A.ReportResult_tableFilters_closure3, A.ReportResult_tableFilters_closure7, A.ReportResult_tableFilters_closure9, A.ReportResult_tableFilters__closure, A.ReportResult_tableFilters__closure0, A.ReportResult_tableFilters_closure6, A.ReportResult_tableFilters__closure1, A.ReportResult_tableFilters_closure8, A.ReportResult_tableFilters_closure5, A.ReportResult_tableRow_closure, A.ReportResult_tableRow_closure0, A.ReportResult_tableRow__closure, A.ReportResult_totalColumns_closure, A.ReportResult_totalRows_closure, A.ReportResult_totalRows_closure0, A.ReportResult_totalRows__closure0, A.ReportResult_totalRows_closure1, A.ReportResult_totalRows_closure2, A.ReportResult_totalRows_closure3, A.ReportResult_totalRows__closure, L.ReportsScreenBuilder_build_closure, L.ReportsScreenVM_fromStore_closure2, L.ReportsScreenVM_fromStore_closure3, L.ReportsScreenVM_fromStore_closure1, L.ReportsScreenVM_fromStore__closure0, L.ReportsScreenVM_fromStore_closure, L.ReportsScreenVM_fromStore__closure7, L.ReportsScreenVM_fromStore___closure0, L.ReportsScreenVM_fromStore__closure8, L.ReportsScreenVM_fromStore__closure9, L.ReportsScreenVM_fromStore_closure4, L.ReportsScreenVM_fromStore__closure, L.ReportsScreenVM_fromStore_closure0, L.ReportsScreenVM_fromStore__closure1, L.ReportsScreenVM_fromStore__closure2, L.ReportsScreenVM_fromStore__closure3, L.ReportsScreenVM_fromStore__closure4, L.ReportsScreenVM_fromStore__closure5, L.ReportsScreenVM_fromStore__closure6, L.ReportsScreenVM_fromStore___closure, L.memoizeedGroupTotals_closure, L.calculateReportTotals_closure, E.memoizedTaskReport_closure, E.taskReport_closure, E.taskReport_closure0, E.taskReport_closure1, E.taskReport_closure2, E.taskReport_closure3, E.taskReport_closure4, O._AccountManagementState_didChangeDependencies_closure, O._AccountManagementState_didChangeDependencies_closure0, O._AccountManagementState__onChanged_closure, O._AccountManagementState__onChanged_closure0, O._AccountManagementState_dispose_closure, O._AccountManagementState_build_closure, O._AccountManagementState_build__closure2, O._AccountManagementState_build___closure, O._AccountManagementState_build_closure0, O._AccountManagementState_build__closure1, O._AccountManagementState_build_closure1, O._AccountManagementState_build__closure0, O._AccountManagementState_build_closure2, O._AccountManagementState_build__closure, O._AccountOverview_build__getDataStats, O._AccountOverview_build_closure, O._AccountOverview_build_closure0, O._AccountOverview_build_closure1, O._AccountOverview_build__closure4, O._AccountOverview_build_closure2, O._AccountOverview_build__closure3, O._AccountOverview_build_closure3, O._AccountOverview_build__closure2, O._AccountOverview_build_closure4, O._AccountOverview_build_closure5, O._AccountOverview_build__closure1, O._AccountOverview_build___closure1, O._AccountOverview_build___closure2, O._AccountOverview_build___closure3, O._AccountOverview_build_closure6, O._AccountOverview_build_closure7, O._AccountOverview_build_closure8, O._AccountOverview_build_closure9, O._AccountOverview_build_closure10, O._AccountOverview_build__closure0, O._AccountOverview_build___closure0, O._AccountOverview_build_closure11, O._AccountOverview_build__closure, O._AccountOverview_build___closure, A.AccountManagementScreen_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__closure2, A.AccountManagementVM_fromStore_closure3, A.AccountManagementVM_fromStore_closure4, A.AccountManagementVM_fromStore_closure0, V._BuyNowButtonsState_dispose_closure, V._BuyNowButtonsState_didChangeDependencies_closure, V._BuyNowButtonsState_didChangeDependencies_closure0, V._BuyNowButtonsState_build_closure0, V._BuyNowButtonsState_build_closure, B.BuyNowButtonsScreen_build_closure, S._ClientPortalState__validateSubdomain_closure, S._ClientPortalState__validateSubdomain_closure0, S._ClientPortalState__validateSubdomain__closure, S._ClientPortalState__validateSubdomain__closure0, S._ClientPortalState__validateSubdomain__closure1, S._ClientPortalState__validateSubdomain___closure0, S._ClientPortalState__validateSubdomain__closure2, S._ClientPortalState__validateSubdomain___closure, S._ClientPortalState_dispose_closure, S._ClientPortalState_didChangeDependencies_closure, S._ClientPortalState_didChangeDependencies_closure0, S._ClientPortalState__onChanged_closure, S._ClientPortalState__onChanged__closure, S._ClientPortalState__onChanged__closure0, S._ClientPortalState__onSavePressed_closure, S._ClientPortalState_build_closure18, S._ClientPortalState_build_closure, S._ClientPortalState_build__closure11, S._ClientPortalState_build_closure1, S._ClientPortalState_build_closure0, S._ClientPortalState_build_closure2, S._ClientPortalState_build_closure3, S._ClientPortalState_build_closure4, S._ClientPortalState_build__closure10, S._ClientPortalState_build_closure5, S._ClientPortalState_build__closure9, S._ClientPortalState_build_closure6, S._ClientPortalState_build__closure8, S._ClientPortalState_build_closure7, S._ClientPortalState_build__closure7, S._ClientPortalState_build_closure8, S._ClientPortalState_build_closure9, S._ClientPortalState_build__closure6, S._ClientPortalState_build_closure10, S._ClientPortalState_build_closure11, S._ClientPortalState_build__closure5, S._ClientPortalState_build___closure, S._ClientPortalState_build____closure, S._ClientPortalState_build_closure12, S._ClientPortalState_build__closure4, S._ClientPortalState_build_closure13, S._ClientPortalState_build__closure3, S._ClientPortalState_build_closure14, S._ClientPortalState_build__closure2, S._ClientPortalState_build_closure15, S._ClientPortalState_build__closure1, S._ClientPortalState_build_closure16, S._ClientPortalState_build__closure0, S._ClientPortalState_build_closure17, S._ClientPortalState_build__closure, A.ClientPortalScreen_build_closure, A.ClientPortalVM_fromStore_closure1, A.ClientPortalVM_fromStore_closure0, A.ClientPortalVM_fromStore_closure, A.ClientPortalVM_fromStore__closure, A.ClientPortalVM_fromStore___closure, A._CompanyDetailsState_dispose_closure, A._CompanyDetailsState_didChangeDependencies_closure, A._CompanyDetailsState_didChangeDependencies_closure0, A._CompanyDetailsState__onSettingsChanged_closure, A._CompanyDetailsState__onSettingsChanged_closure0, A._CompanyDetailsState_build_closure, A._CompanyDetailsState_build_closure0, A._CompanyDetailsState_build_closure1, A._CompanyDetailsState_build__closure12, A._CompanyDetailsState_build_closure2, A._CompanyDetailsState_build__closure11, A._CompanyDetailsState_build_closure3, A._CompanyDetailsState_build__closure10, A._CompanyDetailsState_build_closure4, A._CompanyDetailsState_build__closure8, A._CompanyDetailsState_build___closure, A._CompanyDetailsState_build__closure9, A._CompanyDetailsState_build_closure6, A._CompanyDetailsState_build__closure7, A._CompanyDetailsState_build_closure5, A._CompanyDetailsState_build_closure7, A._CompanyDetailsState_build__closure6, A._CompanyDetailsState_build_closure8, A._CompanyDetailsState_build_closure9, A._CompanyDetailsState_build__closure5, A._CompanyDetailsState_build_closure10, A._CompanyDetailsState_build_closure11, A._CompanyDetailsState_build__closure4, A._CompanyDetailsState_build_closure12, A._CompanyDetailsState_build_closure13, A._CompanyDetailsState_build__closure3, A._CompanyDetailsState_build_closure14, A._CompanyDetailsState_build__closure2, A._CompanyDetailsState_build_closure15, A._CompanyDetailsState_build__closure1, A._CompanyDetailsState_build_closure16, A._CompanyDetailsState_build__closure0, A._CompanyDetailsState_build_closure17, A._CompanyDetailsState_build__closure, A._CompanyDetailsState_build_closure18, A._CompanyDetailsState_build_closure19, A.CompanyDetailsScreen_build_closure, 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__closure5, A.CompanyDetailsVM_fromStore_closure2, A.CompanyDetailsVM_fromStore_closure4, A.CompanyDetailsVM_fromStore_closure5, A.CompanyDetailsVM_fromStore__closure0, A.CompanyDetailsVM_fromStore__closure1, A.CompanyDetailsVM_fromStore___closure, A.CompanyDetailsVM_fromStore_closure6, A.CompanyDetailsVM_fromStore__closure, X._CreditCardsAndBanksState_dispose_closure, X._CreditCardsAndBanksState_didChangeDependencies_closure, X._CreditCardsAndBanksState_didChangeDependencies_closure0, F.CreditCardsAndBanksScreen_build_closure, S._CustomFieldsState_initState_closure, S.CustomFieldsSettings_build_closure, S.CustomFieldsSettings_build__closure6, S.CustomFieldsSettings_build_closure0, S.CustomFieldsSettings_build__closure5, S.CustomFieldsSettings_build_closure1, S.CustomFieldsSettings_build__closure4, S.CustomFieldsSettings_build_closure2, S.CustomFieldsSettings_build__closure3, S.CustomFieldsSettings_build_closure3, S.CustomFieldsSettings_build__closure2, S.CustomFieldsSettings_build_closure4, S.CustomFieldsSettings_build__closure1, S.CustomFieldsSettings_build_closure5, S.CustomFieldsSettings_build__closure0, S.CustomFieldsSettings_build_closure6, S.CustomFieldsSettings_build__closure, S._CustomFormFieldState_dispose_closure, S._CustomFormFieldState_didChangeDependencies_closure, S._CustomFormFieldState_didChangeDependencies_closure0, S._CustomFormFieldState__onChanged_closure, S._CustomFormFieldState_build_closure, S._CustomFormFieldState_build_closure0, S._CustomFormFieldState_build_closure1, S._CustomFormFieldState_build__closure, M.CustomFieldsScreen_build_closure, M.CustomFieldsVM_fromStore_closure0, M.CustomFieldsVM_fromStore_closure, M.CustomFieldsVM_fromStore__closure, V._DataVisualizationsState_dispose_closure, V._DataVisualizationsState_didChangeDependencies_closure, V._DataVisualizationsState_didChangeDependencies_closure0, M.DataVisualizationsScreen_build_closure, R._DeviceSettingsState_build_closure, R._DeviceSettingsState_build_closure0, R._DeviceSettingsState_build_closure1, R._DeviceSettingsState_build_closure2, R._DeviceSettingsState_build_closure3, R._DeviceSettingsState_build_closure4, R._DeviceSettingsState_build_closure5, R._DeviceSettingsState_build__closure7, R._DeviceSettingsState_build_closure6, R._DeviceSettingsState_build_closure7, R._DeviceSettingsState_build_closure8, R._DeviceSettingsState_build__closure6, R._DeviceSettingsState_build__closure5, R._DeviceSettingsState_build_closure9, R._DeviceSettingsState_build__closure4, R._DeviceSettingsState_build_closure10, R._DeviceSettingsState_build_closure11, R._DeviceSettingsState_build_closure12, R._DeviceSettingsState_build_closure13, R._DeviceSettingsState_build__closure2, R._DeviceSettingsState_build__closure3, R._DeviceSettingsState_build_closure14, R._DeviceSettingsState_build__closure1, R._DeviceSettingsState_build___closure0, R._DeviceSettingsState_build_closure15, R._DeviceSettingsState_build__closure0, R._DeviceSettingsState_build_closure16, R._DeviceSettingsState_build__closure, R._DeviceSettingsState_build___closure, L.DeviceSettingsScreen_build_closure, L.DeviceSettingsVM_fromStore_closure, L.DeviceSettingsVM_fromStore_closure0, L.DeviceSettingsVM_fromStore_closure1, L.DeviceSettingsVM_fromStore_closure7, L.DeviceSettingsVM_fromStore_closure4, L.DeviceSettingsVM_fromStore_closure5, L.DeviceSettingsVM_fromStore_closure6, L.DeviceSettingsVM_fromStore_closure11, L.DeviceSettingsVM_fromStore_closure3, L.DeviceSettingsVM_fromStore__closure, L.DeviceSettingsVM_fromStore_closure8, L.DeviceSettingsVM_fromStore_closure12, L.DeviceSettingsVM_fromStore_closure2, L.DeviceSettingsVM_fromStore_closure9, L.DeviceSettingsVM_fromStore_closure10, N._EmailSettingsState_dispose_closure, N._EmailSettingsState_didChangeDependencies_closure, N._EmailSettingsState_didChangeDependencies_closure0, N._EmailSettingsState__onChanged_closure, N._EmailSettingsState_build_closure, N._EmailSettingsState_build__closure5, N._EmailSettingsState_build_closure0, N._EmailSettingsState_build_closure1, N._EmailSettingsState_build__closure4, N._EmailSettingsState_build_closure2, N._EmailSettingsState_build_closure3, N._EmailSettingsState_build__closure3, N._EmailSettingsState_build_closure4, N._EmailSettingsState_build_closure5, N._EmailSettingsState_build__closure2, N._EmailSettingsState_build_closure6, N._EmailSettingsState_build__closure1, N._EmailSettingsState_build_closure7, N._EmailSettingsState_build__closure0, N._EmailSettingsState_build_closure8, N._EmailSettingsState_build__closure, D.EmailSettingsScreen_build_closure, D.EmailSettingsVM_fromStore_closure0, D.EmailSettingsVM_fromStore_closure, D.EmailSettingsVM_fromStore__closure, F._ExpenseSettingsState_build_closure, F._ExpenseSettingsState_build__closure3, F._ExpenseSettingsState_build_closure0, F._ExpenseSettingsState_build__closure2, F._ExpenseSettingsState_build_closure1, F._ExpenseSettingsState_build__closure1, F._ExpenseSettingsState_build_closure2, F._ExpenseSettingsState_build__closure0, F._ExpenseSettingsState_build_closure3, F._ExpenseSettingsState_build__closure, F._ExpenseSettingsState_build_closure4, N.ExpenseSettingsScreen_build_closure, N.ExpenseSettingsVM_fromStore_closure0, N.ExpenseSettingsVM_fromStore_closure, N.ExpenseSettingsVM_fromStore__closure, N.ExpenseSettingsVM_fromStore_closure1, F._GeneratedNumbersState_initState_closure, F._GeneratedNumbersState_dispose_closure, F._GeneratedNumbersState_didChangeDependencies_closure, F._GeneratedNumbersState_didChangeDependencies_closure0, F._GeneratedNumbersState__onChanged_closure, F._GeneratedNumbersState__onChanged__closure, F._GeneratedNumbersState__onSavePressed_closure, F._GeneratedNumbersState__onSavePressed_closure0, F._GeneratedNumbersState_build_closure0, F._GeneratedNumbersState_build__closure15, F._GeneratedNumbersState_build_closure, F._GeneratedNumbersState_build_closure1, F._GeneratedNumbersState_build__closure14, F._GeneratedNumbersState_build_closure2, F._GeneratedNumbersState_build__closure13, F._GeneratedNumbersState_build_closure3, F._GeneratedNumbersState_build__closure12, F._GeneratedNumbersState_build_closure5, F._GeneratedNumbersState_build__closure11, F._GeneratedNumbersState_build_closure4, F._GeneratedNumbersState_build_closure6, F._GeneratedNumbersState_build__closure10, F._GeneratedNumbersState_build_closure7, F._GeneratedNumbersState_build__closure9, F._GeneratedNumbersState_build_closure8, F._GeneratedNumbersState_build__closure8, F._GeneratedNumbersState_build_closure9, F._GeneratedNumbersState_build__closure7, F._GeneratedNumbersState_build_closure10, F._GeneratedNumbersState_build__closure6, F._GeneratedNumbersState_build_closure11, F._GeneratedNumbersState_build__closure5, F._GeneratedNumbersState_build_closure12, F._GeneratedNumbersState_build__closure4, F._GeneratedNumbersState_build_closure13, F._GeneratedNumbersState_build__closure3, F._GeneratedNumbersState_build_closure14, F._GeneratedNumbersState_build__closure2, F._GeneratedNumbersState_build_closure15, F._GeneratedNumbersState_build__closure1, F._GeneratedNumbersState_build_closure16, F._GeneratedNumbersState_build__closure0, F._GeneratedNumbersState_build_closure17, F._GeneratedNumbersState_build__closure, F._EntityNumberSettingsState_dispose_closure, F._EntityNumberSettingsState_didChangeDependencies_closure, F._EntityNumberSettingsState_didChangeDependencies_closure0, F._EntityNumberSettingsState__onChanged_closure, F._EntityNumberSettingsState_build_closure, F._EntityNumberSettingsState_build_closure0, F.HelpPanel_build_closure, F.HelpPanel_build_closure0, F.HelpPanel_build_closure1, F.HelpPanel_build_closure2, F.HelpPanel_build__closure, F.GeneratedNumbersScreen_build_closure, F.GeneratedNumbersVM_fromStore_closure0, F.GeneratedNumbersVM_fromStore_closure, F.GeneratedNumbersVM_fromStore__closure, D._ImportExportState_build_closure0, D._ImportExportState_build__closure3, D._ImportExportState_build_closure, D._ImportExportState_build__closure4, D._ImportExportState_build_closure1, D._ImportExportState_build__closure2, D._ImportExportState_build_closure2, D._ImportExportState_build__closure, D._ImportExportState_build__closure0, D._ImportExportState_build___closure0, D._ImportExportState_build__closure1, D._ImportExportState_build___closure, D._FileImportState_uploadJsonFile_closure, D._FileImportState_uploadJsonFile_closure0, D._FileImportState_uploadJsonFile__closure0, D._FileImportState_uploadJsonFile_closure1, D._FileImportState_uploadJsonFile__closure, D._FileImportState_uploadFile_closure, D._FileImportState_uploadFile_closure0, D._FileImportState_uploadFile__closure0, D._FileImportState_uploadFile_closure1, D._FileImportState_uploadFile__closure, D._FileImportState_build_closure0, D._FileImportState_build_closure, D._FileImportState_build_closure1, D._FileImportState_build__closure1, D._FileImportState_build_closure2, D._FileImportState_build__closure0, D._FileImportState_build_closure3, D._FileImportState_build__closure, D._FileImportState_build_closure4, D.__FileMapperState_build_closure, D.__FileMapperState_build__closure3, D.__FileMapperState_build_closure0, D.__FileMapperState_build__closure2, D.__FileMapperState_build_closure1, D.__FileMapperState_build_closure2, D.__FileMapperState_build__closure, D.__FileMapperState_build__closure0, D.__FileMapperState_build___closure0, D.__FileMapperState_build__closure1, D.__FileMapperState_build___closure, D._FieldMapper_build_closure, D._FieldMapper_build_closure1, D._FieldMapper_build__closure0, D._FieldMapper_build_closure2, D._FieldMapper_build__closure, D._FieldMapper_build_closure0, N.ImportExportScreen_build_closure, Z._InvoiceDesignState_build_closure49, Z._InvoiceDesignState_build_closure15, Z._InvoiceDesignState_build_closure, Z._InvoiceDesignState_build__closure14, Z._InvoiceDesignState_build__closure15, Z._InvoiceDesignState_build_closure0, Z._InvoiceDesignState_build__closure13, Z._InvoiceDesignState_build_closure1, Z._InvoiceDesignState_build__closure11, Z._InvoiceDesignState_build__closure12, Z._InvoiceDesignState_build_closure2, Z._InvoiceDesignState_build__closure10, Z._InvoiceDesignState_build_closure3, Z._InvoiceDesignState_build__closure8, Z._InvoiceDesignState_build__closure9, Z._InvoiceDesignState_build_closure4, Z._InvoiceDesignState_build__closure7, Z._InvoiceDesignState_build_closure5, Z._InvoiceDesignState_build__closure6, Z._InvoiceDesignState_build_closure6, Z._InvoiceDesignState_build_closure7, Z._InvoiceDesignState_build__closure5, Z._InvoiceDesignState_build_closure8, Z._InvoiceDesignState_build_closure9, Z._InvoiceDesignState_build__closure4, Z._InvoiceDesignState_build_closure10, Z._InvoiceDesignState_build_closure11, Z._InvoiceDesignState_build__closure3, Z._InvoiceDesignState_build_closure12, Z._InvoiceDesignState_build__closure2, Z._InvoiceDesignState_build_closure13, Z._InvoiceDesignState_build__closure1, Z._InvoiceDesignState_build_closure14, Z._InvoiceDesignState_build__closure0, Z._InvoiceDesignState_build_closure16, Z._InvoiceDesignState_build__closure, Z._InvoiceDesignState_build_closure17, Z._InvoiceDesignState_build_closure18, Z._InvoiceDesignState_build_closure19, Z._InvoiceDesignState_build_closure20, Z._InvoiceDesignState_build_closure21, Z._InvoiceDesignState_build_closure22, Z._InvoiceDesignState_build_closure23, Z._InvoiceDesignState_build_closure24, Z._InvoiceDesignState_build_closure25, Z._InvoiceDesignState_build_closure26, Z._InvoiceDesignState_build_closure27, Z._InvoiceDesignState_build_closure28, Z._InvoiceDesignState_build_closure29, Z._InvoiceDesignState_build_closure30, Z._InvoiceDesignState_build_closure31, Z._InvoiceDesignState_build_closure32, Z._InvoiceDesignState_build_closure33, Z._InvoiceDesignState_build_closure34, Z._InvoiceDesignState_build_closure35, Z._InvoiceDesignState_build_closure36, Z._InvoiceDesignState_build_closure37, Z._InvoiceDesignState_build_closure38, Z._InvoiceDesignState_build_closure39, Z._InvoiceDesignState_build_closure40, Z._InvoiceDesignState_build_closure41, Z._InvoiceDesignState_build_closure42, Z._InvoiceDesignState_build_closure43, Z._InvoiceDesignState_build_closure44, Z._InvoiceDesignState_build_closure45, Z._InvoiceDesignState_build_closure46, Z._InvoiceDesignState_build_closure47, Z._InvoiceDesignState_build_closure48, B.InvoiceDesignScreen_build_closure, B.InvoiceDesignVM_fromStore_closure, B.InvoiceDesignVM_fromStore_closure0, B.InvoiceDesignVM_fromStore__closure, B.InvoiceDesignVM_fromStore___closure, B.InvoiceDesignVM_fromStore____closure, B.InvoiceDesignVM_fromStore_____closure, B.InvoiceDesignVM_fromStore_____closure0, G._LocalizationSettingsState_dispose_closure, G._LocalizationSettingsState_didChangeDependencies_closure, G._LocalizationSettingsState_didChangeDependencies_closure0, G._LocalizationSettingsState_build_closure, G._LocalizationSettingsState_build_closure0, G._LocalizationSettingsState_build_closure1, G._LocalizationSettingsState_build__closure11, G._LocalizationSettingsState_build_closure2, G._LocalizationSettingsState_build__closure10, G._LocalizationSettingsState_build_closure3, G._LocalizationSettingsState_build__closure9, G._LocalizationSettingsState_build_closure4, G._LocalizationSettingsState_build__closure8, G._LocalizationSettingsState_build_closure5, G._LocalizationSettingsState_build__closure7, G._LocalizationSettingsState_build_closure6, G._LocalizationSettingsState_build__closure6, G._LocalizationSettingsState_build_closure7, G._LocalizationSettingsState_build__closure5, G._LocalizationSettingsState_build_closure9, G._LocalizationSettingsState_build__closure4, G._LocalizationSettingsState_build_closure8, G._LocalizationSettingsState_build_closure10, G._LocalizationSettingsState_build_closure11, G._LocalizationSettingsState_build__closure3, G._LocalizationSettingsState_build_closure12, G._LocalizationSettingsState_build__closure1, G._LocalizationSettingsState_build___closure, G._LocalizationSettingsState_build__closure2, G._LocalizationSettingsState_build_closure13, G._LocalizationSettingsState_build__closure0, G._LocalizationSettingsState_build_closure14, G._LocalizationSettingsState_build__closure, B.LocalizationScreen_build_closure, B.LocalizationSettingsVM_fromStore_closure0, B.LocalizationSettingsVM_fromStore_closure, B.LocalizationSettingsVM_fromStore_closure1, B.LocalizationSettingsVM_fromStore__closure, B.LocalizationSettingsVM_fromStore___closure, B.LocalizationSettingsVM_fromStore____closure, V._OnlinePaymentsState_didChangeDependencies_closure, V._OnlinePaymentsState_didChangeDependencies_closure0, V._OnlinePaymentsState__onChanged_closure, V._OnlinePaymentsState_build_closure0, V._OnlinePaymentsState_build__closure1, V._OnlinePaymentsState_build_closure1, V._OnlinePaymentsState_build__closure0, V._OnlinePaymentsState_build_closure, V._OnlinePaymentsState_build__closure2, V._OnlinePaymentsState_build_closure2, V._OnlinePaymentsState_build__closure, V._OnlinePaymentsState_build_closure3, B.OnlinePaymentsScreen_build_closure, B.OnlinePaymentsVM_fromStore_closure0, B.OnlinePaymentsVM_fromStore_closure, B.OnlinePaymentsVM_fromStore__closure, B.OnlinePaymentsVM_fromStore_closure1, L._ProductSettingsState_build_closure, L._ProductSettingsState_build__closure5, L._ProductSettingsState_build_closure0, L._ProductSettingsState_build__closure4, L._ProductSettingsState_build_closure1, L._ProductSettingsState_build__closure3, L._ProductSettingsState_build_closure2, L._ProductSettingsState_build__closure2, L._ProductSettingsState_build_closure3, L._ProductSettingsState_build__closure1, L._ProductSettingsState_build_closure4, L._ProductSettingsState_build__closure0, L._ProductSettingsState_build_closure5, L._ProductSettingsState_build__closure, G.ProductSettingsScreen_build_closure, G.ProductSettingsVM_fromStore_closure0, G.ProductSettingsVM_fromStore_closure, G.ProductSettingsVM_fromStore__closure, U.SettingsListTile_build_closure, U.SettingsSearch_build_closure, D.SettingsListBuilder_build_closure, D.SettingsListVM_fromStore_closure, D.SettingsListVM_fromStore_closure2, D.SettingsListVM_fromStore_closure1, D.SettingsListVM_fromStore_closure0, A.SettingsScreen_build_closure, L.SettingsScreenBuilder_build_closure, X._SettingsWizardState_dispose_closure, X._SettingsWizardState__validateSubdomain_closure, X._SettingsWizardState__validateSubdomain__closure, X._SettingsWizardState__validateSubdomain__closure0, X._SettingsWizardState__validateSubdomain__closure1, X._SettingsWizardState__validateSubdomain___closure0, X._SettingsWizardState__validateSubdomain__closure2, X._SettingsWizardState__validateSubdomain___closure, X._SettingsWizardState__onRefreshPressed_closure, X._SettingsWizardState__onRefreshPressed__closure0, X._SettingsWizardState__onRefreshPressed_closure0, X._SettingsWizardState__onRefreshPressed__closure, X._SettingsWizardState__onSavePressed_closure, X._SettingsWizardState__onSavePressed_closure0, X._SettingsWizardState__onSavePressed__closure, X._SettingsWizardState__onSavePressed___closure0, X._SettingsWizardState__onSavePressed___closure1, X._SettingsWizardState__onSavePressed____closure, X._SettingsWizardState__onSavePressed___closure2, X._SettingsWizardState__onSavePressed__closure0, X._SettingsWizardState__onSavePressed___closure, X._SettingsWizardState__onSavePressed__closure1, X._SettingsWizardState__onSavePressed__closure2, X._SettingsWizardState_build_closure, X._SettingsWizardState_build_closure0, X._SettingsWizardState_build_closure1, X._SettingsWizardState_build_closure2, X._SettingsWizardState_build__closure1, X._SettingsWizardState_build_closure3, X._SettingsWizardState_build_closure4, X._SettingsWizardState_build__closure0, X._SettingsWizardState_build_closure5, X._SettingsWizardState_build_closure6, X._SettingsWizardState_build__closure, X._SettingsWizardState_build_closure8, X._SettingsWizardState_build_closure7, X._SettingsWizardState_build_closure9, L._TaskSettingsState_didChangeDependencies_closure, L._TaskSettingsState_didChangeDependencies_closure0, L._TaskSettingsState_dispose_closure, L._TaskSettingsState__onChanged_closure, L._TaskSettingsState_build_closure, L._TaskSettingsState_build__closure5, L._TaskSettingsState_build_closure0, L._TaskSettingsState_build__closure4, L._TaskSettingsState_build_closure1, L._TaskSettingsState_build__closure3, L._TaskSettingsState_build_closure2, L._TaskSettingsState_build__closure2, L._TaskSettingsState_build_closure3, L._TaskSettingsState_build__closure1, L._TaskSettingsState_build_closure4, L._TaskSettingsState_build__closure0, L._TaskSettingsState_build_closure5, L._TaskSettingsState_build__closure, L._TaskSettingsState_build_closure6, L._TaskSettingsState_build_closure7, F.TaskSettingsScreen_build_closure, F.TaskSettingsVM_fromStore_closure0, F.TaskSettingsVM_fromStore_closure1, F.TaskSettingsVM_fromStore_closure, F.TaskSettingsVM_fromStore__closure, F.TaskSettingsVM_fromStore_closure2, N._TaxSettingsState_build_closure, N._TaxSettingsState_build__closure4, N._TaxSettingsState_build_closure0, N._TaxSettingsState_build__closure3, N._TaxSettingsState_build_closure1, N._TaxSettingsState_build__closure2, N._TaxSettingsState_build_closure2, N._TaxSettingsState_build__closure1, N._TaxSettingsState_build_closure3, N._TaxSettingsState_build__closure0, N._TaxSettingsState_build_closure4, N._TaxSettingsState_build__closure, N._TaxSettingsState_build_closure5, N.NumberOfRatesSelector_build_closure, A.TaxSettingsScreen_build_closure, A.TaxSettingsVM_fromStore_closure0, A.TaxSettingsVM_fromStore_closure1, A.TaxSettingsVM_fromStore_closure, A.TaxSettingsVM_fromStore__closure, A.TaxSettingsVM_fromStore_closure2, L._TemplatesAndRemindersState_dispose_closure, L._TemplatesAndRemindersState__loadTemplate_closure, L._TemplatesAndRemindersState__onChanged_closure, L._TemplatesAndRemindersState__onChanged__closure, L._TemplatesAndRemindersState__onChanged__closure0, L._TemplatesAndRemindersState__onChanged__closure1, L._TemplatesAndRemindersState__onChanged__closure2, L._TemplatesAndRemindersState__onChanged__closure3, L._TemplatesAndRemindersState__onChanged__closure4, L._TemplatesAndRemindersState__onChanged__closure5, L._TemplatesAndRemindersState__onChanged__closure6, L._TemplatesAndRemindersState__onChanged__closure7, L._TemplatesAndRemindersState__onChanged__closure8, L._TemplatesAndRemindersState__onChanged__closure9, L._TemplatesAndRemindersState__onChanged__closure10, L._TemplatesAndRemindersState__onChanged__closure11, L._TemplatesAndRemindersState__handleTabSelection_closure, L._TemplatesAndRemindersState__handleTabSelection_closure0, L._TemplatesAndRemindersState__handleTabSelection__closure, L._TemplatesAndRemindersState_build_closure1, L._TemplatesAndRemindersState_build__closure4, L._TemplatesAndRemindersState_build_closure, L._TemplatesAndRemindersState_build_closure0, L._TemplatesAndRemindersState_build_closure2, L._TemplatesAndRemindersState_build__closure3, L._TemplatesAndRemindersState_build_closure3, L._TemplatesAndRemindersState_build__closure2, L._TemplatesAndRemindersState_build_closure4, L._TemplatesAndRemindersState_build__closure1, L._TemplatesAndRemindersState_build_closure5, L._TemplatesAndRemindersState_build__closure0, L._TemplatesAndRemindersState_build_closure7, L._TemplatesAndRemindersState_build__closure, L._TemplatesAndRemindersState_build_closure6, L._ReminderSettingsState_dispose_closure, L._ReminderSettingsState_didChangeDependencies_closure, L._ReminderSettingsState_didChangeDependencies_closure0, L._ReminderSettingsState__onTextChanged_closure, L._ReminderSettingsState_build_closure0, L._ReminderSettingsState_build_closure, F.TemplatesAndRemindersScreen_build_closure, F.TemplatesAndRemindersVM_fromStore_closure0, F.TemplatesAndRemindersVM_fromStore_closure, F.TemplatesAndRemindersVM_fromStore_closure1, F.TemplatesAndRemindersVM_fromStore__closure, K._UserDetailsState_dispose_closure, K._UserDetailsState_didChangeDependencies_closure, K._UserDetailsState_didChangeDependencies_closure0, K._UserDetailsState__onChanged_closure, K._UserDetailsState__onChanged_closure0, K._UserDetailsState_build_closure10, K._UserDetailsState_build__closure, K._UserDetailsState_build_closure, K._UserDetailsState_build_closure0, K._UserDetailsState_build_closure1, K._UserDetailsState_build_closure2, K._UserDetailsState_build_closure3, K._UserDetailsState_build_closure4, K._UserDetailsState_build__closure4, K._UserDetailsState_build_closure5, K._UserDetailsState_build__closure3, K._UserDetailsState_build_closure7, K._UserDetailsState_build__closure2, K._UserDetailsState_build_closure6, K._UserDetailsState_build_closure8, K._UserDetailsState_build__closure1, K._UserDetailsState_build_closure9, K._UserDetailsState_build__closure0, K._EnableTwoFactorState_initState_closure, K._EnableTwoFactorState_initState__closure, K._EnableTwoFactorState_initState_closure0, K._EnableTwoFactorState__onSavePressed_closure, K._EnableTwoFactorState__onSavePressed_closure0, K._EnableTwoFactorState__onSavePressed_closure1, K._EnableTwoFactorState__onSavePressed__closure0, K._EnableTwoFactorState__onSavePressed_closure2, K._EnableTwoFactorState__onSavePressed__closure, K._EnableTwoFactorState_build_closure, K._EnableTwoFactorState_build_closure1, K._EnableTwoFactorState_build_closure0, K._EnableTwoFactorState_build_closure2, K._EnableTwoFactorState_build_closure3, K._EnableTwoFactorState_build_closure4, M.UserDetailsScreen_build_closure, M.UserDetailsVM_fromStore_closure, M.UserDetailsVM_fromStore_closure3, M.UserDetailsVM_fromStore__closure0, M.UserDetailsVM_fromStore___closure0, M.UserDetailsVM_fromStore____closure, M.UserDetailsVM_fromStore_closure4, M.UserDetailsVM_fromStore__closure, M.UserDetailsVM_fromStore___closure, M.UserDetailsVM_fromStore_closure2, M.UserDetailsVM_fromStore__closure1, M.UserDetailsVM_fromStore___closure1, M.UserDetailsVM_fromStore____closure0, M.UserDetailsVM_fromStore____closure1, M.UserDetailsVM_fromStore_closure1, M.UserDetailsVM_fromStore__closure2, M.UserDetailsVM_fromStore___closure2, M.UserDetailsVM_fromStore_closure0, M.UserDetailsVM_fromStore__closure3, M.UserDetailsVM_fromStore___closure3, M.UserDetailsVM_fromStore____closure3, M.UserDetailsVM_fromStore___closure4, M.UserDetailsVM_fromStore____closure2, D._WorkflowSettingsState_build_closure, D._WorkflowSettingsState_build__closure3, D._WorkflowSettingsState_build_closure0, D._WorkflowSettingsState_build__closure2, D._WorkflowSettingsState_build_closure1, D._WorkflowSettingsState_build__closure1, D._WorkflowSettingsState_build_closure2, D._WorkflowSettingsState_build_closure3, D._WorkflowSettingsState_build__closure0, D._WorkflowSettingsState_build_closure4, D._WorkflowSettingsState_build__closure, Y.WorkflowSettingsScreen_build_closure, Y.WorkflowSettingsVM_fromStore_closure0, Y.WorkflowSettingsVM_fromStore_closure, Y.WorkflowSettingsVM_fromStore__closure, S._SubscriptionEditState_didChangeDependencies_closure, S._SubscriptionEditState_didChangeDependencies_closure0, S._SubscriptionEditState_dispose_closure, S._SubscriptionEditState__onChanged_closure, S._SubscriptionEditState__onChanged_closure0, S._SubscriptionEditState_build_closure24, S._SubscriptionEditState_build_closure25, S._SubscriptionEditState_build_closure, S._SubscriptionEditState_build__closure19, S._SubscriptionEditState_build_closure0, S._SubscriptionEditState_build__closure18, S._SubscriptionEditState_build_closure1, S._SubscriptionEditState_build__closure17, S._SubscriptionEditState_build___closure3, S._SubscriptionEditState_build_closure2, S._SubscriptionEditState_build_closure3, S._SubscriptionEditState_build__closure16, S._SubscriptionEditState_build___closure2, S._SubscriptionEditState_build_closure4, S._SubscriptionEditState_build__closure15, S._SubscriptionEditState_build___closure1, S._SubscriptionEditState_build_closure5, S._SubscriptionEditState_build_closure6, S._SubscriptionEditState_build__closure14, S._SubscriptionEditState_build___closure0, S._SubscriptionEditState_build_closure7, S._SubscriptionEditState_build__closure13, S._SubscriptionEditState_build_closure8, S._SubscriptionEditState_build_closure9, S._SubscriptionEditState_build__closure12, S._SubscriptionEditState_build_closure10, S._SubscriptionEditState_build_closure11, S._SubscriptionEditState_build__closure11, S._SubscriptionEditState_build_closure12, S._SubscriptionEditState_build__closure10, S._SubscriptionEditState_build_closure13, S._SubscriptionEditState_build__closure9, S._SubscriptionEditState_build_closure14, S._SubscriptionEditState_build__closure8, S._SubscriptionEditState_build_closure15, S._SubscriptionEditState_build__closure7, S._SubscriptionEditState_build_closure16, S._SubscriptionEditState_build__closure6, S._SubscriptionEditState_build_closure17, S._SubscriptionEditState_build__closure5, S._SubscriptionEditState_build_closure18, S._SubscriptionEditState_build__closure4, S._SubscriptionEditState_build_closure21, S._SubscriptionEditState_build__closure1, S._SubscriptionEditState_build_closure19, S._SubscriptionEditState_build__closure3, S._SubscriptionEditState_build_closure20, S._SubscriptionEditState_build__closure2, S._SubscriptionEditState_build_closure22, S._SubscriptionEditState_build__closure0, S._SubscriptionEditState_build_closure23, S._SubscriptionEditState_build__closure, S._SubscriptionEditState_build___closure, R.SubscriptionEditScreen_build_closure0, R.SubscriptionEditScreen_build_closure, R.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure, R.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure1, R.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure0, R.SubscriptionEditVM_SubscriptionEditVM$fromStore__closure, R.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure, R.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure0, R.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure1, R.SubscriptionEditVM_SubscriptionEditVM$fromStore____closure, Y.SubscriptionListItem_build_closure1, Y.SubscriptionListItem_build_closure0, Y.SubscriptionListItem_build_closure, S.SubscriptionListBuilder_build_closure, S.SubscriptionListBuilder_build__closure, S.SubscriptionListVM_fromStore__handleRefresh, S.SubscriptionListVM_fromStore_closure, S.SubscriptionListVM_fromStore_closure0, S.SubscriptionListVM_fromStore_closure1, O.SubscriptionScreen_build_closure9, O.SubscriptionScreen_build_closure7, O.SubscriptionScreen_build_closure8, O.SubscriptionScreen_build_closure4, O.SubscriptionScreen_build_closure5, O.SubscriptionScreen_build_closure, O.SubscriptionScreen_build_closure0, O.SubscriptionScreen_build_closure1, O.SubscriptionScreen_build_closure2, O.SubscriptionScreen_build_closure3, O.SubscriptionScreen_build_closure6, L.SubscriptionScreenBuilder_build_closure, M._SubscriptionViewState_build_closure1, M._SubscriptionViewState_build_closure0, M._SubscriptionViewState_build_closure, E.SubscriptionViewScreen_build_closure0, E.SubscriptionViewScreen_build_closure, E.SubscriptionViewVM_SubscriptionViewVM$fromStore_closure, B._UpdateDialogState_build_closure, B._UpdateDialogState_build_closure0, B._UpdateDialogState_build_closure1, B._UpdateDialogState_build_closure2, B._UpdateDialogState_build_closure3, B._UpdateDialogState_updateApp_closure, B._UpdateDialogState_updateApp__closure, B._UpdateDialogState_updateApp__closure0, B._UpdateDialogState_updateApp___closure0, B._UpdateDialogState_updateApp__closure1, B._UpdateDialogState_updateApp___closure, X._TaskEditState_initState_closure, X._TaskEditState_initState__closure, X._TaskEditState_build_closure2, X._TaskEditState_build_closure3, X._TaskEditState_build_closure, X._TaskEditState_build_closure0, X._TaskEditState_build_closure1, X._TaskEditState_build__closure, R._TaskEditDesktopState_didChangeDependencies_closure, R._TaskEditDesktopState_didChangeDependencies_closure0, R._TaskEditDesktopState_dispose_closure, R._TaskEditDesktopState__onChanged_closure, R._TaskEditDesktopState__onChanged_closure0, R._TaskEditDesktopState_build_closure, R._TaskEditDesktopState_build_closure0, R._TaskEditDesktopState_build_closure2, R._TaskEditDesktopState_build__closure8, R._TaskEditDesktopState_build_closure1, R._TaskEditDesktopState_build_closure3, R._TaskEditDesktopState_build__closure7, R._TaskEditDesktopState_build_closure4, R._TaskEditDesktopState_build_closure5, R._TaskEditDesktopState_build__closure6, R._TaskEditDesktopState_build_closure6, R._TaskEditDesktopState_build__closure5, R._TaskEditDesktopState_build_closure7, R._TaskEditDesktopState_build__closure4, R._TaskEditDesktopState_build_closure8, R._TaskEditDesktopState_build__closure3, R._TaskEditDesktopState_build_closure9, R._TaskEditDesktopState_build__closure2, R._TaskEditDesktopState_build_closure10, R._TaskEditDesktopState_build__closure1, R._TaskEditDesktopState_build_closure11, R._TaskEditDesktopState_build__closure0, R._TaskEditDesktopState_build_closure12, R._TaskEditDesktopState_build__closure, B._TaskEditDetailsState_didChangeDependencies_closure, B._TaskEditDetailsState_didChangeDependencies_closure0, B._TaskEditDetailsState_dispose_closure, B._TaskEditDetailsState__onChanged_closure, B._TaskEditDetailsState__onChanged_closure0, B._TaskEditDetailsState_build_closure0, B._TaskEditDetailsState_build__closure2, B._TaskEditDetailsState_build_closure, B._TaskEditDetailsState_build_closure1, B._TaskEditDetailsState_build__closure1, B._TaskEditDetailsState_build_closure2, B._TaskEditDetailsState_build_closure3, B._TaskEditDetailsState_build__closure0, B._TaskEditDetailsState_build_closure4, B._TaskEditDetailsState_build__closure, A.TaskEditDetailsScreen_build_closure0, A.TaskEditDetailsScreen_build_closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure2, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure3, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure2, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure3, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure1, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure1, U._TaskEditTimesState__showTaskTimeEditor_closure, U._TaskEditTimesState__showTaskTimeEditor__closure, U._TaskEditTimesState_build_closure, U._TaskEditTimesState_build_closure0, U._TaskEditTimesState_build__closure, U.TimeEditDetailsState_build_closure, U.TimeEditDetailsState_build__closure3, U.TimeEditDetailsState_build_closure0, U.TimeEditDetailsState_build__closure2, U.TimeEditDetailsState_build_closure1, U.TimeEditDetailsState_build__closure1, U.TimeEditDetailsState_build_closure2, U.TimeEditDetailsState_build__closure0, U.TimeEditDetailsState_build_closure3, U.TimeEditDetailsState_build__closure, U.TimeEditDetailsState_build_closure4, U.TimeEditDetailsState_build_closure5, M.TaskEditTimesScreen_build_closure0, M.TaskEditTimesScreen_build_closure, M.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure, M.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure0, M.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure1, M.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure2, B.TaskEditScreen_build_closure0, B.TaskEditScreen_build_closure, B.TaskEditVM_TaskEditVM$fromStore_closure0, B.TaskEditVM_TaskEditVM$fromStore_closure1, B.TaskEditVM_TaskEditVM$fromStore__closure, B.TaskEditVM_TaskEditVM$fromStore_closure, B.TaskEditVM_TaskEditVM$fromStore__closure0, B.TaskEditVM_TaskEditVM$fromStore___closure, B.TaskEditVM_TaskEditVM$fromStore___closure0, B.TaskEditVM_TaskEditVM$fromStore___closure1, B.TaskEditVM_TaskEditVM$fromStore____closure, O._KanbanTaskCardState_build_closure, O._KanbanTaskCardState_build_closure1, O._KanbanTaskCardState_build__closure3, O._KanbanTaskCardState_build_closure0, O._KanbanTaskCardState_build__closure4, O._KanbanTaskCardState_build___closure, O._KanbanTaskCardState_build_closure8, O._KanbanTaskCardState_build__closure1, O._KanbanTaskCardState_build_closure9, O._KanbanTaskCardState_build__closure0, O._KanbanTaskCardState_build_closure2, O._KanbanTaskCardState_build_closure3, O._KanbanTaskCardState_build_closure4, O._KanbanTaskCardState_build_closure5, O._KanbanTaskCardState_build_closure6, O._KanbanTaskCardState_build__closure2, O._KanbanTaskCardState_build_closure7, O._KanbanTaskCardState_build_closure10, O._KanbanTaskCardState_build__closure, D._KanbanStatusCardState__onSavePressed_closure, D._KanbanStatusCardState__onSavePressed__closure, D._KanbanStatusCardState_build_closure, D._KanbanStatusCardState_build_closure0, D._KanbanStatusCardState_build_closure1, D._KanbanStatusCardState_build__closure0, D._KanbanStatusCardState_build_closure2, D._KanbanStatusCardState_build__closure, O.KanbanViewState__initBoard_closure, O.KanbanViewState__initBoard_closure0, O.KanbanViewState__initBoard_closure1, O.KanbanViewState__initBoard_closure2, O.KanbanViewState__initBoard__closure, O.KanbanViewState__onBoardChanged_closure, O.KanbanViewState_build_closure, O.KanbanViewState_build_closure0, O.KanbanViewState_build__closure5, O.KanbanViewState_build___closure, O.KanbanViewState_build__closure, O.KanbanViewState_build__closure1, O.KanbanViewState_build__closure0, O.KanbanViewState_build___closure5, O.KanbanViewState_build__closure2, O.KanbanViewState_build___closure4, O.KanbanViewState_build____closure3, O.KanbanViewState_build__closure3, O.KanbanViewState_build__closure4, O.KanbanViewState_build___closure1, O.KanbanViewState_build___closure0, O.KanbanViewState_build____closure2, O.KanbanViewState_build___closure3, O.KanbanViewState_build____closure, O.KanbanViewState_build___closure2, O.KanbanViewState_build____closure0, O.KanbanViewState_build____closure1, T._KanbanViewBuilderState_build_closure, T.KanbanVM_fromStore_closure, T.KanbanVM_fromStore_closure1, T.KanbanVM_fromStore__closure, T.KanbanVM_fromStore_closure0, T.KanbanVM_fromStore__closure0, T.KanbanVM_fromStore__closure1, T.KanbanVM_fromStore__closure2, T.KanbanVM_fromStore__closure3, U.TaskListItem_build_closure1, U.TaskListItem_build_closure, U.TaskListItem_build_closure0, U.TaskListItem_build__closure2, U.TaskListItem_build__closure1, U.TaskListItem_build__closure, U.TaskListItem_build__closure0, U.TaskListItem_build__closure5, U.TaskListItem_build__closure4, U.TaskListItem_build__closure3, K.TaskListBuilder_build_closure, K.TaskListBuilder_build__closure, K.TaskListVM_fromStore__handleRefresh, K.TaskListVM_fromStore_closure0, K.TaskListVM_fromStore_closure, K.TaskListVM_fromStore_closure1, T.TaskPresenter_getField_closure, T.TaskPresenter_getField_closure0, D.TaskScreen_build_closure15, D.TaskScreen_build_closure13, D.TaskScreen_build_closure14, D.TaskScreen_build_closure, D.TaskScreen_build_closure0, D.TaskScreen_build_closure9, D.TaskScreen_build_closure11, D.TaskScreen_build_closure5, D.TaskScreen_build_closure6, D.TaskScreen_build_closure7, D.TaskScreen_build_closure8, D.TaskScreen_build_closure1, D.TaskScreen_build_closure2, D.TaskScreen_build_closure3, D.TaskScreen_build_closure10, D.TaskScreen_build_closure4, D.TaskScreen_build_closure12, Y.TaskScreenBuilder_build_closure, M.TaskTimeListTile_build_closure, Q._TaskViewState_build_closure, Q._TaskViewState_build__closure, Q._TaskViewState_build__closure0, B.TaskViewDocuments_build_closure, B.TaskViewDocuments_build_closure0, S._TaskOverviewState_initState_closure, S._TaskOverviewState_initState__closure, S._TaskOverviewState_build__buildView, S._TaskOverviewState_build__buildView_closure, S._TaskOverviewState_build__buildView__closure, S._TaskOverviewState_build_closure, L.TaskViewScreen_build_closure0, L.TaskViewScreen_build_closure, L.TaskViewVM_TaskViewVM$fromStore__handleRefresh, L.TaskViewVM_TaskViewVM$fromStore__toggleTask, L.TaskViewVM_TaskViewVM$fromStore__toggleTask_closure, L.TaskViewVM_TaskViewVM$fromStore__toggleTask_closure0, L.TaskViewVM_TaskViewVM$fromStore__toggleTask__closure, L.TaskViewVM_TaskViewVM$fromStore_closure0, L.TaskViewVM_TaskViewVM$fromStore_closure, L.TaskViewVM_TaskViewVM$fromStore_closure1, L.TaskViewVM_TaskViewVM$fromStore_closure2, L.TaskViewVM_TaskViewVM$fromStore__closure0, L.TaskViewVM_TaskViewVM$fromStore__closure1, L.TaskViewVM_TaskViewVM$fromStore___closure, L.TaskViewVM_TaskViewVM$fromStore_closure3, L.TaskViewVM_TaskViewVM$fromStore__closure, L._TaskStatusEditState_didChangeDependencies_closure, L._TaskStatusEditState_didChangeDependencies_closure0, L._TaskStatusEditState_dispose_closure, L._TaskStatusEditState__onChanged_closure, L._TaskStatusEditState__onChanged_closure0, L._TaskStatusEditState_build_closure0, L._TaskStatusEditState_build_closure1, L._TaskStatusEditState_build__closure, L._TaskStatusEditState_build_closure, L._TaskStatusEditState_build__closure0, L._TaskStatusEditState_build__closure1, L._TaskStatusEditState_build___closure, Q.TaskStatusEditScreen_build_closure0, Q.TaskStatusEditScreen_build_closure, Q.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure, Q.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure1, Q.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure0, Q.TaskStatusEditVM_TaskStatusEditVM$fromStore__closure, Q.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure, Q.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure0, Q.TaskStatusEditVM_TaskStatusEditVM$fromStore____closure, O.TaskStatusListItem_build_closure1, O.TaskStatusListItem_build_closure0, O.TaskStatusListItem_build_closure, U.TaskStatusListBuilder_build_closure, U.TaskStatusListBuilder_build__closure, U.TaskStatusListVM_fromStore__handleRefresh, U.TaskStatusListVM_fromStore_closure, U.TaskStatusListVM_fromStore_closure0, U.TaskStatusListVM_fromStore_closure1, Y.TaskStatusScreen_build_closure9, Y.TaskStatusScreen_build_closure7, Y.TaskStatusScreen_build_closure8, Y.TaskStatusScreen_build_closure4, Y.TaskStatusScreen_build_closure5, Y.TaskStatusScreen_build_closure, Y.TaskStatusScreen_build_closure0, Y.TaskStatusScreen_build_closure1, Y.TaskStatusScreen_build_closure2, Y.TaskStatusScreen_build_closure3, Y.TaskStatusScreen_build_closure6, U.TaskStatusScreenBuilder_build_closure, L._TaskStatusViewState_build_closure, T.TaskStatusViewScreen_build_closure0, T.TaskStatusViewScreen_build_closure, T.TaskStatusViewVM_TaskStatusViewVM$fromStore_closure, A._TaxRateEditState_didChangeDependencies_closure, A._TaxRateEditState_didChangeDependencies_closure0, A._TaxRateEditState_dispose_closure, A._TaxRateEditState__onChanged_closure, A._TaxRateEditState__onChanged_closure0, A._TaxRateEditState_build_closure, S.TaxRateEditScreen_build_closure0, S.TaxRateEditScreen_build_closure, S.TaxRateEditVM_TaxRateEditVM$fromStore_closure, S.TaxRateEditVM_TaxRateEditVM$fromStore_closure1, S.TaxRateEditVM_TaxRateEditVM$fromStore_closure0, S.TaxRateEditVM_TaxRateEditVM$fromStore__closure, S.TaxRateEditVM_TaxRateEditVM$fromStore___closure, S.TaxRateEditVM_TaxRateEditVM$fromStore___closure0, S.TaxRateEditVM_TaxRateEditVM$fromStore____closure, Z.TaxRateListItem_build_closure1, Z.TaxRateListItem_build_closure0, Z.TaxRateListItem_build_closure, X.TaxRateListBuilder_build_closure, X.TaxRateListBuilder_build__closure, X.TaxRateListVM_fromStore__handleRefresh, X.TaxRateListVM_fromStore_closure, X.TaxRateListVM_fromStore_closure0, X.TaxRateListVM_fromStore_closure1, D.TaxRateSettingsScreen_build_closure5, D.TaxRateSettingsScreen_build_closure3, D.TaxRateSettingsScreen_build_closure4, D.TaxRateSettingsScreen_build_closure0, D.TaxRateSettingsScreen_build_closure1, D.TaxRateSettingsScreen_build_closure, D.TaxRateSettingsScreen_build_closure2, O.TaxRateScreenBuilder_build_closure, K._TaxRateViewState_build_closure, R.TaxRateViewScreen_build_closure0, R.TaxRateViewScreen_build_closure, R.TaxRateViewVM_TaxRateViewVM$fromStore_closure, Y._TokenEditState_didChangeDependencies_closure, Y._TokenEditState_didChangeDependencies_closure0, Y._TokenEditState_dispose_closure, Y._TokenEditState__onChanged_closure, Y._TokenEditState__onChanged_closure0, Y._TokenEditState_build_closure0, Y._TokenEditState_build_closure1, Y._TokenEditState_build__closure, Y._TokenEditState_build_closure, Y._TokenEditState_build__closure0, R.TokenEditScreen_build_closure0, R.TokenEditScreen_build_closure, R.TokenEditVM_TokenEditVM$fromStore_closure, R.TokenEditVM_TokenEditVM$fromStore_closure1, R.TokenEditVM_TokenEditVM$fromStore_closure0, R.TokenEditVM_TokenEditVM$fromStore__closure, R.TokenEditVM_TokenEditVM$fromStore___closure, R.TokenEditVM_TokenEditVM$fromStore____closure, R.TokenEditVM_TokenEditVM$fromStore____closure0, R.TokenEditVM_TokenEditVM$fromStore_____closure, K.TokenListItem_build_closure1, K.TokenListItem_build_closure0, K.TokenListItem_build_closure, M.TokenListBuilder_build_closure, M.TokenListBuilder_build__closure, M.TokenListVM_fromStore__handleRefresh, M.TokenListVM_fromStore_closure, M.TokenListVM_fromStore_closure0, M.TokenListVM_fromStore_closure1, S.TokenScreen_build_closure9, S.TokenScreen_build_closure7, S.TokenScreen_build_closure8, S.TokenScreen_build_closure4, S.TokenScreen_build_closure5, S.TokenScreen_build_closure, S.TokenScreen_build_closure0, S.TokenScreen_build_closure1, S.TokenScreen_build_closure2, S.TokenScreen_build_closure3, S.TokenScreen_build_closure6, K.TokenScreenBuilder_build_closure, Y._TokenViewState_build_closure, Y._TokenListTile_build_closure, U.TokenViewScreen_build_closure0, U.TokenViewScreen_build_closure, U.TokenViewVM_TokenViewVM$fromStore_closure, U._UserEditState_didChangeDependencies_closure, U._UserEditState_didChangeDependencies_closure0, U._UserEditState_dispose_closure, U._UserEditState__onChanged_closure, U._UserEditState__onChanged_closure0, U._UserEditState__togglePermission_closure, U._UserEditState__togglePermission_closure0, U._UserEditState_build_closure13, U._UserEditState_build_closure14, U._UserEditState_build__closure, U._UserEditState_build_closure, U._UserEditState_build_closure0, U._UserEditState_build_closure1, U._UserEditState_build_closure2, U._UserEditState_build__closure9, U._UserEditState_build_closure3, U._UserEditState_build__closure8, U._UserEditState_build_closure4, U._UserEditState_build__closure7, U._UserEditState_build___closure0, U._UserEditState_build_closure5, U._UserEditState_build_closure6, U._UserEditState_build_closure7, U._UserEditState_build_closure8, U._UserEditState_build_closure9, U._UserEditState_build_closure10, U._UserEditState_build_closure11, U._UserEditState_build_closure12, U._UserEditState_build__closure0, U._UserEditState_build___closure, U._UserEditState_build____closure, U._UserEditState_build__closure2, U._UserEditState_build__closure1, U._UserEditState_build__closure4, U._UserEditState_build__closure3, U._UserEditState_build__closure6, U._UserEditState_build__closure5, Y.UserEditScreen_build_closure0, Y.UserEditScreen_build_closure, Y.UserEditVM_UserEditVM$fromStore_closure, Y.UserEditVM_UserEditVM$fromStore_closure1, Y.UserEditVM_UserEditVM$fromStore_closure0, Y.UserEditVM_UserEditVM$fromStore__closure, Y.UserEditVM_UserEditVM$fromStore___closure, Y.UserEditVM_UserEditVM$fromStore___closure0, Y.UserEditVM_UserEditVM$fromStore___closure1, Y.UserEditVM_UserEditVM$fromStore____closure, E.UserListItem_build_closure1, E.UserListItem_build_closure0, E.UserListItem_build_closure, M.UserListBuilder_build_closure, M.UserListBuilder_build__closure, M.UserListBuilder_build__closure_showDialog, M.UserListBuilder_build___closure, M.UserListVM_fromStore__handleRefresh, M.UserListVM_fromStore_closure, M.UserListVM_fromStore_closure0, M.UserListVM_fromStore_closure1, G.UserScreen_build_closure9, G.UserScreen_build_closure7, G.UserScreen_build_closure8, G.UserScreen_build_closure4, G.UserScreen_build_closure0, G.UserScreen_build_closure1, G.UserScreen_build_closure2, G.UserScreen_build_closure3, G.UserScreen_build_closure5, G.UserScreen_build_closure, G.UserScreen_build_closure6, A.UserScreenBuilder_build_closure, B.UserView_build_closure, X.UserViewScreen_build_closure0, X.UserViewScreen_build_closure, X.UserViewVM_UserViewVM$fromStore_closure, K._VendorEditState_build_closure, K._VendorEditState_build_closure0, G.VendorEditAddressState_didChangeDependencies_closure, G.VendorEditAddressState_didChangeDependencies_closure0, G.VendorEditAddressState_dispose_closure, G.VendorEditAddressState__onChanged_closure, G.VendorEditAddressState__onChanged_closure0, G.VendorEditAddressState_build_closure, G.VendorEditAddressState_build__closure, D._VendorEditContactsState__showContactEditor_closure, D._VendorEditContactsState__showContactEditor__closure, D._VendorEditContactsState_build_closure, D._VendorEditContactsState_build__closure, D._VendorEditContactsState_build_closure0, D._VendorEditContactsState_build_closure1, D.VendorContactEditDetailsState_didChangeDependencies_closure, D.VendorContactEditDetailsState_didChangeDependencies_closure0, D.VendorContactEditDetailsState_dispose_closure, D.VendorContactEditDetailsState__onChanged_closure, D.VendorContactEditDetailsState__onChanged_closure0, D.VendorContactEditDetailsState_build_closure, D.VendorContactEditDetailsState_build_closure0, D.VendorContactEditDetailsState_build_closure1, D.VendorContactEditDetailsState_build_closure2, D.VendorContactEditDetailsState_build_closure3, D.VendorContactEditDetailsState_build_closure4, D.VendorContactEditDetailsState_build__closure, D.VendorContactEditDetailsState_build_closure5, T.VendorEditContactsScreen_build_closure0, T.VendorEditContactsScreen_build_closure, T.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure, T.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure0, T.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure1, T.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure2, Q.VendorEditDetailsState_didChangeDependencies_closure, Q.VendorEditDetailsState_didChangeDependencies_closure0, Q.VendorEditDetailsState_dispose_closure, Q.VendorEditDetailsState__onChanged_closure, Q.VendorEditDetailsState__onChanged_closure0, Q.VendorEditDetailsState_build_closure, Q.VendorEditDetailsState_build_closure0, Q.VendorEditDetailsState_build__closure, Q.VendorEditFooter_build_closure, N.VendorEditNotesState_didChangeDependencies_closure, N.VendorEditNotesState_didChangeDependencies_closure0, N.VendorEditNotesState_dispose_closure, N.VendorEditNotesState__onChanged_closure, N.VendorEditNotesState__onChanged_closure0, N.VendorEditNotesState_build_closure, N.VendorEditNotesState_build__closure, A.VendorEditScreen_build_closure0, A.VendorEditScreen_build_closure, A.VendorEditVM_VendorEditVM$fromStore_closure, A.VendorEditVM_VendorEditVM$fromStore_closure1, A.VendorEditVM_VendorEditVM$fromStore_closure0, A.VendorEditVM_VendorEditVM$fromStore__closure, A.VendorEditVM_VendorEditVM$fromStore___closure, A.VendorEditVM_VendorEditVM$fromStore___closure0, A.VendorEditVM_VendorEditVM$fromStore___closure1, A.VendorEditVM_VendorEditVM$fromStore____closure, Z.VendorListItem_build_closure, Z.VendorListItem_build__closure2, Z.VendorListItem_build__closure1, Z.VendorListItem_build__closure, Z.VendorListItem_build__closure0, Z.VendorListItem_build__closure5, Z.VendorListItem_build__closure4, Z.VendorListItem_build__closure3, E.VendorListBuilder_build_closure, E.VendorListBuilder_build__closure, E.VendorListVM_fromStore__handleRefresh, E.VendorListVM_fromStore_closure, E.VendorListVM_fromStore_closure0, E.VendorListVM_fromStore_closure1, N.VendorPresenter_getField_closure, K.VendorScreen_build_closure9, K.VendorScreen_build_closure7, K.VendorScreen_build_closure8, K.VendorScreen_build_closure4, K.VendorScreen_build_closure0, K.VendorScreen_build_closure1, K.VendorScreen_build_closure2, K.VendorScreen_build_closure3, K.VendorScreen_build_closure5, K.VendorScreen_build_closure, K.VendorScreen_build_closure6, B.VendorScreenBuilder_build_closure, N._VendorViewState_build_closure0, N._VendorViewState_build__closure, N._VendorViewState_build__closure0, N._VendorViewState_build__closure1, N._VendorViewState_build_closure, Y._VendorViewDetailsState_build__buildDetailsList, Y._VendorViewDetailsState_build__buildDetailsList_closure, Y._VendorViewDetailsState_build__buildDetailsList__closure1, Y._VendorViewDetailsState_build__buildDetailsList___closure0, Y._VendorViewDetailsState_build__buildDetailsList__closure2, Y._VendorViewDetailsState_build__buildDetailsList___closure, Y._VendorViewDetailsState_build__buildDetailsList_closure0, Y._VendorViewDetailsState_build__buildDetailsList__closure0, Y._VendorViewDetailsState_build__buildDetailsList_closure1, Y._VendorViewDetailsState_build__buildDetailsList__closure, Y._VendorViewDetailsState_build__buildDetailsList_closure2, G.VendorViewDocuments_build_closure, G.VendorViewDocuments_build_closure0, F.VendorViewScreen_build_closure0, F.VendorViewScreen_build_closure, F.VendorViewVM_VendorViewVM$fromStore__handleRefresh, F.VendorViewVM_VendorViewVM$fromStore_closure, F.VendorViewVM_VendorViewVM$fromStore_closure0, F.VendorViewVM_VendorViewVM$fromStore_closure1, F.VendorViewVM_VendorViewVM$fromStore__closure0, F.VendorViewVM_VendorViewVM$fromStore__closure1, F.VendorViewVM_VendorViewVM$fromStore___closure, F.VendorViewVM_VendorViewVM$fromStore_closure2, F.VendorViewVM_VendorViewVM$fromStore__closure, N._WebhookEditState_didChangeDependencies_closure, N._WebhookEditState_didChangeDependencies_closure0, N._WebhookEditState_dispose_closure, N._WebhookEditState__onChanged_closure, N._WebhookEditState__onChanged_closure0, N._WebhookEditState_build_closure0, N._WebhookEditState_build_closure1, N._WebhookEditState_build_closure, N._WebhookEditState_build__closure, N._WebhookEditState_build__closure3, N._WebhookEditState_build___closure2, N._WebhookEditState_build__closure0, N._WebhookEditState_build__closure4, N._WebhookEditState_build___closure1, N._WebhookEditState_build__closure1, N._WebhookEditState_build___closure4, N._WebhookEditState_build__closure2, N._WebhookEditState_build___closure3, N._WebhookEditState_build__closure5, N._WebhookEditState_build___closure0, N._WebhookEditState_build__closure6, N._WebhookEditState_build___closure, N._WebhookEditState_build____closure, F.WebhookEditScreen_build_closure0, F.WebhookEditScreen_build_closure, F.WebhookEditVM_WebhookEditVM$fromStore_closure, F.WebhookEditVM_WebhookEditVM$fromStore_closure1, F.WebhookEditVM_WebhookEditVM$fromStore_closure0, F.WebhookEditVM_WebhookEditVM$fromStore__closure, F.WebhookEditVM_WebhookEditVM$fromStore___closure, F.WebhookEditVM_WebhookEditVM$fromStore___closure0, F.WebhookEditVM_WebhookEditVM$fromStore____closure, L._WebhookViewState_build_closure, L.TargetListTile_build_closure, Y.WebhookViewScreen_build_closure0, Y.WebhookViewScreen_build_closure, Y.WebhookViewVM_WebhookViewVM$fromStore_closure, X.WebhookListItem_build_closure1, X.WebhookListItem_build_closure0, X.WebhookListItem_build_closure, X.WebhookListBuilder_build_closure, X.WebhookListBuilder_build__closure, X.WebhookListVM_fromStore__handleRefresh, X.WebhookListVM_fromStore_closure, X.WebhookListVM_fromStore_closure0, X.WebhookListVM_fromStore_closure1, T.WebhookScreen_build_closure9, T.WebhookScreen_build_closure7, T.WebhookScreen_build_closure8, T.WebhookScreen_build_closure4, T.WebhookScreen_build_closure5, T.WebhookScreen_build_closure, T.WebhookScreen_build_closure0, T.WebhookScreen_build_closure1, T.WebhookScreen_build_closure2, T.WebhookScreen_build_closure3, T.WebhookScreen_build_closure6, T.WebhookScreenBuilder_build_closure, O.snackBarCompleter_closure, O.snackBarCompleter_closure0, O.snackBarCompleter__closure, O.Debouncer_run_closure, N.loadDesign_closure, N.loadDesign_closure0, O.showRefreshDataDialog_closure, O.showErrorDialog_closure, O.showMessageDialog_closure, O.confirmCallback_closure, O.confirmCallback_closure__onPressed, O.confirmCallback__closure, O.confirmCallback__closure0, O.confirmCallback__closure1, O.confirmCallback__closure2, O.confirmCallback__closure3, O.passwordCallback_closure, O.passwordCallback_closure0, O.passwordCallback_closure1, O.passwordCallback__closure, O._PasswordConfirmationState_build_closure0, O._PasswordConfirmationState_build_closure, O._PasswordConfirmationState_build__closure, O._PasswordConfirmationState_build_closure1, O._PasswordConfirmationState_build_closure2, O._PasswordConfirmationState_build_closure3, O.fieldCallback_closure, O._FieldConfirmationState_build_closure0, O._FieldConfirmationState_build_closure, O._FieldConfirmationState_build_closure1, O._FieldConfirmationState_build_closure2, O._FieldConfirmationState_build_closure3, O.cloneToDialog_closure, O.cloneToDialog__closure, O.cloneToDialog__closure0, O.cloneToDialog__closure1, O.cloneToDialog__closure2, O.cloneToDialog__closure3, N.EnumUtils_fromString_closure, N.EnumUtils_fromString_closure0, B.GoogleOAuth_signIn_closure, B.GoogleOAuth_signUp_closure, A.toSnakeCase_closure, A.toCamelCase_closure, A.toSpaceCase_closure, A.toTitleCase_closure, A.matchesStrings_closure, A.matchesStringsValue_closure, L.loadEmailTemplate_closure, L.loadEmailTemplate_closure0, L.WebUtils_registerWebView_closure, L.WebUtils_warnChanges_closure, F.Logger_Logger_closure, O.memo1__prevArg_set, O.memo1__prevResult_set, O.memo1__prevArg_get, O.memo1__prevResult_get, O.memo1_closure, O.memo2__prevArgA_set, O.memo2__prevArgB_set, O.memo2__prevResult_set, O.memo2__prevArgA_get, O.memo2__prevArgB_get, O.memo2__prevResult_get, O.memo2_closure, O.memo3__prevArgA_set, O.memo3__prevArgB_set, O.memo3__prevArgC_set, O.memo3__prevResult_set, O.memo3__prevArgA_get, O.memo3__prevArgB_get, O.memo3__prevArgC_get, O.memo3__prevResult_get, O.memo3_closure, O.memo4__prevArgA_set, O.memo4__prevArgB_set, O.memo4__prevArgC_set, O.memo4__prevArgD_set, O.memo4__prevResult_set, O.memo4__prevArgA_get, O.memo4__prevArgB_get, O.memo4__prevArgC_get, O.memo4__prevArgD_get, O.memo4__prevResult_get, O.memo4_closure, O.memo5__prevArgA_set, O.memo5__prevArgB_set, O.memo5__prevArgC_set, O.memo5__prevArgD_set, O.memo5__prevArgE_set, O.memo5__prevResult_set, O.memo5__prevArgA_get, O.memo5__prevArgB_get, O.memo5__prevArgC_get, O.memo5__prevArgD_get, O.memo5__prevArgE_get, O.memo5__prevResult_get, O.memo5_closure, O.memo6__prevArgA_set, O.memo6__prevArgB_set, O.memo6__prevArgC_set, O.memo6__prevArgD_set, O.memo6__prevArgE_set, O.memo6__prevArgF_set, O.memo6__prevResult_set, O.memo6__prevArgA_get, O.memo6__prevArgB_get, O.memo6__prevArgC_get, O.memo6__prevArgD_get, O.memo6__prevArgE_get, O.memo6__prevArgF_get, O.memo6__prevResult_get, O.memo6_closure, O.memo7__prevArgA_set, O.memo7__prevArgB_set, O.memo7__prevArgC_set, O.memo7__prevArgD_set, O.memo7__prevArgE_set, O.memo7__prevArgF_set, O.memo7__prevArgG_set, O.memo7__prevResult_set, O.memo7__prevArgA_get, O.memo7__prevArgB_get, O.memo7__prevArgC_get, O.memo7__prevArgD_get, O.memo7__prevArgE_get, O.memo7__prevArgF_get, O.memo7__prevArgG_get, O.memo7__prevResult_get, O.memo7_closure, O.memo8__prevArgA_set, O.memo8__prevArgB_set, O.memo8__prevArgC_set, O.memo8__prevArgD_set, O.memo8__prevArgE_set, O.memo8__prevArgF_set, O.memo8__prevArgG_set, O.memo8__prevArgH_set, O.memo8__prevResult_set, O.memo8__prevArgA_get, O.memo8__prevArgB_get, O.memo8__prevArgC_get, O.memo8__prevArgD_get, O.memo8__prevArgE_get, O.memo8__prevArgF_get, O.memo8__prevArgG_get, O.memo8__prevArgH_get, O.memo8__prevResult_get, O.memo8_closure, O.memo9__prevArgA_set, O.memo9__prevArgB_set, O.memo9__prevArgC_set, O.memo9__prevArgD_set, O.memo9__prevArgE_set, O.memo9__prevArgF_set, O.memo9__prevArgG_set, O.memo9__prevArgH_set, O.memo9__prevArgI_set, O.memo9__prevResult_set, O.memo9__prevArgA_get, O.memo9__prevArgB_get, O.memo9__prevArgC_get, O.memo9__prevArgD_get, O.memo9__prevArgE_get, O.memo9__prevArgF_get, O.memo9__prevArgG_get, O.memo9__prevArgH_get, O.memo9__prevArgI_get, O.memo9__prevResult_get, O.memo9_closure, O.memo10__prevArgA_set, O.memo10__prevArgB_set, O.memo10__prevArgC_set, O.memo10__prevArgD_set, O.memo10__prevArgE_set, O.memo10__prevArgF_set, O.memo10__prevArgG_set, O.memo10__prevArgH_set, O.memo10__prevArgI_set, O.memo10__prevArgJ_set, O.memo10__prevResult_set, O.memo10__prevArgA_get, O.memo10__prevArgB_get, O.memo10__prevArgC_get, O.memo10__prevArgD_get, O.memo10__prevArgE_get, O.memo10__prevArgF_get, O.memo10__prevArgG_get, O.memo10__prevArgH_get, O.memo10__prevArgI_get, O.memo10__prevArgJ_get, O.memo10__prevResult_get, O.memo10_closure, S.PdfDocument_getPage_closure, V.PdfPage_render_closure, V.PdfPage_close_closure, V.Page_render_closure, X._PdfViewState__getPageImage_closure, X._PdfViewState__changeLoadingState_closure, X._PdfViewState__buildLoaded_closure, X._PdfViewState__buildLoaded_closure0, X._PdfViewState__buildLoaded_closure1, X._PdfViewState_build_closure, V.PdfPageImageProvider_load_closure, F._FadeWidgetState_animationStatusChange_closure, K.RenderOverflowView_resetOffstage_closure, K.RenderOverflowView_performFixedLayout_getChildOffset, K.RenderOverflowView_performFlexibleLayout_closure, K.RenderOverflowView_visitOnlyOnStageChildren_closure, K.RenderOverflowView_paint_paintChild, K.RenderOverflowView_paint_defaultPaint, K.RenderOverflowView_hitTestChildren_closure, K.RenderOverflowView_hitTestChildren__closure, K.OverflowView$_all_closure, M.Context_joinAll_closure, M.Context_split_closure, M._validateArgList_closure, E._PhotoViewState_build_closure, M.PhotoViewCoreState_build_closure, O.PhotoViewGestureDetector_build_closure, O.PhotoViewGestureDetector_build_closure0, O.PhotoViewGestureDetector_build_closure1, O.PhotoViewGestureDetector_build_closure2, O.PhotoViewGestureDetector_build_closure3, O.PhotoViewGestureDetector_build_closure4, L._ImageWrapperState__getOrCreateListener_handleImageChunk, L._ImageWrapperState__getOrCreateListener_handleImageChunk_closure, L._ImageWrapperState__getOrCreateListener_handleImageFrame, L._ImageWrapperState__getOrCreateListener_handleImageFrame_closure, L._ImageWrapperState__getOrCreateListener_handleError, L._ImageWrapperState__getOrCreateListener_handleError_closure, L._registerFactory_closure, E._QrImageState_build_closure, S.QrValidator_validate__qrCode_set, S.QrValidator_validate__qrCode_get, A.hashObjects_closure1, X.Store__createReduceAndNotify_closure, X.Store__createDispatchers_closure, B.combineReducers_closure, O.LoggingMiddleware_call_closure, N.RoundedLoadingButtonState_build_closure, N.RoundedLoadingButtonState_initState_closure, N.RoundedLoadingButtonState_initState__closure1, N.RoundedLoadingButtonState_initState_closure0, N.RoundedLoadingButtonState_initState__closure0, N.RoundedLoadingButtonState_initState_closure1, N.RoundedLoadingButtonState_initState_closure2, N.RoundedLoadingButtonState_initState__closure, U.BehaviorSubject__deferStream_closure, U.BehaviorSubject_map_closure, U.BehaviorSubject__forwardBehaviorSubject__subject_set, U.BehaviorSubject__forwardBehaviorSubject__subscription_set, U.BehaviorSubject__forwardBehaviorSubject__subject_get, U.BehaviorSubject__forwardBehaviorSubject__subscription_get, U.BehaviorSubject__forwardBehaviorSubject_closure0, U.BehaviorSubject__forwardBehaviorSubject_closure, F.Subject_addStream_closure, F.Subject_addStream_closure0, F.Subject_addStream_closure2, F.Subject_addStream_closure1, G._StartWithStreamSink_onListen_closure, O._StartWithErrorStreamSink_onListen_closure, F.forwardStream__controller_set, F.forwardStream__subscription_set, F.forwardStream__controller_get, F.forwardStream__subscription_get, F.forwardStream_runCatching, F.forwardStream_closure, F.forwardStream__closure1, F.forwardStream__closure2, F.forwardStream___closure1, F.forwardStream__closure4, F.forwardStream___closure, F.forwardStream__closure3, F.forwardStream___closure0, F.forwardStream_closure0, F.forwardStream_closure1, F.forwardStream__closure0, F.forwardStream_closure2, F.forwardStream__closure, M.RouteObserverBreadcrumb__formatArgs_closure, V.SharedPreferencesPlugin__storedFlutterKeys_closure, U.Highlighter_closure, U.Highlighter$__closure, U.Highlighter$___closure, U.Highlighter$__closure0, U.Highlighter__collateLines_closure, U.Highlighter__collateLines_closure0, U.Highlighter__collateLines_closure1, U.Highlighter__collateLines__closure, U.Highlighter_highlight_closure, U.Highlighter__writeFileStart_closure, U.Highlighter__writeMultilineHighlights_closure, U.Highlighter__writeMultilineHighlights_closure0, U.Highlighter__writeMultilineHighlights_closure1, U.Highlighter__writeMultilineHighlights_closure2, U.Highlighter__writeMultilineHighlights__closure, U.Highlighter__writeMultilineHighlights__closure0, U.Highlighter__writeHighlightedText_closure, U.Highlighter__writeIndicator_closure, U.Highlighter__writeIndicator_closure0, U.Highlighter__writeIndicator_closure1, U.Highlighter__writeSidebar_closure, U._Highlight_closure, S.BasicLock_synchronized__complete, E.format_closure, F.MethodChannelUrlLauncher_canLaunch_closure, F.MethodChannelUrlLauncher_launch_closure, A.hashObjects_closure0]); _inheritMany(H.EngineCanvas, [H.BitmapCanvas, H._DomCanvas_EngineCanvas_SaveElementStackTracking]); _inherit(H._CanvasPool, H._SaveStackTracking); _inherit(H.RecordingCkCanvas, H.CkCanvas); @@ -435701,9 +432427,9 @@ _inherit(Y.DiagnosticableTree, Y._DiagnosticableTree_Object_Diagnosticable); _inheritMany(Y.DiagnosticableTree, [N.Widget, N.Element0, G.InlineSpan, A.SemanticsHintOverrides, A.SemanticsProperties]); _inheritMany(N.Widget, [N.StatefulWidget, N.StatelessWidget, N.RenderObjectWidget, N.ProxyWidget, S._NullWidget0, N._NullWidget, L._NullWidget3]); - _inheritMany(N.StatefulWidget, [D.BoardItem, O.BoardList, N.BoardView, X.BaseChart, M.DraggableScrollbar, F.CupertinoActivityIndicator, D._CupertinoBackGestureDetector, E.RawScrollbar, N.CupertinoSwitch, A.LicensePage, A._PackagesView, A._PackageLicensePage, A._MasterDetailFlow, A._MasterDetailScaffold, S.MaterialApp, E.AppBar, E.SliverAppBar, B.BottomAppBar, E.BottomSheet, Z.RawMaterialButton, K.ButtonStyleButton, Q.CalendarDatePicker, Q._DatePickerModeToggleButton, Q._MonthPicker, Q._DayPicker, Q.YearPicker, K.Checkbox, S._SortArrow, K.DatePickerDialog, Z.DrawerController, K._DropdownMenuItemButton, K._DropdownMenu, K.DropdownButton, A.FormField, N.ExpandIcon, D.ExpansionPanelList, D.Ink, R._InkResponseStateWidget, U.InputDatePickerFormField, L._BorderContainer, K.AnimatedWidget, L._HelperError, L.InputDecorator, M.Material, G.ImplicitlyAnimatedWidget, B.MergeableMaterial, R.PaginatedDataTable, Z.PopupMenuEntry, Z.PopupMenuButton, U.ProgressIndicator, Y.Radio, N.RefreshIndicator, Z.ReorderableListView, M.ScaffoldMessenger, M._FloatingActionButtonTransition, M.Scaffold, M._StandardBottomSheet, E.Scrollbar, O.SelectableText, N._MaterialSwitch, U.DefaultTabController, E.TabBar, E.TabBarView, Z.TextField, M._Dial, M._TimePickerInput, M._HourMinuteTextField, M._TimePickerDialog, S.Tooltip, U.Actions, U.FocusableActionDetector, U.AnimatedCrossFade, G.AnimatedSwitcher, S.WidgetsApp, S._MediaQueryFromWindow, B.StreamBuilderBase, B.FutureBuilder, S.RawAutocomplete, F.AutofillGroup, L.AutomaticKeepAlive, T.MouseRegion, X.Shortcuts, B.Draggable, B.DragTarget, S.DraggableScrollableSheet, N.DualTransitionBuilder, D.EditableText, L.Focus, U.FocusTraversalGroup, A.Form, D.RawGestureDetector, T.Hero, U.Image, L.Localizations, K.Navigator, X._OverlayEntryWidget, X.Overlay, L.GlowingOverscrollIndicator, D.PageView, G.PlatformViewLink, Z.SliverReorderableList, Z._ReorderableItem, K.RestorationScope, K.RootRestorationScope, T._ModalScope, F.Scrollable, F._TextSelectionHandleOverlay, F.TextSelectionGestureDetector, N.ValueListenableBuilder, F.WillPopScope, B.BlockPicker, A.JsonViewer, A.JsonObjectViewer, A.JsonArrayViewer, O._StoreStreamListener, A.Slidable, M.StyledToast, M._StyledToastWidget, L.TypeAheadField, L._SuggestionsList, K.InvoiceNinjaApp, Z.AppBottomBar, G.AppBuilder, O.AppScrollbar, O.ChangeLayoutBanner, K.DesktopSessionTimeout, E.HealthCheckDialog, E.MultiSelectList, O.EntityListTile, O.EntitiesListTile, F.EntityDropdown, F.EntityDropdownDialog, A.FormColorPicker, B.CustomField, K.DatePicker, S.DecoratedFormField, U.DurationPicker, A.GrowableFormField, S.PasswordFormField, M.TimePicker, V.HistoryListTile, E.InvoiceEmailView, D.TaxRateDropdown, N.ListFilter, E.LiveText, V.DrawerTile, V.ContactUsDialog, X.ScrollableListView, X.ScrollableListViewBuilder, V.SystemLogViewer, L._SortArrow0, N.AppPaginatedDataTable, S.EntityList, K.VariablesHelp, A.WebSessionTimeout, B.WebSocketRefresh, Y.LoginView, S.ClientPdfView, M.ClientEdit, R.ClientEditBillingAddress, R.ClientEditContacts, R.ContactEditDetails, Q.ClientEditDetails, L.ClientEditNotes, M.ClientEditSettings, R.ClientEditShippingAddress, G.ClientView, R.ClientViewActivity, Q.ClientViewDetails, U.ClientViewLedger, K.ClientViewSystemLogs, G.CompanyGatewayList, V.CompanyGatewayEdit, V.GatewayConfigField, V.LimitEditor, V.FeesEditor, G.CompanyGatewayView, G._CompanyGatewaySystemLog, M.CreditEdit, U.DashboardChart, E.DashboardDateRangePicker, Y._DashboardPanel, F.DashboardScreen, N.DesignEdit, N.DesignSettings, N.PdfDesignPreview, K.DesignView, Z.DocumentEdit, T.DocumentView, D.ExpenseEdit, M.ExpenseEditDetails, E.ExpenseEditNotes, T.ExpenseEditSettings, U.ExpenseView, N.ExpenseViewSchedule, A.ExpenseCategoryEdit, D.ExpenseCategoryView, Q.GroupEdit, E.GroupView, F.InvoiceEdit, S.InvoiceEditDesktop, S._PdfPreview, N.InvoiceEditDetails, G.InvoiceEditItems, G.ItemEditDetails, E.InvoiceEditItemsDesktop, Z.InvoiceEditNotes, A.InvoiceEditPDF, D.InvoiceItemSelector, E.InvoicePdfView, E.InvoiceView, A.InvoiceViewActivity, S.InvoiceViewHistory, N.InvoiceViewSchedule, M.PaymentEdit, M.PaymentableEditor, Y.PaymentRefund, Y.PaymentableEditor0, L.PaymentView, U.PaymentTermEdit, K.PaymentTermView, F.ProductEdit, Z.ProductView, B.ProductOverview, K.ProjectEdit, M.ProjectView, Y.ProjectOverview, B.QuoteEdit, O.RecurringInvoiceEdit, A.ReportDataTable, O.AccountManagement, V.BuyNowButtons, S.ClientPortal, A.CompanyDetails, X.CreditCardsAndBanks, S.CustomFields, S.CustomFormField, V.DataVisualizations, R.DeviceSettings, N.EmailSettings, F.ExpenseSettings, F.GeneratedNumbers, F.EntityNumberSettings, D.ImportExport, D._FileImport, D._FileMapper, Z.InvoiceDesign, G.LocalizationSettings, V.OnlinePayments, L.ProductSettings, U.SettingsList, X.SettingsWizard, L.TaskSettings, N.TaxSettings, L.TemplatesAndReminders, L.ReminderSettings, K.UserDetails, K._EnableTwoFactor, D.WorkflowSettings, S.SubscriptionEdit, M.SubscriptionView, B.UpdateDialog, X.TaskEdit, R.TaskEditDesktop, B.TaskEditDetails, U.TaskEditTimes, U.TimeEditDetails, O.KanbanTaskCard, D.KanbanStatusCard, O.KanbanView, T.KanbanViewBuilder, Q.TaskView, S.TaskOverview, L.TaskStatusEdit, L.TaskStatusView, A.TaxRateEdit, K.TaxRateView, Y.TokenEdit, Y.TokenView, U.UserEdit, K.VendorEdit, G.VendorEditAddress, D.VendorEditContacts, D.VendorContactEditDetails, Q.VendorEditDetails, N.VendorEditNotes, N.VendorView, Y.VendorViewDetails, N.WebhookEdit, L.WebhookView, O.PasswordConfirmation, O.FieldConfirmation, X.PdfView, F.FadeWidget, U.OctoImage, E.PhotoView, M.PhotoViewGallery, M.PhotoViewCore, L.ImageWrapper, E.QrImage, V._OverlayEntry, V.PassthroughOverlay, A.ReorderableFlex, A._ReorderableFlexContent, N.RoundedLoadingButton]); + _inheritMany(N.StatefulWidget, [D.BoardItem, O.BoardList, N.BoardView, X.BaseChart, M.DraggableScrollbar, F.CupertinoActivityIndicator, D._CupertinoBackGestureDetector, E.RawScrollbar, N.CupertinoSwitch, A.LicensePage, A._PackagesView, A._PackageLicensePage, A._MasterDetailFlow, A._MasterDetailScaffold, S.MaterialApp, E.AppBar, E.SliverAppBar, B.BottomAppBar, E.BottomSheet, Z.RawMaterialButton, K.ButtonStyleButton, Q.CalendarDatePicker, Q._DatePickerModeToggleButton, Q._MonthPicker, Q._DayPicker, Q.YearPicker, K.Checkbox, S._SortArrow, K.DatePickerDialog, Z.DrawerController, K._DropdownMenuItemButton, K._DropdownMenu, K.DropdownButton, A.FormField, N.ExpandIcon, D.ExpansionPanelList, D.Ink, R._InkResponseStateWidget, U.InputDatePickerFormField, L._BorderContainer, K.AnimatedWidget, L._HelperError, L.InputDecorator, M.Material, G.ImplicitlyAnimatedWidget, B.MergeableMaterial, R.PaginatedDataTable, Z.PopupMenuEntry, Z.PopupMenuButton, U.ProgressIndicator, Y.Radio, N.RefreshIndicator, Z.ReorderableListView, M.ScaffoldMessenger, M._FloatingActionButtonTransition, M.Scaffold, M._StandardBottomSheet, E.Scrollbar, O.SelectableText, N._MaterialSwitch, U.DefaultTabController, E.TabBar, E.TabBarView, Z.TextField, M._Dial, M._TimePickerInput, M._HourMinuteTextField, M._TimePickerDialog, S.Tooltip, U.Actions, U.FocusableActionDetector, U.AnimatedCrossFade, G.AnimatedSwitcher, S.WidgetsApp, S._MediaQueryFromWindow, B.StreamBuilderBase, B.FutureBuilder, S.RawAutocomplete, F.AutofillGroup, L.AutomaticKeepAlive, T.MouseRegion, X.Shortcuts, S.DraggableScrollableSheet, N.DualTransitionBuilder, D.EditableText, L.Focus, U.FocusTraversalGroup, A.Form, D.RawGestureDetector, T.Hero, U.Image, L.Localizations, K.Navigator, X._OverlayEntryWidget, X.Overlay, L.GlowingOverscrollIndicator, D.PageView, G.PlatformViewLink, Z.SliverReorderableList, Z._ReorderableItem, K.RestorationScope, K.RootRestorationScope, T._ModalScope, F.Scrollable, F._TextSelectionHandleOverlay, F.TextSelectionGestureDetector, N.ValueListenableBuilder, F.WillPopScope, B.BlockPicker, A.JsonViewer, A.JsonObjectViewer, A.JsonArrayViewer, O._StoreStreamListener, A.Slidable, M.StyledToast, M._StyledToastWidget, L.TypeAheadField, L._SuggestionsList, K.InvoiceNinjaApp, Z.AppBottomBar, G.AppBuilder, O.AppScrollbar, O.ChangeLayoutBanner, K.DesktopSessionTimeout, E.HealthCheckDialog, E.MultiSelectList, O.EntityListTile, O.EntitiesListTile, F.EntityDropdown, F.EntityDropdownDialog, A.FormColorPicker, B.CustomField, K.DatePicker, S.DecoratedFormField, U.DurationPicker, A.GrowableFormField, S.PasswordFormField, M.TimePicker, V.HistoryListTile, E.InvoiceEmailView, D.TaxRateDropdown, N.ListFilter, E.LiveText, V.DrawerTile, V.ContactUsDialog, X.ScrollableListView, X.ScrollableListViewBuilder, V.SystemLogViewer, L._SortArrow0, N.AppPaginatedDataTable, S.EntityList, K.VariablesHelp, A.WebSessionTimeout, B.WebSocketRefresh, Y.LoginView, S.ClientPdfView, M.ClientEdit, R.ClientEditBillingAddress, R.ClientEditContacts, R.ContactEditDetails, Q.ClientEditDetails, L.ClientEditNotes, M.ClientEditSettings, R.ClientEditShippingAddress, G.ClientView, R.ClientViewActivity, Q.ClientViewDetails, U.ClientViewLedger, K.ClientViewSystemLogs, G.CompanyGatewayList, V.CompanyGatewayEdit, V.GatewayConfigField, V.LimitEditor, V.FeesEditor, G.CompanyGatewayView, G._CompanyGatewaySystemLog, M.CreditEdit, U.DashboardChart, E.DashboardDateRangePicker, Y._DashboardPanel, F.DashboardScreen, N.DesignEdit, N.DesignSettings, N.PdfDesignPreview, K.DesignView, Z.DocumentEdit, T.DocumentView, D.ExpenseEdit, M.ExpenseEditDetails, E.ExpenseEditNotes, T.ExpenseEditSettings, U.ExpenseView, N.ExpenseViewSchedule, A.ExpenseCategoryEdit, D.ExpenseCategoryView, Q.GroupEdit, E.GroupView, F.InvoiceEdit, S.InvoiceEditDesktop, S._PdfPreview, N.InvoiceEditDetails, G.InvoiceEditItems, G.ItemEditDetails, E.InvoiceEditItemsDesktop, Z.InvoiceEditNotes, A.InvoiceEditPDF, D.InvoiceItemSelector, E.InvoicePdfView, E.InvoiceView, A.InvoiceViewActivity, S.InvoiceViewHistory, N.InvoiceViewSchedule, M.PaymentEdit, M.PaymentableEditor, Y.PaymentRefund, Y.PaymentableEditor0, L.PaymentView, U.PaymentTermEdit, K.PaymentTermView, F.ProductEdit, Z.ProductView, B.ProductOverview, K.ProjectEdit, M.ProjectView, Y.ProjectOverview, B.QuoteEdit, O.RecurringInvoiceEdit, A.ReportDataTable, O.AccountManagement, V.BuyNowButtons, S.ClientPortal, A.CompanyDetails, X.CreditCardsAndBanks, S.CustomFields, S.CustomFormField, V.DataVisualizations, R.DeviceSettings, N.EmailSettings, F.ExpenseSettings, F.GeneratedNumbers, F.EntityNumberSettings, D.ImportExport, D._FileImport, D._FileMapper, Z.InvoiceDesign, G.LocalizationSettings, V.OnlinePayments, L.ProductSettings, U.SettingsList, X.SettingsWizard, L.TaskSettings, N.TaxSettings, L.TemplatesAndReminders, L.ReminderSettings, K.UserDetails, K._EnableTwoFactor, D.WorkflowSettings, S.SubscriptionEdit, M.SubscriptionView, B.UpdateDialog, X.TaskEdit, R.TaskEditDesktop, B.TaskEditDetails, U.TaskEditTimes, U.TimeEditDetails, O.KanbanTaskCard, D.KanbanStatusCard, O.KanbanView, T.KanbanViewBuilder, Q.TaskView, S.TaskOverview, L.TaskStatusEdit, L.TaskStatusView, A.TaxRateEdit, K.TaxRateView, Y.TokenEdit, Y.TokenView, U.UserEdit, K.VendorEdit, G.VendorEditAddress, D.VendorEditContacts, D.VendorContactEditDetails, Q.VendorEditDetails, N.VendorEditNotes, N.VendorView, Y.VendorViewDetails, N.WebhookEdit, L.WebhookView, O.PasswordConfirmation, O.FieldConfirmation, X.PdfView, F.FadeWidget, U.OctoImage, E.PhotoView, M.PhotoViewGallery, M.PhotoViewCore, L.ImageWrapper, E.QrImage, N.RoundedLoadingButton]); _inherit(N.State, N._State_Object_Diagnosticable); - _inheritMany(N.State, [D._BoardItemState_State_AutomaticKeepAliveClientMixin, O._BoardListState_State_AutomaticKeepAliveClientMixin, N._BoardViewState_State_AutomaticKeepAliveClientMixin, U._BaseChartState_State_TickerProviderStateMixin, M.__DraggableScrollbarState_State_TickerProviderStateMixin, F.__CupertinoActivityIndicatorState_State_SingleTickerProviderStateMixin, D._CupertinoBackGestureDetectorState, E._RawScrollbarState_State_TickerProviderStateMixin, N.__CupertinoSwitchState_State_TickerProviderStateMixin, A._LicensePageState, A._PackagesViewState, A._PackageLicensePageState, A._MasterDetailFlowState, A._MasterDetailScaffoldState, S._MaterialAppState, E._AppBarState, E.__SliverAppBarState_State_TickerProviderStateMixin, B._BottomAppBarState, E._BottomSheetState, Z._RawMaterialButtonState, K.__ButtonStyleState_State_TickerProviderStateMixin, Q._CalendarDatePickerState, Q.__DatePickerModeToggleButtonState_State_SingleTickerProviderStateMixin, Q._MonthPickerState, Q._DayPickerState, Q._YearPickerState, K.__CheckboxState_State_TickerProviderStateMixin, S.__SortArrowState_State_TickerProviderStateMixin, K.__DatePickerDialogState_State_RestorationMixin, Z._DrawerControllerState_State_SingleTickerProviderStateMixin, K._DropdownMenuItemButtonState, K._DropdownMenuState, K.__DropdownButtonState_State_WidgetsBindingObserver, A.FormFieldState, N.__ExpandIconState_State_SingleTickerProviderStateMixin, D._ExpansionPanelListState, D._InkState, R.__InkResponseState_State_AutomaticKeepAliveClientMixin, U._InputDatePickerFormFieldState, L.__BorderContainerState_State_TickerProviderStateMixin, L.__HelperErrorState_State_SingleTickerProviderStateMixin, L.__InputDecoratorState_State_TickerProviderStateMixin, M.__MaterialState_State_TickerProviderStateMixin, G._ImplicitlyAnimatedWidgetState_State_SingleTickerProviderStateMixin, B.__MergeableMaterialState_State_TickerProviderStateMixin, R.PaginatedDataTableState, Z._PopupMenuDividerState, Z.PopupMenuItemState, Z.PopupMenuButtonState, U.__LinearProgressIndicatorState_State_SingleTickerProviderStateMixin, U.__CircularProgressIndicatorState_State_SingleTickerProviderStateMixin, Y.__RadioState_State_TickerProviderStateMixin, N._RefreshIndicatorState_State_TickerProviderStateMixin, Z._ReorderableListViewState, M._ScaffoldMessengerState_State_TickerProviderStateMixin, M.__FloatingActionButtonTransitionState_State_TickerProviderStateMixin, M._ScaffoldState_State_TickerProviderStateMixin, M._StandardBottomSheetState, E._ScrollbarState, O.__SelectableTextState_State_AutomaticKeepAliveClientMixin, N.__MaterialSwitchState_State_TickerProviderStateMixin, U.__DefaultTabControllerState_State_SingleTickerProviderStateMixin, E._TabBarState, E._TabBarViewState, Z.__TextFieldState_State_RestorationMixin, M.__DialState_State_SingleTickerProviderStateMixin, M._TimePickerInputState, M._HourMinuteTextFieldState, M._TimePickerDialogState, S.__TooltipState_State_SingleTickerProviderStateMixin, U._ActionsState, U._FocusableActionDetectorState, U.__AnimatedCrossFadeState_State_TickerProviderStateMixin, G.__AnimatedSwitcherState_State_TickerProviderStateMixin, S.__WidgetsAppState_State_WidgetsBindingObserver, S.__MediaQueryFromWindowsState_State_WidgetsBindingObserver, B._StreamBuilderBaseState, B._FutureBuilderState, S._RawAutocompleteState, F._AutofillGroupState_State_AutofillScopeMixin, L._AutomaticKeepAliveState, T._MouseRegionState, B._DraggableState, B._DragTargetState, S._DraggableScrollableSheetState, N._DualTransitionBuilderState, D._EditableTextState_State_AutomaticKeepAliveClientMixin, L._FocusState, U._FocusTraversalGroupState, A.FormState, D.RawGestureDetectorState, T._HeroState, U.__ImageState_State_WidgetsBindingObserver, L._LocalizationsState, K._NavigatorState_State_TickerProviderStateMixin, X._OverlayEntryWidgetState, X._OverlayState_State_TickerProviderStateMixin, L.__GlowingOverscrollIndicatorState_State_TickerProviderStateMixin, D._PageViewState, G._PlatformViewLinkState, Z._SliverReorderableListState_State_TickerProviderStateMixin, Z._ReorderableItemState, K.__RestorationScopeState_State_RestorationMixin, K._RootRestorationScopeState, T._ModalScopeState, F._ScrollableState_State_TickerProviderStateMixin, X._ShortcutsState, F.__TextSelectionHandleOverlayState_State_SingleTickerProviderStateMixin, F._TextSelectionGestureDetectorState, K._AnimatedState, N._ValueListenableBuilderState, F._WillPopScopeState, B._BlockPickerState, A._JsonViewerState, A.JsonObjectViewerState, A._JsonArrayViewerState, O._StoreStreamListenerState, A._SlidableState_State_TickerProviderStateMixin, M._StyledToastState, M._StyledToastWidgetState_State_TickerProviderStateMixin, L.__TypeAheadFieldState_State_WidgetsBindingObserver, L.__SuggestionsListState_State_SingleTickerProviderStateMixin, K.InvoiceNinjaAppState, Z._AppBottomBarState, G.AppBuilderState, O._AppScrollbarState, O._ChangeLayoutBannerState, K._DesktopSessionTimeoutState, E._HealthCheckDialogState, E.MultiSelectListState, O._EntityListTileState, O._EntitiesListTileState, F._EntityDropdownState, F._EntityDropdownDialogState, A._FormColorPickerState, B._CustomFieldState, K._DatePickerState, S._DecoratedFormFieldState, U._DurationPickerState, A._GrowableFormFieldState, S._PasswordFormFieldState, M._TimePickerState, V._HistoryListTileState, E.__InvoiceEmailViewState_State_SingleTickerProviderStateMixin, D._TaxRateDropdownState, N._ListFilterState, E._LiveTextState, V._DrawerTileState, V._ContactUsDialogState, X._ScrollableListViewState, X._ScrollableListViewBuilderState, V._SystemLogViewerState, L.__SortArrowState_State_TickerProviderStateMixin0, N.AppPaginatedDataTableState, S._EntityListState, K.__VariablesHelpState_State_SingleTickerProviderStateMixin, A._WebSessionTimeoutState, B._WebSocketRefreshState, Y._LoginState, S._ClientPdfViewState, M.__ClientEditState_State_SingleTickerProviderStateMixin, R.ClientEditBillingAddressState, R._ClientEditContactsState, R.ContactEditDetailsState, Q.ClientEditDetailsState, L.ClientEditNotesState, M.ClientEditSettingsState, R.ClientEditShippingAddressState, G.__ClientViewState_State_SingleTickerProviderStateMixin, R._ClientViewActivityState, Q._ClientViewDetailsState, U._ClientViewLedgerState, K._ClientViewSystemLogsState, G._CompanyGatewayListState, V.__CompanyGatewayEditState_State_SingleTickerProviderStateMixin, V._GatewayConfigFieldState, V._LimitEditorState, V._FeesEditorState, G.__CompanyGatewayViewState_State_SingleTickerProviderStateMixin, G.__CompanyGatewaySystemLogState, M.__CreditEditState_State_SingleTickerProviderStateMixin, U._DashboardChartState, E._DashboardDateRangePickerState, Y.__DashboardPanelState, F.__DashboardScreenState_State_TickerProviderStateMixin, N.__DesignEditState_State_SingleTickerProviderStateMixin, N._DesignSettingsState, N._PdfDesignPreviewState, K._DesignViewState, Z._DocumentEditState, T._DocumentViewState, D.__ExpenseEditState_State_SingleTickerProviderStateMixin, M.ExpenseEditDetailsState, E.ExpenseEditNotesState, T.ExpenseEditSettingsState, U.__ExpenseViewState_State_SingleTickerProviderStateMixin, N._ExpenseViewScheduleState, A._ExpenseCategoryEditState, D._ExpenseCategoryViewState, Q._GroupEditState, E.__GroupViewState_State_SingleTickerProviderStateMixin, F.__InvoiceEditState_State_SingleTickerProviderStateMixin, S._InvoiceEditDesktopState_State_TickerProviderStateMixin, S.__PdfPreviewState, N.InvoiceEditDetailsState, G._InvoiceEditItemsState, G.ItemEditDetailsState, E._InvoiceEditItemsDesktopState, Z.InvoiceEditNotesState, A.InvoiceEditPDFState, D.__InvoiceItemSelectorState_State_SingleTickerProviderStateMixin, E._InvoicePdfViewState, E.__InvoiceViewState_State_SingleTickerProviderStateMixin, A._InvoiceViewActivityState, S._InvoiceViewHistoryState, N._InvoiceViewScheduleState, M._PaymentEditState, M._PaymentableEditorState, Y._PaymentRefundState, Y._PaymentableEditorState0, L._PaymentViewState, U._PaymentTermEditState, K._PaymentTermViewState, F._ProductEditState, Z.__ProductViewState_State_SingleTickerProviderStateMixin, B._ProductOverviewState, K._ProjectEditState, M.__ProjectViewState_State_SingleTickerProviderStateMixin, Y._ProjectOverviewState, B.__QuoteEditState_State_SingleTickerProviderStateMixin, O.__RecurringInvoiceEditState_State_SingleTickerProviderStateMixin, A._ReportDataTableState, O.__AccountManagementState_State_SingleTickerProviderStateMixin, V._BuyNowButtonsState, S.__ClientPortalState_State_SingleTickerProviderStateMixin, A.__CompanyDetailsState_State_SingleTickerProviderStateMixin, X.__CreditCardsAndBanksState_State_SingleTickerProviderStateMixin, S.__CustomFieldsState_State_SingleTickerProviderStateMixin, S._CustomFormFieldState, V._DataVisualizationsState, R.__DeviceSettingsState_State_SingleTickerProviderStateMixin, N._EmailSettingsState, F._ExpenseSettingsState, F.__GeneratedNumbersState_State_SingleTickerProviderStateMixin, F._EntityNumberSettingsState, D._ImportExportState, D._FileImportState, D.__FileMapperState, Z.__InvoiceDesignState_State_SingleTickerProviderStateMixin, G.__LocalizationSettingsState_State_SingleTickerProviderStateMixin, V._OnlinePaymentsState, L._ProductSettingsState, U._SettingsListState, X._SettingsWizardState, L._TaskSettingsState, N._TaxSettingsState, L.__TemplatesAndRemindersState_State_SingleTickerProviderStateMixin, L._ReminderSettingsState, K.__UserDetailsState_State_SingleTickerProviderStateMixin, K._EnableTwoFactorState, D.__WorkflowSettingsState_State_SingleTickerProviderStateMixin, S.__SubscriptionEditState_State_SingleTickerProviderStateMixin, M._SubscriptionViewState, B._UpdateDialogState, X.__TaskEditState_State_SingleTickerProviderStateMixin, R._TaskEditDesktopState, B._TaskEditDetailsState, U._TaskEditTimesState, U.TimeEditDetailsState, O._KanbanTaskCardState, D._KanbanStatusCardState, O.KanbanViewState, T._KanbanViewBuilderState, Q.__TaskViewState_State_SingleTickerProviderStateMixin, S._TaskOverviewState, L._TaskStatusEditState, L._TaskStatusViewState, A._TaxRateEditState, K._TaxRateViewState, Y._TokenEditState, Y._TokenViewState, U.__UserEditState_State_SingleTickerProviderStateMixin, K.__VendorEditState_State_SingleTickerProviderStateMixin, G.VendorEditAddressState, D._VendorEditContactsState, D.VendorContactEditDetailsState, Q.VendorEditDetailsState, N.VendorEditNotesState, N.__VendorViewState_State_SingleTickerProviderStateMixin, Y._VendorViewDetailsState, N._WebhookEditState, L._WebhookViewState, O._PasswordConfirmationState, O._FieldConfirmationState, X.__PdfViewState_State_SingleTickerProviderStateMixin, F.__FadeWidgetState_State_SingleTickerProviderStateMixin, U._OctoImageState, E._PhotoViewState, M._PhotoViewGalleryState, M._PhotoViewCoreState_State_TickerProviderStateMixin, L._ImageWrapperState, E._QrImageState, V._OverlayEntryState, V._PassthroughOverlayState_State_TickerProviderStateMixin, A._ReorderableFlexState, A.__ReorderableFlexContentState_State_TickerProviderStateMixin, N._RoundedLoadingButtonState_State_TickerProviderStateMixin]); + _inheritMany(N.State, [D._BoardItemState_State_AutomaticKeepAliveClientMixin, O._BoardListState_State_AutomaticKeepAliveClientMixin, N._BoardViewState_State_AutomaticKeepAliveClientMixin, U._BaseChartState_State_TickerProviderStateMixin, M.__DraggableScrollbarState_State_TickerProviderStateMixin, F.__CupertinoActivityIndicatorState_State_SingleTickerProviderStateMixin, D._CupertinoBackGestureDetectorState, E._RawScrollbarState_State_TickerProviderStateMixin, N.__CupertinoSwitchState_State_TickerProviderStateMixin, A._LicensePageState, A._PackagesViewState, A._PackageLicensePageState, A._MasterDetailFlowState, A._MasterDetailScaffoldState, S._MaterialAppState, E._AppBarState, E.__SliverAppBarState_State_TickerProviderStateMixin, B._BottomAppBarState, E._BottomSheetState, Z._RawMaterialButtonState, K.__ButtonStyleState_State_TickerProviderStateMixin, Q._CalendarDatePickerState, Q.__DatePickerModeToggleButtonState_State_SingleTickerProviderStateMixin, Q._MonthPickerState, Q._DayPickerState, Q._YearPickerState, K.__CheckboxState_State_TickerProviderStateMixin, S.__SortArrowState_State_TickerProviderStateMixin, K.__DatePickerDialogState_State_RestorationMixin, Z._DrawerControllerState_State_SingleTickerProviderStateMixin, K._DropdownMenuItemButtonState, K._DropdownMenuState, K.__DropdownButtonState_State_WidgetsBindingObserver, A.FormFieldState, N.__ExpandIconState_State_SingleTickerProviderStateMixin, D._ExpansionPanelListState, D._InkState, R.__InkResponseState_State_AutomaticKeepAliveClientMixin, U._InputDatePickerFormFieldState, L.__BorderContainerState_State_TickerProviderStateMixin, L.__HelperErrorState_State_SingleTickerProviderStateMixin, L.__InputDecoratorState_State_TickerProviderStateMixin, M.__MaterialState_State_TickerProviderStateMixin, G._ImplicitlyAnimatedWidgetState_State_SingleTickerProviderStateMixin, B.__MergeableMaterialState_State_TickerProviderStateMixin, R.PaginatedDataTableState, Z._PopupMenuDividerState, Z.PopupMenuItemState, Z.PopupMenuButtonState, U.__LinearProgressIndicatorState_State_SingleTickerProviderStateMixin, U.__CircularProgressIndicatorState_State_SingleTickerProviderStateMixin, Y.__RadioState_State_TickerProviderStateMixin, N._RefreshIndicatorState_State_TickerProviderStateMixin, Z._ReorderableListViewState, M._ScaffoldMessengerState_State_TickerProviderStateMixin, M.__FloatingActionButtonTransitionState_State_TickerProviderStateMixin, M._ScaffoldState_State_TickerProviderStateMixin, M._StandardBottomSheetState, E._ScrollbarState, O.__SelectableTextState_State_AutomaticKeepAliveClientMixin, N.__MaterialSwitchState_State_TickerProviderStateMixin, U.__DefaultTabControllerState_State_SingleTickerProviderStateMixin, E._TabBarState, E._TabBarViewState, Z.__TextFieldState_State_RestorationMixin, M.__DialState_State_SingleTickerProviderStateMixin, M._TimePickerInputState, M._HourMinuteTextFieldState, M._TimePickerDialogState, S.__TooltipState_State_SingleTickerProviderStateMixin, U._ActionsState, U._FocusableActionDetectorState, U.__AnimatedCrossFadeState_State_TickerProviderStateMixin, G.__AnimatedSwitcherState_State_TickerProviderStateMixin, S.__WidgetsAppState_State_WidgetsBindingObserver, S.__MediaQueryFromWindowsState_State_WidgetsBindingObserver, B._StreamBuilderBaseState, B._FutureBuilderState, S._RawAutocompleteState, F._AutofillGroupState_State_AutofillScopeMixin, L._AutomaticKeepAliveState, T._MouseRegionState, S._DraggableScrollableSheetState, N._DualTransitionBuilderState, D._EditableTextState_State_AutomaticKeepAliveClientMixin, L._FocusState, U._FocusTraversalGroupState, A.FormState, D.RawGestureDetectorState, T._HeroState, U.__ImageState_State_WidgetsBindingObserver, L._LocalizationsState, K._NavigatorState_State_TickerProviderStateMixin, X._OverlayEntryWidgetState, X._OverlayState_State_TickerProviderStateMixin, L.__GlowingOverscrollIndicatorState_State_TickerProviderStateMixin, D._PageViewState, G._PlatformViewLinkState, Z._SliverReorderableListState_State_TickerProviderStateMixin, Z._ReorderableItemState, K.__RestorationScopeState_State_RestorationMixin, K._RootRestorationScopeState, T._ModalScopeState, F._ScrollableState_State_TickerProviderStateMixin, X._ShortcutsState, F.__TextSelectionHandleOverlayState_State_SingleTickerProviderStateMixin, F._TextSelectionGestureDetectorState, K._AnimatedState, N._ValueListenableBuilderState, F._WillPopScopeState, B._BlockPickerState, A._JsonViewerState, A.JsonObjectViewerState, A._JsonArrayViewerState, O._StoreStreamListenerState, A._SlidableState_State_TickerProviderStateMixin, M._StyledToastState, M._StyledToastWidgetState_State_TickerProviderStateMixin, L.__TypeAheadFieldState_State_WidgetsBindingObserver, L.__SuggestionsListState_State_SingleTickerProviderStateMixin, K.InvoiceNinjaAppState, Z._AppBottomBarState, G.AppBuilderState, O._AppScrollbarState, O._ChangeLayoutBannerState, K._DesktopSessionTimeoutState, E._HealthCheckDialogState, E.MultiSelectListState, O._EntityListTileState, O._EntitiesListTileState, F._EntityDropdownState, F._EntityDropdownDialogState, A._FormColorPickerState, B._CustomFieldState, K._DatePickerState, S._DecoratedFormFieldState, U._DurationPickerState, A._GrowableFormFieldState, S._PasswordFormFieldState, M._TimePickerState, V._HistoryListTileState, E.__InvoiceEmailViewState_State_SingleTickerProviderStateMixin, D._TaxRateDropdownState, N._ListFilterState, E._LiveTextState, V._DrawerTileState, V._ContactUsDialogState, X._ScrollableListViewState, X._ScrollableListViewBuilderState, V._SystemLogViewerState, L.__SortArrowState_State_TickerProviderStateMixin0, N.AppPaginatedDataTableState, S._EntityListState, K.__VariablesHelpState_State_SingleTickerProviderStateMixin, A._WebSessionTimeoutState, B._WebSocketRefreshState, Y._LoginState, S._ClientPdfViewState, M.__ClientEditState_State_SingleTickerProviderStateMixin, R.ClientEditBillingAddressState, R._ClientEditContactsState, R.ContactEditDetailsState, Q.ClientEditDetailsState, L.ClientEditNotesState, M.ClientEditSettingsState, R.ClientEditShippingAddressState, G.__ClientViewState_State_SingleTickerProviderStateMixin, R._ClientViewActivityState, Q._ClientViewDetailsState, U._ClientViewLedgerState, K._ClientViewSystemLogsState, G._CompanyGatewayListState, V.__CompanyGatewayEditState_State_SingleTickerProviderStateMixin, V._GatewayConfigFieldState, V._LimitEditorState, V._FeesEditorState, G.__CompanyGatewayViewState_State_SingleTickerProviderStateMixin, G.__CompanyGatewaySystemLogState, M.__CreditEditState_State_SingleTickerProviderStateMixin, U._DashboardChartState, E._DashboardDateRangePickerState, Y.__DashboardPanelState, F.__DashboardScreenState_State_TickerProviderStateMixin, N.__DesignEditState_State_SingleTickerProviderStateMixin, N._DesignSettingsState, N._PdfDesignPreviewState, K._DesignViewState, Z._DocumentEditState, T._DocumentViewState, D.__ExpenseEditState_State_SingleTickerProviderStateMixin, M.ExpenseEditDetailsState, E.ExpenseEditNotesState, T.ExpenseEditSettingsState, U.__ExpenseViewState_State_SingleTickerProviderStateMixin, N._ExpenseViewScheduleState, A._ExpenseCategoryEditState, D._ExpenseCategoryViewState, Q._GroupEditState, E.__GroupViewState_State_SingleTickerProviderStateMixin, F.__InvoiceEditState_State_SingleTickerProviderStateMixin, S._InvoiceEditDesktopState_State_TickerProviderStateMixin, S.__PdfPreviewState, N.InvoiceEditDetailsState, G._InvoiceEditItemsState, G.ItemEditDetailsState, E._InvoiceEditItemsDesktopState, Z.InvoiceEditNotesState, A.InvoiceEditPDFState, D.__InvoiceItemSelectorState_State_SingleTickerProviderStateMixin, E._InvoicePdfViewState, E.__InvoiceViewState_State_SingleTickerProviderStateMixin, A._InvoiceViewActivityState, S._InvoiceViewHistoryState, N._InvoiceViewScheduleState, M._PaymentEditState, M._PaymentableEditorState, Y._PaymentRefundState, Y._PaymentableEditorState0, L._PaymentViewState, U._PaymentTermEditState, K._PaymentTermViewState, F._ProductEditState, Z.__ProductViewState_State_SingleTickerProviderStateMixin, B._ProductOverviewState, K._ProjectEditState, M.__ProjectViewState_State_SingleTickerProviderStateMixin, Y._ProjectOverviewState, B.__QuoteEditState_State_SingleTickerProviderStateMixin, O.__RecurringInvoiceEditState_State_SingleTickerProviderStateMixin, A._ReportDataTableState, O.__AccountManagementState_State_SingleTickerProviderStateMixin, V._BuyNowButtonsState, S.__ClientPortalState_State_SingleTickerProviderStateMixin, A.__CompanyDetailsState_State_SingleTickerProviderStateMixin, X.__CreditCardsAndBanksState_State_SingleTickerProviderStateMixin, S.__CustomFieldsState_State_SingleTickerProviderStateMixin, S._CustomFormFieldState, V._DataVisualizationsState, R.__DeviceSettingsState_State_SingleTickerProviderStateMixin, N._EmailSettingsState, F._ExpenseSettingsState, F.__GeneratedNumbersState_State_SingleTickerProviderStateMixin, F._EntityNumberSettingsState, D._ImportExportState, D._FileImportState, D.__FileMapperState, Z.__InvoiceDesignState_State_SingleTickerProviderStateMixin, G.__LocalizationSettingsState_State_SingleTickerProviderStateMixin, V._OnlinePaymentsState, L._ProductSettingsState, U._SettingsListState, X._SettingsWizardState, L._TaskSettingsState, N._TaxSettingsState, L.__TemplatesAndRemindersState_State_SingleTickerProviderStateMixin, L._ReminderSettingsState, K.__UserDetailsState_State_SingleTickerProviderStateMixin, K._EnableTwoFactorState, D.__WorkflowSettingsState_State_SingleTickerProviderStateMixin, S.__SubscriptionEditState_State_SingleTickerProviderStateMixin, M._SubscriptionViewState, B._UpdateDialogState, X.__TaskEditState_State_SingleTickerProviderStateMixin, R._TaskEditDesktopState, B._TaskEditDetailsState, U._TaskEditTimesState, U.TimeEditDetailsState, O._KanbanTaskCardState, D._KanbanStatusCardState, O.KanbanViewState, T._KanbanViewBuilderState, Q.__TaskViewState_State_SingleTickerProviderStateMixin, S._TaskOverviewState, L._TaskStatusEditState, L._TaskStatusViewState, A._TaxRateEditState, K._TaxRateViewState, Y._TokenEditState, Y._TokenViewState, U.__UserEditState_State_SingleTickerProviderStateMixin, K.__VendorEditState_State_SingleTickerProviderStateMixin, G.VendorEditAddressState, D._VendorEditContactsState, D.VendorContactEditDetailsState, Q.VendorEditDetailsState, N.VendorEditNotesState, N.__VendorViewState_State_SingleTickerProviderStateMixin, Y._VendorViewDetailsState, N._WebhookEditState, L._WebhookViewState, O._PasswordConfirmationState, O._FieldConfirmationState, X.__PdfViewState_State_SingleTickerProviderStateMixin, F.__FadeWidgetState_State_SingleTickerProviderStateMixin, U._OctoImageState, E._PhotoViewState, M._PhotoViewGalleryState, M._PhotoViewCoreState_State_TickerProviderStateMixin, L._ImageWrapperState, E._QrImageState, N._RoundedLoadingButtonState_State_TickerProviderStateMixin]); _inherit(D.BoardItemState, D._BoardItemState_State_AutomaticKeepAliveClientMixin); _inherit(O.BoardListState, O._BoardListState_State_AutomaticKeepAliveClientMixin); _inherit(N.BoardViewState, N._BoardViewState_State_AutomaticKeepAliveClientMixin); @@ -435713,7 +432439,7 @@ _inherit(X._BuiltSet, X.BuiltSet); _inherit(M._BuiltSetMultimap, M.BuiltSetMultimap); _inheritMany(A.JsonObject, [A.BoolJsonObject, A.ListJsonObject, A.MapJsonObject, A.NumJsonObject, A.StringJsonObject]); - _inheritMany(N.StatelessWidget, [A.CachedNetworkImage, M.ScrollLabel, M.SlideFadeTransition, D.CupertinoPageTransition, K.CupertinoTheme, A._AboutProgram, A._PackageListTile, A._PackageLicensePageTitle, A._MasterPage, A._DetailView, R.BackButtonIcon, R.BackButton, V.Card, D.CheckboxListTile, S.DataTable, R.InkResponse, K._DatePickerHeader, E.Dialog, E.AlertDialog, E.SimpleDialog, Z.Divider, Z.Drawer, K._DropdownRoutePage, K._DropdownMenuItemContainer, E.FloatingActionButton, B.IconButton, Q.ListTile, M._ShapeBorderPaint, K._FadeUpwardsPageTransition, K._ZoomPageTransition, K._ZoomEnterTransition, K._ZoomExitTransition, Z._PopupMenu, G.RadioListTile, M._BodyBuilder, N.Switch, O.SwitchListTile, E.Tab, K.Theme, M._TimePickerHeader, M._HourMinuteControl, M._HourControl, M._StringFragment, M._MinuteControl, M._DayPeriodControl, M._HourTextField, M._MinuteTextField, E.ToggleButtons, E._ToggleButton, S._TooltipOverlay, L._NullWidget1, T.PositionedDirectional, T.KeyedSubtree, T.Builder, M.Container, D.GestureDetector, L.Icon, M._CaptureAll, X.ModalBarrier, X._ModalBarrierGestureDetector, E.NavigationToolbar, U.NotificationListener, S.PageStorage, G.HtmlElementView, Q.PreferredSize, Z.ReorderableDragStartListener, Z._DragItemProxy, Q.SafeArea, B.ScrollView, E.SingleChildScrollView, A.SliverFillViewport, U.SliverPersistentHeader, R.Spacer, L._NullWidget2, L.Text, U.TickerMode, U.Title, L.Visibility, O.StoreConnector, O.StoreBuilder, V._SlidableStackActionPane, V.SlidableDrawerActionPane, R.ClosableSlideAction, T.FieldGrid, D.ActionMenuButton, D.ViewActionMenuButton, T.AppBorder, Z.CustomFieldSelector, R.AppHeader, S.AppWebView, S._WebWebView, Q.BlankScreen, X.AppTextButton, Z.BottomButtons, D.AppButton, T.ConfirmEmail, B.ConfirmEmailBuilder, E.MessageDialog, M.ErrorDialog, E._HealthListTile, F.LoadingDialog, L.DismissibleEntity, V.DocumentGrid, V.DocumentTile, V.DocumentPreview, K.EditScaffold, L.EntityActionListTile, V.EntityStatusChip, F._EntityListTile, D.EntityHeader, L.EntityStateLabel, E.EntityTopFilter, Y.FormCard, Q.AppDropdownButton, X.AppForm, X.AppTabForm, R.AppTabBar, Z.AppToggleButtons, K.BoolDropdownButton, R.ClientPicker, V.CustomSurcharges, A.DesignPicker, L.DiscountField, Y.DynamicSelector, B.LearnMoreUrl, B.NotificationSettings, B._NotificationSelector, N.ProjectPicker, V.SaveCancelButtons, V.UserPicker, K.TokenMeta, U.HelpText, V.HistoryDrawer, A.HistoryDrawerBuilder, S.IconMessage, U.IconText, T.InvoiceItemListTile, R.TaxRateField, Y.ListScaffold, N.ActivityListTile, G.AppListTile, G.ListDivider, N.ListFilterMessage, N.FilterListTile, N.SelectedIndicator, V.LoadingIndicator, X.MainScreen, X.EntityScreens, X.SettingsScreens, V.MenuDrawer, V.SidebarFooter, V.SidebarFooterCollapsed, A.MenuDrawerBuilder, D.CachedImage, E.ResponsivePadding, L.AppDataTable, K._VariableGrid, G.ViewScaffold, B.InitScreen, Z.LockScreen, Y.RuledText, G.LoginScreen, V.ClientListItem, Y.ClientListBuilder, V.ClientPdfScreen, B.ClientScreen, D.ClientScreenBuilder, R.ContactListTile0, F.ClientEditContactsScreen, X.ClientEditDesktop, U.ClientEditFooter, M.ClientEditScreen, T.ClientViewDocuments, Z.ClientOverview, X.ClientViewScreen, Z.CompanyGatewayListItem, S.CompanyGatewayListBuilder, D.CompanyGatewayScreen, Y.CompanyGatewayScreenBuilder, V.CardListTile, V.GatewayConfigSettings, L.CompanyGatewayEditScreen, G._CompanyGatewayOverview, A.CompanyGatewayViewScreen, S.CreditEmailScreen, K.CreditListItem, U.CreditListBuilder, U.CreditPdfScreen, A.CreditScreen, R.CreditScreenBuilder, T.CreditEditDetailsScreen, R.CreditEditItemsScreen, G.CreditEditNotesScreen, U.CreditEditPDFScreen, X.CreditEditScreen, M.CreditViewScreen, A.DashboardActivity, Y.DashboardPanels, Y._InvoiceChart, F._CustomTabBarView, Q.DashboardScreenBuilder, S.SidebarScaffold, S.InvoiceSidebar, S.PaymentSidebar, S.QuoteSidebar, S.TaskSidebar, S.ExpenseSidbar, S._DashboardSidebar, A.DashboardSystemLogs, G.DesignListItem, F.DesignListBuilder, L.DesignScreen, G.DesignScreenBuilder, N.DesignSection, N.HtmlDesignPreview, G.DesignEditScreen, B.DesignViewScreen, S.DocumentListItem, A.DocumentListBuilder, G.DocumentScreen, U.DocumentScreenBuilder, E.DocumentEditScreen, A.DocumentViewScreen, S.ExpenseEditDesktop, O.ExpenseEditScreen, V.ExpenseListItem, F.ExpenseListBuilder, X.ExpenseScreen, U.ExpenseScreenBuilder, Y.ExpenseViewDocuments, F.ExpenseOverview, U.ExpenseViewScreen, F.ExpenseCategoryEditScreen, F.ExpenseCategoryListItem, A.ExpenseCategoryListBuilder, Y.ExpenseCategoryScreen, O.ExpenseCategoryScreenBuilder, L.ExpenseCategoryViewScreen, A.GroupEditScreen, T.GroupListItem, Y.GroupListBuilder, K.GroupSettingsScreen, S.GroupScreenBuilder, E.SettingsViewer, A.GroupViewScreen, L.InvoiceEditContacts, L._ContactListTile, X.InvoiceEditContactsScreen, L.InvoiceEditDetailsScreen, K.InvoiceEditFooter, E.TableHeader, O.InvoiceEditItemsScreen, E.InvoiceEditNotesScreen, B.InvoiceEditPDFScreen, M.InvoiceEditScreen, M.InvoiceEmailScreen, M.InvoiceListItem, T.InvoiceListBuilder, O.InvoicePdfScreen, Y.InvoiceScreen, E.InvoiceScreenBuilder, B.InvoiceViewContacts, B._InvitationListTile, X.InvoiceViewDocuments, A.InvoiceOverview, F.InvoiceViewScreen, B.PaymentEditScreen, O.PaymentListItem, R.PaymentListBuilder, K.PaymentScreen, G.PaymentScreenBuilder, Y.PaymentRefundScreen, F.PaymentViewScreen, Y.PaymentTermEditScreen, K.PaymentTermListItem, U.PaymentTermListBuilder, F.PaymentTermScreen, Z.PaymentTermScreenBuilder, U.PaymentTermViewScreen, S.ProductEditScreen, T.ProductListItem, Q.ProductListBuilder, K.ProductScreen, E.ProductScreenBuilder, F.ProductViewDocuments, F.ProductViewScreen, G.ProjectEditScreen, E.ProjectListItem, X.ProjectListBuilder, Z.ProjectScreen, S.ProjectScreenBuilder, D.ProjectViewDocuments, D.ProjectViewScreen, E.QuoteEditDetailsScreen, T.QuoteEditItemsScreen, V.QuoteEditNotesScreen, D.QuoteEditPDFScreen, B.QuoteEditScreen, B.QuoteEmailScreen, N.QuoteListItem, U.QuoteListBuilder, V.QuotePdfScreen, T.QuoteScreen, B.QuoteScreenBuilder, O.QuoteViewScreen, M.RecurringExpenseEditScreen, S.RecurringExpenseListItem, U.RecurringExpenseListBuilder, O.RecurringExpenseScreen, B.RecurringExpenseScreenBuilder, Z.RecurringExpenseViewScreen, F.RecurringInvoiceEditDetailsScreen, R.RecurringInvoiceEditItemsScreen, Q.RecurringInvoiceEditNotesScreen, U.RecurringInvoiceEditPDFScreen, Q.RecurringInvoiceEditScreen, U.RecurringInvoiceListItem, Y.RecurringInvoiceListBuilder, X.RecurringInvoicePdfScreen, V.RecurringInvoiceScreen, A.RecurringInvoiceScreenBuilder, O.RecurringInvoiceViewScreen, M.ReportCharts, A.ReportsScreen, A.TotalsDataTable, L.ReportsScreenBuilder, O._AccountOverview, A.AccountManagementScreen, B.BuyNowButtonsScreen, A.ClientPortalScreen, A.CompanyDetailsScreen, F.CreditCardsAndBanksScreen, S.CustomFieldsSettings, M.CustomFieldsScreen, M.DataVisualizationsScreen, L.DeviceSettingsScreen, D.EmailSettingsScreen, N.ExpenseSettingsScreen, F.HelpPanel, F.GeneratedNumbersScreen, D._FieldMapper, N.ImportExportScreen, B.InvoiceDesignScreen, B.LocalizationScreen, B.OnlinePaymentsScreen, G.ProductSettingsScreen, U.SettingsListTile, U.SettingsSearch, D.SettingsListBuilder, A.SettingsScreen, L.SettingsScreenBuilder, F.TaskSettingsScreen, N.NumberOfRatesSelector, A.TaxSettingsScreen, L.EmailPreview, F.TemplatesAndRemindersScreen, M.UserDetailsScreen, Y.WorkflowSettingsScreen, R.SubscriptionEditScreen, Y.SubscriptionListItem, S.SubscriptionListBuilder, O.SubscriptionScreen, L.SubscriptionScreenBuilder, E.SubscriptionViewScreen, A.TaskEditDetailsScreen, M.TaskEditTimesScreen, B.TaskEditScreen, U.TaskListItem, K.TaskListBuilder, D.TaskScreen, Y.TaskScreenBuilder, M.TaskTimeListTile, B.TaskViewDocuments, L.TaskViewScreen, Q.TaskStatusEditScreen, O.TaskStatusListItem, U.TaskStatusListBuilder, Y.TaskStatusScreen, U.TaskStatusScreenBuilder, T.TaskStatusViewScreen, S.TaxRateEditScreen, Z.TaxRateListItem, X.TaxRateListBuilder, D.TaxRateSettingsScreen, O.TaxRateScreenBuilder, R.TaxRateViewScreen, R.TokenEditScreen, K.TokenListItem, M.TokenListBuilder, S.TokenScreen, K.TokenScreenBuilder, Y._TokenListTile, U.TokenViewScreen, U._PermissionCheckbox, Y.UserEditScreen, E.UserListItem, M.UserListBuilder, G.UserScreen, A.UserScreenBuilder, B.UserView, X.UserViewScreen, D.ContactListTile, T.VendorEditContactsScreen, G.VendorEditDesktop, Q.VendorEditFooter, A.VendorEditScreen, Z.VendorListItem, E.VendorListBuilder, K.VendorScreen, B.VendorScreenBuilder, G.VendorViewDocuments, E.VendorOverview, F.VendorViewScreen, F.WebhookEditScreen, L.TargetListTile, Y.WebhookViewScreen, X.WebhookListItem, X.WebhookListBuilder, T.WebhookScreen, T.WebhookScreenBuilder, O.PhotoViewGestureDetector, Y.PhotoViewDefaultError, Y.PhotoViewDefaultLoading, L.PointerInterceptor, E._QrContentView, U.ReorderableTable]); + _inheritMany(N.StatelessWidget, [A.CachedNetworkImage, M.ScrollLabel, M.SlideFadeTransition, D.CupertinoPageTransition, K.CupertinoTheme, A._AboutProgram, A._PackageListTile, A._PackageLicensePageTitle, A._MasterPage, A._DetailView, R.BackButtonIcon, R.BackButton, V.Card, D.CheckboxListTile, S.DataTable, R.InkResponse, K._DatePickerHeader, E.Dialog, E.AlertDialog, E.SimpleDialog, Z.Divider, Z.Drawer, K._DropdownRoutePage, K._DropdownMenuItemContainer, E.FloatingActionButton, B.IconButton, Q.ListTile, M._ShapeBorderPaint, K._FadeUpwardsPageTransition, K._ZoomPageTransition, K._ZoomEnterTransition, K._ZoomExitTransition, Z._PopupMenu, G.RadioListTile, M._BodyBuilder, N.Switch, O.SwitchListTile, E.Tab, K.Theme, M._TimePickerHeader, M._HourMinuteControl, M._HourControl, M._StringFragment, M._MinuteControl, M._DayPeriodControl, M._HourTextField, M._MinuteTextField, E.ToggleButtons, E._ToggleButton, S._TooltipOverlay, L._NullWidget1, T.PositionedDirectional, T.KeyedSubtree, T.Builder, M.Container, D.GestureDetector, L.Icon, M._CaptureAll, X.ModalBarrier, X._ModalBarrierGestureDetector, E.NavigationToolbar, U.NotificationListener, S.PageStorage, G.HtmlElementView, Q.PreferredSize, Z.ReorderableDragStartListener, Z._DragItemProxy, Q.SafeArea, B.ScrollView, E.SingleChildScrollView, A.SliverFillViewport, U.SliverPersistentHeader, R.Spacer, L._NullWidget2, L.Text, U.TickerMode, U.Title, L.Visibility, O.StoreConnector, O.StoreBuilder, V._SlidableStackActionPane, V.SlidableDrawerActionPane, R.ClosableSlideAction, T.FieldGrid, D.ActionMenuButton, D.ViewActionMenuButton, T.AppBorder, Z.CustomFieldSelector, R.AppHeader, S.AppWebView, S._WebWebView, Q.BlankScreen, X.AppTextButton, Z.BottomButtons, D.AppButton, T.ConfirmEmail, B.ConfirmEmailBuilder, E.MessageDialog, M.ErrorDialog, E._HealthListTile, F.LoadingDialog, L.DismissibleEntity, V.DocumentGrid, V.DocumentTile, V.DocumentPreview, K.EditScaffold, L.EntityActionListTile, V.EntityStatusChip, F._EntityListTile, D.EntityHeader, L.EntityStateLabel, E.EntityTopFilter, Y.FormCard, Q.AppDropdownButton, X.AppForm, X.AppTabForm, R.AppTabBar, Z.AppToggleButtons, K.BoolDropdownButton, R.ClientPicker, V.CustomSurcharges, A.DesignPicker, L.DiscountField, Y.DynamicSelector, B.LearnMoreUrl, B.NotificationSettings, B._NotificationSelector, N.ProjectPicker, V.SaveCancelButtons, V.UserPicker, K.TokenMeta, U.HelpText, V.HistoryDrawer, A.HistoryDrawerBuilder, S.IconMessage, U.IconText, T.InvoiceItemListTile, R.TaxRateField, Y.ListScaffold, N.ActivityListTile, G.AppListTile, G.ListDivider, N.ListFilterMessage, N.FilterListTile, N.SelectedIndicator, V.LoadingIndicator, X.MainScreen, X.EntityScreens, X.SettingsScreens, V.MenuDrawer, V.SidebarFooter, V.SidebarFooterCollapsed, A.MenuDrawerBuilder, D.CachedImage, E.ResponsivePadding, L.AppDataTable, K._VariableGrid, G.ViewScaffold, B.InitScreen, Z.LockScreen, Y.RuledText, G.LoginScreen, V.ClientListItem, Y.ClientListBuilder, V.ClientPdfScreen, B.ClientScreen, D.ClientScreenBuilder, R.ContactListTile0, F.ClientEditContactsScreen, X.ClientEditDesktop, U.ClientEditFooter, M.ClientEditScreen, T.ClientViewDocuments, Z.ClientOverview, X.ClientViewScreen, Z.CompanyGatewayListItem, S.CompanyGatewayListBuilder, D.CompanyGatewayScreen, Y.CompanyGatewayScreenBuilder, V.CardListTile, V.GatewayConfigSettings, L.CompanyGatewayEditScreen, G._CompanyGatewayOverview, A.CompanyGatewayViewScreen, S.CreditEmailScreen, K.CreditListItem, U.CreditListBuilder, U.CreditPdfScreen, A.CreditScreen, R.CreditScreenBuilder, T.CreditEditDetailsScreen, R.CreditEditItemsScreen, G.CreditEditNotesScreen, U.CreditEditPDFScreen, X.CreditEditScreen, M.CreditViewScreen, A.DashboardActivity, Y.DashboardPanels, Y._InvoiceChart, F._CustomTabBarView, Q.DashboardScreenBuilder, S.SidebarScaffold, S.InvoiceSidebar, S.PaymentSidebar, S.QuoteSidebar, S.TaskSidebar, S.ExpenseSidbar, S._DashboardSidebar, A.DashboardSystemLogs, G.DesignListItem, F.DesignListBuilder, L.DesignScreen, G.DesignScreenBuilder, N.DesignSection, N.HtmlDesignPreview, G.DesignEditScreen, B.DesignViewScreen, S.DocumentListItem, A.DocumentListBuilder, G.DocumentScreen, U.DocumentScreenBuilder, E.DocumentEditScreen, A.DocumentViewScreen, S.ExpenseEditDesktop, O.ExpenseEditScreen, V.ExpenseListItem, F.ExpenseListBuilder, X.ExpenseScreen, U.ExpenseScreenBuilder, Y.ExpenseViewDocuments, F.ExpenseOverview, U.ExpenseViewScreen, F.ExpenseCategoryEditScreen, F.ExpenseCategoryListItem, A.ExpenseCategoryListBuilder, Y.ExpenseCategoryScreen, O.ExpenseCategoryScreenBuilder, L.ExpenseCategoryViewScreen, A.GroupEditScreen, T.GroupListItem, Y.GroupListBuilder, K.GroupSettingsScreen, S.GroupScreenBuilder, E.SettingsViewer, A.GroupViewScreen, L.InvoiceEditContacts, L._ContactListTile, X.InvoiceEditContactsScreen, L.InvoiceEditDetailsScreen, K.InvoiceEditFooter, E.TableHeader, O.InvoiceEditItemsScreen, E.InvoiceEditNotesScreen, B.InvoiceEditPDFScreen, M.InvoiceEditScreen, M.InvoiceEmailScreen, M.InvoiceListItem, T.InvoiceListBuilder, O.InvoicePdfScreen, Y.InvoiceScreen, E.InvoiceScreenBuilder, B.InvoiceViewContacts, B._InvitationListTile, X.InvoiceViewDocuments, A.InvoiceOverview, F.InvoiceViewScreen, B.PaymentEditScreen, O.PaymentListItem, R.PaymentListBuilder, K.PaymentScreen, G.PaymentScreenBuilder, Y.PaymentRefundScreen, F.PaymentViewScreen, Y.PaymentTermEditScreen, K.PaymentTermListItem, U.PaymentTermListBuilder, F.PaymentTermScreen, Z.PaymentTermScreenBuilder, U.PaymentTermViewScreen, S.ProductEditScreen, T.ProductListItem, Q.ProductListBuilder, K.ProductScreen, E.ProductScreenBuilder, F.ProductViewDocuments, F.ProductViewScreen, G.ProjectEditScreen, E.ProjectListItem, X.ProjectListBuilder, Z.ProjectScreen, S.ProjectScreenBuilder, D.ProjectViewDocuments, D.ProjectViewScreen, E.QuoteEditDetailsScreen, T.QuoteEditItemsScreen, V.QuoteEditNotesScreen, D.QuoteEditPDFScreen, B.QuoteEditScreen, B.QuoteEmailScreen, N.QuoteListItem, U.QuoteListBuilder, V.QuotePdfScreen, T.QuoteScreen, B.QuoteScreenBuilder, O.QuoteViewScreen, M.RecurringExpenseEditScreen, S.RecurringExpenseListItem, U.RecurringExpenseListBuilder, O.RecurringExpenseScreen, B.RecurringExpenseScreenBuilder, Z.RecurringExpenseViewScreen, F.RecurringInvoiceEditDetailsScreen, R.RecurringInvoiceEditItemsScreen, Q.RecurringInvoiceEditNotesScreen, U.RecurringInvoiceEditPDFScreen, Q.RecurringInvoiceEditScreen, U.RecurringInvoiceListItem, Y.RecurringInvoiceListBuilder, X.RecurringInvoicePdfScreen, V.RecurringInvoiceScreen, A.RecurringInvoiceScreenBuilder, O.RecurringInvoiceViewScreen, M.ReportCharts, A.ReportsScreen, A.TotalsDataTable, L.ReportsScreenBuilder, O._AccountOverview, A.AccountManagementScreen, B.BuyNowButtonsScreen, A.ClientPortalScreen, A.CompanyDetailsScreen, F.CreditCardsAndBanksScreen, S.CustomFieldsSettings, M.CustomFieldsScreen, M.DataVisualizationsScreen, L.DeviceSettingsScreen, D.EmailSettingsScreen, N.ExpenseSettingsScreen, F.HelpPanel, F.GeneratedNumbersScreen, D._FieldMapper, N.ImportExportScreen, B.InvoiceDesignScreen, B.LocalizationScreen, B.OnlinePaymentsScreen, G.ProductSettingsScreen, U.SettingsListTile, U.SettingsSearch, D.SettingsListBuilder, A.SettingsScreen, L.SettingsScreenBuilder, F.TaskSettingsScreen, N.NumberOfRatesSelector, A.TaxSettingsScreen, L.EmailPreview, F.TemplatesAndRemindersScreen, M.UserDetailsScreen, Y.WorkflowSettingsScreen, R.SubscriptionEditScreen, Y.SubscriptionListItem, S.SubscriptionListBuilder, O.SubscriptionScreen, L.SubscriptionScreenBuilder, E.SubscriptionViewScreen, A.TaskEditDetailsScreen, M.TaskEditTimesScreen, B.TaskEditScreen, U.TaskListItem, K.TaskListBuilder, D.TaskScreen, Y.TaskScreenBuilder, M.TaskTimeListTile, B.TaskViewDocuments, L.TaskViewScreen, Q.TaskStatusEditScreen, O.TaskStatusListItem, U.TaskStatusListBuilder, Y.TaskStatusScreen, U.TaskStatusScreenBuilder, T.TaskStatusViewScreen, S.TaxRateEditScreen, Z.TaxRateListItem, X.TaxRateListBuilder, D.TaxRateSettingsScreen, O.TaxRateScreenBuilder, R.TaxRateViewScreen, R.TokenEditScreen, K.TokenListItem, M.TokenListBuilder, S.TokenScreen, K.TokenScreenBuilder, Y._TokenListTile, U.TokenViewScreen, U._PermissionCheckbox, Y.UserEditScreen, E.UserListItem, M.UserListBuilder, G.UserScreen, A.UserScreenBuilder, B.UserView, X.UserViewScreen, D.ContactListTile, T.VendorEditContactsScreen, G.VendorEditDesktop, Q.VendorEditFooter, A.VendorEditScreen, Z.VendorListItem, E.VendorListBuilder, K.VendorScreen, B.VendorScreenBuilder, G.VendorViewDocuments, E.VendorOverview, F.VendorViewScreen, F.WebhookEditScreen, L.TargetListTile, Y.WebhookViewScreen, X.WebhookListItem, X.WebhookListBuilder, T.WebhookScreen, T.WebhookScreenBuilder, O.PhotoViewGestureDetector, Y.PhotoViewDefaultError, Y.PhotoViewDefaultLoading, L.PointerInterceptor, E._QrContentView]); _inheritMany(M.ImageProvider, [X.CachedNetworkImageProvider, D.NetworkImage, M.AssetBundleImageProvider, Y.ScrollAwareImageProvider, V.PdfPageImageProvider]); _inherit(L.ImageStreamCompleter, L._ImageStreamCompleter_Object_Diagnosticable); _inheritMany(L.ImageStreamCompleter, [B.MultiImageStreamCompleter, M._ErrorImageCompleter, L.MultiFrameImageStreamCompleter]); @@ -435762,16 +432488,16 @@ _inheritMany(O.ChartBehavior, [O.DomainHighlighter, Z.SeriesLegend, E.LinePointHighlighter, Z.SelectNearest]); _inherit(Y.TabularLegendContentBuilder, Y.BaseLegendContentBuilder); _inherit(Z._FlutterSeriesLegend, Z.SeriesLegend0); - _inheritMany(N.RenderObjectWidget, [N.SingleChildRenderObjectWidget, N.LeafRenderObjectWidget, L._Decorator, Q._ListTile, N.MultiChildRenderObjectWidget, N.RenderObjectToWidgetAdapter, A.ConstrainedLayoutBuilder, G.SliverWithKeepAliveWidget, U._SliverPersistentHeaderRenderObjectWidget, S.Table, V._Theatre0]); - _inheritMany(N.SingleChildRenderObjectWidget, [T.CustomPaint, E._AppBarTitleBox, Z._InputPadding, K._InputPadding0, K._MenuItem, M._InkFeatures, Z._MenuItem0, M._DayPeriodInputPadding, E._SelectToggleButton, F.AnimatedSize, X.AnnotatedRegion, T.Opacity, T.ClipRect, T.ClipRRect, T.ClipOval, T.ClipPath, T.PhysicalModel, T.PhysicalShape, T.Transform, T.CompositedTransformTarget, T.CompositedTransformFollower, T.FittedBox, T.FractionalTranslation, T.Padding, T.Align, T.CustomSingleChildLayout, T.SizedBox, T.ConstrainedBox, T.FractionallySizedBox, T.LimitedBox, T.Offstage, T.AspectRatio, T.IntrinsicWidth, T.IntrinsicHeight, T.SliverPadding, T.Listener, T._RawMouseRegion, T.RepaintBoundary, T.IgnorePointer, T.AbsorbPointer, T.MetaData, T.Semantics, T.MergeSemantics, T.BlockSemantics, T.ExcludeSemantics, T.IndexedSemantics, T.ColoredBox, M.DecoratedBox, D._GestureSemantics, F._ScrollSemantics, E._SingleChildViewport, A._SliverFractionalPadding, K.FadeTransition, K.SizeTransitionWithIntrinsicSize]); + _inheritMany(N.RenderObjectWidget, [N.SingleChildRenderObjectWidget, N.LeafRenderObjectWidget, L._Decorator, Q._ListTile, N.MultiChildRenderObjectWidget, N.RenderObjectToWidgetAdapter, A.ConstrainedLayoutBuilder, G.SliverWithKeepAliveWidget, U._SliverPersistentHeaderRenderObjectWidget, S.Table]); + _inheritMany(N.SingleChildRenderObjectWidget, [T.CustomPaint, E._AppBarTitleBox, Z._InputPadding, K._InputPadding0, K._MenuItem, M._InkFeatures, Z._MenuItem0, M._DayPeriodInputPadding, E._SelectToggleButton, F.AnimatedSize, X.AnnotatedRegion, T.Opacity, T.ClipRect, T.ClipRRect, T.ClipOval, T.ClipPath, T.PhysicalModel, T.PhysicalShape, T.Transform, T.CompositedTransformTarget, T.CompositedTransformFollower, T.FittedBox, T.FractionalTranslation, T.Padding, T.Align, T.CustomSingleChildLayout, T.SizedBox, T.ConstrainedBox, T.FractionallySizedBox, T.LimitedBox, T.Offstage, T.AspectRatio, T.IntrinsicWidth, T.IntrinsicHeight, T.SliverPadding, T.Listener, T._RawMouseRegion, T.RepaintBoundary, T.IgnorePointer, T.AbsorbPointer, T.Semantics, T.MergeSemantics, T.BlockSemantics, T.ExcludeSemantics, T.IndexedSemantics, T.ColoredBox, M.DecoratedBox, D._GestureSemantics, F._ScrollSemantics, E._SingleChildViewport, A._SliverFractionalPadding, K.FadeTransition]); _inherit(X.ChartContainer, T.CustomPaint); _inheritMany(B.AbstractNode, [K._RenderObject_AbstractNode_DiagnosticableTreeMixin, T._Layer_AbstractNode_DiagnosticableTreeMixin, A._SemanticsNode_AbstractNode_DiagnosticableTreeMixin]); _inherit(K.RenderObject, K._RenderObject_AbstractNode_DiagnosticableTreeMixin); _inheritMany(K.RenderObject, [S.RenderBox, G.RenderSliver, A._RenderView_RenderObject_RenderObjectWithChildMixin]); - _inheritMany(S.RenderBox, [E._RenderProxyBox_RenderBox_RenderObjectWithChildMixin, T._RenderShiftedBox_RenderBox_RenderObjectWithChildMixin, L._RenderDecoration, Q._RenderListTile, R._RenderListBody_RenderBox_ContainerRenderObjectMixin, F._RenderFlex_RenderBox_ContainerRenderObjectMixin, B._RenderCustomMultiChildLayoutBox_RenderBox_ContainerRenderObjectMixin, D._RenderEditable_RenderBox_RelayoutWhenSystemFontsChangeMixin, D._RenderEditableCustomPaint, V.RenderErrorBox, U.RenderImage, Q._RenderParagraph_RenderBox_ContainerRenderObjectMixin, L.RenderPerformanceOverlay, G._PlatformViewRenderBox_RenderBox__PlatformViewGestureMixin, K._RenderStack_RenderBox_ContainerRenderObjectMixin, S.RenderTable, Q._RenderViewportBase_RenderBox_ContainerRenderObjectMixin, N._RenderWrap_RenderBox_ContainerRenderObjectMixin, A.__RenderLayoutBuilder_RenderBox_RenderObjectWithChildMixin, E.__RenderOverflowBar_RenderBox_ContainerRenderObjectMixin, X.__RenderTheatre_RenderBox_ContainerRenderObjectMixin, E.__RenderSingleChildViewport_RenderBox_RenderObjectWithChildMixin, K._RenderOverflowView_RenderBox_ContainerRenderObjectMixin, V.__RenderTheatre_RenderBox_RenderObjectWithChildMixin, Y.__RenderValueLayoutBuilder_RenderBox_RenderObjectWithChildMixin]); + _inheritMany(S.RenderBox, [E._RenderProxyBox_RenderBox_RenderObjectWithChildMixin, T._RenderShiftedBox_RenderBox_RenderObjectWithChildMixin, L._RenderDecoration, Q._RenderListTile, R._RenderListBody_RenderBox_ContainerRenderObjectMixin, F._RenderFlex_RenderBox_ContainerRenderObjectMixin, B._RenderCustomMultiChildLayoutBox_RenderBox_ContainerRenderObjectMixin, D._RenderEditable_RenderBox_RelayoutWhenSystemFontsChangeMixin, D._RenderEditableCustomPaint, V.RenderErrorBox, U.RenderImage, Q._RenderParagraph_RenderBox_ContainerRenderObjectMixin, L.RenderPerformanceOverlay, G._PlatformViewRenderBox_RenderBox__PlatformViewGestureMixin, K._RenderStack_RenderBox_ContainerRenderObjectMixin, S.RenderTable, Q._RenderViewportBase_RenderBox_ContainerRenderObjectMixin, N._RenderWrap_RenderBox_ContainerRenderObjectMixin, A.__RenderLayoutBuilder_RenderBox_RenderObjectWithChildMixin, E.__RenderOverflowBar_RenderBox_ContainerRenderObjectMixin, X.__RenderTheatre_RenderBox_ContainerRenderObjectMixin, E.__RenderSingleChildViewport_RenderBox_RenderObjectWithChildMixin, K._RenderOverflowView_RenderBox_ContainerRenderObjectMixin, Y.__RenderValueLayoutBuilder_RenderBox_RenderObjectWithChildMixin]); _inherit(E._RenderProxyBox_RenderBox_RenderObjectWithChildMixin_RenderProxyBoxMixin, E._RenderProxyBox_RenderBox_RenderObjectWithChildMixin); _inherit(E.RenderProxyBox, E._RenderProxyBox_RenderBox_RenderObjectWithChildMixin_RenderProxyBoxMixin); - _inheritMany(E.RenderProxyBox, [V.RenderCustomPaint, E.RenderConstrainedBox, K._RenderMenuItem, M._RenderInkFeatures, E.RenderProxyBoxWithHitTestBehavior, E.RenderLimitedBox, E.RenderAspectRatio, E.RenderIntrinsicWidth, E.RenderIntrinsicHeight, E.RenderOpacity, E._RenderAnimatedOpacity_RenderProxyBox_RenderProxyBoxMixin, E._RenderCustomClip, E.RenderDecoratedBox, E.RenderTransform, E.RenderFittedBox, E.RenderFractionalTranslation, E.RenderMouseRegion, E.RenderRepaintBoundary, E.RenderIgnorePointer, E.RenderOffstage, E.RenderAbsorbPointer, E.RenderSemanticsAnnotations, E.RenderBlockSemantics, E.RenderMergeSemantics, E.RenderExcludeSemantics, E.RenderIndexedSemantics, E.RenderLeaderLayer, E.RenderFollowerLayer, E.RenderAnnotatedRegion, F._RenderScrollSemantics, K.RenderSizeTransitionWithIntrinsicSize]); + _inheritMany(E.RenderProxyBox, [V.RenderCustomPaint, E.RenderConstrainedBox, K._RenderMenuItem, M._RenderInkFeatures, E.RenderProxyBoxWithHitTestBehavior, E.RenderLimitedBox, E.RenderAspectRatio, E.RenderIntrinsicWidth, E.RenderIntrinsicHeight, E.RenderOpacity, E._RenderAnimatedOpacity_RenderProxyBox_RenderProxyBoxMixin, E._RenderCustomClip, E.RenderDecoratedBox, E.RenderTransform, E.RenderFittedBox, E.RenderFractionalTranslation, E.RenderMouseRegion, E.RenderRepaintBoundary, E.RenderIgnorePointer, E.RenderOffstage, E.RenderAbsorbPointer, E.RenderSemanticsAnnotations, E.RenderBlockSemantics, E.RenderMergeSemantics, E.RenderExcludeSemantics, E.RenderIndexedSemantics, E.RenderLeaderLayer, E.RenderFollowerLayer, E.RenderAnnotatedRegion, F._RenderScrollSemantics]); _inherit(X.ChartContainerRenderObject, V.RenderCustomPaint); _inheritMany(B.Listenable, [V.CustomPainter, X.Animation0, B._MergingListenable, E.CustomClipper, N._SystemFontsNotifier]); _inheritMany(V.CustomPainter, [X.ChartContainerCustomPaint, B._SymbolCustomPaint, M.ArrowCustomPainter, F._CupertinoActivityIndicatorPainter, F._TextSelectionHandlePainter0, K._DropdownMenuPainter, L._InputBorderPainter, M._ShapeBorderPainter, U._LinearProgressIndicatorPainter, U._CircularProgressIndicatorPainter, E._IndicatorPainter, F._TextSelectionHandlePainter, M._DialPainter, L._GlowingOverscrollIndicatorPainter, R.QrPainter]); @@ -435892,8 +432618,8 @@ _inheritMany(O._TransformPart, [O._MatrixTransformPart, O._OffsetTransformPart]); _inheritMany(S.PrimaryPointerGestureRecognizer, [T.LongPressGestureRecognizer, N.BaseTapGestureRecognizer]); _inheritMany(O.DragGestureRecognizer, [O.VerticalDragGestureRecognizer, O.HorizontalDragGestureRecognizer, O.PanGestureRecognizer]); - _inheritMany(V.MultiDragPointerState, [V._ImmediatePointerState, V._HorizontalPointerState, V._VerticalPointerState, V._DelayedPointerState]); - _inheritMany(V.MultiDragGestureRecognizer, [V.ImmediateMultiDragGestureRecognizer, V.HorizontalMultiDragGestureRecognizer, V.VerticalMultiDragGestureRecognizer, V.DelayedMultiDragGestureRecognizer]); + _inheritMany(V.MultiDragPointerState, [V._ImmediatePointerState, V._DelayedPointerState]); + _inheritMany(V.MultiDragGestureRecognizer, [V.ImmediateMultiDragGestureRecognizer, V.DelayedMultiDragGestureRecognizer]); _inheritMany(N.BaseTapGestureRecognizer, [N.TapGestureRecognizer, X._AnyTapGestureRecognizer]); _inherit(R.IOSScrollViewFlingVelocityTracker, R.VelocityTracker); _inherit(S.MaterialScrollBehavior, K.ScrollBehavior); @@ -435978,7 +432704,7 @@ _inheritMany(K.AnimatedWidget, [L._Shaker, E._TabStyle, X.AnimatedModalBarrier, K.SlideTransition, K.ScaleTransition, K.RotationTransition, K.SizeTransition, K.DecoratedBoxTransition, K.AnimatedBuilder, R.CustomSizeTransition]); _inherit(L._HelperErrorState, L.__HelperErrorState_State_SingleTickerProviderStateMixin); _inheritMany(N.Element0, [N.RenderObjectElement, N.ComponentElement, N._NullElement]); - _inheritMany(N.RenderObjectElement, [L._DecorationElement, Q._ListTileElement, N.SingleChildRenderObjectElement, N.RootRenderObjectElement, N.LeafRenderObjectElement, N.MultiChildRenderObjectElement, A._LayoutBuilderElement, G.SliverMultiBoxAdaptorElement, U._SliverPersistentHeaderElement, S._TableElement, V._TheatreElement0]); + _inheritMany(N.RenderObjectElement, [L._DecorationElement, Q._ListTileElement, N.SingleChildRenderObjectElement, N.RootRenderObjectElement, N.LeafRenderObjectElement, N.MultiChildRenderObjectElement, A._LayoutBuilderElement, G.SliverMultiBoxAdaptorElement, U._SliverPersistentHeaderElement, S._TableElement]); _inherit(L._InputDecoratorState, L.__InputDecoratorState_State_TickerProviderStateMixin); _inherit(L.InputDecorationTheme, L._InputDecorationTheme_Object_Diagnosticable); _inherit(M._MaterialState, M.__MaterialState_State_TickerProviderStateMixin); @@ -436039,8 +432765,8 @@ _inherit(F._RenderFlex_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin, F._RenderFlex_RenderBox_ContainerRenderObjectMixin); _inherit(F._RenderFlex_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin_DebugOverflowIndicatorMixin, F._RenderFlex_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin); _inherit(F.RenderFlex, F._RenderFlex_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin_DebugOverflowIndicatorMixin); - _inheritMany(F.RenderFlex, [E._TabLabelBarRenderer, X.RenderTabluarFlex]); - _inheritMany(T.Flex, [E._TabLabelBar, T.Row, T.Column, X.TabluarFlex]); + _inherit(E._TabLabelBarRenderer, F.RenderFlex); + _inheritMany(T.Flex, [E._TabLabelBar, T.Row, T.Column]); _inherit(E._ChangeAnimation, E.__ChangeAnimation_Animation_AnimationWithParentMixin); _inherit(E._DragAnimation, E.__DragAnimation_Animation_AnimationWithParentMixin); _inherit(A._ScrollPosition_ViewportOffset_ScrollMetrics, N.ViewportOffset); @@ -436105,7 +432831,7 @@ _inherit(E.RenderAnimatedOpacity, E._RenderAnimatedOpacity_RenderProxyBox_RenderProxyBoxMixin_RenderAnimatedOpacityMixin); _inheritMany(E._RenderCustomClip, [E.RenderClipRect, E.RenderClipRRect, E.RenderClipOval, E.RenderClipPath, E._RenderPhysicalModelBase]); _inheritMany(E._RenderPhysicalModelBase, [E.RenderPhysicalModel, E.RenderPhysicalShape]); - _inheritMany(E.RenderProxyBoxWithHitTestBehavior, [E.RenderPointerListener, E.RenderMetaData, E.RenderSemanticsGestureHandler, T._RenderColoredBox]); + _inheritMany(E.RenderProxyBoxWithHitTestBehavior, [E.RenderPointerListener, E.RenderSemanticsGestureHandler, T._RenderColoredBox]); _inherit(G.SliverGeometry, G._SliverGeometry_Object_Diagnosticable); _inheritMany(G.SliverLogicalParentData, [G._SliverLogicalContainerParentData_SliverLogicalParentData_ContainerParentDataMixin, F._SliverMultiBoxAdaptorParentData_SliverLogicalParentData_ContainerParentDataMixin]); _inherit(G.SliverLogicalContainerParentData, G._SliverLogicalContainerParentData_SliverLogicalParentData_ContainerParentDataMixin); @@ -436183,8 +432909,6 @@ _inherit(Y.TextEditingAction, U.ContextAction); _inheritMany(Y.TextEditingAction, [E._DoNothingAndStopPropagationTextAction, E._ExpandSelectionLeftByLineTextAction, E._ExpandSelectionRightByLineTextAction, E._ExpandSelectionToEndTextAction, E._ExpandSelectionToStartTextAction, E._ExtendSelectionDownTextAction, E._ExtendSelectionLeftByLineTextAction, E._ExtendSelectionLeftByWordAndStopAtReversalTextAction, E._ExtendSelectionLeftByWordTextAction, E._ExtendSelectionLeftTextAction, E._ExtendSelectionRightByLineTextAction, E._ExtendSelectionRightByWordAndStopAtReversalTextAction, E._ExtendSelectionRightByWordTextAction, E._ExtendSelectionRightTextAction, E._ExtendSelectionUpTextAction, E._MoveSelectionDownTextAction, E._MoveSelectionLeftTextAction, E._MoveSelectionRightTextAction, E._MoveSelectionUpTextAction, E._MoveSelectionLeftByLineTextAction, E._MoveSelectionLeftByWordTextAction, E._MoveSelectionRightByLineTextAction, E._MoveSelectionRightByWordTextAction, E._MoveSelectionToEndTextAction, E._MoveSelectionToStartTextAction]); _inherit(E.DefaultTextEditingShortcuts, X.Shortcuts); - _inherit(B.LongPressDraggable, B.Draggable); - _inheritMany(V.Drag, [B._DragAvatar, Z._DragInfo]); _inherit(S.DraggableScrollableNotification, S._DraggableScrollableNotification_Notification_ViewportNotificationMixin); _inherit(D._EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver, D._EditableTextState_State_AutomaticKeepAliveClientMixin); _inherit(D._EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin, D._EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver); @@ -436233,6 +432957,7 @@ _inherit(G._HtmlElementViewController, R.PlatformViewController); _inherit(Z.SliverReorderableListState, Z._SliverReorderableListState_State_TickerProviderStateMixin); _inherit(Z.ReorderableDelayedDragStartListener, Z.ReorderableDragStartListener); + _inherit(Z._DragInfo, V.Drag); _inherit(K._RestorationScopeState, K.__RestorationScopeState_State_RestorationMixin); _inherit(U._RestorablePrimitiveValue, U._RestorablePrimitiveValueN); _inheritMany(U._RestorablePrimitiveValue, [U.RestorableNum, U.RestorableBool]); @@ -436669,14 +433394,6 @@ _inherit(E.LocalPlatform, T.Platform); _inherit(Q.QrBitBuffer, Q._QrBitBuffer_Object_ListMixin); _inherit(O.LoggingMiddleware, X.MiddlewareClass); - _inherit(V.PassthroughOverlayState, V._PassthroughOverlayState_State_TickerProviderStateMixin); - _inherit(V.__RenderTheatre_RenderBox_RenderObjectWithChildMixin_RenderProxyBoxMixin, V.__RenderTheatre_RenderBox_RenderObjectWithChildMixin); - _inherit(V.__RenderTheatre_RenderBox_RenderObjectWithChildMixin_RenderProxyBoxMixin_ContainerRenderObjectMixin, V.__RenderTheatre_RenderBox_RenderObjectWithChildMixin_RenderProxyBoxMixin); - _inherit(V._RenderTheatre0, V.__RenderTheatre_RenderBox_RenderObjectWithChildMixin_RenderProxyBoxMixin_ContainerRenderObjectMixin); - _inherit(A.__ReorderableFlexContentState_State_TickerProviderStateMixin_ReorderableMixin, A.__ReorderableFlexContentState_State_TickerProviderStateMixin); - _inherit(A._ReorderableFlexContentState, A.__ReorderableFlexContentState_State_TickerProviderStateMixin_ReorderableMixin); - _inherit(X.TabluarRow, X.TabluarFlex); - _inherit(U.ReorderableTableRow, X.TabluarRow); _inherit(N.RoundedLoadingButtonState, N._RoundedLoadingButtonState_State_TickerProviderStateMixin); _inherit(U.BehaviorSubject, F.Subject); _inherit(M.SentryNavigatorObserver, T.RouteObserver); @@ -437172,12 +433889,6 @@ _mixin(M._PhotoViewCoreState_State_TickerProviderStateMixin_PhotoViewControllerDelegate, E.PhotoViewControllerDelegate); _mixin(M._PhotoViewCoreState_State_TickerProviderStateMixin_PhotoViewControllerDelegate_HitCornersDetector, G.HitCornersDetector); _mixin(Q._QrBitBuffer_Object_ListMixin, P.ListMixin); - _mixin(V._PassthroughOverlayState_State_TickerProviderStateMixin, U.TickerProviderStateMixin); - _mixin(V.__RenderTheatre_RenderBox_RenderObjectWithChildMixin, K.RenderObjectWithChildMixin); - _mixin(V.__RenderTheatre_RenderBox_RenderObjectWithChildMixin_RenderProxyBoxMixin, E.RenderProxyBoxMixin); - _mixin(V.__RenderTheatre_RenderBox_RenderObjectWithChildMixin_RenderProxyBoxMixin_ContainerRenderObjectMixin, K.ContainerRenderObjectMixin); - _mixin(A.__ReorderableFlexContentState_State_TickerProviderStateMixin, U.TickerProviderStateMixin); - _mixin(A.__ReorderableFlexContentState_State_TickerProviderStateMixin_ReorderableMixin, E.ReorderableMixin); _mixin(N._RoundedLoadingButtonState_State_TickerProviderStateMixin, U.TickerProviderStateMixin); _mixin(Y.__RenderValueLayoutBuilder_RenderBox_RenderObjectWithChildMixin, K.RenderObjectWithChildMixin); _mixin(Y.__RenderValueLayoutBuilder_RenderBox_RenderObjectWithChildMixin_RenderConstrainedLayoutBuilder, A.RenderConstrainedLayoutBuilder); @@ -437188,12 +433899,12 @@ mangledNames: {}, getTypeFromName: getGlobalFromName, metadata: [], - types: ["~()", "Null()", "ListUIStateBuilder*(ListUIStateBuilder*)", "Null(Object*)", "Null(Store*,@,@(@)*)", "@(String*)", "double(double)", "Null(String*)", "Null(@)", "@()", "@(@)", "@(bool*)", "InvoiceEntityBuilder*(InvoiceEntityBuilder*)", "SettingsEntityBuilder*(SettingsEntityBuilder*)", "Null(BuildContext*)", "String*(String*)", "bool*(String*)", "Future*(BuildContext*)", "int*(String*,String*)", "bool*()", "Null(bool*)", "ErrorDialog*(BuildContext*)", "CompanyEntityBuilder*(CompanyEntityBuilder*)", "ExpenseEntityBuilder*(ExpenseEntityBuilder*)", "String*(@)", "Future*(Store*,@,@(@)*)", "Future<~>*()", "~(Duration)", "~(TextEditingController*)", "~(BuildContext*)", "Future*()", "Future*()", "~(bool*)", "ListBuilder*()", "~(Object?)", "~(AnimationStatus)", "DropdownMenuItem*(String*)", "PaymentEntityBuilder*(PaymentEntityBuilder*)", "ClientEntityBuilder*(ClientEntityBuilder*)", "bool*(Route<@>*)", "PluralCase()", "Null(List*)", "Null(Duration*)", "String*(BaseEntity*)", "TaskEntityBuilder*(TaskEntityBuilder*)", "CompanyGatewayEntityBuilder*(CompanyGatewayEntityBuilder*)", "Null(SelectableEntity*)", "Null(String*,String*)", "~(bool)", "String*(String*,SelectCompany*)", "String*(String*,PreviewEntity*)", "@(BuildContext*)", "String*(String*,ClearEntityFilter*)", "Null(EntityState*,bool*)", "InvoiceItemEntityBuilder*(InvoiceItemEntityBuilder*)", "Null(String*,InvoiceEntity*)", "bool*(InvoiceItemEntity*)", "@(SelectableEntity*)", "Null(TextEditingController*)", "~(BuildContext*,EntityAction*)", "~(String*)", "Null(DocumentEntity*)", "SubscriptionEntityBuilder*(SubscriptionEntityBuilder*)", "Widget(BuildContext)", "Null(Event)", "InvoiceEntity*(String*)", "ListDivider*(BuildContext*,int*)", "~(DragUpdateDetails)", "~(Event)", "InvoiceStatusEntityBuilder*(InvoiceStatusEntityBuilder*)", "String()", "Null(InvoiceEntity*)", "String*(String*,FilterByEntity*)", "~(int)", "Null(~)", "double(RenderBox)", "@(int*,String*)", "UserEntityBuilder*(UserEntityBuilder*)", "SettingsUIStateBuilder*(SettingsUIStateBuilder*)", "String*(String*,@)", "bool(String)", "EntityStats*(String*,BuiltMap*)", "~(@)", "int*(List*,List*)", "@(TaxRateEntity*)", "~(String)", "~(PaintingContext,Offset)", "Null(BuildContext*,MultipartFile*)", "~(Element0)", "UserCompanyEntityBuilder*(UserCompanyEntityBuilder*)", "~(PointerEvent0)", "int*(int*,PreviewEntity*)", "Future<~>()", "Future?(Object*)", "bool(BoxHitTestResult,Offset?)", "Null(BuildContext*,DocumentEntity*,String*,String*)", "Null(String*,ExpenseEntity*)", "bool*(bool*,UpdateUserPreferences*)", "Null(List*)", "~(TapDownDetails)", "StatelessWidget*(BuildContext*,BoxConstraints*)", "~(DragStartDetails)", "UserStateBuilder*(UserStateBuilder*)", "String(String)", "~(String,String)", "~(String,@)", "Null(int*)", "Color(Set)", "Palette()", "bool(Object?)", "~(DragEndDetails)", "bool(@)", "double(RenderBox,double)", "double()", "bool(FocusNode)", "~(ByteData?)", "Null(ExpenseEntity*)", "VendorEntityBuilder*(VendorEntityBuilder*)", "Iterable()", "bool(Element0)", "ListBuilder*()", "Null(TaxRateEntity*)", "~(@,@)", "Null(int*,int*)", "@(DocumentEntity*,String*,String*)", "@(CompanyEntity*)", "~(LayoutView)", "TextSelection()", "Null(PaymentEntity*)", "@(TextSelection)", "DashboardUISettingsBuilder*(DashboardUISettingsBuilder*)", "Null(String*,TaskEntity*)", "AuthStateBuilder*(AuthStateBuilder*)", "~(Object,StackTrace)", "@(MultipartFile*)", "~(RenderObject)", "EntityStats*(String*,BuiltMap*)", "Null(Object,StackTrace)", "Null(BuildContext*,Completer*)", "Widget(BuildContext,int)", "Widget*()", "~(TapUpDetails)", "Object?(@)", "Null(SettingsEntity*)", "Null(TaskEntity*)", "bool*(ContactEntity*)", "InvoiceEntity*(InvoiceEntity*,@)", "String*(String*,ClearEntitySelection*)", "String*(InvoiceEntityBuilder*)", "Null(List*)", "ScrollableListView*(BuildContext*)", "~(ForcePressDetails)", "bool(FlutterHtmlKeyboardEvent)", "TaskStatusEntityBuilder*(TaskStatusEntityBuilder*)", "Widget*(BuildContext*,int*)", "String*()", "Null(DesignEntity*)", "@(InvoiceEntity*)", "bool(ScrollNotification)", "@(double)", "Null(UserEntity*)", "double*(double*)", "DropdownMenuItem*(int*)", "AlertDialog*(BuildContext*)", "InvoiceEntity*(@)", "@(DateFormat)", "Null(Completer*)", "ProductEntityBuilder*(ProductEntityBuilder*)", "SimpleDialog*(BuildContext*)", "Color0(int?)", "int(int)", "CompanyGatewayStateBuilder*(CompanyGatewayStateBuilder*)", "bool(_RouteEntry?)", "MapBuilder*()", "@(int*)", "String*(PaymentableEntity*)", "FeesAndLimitsSettingsBuilder*(FeesAndLimitsSettingsBuilder*)", "DateFormat()", "ProjectEntityBuilder*(ProjectEntityBuilder*)", "~(ProgressEvent)", "Null(InvoiceStateBuilder*)", "TaxRateStateBuilder*(TaxRateStateBuilder*)", "GroupStateBuilder*(GroupStateBuilder*)", "Null(LoginResponse*)", "Null(BuildContext*[EntityAction*])", "ExpenseEntity*(String*)", "bool*(BaseEntity*)", "int(_Codes)", "bool(int)", "double(double,double)", "List*()", "Color?(Set)", "Null(String*,PaymentEntity*)", "~(RestorableProperty,~())", "PaymentTermStateBuilder*(PaymentTermStateBuilder*)", "Column*(BuildContext*)", "PaymentEntity*(String*)", "Null(EntityType*)", "~(SelectableEntity*)", "~(PointerExitEvent)", "bool*(InvoiceEntity*)", "bool*(TaskTime*)", "InvitationEntity*(ContactEntity*)", "Null(TaskTime*)", "~(PointerDownEvent)", "ListBuilder*()", "bool*(PaymentableEntity*)", "double*()", "WebhookEntityBuilder*(WebhookEntityBuilder*)", "@(List*)", "bool()", "int(FocusNode,FocusNode)", "Null(PaymentableEntity*)", "Null(String*,ClientEntity*)", "QuoteStateBuilder*(QuoteStateBuilder*)", "~(Object*)", "~(int,int)", "int()", "Null(ProductEntity*)", "Null(RecurringExpenseStateBuilder*)", "@(Event)", "Null(GroupEntity*)", "TaskEntity*(String*)", "~(LongPressMoveUpdateDetails)", "~(LongPressStartDetails)", "~(String,NumericAxis)", "Null(InvoiceItemEntity*)", "Null(TaskStatusEntity*)", "Null(VendorEntity*)", "bool(GestureListener)", "~(Object?,Object?)", "Null(List*)", "Null(RecurringInvoiceStateBuilder*)", "~(Object[StackTrace?])", "AppStateBuilder*(AppStateBuilder*)", "~(DateTime)", "Widget(BuildContext,Widget?)", "DocumentStateBuilder*(DocumentStateBuilder*)", "~(String?)", "Null(EntityStatus*,bool*)", "TaxRateEntity*(String*)", "Null(ProjectEntity*)", "Null(CompanyGatewayEntity*)", "TokenStateBuilder*(TokenStateBuilder*)", "DropdownMenuItem*(MapEntry*)", "ProductEntity*(String*)", "~(~())", "ClientEntity*(String*)", "TaskListItem*(BuildContext*,int*)", "Future>(Map)", "ExpenseStateBuilder*(ExpenseStateBuilder*)", "Null(ExpenseCategoryEntity*)", "Null(BuildContext*,InvoiceEntity*[String*])", "Null(BuildContext*[int*])", "Null(List*,String*)", "Null(InvoiceItemEntity*,int*)", "ProjectEntity*(String*)", "Null(BuildContext*,InvoiceEntity*,ClientEntity*)", "ExpenseCategoryStateBuilder*(ExpenseCategoryStateBuilder*)", "String*(TaxRateReportFields*)", "Null(ClientEntity*)", "Null(List*[String*])", "BaseEntity*(InvoiceItemEntity*)", "InvoiceItemSelector*(BuildContext*)", "~(NavigatorObserver)", "MapBuilder*(MapBuilder*)", "Widget(BuildContext,BoxConstraints)", "CompanyGatewayEntity*(String*)", "Future()", "bool(_RouteEntry)", "ExpenseEntity*(ExpenseEntity*,@)", "String*(ProfitAndLossReportFields*)", "String*(TaxRateReportFields0*)", "Null(Timer*)", "InvoiceStateBuilder*(InvoiceStateBuilder*)", "MapBuilder*()", "Null(List*)", "PaymentStateBuilder*(PaymentStateBuilder*)", "~(Timer*)", "DesignEntityBuilder*(DesignEntityBuilder*)", "ActivityListTile*(BuildContext*,int*)", "String(int)", "RecurringInvoiceStateBuilder*(RecurringInvoiceStateBuilder*)", "Null(TokenEntity*)", "Future<@>(MethodCall)", "Null(SubscriptionEntity*)", "int*(InvoiceEntity*,InvoiceEntity*)", "ClientStateBuilder*(ClientStateBuilder*)", "bool(InlineSpan)", "@(DesignEntity*)", "VendorStateBuilder*(VendorStateBuilder*)", "Null(PointerEvent)", "bool*(EntityType*)", "Null(WebhookEntity*)", "List*(BuiltMap*,BuiltMap*)", "~(MouseEvent)", "TaskStateBuilder*(TaskStateBuilder*)", "WebhookStateBuilder*(WebhookStateBuilder*)", "EntityStats*(String*,BuiltMap*)", "@([String*,String*])", "Null(PaymentTermEntity*)", "CustomFieldSelector*(BuildContext*)", "MessageDialog*(BuildContext*)", "RecurringExpenseStateBuilder*(RecurringExpenseStateBuilder*)", "~(PointerExitEvent*)", "Future>(Map)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*)", "Null(TaskStateBuilder*)", "ProjectStateBuilder*(ProjectStateBuilder*)", "Future*(String*)", "CreditStateBuilder*(CreditStateBuilder*)", "ListTile*(String*)", "~({curve:Curve,descendant:RenderObject?,duration:Duration,rect:Rect?})", "DesignEntity*(String*)", "Rect()", "ProductStateBuilder*(ProductStateBuilder*)", "~(PointerEnterEvent)", "int(RenderObject,RenderObject)", "Null(DateTime*)", "Null(TaskStatusStateBuilder*)", "Null(BuiltList*)", "Null(@,@)", "TaskStatusStateBuilder*(TaskStatusStateBuilder*)", "int(@,@)", "AppTextButton*(BuildContext*)", "Future()", "DesignStateBuilder*(DesignStateBuilder*)", "IconButton*(BuildContext*)", "SubscriptionStateBuilder*(SubscriptionStateBuilder*)", "Null(TouchEvent)", "bool(BoxHitTestResult,Offset)", "bool(DataRow)", "~(HorizontalDragGestureRecognizer)", "~(bool?)", "HorizontalDragGestureRecognizer()", "Null(List*)", "MouseCursor0(Set)", "Null(PaymentTermStateBuilder*)", "String*(InvoiceItemReportFields*)", "PaymentTermEntity*(String*)", "String*(InvoiceReportFields*)", "InkWell*(BuildContext*)", "Null(PaymentStateBuilder*)", "Null(List*)", "~(FocusHighlightMode)", "ListBuilder*()", "String*(ExpenseReportFields*)", "String*(DocumentReportFields*)", "String*(CreditReportFields*)", "ListBuilder*()", "Null(int*,bool*)", "GroupEntity*(String*)", "DateTime()", "String*(ContactReportFields*)", "bool*(ActivityEntity*)", "String?(String?)", "Future*(BuildContext*,bool*)", "String*(ClientReportFields*)", "ContactEntityBuilder*(ContactEntityBuilder*)", "Widget(BuildContext,Widget,int?,bool)", "Null(BaseEntity*)", "Null(List*)", "Tween(@)", "ColorTween(@)", "List*>*(BuildContext*)", "EdgeInsetsGeometryTween(@)", "MaterialStateProperty?(ButtonStyle?)", "Null(ProjectStateBuilder*)", "String*(PaymentReportFields*)", "BaseEntity*(String*)", "Null(CreditStateBuilder*)", "Null(ClientStateBuilder*)", "String*(ProductReportFields*)", "Null(QuoteStateBuilder*)", "bool(Point)", "Null(GroupStateBuilder*)", "~(PointerEnterEvent*)", "PaymentableEntityBuilder*(PaymentableEntityBuilder*)", "bool(Object?,Object?)", "int(Object?)", "GroupEntityBuilder*(GroupEntityBuilder*)", "Null(String*,List*)", "ListBuilder*()", "ListBuilder*()", "String*(QuoteItemReportFields*)", "Null(EntityAction*)", "GridView*(BuildContext*,BoxConstraints*)", "int(SemanticsNode,SemanticsNode)", "Color()", "Null(List*)", "String*(QuoteReportFields*)", "@(bool*,int*,String*,double*,double*)", "Null(CompanyGatewayStateBuilder*)", "bool(FocusableActionDetector)", "Null(WebhookStateBuilder*)", "Null(@,StackTrace)", "Null(List*)", "Null(List*)", "WebhookEntity*(String*)", "Future()", "Null(VendorStateBuilder*)", "ReportsUIStateBuilder*(ReportsUIStateBuilder*)", "~(Timer)", "Null(Store*)", "int*(TaskEntity*,TaskEntity*)", "Set()", "Null(List*)", "VendorEntity*(String*)", "Null(BuildContext*,EmailTemplate*,String*,String*)", "String(Match)", "String*(TaskReportFields*)", "Null(UserStateBuilder*)", "Drag?(Offset)", "Null(List*)", "UserEntity*(String*)", "bool*(PaymentEntity*)", "Null(ExpenseCategoryStateBuilder*)", "ExpenseCategoryEntityBuilder*(ExpenseCategoryEntityBuilder*)", "ListBuilder*(ListBuilder*)", "~(ImageChunkEvent)", "SubscriptionEntity*(String*)", "MapEntry*>*(String*,String*)", "Null(List*)", "Null(List*)", "@(Color)", "Null(TokenStateBuilder*)", "ExpenseCategoryEntity*(String*)", "Null(List*)", "Null(List*)", "TokenEntity*(String*)", "InvoiceListItem*(BuildContext*,int*)", "Null(SubscriptionStateBuilder*)", "~(TaxRateEntity*)", "~(ImageStreamListener)", "Null(DesignStateBuilder*)", "Null(ExpenseStateBuilder*)", "Future<~>(String,ByteData?,~(ByteData?)?)", "Null(TaxRateStateBuilder*)", "~(LongPressEndDetails)", "QuoteListItem*(BuildContext*,int*)", "Null(MouseEvent)", "int(int,int)", "Null(List*)", "ExpenseListItem*(BuildContext*,int*)", "Future<@>()", "MapBuilder*>*()", "Null(List*)", "@(double*)", "bool(_Highlight)", "@(SettingsEntity*)", "Color(Color)", "~(SliverConstraints)", "DropdownMenuItem*(int*)", "Future()", "~(List)", "Null(List*)", "bool(SemanticsNode)", "TaskStatusEntity*(String*)", "Null(bool)", "ExpenseStatusEntityBuilder*(ExpenseStatusEntityBuilder*)", "Null(ProductStateBuilder*)", "~(ImageInfo,bool)", "bool(DraggableScrollableNotification)", "bool(BoxHitTestResult)", "@(bool)", "TaxRateEntityBuilder*(TaxRateEntityBuilder*)", "List()", "bool(InlineSpanSemanticsInformation)", "~(TextSelection)", "Future(ByteData?)", "~(Rect)", "TaxRateEntity*(@)", "TokenEntityBuilder*(TokenEntityBuilder*)", "MapBuilder*(MapBuilder*)", "~(RestorationBucket)", "Map()", "AppSidebarMode*(AppSidebarMode*,UpdateUserPreferences*)", "ImageStreamCompleter()", "UserEntity*(@)", "List*(BuiltMap*)", "~(TimeOfDay)", "Null(CompanyEntity*)", "Completer*(Completer*,EditVendor*)", "bool(InheritedElement)", "~(_TimePickerMode)", "~(TextSelection,SelectionChangedCause?)", "InkWell*(String*)", "~(GestureMode)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,DeleteRecurringInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceItem*)", "String*(String*,ShowPdfRecurringInvoice*)", "EdgeInsets()", "@(EdgeInsets)", "UserSettingsEntityBuilder*(UserSettingsEntityBuilder*)", "~(double,double)", "Null(BuildContext*,String*,String*,String*)", "DataCell(DataColumn)", "InvoiceEntity*(InvoiceEntity*,UpdateQuoteItem*)", "InvoiceEntity*(InvoiceEntity*,DeleteQuoteItem*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteItem*)", "String*(String*,ShowPdfQuote*)", "EntityStats*(String*,BuiltMap*)", "String*(InvoiceItemEntityBuilder*)", "List*()", "_ZoomExitTransition(BuildContext,Animation0,Widget?)", "_ZoomEnterTransition(BuildContext,Animation0,Widget?)", "Completer*(Completer*,EditProject*)", "LocalKey(MergeableMaterialItem)", "List*>*(BuildContext*)", "PopupMenuItem*(EntityAction*)", "~(RenderBox?)", "~(RenderBox?,String)", "~([Intent?])", "int(_ReadingOrderSortData,_ReadingOrderSortData)", "~(Size)", "CustomSingleChildLayout(BuildContext)", "PaymentTermEntity*(@)", "~(DragDownDetails)", "Null(String*,String*,String*,String*)", "PaymentTermEntityBuilder*(PaymentTermEntityBuilder*)", "MapBuilder*()", "bool(BuildContext)", "TapGestureRecognizer()", "~(TapGestureRecognizer)", "DoubleTapGestureRecognizer()", "~(DoubleTapGestureRecognizer)", "LongPressGestureRecognizer()", "~(LongPressGestureRecognizer)", "VerticalDragGestureRecognizer()", "~(VerticalDragGestureRecognizer)", "String*(ContactEntity*)", "Null(EmailTemplate*)", "bool*(TaxRateEntity*)", "TaxRateEntity*()", "List*(String*,BuiltMap*,BuiltList*)", "Widget*(CompanyEntity*)", "List*(BuildContext*)", "PointerInterceptor*(BuildContext*)", "Positioned(BuildContext,Widget?)", "bool*(SystemLogEntity*)", "bool*(DataRow0*)", "DataCell0*(DataColumn0*)", "MaterialStateProperty?(ButtonStyle?)", "~(Object,StackTrace?)", "Tween<@>?(Tween<@>?,@,Tween<@>(@))", "AlignmentGeometryTween(@)", "DataCell0*(String*)", "DecorationTween(@)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,DeleteInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceItem*)", "String*(String*,ShowPdfInvoice*)", "GroupEntity*(@)", "@(Object*)", "List(_SemanticsSortGroup)", "Size(RenderBox,BoxConstraints)", "Null(Response*)", "Widget*(BuildContext*,AsyncSnapshot*)", "Widget(Widget,Animation0)", "Null(ContactEntity*)", "LicenseEntry(int)", "Widget(BuildContext,bool)", "Widget(BuildContext,Object?,ScrollController?)", "DropdownMenuItem*(DateRange*)", "RenderBox?()", "Null(DateRange*)", "DateTime*(ChartMoneyData*,int*)", "double*(ChartMoneyData*,int*)", "Color0*(ChartMoneyData*,int*)", "ExpenseEntity*(@)", "~(_DragInfo)", "ListTile*(BuildContext*,int*)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*,BuiltMap*,StaticState*)", "~(DiagnosticsNode)", "PaymentListItem*(BuildContext*,int*)", "Null(BuiltList*)", "Color?(Color?)", "VelocityTracker(PointerEvent0)", "Future<~>(~)", "@(Completer*)", "InvoiceItemEntity*(BaseEntity*)", "SizedBox*(BuildContext*)", "List*(String*)", "Null(DocumentStateBuilder*)", "Listener*(BuildContext*,String*)", "DocumentEntityBuilder*(DocumentEntityBuilder*)", "Null(List*)", "DocumentEntity*(String*)", "Null(PointerDownEvent*)", "Node0?(DirectoryNode,String,Node0?)", "List*>*(BuildContext*)", "~(List)", "FileNode()", "PopupMenuItem*(String*)", "int*(ExpenseEntity*,ExpenseEntity*)", "ProductListItem*(BuildContext*,int*)", "List*(BuiltMap*,BuiltMap*)", "RefreshIndicator*(BuildContext*)", "Null(MapEntry*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*)", "ByteBuffer(@)", "~([String*])", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*,BuiltMap*)", "double*(PaymentableEntity*)", "bool(RenderBox)", "MapBuilder*>*(MapBuilder*>*)", "Future(String,Map)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,ListUIState*,BuiltMap*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,StaticState*)", "~(ScaleEndDetails)", "~(ScaleUpdateDetails)", "InvoiceEntity*(InvoiceEntity*,UpdateCreditItem*)", "~(ScaleStartDetails)", "InvoiceEntity*(InvoiceEntity*,DeleteCreditItem*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "InvoiceEntity*(InvoiceEntity*,AddCreditItem*)", "String*(String*,ShowPdfCredit*)", "~(ChartBehavior<@>)", "~()()", "@(~())", "PaymentableEntity*(BaseEntity*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "bool(ChartBehavior<@>)", "CompanyGatewayEntity*(@)", "~(GestureListener)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "@(StreamSubscription)", "int(LayoutView,LayoutView)", "String(num?)", "StreamSubscription()", "bool(LayoutView)", "Color0*(@,int*)", "num*(@,int*)", "Map*(String*)", "int*(BaseEntity*,BaseEntity*)", "@(int*,bool*)", "Null(BuildContext*,BuiltMap*)", "List?(int?)", "Null(ProgressEvent)", "~(Codec)", "Widget(BuildContext,Object,StackTrace?)", "Object?(Object?)", "ReportSettingsEntityBuilder*(ReportSettingsEntityBuilder*)", "String*(MapBuilder*)", "KeyData()", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,ListUIState*)", "Future*(BuildContext*,AppSidebarMode*)", "EntityStats*(String*,BuiltMap*)", "Null(BuildContext*,bool*)", "int(int,@)", "Set<~>*()", "Future*(String*,String*)", "bool*(SubscriptionEntityBuilder*)", "UpdateState*()", "Null(TaskTime*,int*)", "ContactEntity*()", "List()", "String(String,String)", "Null(Completer*,String*)", "~(RandomAccessFile)", "MapBuilder*>*(MapBuilder*>*)", "PasswordConfirmation*(BuildContext*)", "Null(GoogleSignInAuthentication*)", "String*(Match*)", "bool(NodeValidator)", "~(PhotoViewScaleState)", "Completer*(Completer*,EditClient*)", "Element(int)", "bool*(InvitationEntity*)", "bool(Node)", "~(BoxConstraints)", "Widget(Widget)", "~(Uint8List,String,int)", "bool(bool?)", "int(String?)", "~(Symbol0,@)", "@(Object?)", "bool(Element,String,String,_Html5NodeValidator)", "ListBuilder*()", "ListBuilder*()", "String*(ProjectEntityBuilder*)", "Future<@>(@)", "String*(PaymentEntityBuilder*)", "ListBuilder*()", "CompanyGatewayEntity*(CompanyGatewayEntity*,@)", "DesignEntity*(DesignEntity*,@)", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "Null(UserCompanyEntity*)", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ExpenseCategoryEntity*(ExpenseCategoryEntity*,@)", "MapBuilder*()", "ListBuilder*()", "bool*(HistoryRecord*)", "bool*(CompanyEntity*)", "GroupEntity*(GroupEntity*,@)", "~(num)", "PaymentEntity*(PaymentEntity*,@)", "PaymentTermEntity*(PaymentTermEntity*,@)", "ListBuilder*()", "ProductEntity*(ProductEntity*,@)", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "MapBuilder*()", "ListBuilder*()", "ListBuilder*()", "ProjectEntity*(ProjectEntity*,@)", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "UIStateBuilder*(UIStateBuilder*)", "SubscriptionEntity*(SubscriptionEntity*,@)", "TaskEntity*(TaskEntity*,@)", "TaskStatusEntity*(TaskStatusEntity*,@)", "PaymentRefundScreen*(BuildContext*)", "PaymentEditScreen*(BuildContext*)", "~(String,String?)", "MainScreen*(BuildContext*)", "LoginScreen*(BuildContext*)", "PrefStateBuilder*(PrefStateBuilder*)", "VendorContactEntityBuilder*(VendorContactEntityBuilder*)", "TaxRateEntity*(TaxRateEntity*,@)", "TokenEntity*(TokenEntity*,@)", "TaskTimeBuilder*(TaskTimeBuilder*)", "UserEntity*(UserEntity*,@)", "VendorEntity*(VendorEntity*,@)", "WebhookEntity*(WebhookEntity*,@)", "bool*(GatewayTokenEntity*)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "Null(SkDeletable)", "MapBuilder*()", "MapBuilder*>*()", "int*(TaskTime*,TaskTime*)", "ListBuilder*()", "Null(String)", "Null(String*,@)", "ListBuilder*()", "Route<@>*(RouteSettings*)", "~(Event?)", "ListBuilder*()", "ListBuilder*>*()", "StyledToast*(BuildContext*)", "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*)", "ListBuilder*()", "ListBuilder*()", "QuoteScreenBuilder*(BuildContext*)", "QuoteViewScreen*(BuildContext*)", "QuoteEditScreen*(BuildContext*)", "QuoteEmailScreen*(BuildContext*)", "QuotePdfScreen*(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*)", "OnlinePaymentsScreen*(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*)", "BuyNowButtonsScreen*(BuildContext*)", "EmailSettingsScreen*(BuildContext*)", "TemplatesAndRemindersScreen*(BuildContext*)", "CreditCardsAndBanksScreen*(BuildContext*)", "DataVisualizationsScreen*(BuildContext*)", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "SurfaceScene()", "Future*(SharedPreferences*)", "~(PersistenceRepository*)", "ListBuilder*()", "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*,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*)", "UserCompanyState*(int*)", "ListBuilder*()", "ListBuilder*()", "int(_PaintRequest,_PaintRequest)", "ListBuilder*()", "ListBuilder*()", "Null(UserCompanyState*)", "int(_PersistedSurfaceMatch,_PersistedSurfaceMatch)", "ListBuilder*()", "ListBuilder*()", "bool(bool)", "Map*()", "double*(double*,double*)", "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*)", "InvoiceHistoryEntity*(ActivityEntity*)", "InvitationEntity*(InvitationEntity*)", "ContactEntity*(ContactEntity*,EditClient*)", "ContactEntity*(ContactEntity*,EditContact*)", "String*(String*,ArchiveClientsSuccess*)", "String*(String*,DeleteClientsSuccess*)", "SkTextStyle()", "String*(String*,ViewClient*)", "String*(String*,AddClientSuccess*)", "String*(String*,ShowPdfClient*)", "bool(SurfaceFrame,CkCanvas)", "bool(KeyData)", "String*(String*,SortClients*)", "String*(String*,FilterClients*)", "String*(String*,FilterClientsByState*)", "String*(String*,FilterClientsByCustom1*)", "String*(String*,FilterClientsByCustom2*)", "String*(String*,FilterClientsByCustom3*)", "String*(String*,FilterClientsByCustom4*)", "Null(String*,GatewayOptionsEntity*)", "~(CanvasKit)", "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*)", "~(JsUrlStrategy?)", "String(NumberSymbols)", "String?(NumberSymbols)", "List*(BuiltMap*,BuiltList*,BuiltMap*,StaticState*)", "_DateFormatLiteralField(String,DateFormat)", "_DateFormatPatternField(String,DateFormat)", "_DateFormatQuotedField(String,DateFormat)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,ListUIState*,BuiltMap*,StaticState*)", "bool(_DateFormatField)", "DateTime(int,int,int,int,int,int,int,bool)", "ClientEntity*(@)", "UserCompanyStateBuilder*(UserCompanyStateBuilder*)", "UserCompanyEntity*(UserCompanyEntity*,UpdateReportSettings*)", "RegExp()", "List(String)", "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*)", "XFile(File)", "bool*(ProductEntity*)", "bool*(ClientEntity*)", "~(int,bool(FlutterHtmlKeyboardEvent))", "MediaType()", "String(List)", "int(String)", "bool(String,String)", "bool*(ProjectEntity*)", "Null(GoogleAuthInitFailureError)", "bool*(TaskEntity*)", "Null(GoogleAuth)", "bool(int,int)", "GoogleSignInTokenData(Map?)", "GoogleSignInAccount?/(~)", "bool*(Element0*)", "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*)", "Positioned*(BuildContext*)", "SkImage()", "~(ToastFuture)", "List*(BuiltMap*,BuiltList*,ListUIState*,String*,bool*)", "double*(String*,BuiltMap*)", "IgnorePointer(BuildContext)", "EntityStats*(String*,BuiltMap*)", "Null(String*,CompanyGatewayEntity*)", "SlideTransition(int)", "Animation0(int)", "Future<~>(AnimationStatus)", "~(Object,StackTrace,Object?)", "~(String,Map)", "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*)", "SynchronousFuture()", "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*)", "NumberFormat()", "InvoiceEntity*(InvoiceEntity*,MoveCreditItem*)", "@(NumberFormat)", "SynchronousFuture()", "InvoiceEntity*(InvoiceEntity*,UpdateCreditClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddCreditContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveCreditContact*)", "Widget(Color[bool?,Function?])", "Widget(Color)", "List(List)", "List*(BuiltMap*,BuiltMap*,BuiltList*,String*,BuiltMap*,List*)", "Future<~>(CacheObject?)", "CacheInfoRepository(bool)", "Null(ByteData)", "DashboardUIStateBuilder*(DashboardUIStateBuilder*)", "BuiltMap*>*(BuiltMap*>*,UpdateDashboardSelection*)", "~(ForcePressGestureRecognizer)", "BuiltMap*>*(BuiltMap*>*,SelectCompany*)", "EntityType*(EntityType*,UpdateDashboardEntityType*)", "bool*(bool*,UpdateDashboardSidebar*)", "ForcePressGestureRecognizer()", "~(_TransparentTapGestureRecognizer)", "_TransparentTapGestureRecognizer()", "~(DragStartDetails,DragUpdateDetails)", "~([Duration?])", "Null(String*,Duration*)", "List(_TableElementRow)", "RenderBox(Element0)", "Iterable(_TableElementRow)", "bool(List)", "List*(BuiltMap*,BuiltMap*)", "int*(PaymentEntity*,PaymentEntity*)", "bool(_TableElementRow)", "Element0(Widget)", "List*(BuiltMap*,BuiltMap*)", "_TableElementRow(TableRow)", "Decoration?(TableRow)", "bool(TableRow)", "Element0?()", "~(RenderBox)", "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*)", "String*(String*,DeleteDesignsSuccess*)", "~(Iterable)", "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*)", "_SingleChildViewport(BuildContext,ViewportOffset)", "KeyEventResult(FocusNode,RawKeyEvent)", "List*(BuiltMap*,BuiltList*,ListUIState*)", "DesignEntity*(@)", "~(PointerHoverEvent)", "~(_TrackTapGestureRecognizer)", "_ButtonSanitizer()", "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*)", "_TrackTapGestureRecognizer()", "~(_ThumbPressGestureRecognizer)", "_ThumbPressGestureRecognizer()", "DocumentEntity*(@)", "List*(BuiltMap*,BuiltList*,ListUIState*)", "~(PointerSignalEvent)", "int?(Widget,int)", "bool(ScrollUpdateNotification)", "Widget(BuildContext,ViewportOffset)", "IOSScrollViewFlingVelocityTracker(PointerEvent0)", "IgnorePointer(BuildContext,Widget?)", "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*)", "Actions(BuildContext)", "RestorationScope(BuildContext,Widget?)", "~(RestorableProperty)", "Null(RestorationBucket?)", "List*(BuiltMap*,String*)", "~(_DragInfo,Offset,Offset)", "Future<~>(PointerEvent0)", "PlatformViewSurface(BuildContext,PlatformViewController)", "_HtmlElementViewController(PlatformViewCreationParams)", "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*)", "Viewport(BuildContext,ViewportOffset)", "MapEntry>(@,@)", "String(Object?)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "double*(String*,BuiltMap*)", "ExpenseCategoryEntity*(@)", "_RouteEntry(Route<@>)", "bool(OverlayEntry)", "bool(Route<@>?)", "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*)", "Null(Map)", "Map(Map)", "HttpRequest()", "Future<@>(_Pending)", "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*)", "BorderRadiusTween(@)", "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*)", "TextStyleTween(@)", "InvoiceEntity*(InvoiceEntity*,MoveInvoiceItem*)", "Matrix4Tween(@)", "BoxConstraintsTween(@)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoiceClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveInvoiceContact*)", "IconTheme(BuildContext)", "bool(_HeroFlight)", "List*(BuiltMap*,BuiltMap*,BuiltList*,String*,BuiltMap*,List*,String*)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*,String*)", "Widget(BuildContext,Animation0,HeroFlightDirection,BuildContext,BuildContext)", "~(_HeroFlight)", "~(StatefulElement,Object)", "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*)", "~(RenderSemanticsGestureHandler)", "~(ScaleGestureRecognizer)", "ScaleGestureRecognizer()", "~(PanGestureRecognizer)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*)", "EntityStats*(String*,BuiltMap*,BuiltMap*)", "PaymentEntity*(@)", "PanGestureRecognizer()", "Object?(int,Element0?)", "Element0?(Element0)", "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(FormFieldState<@>)", "bool(_ReadingOrderSortData)", "List<_ReadingOrderSortData>(_ReadingOrderSortData,Iterable<_ReadingOrderSortData>)", "int(_ReadingOrderDirectionalGroupData,_ReadingOrderDirectionalGroupData)", "List*(BuiltMap*,BuiltList*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "InvoiceItemEntity*(String*)", "Rect(_ReadingOrderSortData)", "List(BuildContext)", "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*)", "Set(_ReadingOrderSortData)", "bool(TraversalDirection)", "List*(BuiltMap*,BuiltList*,BuiltMap*)", "List*(BuiltMap*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*)", "ProductEntity*(@)", "bool(_DirectionalPolicyDataEntry)", "~(_FocusTraversalGroupInfo)", "bool(RawKeyEvent)", "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*)", "DiagnosticsNode(FocusNode)", "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*)", "CompositedTransformTarget(BuildContext,ViewportOffset)", "TextEditingValue(TextEditingValue,TextInputFormatter)", "bool(_DragTargetState?)", "List*(BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,String*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*,BuiltMap*)", "~(Velocity,Offset,bool)", "Null(String*,ProjectEntity*)", "ProjectEntity*(@)", "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*)", "Future<~>(bool)", "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*)", "Future>(Map)", "InvoiceEntity*(InvoiceEntity*,MoveQuoteItem*)", "Future<~>(@)", "Future<~>(double)", "InvoiceEntity*(InvoiceEntity*,UpdateQuoteClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveQuoteContact*)", "Future()", "HitTestResult()", "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*)", "bool(KeepAliveNotification)", "AutofillClient()", "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*)", "bool(AutofillClient)", "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*)", "CompositedTransformFollower(BuildContext)", "InvoiceEntity*(InvoiceEntity*,MoveRecurringInvoiceItem*)", "Route<@>(RouteSettings)", "Route<@>?(RouteSettings)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoiceClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveRecurringInvoiceContact*)", "Widget(_ChildEntry)", "~(_ChildEntry)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*)", "~(Action)", "BuildContext()", "@(BuildContext)", "SettingsUIState*(SettingsUIState*,ViewSettings*)", "List(List)", "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*(@)", "List()", "Future(MethodCall)", "Future(ByteData?)", "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*)", "StreamController<@>()", "@(StreamController<@>)", "Future<~>(ByteData?,~(ByteData?))", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "SubscriptionEntity*(@)", "Future(String?)", "Stream()", "TextInputConfiguration(AutofillClient)", "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*,EditTask*)", "Map(List<@>)", "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*,DeleteTaskSuccess*)", "TaskEntity*(TaskEntity*,UpdateTask*)", "bool*(TaskEntityBuilder*)", "Map(TextInputConfiguration)", "SemanticsNode(int)", "List*(BuiltMap*,String*,BuiltMap*,BuiltMap*,BuiltMap*)", "int(SemanticsNode)", "DiagnosticsNode(SemanticsNode)", "TaskEntity*(@)", "SemanticsNode(_TraversalSortNode)", "~(int,_FrameCallbackEntry)", "bool(RenderSliver)", "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*)", "HitTestResult(Offset)", "bool(SliverHitTestResult{crossAxisPosition!double,mainAxisPosition!double})", "TransformLayer?(PaintingContext,Offset)", "List*(BuiltMap*,BuiltList*,StaticState*,BuiltMap*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "int*(String*,BuiltMap*)", "TaskStatusEntity*(@)", "OneSequenceGestureRecognizer(Factory)", "bool(MouseTrackerAnnotation)", "~(MouseTrackerAnnotation,Matrix4)", "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*)", "MouseCursor0(MouseTrackerAnnotation)", "Rect(Rect?,TextBox)", "~(RawKeyEvent)", "@(Map)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "double?()", "Size()", "String(double,double,String)", "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*)", "~(int,SemanticsAction,ByteData?)", "DiagnosticsNode(InlineSpan)", "Path(BoxShadow)", "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*)", "Paint(BoxShadow)", "~(ImageChunkEvent)?(ImageStreamListener)", "AppLayout*(AppLayout*,UpdateUserPreferences*)", "ModuleLayout*(ModuleLayout*,UpdateUserPreferences*)", "ModuleLayout*(ModuleLayout*,SwitchListTableLayout*)", "int*(int*,UpdateUserPreferences*)", "~(Object,StackTrace?)?(ImageStreamListener)", "bool*(bool*,TogglePreviewSidebar*)", "String*(String*,UpdateUserPreferences*)", "BuiltMap*(BuiltMap*,UpdateUserPreferences*)", "CompanyPrefStateBuilder*(CompanyPrefStateBuilder*)", "BuiltList*(BuiltList*,PopLastHistory*)", "Null(Map>?)", "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*,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*)", "int*(int*,FilterCompany*)", "int*(int*,ViewDashboard*)", "String*(String*,UpdateCurrentRoute*)", "int*(int*,SelectCompany*)", "BuiltList*(BuiltList*,PreviewEntity*)", "~(Zone,ZoneDelegate,Zone,Object,StackTrace)", "BuiltList*(BuiltList*,ClearPreviewStack*)", "BuiltList*(BuiltList*,PopPreviewStack*)", "BuiltList*(BuiltList*,ClearEntityFilter*)", "BuiltList*(BuiltList*,FilterByEntity*)", "BuiltList*(BuiltList*,PopFilterStack*)", "String*(ClientEntityBuilder*)", "String*(ExpenseEntityBuilder*)", "String*(TaskEntityBuilder*)", "String*(VendorEntityBuilder*)", "Future<~>(Object,StackTrace?)", "~(ImageInfo?,bool)", "_LiveImage()", "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*)", "_PointerState()", "String(ShapeBorder)", "ShapeBorder(ShapeBorder)", "EdgeInsetsGeometry(EdgeInsetsGeometry,ShapeBorder)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,String*)", "Future(Uint8List{allowUpscaling:bool,cacheHeight:int?,cacheWidth:int?})", "~([TapUpDetails?])", "_ToggleButton(int)", "~(List<_TappableLabel>?)", "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*)", "Offset(double)", "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*)", "TimeOfDay(int)", "ThemeData()", "ThemeDataTween(@)", "List*(BuiltMap*,BuiltList*,BuiltMap*,StaticState*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*,StaticState*)", "EntityStats*(String*,BuiltMap*)", "Null(String*,VendorEntity*)", "double*(String*,String*,BuiltMap*,BuiltList*)", "VendorEntity*(@)", "TextField(FormFieldState)", "Semantics(BuildContext,Widget?)", "InputDecorator(BuildContext,Widget?)", "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*)", "GlobalKey>(Widget)", "~(List,TextDirection,double)", "double(Set)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "WebhookEntity*(@)", "Align(BuildContext,Widget?)", "~(DragEndDetails{isClosing:bool?})", "List*>*(BuildContext*)", "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*)", "CustomMultiChildLayout(BuildContext,Widget?)", "_StandardBottomSheet()", "@(_StandardBottomSheet)", "BottomAppBar*(BuildContext*,Store*)", "@(Rect)", "Material(BuildContext,Widget?)", "BuiltList*(Store*)", "Container*(BuildContext*,BuiltList*)", "CheckboxListTile*(String*)", "Incrementable(SemanticsObject)", "Widget(Widget,int,Animation0)", "RefreshProgressIndicator(BuildContext,Widget?)", "bool(OverscrollIndicatorNotification)", "ConfirmEmail*(BuildContext*,ConfirmEmailVM*)", "Opacity(BuildContext,Widget?)", "Padding*(TextButton*)", "Scrollable0(SemanticsObject)", "MultiSelectList*(BuildContext*)", "Card(BuildContext,BoxConstraints)", "LabelAndValue(SemanticsObject)", "Padding*(MapEntry*)", "DataRow?()", "PageTransitionsBuilder?(TargetPlatform)", "DocumentTile*(DocumentEntity*)", "Container(BuildContext,Widget?)", "ShapeBorderTween(@)", "Container*(BuildContext*,String*)", "Text*(BuildContext*,String*,Object*)", "Tappable(SemanticsObject)", "bool(LayoutChangedNotification)", "ListTileTheme(BuildContext)", "@(EntityAction*)", "StatelessWidget*(EntityAction*)", "bool(InkHighlight?)", "TextField0(SemanticsObject)", "EntityDropdownDialog*(BuildContext*)", "Null(SelectableEntity*[bool*])", "@(BuildContext*,Completer<@>*)", "Checkable(SemanticsObject)", "List*(TextEditingValue*)", "SelectableEntity*(String*)", "bool*(SelectableEntity*)", "String*(SelectableEntity*)", "DecoratedFormField*(BuildContext*,TextEditingController*,FocusNode*,~()*)", "ImageRoleManager(SemanticsObject)", "Theme*(BuildContext*,~(SelectableEntity*)*,Iterable*)", "Container*(BuildContext*,int*)", "Rect()?(RenderBox)", "_EntityListTile*(BuildContext*,int*)", "PopupMenuButton*(BuildContext*,int*)", "InputDecorator(BuildContext)", "List*>*(BuildContext*)", "PopupMenuItem*(EntityType*)", "RenderObjectWidget(Widget)", "~(ButtonActivateIntent)", "Null(Color*)", "LiveRegion(SemanticsObject)", "List*>*(BuildContext*)", "PopupMenuItem*(int*)", "~(ActivateIntent)", "@(Matrix40)", "DataRow*(String*)", "Widget(BuildContext,Animation0,Animation0)", "MediaQuery*(BuildContext*,Widget*)", "Flex(BuildContext)", "Form()", "HistoryDrawer*(BuildContext*,AppDrawerVM*)", "CalendarDatePicker()", "ContactEntity*(InvitationEntity*)", "Rect()(RenderBox)", "TableRow(int)", "~(DirectionalFocusIntent)", "Matrix40()", "~(PreviousFocusIntent)", "~(NextFocusIntent)", "DropdownMenuItem*(TaxRateEntity*)", "InteractiveInkFeatureFactory?(ButtonStyle?)", "ListTile*(BuildContext*,BoxConstraints*)", "AlignmentGeometry?(ButtonStyle?)", "Widget*(BuildContext*,Store*)", "bool?(ButtonStyle?)", "Widget*(CompanyEntity*{showAccentColor:bool*})", "bool*(UserCompanyState*)", "PopupMenuItem*(CompanyEntity*)", "Duration?(ButtonStyle?)", "DropdownMenuItem*(CompanyEntity*)", "Future*()", "ContactUsDialog*(BuildContext*)", "UpdateDialog*(BuildContext*)", "MaterialTapTargetSize?(ButtonStyle?)", "HealthCheckDialog*(BuildContext*)", "Future*(@)", "MenuDrawer*(BuildContext*,MenuDrawerVM*)", "Null(BuildContext*,int*,CompanyEntity*)", "VisualDensity?(ButtonStyle?)", "Color?(ButtonStyle?)", "ExpansionPanel*(SystemLogEntity*)", "ListTile*(BuildContext*,bool*)", "MouseCursor0?(ButtonStyle?)", "MouseCursor0?(Set)", "MaterialStateProperty?(ButtonStyle?)", "Rect*()*(RenderBox*)", "bool*(BuildContext*)", "Rect*()", "~(AnimationStatus*)", "MaterialStateProperty?(ButtonStyle?)", "DataRow0*()", "Card*(BuildContext*,BoxConstraints*)", "MaterialStateProperty?(ButtonStyle?)", "~(BaseEntity*)", "RenderObjectWidget*()", "MaterialStateProperty?(ButtonStyle?)", "MaterialStateProperty?(ButtonStyle?)", "DataColumn0*(String*)", "int*(int*)", "bool*(EntityAction*)", "0^?(MaterialStateProperty<0^>?(ButtonStyle?))", "OutlinedButton*(EntityAction*)", "PopupMenuButton*(BuildContext*,int*)", "@(HtmlElement)", "0^?(0^?(ButtonStyle?))", "HtmlElement()", "TextButton*(String*)", "@(Store*)", "Container*(BuildContext*,Store*)", "LoginView*(BuildContext*,LoginVM*)", "~({context:BuildContext*,isSignUp:bool*})", "Future*(BuildContext*,Completer*{oneTimePassword:String*,secret:String*,url:String*})", "double(_Diagonal)", "Future*(BuildContext*,Completer*)", "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*})", "MaterialPageRoute<0^>(RouteSettings,Widget(BuildContext))", "EntityList*(BuildContext*,ClientListVM*)", "ClientListItem*(BuildContext*,int*)", "Widget(BuildContext,~())", "ClientPdfVM*(Store*)", "ClientPdfView*(BuildContext*,ClientPdfVM*)", "Null(FontFace)", "ClientScreen*(BuildContext*,ClientScreenVM*)", "ContactEditDetails*(BuildContext*)", "ContactListTile0*(ContactEntity*)", "ClientEditContactsVM*(Store*)", "ClientEditContacts*(BuildContext*,ClientEditContactsVM*)", "Null(ContactEntity*,int*)", "ClientEditVM*(Store*)", "ClientEdit*(BuildContext*,ClientEditVM*)", "@(ClientEntity*)", "MaterialRectArcTween(Rect?,Rect?)", "@(DateTime)", "MouseRegion(BuildContext,ScrollController)", "AnimatedSwitcher(BuildContext,Object?,Widget?)", "List(BuildContext,_ActionLevel)", "WillPopScope(BuildContext)", "bool*(LedgerEntity*)", "Null(GatewayTokenEntity*)", "TokenMeta*(GatewayTokenEntity*)", "ClientViewVM*(Store*)", "ClientView*(BuildContext*,ClientViewVM*)", "BlockSemantics(BuildContext)", "MaterialPageRoute<~>(RouteSettings)", "List>(NavigatorState,String)", "CompanyGatewayListItem*(String*)", "CompanyGatewayList*(BuildContext*,CompanyGatewayListVM*)", "CompanyGatewayScreen*(BuildContext*,CompanyGatewayScreenVM*)", "Localizations(BuildContext,int)", "GatewayConfigField*(String*)", "int(String,String)", "CompanyGatewayEditVM*(Store*)", "CompanyGatewayEdit*(BuildContext*,CompanyGatewayEditVM*)", "CompanyGatewayViewVM*(Store*)", "CompanyGatewayView*(BuildContext*,CompanyGatewayViewVM*)", "_PackageListTile(MapEntry)", "EmailCreditVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailCreditVM*)", "Center(BuildContext,int?,Widget?)", "EntityList*(BuildContext*,CreditListVM*)", "CreditListItem*(BuildContext*,int*)", "CreditPdfVM*(Store*)", "InvoicePdfView*(BuildContext*,CreditPdfVM*)", "CreditScreen*(BuildContext*,CreditScreenVM*)", "StatefulWidget(BuildContext,BoxConstraints)", "LayoutBuilder(BuildContext,AsyncSnapshot<_LicenseData>)", "_LicenseData(_LicenseData)", "CreditEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,CreditEditDetailsVM*)", "_LicenseData(_LicenseData,LicenseEntry)", "LicensePage(BuildContext)", "_CombiningGestureArenaMember()", "CreditEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,CreditEditItemsVM*)", "~(~(PointerEvent0),Matrix4?)", "CreditEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,CreditEditNotesVM*)", "CreditEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,CreditEditPDFVM*)", "CreditEditVM*(Store*)", "CreditEdit*(BuildContext*,CreditEditVM*)", "Map<~(PointerEvent0),Matrix4?>()", "~(_TapTracker)", "CreditViewVM*(Store*)", "InvoiceView*(BuildContext*,CreditViewVM*)", "Drag?()", "Future(@)", "~(SelectionModel<@>*)", "bool*(SeriesDatum<@>*)", "Null(SeriesDatum<@>*)", "InkWell*(ChartDataGroup*)", "~(PointerDataPacket)", "_GestureArena()", "DateRange*()", "DropdownMenuItem*(DateRangeComparison*)", "Null(DateRangeComparison*)", "DateRangeComparison*()", "DashboardDateRangePicker*(BuildContext*)", "Material*(BuildContext*,BoxConstraints*)", "List*>*(BuildContext*)", "PopupMenuItem*(DateRange*)", "bool*(bool*,StopSaving*)", "Null(ChartDataGroup*)", "String(GestureArenaMember)", "~(AbstractNode)", "LicenseParagraph()", "SettingsWizard*(BuildContext*)", "bool(DiagnosticsNode)", "Widget*(BuildContext*,DashboardVM*)", "@(DashboardSettings*)", "Null(EntityType*,List*)", "@(int)", "Map()", "@(Map)", "String(DiagnosticsNode)", "ErrorDescription(String)", "EntityList*(BuildContext*,DesignListVM*)", "DesignListItem*(BuildContext*,int*)", "DesignScreen*(BuildContext*,DesignScreenVM*)", "~(DesignEntity*)", "bool(StackFrame)", "~(ParagraphGeometricStyle,ParagraphRuler)", "Future*(Response*)", "DesignEditVM*(Store*)", "DesignEdit*(BuildContext*,DesignEditVM*)", "DesignViewVM*(Store*)", "DesignView*(BuildContext*,DesignViewVM*)", "EntityList*(BuildContext*,DocumentListVM*)", "DocumentListItem*(BuildContext*,int*)", "DocumentScreen*(BuildContext*,DocumentScreenVM*)", "bool(DiagnosticsNode?)", "DocumentEditVM*(Store*)", "DocumentEdit*(BuildContext*,DocumentEditVM*)", "DocumentViewVM*(Store*)", "DocumentView*(BuildContext*,DocumentViewVM*)", "TargetPlatform()", "TargetPlatform?()", "~(AnimationStatus)()", "@(~(AnimationStatus))", "ExpenseEditVM*(Store*)", "ExpenseEdit*(BuildContext*,ExpenseEditVM*)", "EntityList*(BuildContext*,ExpenseListVM*)", "String(String,Color)", "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*(ContactEntity*,ContactEntity*)", "_ContactListTile*(ContactEntity*)", "InvoiceEditContactsVM*(Store*)", "InvoiceEditContacts*(BuildContext*,InvoiceEditContactsVM*)", "Null(InvitationEntity*)", "String/(@)", "~(_AnimationDirection)", "Null(PdfDocument*)", "TickerFuture({from:double?})", "InvoiceEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,InvoiceEditDetailsVM*)", "ItemEditDetails*(BuildContext*)", "Future*(Duration*)", "~(File)", "~(File,Uint8List?,String?,Stream>?)", "Node0?(DirectoryNode,String,Node0?,int,int)", "~(Node0)", "FileNode(FileNode)", "~(FileNode)", "@(FileNode)", "InvoiceEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,InvoiceEditItemsVM*)", "InvoiceEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,InvoiceEditNotesVM*)", "InvoiceEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,InvoiceEditPDFVM*)", "InvoiceEditVM*(Store*)", "InvoiceEdit*(BuildContext*,InvoiceEditVM*)", "RealNode?(DirectoryNode,bool)", "EmailInvoiceVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailInvoiceVM*)", "EntityList*(BuildContext*,InvoiceListVM*)", "InvoicePdfVM*(Store*)", "InvoicePdfView*(BuildContext*,InvoicePdfVM*)", "int(ParagraphRuler,ParagraphRuler)", "InvoiceScreen*(BuildContext*,InvoiceScreenVM*)", "DirectoryNode?(DirectoryNode,bool)", "_InvitationListTile*(InvitationEntity*)", "@(DocumentEntity*)", "int*(ActivityEntity*,ActivityEntity*)", "NotificationListener(BuildContext,BoxConstraints)", "InvoiceItemListTile*(BuildContext*)", "Widget*(String*,double*)", "Null(String*,double*)", "Padding*(InvoiceScheduleEntity*)", "InvoiceViewVM*(Store*)", "InvoiceView*(BuildContext*,InvoiceViewVM*)", "Null(BuildContext*,DocumentEntity*)", "Widget(Color,Animation0,Animation0,double{labelConstraints:BoxConstraints?,labelText:Text?})", "Offset()", "PaymentEditVM*(Store*)", "PaymentEdit*(BuildContext*,PaymentEditVM*)", "@(Offset)", "EntityList*(BuildContext*,PaymentListVM*)", "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*)", "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*)", "ChartContainerRenderObject<@>()", "ClientReportFields*(String*)", "bool*(ClientReportFields*)", "List(Size)", "Padding(int)", "ContactReportFields*(String*)", "bool*(ContactReportFields*)", "int(TableRow)", "Padding(Widget)", "CreditReportFields*(String*)", "bool*(CreditReportFields*)", "Widget(LegendEntry<@>)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*)", "DocumentReportFields*(String*)", "bool*(DocumentReportFields*)", "List*(BaseEntity*,DocumentEntity*)", "Null(String*,ProductEntity*)", "~(ChartStateBehavior>,AnimationController)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ExpenseReportFields*(String*)", "bool*(ExpenseReportFields*)", "~(String,ChartBehavior0<@>)", "~(SelectionModelType)", "InvoiceItemReportFields*(String*)", "bool*(InvoiceItemReportFields*)", "num?(int?)", "InvoiceReportFields*(String*)", "bool*(InvoiceReportFields*)", "Palette(Palette())", "~(_LineRendererElement)", "TaxRateReportFields*(String*)", "bool*(TaxRateReportFields*)", "Color0?(int?)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "PaymentReportFields*(String*)", "bool*(PaymentReportFields*)", "String(int?)", "TaxRateReportFields0*(String*)", "bool*(TaxRateReportFields0*)", "bool(Point,double,double)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ProductReportFields*(String*)", "bool*(ProductReportFields*)", "bool(Point[double?])", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ProfitAndLossReportFields*(String*)", "bool*(ProfitAndLossReportFields*)", "int(int?)", "QuoteItemReportFields*(String*)", "bool*(QuoteItemReportFields*)", "List>()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "QuoteReportFields*(String*)", "bool*(QuoteReportFields*)", "@(List>)", "double(TextElement1)", "String*(@,int*)", "TextElement1(String)", "~(String?,List)", "DateTime*(@,int*)", "Expanded*(BuildContext*)", "List()", "Set(Set,Set)", "ReportColumnType*(String*)", "@(String*,String*)", "bool*(List*)", "String*(List*)", "ReportsScreen*(BuildContext*,ReportsScreenVM*)", "Null(String*,bool*)", "num(int?)", "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*)", "Map()", "CheckboxListTile*(int*)", "bool*(CompanyEntityBuilder*)", "AccountManagement*(BuildContext*,AccountManagementVM*)", "ByteBuffer/(@)", "Null(BuildContext*,String*,String*)", "BuyNowButtons*(BuildContext*,BuyNowButtonsVM*)", "SwitchListTile*(RegistrationFieldEntity*)", "RegistrationFieldEntityBuilder*(RegistrationFieldEntityBuilder*)", "ClientPortal*(BuildContext*,ClientPortalVM*)", "SetMultimapBuilder()", "Row*(BuildContext*)", "CompanyDetails*(BuildContext*,CompanyDetailsVM*)", "CreditCardsAndBanks*(BuildContext*,CreditCardsAndBanksVM*)", "CustomFields*(BuildContext*,CustomFieldsVM*)", "DataVisualizations*(BuildContext*,DataVisualizationsVM*)", "Widget*(BuildContext*,AsyncSnapshot<@>*)", "ListTile*(BuildContext*)", "~(MapBuilder*)", "FormColorPicker*(String*)", "SetBuilder()", "DeviceSettings*(BuildContext*,DeviceSettingsVM*)", "MapBuilder()", "ListMultimapBuilder()", "Future*(BuildContext*,String*)", "Null(BuildContext*,int*)", "Future*(BuildContext*,AppLayout*)", "ListBuilder()", "EmailSettings*(BuildContext*,EmailSettingsVM*)", "IndentingBuiltValueToStringHelper(String)", "ExpenseSettings*(BuildContext*,ExpenseSettingsVM*)", "~(PointerUpEvent)", "GeneratedNumbers*(BuildContext*,GeneratedNumbersVM*)", "Set*>*(PreImportResponse*)", "PreImportResponse*()", "~(ImportType*)", "ImportType*()", "~(PointerMoveEvent)", "DropdownMenuItem*(ImportType*)", "Text*(String*)", "ImportExport*(BuildContext*,ImportExportVM*)", "InvoiceDesign*(BuildContext*,InvoiceDesignVM*)", "Null(BuildContext*,List*)", "LocalizationSettings*(BuildContext*,LocalizationSettingsVM*)", "OnlinePayments*(BuildContext*,OnlinePaymentsVM*)", "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*)", "~(int?)", "TemplatesAndReminders*(BuildContext*,TemplatesAndRemindersVM*)", "_EnableTwoFactor*(BuildContext*)", "~(int?,int?)", "UserDetails*(BuildContext*,UserDetailsVM*)", "@(UserEntity*)", "String?(~(Codec))", "Future*(Object*)", "WorkflowSettings*(BuildContext*,WorkflowSettingsVM*)", "_Channel()", "JsObject(@)", "SubscriptionEditVM*(Store*)", "SubscriptionEdit*(BuildContext*,SubscriptionEditVM*)", "EntityList*(BuildContext*,SubscriptionListVM*)", "SubscriptionListItem*(BuildContext*,int*)", "SubscriptionScreen*(BuildContext*,SubscriptionScreenVM*)", "SubscriptionViewVM*(Store*)", "SubscriptionView*(BuildContext*,SubscriptionViewVM*)", "JsArray<@>(@)", "JsFunction(@)", "TaskEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,TaskEditDetailsVM*)", "int/(@)", "TimeEditDetails*(BuildContext*)", "TaskTimeListTile*(TaskTime*)", "TaskEditTimesVM*(Store*)", "TaskEditTimes*(BuildContext*,TaskEditTimesVM*)", "TaskEditVM*(Store*)", "TaskEdit*(BuildContext*,TaskEditVM*)", "Null(PointerHoverEvent*)", "BoardList*(String*)", "Null(Completer*,String*)", "_RandomAccessFile(@)", "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*)", "bool*(VendorContactEntity*)", "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*)", "Null(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*)", "Null(Uint8List)", "FieldConfirmation*(BuildContext*)", "Null(BuildContext*{currentLength:int*,isFocused:bool*,maxLength:int*})", "Element(Node)", "@(@,@)", "IFrameElement*(int*)", "Null(Event*)", "Logger()", "Future()", "Future()", "Future()", "PhotoViewGalleryPageOptions(BuildContext,int)", "Widget(BuildContext,ImageChunkEvent?)", "FadeTransition(Widget,Animation0)", "~(Node,Node?)", "Widget(BuildContext,Widget,ImageChunkEvent?)", "Offset(int)", "double(double,RenderBox)", "Widget(BuildContext,BoxValueConstraints)", "String(String?)", "~(BeforeUnloadEvent)", "StatelessWidget(BuildContext,AsyncSnapshot)", "PhotoViewGestureRecognizer()", "~(PhotoViewGestureRecognizer)", "~(@,StackTrace?)", "~(DomException)", "@(QrCode)", "QrCode()", "@(Object?,@,@(@))", "~(RenderBox,BoxConstraints)", "bool(Element)", "BoxConstraints(int)", "~(~(BoxConstraints))", "_ReorderableFlexContent(BuildContext)", "Widget()", "~(Blob?)", "Widget(BuildContext,List,List<@>)", "~(Velocity,Offset)", "bool(Key?)", "~(Key)", "Widget(BuildContext,Widget)", "TabluarFlex(BuildContext,Axis0,List)", "Transform(BuildContext,BoxConstraints,Widget)", "AnimatedSwitcher(BuildContext,AsyncSnapshot)", "Null(Object,StackTrace?)", "Uint8List(@,@)", "Future>()", "MapEntry(String,@)", "String?()", "int(_Line)", "~(String[@])", "Uri?(_Line)", "Uri?(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(List<_Highlight>)", "SourceSpanWithContext()", "~(String,int)", "int(int,Object)", "~(HtmlElement)", "String?(Match)", "~(Zone?,ZoneDelegate?,Zone,Object,StackTrace)", "0^(Zone?,ZoneDelegate?,Zone,0^())", "0^(Zone?,ZoneDelegate?,Zone,0^(1^),1^)", "0^(Zone?,ZoneDelegate?,Zone,0^(1^,2^),1^,2^)", "0^()(Zone,ZoneDelegate,Zone,0^())", "0^(1^)(Zone,ZoneDelegate,Zone,0^(1^))", "0^(1^,2^)(Zone,ZoneDelegate,Zone,0^(1^,2^))", "AsyncError?(Zone,ZoneDelegate,Zone,Object,StackTrace?)", "~(Zone?,ZoneDelegate?,Zone,~())", "Timer(Zone,ZoneDelegate,Zone,Duration,~())", "Timer(Zone,ZoneDelegate,Zone,Duration,~(Timer))", "~(Zone,ZoneDelegate,Zone,String)", "Zone(Zone?,ZoneDelegate?,Zone,ZoneSpecification?,Map?)", "int(Comparable<@>,Comparable<@>)", "~(@,StackTrace)", "0^(0^,0^)", "Size?(Size?,Size?,double)", "double?(num?,num?,double)", "Color?(Color?,Color?,double)", "~(String,FileSystemOp)", "~(FlutterErrorDetails)", "~(FlutterErrorDetails{forceReport:bool})", "DiagnosticsNode(String)", "StackFrame?(String)", "double(double,double,double)", "Widget(BuildContext,Animation0,Animation0,Widget)", "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)", "List>(NavigatorState,String)", "int(Widget,int)", "Iterable(Iterable)", "Widget(BuildContext,List,Widget(Color))", "Widget(Color,bool,~())", "Store<0^>(Store<0^>)", "_Future<@>(@)", "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*)", "~([Object?])", "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*)", "StackTrace()", "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*)", "Object()", "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*)", "@(StackTrace)", "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*)", "@(Object)", "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*)", "_Future<@>?()", "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*,ReverseInvoicesSuccess*)", "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*)", "~(int,@)", "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*)", "Null(~())", "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*)", "String?(int)", "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*)", "@(String)", "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*,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*,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*)", "@(@,String)", "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*)", "bool(NotoFont)", "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*,DeleteTaskSuccess*)", "TaskState*(TaskState*,RestoreTaskSuccess*)", "TaskState*(TaskState*,AddTaskSuccess*)", "TaskState*(TaskState*,SaveTaskSuccess*)", "TaskState*(TaskState*,LoadTaskSuccess*)", "TaskState*(TaskState*,LoadTasksSuccess*)", "TaskState*(TaskState*,LoadCompanySuccess*)", "String?(String)", "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*)", "~(String,bool)", "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*)", "~(EditingState?)", "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*)", "TextInputCommand()", "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*,@)", "@(TextInputCommand)", "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*)", "~(String,FormElement)", "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*)", "QuoteListVM*(Store*)", "QuoteScreenVM*(Store*)", "RecurringExpenseListVM*(Store*)", "RecurringExpenseScreenVM*(Store*)", "RecurringInvoiceListVM*(Store*)", "RecurringInvoiceScreenVM*(Store*)", "ReportsScreenVM*(Store*)", "AccountManagementVM*(Store*)", "BuyNowButtonsVM*(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*)", "OnlinePaymentsVM*(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(PdfPage)", "PhotoViewGalleryPageOptions(Future,int,PdfDocument)", "Future()", "PhotoViewScaleState(PhotoViewScaleState)", "Future<1^>(1^/(0^),0^{debugLabel:String?})", "~(String?{wrapWidth:int?})", "~(KeyboardEvent)", "GoogleSignInUserData?(Map?)", "bool*(bool*,StartLoading*)", "bool*(bool*,StopLoading*)", "bool*(bool*,StartSaving*)", "int*(int*,EditTaskTime*)"], + types: ["~()", "Null()", "ListUIStateBuilder*(ListUIStateBuilder*)", "Null(Object*)", "Null(Store*,@,@(@)*)", "@(String*)", "double(double)", "Null(String*)", "Null(@)", "@()", "@(@)", "@(bool*)", "InvoiceEntityBuilder*(InvoiceEntityBuilder*)", "SettingsEntityBuilder*(SettingsEntityBuilder*)", "Null(BuildContext*)", "String*(String*)", "bool*(String*)", "Future*(BuildContext*)", "int*(String*,String*)", "bool*()", "ErrorDialog*(BuildContext*)", "Null(bool*)", "CompanyEntityBuilder*(CompanyEntityBuilder*)", "ExpenseEntityBuilder*(ExpenseEntityBuilder*)", "String*(@)", "Future*(Store*,@,@(@)*)", "Future<~>*()", "~(TextEditingController*)", "~(Duration)", "~(BuildContext*)", "Future*()", "Future*()", "ListBuilder*()", "~(bool*)", "~(Object?)", "DropdownMenuItem*(String*)", "~(AnimationStatus)", "PaymentEntityBuilder*(PaymentEntityBuilder*)", "ClientEntityBuilder*(ClientEntityBuilder*)", "bool*(Route<@>*)", "PluralCase()", "Null(Duration*)", "String*(BaseEntity*)", "Null(List*)", "CompanyGatewayEntityBuilder*(CompanyGatewayEntityBuilder*)", "TaskEntityBuilder*(TaskEntityBuilder*)", "Null(SelectableEntity*)", "Null(String*,String*)", "@(BuildContext*)", "Null(EntityState*,bool*)", "String*(String*,PreviewEntity*)", "String*(String*,SelectCompany*)", "String*(String*,ClearEntityFilter*)", "~(bool)", "InvoiceItemEntityBuilder*(InvoiceItemEntityBuilder*)", "Null(String*,InvoiceEntity*)", "bool*(InvoiceItemEntity*)", "@(SelectableEntity*)", "~(BuildContext*,EntityAction*)", "~(String*)", "Null(TextEditingController*)", "Null(DocumentEntity*)", "SubscriptionEntityBuilder*(SubscriptionEntityBuilder*)", "Null(Event)", "ListDivider*(BuildContext*,int*)", "InvoiceEntity*(String*)", "Null(InvoiceEntity*)", "String*(String*,FilterByEntity*)", "InvoiceStatusEntityBuilder*(InvoiceStatusEntityBuilder*)", "~(DragUpdateDetails)", "String()", "~(int)", "~(Event)", "SettingsUIStateBuilder*(SettingsUIStateBuilder*)", "String*(String*,@)", "Widget(BuildContext)", "UserEntityBuilder*(UserEntityBuilder*)", "bool(String)", "double(RenderBox)", "@(int*,String*)", "EntityStats*(String*,BuiltMap*)", "~(@)", "int*(List*,List*)", "Null(~)", "@(TaxRateEntity*)", "~(String)", "~(Element0)", "Null(BuildContext*,MultipartFile*)", "~(PaintingContext,Offset)", "Null(BuildContext*,DocumentEntity*,String*,String*)", "bool(BoxHitTestResult,Offset?)", "~(PointerEvent0)", "Future<~>()", "int*(int*,PreviewEntity*)", "Future?(Object*)", "UserCompanyEntityBuilder*(UserCompanyEntityBuilder*)", "Null(String*,ExpenseEntity*)", "StatelessWidget*(BuildContext*,BoxConstraints*)", "~(DragStartDetails)", "Null(List*)", "bool*(bool*,UpdateUserPreferences*)", "~(TapDownDetails)", "bool(@)", "~(DragEndDetails)", "Null(int*)", "Color(Set)", "String(String)", "bool(Object?)", "UserStateBuilder*(UserStateBuilder*)", "~(String,@)", "Palette()", "~(String,String)", "VendorEntityBuilder*(VendorEntityBuilder*)", "bool(FocusNode)", "Iterable()", "~(ByteData?)", "double()", "~(@,@)", "ListBuilder*()", "Null(TaxRateEntity*)", "Null(ExpenseEntity*)", "bool(Element0)", "@(MultipartFile*)", "EntityStats*(String*,BuiltMap*)", "Null(PaymentEntity*)", "~(LayoutView)", "Null(BuildContext*,Completer*)", "@(DocumentEntity*,String*,String*)", "~(Object,StackTrace)", "Null(Object,StackTrace)", "@(TextSelection)", "@(CompanyEntity*)", "Widget(BuildContext,int)", "DashboardUISettingsBuilder*(DashboardUISettingsBuilder*)", "Null(String*,TaskEntity*)", "Null(int*,int*)", "TextSelection()", "Widget*()", "AuthStateBuilder*(AuthStateBuilder*)", "Null(TaskEntity*)", "TaskStatusEntityBuilder*(TaskStatusEntityBuilder*)", "@(InvoiceEntity*)", "~(ForcePressDetails)", "~(RenderObject)", "~(TapUpDetails)", "Object?(@)", "Widget*(BuildContext*,int*)", "InvoiceEntity*(InvoiceEntity*,@)", "String*()", "bool(FlutterHtmlKeyboardEvent)", "Null(List*)", "Null(DesignEntity*)", "ScrollableListView*(BuildContext*)", "String*(String*,ClearEntitySelection*)", "Null(SettingsEntity*)", "bool*(ContactEntity*)", "String*(InvoiceEntityBuilder*)", "DateFormat()", "AlertDialog*(BuildContext*)", "double*(double*)", "bool(_RouteEntry?)", "ProjectEntityBuilder*(ProjectEntityBuilder*)", "bool(ScrollNotification)", "SimpleDialog*(BuildContext*)", "@(DateFormat)", "~(ProgressEvent)", "MapBuilder*()", "Null(InvoiceStateBuilder*)", "Null(Completer*)", "String*(PaymentableEntity*)", "@(int*)", "TaxRateStateBuilder*(TaxRateStateBuilder*)", "CompanyGatewayStateBuilder*(CompanyGatewayStateBuilder*)", "int(int)", "DropdownMenuItem*(int*)", "InvoiceEntity*(@)", "@(double)", "FeesAndLimitsSettingsBuilder*(FeesAndLimitsSettingsBuilder*)", "Color0(int?)", "Null(UserEntity*)", "GroupStateBuilder*(GroupStateBuilder*)", "ProductEntityBuilder*(ProductEntityBuilder*)", "Color?(Set)", "Column*(BuildContext*)", "~(PointerExitEvent)", "List*()", "double(RenderBox,double)", "Null(BuildContext*[EntityAction*])", "bool(int)", "Null(EntityType*)", "InvitationEntity*(ContactEntity*)", "~(SelectableEntity*)", "double*()", "bool*(PaymentableEntity*)", "@(List*)", "int(_Codes)", "bool()", "ListBuilder*()", "WebhookEntityBuilder*(WebhookEntityBuilder*)", "bool*(InvoiceEntity*)", "Null(TaskTime*)", "bool*(TaskTime*)", "~(RestorableProperty,~())", "Null(LoginResponse*)", "PaymentEntity*(String*)", "ExpenseEntity*(String*)", "bool*(BaseEntity*)", "PaymentTermStateBuilder*(PaymentTermStateBuilder*)", "Null(String*,PaymentEntity*)", "Null(String*,ClientEntity*)", "bool(GestureListener)", "~(DateTime)", "~(PointerDownEvent)", "Null(ProductEntity*)", "Widget(BuildContext,Widget?)", "int(FocusNode,FocusNode)", "DocumentStateBuilder*(DocumentStateBuilder*)", "@(Event)", "int()", "~(LongPressMoveUpdateDetails)", "~(Object*)", "Null(ProjectEntity*)", "Null(VendorEntity*)", "Null(GroupEntity*)", "AppStateBuilder*(AppStateBuilder*)", "~(Object[StackTrace?])", "TaskEntity*(String*)", "Null(PaymentableEntity*)", "TaxRateEntity*(String*)", "~(String?)", "~(LongPressStartDetails)", "Null(EntityStatus*,bool*)", "Null(TaskStatusEntity*)", "Null(List*)", "~(Object?,Object?)", "Null(RecurringExpenseStateBuilder*)", "~(String,NumericAxis)", "Null(InvoiceItemEntity*)", "QuoteStateBuilder*(QuoteStateBuilder*)", "Null(RecurringInvoiceStateBuilder*)", "int(@,@)", "SubscriptionStateBuilder*(SubscriptionStateBuilder*)", "DesignStateBuilder*(DesignStateBuilder*)", "DesignEntity*(String*)", "TaskListItem*(BuildContext*,int*)", "Future>(Map)", "bool(InlineSpan)", "MapBuilder*(MapBuilder*)", "ListTile*(String*)", "DesignEntityBuilder*(DesignEntityBuilder*)", "int*(InvoiceEntity*,InvoiceEntity*)", "Future()", "Null(PointerEvent)", "Null(TouchEvent)", "Null(PaymentTermEntity*)", "Null(InvoiceItemEntity*,int*)", "List*(BuiltMap*,BuiltMap*)", "Null(SubscriptionEntity*)", "Null(DateTime*)", "Null(BuildContext*,InvoiceEntity*[String*])", "Null(Timer*)", "Null(BuildContext*,InvoiceEntity*,ClientEntity*)", "Null(TaskStateBuilder*)", "TokenStateBuilder*(TokenStateBuilder*)", "EntityStats*(String*,BuiltMap*)", "Rect()", "ProjectStateBuilder*(ProjectStateBuilder*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*)", "Null(List*[String*])", "@(DesignEntity*)", "double(double,double)", "Future*(String*)", "bool(BoxHitTestResult,Offset)", "Null(List*,String*)", "PaymentStateBuilder*(PaymentStateBuilder*)", "~(MouseEvent)", "~(PointerExitEvent*)", "CreditStateBuilder*(CreditStateBuilder*)", "ProductStateBuilder*(ProductStateBuilder*)", "Future()", "BaseEntity*(InvoiceItemEntity*)", "Null(TaskStatusStateBuilder*)", "TaskStatusStateBuilder*(TaskStatusStateBuilder*)", "ExpenseEntity*(ExpenseEntity*,@)", "CustomFieldSelector*(BuildContext*)", "String*(TaxRateReportFields0*)", "Null(BuiltList*)", "ClientEntity*(String*)", "Null(List*)", "TaskStateBuilder*(TaskStateBuilder*)", "AppTextButton*(BuildContext*)", "Null(WebhookEntity*)", "RecurringInvoiceStateBuilder*(RecurringInvoiceStateBuilder*)", "Null(CompanyGatewayEntity*)", "VendorStateBuilder*(VendorStateBuilder*)", "CompanyGatewayEntity*(String*)", "~(NavigatorObserver)", "ProjectEntity*(String*)", "IconButton*(BuildContext*)", "Future<@>(MethodCall)", "RecurringExpenseStateBuilder*(RecurringExpenseStateBuilder*)", "MapBuilder*()", "Null(BuildContext*[int*])", "ProductEntity*(String*)", "Widget(BuildContext,BoxConstraints)", "~(PointerEnterEvent)", "ActivityListTile*(BuildContext*,int*)", "ExpenseStateBuilder*(ExpenseStateBuilder*)", "WebhookStateBuilder*(WebhookStateBuilder*)", "ClientStateBuilder*(ClientStateBuilder*)", "InvoiceStateBuilder*(InvoiceStateBuilder*)", "Null(@,@)", "Future>(Map)", "String*(ProfitAndLossReportFields*)", "InvoiceItemSelector*(BuildContext*)", "MessageDialog*(BuildContext*)", "~(Timer*)", "@([String*,String*])", "Null(ExpenseCategoryEntity*)", "String(int)", "DropdownMenuItem*(MapEntry*)", "String*(TaxRateReportFields*)", "bool*(EntityType*)", "~({curve:Curve,descendant:RenderObject?,duration:Duration,rect:Rect?})", "Null(TokenEntity*)", "int(RenderObject,RenderObject)", "~(~())", "ExpenseCategoryStateBuilder*(ExpenseCategoryStateBuilder*)", "Null(ClientEntity*)", "bool(_RouteEntry)", "Null(TokenStateBuilder*)", "Null(List*)", "Null(ProjectStateBuilder*)", "String*(InvoiceReportFields*)", "Null(@,StackTrace)", "@(double*)", "Future<@>()", "ListBuilder*(ListBuilder*)", "~(ImageStreamListener)", "UserEntity*(String*)", "Null(UserStateBuilder*)", "Null(ClientStateBuilder*)", "~(int,int)", "Future*(BuildContext*,bool*)", "Null(List*)", "Future()", "TokenEntity*(String*)", "VendorEntity*(String*)", "ExpenseStatusEntityBuilder*(ExpenseStatusEntityBuilder*)", "Null(BuildContext*,EmailTemplate*,String*,String*)", "Null(List*)", "@(SettingsEntity*)", "Color(Color)", "ListBuilder*()", "bool*(PaymentEntity*)", "Color()", "@(Color)", "Null(TaxRateStateBuilder*)", "Future()", "Null(VendorStateBuilder*)", "Null(List*)", "WebhookEntity*(String*)", "Null(CompanyGatewayStateBuilder*)", "String*(ExpenseReportFields*)", "Widget(BuildContext,Widget,int?,bool)", "Null(List*)", "int(int,int)", "Null(List*)", "~(ImageInfo,bool)", "Null(WebhookStateBuilder*)", "GridView*(BuildContext*,BoxConstraints*)", "Null(EntityAction*)", "bool(_Highlight)", "ListBuilder*()", "QuoteListItem*(BuildContext*,int*)", "~(ImageChunkEvent)", "~(PointerEnterEvent*)", "Null(CreditStateBuilder*)", "DropdownMenuItem*(int*)", "Null(List*)", "List*>*(BuildContext*)", "String*(TaskReportFields*)", "TaskStatusEntity*(String*)", "String*(InvoiceItemReportFields*)", "ListBuilder*()", "ListBuilder*()", "MapEntry*>*(String*,String*)", "bool(Point)", "MaterialStateProperty?(ButtonStyle?)", "Null(List*)", "Null(MouseEvent)", "@(bool*,int*,String*,double*,double*)", "Null(String*,List*)", "int*(TaskEntity*,TaskEntity*)", "String(Match)", "~(bool?)", "ColorTween(@)", "Null(List*)", "String*(DocumentReportFields*)", "ExpenseListItem*(BuildContext*,int*)", "Null(DesignStateBuilder*)", "bool*(ActivityEntity*)", "ContactEntityBuilder*(ContactEntityBuilder*)", "Null(SubscriptionStateBuilder*)", "String*(QuoteReportFields*)", "int(SemanticsNode,SemanticsNode)", "String*(PaymentReportFields*)", "Tween(@)", "~(LongPressEndDetails)", "Null(List*)", "EdgeInsetsGeometryTween(@)", "String?(String?)", "InkWell*(BuildContext*)", "SubscriptionEntity*(String*)", "Null(ExpenseStateBuilder*)", "~(HorizontalDragGestureRecognizer)", "HorizontalDragGestureRecognizer()", "MouseCursor0(Set)", "Null(int*,bool*)", "ExpenseCategoryEntity*(String*)", "Null(List*)", "~(Timer)", "ExpenseCategoryEntityBuilder*(ExpenseCategoryEntityBuilder*)", "Null(ExpenseCategoryStateBuilder*)", "BaseEntity*(String*)", "GroupEntity*(String*)", "Null(List*)", "Set()", "GroupEntityBuilder*(GroupEntityBuilder*)", "Null(GroupStateBuilder*)", "String*(CreditReportFields*)", "ReportsUIStateBuilder*(ReportsUIStateBuilder*)", "Null(bool)", "int(Object?)", "bool(Object?,Object?)", "~(TaxRateEntity*)", "String*(ContactReportFields*)", "bool(FocusableActionDetector)", "String*(QuoteItemReportFields*)", "PaymentableEntityBuilder*(PaymentableEntityBuilder*)", "bool(DataRow)", "Null(PaymentStateBuilder*)", "Future<~>(String,ByteData?,~(ByteData?)?)", "Null(QuoteStateBuilder*)", "InvoiceListItem*(BuildContext*,int*)", "PaymentTermEntity*(String*)", "Null(List*)", "bool(SemanticsNode)", "~(List)", "Null(PaymentTermStateBuilder*)", "~(SliverConstraints)", "String*(ClientReportFields*)", "Null(List*)", "~(FocusHighlightMode)", "Null(ProductStateBuilder*)", "String*(ProductReportFields*)", "Null(BaseEntity*)", "Null(List*)", "MapBuilder*>*()", "DateTime()", "Null(Store*)", "ListBuilder*()", "String*(InvoiceItemEntityBuilder*)", "EntityStats*(String*,BuiltMap*)", "String*(String*,ShowPdfQuote*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteItem*)", "InvoiceEntity*(InvoiceEntity*,DeleteQuoteItem*)", "InvoiceEntity*(InvoiceEntity*,UpdateQuoteItem*)", "PaymentTermEntityBuilder*(PaymentTermEntityBuilder*)", "List*(String*,BuiltMap*,BuiltList*)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,DeleteInvoiceItem*)", "String*(String*,ShowPdfRecurringInvoice*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,DeleteRecurringInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceItem*)", "String*(String*,ShowPdfInvoice*)", "GroupEntity*(@)", "Null(CompanyEntity*)", "ExpenseEntity*(@)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*,BuiltMap*,StaticState*)", "Null(BuiltList*)", "InvoiceItemEntity*(BaseEntity*)", "Null(DocumentStateBuilder*)", "DocumentEntityBuilder*(DocumentEntityBuilder*)", "Null(List*)", "DocumentEntity*(String*)", "int*(ExpenseEntity*,ExpenseEntity*)", "List*(BuiltMap*,BuiltMap*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*)", "WebhookEntity*(WebhookEntity*,@)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,ListUIState*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*,BuiltMap*)", "MapBuilder*>*(MapBuilder*>*)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,ListUIState*,BuiltMap*)", "Future(String,Map)", "InvoiceEntity*(InvoiceEntity*,UpdateCreditItem*)", "InvoiceEntity*(InvoiceEntity*,DeleteCreditItem*)", "InvoiceEntity*(InvoiceEntity*,AddCreditItem*)", "String*(String*,ShowPdfCredit*)", "PaymentableEntity*(BaseEntity*)", "CompanyGatewayEntity*(@)", "TaxRateEntityBuilder*(TaxRateEntityBuilder*)", "int*(BaseEntity*,BaseEntity*)", "ReportSettingsEntityBuilder*(ReportSettingsEntityBuilder*)", "TaxRateEntity*(@)", "bool*(GatewayTokenEntity*)", "EntityStats*(String*,BuiltMap*)", "Completer*(Completer*,EditClient*)", "TokenEntityBuilder*(TokenEntityBuilder*)", "String*(ProjectEntityBuilder*)", "String*(PaymentEntityBuilder*)", "MapBuilder*(MapBuilder*)", "Null(UserCompanyEntity*)", "AppSidebarMode*(AppSidebarMode*,UpdateUserPreferences*)", "bool*(HistoryRecord*)", "bool*(CompanyEntity*)", "UIStateBuilder*(UIStateBuilder*)", "PaymentRefundScreen*(BuildContext*)", "PaymentEditScreen*(BuildContext*)", "MainScreen*(BuildContext*)", "LoginScreen*(BuildContext*)", "PrefStateBuilder*(PrefStateBuilder*)", "UserEntity*(@)", "List*(BuiltMap*)", "VendorContactEntityBuilder*(VendorContactEntityBuilder*)", "TaskTimeBuilder*(TaskTimeBuilder*)", "MapBuilder*()", "Completer*(Completer*,EditVendor*)", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "MapBuilder*()", "InkWell*(String*)", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "UserSettingsEntityBuilder*(UserSettingsEntityBuilder*)", "ListBuilder*()", "ListBuilder*()", "MapBuilder*()", "ListBuilder*()", "Null(BuildContext*,String*,String*,String*)", "ListBuilder*()", "ListBuilder*()", "PaymentTermEntity*(@)", "ListBuilder*()", "List*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "List*>*(BuildContext*)", "PopupMenuItem*(EntityAction*)", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "bool*(InvitationEntity*)", "MapBuilder*>*(MapBuilder*>*)", "Size(RenderBox,BoxConstraints)", "ContactEntity*()", "Null(ProgressEvent)", "VelocityTracker(PointerEvent0)", "~(_DragInfo)", "RenderBox?()", "DecorationTween(@)", "AlignmentGeometryTween(@)", "Null(String*,String*,String*,String*)", "String*(ContactEntity*)", "Null(EmailTemplate*)", "Tween<@>?(Tween<@>?,@,Tween<@>(@))", "~(Object,StackTrace?)", "bool*(TaxRateEntity*)", "TaxRateEntity*()", "Positioned(BuildContext,Widget?)", "~(VerticalDragGestureRecognizer)", "Widget*(CompanyEntity*)", "List*(BuildContext*)", "PointerInterceptor*(BuildContext*)", "bool*(SystemLogEntity*)", "VerticalDragGestureRecognizer()", "~(LongPressGestureRecognizer)", "LongPressGestureRecognizer()", "bool*(DataRow0*)", "DataCell0*(DataColumn0*)", "DataCell0*(String*)", "~(DoubleTapGestureRecognizer)", "DoubleTapGestureRecognizer()", "~(TapGestureRecognizer)", "TapGestureRecognizer()", "@(Object*)", "int(_ReadingOrderSortData,_ReadingOrderSortData)", "bool(InheritedElement)", "Map()", "Null(Response*)", "~(RestorationBucket)", "Future(ByteData?)", "List(_SemanticsSortGroup)", "Widget*(BuildContext*,AsyncSnapshot*)", "Null(ContactEntity*)", "bool(BoxHitTestResult)", "@(bool)", "bool(InlineSpanSemanticsInformation)", "~(TextSelection)", "~(Rect)", "ImageStreamCompleter()", "~(TimeOfDay)", "Drag?(Offset)", "~(_TimePickerMode)", "~(TextSelection,SelectionChangedCause?)", "EdgeInsets()", "@(EdgeInsets)", "~(double,double)", "DataCell(DataColumn)", "_ZoomExitTransition(BuildContext,Animation0,Widget?)", "_ZoomEnterTransition(BuildContext,Animation0,Widget?)", "LocalKey(MergeableMaterialItem)", "~(RenderBox?)", "~(RenderBox?,String)", "~([Intent?])", "DropdownMenuItem*(DateRange*)", "Null(DateRange*)", "~(Size)", "DateTime*(ChartMoneyData*,int*)", "double*(ChartMoneyData*,int*)", "Color0*(ChartMoneyData*,int*)", "ListTile*(BuildContext*,int*)", "CustomSingleChildLayout(BuildContext)", "PaymentListItem*(BuildContext*,int*)", "~(DragDownDetails)", "bool(BuildContext)", "MaterialStateProperty?(ButtonStyle?)", "bool(DraggableScrollableNotification)", "Widget(Widget,Animation0)", "LicenseEntry(int)", "Widget(BuildContext,bool)", "Widget(BuildContext,Object?,ScrollController?)", "Completer*(Completer*,EditProject*)", "Color?(Color?)", "Future<~>(~)", "Node0?(DirectoryNode,String,Node0?)", "@(Completer*)", "~(List)", "FileNode()", "SizedBox*(BuildContext*)", "List*(String*)", "Listener*(BuildContext*,String*)", "Null(PointerDownEvent*)", "bool(RenderBox)", "List*>*(BuildContext*)", "PopupMenuItem*(String*)", "ProductListItem*(BuildContext*,int*)", "~(ScaleEndDetails)", "RefreshIndicator*(BuildContext*)", "Null(MapEntry*)", "~([String*])", "~(ScaleUpdateDetails)", "double*(PaymentableEntity*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,StaticState*)", "~(ScaleStartDetails)", "~(ChartBehavior<@>)", "bool(ChartBehavior<@>)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "~(GestureListener)", "bool(LayoutView)", "int(LayoutView,LayoutView)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "String(num?)", "List?(int?)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "~(Codec)", "Widget(BuildContext,Object,StackTrace?)", "Object?(Object?)", "int(int,@)", "~(RandomAccessFile)", "bool(NodeValidator)", "bool(Node)", "Color0*(@,int*)", "num*(@,int*)", "Map*(String*)", "~(Uint8List,String,int)", "@(int*,bool*)", "Null(BuildContext*,BuiltMap*)", "int(String?)", "~(Symbol0,@)", "@(Object?)", "String*(MapBuilder*)", "Future<@>(@)", "Future*(BuildContext*,AppSidebarMode*)", "Null(BuildContext*,bool*)", "~(String,String?)", "~(GestureMode)", "Set<~>*()", "~()()", "@(~())", "Future*(String*,String*)", "KeyData()", "bool*(SubscriptionEntityBuilder*)", "UpdateState*()", "String(String,String)", "Null(TaskTime*,int*)", "Null(Completer*,String*)", "PasswordConfirmation*(BuildContext*)", "Null(GoogleSignInAuthentication*)", "String*(Match*)", "StreamSubscription()", "~(PhotoViewScaleState)", "Element(int)", "@(StreamSubscription)", "List()", "bool(bool?)", "bool(Element,String,String,_Html5NodeValidator)", "ByteBuffer(@)", "CompanyGatewayEntity*(CompanyGatewayEntity*,@)", "List()", "DesignEntity*(DesignEntity*,@)", "~(num)", "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*,@)", "~(DiagnosticsNode)", "List*(BuiltMap*,BuiltMap*,BuiltList*,String*,BuiltMap*,List*)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "Widget(BuildContext,~())", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MaterialPageRoute<0^>(RouteSettings,Widget(BuildContext))", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "bool(Element)", "double(_Diagonal)", "Tappable(SemanticsObject)", "~(DomException)", "0^?(0^?(ButtonStyle?))", "int*(TaskTime*,TaskTime*)", "0^?(MaterialStateProperty<0^>?(ButtonStyle?))", "MaterialStateProperty?(ButtonStyle?)", "Null(String*,@)", "MaterialStateProperty?(ButtonStyle?)", "Route<@>*(RouteSettings*)", "TextField0(SemanticsObject)", "MaterialStateProperty?(ButtonStyle?)", "~(BeforeUnloadEvent)", "StyledToast*(BuildContext*)", "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*)", "MaterialStateProperty?(ButtonStyle?)", "MaterialStateProperty?(ButtonStyle?)", "QuoteScreenBuilder*(BuildContext*)", "QuoteViewScreen*(BuildContext*)", "QuoteEditScreen*(BuildContext*)", "QuoteEmailScreen*(BuildContext*)", "QuotePdfScreen*(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*)", "OnlinePaymentsScreen*(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*)", "BuyNowButtonsScreen*(BuildContext*)", "EmailSettingsScreen*(BuildContext*)", "TemplatesAndRemindersScreen*(BuildContext*)", "CreditCardsAndBanksScreen*(BuildContext*)", "DataVisualizationsScreen*(BuildContext*)", "MouseCursor0?(Set)", "MouseCursor0?(ButtonStyle?)", "Checkable(SemanticsObject)", "Color?(ButtonStyle?)", "VisualDensity?(ButtonStyle?)", "MaterialTapTargetSize?(ButtonStyle?)", "Future*(SharedPreferences*)", "~(PersistenceRepository*)", "Duration?(ButtonStyle?)", "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*,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*)", "UserCompanyState*(int*)", "bool?(ButtonStyle?)", "AlignmentGeometry?(ButtonStyle?)", "InteractiveInkFeatureFactory?(ButtonStyle?)", "~(Node,Node?)", "~(NextFocusIntent)", "Null(UserCompanyState*)", "~(PreviousFocusIntent)", "~(DirectionalFocusIntent)", "@(@,@)", "Element(Node)", "Null(Uint8List)", "TableRow(int)", "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*)", "ImageRoleManager(SemanticsObject)", "Rect()(RenderBox)", "ContactEntity*(ContactEntity*,EditClient*)", "ContactEntity*(ContactEntity*,EditContact*)", "String*(String*,ArchiveClientsSuccess*)", "String*(String*,DeleteClientsSuccess*)", "LiveRegion(SemanticsObject)", "String*(String*,ViewClient*)", "String*(String*,AddClientSuccess*)", "String*(String*,ShowPdfClient*)", "_RandomAccessFile(@)", "CalendarDatePicker()", "String*(String*,SortClients*)", "String*(String*,FilterClients*)", "String*(String*,FilterClientsByState*)", "String*(String*,FilterClientsByCustom1*)", "String*(String*,FilterClientsByCustom2*)", "String*(String*,FilterClientsByCustom3*)", "String*(String*,FilterClientsByCustom4*)", "Form()", "Flex(BuildContext)", "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*)", "int/(@)", "Widget(BuildContext,Animation0,Animation0)", "JsFunction(@)", "List*(BuiltMap*,BuiltList*,BuiltMap*,StaticState*)", "JsArray<@>(@)", "JsObject(@)", "~(ActivateIntent)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,ListUIState*,BuiltMap*,StaticState*)", "~(ButtonActivateIntent)", "_Channel()", "ClientEntity*(@)", "UserCompanyStateBuilder*(UserCompanyStateBuilder*)", "UserCompanyEntity*(UserCompanyEntity*,UpdateReportSettings*)", "RenderObjectWidget(Widget)", "InputDecorator(BuildContext)", "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*)", "Rect()?(RenderBox)", "bool*(ProductEntity*)", "bool*(ClientEntity*)", "String?(~(Codec))", "~(int?,int?)", "@(Matrix40)", "bool(InkHighlight?)", "Matrix40()", "bool*(ProjectEntity*)", "~(int?)", "bool*(TaskEntity*)", "~(Event?)", "~(PointerMoveEvent)", "bool(NotoFont)", "ListTileTheme(BuildContext)", "bool(LayoutChangedNotification)", "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*)", "~(PointerUpEvent)", "@(HtmlElement)", "ShapeBorderTween(@)", "List*(BuiltMap*,BuiltList*,ListUIState*,String*,bool*)", "double*(String*,BuiltMap*)", "IndentingBuiltValueToStringHelper(String)", "EntityStats*(String*,BuiltMap*)", "Null(String*,CompanyGatewayEntity*)", "ListBuilder()", "ListMultimapBuilder()", "Container(BuildContext,Widget?)", "PageTransitionsBuilder?(TargetPlatform)", "MapBuilder()", "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*)", "DataRow?()", "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*)", "Card(BuildContext,BoxConstraints)", "InvoiceEntity*(InvoiceEntity*,MoveCreditItem*)", "Opacity(BuildContext,Widget?)", "SetBuilder()", "InvoiceEntity*(InvoiceEntity*,UpdateCreditClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddCreditContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveCreditContact*)", "bool(OverscrollIndicatorNotification)", "RefreshProgressIndicator(BuildContext,Widget?)", "Widget(Widget,int,Animation0)", "Material(BuildContext,Widget?)", "SetMultimapBuilder()", "HtmlElement()", "@(Rect)", "DashboardUIStateBuilder*(DashboardUIStateBuilder*)", "BuiltMap*>*(BuiltMap*>*,UpdateDashboardSelection*)", "@(_StandardBottomSheet)", "BuiltMap*>*(BuiltMap*>*,SelectCompany*)", "EntityType*(EntityType*,UpdateDashboardEntityType*)", "bool*(bool*,UpdateDashboardSidebar*)", "_StandardBottomSheet()", "CustomMultiChildLayout(BuildContext,Widget?)", "~(DragEndDetails{isClosing:bool?})", "Align(BuildContext,Widget?)", "Null(FontFace)", "Null(String*,Duration*)", "@(DateTime)", "double(Set)", "SkImage()", "~(ParagraphGeometricStyle,ParagraphRuler)", "List*(BuiltMap*,BuiltMap*)", "int*(PaymentEntity*,PaymentEntity*)", "int(ParagraphRuler,ParagraphRuler)", "SurfaceScene()", "List*(BuiltMap*,BuiltMap*)", "~(List,TextDirection,double)", "GlobalKey>(Widget)", "InputDecorator(BuildContext,Widget?)", "Semantics(BuildContext,Widget?)", "TextField(FormFieldState)", "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*)", "String*(String*,DeleteDesignsSuccess*)", "ThemeDataTween(@)", "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*)", "ThemeData()", "int(_PaintRequest,_PaintRequest)", "List*(BuiltMap*,BuiltList*,ListUIState*)", "DesignEntity*(@)", "TimeOfDay(int)", "Offset(double)", "~(List<_TappableLabel>?)", "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*)", "Map()", "_ToggleButton(int)", "~([TapUpDetails?])", "DocumentEntity*(@)", "List*(BuiltMap*,BuiltList*,ListUIState*)", "Future(Uint8List{allowUpscaling:bool,cacheHeight:int?,cacheWidth:int?})", "EdgeInsetsGeometry(EdgeInsetsGeometry,ShapeBorder)", "ShapeBorder(ShapeBorder)", "String(ShapeBorder)", "num(int?)", "_LiveImage()", "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*)", "~(ImageInfo?,bool)", "Future<~>(Object,StackTrace?)", "~(Zone,ZoneDelegate,Zone,Object,StackTrace)", "~(KeyboardEvent)", "List*(BuiltMap*,String*)", "Null(Map>?)", "Set(Set,Set)", "~(Object,StackTrace?)?(ImageStreamListener)", "~(ImageChunkEvent)?(ImageStreamListener)", "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*)", "List()", "Paint(BoxShadow)", "Path(BoxShadow)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "double*(String*,BuiltMap*)", "ExpenseCategoryEntity*(@)", "DiagnosticsNode(InlineSpan)", "~(int,SemanticsAction,ByteData?)", "String(double,double,String)", "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*)", "Size()", "double?()", "@(Map)", "~(String?,List)", "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*)", "~(RawKeyEvent)", "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*)", "TextElement1(String)", "InvoiceEntity*(InvoiceEntity*,MoveInvoiceItem*)", "double(TextElement1)", "~(String,FormElement)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoiceClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveInvoiceContact*)", "@(List>)", "Rect(Rect?,TextBox)", "List*(BuiltMap*,BuiltMap*,BuiltList*,String*,BuiltMap*,List*,String*)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*,String*)", "List>()", "@(TextInputCommand)", "MouseCursor0(MouseTrackerAnnotation)", "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*)", "~(MouseTrackerAnnotation,Matrix4)", "bool(MouseTrackerAnnotation)", "int(int?)", "TextInputCommand()", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*)", "EntityStats*(String*,BuiltMap*,BuiltMap*)", "PaymentEntity*(@)", "~(EditingState?)", "int(_PersistedSurfaceMatch,_PersistedSurfaceMatch)", "OneSequenceGestureRecognizer(Factory)", "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*)", "TransformLayer?(PaintingContext,Offset)", "bool(SliverHitTestResult{crossAxisPosition!double,mainAxisPosition!double})", "bool(Point[double?])", "bool(Point,double,double)", "List*(BuiltMap*,BuiltList*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "InvoiceItemEntity*(String*)", "HitTestResult(Offset)", "bool(RenderSliver)", "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*)", "String(int?)", "~(int,_FrameCallbackEntry)", "List*(BuiltMap*,BuiltList*,BuiltMap*)", "List*(BuiltMap*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*)", "ProductEntity*(@)", "~(String,bool)", "SemanticsNode(_TraversalSortNode)", "DiagnosticsNode(SemanticsNode)", "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*)", "~(JsUrlStrategy?)", "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*)", "Color0?(int?)", "int(SemanticsNode)", "SemanticsNode(int)", "List*(BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,String*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*,BuiltMap*)", "Map(TextInputConfiguration)", "Null(String*,ProjectEntity*)", "ProjectEntity*(@)", "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*)", "TextInputConfiguration(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*)", "Stream()", "InvoiceEntity*(InvoiceEntity*,MoveQuoteItem*)", "Future(String?)", "~(_LineRendererElement)", "InvoiceEntity*(InvoiceEntity*,UpdateQuoteClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveQuoteContact*)", "Future<~>(ByteData?,~(ByteData?))", "ByteBuffer/(@)", "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*)", "@(StreamController<@>)", "StreamController<@>()", "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(ByteData?)", "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(MethodCall)", "InvoiceEntity*(InvoiceEntity*,MoveRecurringInvoiceItem*)", "Palette(Palette())", "bool(KeyData)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoiceClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveRecurringInvoiceContact*)", "List()", "List(List)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*)", "Null(SkDeletable)", "num?(int?)", "@(BuildContext)", "SettingsUIState*(SettingsUIState*,ViewSettings*)", "BuildContext()", "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*(@)", "String/(@)", "~(SelectionModelType)", "~(Action)", "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*)", "~(CanvasKit)", "~(_ChildEntry)", "Widget(_ChildEntry)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "SubscriptionEntity*(@)", "Route<@>?(RouteSettings)", "Route<@>(RouteSettings)", "CompositedTransformFollower(BuildContext)", "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*,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*,DeleteTaskSuccess*)", "TaskEntity*(TaskEntity*,UpdateTask*)", "bool*(TaskEntityBuilder*)", "bool(AutofillClient)", "AutofillClient()", "List*(BuiltMap*,String*,BuiltMap*,BuiltMap*,BuiltMap*)", "bool(KeepAliveNotification)", "~(String,ChartBehavior0<@>)", "TaskEntity*(@)", "~(ChartStateBehavior>,AnimationController)", "HitTestResult()", "Future()", "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*)", "Future<~>(double)", "Future<~>(@)", "Future>(Map)", "List*(BuiltMap*,BuiltList*,StaticState*,BuiltMap*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "int*(String*,BuiltMap*)", "TaskStatusEntity*(@)", "Future<~>(bool)", "TextEditingValue(TextEditingValue,TextInputFormatter)", "CompositedTransformTarget(BuildContext,ViewportOffset)", "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*)", "Widget(LegendEntry<@>)", "DiagnosticsNode(FocusNode)", "bool(RawKeyEvent)", "~(_FocusTraversalGroupInfo)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "bool(_DirectionalPolicyDataEntry)", "bool(SurfaceFrame,CkCanvas)", "bool(TraversalDirection)", "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*)", "Set(_ReadingOrderSortData)", "Padding(Widget)", "List(BuildContext)", "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*)", "Rect(_ReadingOrderSortData)", "int(_ReadingOrderDirectionalGroupData,_ReadingOrderDirectionalGroupData)", "AppLayout*(AppLayout*,UpdateUserPreferences*)", "ModuleLayout*(ModuleLayout*,UpdateUserPreferences*)", "ModuleLayout*(ModuleLayout*,SwitchListTableLayout*)", "int*(int*,UpdateUserPreferences*)", "List<_ReadingOrderSortData>(_ReadingOrderSortData,Iterable<_ReadingOrderSortData>)", "bool*(bool*,TogglePreviewSidebar*)", "String*(String*,UpdateUserPreferences*)", "BuiltMap*(BuiltMap*,UpdateUserPreferences*)", "CompanyPrefStateBuilder*(CompanyPrefStateBuilder*)", "BuiltList*(BuiltList*,PopLastHistory*)", "bool(_ReadingOrderSortData)", "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*,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*)", "int*(int*,FilterCompany*)", "int*(int*,ViewDashboard*)", "String*(String*,UpdateCurrentRoute*)", "int*(int*,SelectCompany*)", "BuiltList*(BuiltList*,PreviewEntity*)", "bool(FormFieldState<@>)", "BuiltList*(BuiltList*,ClearPreviewStack*)", "BuiltList*(BuiltList*,PopPreviewStack*)", "BuiltList*(BuiltList*,ClearEntityFilter*)", "BuiltList*(BuiltList*,FilterByEntity*)", "BuiltList*(BuiltList*,PopFilterStack*)", "String*(ClientEntityBuilder*)", "String*(ExpenseEntityBuilder*)", "String*(TaskEntityBuilder*)", "String*(VendorEntityBuilder*)", "Element0?(Element0)", "Object?(int,Element0?)", "int(TableRow)", "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*)", "Padding(int)", "List(Size)", "@(@,String)", "@(String)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,String*)", "String?(int)", "ChartContainerRenderObject<@>()", "~(int,bool(FlutterHtmlKeyboardEvent))", "@(Offset)", "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*)", "Offset()", "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*)", "PanGestureRecognizer()", "~(PanGestureRecognizer)", "ScaleGestureRecognizer()", "List*(BuiltMap*,BuiltList*,BuiltMap*,StaticState*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*,StaticState*)", "EntityStats*(String*,BuiltMap*)", "Null(String*,VendorEntity*)", "double*(String*,String*,BuiltMap*,BuiltList*)", "VendorEntity*(@)", "~(ScaleGestureRecognizer)", "~(RenderSemanticsGestureHandler)", "~(StatefulElement,Object)", "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*)", "Null(~())", "~(_HeroFlight)", "Widget(BuildContext,Animation0,HeroFlightDirection,BuildContext,BuildContext)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "WebhookEntity*(@)", "bool(_HeroFlight)", "IconTheme(BuildContext)", "List*>*(BuildContext*)", "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*)", "bool(int,int)", "Widget(Color,Animation0,Animation0,double{labelConstraints:BoxConstraints?,labelText:Text?})", "String(@)", "BottomAppBar*(BuildContext*,Store*)", "~(int,@)", "_Future<@>?()", "BuiltList*(Store*)", "Container*(BuildContext*,BuiltList*)", "CheckboxListTile*(String*)", "BoxConstraintsTween(@)", "Matrix4Tween(@)", "TextStyleTween(@)", "BorderRadiusTween(@)", "ConfirmEmail*(BuildContext*,ConfirmEmailVM*)", "Future<@>(_Pending)", "Padding*(TextButton*)", "Map(List<@>)", "MultiSelectList*(BuildContext*)", "Map(Map)", "Null(Map)", "Padding*(MapEntry*)", "NotificationListener(BuildContext,BoxConstraints)", "bool(Route<@>?)", "DocumentTile*(DocumentEntity*)", "bool(OverlayEntry)", "SkTextStyle()", "Container*(BuildContext*,String*)", "Text*(BuildContext*,String*,Object*)", "bool(bool)", "_RouteEntry(Route<@>)", "String(Object?)", "@(EntityAction*)", "StatelessWidget*(EntityAction*)", "MapEntry>(@,@)", "DirectoryNode?(DirectoryNode,bool)", "EntityDropdownDialog*(BuildContext*)", "Null(SelectableEntity*[bool*])", "@(BuildContext*,Completer<@>*)", "Viewport(BuildContext,ViewportOffset)", "List*(TextEditingValue*)", "SelectableEntity*(String*)", "bool*(SelectableEntity*)", "String*(SelectableEntity*)", "DecoratedFormField*(BuildContext*,TextEditingController*,FocusNode*,~()*)", "_HtmlElementViewController(PlatformViewCreationParams)", "Theme*(BuildContext*,~(SelectableEntity*)*,Iterable*)", "Container*(BuildContext*,int*)", "PlatformViewSurface(BuildContext,PlatformViewController)", "_EntityListTile*(BuildContext*,int*)", "PopupMenuButton*(BuildContext*,int*)", "Future<~>(PointerEvent0)", "List*>*(BuildContext*)", "PopupMenuItem*(EntityType*)", "~(_DragInfo,Offset,Offset)", "RealNode?(DirectoryNode,bool)", "Null(Color*)", "Null(RestorationBucket?)", "List*>*(BuildContext*)", "PopupMenuItem*(int*)", "~(RestorableProperty)", "RestorationScope(BuildContext,Widget?)", "DataRow*(String*)", "Actions(BuildContext)", "MediaQuery*(BuildContext*,Widget*)", "IgnorePointer(BuildContext,Widget?)", "IOSScrollViewFlingVelocityTracker(PointerEvent0)", "HistoryDrawer*(BuildContext*,AppDrawerVM*)", "@(FileNode)", "ContactEntity*(InvitationEntity*)", "Widget(BuildContext,ViewportOffset)", "bool(ScrollUpdateNotification)", "int?(Widget,int)", "~(PointerSignalEvent)", "_ThumbPressGestureRecognizer()", "~(_ThumbPressGestureRecognizer)", "DropdownMenuItem*(TaxRateEntity*)", "Null(ByteData)", "ListTile*(BuildContext*,BoxConstraints*)", "_TrackTapGestureRecognizer()", "Widget*(BuildContext*,Store*)", "~(_TrackTapGestureRecognizer)", "Widget*(CompanyEntity*{showAccentColor:bool*})", "bool*(UserCompanyState*)", "PopupMenuItem*(CompanyEntity*)", "~(PointerHoverEvent)", "DropdownMenuItem*(CompanyEntity*)", "Future*()", "ContactUsDialog*(BuildContext*)", "UpdateDialog*(BuildContext*)", "KeyEventResult(FocusNode,RawKeyEvent)", "HealthCheckDialog*(BuildContext*)", "Future*(@)", "MenuDrawer*(BuildContext*,MenuDrawerVM*)", "Null(BuildContext*,int*,CompanyEntity*)", "_SingleChildViewport(BuildContext,ViewportOffset)", "~(RenderBox)", "ExpansionPanel*(SystemLogEntity*)", "ListTile*(BuildContext*,bool*)", "Element0?()", "bool(TableRow)", "Decoration?(TableRow)", "Rect*()*(RenderBox*)", "bool*(BuildContext*)", "Rect*()", "~(AnimationStatus*)", "_TableElementRow(TableRow)", "DataRow0*()", "Card*(BuildContext*,BoxConstraints*)", "Element0(Widget)", "~(BaseEntity*)", "RenderObjectWidget*()", "bool(_TableElementRow)", "bool(List)", "DataColumn0*(String*)", "int*(int*)", "bool*(EntityAction*)", "Iterable(_TableElementRow)", "OutlinedButton*(EntityAction*)", "PopupMenuButton*(BuildContext*,int*)", "RenderBox(Element0)", "List(_TableElementRow)", "~([Duration?])", "TextButton*(String*)", "@(Store*)", "Container*(BuildContext*,Store*)", "LoginView*(BuildContext*,LoginVM*)", "~({context:BuildContext*,isSignUp:bool*})", "Future*(BuildContext*,Completer*{oneTimePassword:String*,secret:String*,url:String*})", "~(DragStartDetails,DragUpdateDetails)", "Future*(BuildContext*,Completer*)", "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*})", "_TransparentTapGestureRecognizer()", "EntityList*(BuildContext*,ClientListVM*)", "ClientListItem*(BuildContext*,int*)", "~(_TransparentTapGestureRecognizer)", "ClientPdfVM*(Store*)", "ClientPdfView*(BuildContext*,ClientPdfVM*)", "ForcePressGestureRecognizer()", "ClientScreen*(BuildContext*,ClientScreenVM*)", "ContactEditDetails*(BuildContext*)", "ContactListTile0*(ContactEntity*)", "ClientEditContactsVM*(Store*)", "ClientEditContacts*(BuildContext*,ClientEditContactsVM*)", "Null(ContactEntity*,int*)", "ClientEditVM*(Store*)", "ClientEdit*(BuildContext*,ClientEditVM*)", "@(ClientEntity*)", "~(ForcePressGestureRecognizer)", "CacheInfoRepository(bool)", "Future<~>(CacheObject?)", "List(List)", "Widget(Color)", "Widget(Color[bool?,Function?])", "bool*(LedgerEntity*)", "Null(GatewayTokenEntity*)", "TokenMeta*(GatewayTokenEntity*)", "ClientViewVM*(Store*)", "ClientView*(BuildContext*,ClientViewVM*)", "SynchronousFuture()", "@(Object)", "@(NumberFormat)", "CompanyGatewayListItem*(String*)", "CompanyGatewayList*(BuildContext*,CompanyGatewayListVM*)", "CompanyGatewayScreen*(BuildContext*,CompanyGatewayScreenVM*)", "~(FileNode)", "GatewayConfigField*(String*)", "NumberFormat()", "CompanyGatewayEditVM*(Store*)", "CompanyGatewayEdit*(BuildContext*,CompanyGatewayEditVM*)", "CompanyGatewayViewVM*(Store*)", "CompanyGatewayView*(BuildContext*,CompanyGatewayViewVM*)", "SynchronousFuture()", "EmailCreditVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailCreditVM*)", "~(String,Map)", "EntityList*(BuildContext*,CreditListVM*)", "CreditListItem*(BuildContext*,int*)", "CreditPdfVM*(Store*)", "InvoicePdfView*(BuildContext*,CreditPdfVM*)", "CreditScreen*(BuildContext*,CreditScreenVM*)", "~(Object,StackTrace,Object?)", "Future<~>(AnimationStatus)", "Animation0(int)", "CreditEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,CreditEditDetailsVM*)", "SlideTransition(int)", "IgnorePointer(BuildContext)", "~(ToastFuture)", "CreditEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,CreditEditItemsVM*)", "FileNode(FileNode)", "CreditEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,CreditEditNotesVM*)", "CreditEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,CreditEditPDFVM*)", "CreditEditVM*(Store*)", "CreditEdit*(BuildContext*,CreditEditVM*)", "@(StackTrace)", "~(Node0)", "CreditViewVM*(Store*)", "InvoiceView*(BuildContext*,CreditViewVM*)", "Node0?(DirectoryNode,String,Node0?,int,int)", "Positioned*(BuildContext*)", "~(SelectionModel<@>*)", "bool*(SeriesDatum<@>*)", "Null(SeriesDatum<@>*)", "InkWell*(ChartDataGroup*)", "Object()", "bool*(Element0*)", "bool*(bool*,StopSaving*)", "DropdownMenuItem*(DateRangeComparison*)", "Null(DateRangeComparison*)", "DateRangeComparison*()", "DashboardDateRangePicker*(BuildContext*)", "Material*(BuildContext*,BoxConstraints*)", "List*>*(BuildContext*)", "PopupMenuItem*(DateRange*)", "GoogleSignInAccount?/(~)", "Null(ChartDataGroup*)", "~(File,Uint8List?,String?,Stream>?)", "GoogleSignInTokenData(Map?)", "Null(GoogleAuth)", "SettingsWizard*(BuildContext*)", "Null(GoogleAuthInitFailureError)", "Widget*(BuildContext*,DashboardVM*)", "@(DashboardSettings*)", "Null(EntityType*,List*)", "bool(String,String)", "int(String)", "~(File)", "String(List)", "MediaType()", "EntityList*(BuildContext*,DesignListVM*)", "DesignListItem*(BuildContext*,int*)", "DesignScreen*(BuildContext*,DesignScreenVM*)", "~(DesignEntity*)", "XFile(File)", "List(String)", "Future*(Response*)", "DesignEditVM*(Store*)", "DesignEdit*(BuildContext*,DesignEditVM*)", "DesignViewVM*(Store*)", "DesignView*(BuildContext*,DesignViewVM*)", "EntityList*(BuildContext*,DocumentListVM*)", "DocumentListItem*(BuildContext*,int*)", "DocumentScreen*(BuildContext*,DocumentScreenVM*)", "RegExp()", "DocumentEditVM*(Store*)", "DocumentEdit*(BuildContext*,DocumentEditVM*)", "DocumentViewVM*(Store*)", "DocumentView*(BuildContext*,DocumentViewVM*)", "DateTime(int,int,int,int,int,int,int,bool)", "bool(_DateFormatField)", "_DateFormatQuotedField(String,DateFormat)", "_DateFormatPatternField(String,DateFormat)", "ExpenseEditVM*(Store*)", "ExpenseEdit*(BuildContext*,ExpenseEditVM*)", "EntityList*(BuildContext*,ExpenseListVM*)", "_DateFormatLiteralField(String,DateFormat)", "TickerFuture({from:double?})", "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*(ContactEntity*,ContactEntity*)", "_ContactListTile*(ContactEntity*)", "InvoiceEditContactsVM*(Store*)", "InvoiceEditContacts*(BuildContext*,InvoiceEditContactsVM*)", "Null(InvitationEntity*)", "String?(NumberSymbols)", "String(NumberSymbols)", "Null(PdfDocument*)", "~(_AnimationDirection)", "InvoiceEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,InvoiceEditDetailsVM*)", "ItemEditDetails*(BuildContext*)", "Future*(Duration*)", "Padding*(BuildContext*,int*)", "StackTrace()", "~([Object?])", "String(String,Color)", "@(~(AnimationStatus))", "~(AnimationStatus)()", "~(Iterable)", "Null(String*,GatewayOptionsEntity*)", "InvoiceEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,InvoiceEditItemsVM*)", "InvoiceEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,InvoiceEditNotesVM*)", "InvoiceEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,InvoiceEditPDFVM*)", "InvoiceEditVM*(Store*)", "InvoiceEdit*(BuildContext*,InvoiceEditVM*)", "_Future<@>(@)", "EmailInvoiceVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailInvoiceVM*)", "EntityList*(BuildContext*,InvoiceListVM*)", "InvoicePdfVM*(Store*)", "InvoicePdfView*(BuildContext*,InvoicePdfVM*)", "_ButtonSanitizer()", "InvoiceScreen*(BuildContext*,InvoiceScreenVM*)", "Future(@)", "_InvitationListTile*(InvitationEntity*)", "@(DocumentEntity*)", "int*(ActivityEntity*,ActivityEntity*)", "TargetPlatform?()", "InvoiceItemListTile*(BuildContext*)", "Widget*(String*,double*)", "Null(String*,double*)", "Padding*(InvoiceScheduleEntity*)", "InvoiceViewVM*(Store*)", "InvoiceView*(BuildContext*,InvoiceViewVM*)", "Null(BuildContext*,DocumentEntity*)", "TargetPlatform()", "bool(DiagnosticsNode?)", "PaymentEditVM*(Store*)", "PaymentEdit*(BuildContext*,PaymentEditVM*)", "InvitationEntity*(InvitationEntity*)", "EntityList*(BuildContext*,PaymentListVM*)", "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*)", "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*)", "InvoiceHistoryEntity*(ActivityEntity*)", "ClientReportFields*(String*)", "bool*(ClientReportFields*)", "bool(StackFrame)", "double*(double*,double*)", "ContactReportFields*(String*)", "bool*(ContactReportFields*)", "Map*()", "ErrorDescription(String)", "CreditReportFields*(String*)", "bool*(CreditReportFields*)", "String(DiagnosticsNode)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*)", "DocumentReportFields*(String*)", "bool*(DocumentReportFields*)", "List*(BaseEntity*,DocumentEntity*)", "Null(String*,ProductEntity*)", "~(@,StackTrace)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ExpenseReportFields*(String*)", "bool*(ExpenseReportFields*)", "@(Map)", "Map()", "InvoiceItemReportFields*(String*)", "bool*(InvoiceItemReportFields*)", "String?(String)", "InvoiceReportFields*(String*)", "bool*(InvoiceReportFields*)", "@(int)", "HttpRequest()", "TaxRateReportFields*(String*)", "bool*(TaxRateReportFields*)", "bool(DiagnosticsNode)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "PaymentReportFields*(String*)", "bool*(PaymentReportFields*)", "ListBuilder*()", "TaxRateReportFields0*(String*)", "bool*(TaxRateReportFields0*)", "LicenseParagraph()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ProductReportFields*(String*)", "bool*(ProductReportFields*)", "ListBuilder*()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ProfitAndLossReportFields*(String*)", "bool*(ProfitAndLossReportFields*)", "~(AbstractNode)", "QuoteItemReportFields*(String*)", "bool*(QuoteItemReportFields*)", "String(GestureArenaMember)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "QuoteReportFields*(String*)", "bool*(QuoteReportFields*)", "_GestureArena()", "~(PointerDataPacket)", "String*(@,int*)", "_PointerState()", "Null(String)", "DateTime*(@,int*)", "Expanded*(BuildContext*)", "Incrementable(SemanticsObject)", "Drag?()", "ReportColumnType*(String*)", "@(String*,String*)", "bool*(List*)", "String*(List*)", "ReportsScreen*(BuildContext*,ReportsScreenVM*)", "Null(String*,bool*)", "ListBuilder*()", "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*)", "~(_TapTracker)", "CheckboxListTile*(int*)", "bool*(CompanyEntityBuilder*)", "AccountManagement*(BuildContext*,AccountManagementVM*)", "Map<~(PointerEvent0),Matrix4?>()", "Null(BuildContext*,String*,String*)", "BuyNowButtons*(BuildContext*,BuyNowButtonsVM*)", "SwitchListTile*(RegistrationFieldEntity*)", "RegistrationFieldEntityBuilder*(RegistrationFieldEntityBuilder*)", "ClientPortal*(BuildContext*,ClientPortalVM*)", "~(~(PointerEvent0),Matrix4?)", "Row*(BuildContext*)", "CompanyDetails*(BuildContext*,CompanyDetailsVM*)", "CreditCardsAndBanks*(BuildContext*,CreditCardsAndBanksVM*)", "CustomFields*(BuildContext*,CustomFieldsVM*)", "DataVisualizations*(BuildContext*,DataVisualizationsVM*)", "Widget*(BuildContext*,AsyncSnapshot<@>*)", "ListTile*(BuildContext*)", "~(MapBuilder*)", "FormColorPicker*(String*)", "_CombiningGestureArenaMember()", "DeviceSettings*(BuildContext*,DeviceSettingsVM*)", "ListBuilder*()", "LicensePage(BuildContext)", "Future*(BuildContext*,String*)", "Null(BuildContext*,int*)", "Future*(BuildContext*,AppLayout*)", "Scrollable0(SemanticsObject)", "EmailSettings*(BuildContext*,EmailSettingsVM*)", "ListBuilder*()", "ExpenseSettings*(BuildContext*,ExpenseSettingsVM*)", "ListBuilder*()", "GeneratedNumbers*(BuildContext*,GeneratedNumbersVM*)", "Set*>*(PreImportResponse*)", "PreImportResponse*()", "~(ImportType*)", "ImportType*()", "ListBuilder*()", "DropdownMenuItem*(ImportType*)", "Text*(String*)", "ImportExport*(BuildContext*,ImportExportVM*)", "InvoiceDesign*(BuildContext*,InvoiceDesignVM*)", "Null(BuildContext*,List*)", "LocalizationSettings*(BuildContext*,LocalizationSettingsVM*)", "OnlinePayments*(BuildContext*,OnlinePaymentsVM*)", "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*)", "~(String,int)", "TemplatesAndReminders*(BuildContext*,TemplatesAndRemindersVM*)", "_EnableTwoFactor*(BuildContext*)", "ListBuilder*()", "UserDetails*(BuildContext*,UserDetailsVM*)", "@(UserEntity*)", "ListBuilder*()", "Future*(Object*)", "WorkflowSettings*(BuildContext*,WorkflowSettingsVM*)", "_LicenseData(_LicenseData,LicenseEntry)", "_LicenseData(_LicenseData)", "SubscriptionEditVM*(Store*)", "SubscriptionEdit*(BuildContext*,SubscriptionEditVM*)", "EntityList*(BuildContext*,SubscriptionListVM*)", "SubscriptionListItem*(BuildContext*,int*)", "SubscriptionScreen*(BuildContext*,SubscriptionScreenVM*)", "SubscriptionViewVM*(Store*)", "SubscriptionView*(BuildContext*,SubscriptionViewVM*)", "LayoutBuilder(BuildContext,AsyncSnapshot<_LicenseData>)", "StatefulWidget(BuildContext,BoxConstraints)", "TaskEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,TaskEditDetailsVM*)", "Center(BuildContext,int?,Widget?)", "TimeEditDetails*(BuildContext*)", "TaskTimeListTile*(TaskTime*)", "TaskEditTimesVM*(Store*)", "TaskEditTimes*(BuildContext*,TaskEditTimesVM*)", "TaskEditVM*(Store*)", "TaskEdit*(BuildContext*,TaskEditVM*)", "Null(PointerHoverEvent*)", "BoardList*(String*)", "Null(Completer*,String*)", "~(String[@])", "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*)", "bool*(VendorContactEntity*)", "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*)", "Null(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*)", "_PackageListTile(MapEntry)", "FieldConfirmation*(BuildContext*)", "Null(BuildContext*{currentLength:int*,isFocused:bool*,maxLength:int*})", "int(String,String)", "Localizations(BuildContext,int)", "IFrameElement*(int*)", "Null(Event*)", "Logger()", "Future()", "Future()", "Future()", "PhotoViewGalleryPageOptions(BuildContext,int)", "Widget(BuildContext,ImageChunkEvent?)", "FadeTransition(Widget,Animation0)", "Uint8List(@,@)", "Widget(BuildContext,Widget,ImageChunkEvent?)", "Offset(int)", "double(double,RenderBox)", "Widget(BuildContext,BoxValueConstraints)", "String(String?)", "LabelAndValue(SemanticsObject)", "StatelessWidget(BuildContext,AsyncSnapshot)", "PhotoViewGestureRecognizer()", "~(PhotoViewGestureRecognizer)", "~(@,StackTrace?)", "List>(NavigatorState,String)", "@(QrCode)", "QrCode()", "@(Object?,@,@(@))", "AnimatedSwitcher(BuildContext,AsyncSnapshot)", "Null(Object,StackTrace?)", "MaterialPageRoute<~>(RouteSettings)", "Future>()", "MapEntry(String,@)", "String?()", "int(_Line)", "BlockSemantics(BuildContext)", "Uri?(_Line)", "Uri?(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(List<_Highlight>)", "SourceSpanWithContext()", "WillPopScope(BuildContext)", "int(int,Object)", "~(HtmlElement)", "String?(Match)", "~(Zone?,ZoneDelegate?,Zone,Object,StackTrace)", "0^(Zone?,ZoneDelegate?,Zone,0^())", "0^(Zone?,ZoneDelegate?,Zone,0^(1^),1^)", "0^(Zone?,ZoneDelegate?,Zone,0^(1^,2^),1^,2^)", "0^()(Zone,ZoneDelegate,Zone,0^())", "0^(1^)(Zone,ZoneDelegate,Zone,0^(1^))", "0^(1^,2^)(Zone,ZoneDelegate,Zone,0^(1^,2^))", "AsyncError?(Zone,ZoneDelegate,Zone,Object,StackTrace?)", "~(Zone?,ZoneDelegate?,Zone,~())", "Timer(Zone,ZoneDelegate,Zone,Duration,~())", "Timer(Zone,ZoneDelegate,Zone,Duration,~(Timer))", "~(Zone,ZoneDelegate,Zone,String)", "Zone(Zone?,ZoneDelegate?,Zone,ZoneSpecification?,Map?)", "int(Comparable<@>,Comparable<@>)", "List(BuildContext,_ActionLevel)", "0^(0^,0^)", "Size?(Size?,Size?,double)", "double?(num?,num?,double)", "Color?(Color?,Color?,double)", "~(String,FileSystemOp)", "~(FlutterErrorDetails)", "~(FlutterErrorDetails{forceReport:bool})", "DiagnosticsNode(String)", "StackFrame?(String)", "double(double,double,double)", "Widget(BuildContext,Animation0,Animation0,Widget)", "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)", "List>(NavigatorState,String)", "int(Widget,int)", "Iterable(Iterable)", "Widget(BuildContext,List,Widget(Color))", "Widget(Color,bool,~())", "Store<0^>(Store<0^>)", "AnimatedSwitcher(BuildContext,Object?,Widget?)", "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*)", "ListBuilder*()", "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*)", "~(Blob?)", "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*)", "ListBuilder*()", "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*)", "ListBuilder*()", "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*)", "ListBuilder*()", "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*)", "ListBuilder*()", "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*,ReverseInvoicesSuccess*)", "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*)", "MouseRegion(BuildContext,ScrollController)", "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*)", "ListBuilder*>*()", "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*)", "ListBuilder*()", "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*)", "ListBuilder*()", "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*,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*,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*)", "ListBuilder*()", "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*)", "MapBuilder*>*()", "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*,DeleteTaskSuccess*)", "TaskState*(TaskState*,RestoreTaskSuccess*)", "TaskState*(TaskState*,AddTaskSuccess*)", "TaskState*(TaskState*,SaveTaskSuccess*)", "TaskState*(TaskState*,LoadTaskSuccess*)", "TaskState*(TaskState*,LoadTasksSuccess*)", "TaskState*(TaskState*,LoadCompanySuccess*)", "MapBuilder*()", "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*)", "MapBuilder*()", "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*)", "MapBuilder*()", "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*)", "MaterialRectArcTween(Rect?,Rect?)", "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*,@)", "MapBuilder*()", "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*)", "MapBuilder*()", "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*)", "QuoteListVM*(Store*)", "QuoteScreenVM*(Store*)", "RecurringExpenseListVM*(Store*)", "RecurringExpenseScreenVM*(Store*)", "RecurringInvoiceListVM*(Store*)", "RecurringInvoiceScreenVM*(Store*)", "ReportsScreenVM*(Store*)", "AccountManagementVM*(Store*)", "BuyNowButtonsVM*(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*)", "OnlinePaymentsVM*(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(PdfPage)", "PhotoViewGalleryPageOptions(Future,int,PdfDocument)", "Future()", "PhotoViewScaleState(PhotoViewScaleState)", "Future<1^>(1^/(0^),0^{debugLabel:String?})", "~(String?{wrapWidth:int?})", "MapBuilder*()", "GoogleSignInUserData?(Map?)", "bool*(bool*,StartLoading*)", "bool*(bool*,StopLoading*)", "bool*(bool*,StartSaving*)", "DateRange*()"], interceptorsByTag: null, leafTags: null, arrayRti: typeof Symbol == "function" && typeof Symbol() == "symbol" ? Symbol("$ti") : "$ti" }; - H._Universe_addRules(init.typeUniverse, JSON.parse('{"CanvasKit":"JavaScriptObject","SkFontSlant":"JavaScriptObject","SkFontWeight":"JavaScriptObject","SkTextDirection":"JavaScriptObject","SkTextAlign":"JavaScriptObject","SkRectHeightStyle":"JavaScriptObject","SkRectWidthStyle":"JavaScriptObject","SkClipOp":"JavaScriptObject","SkFillType":"JavaScriptObject","SkBlurStyle":"JavaScriptObject","SkStrokeCap":"JavaScriptObject","SkPaintStyle":"JavaScriptObject","SkBlendMode":"JavaScriptObject","SkStrokeJoin":"JavaScriptObject","SkFilterQuality":"JavaScriptObject","SkTileMode":"JavaScriptObject","SkAnimatedImage":"JavaScriptObject","SkImage":"JavaScriptObject","SkShader":"JavaScriptObject","SkPaint":"JavaScriptObject","SkMaskFilter":"JavaScriptObject","SkColorFilter":"JavaScriptObject","SkPath":"JavaScriptObject","SkPicture":"JavaScriptObject","SkTextStyle":"JavaScriptObject","SkTextDecorationStyle":"JavaScriptObject","SkTextBaseline":"JavaScriptObject","SkTextShadow":"JavaScriptObject","SkFontFeature":"JavaScriptObject","SkTypeface":"JavaScriptObject","SkParagraph":"JavaScriptObject","SkDeletable":"JavaScriptObject","JsUrlStrategy":"JavaScriptObject","CanvasKitInitOptions":"JavaScriptObject","CanvasKitInitPromise":"JavaScriptObject","ColorSpace":"JavaScriptObject","SkWebGLContextOptions":"JavaScriptObject","SkSurface":"JavaScriptObject","SkGrContext":"JavaScriptObject","SkFontSlantEnum":"JavaScriptObject","SkFontWeightEnum":"JavaScriptObject","SkAffinityEnum":"JavaScriptObject","SkAffinity":"JavaScriptObject","SkTextDirectionEnum":"JavaScriptObject","SkTextAlignEnum":"JavaScriptObject","SkRectHeightStyleEnum":"JavaScriptObject","SkRectWidthStyleEnum":"JavaScriptObject","SkVertexModeEnum":"JavaScriptObject","SkVertexMode":"JavaScriptObject","SkPointModeEnum":"JavaScriptObject","SkPointMode":"JavaScriptObject","SkClipOpEnum":"JavaScriptObject","SkFillTypeEnum":"JavaScriptObject","SkPathOpEnum":"JavaScriptObject","SkPathOp":"JavaScriptObject","SkBlurStyleEnum":"JavaScriptObject","SkStrokeCapEnum":"JavaScriptObject","SkPaintStyleEnum":"JavaScriptObject","SkBlendModeEnum":"JavaScriptObject","SkStrokeJoinEnum":"JavaScriptObject","SkFilterQualityEnum":"JavaScriptObject","SkTileModeEnum":"JavaScriptObject","SkFilterModeEnum":"JavaScriptObject","SkFilterMode":"JavaScriptObject","SkMipmapModeEnum":"JavaScriptObject","SkMipmapMode":"JavaScriptObject","SkAlphaTypeEnum":"JavaScriptObject","SkAlphaType":"JavaScriptObject","SkColorTypeEnum":"JavaScriptObject","SkColorType":"JavaScriptObject","SkShaderNamespace":"JavaScriptObject","SkMaskFilterNamespace":"JavaScriptObject","SkColorFilterNamespace":"JavaScriptObject","SkImageFilterNamespace":"JavaScriptObject","SkImageFilter":"JavaScriptObject","SkPathNamespace":"JavaScriptObject","_NativeFloat32ArrayType":"JavaScriptObject","SkFloat32List":"JavaScriptObject","SkContourMeasureIter":"JavaScriptObject","SkContourMeasure":"JavaScriptObject","SkPictureRecorder":"JavaScriptObject","SkCanvas":"JavaScriptObject","SkParagraphBuilderNamespace":"JavaScriptObject","SkParagraphBuilder":"JavaScriptObject","SkParagraphStyle":"JavaScriptObject","SkParagraphStyleProperties":"JavaScriptObject","SkTextDecorationStyleEnum":"JavaScriptObject","SkTextBaselineEnum":"JavaScriptObject","SkPlaceholderAlignmentEnum":"JavaScriptObject","SkPlaceholderAlignment":"JavaScriptObject","SkTextStyleProperties":"JavaScriptObject","SkStrutStyleProperties":"JavaScriptObject","SkFontStyle":"JavaScriptObject","SkFont":"JavaScriptObject","SkFontMgr":"JavaScriptObject","TypefaceFontProvider":"JavaScriptObject","SkLineMetrics":"JavaScriptObject","SkTextPosition":"JavaScriptObject","SkTextRange":"JavaScriptObject","SkVertices":"JavaScriptObject","SkTonalColors":"JavaScriptObject","SkFontMgrNamespace":"JavaScriptObject","TypefaceFontProviderNamespace":"JavaScriptObject","JsConstructor":"JavaScriptObject","SkObjectFinalizationRegistry":"JavaScriptObject","SkData":"JavaScriptObject","SkImageInfo":"JavaScriptObject","PlainJavaScriptObject":"JavaScriptObject","UnknownJavaScriptObject":"JavaScriptObject","JavaScriptFunction":"JavaScriptObject","JsUrlStrategy0":"JavaScriptObject","LoadConfig":"JavaScriptObject","GoogleAuthInitFailureError":"JavaScriptObject","GoogleAuth":"JavaScriptObject","GoogleUser":"JavaScriptObject","GoogleAuthSignInError":"JavaScriptObject","OfflineAccessResponse":"JavaScriptObject","_GoogleAuth":"JavaScriptObject","IsSignedIn":"JavaScriptObject","CurrentUser":"JavaScriptObject","SigninOptions":"JavaScriptObject","OfflineAccessOptions":"JavaScriptObject","ClientConfig":"JavaScriptObject","SigninOptionsBuilder":"JavaScriptObject","BasicProfile":"JavaScriptObject","AuthResponse":"JavaScriptObject","AuthorizeConfig":"JavaScriptObject","AuthorizeResponse":"JavaScriptObject","_GoogleUser":"JavaScriptObject","Promise":"JavaScriptObject","PdfJsDoc":"JavaScriptObject","PdfJsPage":"JavaScriptObject","PdfJs":"JavaScriptObject","Settings":"JavaScriptObject","PdfJsDocLoader":"JavaScriptObject","PdfJsViewport":"JavaScriptObject","PdfJsRender":"JavaScriptObject","AnimationEvent":"Event","AudioContext":"BaseAudioContext","AbsoluteOrientationSensor":"EventTarget","OrientationSensor":"EventTarget","Sensor":"EventTarget","AnimateElement":"SvgElement","AnimationElement":"SvgElement","AElement":"GraphicsElement","_ResourceProgressEvent":"ProgressEvent","BRElement":"HtmlElement","ShadowRoot":"Node","DocumentFragment":"Node","XmlDocument":"Document0","CompositionEvent":"UIEvent","AbortPaymentEvent":"ExtendableEvent","DedicatedWorkerGlobalScope":"WorkerGlobalScope","CDataSection":"CharacterData","Text0":"CharacterData","MidiInput":"MidiPort","HttpRequestUpload":"HttpRequestEventTarget","HtmlFormControlsCollection":"HtmlCollection","CssCharsetRule":"CssRule","CanvasCaptureMediaStreamTrack":"MediaStreamTrack","BackgroundFetchClickEvent":"BackgroundFetchEvent","AudioElement":"MediaElement","ManagedSkiaObject":{"SkiaObject":["1"]},"PersistedContainerSurface":{"PersistedSurface":[]},"Checkable":{"RoleManager":[]},"ImageRoleManager":{"RoleManager":[]},"Incrementable":{"RoleManager":[]},"LabelAndValue":{"RoleManager":[]},"LiveRegion":{"RoleManager":[]},"Scrollable0":{"RoleManager":[]},"Tappable":{"RoleManager":[]},"TextField0":{"RoleManager":[]},"AssetManagerException":{"Exception":[]},"RecordingCkCanvas":{"CkCanvas":[]},"CkClearCommand":{"CkPaintCommand":[]},"CkSaveCommand":{"CkPaintCommand":[]},"CkRestoreCommand":{"CkPaintCommand":[]},"CkRestoreToCountCommand":{"CkPaintCommand":[]},"CkTranslateCommand":{"CkPaintCommand":[]},"CkScaleCommand":{"CkPaintCommand":[]},"CkRotateCommand":{"CkPaintCommand":[]},"CkTransformCommand":{"CkPaintCommand":[]},"CkClipRectCommand":{"CkPaintCommand":[]},"CkDrawArcCommand":{"CkPaintCommand":[]},"CkClipRRectCommand":{"CkPaintCommand":[]},"CkClipPathCommand":{"CkPaintCommand":[]},"CkDrawLineCommand":{"CkPaintCommand":[]},"CkDrawPaintCommand":{"CkPaintCommand":[]},"CkDrawRectCommand":{"CkPaintCommand":[]},"CkDrawRRectCommand":{"CkPaintCommand":[]},"CkDrawDRRectCommand":{"CkPaintCommand":[]},"CkDrawCircleCommand":{"CkPaintCommand":[]},"CkDrawPathCommand":{"CkPaintCommand":[]},"CkDrawShadowCommand":{"CkPaintCommand":[]},"CkDrawImageRectCommand":{"CkPaintCommand":[]},"CkDrawParagraphCommand":{"CkPaintCommand":[]},"CkDrawPictureCommand":{"CkPaintCommand":[]},"CkSaveLayerCommand":{"CkPaintCommand":[]},"SkiaObjectCollectionError":{"Error":[]},"_ManagedSkColorFilter":{"ManagedSkiaObject":["SkColorFilter"],"SkiaObject":["SkColorFilter"]},"MutatorsStack":{"Iterable":["Mutator"],"Iterable.E":"Mutator"},"ImageCodecException":{"Exception":[]},"CkAnimatedImage":{"ManagedSkiaObject":["SkAnimatedImage"],"SkiaObject":["SkAnimatedImage"],"Codec":[]},"AnimatedImageFrameInfo":{"FrameInfo":[]},"ContainerLayer":{"Layer":[]},"RootLayer":{"Layer":[]},"ClipPathEngineLayer":{"Layer":[],"ClipPathEngineLayer0":[]},"ClipRectEngineLayer":{"Layer":[],"ClipRectEngineLayer0":[]},"ClipRRectEngineLayer":{"Layer":[],"ClipRRectEngineLayer0":[]},"OpacityEngineLayer":{"Layer":[],"OpacityEngineLayer0":[]},"TransformEngineLayer":{"Layer":[],"TransformEngineLayer0":[]},"OffsetEngineLayer":{"Layer":[],"TransformEngineLayer0":[],"OffsetEngineLayer0":[]},"PictureLayer0":{"Layer":[]},"PhysicalShapeEngineLayer":{"Layer":[],"PhysicalShapeEngineLayer0":[]},"PlatformViewLayer0":{"Layer":[]},"CkMaskFilter":{"ManagedSkiaObject":["SkMaskFilter"],"SkiaObject":["SkMaskFilter"]},"CkPaint":{"ManagedSkiaObject":["SkPaint"],"SkiaObject":["SkPaint"],"Paint":[]},"CkPath":{"ManagedSkiaObject":["SkPath"],"SkiaObject":["SkPath"],"Path":[]},"CkPicture":{"ManagedSkiaObject":["SkPicture"],"SkiaObject":["SkPicture"]},"CkShader":{"ManagedSkiaObject":["SkShader"],"SkiaObject":["SkShader"]},"CkGradientLinear":{"CkShader":[],"ManagedSkiaObject":["SkShader"],"SkiaObject":["SkShader"]},"SkiaObjectBox":{"SkiaObject":["2"]},"CkParagraph":{"ManagedSkiaObject":["SkParagraph"],"SkiaObject":["SkParagraph"]},"CanvasKitError":{"Error":[]},"PersistedClipRect":{"PersistedContainerSurface":[],"PersistedSurface":[],"ClipRectEngineLayer0":[]},"PersistedClipRRect":{"PersistedContainerSurface":[],"PersistedSurface":[],"ClipRRectEngineLayer0":[]},"PersistedPhysicalShape":{"PersistedContainerSurface":[],"PersistedSurface":[],"PhysicalShapeEngineLayer0":[]},"PersistedClipPath":{"PersistedContainerSurface":[],"PersistedSurface":[],"ClipPathEngineLayer0":[]},"PersistedOffset":{"PersistedContainerSurface":[],"PersistedSurface":[],"OffsetEngineLayer0":[]},"PersistedOpacity":{"PersistedContainerSurface":[],"PersistedSurface":[],"OpacityEngineLayer0":[]},"SurfacePaint":{"Paint":[]},"SurfacePath":{"Path":[]},"PersistedPicture":{"PersistedSurface":[]},"PersistedPlatformView":{"PersistedSurface":[]},"DrawCommand":{"PaintCommand":[]},"PaintSave":{"PaintCommand":[]},"PaintRestore":{"PaintCommand":[]},"PaintTranslate":{"PaintCommand":[]},"PaintScale":{"PaintCommand":[]},"PaintRotate":{"PaintCommand":[]},"PaintTransform":{"PaintCommand":[]},"PaintClipRect":{"PaintCommand":[]},"PaintClipRRect":{"PaintCommand":[]},"PaintClipPath":{"PaintCommand":[]},"PaintDrawLine":{"PaintCommand":[]},"PaintDrawRect":{"PaintCommand":[]},"PaintDrawRRect":{"PaintCommand":[]},"PaintDrawDRRect":{"PaintCommand":[]},"PaintDrawCircle":{"PaintCommand":[]},"PaintDrawPath":{"PaintCommand":[]},"PaintDrawShadow":{"PaintCommand":[]},"PaintDrawImageRect":{"PaintCommand":[]},"PaintDrawParagraph":{"PaintCommand":[]},"PersistedScene":{"PersistedContainerSurface":[],"PersistedSurface":[]},"GradientLinear":{"EngineGradient":[]},"PersistedLeafSurface":{"PersistedSurface":[]},"PersistedTransform":{"PersistedContainerSurface":[],"PersistedSurface":[],"TransformEngineLayer0":[]},"HtmlCodec":{"Codec":[]},"HtmlBlobCodec":{"Codec":[]},"SingleFrameInfo":{"FrameInfo":[]},"_TypedDataBuffer":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_IntBuffer":{"_TypedDataBuffer":["int"],"ListMixin":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"Uint8Buffer0":{"_TypedDataBuffer":["int"],"ListMixin":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int","_TypedDataBuffer.E":"int"},"CanvasParagraph":{"EngineParagraph":[]},"FlatTextSpan":{"ParagraphSpan":[]},"ChildStyleNode":{"StyleNode":[]},"RootStyleNode":{"StyleNode":[]},"SpanBox":{"RangeBox":[]},"DomParagraph":{"EngineParagraph":[]},"TextInputSetClient":{"TextInputCommand":[]},"TextInputUpdateConfig":{"TextInputCommand":[]},"TextInputSetEditingState":{"TextInputCommand":[]},"TextInputShow":{"TextInputCommand":[]},"TextInputSetEditableSizeAndTransform":{"TextInputCommand":[]},"TextInputSetStyle":{"TextInputCommand":[]},"TextInputClearClient":{"TextInputCommand":[]},"TextInputHide":{"TextInputCommand":[]},"TextInputSetMarkedTextRect":{"TextInputCommand":[]},"TextInputSetCaretRect":{"TextInputCommand":[]},"TextInputFinishAutofillContext":{"TextInputCommand":[]},"EngineFlutterWindow":{"FlutterWindow":[]},"EngineSingletonFlutterWindow":{"FlutterWindow":[]},"HttpException":{"Exception":[]},"JavaScriptObject":{"JSObject":[],"CanvasKit":[],"SkFontSlant":[],"SkFontWeight":[],"SkTextDirection":[],"SkTextAlign":[],"SkRectHeightStyle":[],"SkRectWidthStyle":[],"SkClipOp":[],"SkFillType":[],"SkBlurStyle":[],"SkStrokeCap":[],"SkPaintStyle":[],"SkBlendMode":[],"SkStrokeJoin":[],"SkFilterQuality":[],"SkTileMode":[],"SkAnimatedImage":[],"SkImage":[],"SkShader":[],"SkPaint":[],"SkMaskFilter":[],"SkColorFilter":[],"SkPath":[],"SkPicture":[],"SkTextStyle":[],"SkTextDecorationStyle":[],"SkTextBaseline":[],"SkTextShadow":[],"SkFontFeature":[],"SkTypeface":[],"SkParagraph":[],"SkDeletable":[],"JsUrlStrategy":[],"GoogleAuthInitFailureError":[],"GoogleAuthSignInError":[],"GoogleAuth":[],"GoogleUser":[],"PdfJsDoc":[],"PdfJsPage":[]},"JSBool":{"bool":[]},"JSNull":{"Null":[]},"JSArray":{"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"JSIndexable":["1"]},"JSUnmodifiableArray":{"JSArray":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"JSIndexable":["1"]},"JSNumber":{"double":[],"num":[],"Comparable":["num"]},"JSInt":{"double":[],"int":[],"num":[],"Comparable":["num"]},"JSNumNotInt":{"double":[],"num":[],"Comparable":["num"]},"JSString":{"String":[],"Comparable":["String"],"Pattern":[],"JSIndexable":["@"]},"EfficientLengthIterable":{"Iterable":["1"]},"_CastIterableBase":{"Iterable":["2"]},"CastIterable":{"_CastIterableBase":["1","2"],"Iterable":["2"],"Iterable.E":"2"},"_EfficientLengthCastIterable":{"CastIterable":["1","2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"_CastListBase":{"ListMixin":["2"],"List":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"]},"CastList":{"_CastListBase":["1","2"],"ListMixin":["2"],"List":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"ListMixin.E":"2","Iterable.E":"2"},"CastMap":{"MapMixin":["3","4"],"Map":["3","4"],"MapMixin.K":"3","MapMixin.V":"4"},"LateError":{"Error":[]},"ReachabilityError":{"Error":[]},"CodeUnits":{"ListMixin":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NotNullableError":{"Error":[]},"ListIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"SubListIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"MappedIterable":{"Iterable":["2"],"Iterable.E":"2"},"EfficientLengthMappedIterable":{"MappedIterable":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"MappedListIterable":{"ListIterable":["2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2","ListIterable.E":"2"},"WhereIterable":{"Iterable":["1"],"Iterable.E":"1"},"ExpandIterable":{"Iterable":["2"],"Iterable.E":"2"},"TakeIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthTakeIterable":{"TakeIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"SkipIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthSkipIterable":{"SkipIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"SkipWhileIterable":{"Iterable":["1"],"Iterable.E":"1"},"EmptyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"FollowedByIterable":{"Iterable":["1"],"Iterable.E":"1"},"WhereTypeIterable":{"Iterable":["1"],"Iterable.E":"1"},"UnmodifiableListBase":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_ListIndicesIterable":{"ListIterable":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"Iterable.E":"int","ListIterable.E":"int"},"ListMapView":{"MapMixin":["int","1"],"_UnmodifiableMapMixin":["int","1"],"Map":["int","1"],"MapMixin.K":"int","MapMixin.V":"1"},"ReversedListIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"Symbol":{"Symbol0":[]},"ConstantMapView":{"UnmodifiableMapView":["1","2"],"MapView":["1","2"],"_UnmodifiableMapMixin":["1","2"],"Map":["1","2"]},"ConstantMap":{"Map":["1","2"]},"ConstantStringMap":{"ConstantMap":["1","2"],"Map":["1","2"]},"_ConstantMapKeyIterable":{"Iterable":["1"],"Iterable.E":"1"},"GeneralConstantMap":{"ConstantMap":["1","2"],"Map":["1","2"]},"Instantiation":{"Function":[]},"Instantiation1":{"Function":[]},"NullError":{"NoSuchMethodError":[],"Error":[]},"JsNoSuchMethodError":{"NoSuchMethodError":[],"Error":[]},"UnknownJsTypeError":{"Error":[]},"NullThrownFromJavaScriptException":{"Exception":[]},"_StackTrace":{"StackTrace":[]},"Closure":{"Function":[]},"TearOffClosure":{"Function":[]},"StaticClosure":{"Function":[]},"BoundClosure":{"Function":[]},"RuntimeError":{"Error":[]},"_AssertionError":{"AssertionError":[],"Error":[]},"_UnreachableError":{"AssertionError":[],"Error":[]},"JsLinkedHashMap":{"MapMixin":["1","2"],"LinkedHashMap":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"LinkedHashMapKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"JSSyntaxRegExp":{"RegExp":[],"Pattern":[]},"_MatchImplementation":{"RegExpMatch":[],"Match":[]},"_AllMatchesIterable":{"Iterable":["RegExpMatch"],"Iterable.E":"RegExpMatch"},"StringMatch":{"Match":[]},"_StringAllMatchesIterable":{"Iterable":["Match"],"Iterable.E":"Match"},"NativeByteBuffer":{"ByteBuffer":[]},"NativeTypedData":{"TypedData":[]},"NativeByteData":{"NativeTypedData":[],"ByteData":[],"TypedData":[]},"NativeTypedArray":{"JavaScriptIndexingBehavior":["1"],"NativeTypedData":[],"TypedData":[],"JSIndexable":["1"]},"NativeTypedArrayOfDouble":{"ListMixin":["double"],"JavaScriptIndexingBehavior":["double"],"List":["double"],"NativeTypedData":[],"EfficientLengthIterable":["double"],"TypedData":[],"JSIndexable":["double"],"Iterable":["double"]},"NativeTypedArrayOfInt":{"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"NativeTypedData":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"]},"NativeFloat32List":{"NativeTypedArrayOfDouble":[],"ListMixin":["double"],"JavaScriptIndexingBehavior":["double"],"List":["double"],"NativeTypedData":[],"EfficientLengthIterable":["double"],"TypedData":[],"JSIndexable":["double"],"Iterable":["double"],"ListMixin.E":"double"},"NativeFloat64List":{"NativeTypedArrayOfDouble":[],"ListMixin":["double"],"Float64List":[],"JavaScriptIndexingBehavior":["double"],"List":["double"],"NativeTypedData":[],"EfficientLengthIterable":["double"],"TypedData":[],"JSIndexable":["double"],"Iterable":["double"],"ListMixin.E":"double"},"NativeInt16List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"NativeTypedData":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeInt32List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"Int32List":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"NativeTypedData":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeInt8List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"NativeTypedData":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint16List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"NativeTypedData":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint32List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"NativeTypedData":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint8ClampedList":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"NativeTypedData":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint8List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"Uint8List":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"NativeTypedData":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"_Type":{"Type":[]},"_Error":{"Error":[]},"_TypeError":{"Error":[]},"AsyncError":{"Error":[]},"_Future":{"Future":["1"]},"StreamView":{"Stream":["1"]},"StreamController":{"EventSink":["1"]},"_BufferingStreamSubscription":{"StreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_BroadcastSubscriptionWrapper":{"StreamSubscription":["1"]},"_HandlerEventSink":{"EventSink":["1"]},"_TimerImpl":{"Timer":[]},"_AsyncAwaitCompleter":{"Completer":["1"]},"_SyncStarIterable":{"Iterable":["1"],"Iterable.E":"1"},"_BroadcastStream":{"_ControllerStream":["1"],"_StreamImpl":["1"],"Stream":["1"],"Stream.T":"1"},"_BroadcastSubscription":{"_ControllerSubscription":["1"],"_BufferingStreamSubscription":["1"],"StreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_BroadcastStreamController":{"StreamController":["1"],"EventSink":["1"]},"_SyncBroadcastStreamController":{"_BroadcastStreamController":["1"],"StreamController":["1"],"EventSink":["1"]},"_AsyncBroadcastStreamController":{"_BroadcastStreamController":["1"],"StreamController":["1"],"EventSink":["1"]},"_AsBroadcastStreamController":{"_SyncBroadcastStreamController":["1"],"_BroadcastStreamController":["1"],"StreamController":["1"],"EventSink":["1"]},"TimeoutException":{"Exception":[]},"_Completer":{"Completer":["1"]},"_AsyncCompleter":{"_Completer":["1"],"Completer":["1"]},"_SyncCompleter":{"_Completer":["1"],"Completer":["1"]},"_StreamController":{"StreamController":["1"],"EventSink":["1"]},"_AsyncStreamController":{"_AsyncStreamControllerDispatch":["1"],"_StreamController":["1"],"StreamController":["1"],"EventSink":["1"]},"_SyncStreamController":{"_StreamController":["1"],"StreamController":["1"],"EventSink":["1"]},"_ControllerStream":{"_StreamImpl":["1"],"Stream":["1"],"Stream.T":"1"},"_ControllerSubscription":{"_BufferingStreamSubscription":["1"],"StreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_StreamSinkWrapper0":{"EventSink":["1"]},"_StreamControllerAddStreamState":{"_AddStreamState":["1"]},"_StreamImpl":{"Stream":["1"]},"_GeneratedStreamImpl":{"_StreamImpl":["1"],"Stream":["1"],"Stream.T":"1"},"_DoneStreamSubscription":{"StreamSubscription":["1"]},"_AsBroadcastStream":{"Stream":["1"],"Stream.T":"1"},"_EmptyStream":{"Stream":["1"],"Stream.T":"1"},"_ForwardingStream":{"Stream":["2"]},"_ForwardingStreamSubscription":{"_BufferingStreamSubscription":["2"],"StreamSubscription":["2"],"_BufferingStreamSubscription.T":"2"},"_WhereStream":{"_ForwardingStream":["1","1"],"Stream":["1"],"Stream.T":"1","_ForwardingStream.T":"1","_ForwardingStream.S":"1"},"_MapStream":{"_ForwardingStream":["1","2"],"Stream":["2"],"Stream.T":"2","_ForwardingStream.T":"2","_ForwardingStream.S":"1"},"_EventSinkWrapper":{"EventSink":["1"]},"_SinkTransformerStreamSubscription":{"_BufferingStreamSubscription":["2"],"StreamSubscription":["2"],"_BufferingStreamSubscription.T":"2"},"_StreamSinkTransformer":{"StreamTransformerBase":["1","2"]},"_BoundSinkStream":{"Stream":["2"],"Stream.T":"2"},"_StreamHandlerTransformer":{"_StreamSinkTransformer":["1","2"],"StreamTransformerBase":["1","2"]},"_ZoneSpecification":{"ZoneSpecification":[]},"_ZoneDelegate":{"ZoneDelegate":[]},"_Zone":{"Zone":[]},"_CustomZone":{"Zone":[]},"_RootZone":{"Zone":[]},"DoubleLinkedQueueEntry":{"_DoubleLink":["DoubleLinkedQueueEntry<1>"]},"_SplayTreeMapNode":{"MapEntry":["1","2"]},"_HashMap":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_IdentityHashMap":{"_HashMap":["1","2"],"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_CustomHashMap":{"_HashMap":["1","2"],"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_HashMapKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"_LinkedIdentityHashMap":{"JsLinkedHashMap":["1","2"],"MapMixin":["1","2"],"LinkedHashMap":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_LinkedCustomHashMap":{"JsLinkedHashMap":["1","2"],"MapMixin":["1","2"],"LinkedHashMap":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_HashSet":{"_SetBase":["1"],"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"SetMixin.E":"1"},"_LinkedHashSet":{"_SetBase":["1"],"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"SetMixin.E":"1"},"UnmodifiableListView":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListMixin.E":"1"},"IterableBase":{"Iterable":["1"]},"LinkedList":{"Iterable":["1"],"Iterable.E":"1"},"ListBase":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"MapBase":{"MapMixin":["1","2"],"Map":["1","2"]},"MapMixin":{"Map":["1","2"]},"UnmodifiableMapBase":{"MapMixin":["1","2"],"_UnmodifiableMapMixin":["1","2"],"Map":["1","2"]},"_MapBaseValueIterable":{"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"MapView":{"Map":["1","2"]},"UnmodifiableMapView":{"MapView":["1","2"],"_UnmodifiableMapMixin":["1","2"],"Map":["1","2"]},"_DoubleLinkedQueueEntry":{"DoubleLinkedQueueEntry":["1"],"_DoubleLink":["DoubleLinkedQueueEntry<1>"]},"_DoubleLinkedQueueElement":{"_DoubleLinkedQueueEntry":["1"],"DoubleLinkedQueueEntry":["1"],"_DoubleLink":["DoubleLinkedQueueEntry<1>"],"_DoubleLink.0":"DoubleLinkedQueueEntry<1>"},"_DoubleLinkedQueueSentinel":{"_DoubleLinkedQueueEntry":["1"],"DoubleLinkedQueueEntry":["1"],"_DoubleLink":["DoubleLinkedQueueEntry<1>"],"_DoubleLink.0":"DoubleLinkedQueueEntry<1>"},"DoubleLinkedQueue":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"ListQueue":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"_SetBase":{"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_UnmodifiableSet":{"_SetBase":["1"],"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"SetMixin.E":"1"},"SplayTreeMap":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_SplayTreeKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"_SplayTreeValueIterable":{"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"_SplayTreeMapEntryIterable":{"EfficientLengthIterable":["MapEntry<1,2>"],"Iterable":["MapEntry<1,2>"],"Iterable.E":"MapEntry<1,2>"},"_SplayTreeKeyIterator":{"_SplayTreeIterator":["1","2","1"]},"_SplayTreeValueIterator":{"_SplayTreeIterator":["1","_SplayTreeMapNode<1,2>","2"]},"_SplayTreeMapEntryIterator":{"_SplayTreeIterator":["1","_SplayTreeMapNode<1,2>","MapEntry<1,2>"]},"SplayTreeSet":{"SetMixin":["1"],"Set":["1"],"IterableMixin":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"SetMixin.E":"1"},"Encoding":{"Codec0":["String","List"]},"_JsonMap":{"MapMixin":["String","@"],"Map":["String","@"],"MapMixin.K":"String","MapMixin.V":"@"},"_JsonMapKeyIterable":{"ListIterable":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"],"Iterable.E":"String","ListIterable.E":"String"},"AsciiCodec":{"Encoding":[],"Codec0":["String","List"]},"_UnicodeSubsetEncoder":{"Converter":["String","List"],"StreamTransformerBase":["String","List"]},"AsciiEncoder":{"Converter":["String","List"],"StreamTransformerBase":["String","List"]},"_UnicodeSubsetDecoder":{"Converter":["List","String"],"StreamTransformerBase":["List","String"]},"AsciiDecoder":{"Converter":["List","String"],"StreamTransformerBase":["List","String"]},"Base64Codec":{"Codec0":["List","String"]},"Base64Encoder":{"Converter":["List","String"],"StreamTransformerBase":["List","String"]},"Base64Decoder":{"Converter":["String","List"],"StreamTransformerBase":["String","List"]},"Converter":{"StreamTransformerBase":["1","2"]},"JsonUnsupportedObjectError":{"Error":[]},"JsonCyclicError":{"Error":[]},"JsonCodec":{"Codec0":["Object?","String"]},"JsonEncoder":{"Converter":["Object?","String"],"StreamTransformerBase":["Object?","String"]},"JsonDecoder":{"Converter":["String","Object?"],"StreamTransformerBase":["String","Object?"]},"Latin1Codec":{"Encoding":[],"Codec0":["String","List"]},"Latin1Encoder":{"Converter":["String","List"],"StreamTransformerBase":["String","List"]},"Latin1Decoder":{"Converter":["List","String"],"StreamTransformerBase":["List","String"]},"Utf8Codec":{"Encoding":[],"Codec0":["String","List"]},"Utf8Encoder":{"Converter":["String","List"],"StreamTransformerBase":["String","List"]},"Utf8Decoder":{"Converter":["List","String"],"StreamTransformerBase":["List","String"]},"BigInt":{"Comparable":["BigInt"]},"DateTime":{"Comparable":["DateTime"]},"double":{"num":[],"Comparable":["num"]},"Duration":{"Comparable":["Duration"]},"int":{"num":[],"Comparable":["num"]},"List":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"num":{"Comparable":["num"]},"RegExp":{"Pattern":[]},"RegExpMatch":{"Match":[]},"Set":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"String":{"Comparable":["String"],"Pattern":[]},"_BigIntImpl":{"Comparable":["BigInt"]},"AssertionError":{"Error":[]},"TypeError":{"Error":[]},"NullThrownError":{"Error":[]},"ArgumentError":{"Error":[]},"RangeError":{"Error":[]},"IndexError":{"Error":[]},"NoSuchMethodError":{"Error":[]},"UnsupportedError":{"Error":[]},"UnimplementedError":{"Error":[]},"StateError":{"Error":[]},"ConcurrentModificationError":{"Error":[]},"OutOfMemoryError":{"Error":[]},"StackOverflowError":{"Error":[]},"CyclicInitializationError":{"Error":[]},"_Exception":{"Exception":[]},"FormatException":{"Exception":[]},"IntegerDivisionByZeroException":{"Exception":[]},"_GeneratorIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"_StringStackTrace":{"StackTrace":[]},"Runes":{"Iterable":["int"],"Iterable.E":"int"},"_Uri":{"Uri":[]},"_SimpleUri":{"Uri":[]},"_DataUri":{"Uri":[]},"HtmlElement":{"Element":[],"Node":[],"EventTarget":[]},"BeforeUnloadEvent":{"Event":[]},"CanvasElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"Element":{"Node":[],"EventTarget":[]},"File":{"Blob":[]},"FormElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"HttpRequest":{"EventTarget":[]},"HttpRequestEventTarget":{"EventTarget":[]},"IFrameElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"KeyboardEvent":{"Event":[]},"MetaElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"MouseEvent":{"Event":[]},"Node":{"EventTarget":[]},"PointerEvent":{"MouseEvent":[],"Event":[]},"ProgressEvent":{"Event":[]},"SourceBuffer":{"EventTarget":[]},"TextTrack":{"EventTarget":[]},"TextTrackCue":{"EventTarget":[]},"TouchEvent":{"Event":[]},"UIEvent":{"Event":[]},"_Html5NodeValidator":{"NodeValidator":[]},"AnchorElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"Animation":{"EventTarget":[]},"AreaElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"BackgroundFetchEvent":{"Event":[]},"BackgroundFetchRegistration":{"EventTarget":[]},"BaseElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"BodyElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"BroadcastChannel":{"EventTarget":[]},"ButtonElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"CharacterData":{"Node":[],"EventTarget":[]},"CssKeyframesRule":{"CssRule":[]},"CssStyleSheet":{"StyleSheet":[]},"DataElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"DivElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"Document0":{"Node":[],"EventTarget":[]},"DomRectList":{"ListMixin":["Rectangle"],"ImmutableListMixin":["Rectangle"],"List":["Rectangle"],"JavaScriptIndexingBehavior":["Rectangle"],"EfficientLengthIterable":["Rectangle"],"Iterable":["Rectangle"],"JSIndexable":["Rectangle"],"ListMixin.E":"Rectangle","ImmutableListMixin.E":"Rectangle"},"DomRectReadOnly":{"Rectangle":["num"]},"DomStringList":{"ListMixin":["String"],"ImmutableListMixin":["String"],"List":["String"],"JavaScriptIndexingBehavior":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"],"JSIndexable":["String"],"ListMixin.E":"String","ImmutableListMixin.E":"String"},"_ChildrenElementList":{"ListMixin":["Element"],"List":["Element"],"EfficientLengthIterable":["Element"],"Iterable":["Element"],"ListMixin.E":"Element"},"_FrozenElementList":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListMixin.E":"1"},"EmbedElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"ExtendableEvent":{"Event":[]},"FieldSetElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"FileList":{"ListMixin":["File"],"ImmutableListMixin":["File"],"List":["File"],"JavaScriptIndexingBehavior":["File"],"EfficientLengthIterable":["File"],"Iterable":["File"],"JSIndexable":["File"],"ListMixin.E":"File","ImmutableListMixin.E":"File"},"FileReader":{"EventTarget":[]},"FileWriter":{"EventTarget":[]},"FontFaceSet":{"EventTarget":[]},"HtmlCollection":{"ListMixin":["Node"],"ImmutableListMixin":["Node"],"List":["Node"],"JavaScriptIndexingBehavior":["Node"],"EfficientLengthIterable":["Node"],"Iterable":["Node"],"JSIndexable":["Node"],"ListMixin.E":"Node","ImmutableListMixin.E":"Node"},"HtmlDocument":{"Document0":[],"Node":[],"EventTarget":[]},"ImageElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"InputElement":{"FileUploadInputElement":[],"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"LIElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"LabelElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"MapElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"MediaElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"MediaKeySession":{"EventTarget":[]},"MediaQueryList":{"EventTarget":[]},"MediaQueryListEvent":{"Event":[]},"MediaStream":{"EventTarget":[]},"MediaStreamTrack":{"EventTarget":[]},"MessagePort":{"EventTarget":[]},"MeterElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"MidiInputMap":{"MapMixin":["String","@"],"Map":["String","@"],"MapMixin.K":"String","MapMixin.V":"@"},"MidiOutputMap":{"MapMixin":["String","@"],"Map":["String","@"],"MapMixin.K":"String","MapMixin.V":"@"},"MidiPort":{"EventTarget":[]},"MimeTypeArray":{"ListMixin":["MimeType"],"ImmutableListMixin":["MimeType"],"List":["MimeType"],"JavaScriptIndexingBehavior":["MimeType"],"EfficientLengthIterable":["MimeType"],"Iterable":["MimeType"],"JSIndexable":["MimeType"],"ListMixin.E":"MimeType","ImmutableListMixin.E":"MimeType"},"_ChildNodeListLazy":{"ListMixin":["Node"],"List":["Node"],"EfficientLengthIterable":["Node"],"Iterable":["Node"],"ListMixin.E":"Node"},"NodeList":{"ListMixin":["Node"],"ImmutableListMixin":["Node"],"List":["Node"],"JavaScriptIndexingBehavior":["Node"],"EfficientLengthIterable":["Node"],"Iterable":["Node"],"JSIndexable":["Node"],"ListMixin.E":"Node","ImmutableListMixin.E":"Node"},"Notification":{"EventTarget":[]},"ObjectElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"OffscreenCanvas":{"EventTarget":[]},"OptionElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"OutputElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"ParagraphElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"ParamElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"PaymentRequest":{"EventTarget":[]},"PluginArray":{"ListMixin":["Plugin"],"ImmutableListMixin":["Plugin"],"List":["Plugin"],"JavaScriptIndexingBehavior":["Plugin"],"EfficientLengthIterable":["Plugin"],"Iterable":["Plugin"],"JSIndexable":["Plugin"],"ListMixin.E":"Plugin","ImmutableListMixin.E":"Plugin"},"PresentationAvailability":{"EventTarget":[]},"PresentationConnection":{"EventTarget":[]},"ProgressElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"RtcDataChannel":{"EventTarget":[]},"RtcStatsReport":{"MapMixin":["String","@"],"Map":["String","@"],"MapMixin.K":"String","MapMixin.V":"@"},"ScreenOrientation":{"EventTarget":[]},"ScriptElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"SelectElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"SharedWorkerGlobalScope":{"WorkerGlobalScope":[],"EventTarget":[]},"SlotElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"SourceBufferList":{"ListMixin":["SourceBuffer"],"ImmutableListMixin":["SourceBuffer"],"List":["SourceBuffer"],"JavaScriptIndexingBehavior":["SourceBuffer"],"EventTarget":[],"EfficientLengthIterable":["SourceBuffer"],"Iterable":["SourceBuffer"],"JSIndexable":["SourceBuffer"],"ListMixin.E":"SourceBuffer","ImmutableListMixin.E":"SourceBuffer"},"SpanElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"SpeechGrammarList":{"ListMixin":["SpeechGrammar"],"ImmutableListMixin":["SpeechGrammar"],"List":["SpeechGrammar"],"JavaScriptIndexingBehavior":["SpeechGrammar"],"EfficientLengthIterable":["SpeechGrammar"],"Iterable":["SpeechGrammar"],"JSIndexable":["SpeechGrammar"],"ListMixin.E":"SpeechGrammar","ImmutableListMixin.E":"SpeechGrammar"},"SpeechSynthesisEvent":{"Event":[]},"SpeechSynthesisUtterance":{"EventTarget":[]},"Storage":{"MapMixin":["String","String"],"Map":["String","String"],"MapMixin.K":"String","MapMixin.V":"String"},"StyleElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"TableElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"TableRowElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"TableSectionElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"TemplateElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"TextAreaElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"TextTrackCueList":{"ListMixin":["TextTrackCue"],"ImmutableListMixin":["TextTrackCue"],"List":["TextTrackCue"],"JavaScriptIndexingBehavior":["TextTrackCue"],"EfficientLengthIterable":["TextTrackCue"],"Iterable":["TextTrackCue"],"JSIndexable":["TextTrackCue"],"ListMixin.E":"TextTrackCue","ImmutableListMixin.E":"TextTrackCue"},"TextTrackList":{"ListMixin":["TextTrack"],"ImmutableListMixin":["TextTrack"],"List":["TextTrack"],"JavaScriptIndexingBehavior":["TextTrack"],"EventTarget":[],"EfficientLengthIterable":["TextTrack"],"Iterable":["TextTrack"],"JSIndexable":["TextTrack"],"ListMixin.E":"TextTrack","ImmutableListMixin.E":"TextTrack"},"TouchList":{"ListMixin":["Touch"],"ImmutableListMixin":["Touch"],"List":["Touch"],"JavaScriptIndexingBehavior":["Touch"],"EfficientLengthIterable":["Touch"],"Iterable":["Touch"],"JSIndexable":["Touch"],"ListMixin.E":"Touch","ImmutableListMixin.E":"Touch"},"VideoElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"VideoTrackList":{"EventTarget":[]},"VttCue":{"TextTrackCue":[],"EventTarget":[]},"WheelEvent":{"MouseEvent":[],"Event":[]},"Window":{"EventTarget":[]},"_BeforeUnloadEvent":{"BeforeUnloadEvent":[],"Event":[]},"WorkerGlobalScope":{"EventTarget":[]},"_Attr":{"Node":[],"EventTarget":[]},"_CssRuleList":{"ListMixin":["CssRule"],"ImmutableListMixin":["CssRule"],"List":["CssRule"],"JavaScriptIndexingBehavior":["CssRule"],"EfficientLengthIterable":["CssRule"],"Iterable":["CssRule"],"JSIndexable":["CssRule"],"ListMixin.E":"CssRule","ImmutableListMixin.E":"CssRule"},"_DomRect":{"Rectangle":["num"]},"_GamepadList":{"ListMixin":["Gamepad?"],"ImmutableListMixin":["Gamepad?"],"List":["Gamepad?"],"JavaScriptIndexingBehavior":["Gamepad?"],"EfficientLengthIterable":["Gamepad?"],"Iterable":["Gamepad?"],"JSIndexable":["Gamepad?"],"ListMixin.E":"Gamepad?","ImmutableListMixin.E":"Gamepad?"},"_NamedNodeMap":{"ListMixin":["Node"],"ImmutableListMixin":["Node"],"List":["Node"],"JavaScriptIndexingBehavior":["Node"],"EfficientLengthIterable":["Node"],"Iterable":["Node"],"JSIndexable":["Node"],"ListMixin.E":"Node","ImmutableListMixin.E":"Node"},"_SpeechRecognitionResultList":{"ListMixin":["SpeechRecognitionResult"],"ImmutableListMixin":["SpeechRecognitionResult"],"List":["SpeechRecognitionResult"],"JavaScriptIndexingBehavior":["SpeechRecognitionResult"],"EfficientLengthIterable":["SpeechRecognitionResult"],"Iterable":["SpeechRecognitionResult"],"JSIndexable":["SpeechRecognitionResult"],"ListMixin.E":"SpeechRecognitionResult","ImmutableListMixin.E":"SpeechRecognitionResult"},"_StyleSheetList":{"ListMixin":["StyleSheet"],"ImmutableListMixin":["StyleSheet"],"List":["StyleSheet"],"JavaScriptIndexingBehavior":["StyleSheet"],"EfficientLengthIterable":["StyleSheet"],"Iterable":["StyleSheet"],"JSIndexable":["StyleSheet"],"ListMixin.E":"StyleSheet","ImmutableListMixin.E":"StyleSheet"},"_AttributeMap":{"MapMixin":["String","String"],"Map":["String","String"]},"_ElementAttributeMap":{"MapMixin":["String","String"],"Map":["String","String"],"MapMixin.K":"String","MapMixin.V":"String"},"_DataAttributeMap":{"MapMixin":["String","String"],"Map":["String","String"],"MapMixin.K":"String","MapMixin.V":"String"},"_EventStream":{"Stream":["1"],"Stream.T":"1"},"_ElementEventStreamImpl":{"_EventStream":["1"],"Stream":["1"],"Stream.T":"1"},"_EventStreamSubscription":{"StreamSubscription":["1"]},"NodeValidatorBuilder":{"NodeValidator":[]},"_SimpleNodeValidator":{"NodeValidator":[]},"_TemplatingNodeValidator":{"NodeValidator":[]},"_SvgNodeValidator":{"NodeValidator":[]},"_DOMWindowCrossFrame":{"EventTarget":[]},"_WrappedEvent":{"Event":[]},"FilteredElementList":{"ListMixin":["Element"],"List":["Element"],"EfficientLengthIterable":["Element"],"Iterable":["Element"],"ListMixin.E":"Element"},"Database":{"EventTarget":[]},"VersionChangeEvent":{"Event":[]},"Directory":{"FileSystemEntity":[]},"File0":{"FileSystemEntity":[]},"_RandomAccessFile":{"RandomAccessFile":[]},"OSError":{"Exception":[]},"_Directory":{"Directory":[],"FileSystemEntity":[]},"FileSystemException":{"Exception":[]},"_FileStream":{"Stream":["List"],"Stream.T":"List"},"_File":{"File0":[],"FileSystemEntity":[]},"JsArray":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListMixin.E":"1"},"NullRejectionException":{"Exception":[]},"Rectangle":{"_RectangleBase":["1"]},"GraphicsElement":{"SvgElement":[],"Element":[],"Node":[],"EventTarget":[]},"LengthList":{"ListMixin":["Length"],"ImmutableListMixin":["Length"],"List":["Length"],"EfficientLengthIterable":["Length"],"Iterable":["Length"],"ListMixin.E":"Length","ImmutableListMixin.E":"Length"},"NumberList":{"ListMixin":["Number"],"ImmutableListMixin":["Number"],"List":["Number"],"EfficientLengthIterable":["Number"],"Iterable":["Number"],"ListMixin.E":"Number","ImmutableListMixin.E":"Number"},"ScriptElement0":{"SvgElement":[],"Element":[],"Node":[],"EventTarget":[]},"StringList":{"ListMixin":["String"],"ImmutableListMixin":["String"],"List":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"],"ListMixin.E":"String","ImmutableListMixin.E":"String"},"SvgElement":{"Element":[],"Node":[],"EventTarget":[]},"SvgSvgElement":{"SvgElement":[],"Element":[],"Node":[],"EventTarget":[]},"TransformList":{"ListMixin":["Transform0"],"ImmutableListMixin":["Transform0"],"List":["Transform0"],"EfficientLengthIterable":["Transform0"],"Iterable":["Transform0"],"ListMixin.E":"Transform0","ImmutableListMixin.E":"Transform0"},"ByteData":{"TypedData":[]},"Int8List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Uint8List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Uint8ClampedList":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Int16List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Uint16List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Int32List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Uint32List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Float32List":{"List":["double"],"EfficientLengthIterable":["double"],"Iterable":["double"],"TypedData":[]},"Float64List":{"List":["double"],"EfficientLengthIterable":["double"],"Iterable":["double"],"TypedData":[]},"SingletonFlutterWindow":{"FlutterWindow":[]},"AudioParamMap":{"MapMixin":["String","@"],"Map":["String","@"],"MapMixin.K":"String","MapMixin.V":"@"},"AudioTrackList":{"EventTarget":[]},"BaseAudioContext":{"EventTarget":[]},"OfflineAudioContext":{"EventTarget":[]},"SqlResultSetRowList":{"ListMixin":["Map<@,@>"],"ImmutableListMixin":["Map<@,@>"],"List":["Map<@,@>"],"EfficientLengthIterable":["Map<@,@>"],"Iterable":["Map<@,@>"],"ListMixin.E":"Map<@,@>","ImmutableListMixin.E":"Map<@,@>"},"ArchiveException":{"FormatException":[],"Exception":[]},"InputStream":{"InputStreamBase":[]},"BoardItem":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoardItemState":{"State":["BoardItem"]},"BoardList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoardListState":{"State":["BoardList"]},"BoardView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoardViewState":{"State":["BoardView"]},"CopyOnWriteList":{"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"CopyOnWriteSet":{"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"BuiltList":{"Iterable":["1"]},"_BuiltList":{"BuiltList":["1"],"Iterable":["1"]},"_BuiltListMultimap":{"BuiltListMultimap":["1","2"]},"_BuiltMap":{"BuiltMap":["1","2"]},"BuiltSet":{"Iterable":["1"]},"_BuiltSet":{"BuiltSet":["1"],"Iterable":["1"]},"_BuiltSetMultimap":{"BuiltSetMultimap":["1","2"]},"BuiltValueNullFieldError":{"Error":[]},"BuiltValueNestedFieldError":{"Error":[]},"DeserializationError":{"Error":[]},"BigIntSerializer":{"PrimitiveSerializer":["BigInt"],"Serializer":["BigInt"]},"BoolSerializer":{"PrimitiveSerializer":["bool"],"Serializer":["bool"]},"BuiltListMultimapSerializer":{"StructuredSerializer":["BuiltListMultimap<@,@>"],"Serializer":["BuiltListMultimap<@,@>"]},"BuiltListSerializer":{"StructuredSerializer":["BuiltList<@>"],"Serializer":["BuiltList<@>"]},"BuiltMapSerializer":{"StructuredSerializer":["BuiltMap<@,@>"],"Serializer":["BuiltMap<@,@>"]},"BuiltSetMultimapSerializer":{"StructuredSerializer":["BuiltSetMultimap<@,@>"],"Serializer":["BuiltSetMultimap<@,@>"]},"BuiltSetSerializer":{"StructuredSerializer":["BuiltSet<@>"],"Serializer":["BuiltSet<@>"]},"DateTimeSerializer":{"PrimitiveSerializer":["DateTime"],"Serializer":["DateTime"]},"DoubleSerializer":{"PrimitiveSerializer":["double"],"Serializer":["double"]},"DurationSerializer":{"PrimitiveSerializer":["Duration"],"Serializer":["Duration"]},"Int64Serializer":{"PrimitiveSerializer":["Int64"],"Serializer":["Int64"]},"IntSerializer":{"PrimitiveSerializer":["int"],"Serializer":["int"]},"JsonObjectSerializer":{"PrimitiveSerializer":["JsonObject"],"Serializer":["JsonObject"]},"NullSerializer":{"PrimitiveSerializer":["Null"],"Serializer":["Null"]},"NumSerializer":{"PrimitiveSerializer":["num"],"Serializer":["num"]},"RegExpSerializer":{"PrimitiveSerializer":["RegExp"],"Serializer":["RegExp"]},"StringSerializer":{"PrimitiveSerializer":["String"],"Serializer":["String"]},"UriSerializer":{"PrimitiveSerializer":["Uri"],"Serializer":["Uri"]},"StandardJsonPlugin":{"SerializerPlugin":[]},"CachedNetworkImage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CachedNetworkImageProvider":{"ImageProvider":["CachedNetworkImageProvider0"],"ImageProvider.T":"CachedNetworkImageProvider0"},"CachedNetworkImageProvider0":{"ImageProvider":["CachedNetworkImageProvider0"]},"StringCharacters":{"Characters":[],"Iterable":["String"],"Iterable.E":"String"},"BarChart0":{"CartesianChart":["String"],"BaseChart0":["String"],"BaseChart0.D":"String","CartesianChart.D":"String"},"BarRendererElement":{"BaseBarRendererElement":[]},"AnimatedBar":{"BaseAnimatedBar":["1","BarRendererElement<1>"]},"BarRenderer":{"BaseBarRenderer":["1","BarRendererElement<1>","AnimatedBar<1>"],"BaseCartesianRenderer":["1"],"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[],"BaseBarRenderer.D":"1","BaseBarRenderer.B":"AnimatedBar<1>","BaseBarRenderer.R":"BarRendererElement<1>"},"BaseBarRenderer":{"BaseCartesianRenderer":["1"],"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"_ReversedSeriesIterable":{"Iterable":["1"],"Iterable.E":"1"},"Axis":{"ImmutableAxis":["1"],"LayoutView":[]},"NumericAxis":{"Axis":["num"],"ImmutableAxis":["num"],"LayoutView":[],"Axis.D":"num"},"OrdinalAxis":{"Axis":["String"],"ImmutableAxis":["String"],"LayoutView":[],"Axis.D":"String"},"AxisTicks":{"Tick":["1"],"Comparable":["AxisTicks<1>"]},"GridlineRendererSpec":{"SmallTickRendererSpec":["1"]},"GridlineTickDrawStrategy":{"BaseTickDrawStrategy":["1"]},"SmallTickDrawStrategy":{"BaseTickDrawStrategy":["1"]},"NumericTickProvider":{"BaseTickProvider":["num"],"BaseTickProvider.D":"num"},"OrdinalTickProvider":{"BaseTickProvider":["String"],"BaseTickProvider.D":"String"},"SimpleOrdinalScale":{"OrdinalScale":[]},"DateTimeAxisSpec":{"AxisSpec":["DateTime"]},"NumericAxisSpec":{"AxisSpec":["num"]},"OrdinalAxisSpec":{"AxisSpec":["String"]},"OrdinalTickFormatter":{"SimpleTickFormatterBase":["String"],"SimpleTickFormatterBase.D":"String"},"NumericTickFormatter":{"SimpleTickFormatterBase":["num"],"SimpleTickFormatterBase.D":"num"},"_TimeStepIteratorFactoryImpl":{"Iterable":["DateTime"],"Iterable.E":"DateTime"},"DateTimeAxis":{"Axis":["DateTime"],"ImmutableAxis":["DateTime"],"LayoutView":[],"Axis.D":"DateTime"},"DateTimeScale":{"MutableScale":["DateTime"]},"HourTickFormatter":{"TimeTickFormatter":[]},"TimeRangeTickProvider":{"BaseTickProvider":["DateTime"]},"TimeRangeTickProviderImpl":{"TimeRangeTickProvider":[],"BaseTickProvider":["DateTime"],"BaseTickProvider.D":"DateTime"},"TimeStepIteratorFactory":{"Iterable":["DateTime"]},"TimeTickFormatterImpl":{"TimeTickFormatter":[]},"OrdinalCartesianChart":{"CartesianChart":["String"],"BaseChart0":["String"]},"CartesianChart":{"BaseChart0":["1"]},"BaseCartesianRenderer":{"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"DomainHighlighter0":{"ChartBehavior0":["1"]},"Legend":{"ChartBehavior0":["1"],"LayoutView":[]},"SeriesLegend0":{"Legend":["1"],"ChartBehavior0":["1"],"LayoutView":[]},"LinePointHighlighter0":{"ChartBehavior0":["1"]},"_LinePointLayoutView":{"LayoutView":[]},"SelectNearest0":{"ChartBehavior0":["1"]},"MutableSeries":{"ImmutableSeries":["1"]},"MutableSelectionModel":{"SelectionModel":["1"]},"SeriesRenderer":{"LayoutView":[]},"BaseSeriesRenderer":{"SeriesRenderer":["1"],"LayoutView":[]},"LineRenderer":{"BaseCartesianRenderer":["1"],"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"PointRenderer":{"BaseCartesianRenderer":["1"],"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"TimeSeriesChart":{"CartesianChart":["DateTime"],"BaseChart0":["DateTime"],"BaseChart0.D":"DateTime","CartesianChart.D":"DateTime"},"MaterialBlue":{"Palette":[]},"MaterialRed":{"Palette":[]},"MaterialYellow":{"Palette":[]},"MaterialGreen":{"Palette":[]},"MaterialPurple":{"Palette":[]},"MaterialCyan":{"Palette":[]},"MaterialDeepOrange":{"Palette":[]},"MaterialLime":{"Palette":[]},"MaterialIndigo":{"Palette":[]},"MaterialPink":{"Palette":[]},"MaterialTeal":{"Palette":[]},"AttributeKey":{"TypedKey":["1"]},"BarChart":{"BaseChart":["String"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"BaseChart.D":"String"},"BaseChart":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BaseChartState":{"State":["BaseChart<1>"]},"DomainHighlighter":{"ChartBehavior":["1"]},"SeriesLegend":{"ChartBehavior":["1"]},"_FlutterSeriesLegend":{"SeriesLegend0":["1"],"Legend":["1"],"ChartBehavior0":["1"],"LayoutView":[],"BuildableBehavior":["ChartBehavior0<@>"]},"LinePointHighlighter":{"ChartBehavior":["1"]},"SelectNearest":{"ChartBehavior":["1"]},"CartesianChart0":{"BaseChart":["1"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChartContainerRenderObject":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"ChartContainer":{"CustomPaint":[],"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChartContainerCustomPaint":{"Listenable":[]},"_SymbolCustomPaint":{"Listenable":[]},"TextElement":{"TextElement1":[]},"TimeSeriesChart0":{"BaseChart":["DateTime"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"BaseChart.D":"DateTime"},"CanonicalizedMap":{"Map":["2","3"]},"UnorderedIterableEquality":{"_UnorderedEquality":["1","Iterable<1>?"],"_UnorderedEquality.E":"1"},"SetEquality":{"_UnorderedEquality":["1","Set<1>?"],"_UnorderedEquality.E":"1"},"DraggableScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollLabel":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DraggableScrollbarState":{"State":["DraggableScrollbar"]},"ArrowCustomPainter":{"Listenable":[]},"SlideFadeTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MemoryDirectory":{"Directory0":[],"FileSystemEntity0":[],"Directory":[],"FileSystemEntity":[]},"MemoryFile":{"File1":[],"FileSystemEntity0":[],"File0":[],"FileSystemEntity":[]},"_FileSink":{"EventSink":["List"]},"MemoryFileSystemEntity":{"FileSystemEntity0":[],"FileSystemEntity":[]},"RealNode":{"Node0":[]},"DirectoryNode":{"Node0":[]},"FileNode":{"Node0":[]},"LinkNode":{"Node0":[]},"RootNode":{"DirectoryNode":[],"Node0":[]},"_LinuxCodes":{"_Codes":[]},"_MacOSCodes":{"_Codes":[]},"_WindowsCodes":{"_Codes":[]},"Int64":{"Comparable":["Object"]},"Animation0":{"Listenable":[]},"AnimationController":{"Animation0":["double"],"Listenable":[]},"_AlwaysCompleteAnimation":{"Animation0":["double"],"Listenable":[]},"_AlwaysDismissedAnimation":{"Animation0":["double"],"Listenable":[]},"AlwaysStoppedAnimation":{"Animation0":["1"],"Listenable":[]},"ProxyAnimation":{"Animation0":["double"],"Listenable":[]},"ReverseAnimation":{"Animation0":["double"],"Listenable":[]},"CurvedAnimation":{"Animation0":["double"],"Listenable":[]},"TrainHoppingAnimation":{"Animation0":["double"],"Listenable":[]},"CompoundAnimation":{"Animation0":["1"],"Listenable":[]},"AnimationMin":{"Animation0":["1"],"Listenable":[]},"_Linear":{"Curve":[]},"SawTooth":{"Curve":[]},"Interval":{"Curve":[]},"Threshold":{"Curve":[]},"Cubic":{"Curve":[]},"FlippedCurve":{"Curve":[]},"_DecelerateCurve":{"Curve":[]},"ElasticOutCurve":{"Curve":[]},"Tween":{"Animatable":["1"],"Tween.T":"1","Animatable.T":"1"},"ColorTween":{"Tween":["Color?"],"Animatable":["Color?"],"Tween.T":"Color?","Animatable.T":"Color?"},"RectTween":{"Tween":["Rect?"],"Animatable":["Rect?"],"Tween.T":"Rect?","Animatable.T":"Rect?"},"_AnimatedEvaluation":{"Animation0":["1"],"Listenable":[]},"_ChainedEvaluation":{"Animatable":["1"],"Animatable.T":"1"},"ReverseTween":{"Tween":["1"],"Animatable":["1"],"Tween.T":"1","Animatable.T":"1"},"SizeTween":{"Tween":["Size?"],"Animatable":["Size?"],"Tween.T":"Size?","Animatable.T":"Size?"},"IntTween":{"Tween":["int"],"Animatable":["int"],"Tween.T":"int","Animatable.T":"int"},"CurveTween":{"Animatable":["double"],"Animatable.T":"double"},"TweenSequence":{"Animatable":["1"],"Animatable.T":"1"},"CupertinoActivityIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoActivityIndicatorState":{"State":["CupertinoActivityIndicator"]},"_CupertinoActivityIndicatorPainter":{"Listenable":[]},"CupertinoDynamicColor":{"Color":[]},"CupertinoUserInterfaceLevel":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoLocalizationsDelegate":{"LocalizationsDelegate":["CupertinoLocalizations"],"LocalizationsDelegate.T":"CupertinoLocalizations"},"DefaultCupertinoLocalizations":{"CupertinoLocalizations":[]},"_CupertinoBackGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CupertinoPageTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoBackGestureDetectorState":{"State":["_CupertinoBackGestureDetector<1>"]},"_CupertinoEdgeShadowDecoration":{"Decoration":[]},"_CupertinoEdgeShadowPainter":{"BoxPainter":[]},"CupertinoScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoScrollbarState":{"RawScrollbarState":["CupertinoScrollbar"],"State":["CupertinoScrollbar"]},"CupertinoSwitch":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoSwitchState":{"State":["CupertinoSwitch"]},"_CupertinoSwitchRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderCupertinoSwitch":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"_TextSelectionHandlePainter0":{"Listenable":[]},"_InheritedCupertinoTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"CupertinoTheme":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ErrorDiagnostic":{"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorDescription":{"_ErrorDiagnostic":[],"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorSummary":{"_ErrorDiagnostic":[],"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorHint":{"_ErrorDiagnostic":[],"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorSpacer":{"DiagnosticsProperty":["~"],"DiagnosticsNode":[]},"FlutterError":{"DiagnosticableTree":[],"AssertionError":[],"Error":[]},"DiagnosticsStackTrace":{"DiagnosticsNode":[]},"_FlutterErrorDetailsNode":{"DiagnosticableNode":["FlutterErrorDetails"],"DiagnosticsNode":[]},"_ListenerEntry":{"LinkedListEntry":["_ListenerEntry"],"LinkedListEntry.E":"_ListenerEntry"},"ChangeNotifier":{"Listenable":[]},"ValueNotifier":{"Listenable":[]},"_MergingListenable":{"Listenable":[]},"DiagnosticsProperty":{"DiagnosticsNode":[]},"DiagnosticableNode":{"DiagnosticsNode":[]},"DiagnosticableTreeNode":{"DiagnosticableNode":["DiagnosticableTree"],"DiagnosticsNode":[]},"DiagnosticsBlock":{"DiagnosticsNode":[]},"LocalKey":{"Key":[]},"ValueKey":{"LocalKey":[],"Key":[],"ValueKey.T":"1"},"LicenseEntryWithLineBreaks":{"LicenseEntry":[]},"ObserverList":{"Iterable":["1"],"Iterable.E":"1"},"HashedObserverList":{"Iterable":["1"],"Iterable.E":"1"},"SynchronousFuture":{"Future":["1"]},"FlutterErrorDetailsForPointerEventDispatcher":{"FlutterErrorDetails":[]},"PointerHoverEvent":{"PointerEvent0":[]},"PointerEnterEvent":{"PointerEvent0":[]},"PointerExitEvent":{"PointerEvent0":[]},"PointerDownEvent":{"PointerEvent0":[]},"PointerMoveEvent":{"PointerEvent0":[]},"PointerUpEvent":{"PointerEvent0":[]},"PointerSignalEvent":{"PointerEvent0":[]},"_AbstractPointerEvent":{"PointerEvent0":[]},"_TransformedPointerEvent":{"PointerEvent0":[]},"PointerAddedEvent":{"PointerEvent0":[]},"_TransformedPointerAddedEvent":{"PointerAddedEvent":[],"PointerEvent0":[]},"PointerRemovedEvent":{"PointerEvent0":[]},"_TransformedPointerRemovedEvent":{"PointerRemovedEvent":[],"PointerEvent0":[]},"_TransformedPointerHoverEvent":{"PointerHoverEvent":[],"PointerEvent0":[]},"_TransformedPointerEnterEvent":{"PointerEnterEvent":[],"PointerEvent0":[]},"_TransformedPointerExitEvent":{"PointerExitEvent":[],"PointerEvent0":[]},"_TransformedPointerDownEvent":{"PointerDownEvent":[],"PointerEvent0":[]},"_TransformedPointerMoveEvent":{"PointerMoveEvent":[],"PointerEvent0":[]},"_TransformedPointerUpEvent":{"PointerUpEvent":[],"PointerEvent0":[]},"PointerScrollEvent":{"PointerSignalEvent":[],"PointerEvent0":[]},"_TransformedPointerScrollEvent":{"PointerScrollEvent":[],"PointerSignalEvent":[],"PointerEvent0":[]},"PointerCancelEvent":{"PointerEvent0":[]},"_TransformedPointerCancelEvent":{"PointerCancelEvent":[],"PointerEvent0":[]},"ForcePressGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_MatrixTransformPart":{"_TransformPart":[]},"_OffsetTransformPart":{"_TransformPart":[]},"LongPressGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"DragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"VerticalDragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"HorizontalDragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"PanGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"MultiDragGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"ImmediateMultiDragGestureRecognizer":{"MultiDragGestureRecognizer":["_ImmediatePointerState"],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"HorizontalMultiDragGestureRecognizer":{"MultiDragGestureRecognizer":["_HorizontalPointerState"],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"VerticalMultiDragGestureRecognizer":{"MultiDragGestureRecognizer":["_VerticalPointerState"],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"DelayedMultiDragGestureRecognizer":{"MultiDragGestureRecognizer":["_DelayedPointerState"],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"DoubleTapGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"GestureRecognizer":{"DiagnosticableTree":[],"GestureArenaMember":[]},"OneSequenceGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"PrimaryPointerGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"ScaleGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"BaseTapGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"TapGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_CombiningGestureArenaMember":{"GestureArenaMember":[]},"_CombiningGestureArenaEntry":{"GestureArenaEntry":[]},"IOSScrollViewFlingVelocityTracker":{"VelocityTracker":[]},"LicensePage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackagesView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackageListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackageLicensePage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MasterDetailFlow":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MasterDetailFlowState":{"State":["_MasterDetailFlow"]},"_MasterDetailScaffold":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MasterDetailScaffoldState":{"State":["_MasterDetailScaffold"]},"_LicensePageState":{"State":["LicensePage"]},"_AboutProgram":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackagesViewState":{"State":["_PackagesView"]},"_PackageLicensePageState":{"State":["_PackageLicensePage"]},"_PackageLicensePageTitle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MasterPage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DetailView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialAppState":{"State":["MaterialApp"]},"AppBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverAppBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AppBarState":{"State":["AppBar"]},"_SliverAppBarState":{"State":["SliverAppBar"]},"_AppBarTitleBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderAppBarTitleBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"MaterialRectArcTween":{"Tween":["Rect?"],"Animatable":["Rect?"],"Tween.T":"Rect?","Animatable.T":"Rect?"},"MaterialPointArcTween":{"Tween":["Offset"],"Animatable":["Offset"],"Tween.T":"Offset","Animatable.T":"Offset"},"BackButtonIcon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BackButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BottomAppBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BottomAppBarState":{"State":["BottomAppBar"]},"_BottomAppBarClipper":{"CustomClipper":["Path"],"Listenable":[]},"BottomSheet":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BottomSheetState":{"State":["BottomSheet"]},"RawMaterialButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RawMaterialButtonState":{"State":["RawMaterialButton"]},"_InputPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"_LerpProperties3":{"MaterialStateProperty":["1?"]},"_LerpSides":{"MaterialStateProperty":["BorderSide?"]},"_LerpShapes":{"MaterialStateProperty":["OutlinedBorder?"]},"ButtonStyleButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ButtonStyleState":{"State":["ButtonStyleButton"]},"_MouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"_InputPadding0":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding0":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"ButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"CalendarDatePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DatePickerModeToggleButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MonthPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusedDate":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DayPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"YearPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CalendarDatePickerState":{"State":["CalendarDatePicker"]},"_DatePickerModeToggleButtonState":{"State":["_DatePickerModeToggleButton"]},"_MonthPickerState":{"State":["_MonthPicker"]},"_DayPickerState":{"State":["_DayPicker"]},"_YearPickerState":{"State":["YearPicker"]},"Card":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Checkbox":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CheckboxState":{"State":["Checkbox"]},"_CheckboxPainter":{"Listenable":[]},"CheckboxListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LerpProperties1":{"MaterialStateProperty":["1"]},"MaterialColor":{"ColorSwatch":["int"],"Color":[],"ColorSwatch.T":"int"},"MaterialAccentColor":{"ColorSwatch":["int"],"Color":[],"ColorSwatch.T":"int"},"_SortArrow":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DataTable":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TableRowInkWell":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SortArrowState":{"State":["_SortArrow"]},"_NullTableColumnWidth":{"TableColumnWidth":[]},"_NullWidget0":{"Widget":[],"DiagnosticableTree":[]},"DataTableSource":{"Listenable":[]},"_LerpProperties2":{"MaterialStateProperty":["1"]},"DatePickerDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DatePickerDialogState":{"State":["DatePickerDialog"]},"_RestorableDatePickerEntryMode":{"RestorableProperty":["DatePickerEntryMode"],"Listenable":[]},"_DatePickerHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AlertDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SimpleDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Dialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DialogRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"],"ModalRoute.T":"1"},"Divider":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DividerTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerController":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerControllerState":{"State":["DrawerController"]},"Drawer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownMenuItemButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownMenu":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownRoutePage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MenuItem":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownMenuItemContainer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DropdownMenuItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DropdownButtonHideUnderline":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DropdownButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownMenuPainter":{"Listenable":[]},"_DropdownMenuItemButtonState":{"State":["_DropdownMenuItemButton<1>"]},"_DropdownMenuState":{"State":["_DropdownMenu<1>"]},"_DropdownRoute":{"ModalRoute":["_DropdownRouteResult<1>"],"TransitionRoute":["_DropdownRouteResult<1>"],"Route":["_DropdownRouteResult<1>"],"ModalRoute.T":"_DropdownRouteResult<1>"},"_RenderMenuItem":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"_DropdownButtonState":{"State":["DropdownButton<1>"],"WidgetsBindingObserver":[]},"DropdownButtonFormField":{"FormField":["1"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"FormField.T":"1"},"_DropdownButtonFormFieldState":{"FormFieldState":["1"],"State":["FormField<1>"]},"ElevatedButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ElevatedButtonDefaultBackground":{"MaterialStateProperty":["Color?"]},"_ElevatedButtonDefaultForeground":{"MaterialStateProperty":["Color?"]},"_ElevatedButtonDefaultOverlay":{"MaterialStateProperty":["Color?"]},"_ElevatedButtonDefaultElevation":{"MaterialStateProperty":["double"]},"_ElevatedButtonDefaultMouseCursor":{"MaterialStateProperty":["MouseCursor0?"]},"ElevatedButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpandIcon":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpandIconState":{"State":["ExpandIcon"]},"ExpansionPanelRadio":{"ExpansionPanel":[]},"ExpansionPanelList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SaltedKey":{"LocalKey":[],"Key":[]},"_ExpansionPanelListState":{"State":["ExpansionPanelList"]},"FlexibleSpaceBarSettings":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"FloatingActionButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimationSwap":{"Animation0":["1"],"Listenable":[]},"IconButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Ink":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InkState":{"State":["Ink"]},"InkDecoration":{"InkFeature":[]},"InkHighlight":{"InteractiveInkFeature":[],"InkFeature":[]},"InkRipple":{"InteractiveInkFeature":[],"InkFeature":[]},"InkSplash":{"InteractiveInkFeature":[],"InkFeature":[]},"InteractiveInkFeature":{"InkFeature":[]},"_ParentInkResponseProvider":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"InkResponse":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InkResponseStateWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InkWell":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InkResponseState":{"State":["_InkResponseStateWidget"],"_ParentInkResponseState":[]},"InputBorder":{"ShapeBorder":[]},"_NoInputBorder":{"InputBorder":[],"ShapeBorder":[]},"UnderlineInputBorder":{"InputBorder":[],"ShapeBorder":[]},"OutlineInputBorder":{"InputBorder":[],"ShapeBorder":[]},"InputDatePickerFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InputDatePickerFormFieldState":{"State":["InputDatePickerFormField"]},"_BorderContainer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HelperError":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InputDecorator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InputBorderGap":{"Listenable":[]},"_InputBorderTween":{"Tween":["InputBorder"],"Animatable":["InputBorder"],"Tween.T":"InputBorder","Animatable.T":"InputBorder"},"_InputBorderPainter":{"Listenable":[]},"_BorderContainerState":{"State":["_BorderContainer"]},"_Shaker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HelperErrorState":{"State":["_HelperError"]},"_RenderDecoration":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"_DecorationElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_Decorator":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InputDecoratorState":{"State":["InputDecorator"]},"ListTileTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ListTile":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ListTileElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_RenderListTile":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"Material":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInkFeatures":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"ShapeBorderTween":{"Tween":["ShapeBorder?"],"Animatable":["ShapeBorder?"],"Tween.T":"ShapeBorder?","Animatable.T":"ShapeBorder?"},"_MaterialInterior":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialState":{"State":["Material"]},"_InkFeatures":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialInteriorState":{"State":["_MaterialInterior"]},"_ShapeBorderPaint":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ShapeBorderPainter":{"Listenable":[]},"_MaterialLocalizationsDelegate":{"LocalizationsDelegate":["MaterialLocalizations"],"LocalizationsDelegate.T":"MaterialLocalizations"},"DefaultMaterialLocalizations":{"MaterialLocalizations":[]},"MaterialStateColor":{"Color":[],"MaterialStateProperty":["Color"]},"_MaterialStateColor":{"Color":[],"MaterialStateProperty":["Color"]},"MaterialStateMouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"_EnabledAndDisabledMouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"_MaterialStatePropertyWith":{"MaterialStateProperty":["1"]},"_MaterialStatePropertyAll":{"MaterialStateProperty":["1"]},"MergeableMaterial":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialSlice":{"MergeableMaterialItem":[]},"MaterialGap":{"MergeableMaterialItem":[]},"_MergeableMaterialState":{"State":["MergeableMaterial"]},"_MergeableMaterialSliceKey":{"GlobalKey":["State"],"Key":[],"GlobalKey.T":"State"},"_MergeableMaterialListBody":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderMergeableMaterialListBody":{"RenderBoxContainerDefaultsMixin":["RenderBox","ListBodyParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","ListBodyParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"OutlinedButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OutlinedButtonDefaultForeground":{"MaterialStateProperty":["Color?"]},"_OutlinedButtonDefaultOverlay":{"MaterialStateProperty":["Color?"]},"_OutlinedButtonDefaultMouseCursor":{"MaterialStateProperty":["MouseCursor0"]},"OutlinedButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialPageRoute":{"MaterialRouteTransitionMixin":["1"],"PageRoute":["1"],"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"],"ModalRoute.T":"1"},"_ZoomEnterTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ZoomExitTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FadeUpwardsPageTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ZoomPageTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FadeUpwardsPageTransitionsBuilder":{"PageTransitionsBuilder":[]},"ZoomPageTransitionsBuilder":{"PageTransitionsBuilder":[]},"CupertinoPageTransitionsBuilder":{"PageTransitionsBuilder":[]},"PaginatedDataTable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaginatedDataTableState":{"State":["PaginatedDataTable"]},"PopupMenuEntry":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopupMenuDivider":{"PopupMenuEntry":["0&"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopupMenuItem":{"PopupMenuEntry":["1"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopupMenuButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PopupMenuDividerState":{"State":["PopupMenuDivider"]},"_MenuItem0":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderMenuItem0":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"PopupMenuItemState":{"State":["2"]},"_PopupMenu":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PopupMenuRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"],"ModalRoute.T":"1"},"PopupMenuButtonState":{"State":["PopupMenuButton<1>"]},"PopupMenuTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"LinearProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CircularProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RefreshProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LinearProgressIndicatorPainter":{"Listenable":[]},"_LinearProgressIndicatorState":{"State":["LinearProgressIndicator"]},"_CircularProgressIndicatorPainter":{"Listenable":[]},"_CircularProgressIndicatorState":{"State":["CircularProgressIndicator"]},"_RefreshProgressIndicatorPainter":{"Listenable":[]},"_RefreshProgressIndicatorState":{"State":["CircularProgressIndicator"]},"Radio":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RadioState":{"State":["Radio<1>"]},"_RadioPainter":{"Listenable":[]},"RadioListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LerpProperties0":{"MaterialStateProperty":["1"]},"RefreshIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RefreshIndicatorState":{"State":["RefreshIndicator"]},"ReorderableListView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReorderableListViewState":{"State":["ReorderableListView"]},"_ReorderableListViewChildGlobalKey":{"GlobalObjectKey":["State"],"GlobalKey":["State"],"Key":[],"GlobalObjectKey.T":"State","GlobalKey.T":"State"},"ScaffoldMessenger":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScaffoldMessengerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FloatingActionButtonTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"Scaffold":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScaffoldState":{"State":["Scaffold"]},"_StandardBottomSheet":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StandardBottomSheetState":{"State":["_StandardBottomSheet"]},"_ScaffoldScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScaffoldMessengerState":{"State":["ScaffoldMessenger"]},"_ScaffoldGeometryNotifier":{"Listenable":[]},"_BodyBoxConstraints":{"BoxConstraints":[]},"_BodyBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FloatingActionButtonTransitionState":{"State":["_FloatingActionButtonTransition"]},"PersistentBottomSheetController":{"ScaffoldFeatureController":["_StandardBottomSheet","1"]},"Scrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScrollbarState":{"State":["Scrollbar"]},"_MaterialScrollbarState":{"RawScrollbarState":["_MaterialScrollbar"],"State":["_MaterialScrollbar"]},"_LerpProperties4":{"MaterialStateProperty":["1"]},"SelectableText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextSpanEditingController":{"TextEditingController":[],"ValueNotifier":["TextEditingValue"],"Listenable":[]},"_SelectableTextState":{"State":["SelectableText"]},"SnackBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialSwitch":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"Switch":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialSwitchState":{"State":["_MaterialSwitch"]},"_SwitchPainter":{"Listenable":[]},"SwitchListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LerpProperties":{"MaterialStateProperty":["1"]},"_TabControllerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DefaultTabController":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TabController":{"Listenable":[]},"_DefaultTabControllerState":{"State":["DefaultTabController"]},"UnderlineTabIndicator":{"Decoration":[]},"_UnderlinePainter":{"BoxPainter":[]},"TabBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TabBarView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"Tab":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TabStyle":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TabLabelBarRenderer":{"RenderBoxContainerDefaultsMixin":["RenderBox","FlexParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","FlexParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"_TabLabelBar":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IndicatorPainter":{"Listenable":[]},"_ChangeAnimation":{"Animation0":["double"],"Listenable":[]},"_DragAnimation":{"Animation0":["double"],"Listenable":[]},"_TabBarScrollPosition":{"ScrollPosition":[],"ViewportOffset":[],"Listenable":[]},"_TabBarScrollController":{"ScrollController":[],"Listenable":[]},"_TabBarState":{"State":["TabBar"]},"_TabBarViewState":{"State":["TabBarView"]},"TextButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextButtonDefaultForeground":{"MaterialStateProperty":["Color?"]},"_TextButtonDefaultOverlay":{"MaterialStateProperty":["Color?"]},"_TextButtonDefaultMouseCursor":{"MaterialStateProperty":["MouseCursor0"]},"TextButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextFieldState":{"State":["TextField"]},"TextFormField":{"FormField":["String"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"FormField.T":"String"},"_TextFormFieldState":{"FormFieldState":["String"],"State":["FormField"]},"_TextSelectionHandlePainter":{"Listenable":[]},"TextSelectionTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Theme":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InheritedTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ThemeDataTween":{"Tween":["ThemeData"],"Animatable":["ThemeData"],"Tween.T":"ThemeData","Animatable.T":"ThemeData"},"AnimatedTheme":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedThemeState":{"State":["AnimatedTheme"]},"_Dial":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TimePickerInput":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourMinuteTextField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TimePickerDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TimePickerHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourMinuteControl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourControl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StringFragment":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MinuteControl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DayPeriodControl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DayPeriodInputPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding1":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"_DialPainter":{"Listenable":[]},"_DialState":{"State":["_Dial"]},"_TimePickerInputState":{"State":["_TimePickerInput"]},"_HourTextField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MinuteTextField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourMinuteTextFieldState":{"State":["_HourMinuteTextField"]},"_TimePickerDialogState":{"State":["_TimePickerDialog"]},"TimePickerTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ToggleButtons":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ToggleButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectToggleButton":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectToggleButtonRenderObject":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"ToggleButtonsTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ToggleablePainter":{"Listenable":[]},"Tooltip":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TooltipState":{"State":["Tooltip"]},"_TooltipOverlay":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TooltipTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"NetworkImage":{"ImageProvider":["NetworkImage0"],"ImageProvider.T":"NetworkImage0"},"Alignment":{"AlignmentGeometry":[]},"AlignmentDirectional":{"AlignmentGeometry":[]},"_MixedAlignment":{"AlignmentGeometry":[]},"_SystemFontsNotifier":{"Listenable":[]},"OutlinedBorder":{"ShapeBorder":[]},"_CompoundBorder":{"ShapeBorder":[]},"BoxBorder":{"ShapeBorder":[]},"Border":{"ShapeBorder":[]},"BorderDirectional":{"ShapeBorder":[]},"BoxDecoration":{"Decoration":[]},"_BoxDecorationPainter":{"BoxPainter":[]},"CircleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"ColorSwatch":{"Color":[]},"EdgeInsets":{"EdgeInsetsGeometry":[]},"EdgeInsetsDirectional":{"EdgeInsetsGeometry":[]},"_MixedEdgeInsets":{"EdgeInsetsGeometry":[]},"FractionalOffset":{"AlignmentGeometry":[]},"NetworkImage0":{"ImageProvider":["NetworkImage0"]},"AssetBundleImageProvider":{"ImageProvider":["AssetBundleImageKey"]},"AssetImage":{"ImageProvider":["AssetBundleImageKey"],"ImageProvider.T":"AssetBundleImageKey"},"InlineSpan":{"DiagnosticableTree":[]},"RoundedRectangleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"_RoundedRectangleToCircleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"ShapeDecoration":{"Decoration":[]},"_ShapeDecorationPainter":{"BoxPainter":[]},"TextSpan":{"InlineSpan":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[]},"RenderAnimatedSize":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"BoxHitTestResult":{"HitTestResult":[]},"ContainerBoxParentData":{"BoxParentData":[],"ContainerParentDataMixin":["1"]},"RenderBox":{"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"BoxHitTestEntry":{"HitTestEntry":[]},"MultiChildLayoutParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"]},"RenderCustomMultiChildLayoutBox":{"RenderBoxContainerDefaultsMixin":["RenderBox","MultiChildLayoutParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","MultiChildLayoutParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"MultiChildLayoutParentData","RenderBoxContainerDefaultsMixin.1":"MultiChildLayoutParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderCustomPaint":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"CustomPainter":{"Listenable":[]},"RenderEditablePainter":{"Listenable":[]},"RenderEditable":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"_RenderEditableCustomPaint":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"_TextHighlightPainter":{"RenderEditablePainter":[],"Listenable":[]},"_FloatingCursorPainter":{"RenderEditablePainter":[],"Listenable":[]},"_CompositeRenderEditablePainter":{"RenderEditablePainter":[],"Listenable":[]},"RenderErrorBox":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"FlexParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"]},"RenderFlex":{"RenderBoxContainerDefaultsMixin":["RenderBox","FlexParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","FlexParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderImage":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"Layer0":{"DiagnosticableTree":[],"AbstractNode":[]},"ContainerLayer0":{"DiagnosticableTree":[],"AbstractNode":[]},"OffsetLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"TransformLayer":{"OffsetLayer":[],"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"PictureLayer":{"DiagnosticableTree":[],"AbstractNode":[]},"PlatformViewLayer":{"DiagnosticableTree":[],"AbstractNode":[]},"PerformanceOverlayLayer":{"DiagnosticableTree":[],"AbstractNode":[]},"ClipRectLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"ClipRRectLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"ClipPathLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"OpacityLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"PhysicalModelLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"LeaderLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"FollowerLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"AnnotatedRegionLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"ListBodyParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"]},"RenderListBody":{"RenderBoxContainerDefaultsMixin":["RenderBox","ListBodyParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","ListBodyParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"MouseTracker":{"Listenable":[]},"RenderObject":{"DiagnosticableTree":[],"AbstractNode":[]},"_RootSemanticsFragment":{"_InterestingSemanticsFragment":[]},"_SwitchableSemanticsFragment":{"_InterestingSemanticsFragment":[]},"_AbortingSemanticsFragment":{"_InterestingSemanticsFragment":[]},"DiagnosticsDebugCreator":{"DiagnosticsProperty":["Object"],"DiagnosticsNode":[]},"TextParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"]},"RenderParagraph":{"RenderBoxContainerDefaultsMixin":["RenderBox","TextParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","TextParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderPerformanceOverlay":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"_PlatformViewGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"PlatformViewRenderBox":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"AbstractNode":[]},"RenderProxyBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderProxyBoxWithHitTestBehavior":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"CustomClipper":{"Listenable":[]},"ShapeBorderClipper":{"CustomClipper":["Path"],"Listenable":[]},"RenderAbsorbPointer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderSemanticsGestureHandler":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderConstrainedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderLimitedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderAspectRatio":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderIntrinsicWidth":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderIntrinsicHeight":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderOpacity":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderAnimatedOpacity":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"_RenderCustomClip":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderClipRect":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderClipRRect":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderClipOval":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderClipPath":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"_RenderPhysicalModelBase":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderPhysicalModel":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderPhysicalShape":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderDecoratedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderTransform":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderFittedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderFractionalTranslation":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderPointerListener":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderMouseRegion":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"AbstractNode":[]},"RenderRepaintBoundary":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderIgnorePointer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderOffstage":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderMetaData":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderSemanticsAnnotations":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderBlockSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderMergeSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderExcludeSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderIndexedSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderLeaderLayer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderFollowerLayer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderAnnotatedRegion":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderShiftedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderPadding":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderAligningShiftedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderPositionedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderFractionallySizedOverflowBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderCustomSingleChildLayoutBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"SliverHitTestResult":{"HitTestResult":[]},"SliverLogicalContainerParentData":{"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderSliver"]},"SliverPhysicalContainerParentData":{"SliverPhysicalParentData":[],"ContainerParentDataMixin":["RenderSliver"]},"RenderSliver":{"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"SliverHitTestEntry":{"HitTestEntry":[]},"RenderSliverFillViewport":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"RenderSliverFixedExtentBoxAdaptor":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"SliverGridParentData":{"SliverMultiBoxAdaptorParentData":[],"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderBox"],"KeepAliveParentDataMixin":[]},"RenderSliverGrid":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"RenderSliverList":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"SliverMultiBoxAdaptorParentData":{"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderBox"],"KeepAliveParentDataMixin":[]},"RenderSliverMultiBoxAdaptor":{"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderSliverEdgeInsetsPadding":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderSliver"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderSliverPadding":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderSliver"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderSliverPersistentHeader":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderSliverPinnedPersistentHeader":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"StackParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"]},"RenderStack":{"RenderBoxContainerDefaultsMixin":["RenderBox","StackParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderIndexedStack":{"RenderStack":[],"RenderBoxContainerDefaultsMixin":["RenderBox","StackParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"TableCellParentData":{"BoxParentData":[]},"IntrinsicColumnWidth":{"TableColumnWidth":[]},"FixedColumnWidth":{"TableColumnWidth":[]},"FlexColumnWidth":{"TableColumnWidth":[]},"RenderTable":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"AlignmentGeometryTween":{"Tween":["AlignmentGeometry?"],"Animatable":["AlignmentGeometry?"],"Tween.T":"AlignmentGeometry?","Animatable.T":"AlignmentGeometry?"},"RenderView":{"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderViewportBase":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["1"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","1"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderViewport":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["SliverPhysicalContainerParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","SliverPhysicalContainerParentData"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"SliverPhysicalContainerParentData","_RenderViewportBase_RenderBox_ContainerRenderObjectMixin.0":"SliverPhysicalContainerParentData","ContainerRenderObjectMixin.0":"RenderSliver"},"RenderShrinkWrappingViewport":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["SliverLogicalContainerParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","SliverLogicalContainerParentData"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"SliverLogicalContainerParentData","_RenderViewportBase_RenderBox_ContainerRenderObjectMixin.0":"SliverLogicalContainerParentData","ContainerRenderObjectMixin.0":"RenderSliver"},"ViewportOffset":{"Listenable":[]},"WrapParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"]},"RenderWrap":{"RenderBoxContainerDefaultsMixin":["RenderBox","WrapParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","WrapParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"WrapParentData","RenderBoxContainerDefaultsMixin.1":"WrapParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"TickerFuture":{"Future":["~"]},"TickerCanceled":{"Exception":[]},"SemanticsNode":{"DiagnosticableTree":[],"AbstractNode":[]},"_BoxEdge":{"Comparable":["_BoxEdge"]},"_SemanticsSortGroup":{"Comparable":["_SemanticsSortGroup"]},"_TraversalSortNode":{"Comparable":["_TraversalSortNode"]},"SemanticsSortKey":{"Comparable":["SemanticsSortKey"]},"_SemanticsDiagnosticableNode":{"DiagnosticableNode":["SemanticsNode"],"DiagnosticsNode":[]},"SemanticsHintOverrides":{"DiagnosticableTree":[]},"SemanticsProperties":{"DiagnosticableTree":[]},"SemanticsOwner":{"Listenable":[]},"OrdinalSortKey":{"Comparable":["SemanticsSortKey"]},"_AutofillScopeTextInputConfiguration":{"TextInputConfiguration":[]},"PlatformException":{"Exception":[]},"MissingPluginException":{"Exception":[]},"_DeferringMouseCursor":{"MouseCursor0":[]},"_NoopMouseCursorSession":{"MouseCursorSession":[]},"_NoopMouseCursor":{"MouseCursor0":[]},"_SystemMouseCursorSession":{"MouseCursorSession":[]},"SystemMouseCursor":{"MouseCursor0":[]},"RawKeyDownEvent":{"RawKeyEvent":[]},"RawKeyUpEvent":{"RawKeyEvent":[]},"RestorationManager":{"Listenable":[]},"FilteringTextInputFormatter":{"TextInputFormatter":[]},"LengthLimitingTextInputFormatter":{"TextInputFormatter":[]},"Actions":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActionsMarker":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"FocusableActionDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DoNothingIntent":{"Intent":[]},"DoNothingAndStopPropagationIntent":{"Intent":[]},"ActivateIntent":{"Intent":[]},"ButtonActivateIntent":{"Intent":[]},"DismissIntent":{"Intent":[]},"PrioritizedIntents":{"Intent":[]},"ContextAction":{"Action":["1"]},"CallbackAction":{"Action":["1"]},"_ActionsState":{"State":["Actions"]},"_FocusableActionDetectorState":{"State":["FocusableActionDetector"]},"DoNothingAction":{"Action":["Intent"]},"DismissAction":{"Action":["DismissIntent"]},"PrioritizedAction":{"Action":["PrioritizedIntents"]},"AnimatedCrossFade":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedCrossFadeState":{"State":["AnimatedCrossFade"]},"AnimatedSize":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedSwitcher":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedSwitcherState":{"State":["AnimatedSwitcher"]},"AnnotatedRegion":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"WidgetsApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MediaQueryFromWindow":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WidgetsAppState":{"State":["WidgetsApp"],"WidgetsBindingObserver":[]},"_MediaQueryFromWindowsState":{"State":["_MediaQueryFromWindow"],"WidgetsBindingObserver":[]},"StreamBuilderBase":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FutureBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StreamBuilderBaseState":{"State":["StreamBuilderBase<1,2>"]},"StreamBuilder":{"StreamBuilderBase":["1","AsyncSnapshot<1>"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"StreamBuilderBase.T":"1","StreamBuilderBase.S":"AsyncSnapshot<1>"},"_FutureBuilderState":{"State":["FutureBuilder<1>"]},"RawAutocomplete":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RawAutocompleteState":{"State":["RawAutocomplete<1>"]},"AutofillGroup":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AutofillScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"AutofillGroupState":{"State":["AutofillGroup"]},"AutomaticKeepAlive":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AutomaticKeepAliveState":{"State":["AutomaticKeepAlive"]},"KeepAliveHandle":{"Listenable":[]},"_NullWidget1":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Directionality":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Opacity":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Transform":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompositedTransformTarget":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompositedTransformFollower":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Padding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Align":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Center":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomSingleChildLayout":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"LayoutId":{"ParentDataWidget":["MultiChildLayoutParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"MultiChildLayoutParentData"},"CustomMultiChildLayout":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SizedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Positioned":{"ParentDataWidget":["StackParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"StackParentData"},"Flex":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Row":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Column":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Flexible":{"ParentDataWidget":["FlexParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"FlexParentData"},"Expanded":{"Flexible":[],"ParentDataWidget":["FlexParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"FlexParentData"},"DefaultAssetBundle":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Listener":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"MouseRegion":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"IgnorePointer":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Semantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlockSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomPaint":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipRect":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipRRect":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipOval":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipPath":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhysicalModel":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhysicalShape":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FittedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FractionalTranslation":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ConstrainedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FractionallySizedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"LimitedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Offstage":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OffstageElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"AspectRatio":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IntrinsicWidth":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IntrinsicHeight":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListBody":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Stack":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IndexedStack":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"PositionedDirectional":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Wrap":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RichText":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RawImage":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MouseRegionState":{"State":["MouseRegion"]},"_RawMouseRegion":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RepaintBoundary":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"AbsorbPointer":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"MetaData":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"MergeSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExcludeSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IndexedSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"KeyedSubtree":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Builder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ColoredBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderColoredBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderObjectToWidgetAdapter":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderObjectToWidgetElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"WidgetsFlutterBinding":{"SchedulerBinding":[]},"Container":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DecoratedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DecorationClipper":{"CustomClipper":["Path"],"Listenable":[]},"DefaultTextEditingActions":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DoNothingAndStopPropagationTextAction":{"ContextAction":["DoNothingAndStopPropagationTextIntent"],"Action":["DoNothingAndStopPropagationTextIntent"]},"_ExpandSelectionLeftByLineTextAction":{"ContextAction":["ExpandSelectionLeftByLineTextIntent"],"Action":["ExpandSelectionLeftByLineTextIntent"]},"_ExpandSelectionRightByLineTextAction":{"ContextAction":["ExpandSelectionRightByLineTextIntent"],"Action":["ExpandSelectionRightByLineTextIntent"]},"_ExpandSelectionToEndTextAction":{"ContextAction":["ExpandSelectionToEndTextIntent"],"Action":["ExpandSelectionToEndTextIntent"]},"_ExpandSelectionToStartTextAction":{"ContextAction":["ExpandSelectionToStartTextIntent"],"Action":["ExpandSelectionToStartTextIntent"]},"_ExtendSelectionDownTextAction":{"ContextAction":["ExtendSelectionDownTextIntent"],"Action":["ExtendSelectionDownTextIntent"]},"_ExtendSelectionLeftByLineTextAction":{"ContextAction":["ExtendSelectionLeftByLineTextIntent"],"Action":["ExtendSelectionLeftByLineTextIntent"]},"_ExtendSelectionLeftByWordAndStopAtReversalTextAction":{"ContextAction":["ExtendSelectionLeftByWordAndStopAtReversalTextIntent"],"Action":["ExtendSelectionLeftByWordAndStopAtReversalTextIntent"]},"_ExtendSelectionLeftByWordTextAction":{"ContextAction":["ExtendSelectionLeftByWordTextIntent"],"Action":["ExtendSelectionLeftByWordTextIntent"]},"_ExtendSelectionLeftTextAction":{"ContextAction":["ExtendSelectionLeftTextIntent"],"Action":["ExtendSelectionLeftTextIntent"]},"_ExtendSelectionRightByLineTextAction":{"ContextAction":["ExtendSelectionRightByLineTextIntent"],"Action":["ExtendSelectionRightByLineTextIntent"]},"_ExtendSelectionRightByWordAndStopAtReversalTextAction":{"ContextAction":["ExtendSelectionRightByWordAndStopAtReversalTextIntent"],"Action":["ExtendSelectionRightByWordAndStopAtReversalTextIntent"]},"_ExtendSelectionRightByWordTextAction":{"ContextAction":["ExtendSelectionRightByWordTextIntent"],"Action":["ExtendSelectionRightByWordTextIntent"]},"_ExtendSelectionRightTextAction":{"ContextAction":["ExtendSelectionRightTextIntent"],"Action":["ExtendSelectionRightTextIntent"]},"_ExtendSelectionUpTextAction":{"ContextAction":["ExtendSelectionUpTextIntent"],"Action":["ExtendSelectionUpTextIntent"]},"_MoveSelectionDownTextAction":{"ContextAction":["MoveSelectionDownTextIntent"],"Action":["MoveSelectionDownTextIntent"]},"_MoveSelectionLeftTextAction":{"ContextAction":["MoveSelectionLeftTextIntent"],"Action":["MoveSelectionLeftTextIntent"]},"_MoveSelectionRightTextAction":{"ContextAction":["MoveSelectionRightTextIntent"],"Action":["MoveSelectionRightTextIntent"]},"_MoveSelectionUpTextAction":{"ContextAction":["MoveSelectionUpTextIntent"],"Action":["MoveSelectionUpTextIntent"]},"_MoveSelectionLeftByLineTextAction":{"ContextAction":["MoveSelectionLeftByLineTextIntent"],"Action":["MoveSelectionLeftByLineTextIntent"]},"_MoveSelectionLeftByWordTextAction":{"ContextAction":["MoveSelectionLeftByWordTextIntent"],"Action":["MoveSelectionLeftByWordTextIntent"]},"_MoveSelectionRightByLineTextAction":{"ContextAction":["MoveSelectionRightByLineTextIntent"],"Action":["MoveSelectionRightByLineTextIntent"]},"_MoveSelectionRightByWordTextAction":{"ContextAction":["MoveSelectionRightByWordTextIntent"],"Action":["MoveSelectionRightByWordTextIntent"]},"_MoveSelectionToEndTextAction":{"ContextAction":["MoveSelectionToEndTextIntent"],"Action":["MoveSelectionToEndTextIntent"]},"_MoveSelectionToStartTextAction":{"ContextAction":["MoveSelectionToStartTextIntent"],"Action":["MoveSelectionToStartTextIntent"]},"DefaultTextEditingShortcuts":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"Draggable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DragTarget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DragTargetState":{"State":["DragTarget<1>"]},"LongPressDraggable":{"Draggable":["1"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DraggableState":{"State":["Draggable<1>"]},"DraggableScrollableSheet":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ResetNotifier":{"Listenable":[]},"_InheritedResetNotifier":{"InheritedNotifier":["_ResetNotifier"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"_ResetNotifier"},"_DraggableScrollableSheetState":{"State":["DraggableScrollableSheet"]},"_DraggableScrollableSheetScrollController":{"ScrollController":[],"Listenable":[]},"_DraggableScrollableSheetScrollPosition":{"ScrollPosition":[],"ViewportOffset":[],"Listenable":[]},"DualTransitionBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DualTransitionBuilderState":{"State":["DualTransitionBuilder"]},"TextEditingController":{"ValueNotifier":["TextEditingValue"],"Listenable":[]},"EditableText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EditableTextState":{"State":["EditableText"],"WidgetsBindingObserver":[],"AutofillClient":[],"TextEditingActionTarget":[]},"_Editable":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FocusNode":{"DiagnosticableTree":[],"Listenable":[]},"FocusScopeNode":{"FocusNode":[],"DiagnosticableTree":[],"Listenable":[]},"FocusManager":{"DiagnosticableTree":[],"Listenable":[]},"Focus":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusMarker":{"InheritedNotifier":["FocusNode"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"FocusNode"},"_FocusState":{"State":["Focus"]},"FocusScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusScopeState":{"State":["Focus"]},"FocusTraversalGroup":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusTraversalGroupMarker":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"RequestFocusIntent":{"Intent":[]},"NextFocusIntent":{"Intent":[]},"PreviousFocusIntent":{"Intent":[]},"DirectionalFocusIntent":{"Intent":[]},"_FocusTraversalGroupState":{"State":["FocusTraversalGroup"]},"RequestFocusAction":{"Action":["RequestFocusIntent"]},"NextFocusAction":{"Action":["NextFocusIntent"]},"PreviousFocusAction":{"Action":["PreviousFocusIntent"]},"DirectionalFocusAction":{"Action":["DirectionalFocusIntent"]},"Form":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormState":{"State":["Form"]},"_FormScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormFieldState":{"State":["FormField<1>"]},"ObjectKey":{"LocalKey":[],"Key":[]},"GlobalKey":{"Key":[]},"LabeledGlobalKey":{"GlobalKey":["1"],"Key":[],"GlobalKey.T":"1"},"Widget":{"DiagnosticableTree":[]},"StatelessWidget":{"Widget":[],"DiagnosticableTree":[]},"StatefulWidget":{"Widget":[],"DiagnosticableTree":[]},"ProxyWidget":{"Widget":[],"DiagnosticableTree":[]},"ParentDataWidget":{"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"InheritedWidget":{"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderObjectWidget":{"Widget":[],"DiagnosticableTree":[]},"LeafRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SingleChildRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"MultiChildRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Element0":{"DiagnosticableTree":[],"BuildContext":[]},"ComponentElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"StatefulElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ProxyElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"InheritedElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"UniqueKey":{"LocalKey":[],"Key":[]},"GlobalObjectKey":{"GlobalKey":["1"],"Key":[],"GlobalObjectKey.T":"1","GlobalKey.T":"1"},"_ElementDiagnosticableTreeNode":{"DiagnosticableNode":["DiagnosticableTree"],"DiagnosticsNode":[]},"ErrorWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"StatelessElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ParentDataElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"RenderObjectElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"RootRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"LeafRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"SingleChildRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"MultiChildRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_NullElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_NullWidget":{"Widget":[],"DiagnosticableTree":[]},"RawGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RawGestureDetectorState":{"State":["RawGestureDetector"]},"GestureRecognizerFactoryWithHandlers":{"GestureRecognizerFactory":["1"]},"GestureDetector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GestureSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Hero":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HeroState":{"State":["Hero"]},"HeroController":{"NavigatorObserver":[]},"Icon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IconTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Image":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ImageState":{"State":["Image"],"WidgetsBindingObserver":[]},"BoxConstraintsTween":{"Tween":["BoxConstraints"],"Animatable":["BoxConstraints"],"Tween.T":"BoxConstraints","Animatable.T":"BoxConstraints"},"DecorationTween":{"Tween":["Decoration"],"Animatable":["Decoration"],"Tween.T":"Decoration","Animatable.T":"Decoration"},"EdgeInsetsGeometryTween":{"Tween":["EdgeInsetsGeometry"],"Animatable":["EdgeInsetsGeometry"],"Tween.T":"EdgeInsetsGeometry","Animatable.T":"EdgeInsetsGeometry"},"BorderRadiusTween":{"Tween":["BorderRadius"],"Animatable":["BorderRadius"],"Tween.T":"BorderRadius","Animatable.T":"BorderRadius"},"Matrix4Tween":{"Tween":["Matrix4"],"Animatable":["Matrix4"],"Tween.T":"Matrix4","Animatable.T":"Matrix4"},"TextStyleTween":{"Tween":["TextStyle"],"Animatable":["TextStyle"],"Tween.T":"TextStyle","Animatable.T":"TextStyle"},"ImplicitlyAnimatedWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedContainer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedPadding":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedOpacity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedDefaultTextStyle":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedPhysicalModel":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImplicitlyAnimatedWidgetState":{"State":["1"]},"AnimatedWidgetBaseState":{"State":["1"]},"_AnimatedContainerState":{"State":["AnimatedContainer"]},"_AnimatedPaddingState":{"State":["AnimatedPadding"]},"_AnimatedOpacityState":{"State":["AnimatedOpacity"]},"_AnimatedDefaultTextStyleState":{"State":["AnimatedDefaultTextStyle"]},"_AnimatedPhysicalModelState":{"State":["AnimatedPhysicalModel"]},"InheritedNotifier":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InheritedNotifierElement":{"InheritedElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"InheritedTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CaptureAll":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ConstrainedLayoutBuilder":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"LayoutBuilder":{"ConstrainedLayoutBuilder":["BoxConstraints"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"ConstrainedLayoutBuilder.0":"BoxConstraints"},"_LayoutBuilderElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_RenderLayoutBuilder":{"RenderConstrainedLayoutBuilder":["BoxConstraints","RenderBox"],"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"RenderConstrainedLayoutBuilder.0":"BoxConstraints"},"_LocalizationsScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Localizations":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WidgetsLocalizationsDelegate":{"LocalizationsDelegate":["WidgetsLocalizations"],"LocalizationsDelegate.T":"WidgetsLocalizations"},"DefaultWidgetsLocalizations":{"WidgetsLocalizations":[]},"_LocalizationsState":{"State":["Localizations"]},"MediaQuery":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnyTapGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"ModalBarrier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedModalBarrier":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnyTapGestureRecognizerFactory":{"GestureRecognizerFactory":["_AnyTapGestureRecognizer"]},"_ModalBarrierGestureDetector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"NavigationToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Page0":{"RouteSettings":[]},"HeroControllerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Navigator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"NavigatorState":{"State":["Navigator"]},"_NotAnnounced":{"Route":["~"]},"_NavigatorPushObservation":{"_NavigatorObservation":[]},"_NavigatorPopObservation":{"_NavigatorObservation":[]},"_NavigatorRemoveObservation":{"_NavigatorObservation":[]},"_NavigatorReplaceObservation":{"_NavigatorObservation":[]},"_HistoryProperty":{"RestorableProperty":["Map>?"],"Listenable":[]},"NotificationListener":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverflowBarParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"]},"OverflowBar":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderOverflowBar":{"RenderBoxContainerDefaultsMixin":["RenderBox","_OverflowBarParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","_OverflowBarParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"_OverflowBarParentData","RenderBoxContainerDefaultsMixin.1":"_OverflowBarParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"OverlayEntry":{"Listenable":[]},"_OverlayEntryWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverlayEntryWidgetState":{"State":["_OverlayEntryWidget"]},"Overlay":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"OverlayState":{"State":["Overlay"]},"_Theatre":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TheatreElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_RenderTheatre":{"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"StackParentData","ContainerRenderObjectMixin.0":"RenderBox"},"GlowingOverscrollIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GlowingOverscrollIndicatorState":{"State":["GlowingOverscrollIndicator"]},"_GlowController":{"Listenable":[]},"_GlowingOverscrollIndicatorPainter":{"Listenable":[]},"PageStorageKey":{"ValueKey":["1"],"LocalKey":[],"Key":[]},"PageStorage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PageView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PageController":{"ScrollController":[],"Listenable":[]},"_PagePosition":{"ScrollPosition":[],"PageMetrics":[],"ViewportOffset":[],"Listenable":[]},"_PageViewState":{"State":["PageView"]},"PageRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"]},"PerformanceOverlay":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HtmlElementViewController":{"PlatformViewController":[]},"PlatformViewLink":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PlatformViewSurface":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"HtmlElementView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PlatformViewLinkState":{"State":["PlatformViewLink"]},"PreferredSize":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PrimaryScrollController":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverReorderableList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverReorderableListState":{"State":["SliverReorderableList"]},"_ReorderableItem":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReorderableItemState":{"State":["_ReorderableItem"]},"ReorderableDragStartListener":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReorderableDelayedDragStartListener":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DragItemProxy":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReorderableItemGlobalKey":{"GlobalObjectKey":["State"],"GlobalKey":["State"],"Key":[],"GlobalObjectKey.T":"State","GlobalKey.T":"State"},"RestorationScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"UnmanagedRestorationScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"RootRestorationScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RestorableProperty":{"Listenable":[]},"_RestorationScopeState":{"State":["RestorationScope"]},"_RootRestorationScopeState":{"State":["RootRestorationScope"]},"RestorableValue":{"RestorableProperty":["1"],"Listenable":[]},"_RestorablePrimitiveValueN":{"RestorableProperty":["1"],"Listenable":[]},"_RestorablePrimitiveValue":{"_RestorablePrimitiveValueN":["1"],"RestorableProperty":["1"],"Listenable":[]},"RestorableNum":{"_RestorablePrimitiveValueN":["1"],"RestorableProperty":["1"],"Listenable":[],"_RestorablePrimitiveValueN.T":"1"},"RestorableBool":{"_RestorablePrimitiveValueN":["bool"],"RestorableProperty":["bool"],"Listenable":[],"_RestorablePrimitiveValueN.T":"bool"},"RestorableDateTime":{"RestorableProperty":["DateTime"],"Listenable":[]},"RestorableListenable":{"RestorableProperty":["1"],"Listenable":[]},"RestorableChangeNotifier":{"RestorableProperty":["1"],"Listenable":[]},"RestorableTextEditingController":{"RestorableProperty":["TextEditingController"],"Listenable":[]},"OverlayRoute":{"Route":["1"]},"TransitionRoute":{"Route":["1"]},"_ModalScopeStatus":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ModalScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ModalScopeState":{"State":["_ModalScope<1>"]},"ModalRoute":{"TransitionRoute":["1"],"Route":["1"]},"_DismissModalAction":{"Action":["DismissIntent"]},"PopupRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"]},"RouteObserver":{"NavigatorObserver":[]},"RawDialogRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"]},"SafeArea":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollAwareImageProvider":{"ImageProvider":["1"],"ImageProvider.T":"1"},"ScrollConfiguration":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollController":{"Listenable":[]},"ScrollNotification":{"LayoutChangedNotification":[]},"ScrollUpdateNotification":{"ScrollNotification":[],"LayoutChangedNotification":[]},"OverscrollNotification":{"ScrollNotification":[],"LayoutChangedNotification":[]},"ScrollStartNotification":{"ScrollNotification":[],"LayoutChangedNotification":[]},"ScrollEndNotification":{"ScrollNotification":[],"LayoutChangedNotification":[]},"UserScrollNotification":{"ScrollNotification":[],"LayoutChangedNotification":[]},"ScrollPosition":{"ViewportOffset":[],"Listenable":[]},"ScrollPositionWithSingleContext":{"ScrollPosition":[],"ViewportOffset":[],"Listenable":[]},"ScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoxScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GridView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Scrollable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScrollableScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollIntent":{"Intent":[]},"ScrollableState":{"State":["Scrollable"]},"_ScrollSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderScrollSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"ScrollAction":{"Action":["ScrollIntent"]},"_RestorableScrollOffset":{"RestorableProperty":["double?"],"Listenable":[]},"RawScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ThumbPressGestureRecognizer":{"LongPressGestureRecognizer":[],"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_TrackTapGestureRecognizer":{"TapGestureRecognizer":[],"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"ScrollbarPainter":{"Listenable":[]},"RawScrollbarState":{"State":["1"]},"LogicalKeySet":{"KeySet":["LogicalKeyboardKey"],"KeySet.T":"LogicalKeyboardKey"},"ShortcutManager":{"Listenable":[]},"Shortcuts":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ShortcutsState":{"State":["Shortcuts"]},"_ShortcutsMarker":{"InheritedNotifier":["ShortcutManager"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"ShortcutManager"},"_SingleChildViewport":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SingleChildScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderSingleChildViewport":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"_SaltedValueKey":{"ValueKey":["Key"],"LocalKey":[],"Key":[],"ValueKey.T":"Key"},"SliverWithKeepAliveWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverMultiBoxAdaptorWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverList":{"SliverMultiBoxAdaptorWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverGrid":{"SliverMultiBoxAdaptorWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverMultiBoxAdaptorElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"KeepAlive":{"ParentDataWidget":["KeepAliveParentDataMixin"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"KeepAliveParentDataMixin"},"SliverFillViewport":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SliverFillViewportRenderObjectWidget":{"SliverMultiBoxAdaptorWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SliverFractionalPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderSliverFractionalPadding":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderSliver"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"SliverPersistentHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SliverPersistentHeaderElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_SliverPersistentHeaderRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SliverPinnedPersistentHeader":{"_SliverPersistentHeaderRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderSliverPinnedPersistentHeaderForWidgets":{"_RenderSliverPersistentHeaderForWidgetsMixin":[],"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"Spacer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Table":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TableElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"TableCell":{"ParentDataWidget":["TableCellParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"TableCellParentData"},"DefaultTextStyle":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DefaultTextHeightBehavior":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Text":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NullWidget2":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextEditingAction":{"ContextAction":["1"],"Action":["1"]},"DoNothingAndStopPropagationTextIntent":{"Intent":[]},"ExpandSelectionLeftByLineTextIntent":{"Intent":[]},"ExpandSelectionRightByLineTextIntent":{"Intent":[]},"ExpandSelectionToEndTextIntent":{"Intent":[]},"ExpandSelectionToStartTextIntent":{"Intent":[]},"ExtendSelectionDownTextIntent":{"Intent":[]},"ExtendSelectionLeftByLineTextIntent":{"Intent":[]},"ExtendSelectionLeftByWordAndStopAtReversalTextIntent":{"Intent":[]},"ExtendSelectionLeftByWordTextIntent":{"Intent":[]},"ExtendSelectionLeftTextIntent":{"Intent":[]},"ExtendSelectionRightByLineTextIntent":{"Intent":[]},"ExtendSelectionRightByWordAndStopAtReversalTextIntent":{"Intent":[]},"ExtendSelectionRightByWordTextIntent":{"Intent":[]},"ExtendSelectionRightTextIntent":{"Intent":[]},"ExtendSelectionUpTextIntent":{"Intent":[]},"MoveSelectionDownTextIntent":{"Intent":[]},"MoveSelectionLeftByLineTextIntent":{"Intent":[]},"MoveSelectionLeftByWordTextIntent":{"Intent":[]},"MoveSelectionLeftTextIntent":{"Intent":[]},"MoveSelectionToStartTextIntent":{"Intent":[]},"MoveSelectionRightByLineTextIntent":{"Intent":[]},"MoveSelectionRightByWordTextIntent":{"Intent":[]},"MoveSelectionRightTextIntent":{"Intent":[]},"MoveSelectionToEndTextIntent":{"Intent":[]},"MoveSelectionUpTextIntent":{"Intent":[]},"_TextSelectionHandleOverlay":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextSelectionGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TransparentTapGestureRecognizer":{"TapGestureRecognizer":[],"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_TextSelectionHandleOverlayState":{"State":["_TextSelectionHandleOverlay"]},"_TextSelectionGestureDetectorState":{"State":["TextSelectionGestureDetector"]},"_EffectiveTickerMode":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"TickerMode":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Title":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlideTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FadeTransition":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedState":{"State":["AnimatedWidget"]},"ScaleTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RotationTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SizeTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DecoratedBoxTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ValueListenableBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ValueListenableBuilderState":{"State":["ValueListenableBuilder<1>"]},"Viewport":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ViewportElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ShrinkWrappingViewport":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Visibility":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WillPopScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WillPopScopeState":{"State":["WillPopScope"]},"DownloadProgress":{"FileResponse":[]},"FileInfo":{"FileResponse":[]},"NonStoringObjectProvider":{"CacheInfoRepository":[]},"HttpGetResponse":{"FileServiceResponse":[]},"HttpExceptionWithStatus":{"Exception":[]},"BlockPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BlockPickerState":{"State":["BlockPicker"]},"JsonViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"JsonObjectViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"JsonArrayViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_JsonViewerState":{"State":["JsonViewer"]},"JsonObjectViewerState":{"State":["JsonObjectViewer"]},"_JsonArrayViewerState":{"State":["JsonArrayViewer"]},"GlobalCupertinoLocalizations":{"CupertinoLocalizations":[]},"_GlobalCupertinoLocalizationsDelegate":{"LocalizationsDelegate":["CupertinoLocalizations"],"LocalizationsDelegate.T":"CupertinoLocalizations"},"CupertinoLocalizationAf":{"CupertinoLocalizations":[]},"CupertinoLocalizationAm":{"CupertinoLocalizations":[]},"CupertinoLocalizationAr":{"CupertinoLocalizations":[]},"CupertinoLocalizationAs":{"CupertinoLocalizations":[]},"CupertinoLocalizationAz":{"CupertinoLocalizations":[]},"CupertinoLocalizationBe":{"CupertinoLocalizations":[]},"CupertinoLocalizationBg":{"CupertinoLocalizations":[]},"CupertinoLocalizationBn":{"CupertinoLocalizations":[]},"CupertinoLocalizationBs":{"CupertinoLocalizations":[]},"CupertinoLocalizationCa":{"CupertinoLocalizations":[]},"CupertinoLocalizationCs":{"CupertinoLocalizations":[]},"CupertinoLocalizationDa":{"CupertinoLocalizations":[]},"CupertinoLocalizationDe":{"CupertinoLocalizations":[]},"CupertinoLocalizationDeCh":{"CupertinoLocalizations":[]},"CupertinoLocalizationEl":{"CupertinoLocalizations":[]},"CupertinoLocalizationEn":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnAu":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnCa":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnGb":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnIe":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnIn":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnNz":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnSg":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnZa":{"CupertinoLocalizations":[]},"CupertinoLocalizationEs":{"CupertinoLocalizations":[]},"CupertinoLocalizationEs419":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsAr":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsBo":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsCl":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsCo":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsCr":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsDo":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsEc":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsGt":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsHn":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsMx":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsNi":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsPa":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsPe":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsPr":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsPy":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsSv":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsUs":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsUy":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsVe":{"CupertinoLocalizations":[]},"CupertinoLocalizationEt":{"CupertinoLocalizations":[]},"CupertinoLocalizationEu":{"CupertinoLocalizations":[]},"CupertinoLocalizationFa":{"CupertinoLocalizations":[]},"CupertinoLocalizationFi":{"CupertinoLocalizations":[]},"CupertinoLocalizationFil":{"CupertinoLocalizations":[]},"CupertinoLocalizationFr":{"CupertinoLocalizations":[]},"CupertinoLocalizationFrCa":{"CupertinoLocalizations":[]},"CupertinoLocalizationGl":{"CupertinoLocalizations":[]},"CupertinoLocalizationGsw":{"CupertinoLocalizations":[]},"CupertinoLocalizationGu":{"CupertinoLocalizations":[]},"CupertinoLocalizationHe":{"CupertinoLocalizations":[]},"CupertinoLocalizationHi":{"CupertinoLocalizations":[]},"CupertinoLocalizationHr":{"CupertinoLocalizations":[]},"CupertinoLocalizationHu":{"CupertinoLocalizations":[]},"CupertinoLocalizationHy":{"CupertinoLocalizations":[]},"CupertinoLocalizationId":{"CupertinoLocalizations":[]},"CupertinoLocalizationIs":{"CupertinoLocalizations":[]},"CupertinoLocalizationIt":{"CupertinoLocalizations":[]},"CupertinoLocalizationJa":{"CupertinoLocalizations":[]},"CupertinoLocalizationKa":{"CupertinoLocalizations":[]},"CupertinoLocalizationKk":{"CupertinoLocalizations":[]},"CupertinoLocalizationKm":{"CupertinoLocalizations":[]},"CupertinoLocalizationKn":{"CupertinoLocalizations":[]},"CupertinoLocalizationKo":{"CupertinoLocalizations":[]},"CupertinoLocalizationKy":{"CupertinoLocalizations":[]},"CupertinoLocalizationLo":{"CupertinoLocalizations":[]},"CupertinoLocalizationLt":{"CupertinoLocalizations":[]},"CupertinoLocalizationLv":{"CupertinoLocalizations":[]},"CupertinoLocalizationMk":{"CupertinoLocalizations":[]},"CupertinoLocalizationMl":{"CupertinoLocalizations":[]},"CupertinoLocalizationMn":{"CupertinoLocalizations":[]},"CupertinoLocalizationMr":{"CupertinoLocalizations":[]},"CupertinoLocalizationMs":{"CupertinoLocalizations":[]},"CupertinoLocalizationMy":{"CupertinoLocalizations":[]},"CupertinoLocalizationNb":{"CupertinoLocalizations":[]},"CupertinoLocalizationNe":{"CupertinoLocalizations":[]},"CupertinoLocalizationNl":{"CupertinoLocalizations":[]},"CupertinoLocalizationNo":{"CupertinoLocalizations":[]},"CupertinoLocalizationOr":{"CupertinoLocalizations":[]},"CupertinoLocalizationPa":{"CupertinoLocalizations":[]},"CupertinoLocalizationPl":{"CupertinoLocalizations":[]},"CupertinoLocalizationPt":{"CupertinoLocalizations":[]},"CupertinoLocalizationPtPt":{"CupertinoLocalizations":[]},"CupertinoLocalizationRo":{"CupertinoLocalizations":[]},"CupertinoLocalizationRu":{"CupertinoLocalizations":[]},"CupertinoLocalizationSi":{"CupertinoLocalizations":[]},"CupertinoLocalizationSk":{"CupertinoLocalizations":[]},"CupertinoLocalizationSl":{"CupertinoLocalizations":[]},"CupertinoLocalizationSq":{"CupertinoLocalizations":[]},"CupertinoLocalizationSr":{"CupertinoLocalizations":[]},"CupertinoLocalizationSrCyrl":{"CupertinoLocalizations":[]},"CupertinoLocalizationSrLatn":{"CupertinoLocalizations":[]},"CupertinoLocalizationSv":{"CupertinoLocalizations":[]},"CupertinoLocalizationSw":{"CupertinoLocalizations":[]},"CupertinoLocalizationTa":{"CupertinoLocalizations":[]},"CupertinoLocalizationTe":{"CupertinoLocalizations":[]},"CupertinoLocalizationTh":{"CupertinoLocalizations":[]},"CupertinoLocalizationTl":{"CupertinoLocalizations":[]},"CupertinoLocalizationTr":{"CupertinoLocalizations":[]},"CupertinoLocalizationUk":{"CupertinoLocalizations":[]},"CupertinoLocalizationUr":{"CupertinoLocalizations":[]},"CupertinoLocalizationUz":{"CupertinoLocalizations":[]},"CupertinoLocalizationVi":{"CupertinoLocalizations":[]},"CupertinoLocalizationZh":{"CupertinoLocalizations":[]},"CupertinoLocalizationZhHans":{"CupertinoLocalizations":[]},"CupertinoLocalizationZhHant":{"CupertinoLocalizations":[]},"CupertinoLocalizationZhHantHk":{"CupertinoLocalizations":[]},"CupertinoLocalizationZhHantTw":{"CupertinoLocalizations":[]},"CupertinoLocalizationZu":{"CupertinoLocalizations":[]},"MaterialLocalizationAf":{"MaterialLocalizations":[]},"MaterialLocalizationAm":{"MaterialLocalizations":[]},"MaterialLocalizationAr":{"MaterialLocalizations":[]},"MaterialLocalizationAs":{"MaterialLocalizations":[]},"MaterialLocalizationAz":{"MaterialLocalizations":[]},"MaterialLocalizationBe":{"MaterialLocalizations":[]},"MaterialLocalizationBg":{"MaterialLocalizations":[]},"MaterialLocalizationBn":{"MaterialLocalizations":[]},"MaterialLocalizationBs":{"MaterialLocalizations":[]},"MaterialLocalizationCa":{"MaterialLocalizations":[]},"MaterialLocalizationCs":{"MaterialLocalizations":[]},"MaterialLocalizationDa":{"MaterialLocalizations":[]},"MaterialLocalizationDe":{"MaterialLocalizations":[]},"MaterialLocalizationDeCh":{"MaterialLocalizations":[]},"MaterialLocalizationEl":{"MaterialLocalizations":[]},"MaterialLocalizationEn":{"MaterialLocalizations":[]},"MaterialLocalizationEnAu":{"MaterialLocalizations":[]},"MaterialLocalizationEnCa":{"MaterialLocalizations":[]},"MaterialLocalizationEnGb":{"MaterialLocalizations":[]},"MaterialLocalizationEnIe":{"MaterialLocalizations":[]},"MaterialLocalizationEnIn":{"MaterialLocalizations":[]},"MaterialLocalizationEnNz":{"MaterialLocalizations":[]},"MaterialLocalizationEnSg":{"MaterialLocalizations":[]},"MaterialLocalizationEnZa":{"MaterialLocalizations":[]},"MaterialLocalizationEs":{"MaterialLocalizations":[]},"MaterialLocalizationEs419":{"MaterialLocalizations":[]},"MaterialLocalizationEsAr":{"MaterialLocalizations":[]},"MaterialLocalizationEsBo":{"MaterialLocalizations":[]},"MaterialLocalizationEsCl":{"MaterialLocalizations":[]},"MaterialLocalizationEsCo":{"MaterialLocalizations":[]},"MaterialLocalizationEsCr":{"MaterialLocalizations":[]},"MaterialLocalizationEsDo":{"MaterialLocalizations":[]},"MaterialLocalizationEsEc":{"MaterialLocalizations":[]},"MaterialLocalizationEsGt":{"MaterialLocalizations":[]},"MaterialLocalizationEsHn":{"MaterialLocalizations":[]},"MaterialLocalizationEsMx":{"MaterialLocalizations":[]},"MaterialLocalizationEsNi":{"MaterialLocalizations":[]},"MaterialLocalizationEsPa":{"MaterialLocalizations":[]},"MaterialLocalizationEsPe":{"MaterialLocalizations":[]},"MaterialLocalizationEsPr":{"MaterialLocalizations":[]},"MaterialLocalizationEsPy":{"MaterialLocalizations":[]},"MaterialLocalizationEsSv":{"MaterialLocalizations":[]},"MaterialLocalizationEsUs":{"MaterialLocalizations":[]},"MaterialLocalizationEsUy":{"MaterialLocalizations":[]},"MaterialLocalizationEsVe":{"MaterialLocalizations":[]},"MaterialLocalizationEt":{"MaterialLocalizations":[]},"MaterialLocalizationEu":{"MaterialLocalizations":[]},"MaterialLocalizationFa":{"MaterialLocalizations":[]},"MaterialLocalizationFi":{"MaterialLocalizations":[]},"MaterialLocalizationFil":{"MaterialLocalizations":[]},"MaterialLocalizationFr":{"MaterialLocalizations":[]},"MaterialLocalizationFrCa":{"MaterialLocalizations":[]},"MaterialLocalizationGl":{"MaterialLocalizations":[]},"MaterialLocalizationGsw":{"MaterialLocalizations":[]},"MaterialLocalizationGu":{"MaterialLocalizations":[]},"MaterialLocalizationHe":{"MaterialLocalizations":[]},"MaterialLocalizationHi":{"MaterialLocalizations":[]},"MaterialLocalizationHr":{"MaterialLocalizations":[]},"MaterialLocalizationHu":{"MaterialLocalizations":[]},"MaterialLocalizationHy":{"MaterialLocalizations":[]},"MaterialLocalizationId":{"MaterialLocalizations":[]},"MaterialLocalizationIs":{"MaterialLocalizations":[]},"MaterialLocalizationIt":{"MaterialLocalizations":[]},"MaterialLocalizationJa":{"MaterialLocalizations":[]},"MaterialLocalizationKa":{"MaterialLocalizations":[]},"MaterialLocalizationKk":{"MaterialLocalizations":[]},"MaterialLocalizationKm":{"MaterialLocalizations":[]},"MaterialLocalizationKn":{"MaterialLocalizations":[]},"MaterialLocalizationKo":{"MaterialLocalizations":[]},"MaterialLocalizationKy":{"MaterialLocalizations":[]},"MaterialLocalizationLo":{"MaterialLocalizations":[]},"MaterialLocalizationLt":{"MaterialLocalizations":[]},"MaterialLocalizationLv":{"MaterialLocalizations":[]},"MaterialLocalizationMk":{"MaterialLocalizations":[]},"MaterialLocalizationMl":{"MaterialLocalizations":[]},"MaterialLocalizationMn":{"MaterialLocalizations":[]},"MaterialLocalizationMr":{"MaterialLocalizations":[]},"MaterialLocalizationMs":{"MaterialLocalizations":[]},"MaterialLocalizationMy":{"MaterialLocalizations":[]},"MaterialLocalizationNb":{"MaterialLocalizations":[]},"MaterialLocalizationNe":{"MaterialLocalizations":[]},"MaterialLocalizationNl":{"MaterialLocalizations":[]},"MaterialLocalizationNo":{"MaterialLocalizations":[]},"MaterialLocalizationOr":{"MaterialLocalizations":[]},"MaterialLocalizationPa":{"MaterialLocalizations":[]},"MaterialLocalizationPl":{"MaterialLocalizations":[]},"MaterialLocalizationPs":{"MaterialLocalizations":[]},"MaterialLocalizationPt":{"MaterialLocalizations":[]},"MaterialLocalizationPtPt":{"MaterialLocalizations":[]},"MaterialLocalizationRo":{"MaterialLocalizations":[]},"MaterialLocalizationRu":{"MaterialLocalizations":[]},"MaterialLocalizationSi":{"MaterialLocalizations":[]},"MaterialLocalizationSk":{"MaterialLocalizations":[]},"MaterialLocalizationSl":{"MaterialLocalizations":[]},"MaterialLocalizationSq":{"MaterialLocalizations":[]},"MaterialLocalizationSr":{"MaterialLocalizations":[]},"MaterialLocalizationSrCyrl":{"MaterialLocalizations":[]},"MaterialLocalizationSrLatn":{"MaterialLocalizations":[]},"MaterialLocalizationSv":{"MaterialLocalizations":[]},"MaterialLocalizationSw":{"MaterialLocalizations":[]},"MaterialLocalizationTa":{"MaterialLocalizations":[]},"MaterialLocalizationTe":{"MaterialLocalizations":[]},"MaterialLocalizationTh":{"MaterialLocalizations":[]},"MaterialLocalizationTl":{"MaterialLocalizations":[]},"MaterialLocalizationTr":{"MaterialLocalizations":[]},"MaterialLocalizationUk":{"MaterialLocalizations":[]},"MaterialLocalizationUr":{"MaterialLocalizations":[]},"MaterialLocalizationUz":{"MaterialLocalizations":[]},"MaterialLocalizationVi":{"MaterialLocalizations":[]},"MaterialLocalizationZh":{"MaterialLocalizations":[]},"MaterialLocalizationZhHans":{"MaterialLocalizations":[]},"MaterialLocalizationZhHant":{"MaterialLocalizations":[]},"MaterialLocalizationZhHantHk":{"MaterialLocalizations":[]},"MaterialLocalizationZhHantTw":{"MaterialLocalizations":[]},"MaterialLocalizationZu":{"MaterialLocalizations":[]},"GlobalMaterialLocalizations":{"MaterialLocalizations":[]},"_MaterialLocalizationsDelegate0":{"LocalizationsDelegate":["MaterialLocalizations"],"LocalizationsDelegate.T":"MaterialLocalizations"},"GlobalWidgetsLocalizations":{"WidgetsLocalizations":[]},"_WidgetsLocalizationsDelegate0":{"LocalizationsDelegate":["WidgetsLocalizations"],"LocalizationsDelegate.T":"WidgetsLocalizations"},"StoreProvider":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"StoreConnector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StoreStreamListener":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StoreBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StoreStreamListenerState":{"State":["_StoreStreamListener<1,2>"]},"StoreProviderError":{"Error":[]},"ConverterError":{"Error":[]},"_SlidableScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableData":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Slidable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableState":{"State":["Slidable"]},"_SlidableStackActionPane":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableDrawerActionPane":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClosableSlideAction":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IconSlideAction":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomSizeTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StyledToast":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StyledToastWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StyledToastWidgetState":{"State":["_StyledToastWidget"],"WidgetsBindingObserver":[]},"_StyledToastState":{"State":["StyledToast"]},"StyledToastTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"TypeAheadField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SuggestionsList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TypeAheadFormField":{"FormField":["String*"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"FormField.T":"String*"},"_TypeAheadFormFieldState":{"FormFieldState":["String*"],"State":["FormField*"]},"_TypeAheadFieldState":{"State":["TypeAheadField<1*>*"],"WidgetsBindingObserver":[]},"_SuggestionsListState":{"State":["_SuggestionsList<1*>*"]},"ByteStream":{"Stream":["List"],"Stream.T":"List"},"ClientException":{"Exception":[]},"CaseInsensitiveMap":{"CanonicalizedMap":["String","String","1"],"Map":["String","1"],"CanonicalizedMap.V":"1","CanonicalizedMap.K":"String","CanonicalizedMap.C":"String"},"_DateFormatLiteralField":{"_DateFormatField":[]},"_DateFormatQuotedField":{"_DateFormatField":[]},"_DateFormatPatternField":{"_DateFormatField":[]},"LocaleDataException":{"Exception":[]},"_$AccountEntitySerializer":{"StructuredSerializer":["AccountEntity*"],"Serializer":["AccountEntity*"]},"_$AccountEntity":{"AccountEntity":[]},"ClientEntity":{"BaseEntity":[],"SelectableEntity":[]},"ContactEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$ClientListResponseSerializer":{"StructuredSerializer":["ClientListResponse*"],"Serializer":["ClientListResponse*"]},"_$ClientItemResponseSerializer":{"StructuredSerializer":["ClientItemResponse*"],"Serializer":["ClientItemResponse*"]},"_$ClientEntitySerializer":{"StructuredSerializer":["ClientEntity*"],"Serializer":["ClientEntity*"]},"_$ContactEntitySerializer":{"StructuredSerializer":["ContactEntity*"],"Serializer":["ContactEntity*"]},"_$ClientListResponse":{"ClientListResponse":[]},"_$ClientItemResponse":{"ClientItemResponse":[]},"_$ClientEntity":{"ClientEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$ContactEntity":{"ContactEntity":[],"BaseEntity":[],"SelectableEntity":[]},"CompanyGatewayEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$CompanyGatewayListResponseSerializer":{"StructuredSerializer":["CompanyGatewayListResponse*"],"Serializer":["CompanyGatewayListResponse*"]},"_$CompanyGatewayItemResponseSerializer":{"StructuredSerializer":["CompanyGatewayItemResponse*"],"Serializer":["CompanyGatewayItemResponse*"]},"_$CompanyGatewayEntitySerializer":{"StructuredSerializer":["CompanyGatewayEntity*"],"Serializer":["CompanyGatewayEntity*"]},"_$FeesAndLimitsSettingsSerializer":{"StructuredSerializer":["FeesAndLimitsSettings*"],"Serializer":["FeesAndLimitsSettings*"]},"_$CompanyGatewayListResponse":{"CompanyGatewayListResponse":[]},"_$CompanyGatewayItemResponse":{"CompanyGatewayItemResponse":[]},"_$CompanyGatewayEntity":{"CompanyGatewayEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$FeesAndLimitsSettings":{"FeesAndLimitsSettings":[]},"CompanyEntity":{"BaseEntity":[],"SelectableEntity":[]},"GatewayEntity":{"SelectableEntity":[]},"_$CompanyEntitySerializer":{"StructuredSerializer":["CompanyEntity*"],"Serializer":["CompanyEntity*"]},"_$GatewayEntitySerializer":{"StructuredSerializer":["GatewayEntity*"],"Serializer":["GatewayEntity*"]},"_$GatewayOptionsEntitySerializer":{"StructuredSerializer":["GatewayOptionsEntity*"],"Serializer":["GatewayOptionsEntity*"]},"_$UserCompanyEntitySerializer":{"StructuredSerializer":["UserCompanyEntity*"],"Serializer":["UserCompanyEntity*"]},"_$UserSettingsEntitySerializer":{"StructuredSerializer":["UserSettingsEntity*"],"Serializer":["UserSettingsEntity*"]},"_$ReportSettingsEntitySerializer":{"StructuredSerializer":["ReportSettingsEntity*"],"Serializer":["ReportSettingsEntity*"]},"_$CompanyItemResponseSerializer":{"StructuredSerializer":["CompanyItemResponse*"],"Serializer":["CompanyItemResponse*"]},"_$RegistrationFieldEntitySerializer":{"StructuredSerializer":["RegistrationFieldEntity*"],"Serializer":["RegistrationFieldEntity*"]},"_$CompanyEntity":{"CompanyEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$GatewayEntity":{"GatewayEntity":[],"SelectableEntity":[]},"_$GatewayOptionsEntity":{"GatewayOptionsEntity":[]},"_$UserCompanyEntity":{"UserCompanyEntity":[]},"_$UserSettingsEntity":{"UserSettingsEntity":[]},"_$ReportSettingsEntity":{"ReportSettingsEntity":[]},"_$CompanyItemResponse":{"CompanyItemResponse":[]},"_$RegistrationFieldEntity":{"RegistrationFieldEntity":[]},"_$CreditListResponseSerializer":{"StructuredSerializer":["CreditListResponse*"],"Serializer":["CreditListResponse*"]},"_$CreditItemResponseSerializer":{"StructuredSerializer":["CreditItemResponse*"],"Serializer":["CreditItemResponse*"]},"_$DateRangeSerializer":{"PrimitiveSerializer":["DateRange*"],"Serializer":["DateRange*"]},"_$DateRangeComparisonSerializer":{"PrimitiveSerializer":["DateRangeComparison*"],"Serializer":["DateRangeComparison*"]},"DesignEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$DesignListResponseSerializer":{"StructuredSerializer":["DesignListResponse*"],"Serializer":["DesignListResponse*"]},"_$DesignItemResponseSerializer":{"StructuredSerializer":["DesignItemResponse*"],"Serializer":["DesignItemResponse*"]},"_$DesignPreviewRequestSerializer":{"StructuredSerializer":["DesignPreviewRequest*"],"Serializer":["DesignPreviewRequest*"]},"_$DesignEntitySerializer":{"StructuredSerializer":["DesignEntity*"],"Serializer":["DesignEntity*"]},"_$DesignListResponse":{"DesignListResponse":[]},"_$DesignItemResponse":{"DesignItemResponse":[]},"_$DesignEntity":{"DesignEntity":[],"BaseEntity":[],"SelectableEntity":[]},"DocumentEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$DocumentListResponseSerializer":{"StructuredSerializer":["DocumentListResponse*"],"Serializer":["DocumentListResponse*"]},"_$DocumentItemResponseSerializer":{"StructuredSerializer":["DocumentItemResponse*"],"Serializer":["DocumentItemResponse*"]},"_$DocumentEntitySerializer":{"StructuredSerializer":["DocumentEntity*"],"Serializer":["DocumentEntity*"]},"_$DocumentListResponse":{"DocumentListResponse":[]},"_$DocumentItemResponse":{"DocumentItemResponse":[]},"_$DocumentEntity":{"DocumentEntity":[],"BaseEntity":[],"SelectableEntity":[]},"BaseEntity":{"SelectableEntity":[]},"_$EntityTypeSerializer":{"PrimitiveSerializer":["EntityType*"],"Serializer":["EntityType*"]},"_$EntityStateSerializer":{"PrimitiveSerializer":["EntityState*"],"Serializer":["EntityState*"]},"_$EmailTemplateSerializer":{"PrimitiveSerializer":["EmailTemplate*"],"Serializer":["EmailTemplate*"]},"_$LoginResponseSerializer":{"StructuredSerializer":["LoginResponse*"],"Serializer":["LoginResponse*"]},"_$ActivityEntitySerializer":{"StructuredSerializer":["ActivityEntity*"],"Serializer":["ActivityEntity*"]},"_$LedgerEntitySerializer":{"StructuredSerializer":["LedgerEntity*"],"Serializer":["LedgerEntity*"]},"_$LoginResponse":{"LoginResponse":[]},"_$ActivityEntity":{"ActivityEntity":[]},"_$LedgerEntity":{"LedgerEntity":[]},"ExpenseCategoryEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$ExpenseCategoryListResponseSerializer":{"StructuredSerializer":["ExpenseCategoryListResponse*"],"Serializer":["ExpenseCategoryListResponse*"]},"_$ExpenseCategoryItemResponseSerializer":{"StructuredSerializer":["ExpenseCategoryItemResponse*"],"Serializer":["ExpenseCategoryItemResponse*"]},"_$ExpenseCategoryEntitySerializer":{"StructuredSerializer":["ExpenseCategoryEntity*"],"Serializer":["ExpenseCategoryEntity*"]},"_$ExpenseCategoryListResponse":{"ExpenseCategoryListResponse":[]},"_$ExpenseCategoryItemResponse":{"ExpenseCategoryItemResponse":[]},"_$ExpenseCategoryEntity":{"ExpenseCategoryEntity":[],"BaseEntity":[],"SelectableEntity":[]},"ExpenseEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"ExpenseStatusEntity":{"EntityStatus":[],"SelectableEntity":[]},"_$ExpenseListResponseSerializer":{"StructuredSerializer":["ExpenseListResponse*"],"Serializer":["ExpenseListResponse*"]},"_$ExpenseItemResponseSerializer":{"StructuredSerializer":["ExpenseItemResponse*"],"Serializer":["ExpenseItemResponse*"]},"_$ExpenseEntitySerializer":{"StructuredSerializer":["ExpenseEntity*"],"Serializer":["ExpenseEntity*"]},"_$ExpenseScheduleEntitySerializer":{"StructuredSerializer":["ExpenseScheduleEntity*"],"Serializer":["ExpenseScheduleEntity*"]},"_$ExpenseStatusEntitySerializer":{"StructuredSerializer":["ExpenseStatusEntity*"],"Serializer":["ExpenseStatusEntity*"]},"_$ExpenseListResponse":{"ExpenseListResponse":[]},"_$ExpenseItemResponse":{"ExpenseItemResponse":[]},"_$ExpenseEntity":{"ExpenseEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$ExpenseScheduleEntity":{"ExpenseScheduleEntity":[]},"_$ExpenseStatusEntity":{"EntityStatus":[],"SelectableEntity":[]},"GatewayTokenEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$GatewayTokenListResponseSerializer":{"StructuredSerializer":["GatewayTokenListResponse*"],"Serializer":["GatewayTokenListResponse*"]},"_$GatewayTokenItemResponseSerializer":{"StructuredSerializer":["GatewayTokenItemResponse*"],"Serializer":["GatewayTokenItemResponse*"]},"_$GatewayTokenEntitySerializer":{"StructuredSerializer":["GatewayTokenEntity*"],"Serializer":["GatewayTokenEntity*"]},"_$GatewayTokenMetaEntitySerializer":{"StructuredSerializer":["GatewayTokenMetaEntity*"],"Serializer":["GatewayTokenMetaEntity*"]},"_$GatewayTokenEntity":{"GatewayTokenEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$GatewayTokenMetaEntity":{"GatewayTokenMetaEntity":[]},"GroupEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$GroupListResponseSerializer":{"StructuredSerializer":["GroupListResponse*"],"Serializer":["GroupListResponse*"]},"_$GroupItemResponseSerializer":{"StructuredSerializer":["GroupItemResponse*"],"Serializer":["GroupItemResponse*"]},"_$GroupEntitySerializer":{"StructuredSerializer":["GroupEntity*"],"Serializer":["GroupEntity*"]},"_$GroupListResponse":{"GroupListResponse":[]},"_$GroupItemResponse":{"GroupItemResponse":[]},"_$GroupEntity":{"GroupEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$HealthCheckResponseSerializer":{"StructuredSerializer":["HealthCheckResponse*"],"Serializer":["HealthCheckResponse*"]},"_$HealthCheckPHPResponseSerializer":{"StructuredSerializer":["HealthCheckPHPResponse*"],"Serializer":["HealthCheckPHPResponse*"]},"_$HealthCheckResponse":{"HealthCheckResponse":[]},"_$HealthCheckPHPResponse":{"HealthCheckPHPResponse":[]},"_$PreImportResponseSerializer":{"StructuredSerializer":["PreImportResponse*"],"Serializer":["PreImportResponse*"]},"_$PreImportResponseEntityDetailsSerializer":{"StructuredSerializer":["PreImportResponseEntityDetails*"],"Serializer":["PreImportResponseEntityDetails*"]},"_$ImportRequestSerializer":{"StructuredSerializer":["ImportRequest*"],"Serializer":["ImportRequest*"]},"_$ImportRequestMappingSerializer":{"StructuredSerializer":["ImportRequestMapping*"],"Serializer":["ImportRequestMapping*"]},"_$PreImportResponse":{"PreImportResponse":[]},"_$PreImportResponseEntityDetails":{"PreImportResponseEntityDetails":[]},"_$ImportRequestMapping":{"ImportRequestMapping":[]},"InvoiceEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"InvitationEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$InvoiceListResponseSerializer":{"StructuredSerializer":["InvoiceListResponse*"],"Serializer":["InvoiceListResponse*"]},"_$InvoiceItemResponseSerializer":{"StructuredSerializer":["InvoiceItemResponse*"],"Serializer":["InvoiceItemResponse*"]},"_$InvoiceEntitySerializer":{"StructuredSerializer":["InvoiceEntity*"],"Serializer":["InvoiceEntity*"]},"_$InvoiceItemEntitySerializer":{"StructuredSerializer":["InvoiceItemEntity*"],"Serializer":["InvoiceItemEntity*"]},"_$InvitationEntitySerializer":{"StructuredSerializer":["InvitationEntity*"],"Serializer":["InvitationEntity*"]},"_$InvoiceScheduleEntitySerializer":{"StructuredSerializer":["InvoiceScheduleEntity*"],"Serializer":["InvoiceScheduleEntity*"]},"_$InvoiceHistoryEntitySerializer":{"StructuredSerializer":["InvoiceHistoryEntity*"],"Serializer":["InvoiceHistoryEntity*"]},"_$InvoiceListResponse":{"InvoiceListResponse":[]},"_$InvoiceItemResponse":{"InvoiceItemResponse":[]},"_$InvoiceEntity":{"InvoiceEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$InvoiceItemEntity":{"InvoiceItemEntity":[]},"_$InvitationEntity":{"InvitationEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$InvoiceScheduleEntity":{"InvoiceScheduleEntity":[]},"_$InvoiceHistoryEntity":{"InvoiceHistoryEntity":[]},"PaymentEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"PaymentableEntity":{"SelectableEntity":[]},"_$PaymentListResponseSerializer":{"StructuredSerializer":["PaymentListResponse*"],"Serializer":["PaymentListResponse*"]},"_$PaymentItemResponseSerializer":{"StructuredSerializer":["PaymentItemResponse*"],"Serializer":["PaymentItemResponse*"]},"_$PaymentEntitySerializer":{"StructuredSerializer":["PaymentEntity*"],"Serializer":["PaymentEntity*"]},"_$PaymentableEntitySerializer":{"StructuredSerializer":["PaymentableEntity*"],"Serializer":["PaymentableEntity*"]},"_$PaymentListResponse":{"PaymentListResponse":[]},"_$PaymentItemResponse":{"PaymentItemResponse":[]},"_$PaymentEntity":{"PaymentEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$PaymentableEntity":{"PaymentableEntity":[],"SelectableEntity":[]},"PaymentTermEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$PaymentTermListResponseSerializer":{"StructuredSerializer":["PaymentTermListResponse*"],"Serializer":["PaymentTermListResponse*"]},"_$PaymentTermItemResponseSerializer":{"StructuredSerializer":["PaymentTermItemResponse*"],"Serializer":["PaymentTermItemResponse*"]},"_$PaymentTermEntitySerializer":{"StructuredSerializer":["PaymentTermEntity*"],"Serializer":["PaymentTermEntity*"]},"_$PaymentTermListResponse":{"PaymentTermListResponse":[]},"_$PaymentTermItemResponse":{"PaymentTermItemResponse":[]},"_$PaymentTermEntity":{"PaymentTermEntity":[],"BaseEntity":[],"SelectableEntity":[]},"ProductEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$ProductListResponseSerializer":{"StructuredSerializer":["ProductListResponse*"],"Serializer":["ProductListResponse*"]},"_$ProductItemResponseSerializer":{"StructuredSerializer":["ProductItemResponse*"],"Serializer":["ProductItemResponse*"]},"_$ProductEntitySerializer":{"StructuredSerializer":["ProductEntity*"],"Serializer":["ProductEntity*"]},"_$ProductListResponse":{"ProductListResponse":[]},"_$ProductItemResponse":{"ProductItemResponse":[]},"_$ProductEntity":{"ProductEntity":[],"BaseEntity":[],"SelectableEntity":[]},"ProjectEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$ProjectListResponseSerializer":{"StructuredSerializer":["ProjectListResponse*"],"Serializer":["ProjectListResponse*"]},"_$ProjectItemResponseSerializer":{"StructuredSerializer":["ProjectItemResponse*"],"Serializer":["ProjectItemResponse*"]},"_$ProjectEntitySerializer":{"StructuredSerializer":["ProjectEntity*"],"Serializer":["ProjectEntity*"]},"_$ProjectListResponse":{"ProjectListResponse":[]},"_$ProjectItemResponse":{"ProjectItemResponse":[]},"_$ProjectEntity":{"ProjectEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$SettingsEntitySerializer":{"StructuredSerializer":["SettingsEntity*"],"Serializer":["SettingsEntity*"]},"_$SettingsEntity":{"SettingsEntity":[]},"CountryEntity":{"SelectableEntity":[]},"_$CountryListResponseSerializer":{"StructuredSerializer":["CountryListResponse*"],"Serializer":["CountryListResponse*"]},"_$CountryItemResponseSerializer":{"StructuredSerializer":["CountryItemResponse*"],"Serializer":["CountryItemResponse*"]},"_$CountryEntitySerializer":{"StructuredSerializer":["CountryEntity*"],"Serializer":["CountryEntity*"]},"_$CountryEntity":{"CountryEntity":[],"SelectableEntity":[]},"CurrencyEntity":{"SelectableEntity":[]},"_$CurrencyListResponseSerializer":{"StructuredSerializer":["CurrencyListResponse*"],"Serializer":["CurrencyListResponse*"]},"_$CurrencyItemResponseSerializer":{"StructuredSerializer":["CurrencyItemResponse*"],"Serializer":["CurrencyItemResponse*"]},"_$CurrencyEntitySerializer":{"StructuredSerializer":["CurrencyEntity*"],"Serializer":["CurrencyEntity*"]},"_$CurrencyEntity":{"CurrencyEntity":[],"SelectableEntity":[]},"DateFormatEntity":{"SelectableEntity":[]},"_$DateFormatListResponseSerializer":{"StructuredSerializer":["DateFormatListResponse*"],"Serializer":["DateFormatListResponse*"]},"_$DateFormatItemResponseSerializer":{"StructuredSerializer":["DateFormatItemResponse*"],"Serializer":["DateFormatItemResponse*"]},"_$DateFormatEntitySerializer":{"StructuredSerializer":["DateFormatEntity*"],"Serializer":["DateFormatEntity*"]},"_$DateFormatEntity":{"DateFormatEntity":[],"SelectableEntity":[]},"_$DatetimeFormatListResponseSerializer":{"StructuredSerializer":["DatetimeFormatListResponse*"],"Serializer":["DatetimeFormatListResponse*"]},"_$DatetimeFormatItemResponseSerializer":{"StructuredSerializer":["DatetimeFormatItemResponse*"],"Serializer":["DatetimeFormatItemResponse*"]},"_$DatetimeFormatEntitySerializer":{"StructuredSerializer":["DatetimeFormatEntity*"],"Serializer":["DatetimeFormatEntity*"]},"_$DatetimeFormatEntity":{"DatetimeFormatEntity":[]},"FontEntity":{"SelectableEntity":[]},"_$FontEntity":{"SelectableEntity":[]},"IndustryEntity":{"SelectableEntity":[]},"_$IndustryListResponseSerializer":{"StructuredSerializer":["IndustryListResponse*"],"Serializer":["IndustryListResponse*"]},"_$IndustryItemResponseSerializer":{"StructuredSerializer":["IndustryItemResponse*"],"Serializer":["IndustryItemResponse*"]},"_$IndustryEntitySerializer":{"StructuredSerializer":["IndustryEntity*"],"Serializer":["IndustryEntity*"]},"_$IndustryEntity":{"IndustryEntity":[],"SelectableEntity":[]},"InvoiceStatusEntity":{"EntityStatus":[]},"_$InvoiceStatusEntitySerializer":{"StructuredSerializer":["InvoiceStatusEntity*"],"Serializer":["InvoiceStatusEntity*"]},"_$InvoiceStatusEntity":{"InvoiceStatusEntity":[],"EntityStatus":[]},"LanguageEntity":{"SelectableEntity":[]},"_$LanguageListResponseSerializer":{"StructuredSerializer":["LanguageListResponse*"],"Serializer":["LanguageListResponse*"]},"_$LanguageItemResponseSerializer":{"StructuredSerializer":["LanguageItemResponse*"],"Serializer":["LanguageItemResponse*"]},"_$LanguageEntitySerializer":{"StructuredSerializer":["LanguageEntity*"],"Serializer":["LanguageEntity*"]},"_$LanguageEntity":{"LanguageEntity":[],"SelectableEntity":[]},"PaymentTypeEntity":{"SelectableEntity":[]},"_$PaymentTypeListResponseSerializer":{"StructuredSerializer":["PaymentTypeListResponse*"],"Serializer":["PaymentTypeListResponse*"]},"_$PaymentTypeItemResponseSerializer":{"StructuredSerializer":["PaymentTypeItemResponse*"],"Serializer":["PaymentTypeItemResponse*"]},"_$PaymentTypeEntitySerializer":{"StructuredSerializer":["PaymentTypeEntity*"],"Serializer":["PaymentTypeEntity*"]},"_$PaymentTypeEntity":{"PaymentTypeEntity":[],"SelectableEntity":[]},"SizeEntity":{"SelectableEntity":[]},"_$SizeListResponseSerializer":{"StructuredSerializer":["SizeListResponse*"],"Serializer":["SizeListResponse*"]},"_$SizeItemResponseSerializer":{"StructuredSerializer":["SizeItemResponse*"],"Serializer":["SizeItemResponse*"]},"_$SizeEntitySerializer":{"StructuredSerializer":["SizeEntity*"],"Serializer":["SizeEntity*"]},"_$SizeEntity":{"SizeEntity":[],"SelectableEntity":[]},"_$StaticDataItemResponseSerializer":{"StructuredSerializer":["StaticDataItemResponse*"],"Serializer":["StaticDataItemResponse*"]},"_$StaticDataEntitySerializer":{"StructuredSerializer":["StaticDataEntity*"],"Serializer":["StaticDataEntity*"]},"_$TemplateEntitySerializer":{"StructuredSerializer":["TemplateEntity*"],"Serializer":["TemplateEntity*"]},"_$StaticDataEntity":{"StaticDataEntity":[]},"_$TemplateEntity":{"TemplateEntity":[]},"TimezoneEntity":{"SelectableEntity":[]},"_$TimezoneListResponseSerializer":{"StructuredSerializer":["TimezoneListResponse*"],"Serializer":["TimezoneListResponse*"]},"_$TimezoneItemResponseSerializer":{"StructuredSerializer":["TimezoneItemResponse*"],"Serializer":["TimezoneItemResponse*"]},"_$TimezoneEntitySerializer":{"StructuredSerializer":["TimezoneEntity*"],"Serializer":["TimezoneEntity*"]},"_$TimezoneEntity":{"TimezoneEntity":[],"SelectableEntity":[]},"SubscriptionEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$SubscriptionListResponseSerializer":{"StructuredSerializer":["SubscriptionListResponse*"],"Serializer":["SubscriptionListResponse*"]},"_$SubscriptionItemResponseSerializer":{"StructuredSerializer":["SubscriptionItemResponse*"],"Serializer":["SubscriptionItemResponse*"]},"_$SubscriptionEntitySerializer":{"StructuredSerializer":["SubscriptionEntity*"],"Serializer":["SubscriptionEntity*"]},"_$WebhookConfigurationEntitySerializer":{"StructuredSerializer":["WebhookConfigurationEntity*"],"Serializer":["WebhookConfigurationEntity*"]},"_$SubscriptionListResponse":{"SubscriptionListResponse":[]},"_$SubscriptionItemResponse":{"SubscriptionItemResponse":[]},"_$SubscriptionEntity":{"SubscriptionEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$WebhookConfigurationEntity":{"WebhookConfigurationEntity":[]},"_$SystemLogEntitySerializer":{"StructuredSerializer":["SystemLogEntity*"],"Serializer":["SystemLogEntity*"]},"_$SystemLogEntity":{"SystemLogEntity":[]},"TaskEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$TaskListResponseSerializer":{"StructuredSerializer":["TaskListResponse*"],"Serializer":["TaskListResponse*"]},"_$TaskItemResponseSerializer":{"StructuredSerializer":["TaskItemResponse*"],"Serializer":["TaskItemResponse*"]},"_$TaskEntitySerializer":{"StructuredSerializer":["TaskEntity*"],"Serializer":["TaskEntity*"]},"_$TaskListResponse":{"TaskListResponse":[]},"_$TaskItemResponse":{"TaskItemResponse":[]},"_$TaskTime":{"TaskTime":[]},"_$TaskEntity":{"TaskEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"TaskStatusEntity":{"BaseEntity":[],"SelectableEntity":[],"EntityStatus":[]},"_$TaskStatusListResponseSerializer":{"StructuredSerializer":["TaskStatusListResponse*"],"Serializer":["TaskStatusListResponse*"]},"_$TaskStatusItemResponseSerializer":{"StructuredSerializer":["TaskStatusItemResponse*"],"Serializer":["TaskStatusItemResponse*"]},"_$TaskStatusEntitySerializer":{"StructuredSerializer":["TaskStatusEntity*"],"Serializer":["TaskStatusEntity*"]},"_$TaskStatusListResponse":{"TaskStatusListResponse":[]},"_$TaskStatusItemResponse":{"TaskStatusItemResponse":[]},"_$TaskStatusEntity":{"TaskStatusEntity":[],"BaseEntity":[],"SelectableEntity":[],"EntityStatus":[]},"TaxRateEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$TaxRateListResponseSerializer":{"StructuredSerializer":["TaxRateListResponse*"],"Serializer":["TaxRateListResponse*"]},"_$TaxRateItemResponseSerializer":{"StructuredSerializer":["TaxRateItemResponse*"],"Serializer":["TaxRateItemResponse*"]},"_$TaxRateEntitySerializer":{"StructuredSerializer":["TaxRateEntity*"],"Serializer":["TaxRateEntity*"]},"_$TaxRateListResponse":{"TaxRateListResponse":[]},"_$TaxRateItemResponse":{"TaxRateItemResponse":[]},"_$TaxRateEntity":{"TaxRateEntity":[],"BaseEntity":[],"SelectableEntity":[]},"TokenEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$TokenListResponseSerializer":{"StructuredSerializer":["TokenListResponse*"],"Serializer":["TokenListResponse*"]},"_$TokenItemResponseSerializer":{"StructuredSerializer":["TokenItemResponse*"],"Serializer":["TokenItemResponse*"]},"_$TokenEntitySerializer":{"StructuredSerializer":["TokenEntity*"],"Serializer":["TokenEntity*"]},"_$TokenListResponse":{"TokenListResponse":[]},"_$TokenItemResponse":{"TokenItemResponse":[]},"_$TokenEntity":{"TokenEntity":[],"BaseEntity":[],"SelectableEntity":[]},"UserEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$UserListResponseSerializer":{"StructuredSerializer":["UserListResponse*"],"Serializer":["UserListResponse*"]},"_$UserItemResponseSerializer":{"StructuredSerializer":["UserItemResponse*"],"Serializer":["UserItemResponse*"]},"_$UserTwoFactorResponseSerializer":{"StructuredSerializer":["UserTwoFactorResponse*"],"Serializer":["UserTwoFactorResponse*"]},"_$UserTwoFactorDataSerializer":{"StructuredSerializer":["UserTwoFactorData*"],"Serializer":["UserTwoFactorData*"]},"_$UserCompanyItemResponseSerializer":{"StructuredSerializer":["UserCompanyItemResponse*"],"Serializer":["UserCompanyItemResponse*"]},"_$UserEntitySerializer":{"StructuredSerializer":["UserEntity*"],"Serializer":["UserEntity*"]},"_$UserListResponse":{"UserListResponse":[]},"_$UserItemResponse":{"UserItemResponse":[]},"_$UserTwoFactorResponse":{"UserTwoFactorResponse":[]},"_$UserTwoFactorData":{"UserTwoFactorData":[]},"_$UserCompanyItemResponse":{"UserCompanyItemResponse":[]},"_$UserEntity":{"UserEntity":[],"BaseEntity":[],"SelectableEntity":[]},"VendorEntity":{"BaseEntity":[],"SelectableEntity":[]},"VendorContactEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$VendorListResponseSerializer":{"StructuredSerializer":["VendorListResponse*"],"Serializer":["VendorListResponse*"]},"_$VendorItemResponseSerializer":{"StructuredSerializer":["VendorItemResponse*"],"Serializer":["VendorItemResponse*"]},"_$VendorEntitySerializer":{"StructuredSerializer":["VendorEntity*"],"Serializer":["VendorEntity*"]},"_$VendorContactEntitySerializer":{"StructuredSerializer":["VendorContactEntity*"],"Serializer":["VendorContactEntity*"]},"_$VendorListResponse":{"VendorListResponse":[]},"_$VendorItemResponse":{"VendorItemResponse":[]},"_$VendorEntity":{"VendorEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$VendorContactEntity":{"VendorContactEntity":[],"BaseEntity":[],"SelectableEntity":[]},"WebhookEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$WebhookListResponseSerializer":{"StructuredSerializer":["WebhookListResponse*"],"Serializer":["WebhookListResponse*"]},"_$WebhookItemResponseSerializer":{"StructuredSerializer":["WebhookItemResponse*"],"Serializer":["WebhookItemResponse*"]},"_$WebhookEntitySerializer":{"StructuredSerializer":["WebhookEntity*"],"Serializer":["WebhookEntity*"]},"_$WebhookListResponse":{"WebhookListResponse":[]},"_$WebhookItemResponse":{"WebhookItemResponse":[]},"_$WebhookEntity":{"WebhookEntity":[],"BaseEntity":[],"SelectableEntity":[]},"InvoiceNinjaApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceNinjaAppState":{"State":["InvoiceNinjaApp*"]},"SwitchListTableLayout":{"PersistUI":[],"PersistPrefs":[]},"PopLastHistory":{"PersistUI":[]},"DismissNativeWarning":{"PersistUI":[]},"LoadStaticSuccess":{"PersistStatic":[]},"ToggleEditorLayout":{"PersistPrefs":[]},"UpdateUserPreferences":{"PersistPrefs":[]},"LoadAccountSuccess":{"StopLoading":[]},"ResendConfirmation":{"StartLoading":[]},"RefreshData":{"StartLoading":[]},"RefreshDataSuccess":{"StopLoading":[]},"RefreshDataFailure":{"StopLoading":[]},"FilterByEntity":{"PersistUI":[]},"FilterCompany":{"PersistUI":[]},"ResendConfirmationFailure":{"StopLoading":[]},"ResendConfirmationSuccess":{"StopLoading":[]},"_$AppStateSerializer":{"StructuredSerializer":["AppState*"],"Serializer":["AppState*"]},"_$AppState":{"AppState":[]},"OAuthLoginRequest":{"StartLoading":[]},"UserLoginRequest":{"StartLoading":[]},"UserLoginSuccess":{"StopLoading":[]},"RecoverPasswordRequest":{"StartLoading":[]},"UserLogout":{"PersistData":[],"PersistUI":[]},"UserLogoutAll":{"StartLoading":[]},"UserSignUpRequest":{"StartLoading":[]},"OAuthSignUpRequest":{"StartLoading":[]},"UserLoginFailure":{"StopLoading":[]},"RecoverPasswordSuccess":{"StopLoading":[]},"RecoverPasswordFailure":{"StopLoading":[]},"UserLogoutAllSuccess":{"StopLoading":[]},"UserLogoutAllFailure":{"StopLoading":[]},"_$AuthStateSerializer":{"StructuredSerializer":["AuthState*"],"Serializer":["AuthState*"]},"_$AuthState":{"AuthState":[]},"ViewClientList":{"PersistUI":[]},"ViewClient":{"PersistUI":[],"PersistPrefs":[]},"EditClient":{"PersistUI":[],"PersistPrefs":[]},"EditContact":{"PersistUI":[]},"UpdateClient":{"PersistUI":[]},"LoadClientSuccess":{"StopLoading":[],"PersistData":[]},"LoadClientsFailure":{"StopLoading":[]},"LoadClientsSuccess":{"StopLoading":[]},"AddContact":{"PersistUI":[]},"UpdateContact":{"PersistUI":[]},"DeleteContact":{"PersistUI":[]},"SaveClientRequest":{"StartSaving":[]},"SaveClientSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddClientSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveClientsRequest":{"StartSaving":[]},"ArchiveClientsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteClientsRequest":{"StartSaving":[]},"DeleteClientsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreClientsRequest":{"StartSaving":[]},"RestoreClientSuccess":{"StopSaving":[],"PersistData":[]},"FilterClients":{"PersistUI":[]},"SortClients":{"PersistUI":[],"PersistPrefs":[]},"FilterClientsByState":{"PersistUI":[]},"FilterClientsByCustom1":{"PersistUI":[]},"FilterClientsByCustom2":{"PersistUI":[]},"FilterClientsByCustom3":{"PersistUI":[]},"FilterClientsByCustom4":{"PersistUI":[]},"SaveClientDocumentRequest":{"StartSaving":[]},"UpdateClientTab":{"PersistUI":[]},"LoadClientRequest":{"StartLoading":[]},"LoadClientFailure":{"StopLoading":[]},"LoadClientsRequest":{"StartLoading":[]},"SaveClientFailure":{"StopSaving":[]},"ArchiveClientsFailure":{"StopSaving":[]},"DeleteClientsFailure":{"StopSaving":[]},"RestoreClientFailure":{"StopSaving":[]},"SaveClientDocumentFailure":{"StopSaving":[]},"_$ClientStateSerializer":{"StructuredSerializer":["ClientState*"],"Serializer":["ClientState*"]},"_$ClientUIStateSerializer":{"StructuredSerializer":["ClientUIState*"],"Serializer":["ClientUIState*"]},"_$ClientState":{"ClientState":[]},"_$ClientUIState":{"ClientUIState":[]},"SelectCompany":{"ClearClientMultiselect":[]},"UpdateCompany":{"PersistUI":[]},"SaveCompanyRequest":{"StartSaving":[]},"SaveCompanySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddCompany":{"StartSaving":[]},"DeleteCompanyRequest":{"StartSaving":[]},"PurgeDataRequest":{"StartSaving":[]},"SaveCompanyDocumentRequest":{"StartSaving":[]},"SetDefaultCompanyRequest":{"StartSaving":[]},"SaveCompanyFailure":{"StopSaving":[]},"AddCompanySuccess":{"StopSaving":[]},"DeleteCompanySuccess":{"StopSaving":[],"PersistData":[]},"DeleteCompanyFailure":{"StopSaving":[]},"PurgeDataSuccess":{"StopSaving":[],"PersistData":[]},"PurgeDataFailure":{"StopSaving":[]},"SaveCompanyDocumentFailure":{"StopSaving":[]},"SetDefaultCompanySuccess":{"StopSaving":[]},"SetDefaultCompanyFailure":{"StopSaving":[]},"_$UserCompanyStateSerializer":{"StructuredSerializer":["UserCompanyState*"],"Serializer":["UserCompanyState*"]},"_$SettingsUIStateSerializer":{"StructuredSerializer":["SettingsUIState*"],"Serializer":["SettingsUIState*"]},"_$UserCompanyState":{"UserCompanyState":[]},"_$SettingsUIState":{"SettingsUIState":[]},"ViewCompanyGatewayList":{"PersistUI":[]},"ViewCompanyGateway":{"PersistUI":[],"PersistPrefs":[]},"EditCompanyGateway":{"PersistUI":[],"PersistPrefs":[]},"UpdateCompanyGateway":{"PersistUI":[]},"LoadCompanyGatewaySuccess":{"StopLoading":[],"PersistData":[]},"LoadCompanyGatewaysSuccess":{"StopLoading":[]},"SaveCompanyGatewayRequest":{"StartSaving":[]},"SaveCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveCompanyGatewayRequest":{"StartSaving":[]},"ArchiveCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[]},"DeleteCompanyGatewayRequest":{"StartSaving":[]},"DeleteCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[]},"DisconnectCompanyGatewayRequest":{"StartSaving":[]},"RestoreCompanyGatewayRequest":{"StartSaving":[]},"RestoreCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[]},"FilterCompanyGateways":{"PersistUI":[]},"SortCompanyGateways":{"PersistUI":[],"PersistPrefs":[]},"FilterCompanyGatewaysByState":{"PersistUI":[]},"FilterCompanyGatewaysByCustom1":{"PersistUI":[]},"FilterCompanyGatewaysByCustom2":{"PersistUI":[]},"FilterCompanyGatewaysByCustom3":{"PersistUI":[]},"FilterCompanyGatewaysByCustom4":{"PersistUI":[]},"LoadCompanyGatewayRequest":{"StartLoading":[]},"LoadCompanyGatewayFailure":{"StopLoading":[]},"LoadCompanyGatewaysRequest":{"StartLoading":[]},"LoadCompanyGatewaysFailure":{"StopLoading":[]},"SaveCompanyGatewayFailure":{"StopSaving":[]},"ArchiveCompanyGatewayFailure":{"StopSaving":[]},"DeleteCompanyGatewayFailure":{"StopSaving":[]},"DisconnectCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[]},"DisconnectCompanyGatewayFailure":{"StopSaving":[]},"RestoreCompanyGatewayFailure":{"StopSaving":[]},"_$CompanyGatewayStateSerializer":{"StructuredSerializer":["CompanyGatewayState*"],"Serializer":["CompanyGatewayState*"]},"_$CompanyGatewayUIStateSerializer":{"StructuredSerializer":["CompanyGatewayUIState*"],"Serializer":["CompanyGatewayUIState*"]},"_$CompanyGatewayState":{"CompanyGatewayState":[]},"_$CompanyGatewayUIState":{"CompanyGatewayUIState":[]},"ViewCreditList":{"PersistUI":[]},"ViewCredit":{"PersistUI":[],"PersistPrefs":[]},"EditCredit":{"PersistUI":[],"PersistPrefs":[]},"EditCreditItem":{"PersistUI":[]},"UpdateCredit":{"PersistUI":[]},"UpdateCreditClient":{"PersistUI":[]},"LoadCreditSuccess":{"StopLoading":[],"PersistData":[]},"LoadCreditsFailure":{"StopLoading":[]},"LoadCreditsSuccess":{"StopLoading":[]},"AddCreditContact":{"PersistUI":[]},"RemoveCreditContact":{"PersistUI":[]},"AddCreditItem":{"PersistUI":[]},"MoveCreditItem":{"PersistUI":[]},"AddCreditItems":{"PersistUI":[]},"UpdateCreditItem":{"PersistUI":[]},"DeleteCreditItem":{"PersistUI":[]},"SaveCreditRequest":{"StartSaving":[]},"SaveCreditSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddCreditSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"EmailCreditRequest":{"StartSaving":[]},"MarkSentCreditRequest":{"StartSaving":[]},"MarkSentCreditSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailCreditsRequest":{"StartSaving":[]},"ArchiveCreditsRequest":{"StartSaving":[]},"ArchiveCreditsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteCreditsRequest":{"StartSaving":[]},"DeleteCreditsSuccess":{"StopSaving":[],"PersistData":[]},"DownloadCreditsRequest":{"StartSaving":[]},"RestoreCreditsRequest":{"StartSaving":[]},"RestoreCreditsSuccess":{"StopSaving":[],"PersistData":[]},"FilterCredits":{"PersistUI":[]},"SortCredits":{"PersistUI":[],"PersistPrefs":[]},"FilterCreditsByState":{"PersistUI":[]},"FilterCreditsByStatus":{"PersistUI":[]},"FilterCreditsByCustom1":{"PersistUI":[]},"FilterCreditsByCustom2":{"PersistUI":[]},"FilterCreditsByCustom3":{"PersistUI":[]},"FilterCreditsByCustom4":{"PersistUI":[]},"SaveCreditDocumentRequest":{"StartSaving":[]},"UpdateCreditTab":{"PersistUI":[]},"LoadCreditRequest":{"StartLoading":[]},"LoadCreditFailure":{"StopLoading":[]},"LoadCreditsRequest":{"StartLoading":[]},"SaveCreditFailure":{"StopSaving":[]},"EmailCreditSuccess":{"StopSaving":[],"PersistData":[]},"EmailCreditFailure":{"StopSaving":[]},"MarkSentCreditFailure":{"StopSaving":[]},"BulkEmailCreditsSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailCreditsFailure":{"StopSaving":[]},"ArchiveCreditsFailure":{"StopSaving":[]},"DeleteCreditsFailure":{"StopSaving":[]},"DownloadCreditsSuccess":{"StopSaving":[]},"DownloadCreditsFailure":{"StopSaving":[]},"RestoreCreditsFailure":{"StopSaving":[]},"SaveCreditDocumentFailure":{"StopSaving":[]},"_$CreditStateSerializer":{"StructuredSerializer":["CreditState*"],"Serializer":["CreditState*"]},"_$CreditUIStateSerializer":{"StructuredSerializer":["CreditUIState*"],"Serializer":["CreditUIState*"]},"_$CreditState":{"CreditState":[]},"_$CreditUIState":{"CreditUIState":[]},"ViewDashboard":{"PersistUI":[]},"UpdateDashboardSelection":{"PersistUI":[]},"UpdateDashboardEntityType":{"PersistUI":[]},"UpdateDashboardSidebar":{"PersistUI":[]},"UpdateDashboardSettings":{"PersistUI":[]},"_$DashboardUIStateSerializer":{"StructuredSerializer":["DashboardUIState*"],"Serializer":["DashboardUIState*"]},"_$DashboardUISettingsSerializer":{"StructuredSerializer":["DashboardUISettings*"],"Serializer":["DashboardUISettings*"]},"_$DashboardUIState":{"DashboardUIState":[]},"_$DashboardUISettings":{"DashboardUISettings":[]},"ViewDesignList":{"PersistUI":[]},"ViewDesign":{"PersistUI":[],"PersistPrefs":[]},"EditDesign":{"PersistUI":[],"PersistPrefs":[]},"UpdateDesign":{"PersistUI":[]},"LoadDesignSuccess":{"StopLoading":[],"PersistData":[]},"LoadDesignsFailure":{"StopLoading":[]},"LoadDesignsSuccess":{"StopLoading":[]},"SaveDesignRequest":{"StartSaving":[]},"SaveDesignSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddDesignSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveDesignsRequest":{"StartSaving":[]},"ArchiveDesignsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteDesignsRequest":{"StartSaving":[]},"DeleteDesignsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreDesignsRequest":{"StartSaving":[]},"RestoreDesignsSuccess":{"StopSaving":[],"PersistData":[]},"FilterDesigns":{"PersistUI":[]},"SortDesigns":{"PersistUI":[],"PersistPrefs":[]},"FilterDesignsByState":{"PersistUI":[]},"FilterDesignsByCustom1":{"PersistUI":[]},"FilterDesignsByCustom2":{"PersistUI":[]},"FilterDesignsByCustom3":{"PersistUI":[]},"FilterDesignsByCustom4":{"PersistUI":[]},"LoadDesignRequest":{"StartLoading":[]},"LoadDesignFailure":{"StopLoading":[]},"LoadDesignsRequest":{"StartLoading":[]},"SaveDesignFailure":{"StopSaving":[]},"ArchiveDesignsFailure":{"StopSaving":[]},"DeleteDesignsFailure":{"StopSaving":[]},"RestoreDesignsFailure":{"StopSaving":[]},"_$DesignStateSerializer":{"StructuredSerializer":["DesignState*"],"Serializer":["DesignState*"]},"_$DesignUIStateSerializer":{"StructuredSerializer":["DesignUIState*"],"Serializer":["DesignUIState*"]},"_$DesignState":{"DesignState":[]},"_$DesignUIState":{"DesignUIState":[]},"ViewDocumentList":{"PersistUI":[]},"ViewDocument":{"PersistUI":[]},"EditDocument":{"PersistUI":[]},"UpdateDocument":{"PersistUI":[]},"LoadDocumentSuccess":{"StopLoading":[],"PersistData":[]},"LoadDocumentsSuccess":{"StopLoading":[]},"SaveDocumentSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveDocumentRequest":{"StartSaving":[]},"ArchiveDocumentSuccess":{"StopSaving":[],"PersistData":[]},"DeleteDocumentRequest":{"StartSaving":[]},"DeleteDocumentSuccess":{"StopSaving":[],"PersistData":[]},"RestoreDocumentRequest":{"StartSaving":[]},"RestoreDocumentSuccess":{"StopSaving":[],"PersistData":[]},"FilterDocuments":{"PersistUI":[]},"SortDocuments":{"PersistUI":[],"PersistPrefs":[]},"FilterDocumentsByState":{"PersistUI":[]},"FilterDocumentsByCustom1":{"PersistUI":[]},"FilterDocumentsByCustom2":{"PersistUI":[]},"FilterDocumentsByCustom3":{"PersistUI":[]},"FilterDocumentsByCustom4":{"PersistUI":[]},"LoadDocumentRequest":{"StartLoading":[]},"LoadDocumentFailure":{"StopLoading":[]},"LoadDocumentsRequest":{"StartLoading":[]},"LoadDocumentsFailure":{"StopLoading":[]},"ArchiveDocumentFailure":{"StopSaving":[]},"DeleteDocumentFailure":{"StopSaving":[]},"RestoreDocumentFailure":{"StopSaving":[]},"_$DocumentStateSerializer":{"StructuredSerializer":["DocumentState*"],"Serializer":["DocumentState*"]},"_$DocumentUIStateSerializer":{"StructuredSerializer":["DocumentUIState*"],"Serializer":["DocumentUIState*"]},"_$DocumentState":{"DocumentState":[]},"_$DocumentUIState":{"DocumentUIState":[]},"ViewExpenseList":{"PersistUI":[]},"ViewExpense":{"PersistUI":[],"PersistPrefs":[]},"EditExpense":{"PersistUI":[],"PersistPrefs":[]},"UpdateExpense":{"PersistUI":[]},"LoadExpenseSuccess":{"StopLoading":[],"PersistData":[]},"LoadExpensesFailure":{"StopLoading":[]},"LoadExpensesSuccess":{"StopLoading":[]},"SaveExpenseRequest":{"StartSaving":[]},"SaveExpenseSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddExpenseSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveExpenseRequest":{"StartSaving":[]},"ArchiveExpenseSuccess":{"StopSaving":[],"PersistData":[]},"DeleteExpenseRequest":{"StartSaving":[]},"DeleteExpenseSuccess":{"StopSaving":[],"PersistData":[]},"RestoreExpenseRequest":{"StartSaving":[]},"RestoreExpenseSuccess":{"StopSaving":[],"PersistData":[]},"FilterExpenses":{"PersistUI":[]},"SortExpenses":{"PersistUI":[],"PersistPrefs":[]},"FilterExpensesByState":{"PersistUI":[]},"FilterExpensesByStatus":{"PersistUI":[]},"FilterExpensesByCustom1":{"PersistUI":[]},"FilterExpensesByCustom2":{"PersistUI":[]},"FilterExpensesByCustom3":{"PersistUI":[]},"FilterExpensesByCustom4":{"PersistUI":[]},"SaveExpenseDocumentRequest":{"StartSaving":[]},"UpdateExpenseTab":{"PersistUI":[]},"LoadExpenseRequest":{"StartLoading":[]},"LoadExpenseFailure":{"StopLoading":[]},"LoadExpensesRequest":{"StartLoading":[]},"SaveExpenseFailure":{"StopSaving":[]},"ArchiveExpenseFailure":{"StopSaving":[]},"DeleteExpenseFailure":{"StopSaving":[]},"RestoreExpenseFailure":{"StopSaving":[]},"SaveExpenseDocumentFailure":{"StopSaving":[]},"_$ExpenseStateSerializer":{"StructuredSerializer":["ExpenseState*"],"Serializer":["ExpenseState*"]},"_$ExpenseUIStateSerializer":{"StructuredSerializer":["ExpenseUIState*"],"Serializer":["ExpenseUIState*"]},"_$ExpenseState":{"ExpenseState":[]},"_$ExpenseUIState":{"ExpenseUIState":[]},"ViewExpenseCategoryList":{"PersistUI":[]},"ViewExpenseCategory":{"PersistUI":[],"PersistPrefs":[]},"EditExpenseCategory":{"PersistUI":[],"PersistPrefs":[]},"UpdateExpenseCategory":{"PersistUI":[]},"LoadExpenseCategorySuccess":{"StopLoading":[],"PersistData":[]},"LoadExpenseCategoriesSuccess":{"StopLoading":[]},"SaveExpenseCategoryRequest":{"StartSaving":[]},"SaveExpenseCategorySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddExpenseCategorySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveExpenseCategoriesRequest":{"StartSaving":[]},"ArchiveExpenseCategoriesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteExpenseCategoriesRequest":{"StartSaving":[]},"DeleteExpenseCategoriesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreExpenseCategoriesRequest":{"StartSaving":[]},"RestoreExpenseCategoriesSuccess":{"StopSaving":[],"PersistData":[]},"FilterExpenseCategories":{"PersistUI":[]},"SortExpenseCategories":{"PersistUI":[],"PersistPrefs":[]},"FilterExpenseCategoriesByState":{"PersistUI":[]},"FilterExpenseCategoriesByCustom1":{"PersistUI":[]},"FilterExpenseCategoriesByCustom2":{"PersistUI":[]},"FilterExpenseCategoriesByCustom3":{"PersistUI":[]},"FilterExpenseCategoriesByCustom4":{"PersistUI":[]},"LoadExpenseCategoryRequest":{"StartLoading":[]},"LoadExpenseCategoryFailure":{"StopLoading":[]},"LoadExpenseCategoriesRequest":{"StartLoading":[]},"LoadExpenseCategoriesFailure":{"StopLoading":[]},"SaveExpenseCategoryFailure":{"StopSaving":[]},"ArchiveExpenseCategoriesFailure":{"StopSaving":[]},"DeleteExpenseCategoriesFailure":{"StopSaving":[]},"RestoreExpenseCategoriesFailure":{"StopSaving":[]},"_$ExpenseCategoryStateSerializer":{"StructuredSerializer":["ExpenseCategoryState*"],"Serializer":["ExpenseCategoryState*"]},"_$ExpenseCategoryUIStateSerializer":{"StructuredSerializer":["ExpenseCategoryUIState*"],"Serializer":["ExpenseCategoryUIState*"]},"_$ExpenseCategoryState":{"ExpenseCategoryState":[]},"_$ExpenseCategoryUIState":{"ExpenseCategoryUIState":[]},"ViewGroupList":{"PersistUI":[]},"ViewGroup":{"PersistUI":[],"PersistPrefs":[]},"EditGroup":{"PersistUI":[],"PersistPrefs":[]},"UpdateGroup":{"PersistUI":[]},"LoadGroupSuccess":{"StopLoading":[],"PersistData":[]},"LoadGroupsSuccess":{"StopLoading":[]},"SaveGroupRequest":{"StartSaving":[]},"SaveGroupSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddGroupSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveGroupRequest":{"StartSaving":[]},"ArchiveGroupSuccess":{"StopSaving":[],"PersistData":[]},"DeleteGroupRequest":{"StartSaving":[]},"DeleteGroupSuccess":{"StopSaving":[],"PersistData":[]},"RestoreGroupRequest":{"StartSaving":[]},"RestoreGroupSuccess":{"StopSaving":[],"PersistData":[]},"FilterGroups":{"PersistUI":[]},"SortGroups":{"PersistUI":[],"PersistPrefs":[]},"FilterGroupsByState":{"PersistUI":[]},"SaveGroupDocumentRequest":{"StartSaving":[]},"LoadGroupRequest":{"StartLoading":[]},"LoadGroupFailure":{"StopLoading":[]},"LoadGroupsRequest":{"StartLoading":[]},"LoadGroupsFailure":{"StopLoading":[]},"SaveGroupFailure":{"StopSaving":[]},"ArchiveGroupFailure":{"StopSaving":[]},"DeleteGroupFailure":{"StopSaving":[]},"RestoreGroupFailure":{"StopSaving":[]},"SaveGroupDocumentFailure":{"StopSaving":[]},"_$GroupStateSerializer":{"StructuredSerializer":["GroupState*"],"Serializer":["GroupState*"]},"_$GroupUIStateSerializer":{"StructuredSerializer":["GroupUIState*"],"Serializer":["GroupUIState*"]},"_$GroupState":{"GroupState":[]},"_$GroupUIState":{"GroupUIState":[]},"ViewInvoiceList":{"PersistUI":[]},"ViewInvoice":{"PersistUI":[],"PersistPrefs":[]},"EditInvoice":{"PersistUI":[],"PersistPrefs":[]},"EditInvoiceItem":{"PersistUI":[]},"UpdateInvoice":{"PersistUI":[]},"UpdateInvoiceClient":{"PersistUI":[]},"LoadInvoiceSuccess":{"StopLoading":[],"PersistData":[]},"LoadInvoicesFailure":{"StopLoading":[]},"LoadInvoicesSuccess":{"StopLoading":[]},"AddInvoiceContact":{"PersistUI":[]},"RemoveInvoiceContact":{"PersistUI":[]},"AddInvoiceItem":{"PersistUI":[]},"MoveInvoiceItem":{"PersistUI":[]},"AddInvoiceItems":{"PersistUI":[]},"UpdateInvoiceItem":{"PersistUI":[]},"DeleteInvoiceItem":{"PersistUI":[]},"SaveInvoiceRequest":{"StartSaving":[]},"SaveInvoiceSuccess":{"StopSaving":[],"PersistUI":[]},"AddInvoiceSuccess":{"StopSaving":[],"PersistUI":[]},"EmailInvoiceRequest":{"StartSaving":[]},"EmailInvoiceSuccess":{"StopSaving":[],"PersistData":[]},"MarkInvoicesSentRequest":{"StartSaving":[]},"MarkInvoicesSentSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailInvoicesRequest":{"StartSaving":[]},"MarkInvoicesPaidRequest":{"StartSaving":[]},"MarkInvoicesPaidSuccess":{"StopSaving":[]},"ReverseInvoicesRequest":{"StartSaving":[]},"ReverseInvoicesSuccess":{"StopSaving":[]},"CancelInvoicesRequest":{"StartSaving":[]},"CancelInvoicesSuccess":{"StopSaving":[]},"ArchiveInvoicesRequest":{"StartSaving":[]},"ArchiveInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteInvoicesRequest":{"StartSaving":[]},"DeleteInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"DownloadInvoicesRequest":{"StartSaving":[]},"RestoreInvoicesRequest":{"StartSaving":[]},"RestoreInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"FilterInvoices":{"PersistUI":[]},"SortInvoices":{"PersistUI":[],"PersistPrefs":[]},"FilterInvoicesByState":{"PersistUI":[]},"FilterInvoicesByStatus":{"PersistUI":[]},"FilterInvoicesByCustom1":{"PersistUI":[]},"FilterInvoicesByCustom2":{"PersistUI":[]},"FilterInvoicesByCustom3":{"PersistUI":[]},"FilterInvoicesByCustom4":{"PersistUI":[]},"SaveInvoiceDocumentRequest":{"StartSaving":[]},"UpdateInvoiceTab":{"PersistUI":[]},"LoadInvoiceRequest":{"StartLoading":[]},"LoadInvoiceFailure":{"StopLoading":[]},"LoadInvoicesRequest":{"StartLoading":[]},"SaveInvoiceFailure":{"StopSaving":[]},"EmailInvoiceFailure":{"StopSaving":[]},"MarkInvoicesSentFailure":{"StopSaving":[]},"BulkEmailInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailInvoicesFailure":{"StopSaving":[]},"MarkInvoicesPaidFailure":{"StopSaving":[]},"ReverseInvoicesFailure":{"StopSaving":[]},"CancelInvoicesFailure":{"StopSaving":[]},"ArchiveInvoicesFailure":{"StopSaving":[]},"DeleteInvoicesFailure":{"StopSaving":[]},"DownloadInvoicesSuccess":{"StopSaving":[]},"DownloadInvoicesFailure":{"StopSaving":[]},"RestoreInvoicesFailure":{"StopSaving":[]},"SaveInvoiceDocumentFailure":{"StopSaving":[]},"_$InvoiceStateSerializer":{"StructuredSerializer":["InvoiceState*"],"Serializer":["InvoiceState*"]},"_$InvoiceUIStateSerializer":{"StructuredSerializer":["InvoiceUIState*"],"Serializer":["InvoiceUIState*"]},"_$InvoiceState":{"InvoiceState":[]},"_$InvoiceUIState":{"InvoiceUIState":[]},"ViewPaymentList":{"PersistUI":[]},"ViewPayment":{"PersistUI":[],"PersistPrefs":[]},"EditPayment":{"PersistUI":[],"PersistPrefs":[]},"ViewRefundPayment":{"PersistUI":[],"PersistPrefs":[]},"UpdatePayment":{"PersistUI":[]},"LoadPaymentSuccess":{"StopLoading":[],"PersistData":[]},"LoadPaymentsFailure":{"StopLoading":[]},"LoadPaymentsSuccess":{"StopLoading":[]},"SavePaymentRequest":{"StartSaving":[]},"SavePaymentSuccess":{"StopSaving":[],"PersistUI":[]},"AddPaymentSuccess":{"StopSaving":[],"PersistUI":[]},"RefundPaymentRequest":{"StartSaving":[]},"ArchivePaymentsRequest":{"StartSaving":[]},"ArchivePaymentsSuccess":{"StopSaving":[],"PersistData":[]},"DeletePaymentsRequest":{"StartSaving":[]},"DeletePaymentsSuccess":{"StopSaving":[]},"RestorePaymentsRequest":{"StartSaving":[]},"RestorePaymentsSuccess":{"StopSaving":[]},"EmailPaymentRequest":{"StartSaving":[]},"FilterPayments":{"PersistUI":[]},"SortPayments":{"PersistUI":[],"PersistPrefs":[]},"FilterPaymentsByState":{"PersistUI":[]},"FilterPaymentsByCustom1":{"PersistUI":[]},"FilterPaymentsByCustom2":{"PersistUI":[]},"FilterPaymentsByCustom3":{"PersistUI":[]},"FilterPaymentsByCustom4":{"PersistUI":[]},"UpdatePaymentTab":{"PersistUI":[]},"LoadPaymentRequest":{"StartLoading":[]},"LoadPaymentFailure":{"StopLoading":[]},"LoadPaymentsRequest":{"StartLoading":[]},"SavePaymentFailure":{"StopSaving":[]},"RefundPaymentSuccess":{"StopSaving":[],"PersistUI":[]},"RefundPaymentFailure":{"StopSaving":[]},"ArchivePaymentsFailure":{"StopSaving":[]},"DeletePaymentsFailure":{"StopSaving":[]},"RestorePaymentsFailure":{"StopSaving":[]},"EmailPaymentSuccess":{"StopSaving":[],"PersistData":[]},"_$PaymentStateSerializer":{"StructuredSerializer":["PaymentState*"],"Serializer":["PaymentState*"]},"_$PaymentUIStateSerializer":{"StructuredSerializer":["PaymentUIState*"],"Serializer":["PaymentUIState*"]},"_$PaymentState":{"PaymentState":[]},"_$PaymentUIState":{"PaymentUIState":[]},"ViewPaymentTermList":{"PersistUI":[]},"ViewPaymentTerm":{"PersistUI":[],"PersistPrefs":[]},"EditPaymentTerm":{"PersistUI":[],"PersistPrefs":[]},"UpdatePaymentTerm":{"PersistUI":[]},"LoadPaymentTermSuccess":{"StopLoading":[],"PersistData":[]},"LoadPaymentTermsFailure":{"StopLoading":[]},"LoadPaymentTermsSuccess":{"StopLoading":[]},"SavePaymentTermRequest":{"StartSaving":[]},"SavePaymentTermSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddPaymentTermSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchivePaymentTermsRequest":{"StartSaving":[]},"ArchivePaymentTermsSuccess":{"StopSaving":[],"PersistData":[]},"DeletePaymentTermsRequest":{"StartSaving":[]},"DeletePaymentTermsSuccess":{"StopSaving":[],"PersistData":[]},"RestorePaymentTermsRequest":{"StartSaving":[]},"RestorePaymentTermsSuccess":{"StopSaving":[],"PersistData":[]},"FilterPaymentTerms":{"PersistUI":[]},"SortPaymentTerms":{"PersistUI":[],"PersistPrefs":[]},"FilterPaymentTermsByState":{"PersistUI":[]},"FilterPaymentTermsByCustom1":{"PersistUI":[]},"FilterPaymentTermsByCustom2":{"PersistUI":[]},"FilterPaymentTermsByCustom3":{"PersistUI":[]},"FilterPaymentTermsByCustom4":{"PersistUI":[]},"LoadPaymentTermRequest":{"StartLoading":[]},"LoadPaymentTermFailure":{"StopLoading":[]},"LoadPaymentTermsRequest":{"StartLoading":[]},"SavePaymentTermFailure":{"StopSaving":[]},"ArchivePaymentTermsFailure":{"StopSaving":[]},"DeletePaymentTermsFailure":{"StopSaving":[]},"RestorePaymentTermsFailure":{"StopSaving":[]},"_$PaymentTermStateSerializer":{"StructuredSerializer":["PaymentTermState*"],"Serializer":["PaymentTermState*"]},"_$PaymentTermUIStateSerializer":{"StructuredSerializer":["PaymentTermUIState*"],"Serializer":["PaymentTermUIState*"]},"_$PaymentTermState":{"PaymentTermState":[]},"_$PaymentTermUIState":{"PaymentTermUIState":[]},"ViewProductList":{"PersistUI":[]},"ViewProduct":{"PersistUI":[],"PersistPrefs":[]},"EditProduct":{"PersistUI":[],"PersistPrefs":[]},"UpdateProduct":{"PersistUI":[]},"LoadProductSuccess":{"StopLoading":[],"PersistData":[]},"LoadProductsFailure":{"StopLoading":[]},"LoadProductsSuccess":{"PersistData":[],"StopLoading":[]},"SaveProductRequest":{"StartSaving":[]},"SaveProductSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddProductSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveProductsRequest":{"StartSaving":[]},"ArchiveProductsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteProductsRequest":{"StartSaving":[]},"DeleteProductsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreProductsRequest":{"StartSaving":[]},"RestoreProductsSuccess":{"StopSaving":[],"PersistData":[]},"FilterProducts":{"PersistUI":[]},"SortProducts":{"PersistUI":[],"PersistPrefs":[]},"FilterProductsByState":{"PersistUI":[]},"FilterProductsByCustom1":{"PersistUI":[]},"FilterProductsByCustom2":{"PersistUI":[]},"FilterProductsByCustom3":{"PersistUI":[]},"FilterProductsByCustom4":{"PersistUI":[]},"SaveProductDocumentRequest":{"StartSaving":[]},"UpdateProductTab":{"PersistUI":[]},"LoadProductRequest":{"StartLoading":[]},"LoadProductFailure":{"StopLoading":[]},"LoadProductsRequest":{"StartLoading":[]},"SaveProductFailure":{"StopSaving":[]},"ArchiveProductsFailure":{"StopSaving":[]},"DeleteProductsFailure":{"StopSaving":[]},"RestoreProductsFailure":{"StopSaving":[]},"SaveProductDocumentFailure":{"StopSaving":[]},"_$ProductStateSerializer":{"StructuredSerializer":["ProductState*"],"Serializer":["ProductState*"]},"_$ProductUIStateSerializer":{"StructuredSerializer":["ProductUIState*"],"Serializer":["ProductUIState*"]},"_$ProductState":{"ProductState":[]},"_$ProductUIState":{"ProductUIState":[]},"ViewProjectList":{"PersistUI":[]},"ViewProject":{"PersistUI":[],"PersistPrefs":[]},"EditProject":{"PersistUI":[],"PersistPrefs":[]},"UpdateProject":{"PersistUI":[]},"LoadProjectSuccess":{"StopLoading":[],"PersistData":[]},"LoadProjectsFailure":{"StopLoading":[]},"LoadProjectsSuccess":{"StopLoading":[]},"SaveProjectRequest":{"StartSaving":[]},"SaveProjectSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddProjectSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveProjectRequest":{"StartSaving":[]},"ArchiveProjectSuccess":{"StopSaving":[],"PersistData":[]},"DeleteProjectRequest":{"StartSaving":[]},"DeleteProjectSuccess":{"StopSaving":[],"PersistData":[]},"RestoreProjectRequest":{"StartSaving":[]},"RestoreProjectSuccess":{"StopSaving":[],"PersistData":[]},"FilterProjects":{"PersistUI":[]},"SortProjects":{"PersistUI":[],"PersistPrefs":[]},"FilterProjectsByState":{"PersistUI":[]},"FilterProjectsByCustom1":{"PersistUI":[]},"FilterProjectsByCustom2":{"PersistUI":[]},"FilterProjectsByCustom3":{"PersistUI":[]},"FilterProjectsByCustom4":{"PersistUI":[]},"SaveProjectDocumentRequest":{"StartSaving":[]},"UpdateProjectTab":{"PersistUI":[]},"LoadProjectRequest":{"StartLoading":[]},"LoadProjectFailure":{"StopLoading":[]},"LoadProjectsRequest":{"StartLoading":[]},"SaveProjectFailure":{"StopSaving":[]},"ArchiveProjectFailure":{"StopSaving":[]},"DeleteProjectFailure":{"StopSaving":[]},"RestoreProjectFailure":{"StopSaving":[]},"SaveProjectDocumentFailure":{"StopSaving":[]},"_$ProjectStateSerializer":{"StructuredSerializer":["ProjectState*"],"Serializer":["ProjectState*"]},"_$ProjectUIStateSerializer":{"StructuredSerializer":["ProjectUIState*"],"Serializer":["ProjectUIState*"]},"_$ProjectState":{"ProjectState":[]},"_$ProjectUIState":{"ProjectUIState":[]},"ViewQuoteList":{"PersistUI":[]},"ViewQuote":{"PersistUI":[],"PersistPrefs":[]},"EditQuote":{"PersistUI":[],"PersistPrefs":[]},"EditQuoteItem":{"PersistUI":[]},"UpdateQuote":{"PersistUI":[]},"UpdateQuoteClient":{"PersistUI":[]},"LoadQuoteSuccess":{"StopLoading":[],"PersistData":[]},"LoadQuotesFailure":{"StopLoading":[]},"LoadQuotesSuccess":{"StopLoading":[]},"AddQuoteContact":{"PersistUI":[]},"RemoveQuoteContact":{"PersistUI":[]},"AddQuoteItem":{"PersistUI":[]},"MoveQuoteItem":{"PersistUI":[]},"AddQuoteItems":{"PersistUI":[]},"UpdateQuoteItem":{"PersistUI":[]},"DeleteQuoteItem":{"PersistUI":[]},"SaveQuoteRequest":{"StartSaving":[]},"SaveQuoteSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddQuoteSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"EmailQuoteRequest":{"StartSaving":[]},"MarkSentQuotesRequest":{"StartSaving":[]},"MarkSentQuoteSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailQuotesRequest":{"StartSaving":[]},"ArchiveQuotesRequest":{"StartSaving":[]},"ArchiveQuotesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteQuotesRequest":{"StartSaving":[]},"DeleteQuotesSuccess":{"StopSaving":[],"PersistData":[]},"DownloadQuotesRequest":{"StartSaving":[]},"RestoreQuotesRequest":{"StartSaving":[]},"RestoreQuotesSuccess":{"StopSaving":[],"PersistData":[]},"FilterQuotes":{"PersistUI":[]},"SortQuotes":{"PersistUI":[],"PersistPrefs":[]},"FilterQuotesByState":{"PersistUI":[]},"FilterQuotesByStatus":{"PersistUI":[]},"FilterQuotesByCustom1":{"PersistUI":[]},"FilterQuotesByCustom2":{"PersistUI":[]},"FilterQuotesByCustom3":{"PersistUI":[]},"FilterQuotesByCustom4":{"PersistUI":[]},"ConvertQuotes":{"StartSaving":[]},"ConvertQuoteSuccess":{"StopSaving":[]},"SaveQuoteDocumentRequest":{"StartSaving":[]},"UpdateQuoteTab":{"PersistUI":[]},"LoadQuoteRequest":{"StartLoading":[]},"LoadQuoteFailure":{"StopLoading":[]},"LoadQuotesRequest":{"StartLoading":[]},"SaveQuoteFailure":{"StopSaving":[]},"EmailQuoteSuccess":{"StopSaving":[],"PersistData":[]},"EmailQuoteFailure":{"StopSaving":[]},"MarkSentQuoteFailure":{"StopSaving":[]},"BulkEmailQuotesSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailQuotesFailure":{"StopSaving":[]},"ArchiveQuotesFailure":{"StopSaving":[]},"DeleteQuotesFailure":{"StopSaving":[]},"DownloadQuotesSuccess":{"StopSaving":[]},"DownloadQuotesFailure":{"StopSaving":[]},"RestoreQuotesFailure":{"StopSaving":[]},"ConvertQuoteFailure":{"StopSaving":[]},"SaveQuoteDocumentFailure":{"StopSaving":[]},"_$QuoteStateSerializer":{"StructuredSerializer":["QuoteState*"],"Serializer":["QuoteState*"]},"_$QuoteUIStateSerializer":{"StructuredSerializer":["QuoteUIState*"],"Serializer":["QuoteUIState*"]},"_$QuoteState":{"QuoteState":[]},"_$QuoteUIState":{"QuoteUIState":[]},"ViewRecurringExpenseList":{"PersistUI":[]},"ViewRecurringExpense":{"PersistUI":[],"PersistPrefs":[]},"EditRecurringExpense":{"PersistUI":[],"PersistPrefs":[]},"UpdateRecurringExpense":{"PersistUI":[]},"LoadRecurringExpenseSuccess":{"StopLoading":[],"PersistData":[]},"LoadRecurringExpensesFailure":{"StopLoading":[]},"LoadRecurringExpensesSuccess":{"StopLoading":[]},"SaveRecurringExpenseRequest":{"StartSaving":[]},"SaveRecurringExpenseSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddRecurringExpenseSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveRecurringExpensesRequest":{"StartSaving":[]},"ArchiveRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteRecurringExpensesRequest":{"StartSaving":[]},"DeleteRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreRecurringExpensesRequest":{"StartSaving":[]},"RestoreRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[]},"FilterRecurringExpenses":{"PersistUI":[]},"SortRecurringExpenses":{"PersistUI":[],"PersistPrefs":[]},"FilterRecurringExpensesByState":{"PersistUI":[]},"FilterRecurringExpensesByCustom1":{"PersistUI":[]},"FilterRecurringExpensesByCustom2":{"PersistUI":[]},"FilterRecurringExpensesByCustom3":{"PersistUI":[]},"FilterRecurringExpensesByCustom4":{"PersistUI":[]},"UpdateRecurringExpenseTab":{"PersistUI":[]},"StartRecurringExpensesRequest":{"StartSaving":[]},"StartRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"StopRecurringExpensesRequest":{"StartSaving":[]},"StopRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"SaveRecurringExpenseDocumentRequest":{"StartSaving":[]},"LoadRecurringExpenseRequest":{"StartLoading":[]},"LoadRecurringExpenseFailure":{"StopLoading":[]},"LoadRecurringExpensesRequest":{"StartLoading":[]},"SaveRecurringExpenseFailure":{"StopSaving":[]},"ArchiveRecurringExpensesFailure":{"StopSaving":[]},"DeleteRecurringExpensesFailure":{"StopSaving":[]},"RestoreRecurringExpensesFailure":{"StopSaving":[]},"StartRecurringExpensesFailure":{"StopSaving":[]},"StopRecurringExpensesFailure":{"StopSaving":[]},"SaveRecurringExpenseDocumentFailure":{"StopSaving":[]},"_$RecurringExpenseStateSerializer":{"StructuredSerializer":["RecurringExpenseState*"],"Serializer":["RecurringExpenseState*"]},"_$RecurringExpenseUIStateSerializer":{"StructuredSerializer":["RecurringExpenseUIState*"],"Serializer":["RecurringExpenseUIState*"]},"_$RecurringExpenseState":{"RecurringExpenseState":[]},"_$RecurringExpenseUIState":{"RecurringExpenseUIState":[]},"ViewRecurringInvoiceList":{"PersistUI":[]},"ViewRecurringInvoice":{"PersistUI":[],"PersistPrefs":[]},"EditRecurringInvoice":{"PersistUI":[],"PersistPrefs":[]},"EditRecurringInvoiceItem":{"PersistUI":[]},"UpdateRecurringInvoice":{"PersistUI":[]},"UpdateRecurringInvoiceClient":{"PersistUI":[]},"LoadRecurringInvoiceSuccess":{"StopLoading":[],"PersistData":[]},"LoadRecurringInvoicesFailure":{"StopLoading":[]},"LoadRecurringInvoicesSuccess":{"StopLoading":[]},"AddRecurringInvoiceContact":{"PersistUI":[]},"RemoveRecurringInvoiceContact":{"PersistUI":[]},"SaveRecurringInvoiceRequest":{"StartSaving":[]},"SaveRecurringInvoiceSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddRecurringInvoiceSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddRecurringInvoiceItem":{"PersistUI":[]},"MoveRecurringInvoiceItem":{"PersistUI":[]},"AddRecurringInvoiceItems":{"PersistUI":[]},"UpdateRecurringInvoiceItem":{"PersistUI":[]},"DeleteRecurringInvoiceItem":{"PersistUI":[]},"EmailRecurringInvoiceSuccess":{"StopSaving":[],"PersistData":[]},"ArchiveRecurringInvoicesRequest":{"StartSaving":[]},"ArchiveRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteRecurringInvoicesRequest":{"StartSaving":[]},"DeleteRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreRecurringInvoicesRequest":{"StartSaving":[]},"RestoreRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"FilterRecurringInvoices":{"PersistUI":[]},"SortRecurringInvoices":{"PersistUI":[],"PersistPrefs":[]},"FilterRecurringInvoicesByState":{"PersistUI":[]},"FilterRecurringInvoicesByStatus":{"PersistUI":[]},"FilterRecurringInvoicesByCustom1":{"PersistUI":[]},"FilterRecurringInvoicesByCustom2":{"PersistUI":[]},"FilterRecurringInvoicesByCustom3":{"PersistUI":[]},"FilterRecurringInvoicesByCustom4":{"PersistUI":[]},"SaveRecurringInvoiceDocumentRequest":{"StartSaving":[]},"StartRecurringInvoicesRequest":{"StartSaving":[]},"StartRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"StopRecurringInvoicesRequest":{"StartSaving":[]},"StopRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"UpdateRecurringInvoiceTab":{"PersistUI":[]},"LoadRecurringInvoiceRequest":{"StartLoading":[]},"LoadRecurringInvoiceFailure":{"StopLoading":[]},"LoadRecurringInvoicesRequest":{"StartLoading":[]},"SaveRecurringInvoiceFailure":{"StopSaving":[]},"ArchiveRecurringInvoicesFailure":{"StopSaving":[]},"DeleteRecurringInvoicesFailure":{"StopSaving":[]},"RestoreRecurringInvoicesFailure":{"StopSaving":[]},"SaveRecurringInvoiceDocumentFailure":{"StopSaving":[]},"StartRecurringInvoicesFailure":{"StopSaving":[]},"StopRecurringInvoicesFailure":{"StopSaving":[]},"_$RecurringInvoiceStateSerializer":{"StructuredSerializer":["RecurringInvoiceState*"],"Serializer":["RecurringInvoiceState*"]},"_$RecurringInvoiceUIStateSerializer":{"StructuredSerializer":["RecurringInvoiceUIState*"],"Serializer":["RecurringInvoiceUIState*"]},"_$RecurringInvoiceState":{"RecurringInvoiceState":[]},"_$RecurringInvoiceUIState":{"RecurringInvoiceUIState":[]},"ViewReports":{"PersistUI":[]},"UpdateReportSettings":{"PersistUI":[]},"_$ReportsUIStateSerializer":{"StructuredSerializer":["ReportsUIState*"],"Serializer":["ReportsUIState*"]},"_$ReportsUIState":{"ReportsUIState":[]},"ViewSettings":{"PersistUI":[]},"ClearSettingsFilter":{"PersistUI":[]},"UpdateSettings":{"PersistUI":[]},"UpdateSettingsTab":{"PersistUI":[]},"UpdatedSetting":{"PersistUI":[]},"UpdateSettingsTemplate":{"PersistUI":[]},"UpdateUserSettings":{"PersistUI":[]},"UploadLogoRequest":{"StartSaving":[]},"SaveUserSettingsRequest":{"StartSaving":[]},"SaveUserSettingsSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"SaveAuthUserRequest":{"StartSaving":[]},"SaveAuthUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"ConnecOAuthUserRequest":{"StartSaving":[]},"ConnecOAuthUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"DisableTwoFactorRequest":{"StartSaving":[]},"DisableTwoFactorSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"ConnecGmailUserRequest":{"StartSaving":[]},"ConnecGmailUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"FilterSettings":{"PersistUI":[]},"UploadLogoFailure":{"StopSaving":[]},"SaveUserSettingsFailure":{"StopSaving":[]},"SaveAuthUserFailure":{"StopSaving":[]},"ConnecOAuthUserFailure":{"StopSaving":[]},"DisableTwoFactorFailure":{"StopSaving":[]},"ConnecGmailUserFailure":{"StopSaving":[]},"_$StaticStateSerializer":{"StructuredSerializer":["StaticState*"],"Serializer":["StaticState*"]},"_$StaticState":{"StaticState":[]},"ViewSubscriptionList":{"PersistUI":[]},"ViewSubscription":{"PersistUI":[],"PersistPrefs":[]},"EditSubscription":{"PersistUI":[],"PersistPrefs":[]},"UpdateSubscription":{"PersistUI":[]},"LoadSubscriptionSuccess":{"StopLoading":[],"PersistData":[]},"LoadSubscriptionsFailure":{"StopLoading":[]},"LoadSubscriptionsSuccess":{"StopLoading":[]},"SaveSubscriptionRequest":{"StartSaving":[]},"SaveSubscriptionSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddSubscriptionSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveSubscriptionsRequest":{"StartSaving":[]},"ArchiveSubscriptionsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteSubscriptionsRequest":{"StartSaving":[]},"DeleteSubscriptionsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreSubscriptionsRequest":{"StartSaving":[]},"RestoreSubscriptionsSuccess":{"StopSaving":[],"PersistData":[]},"FilterSubscriptions":{"PersistUI":[]},"SortSubscriptions":{"PersistUI":[],"PersistPrefs":[]},"FilterSubscriptionsByState":{"PersistUI":[]},"FilterSubscriptionsByCustom1":{"PersistUI":[]},"FilterSubscriptionsByCustom2":{"PersistUI":[]},"FilterSubscriptionsByCustom3":{"PersistUI":[]},"FilterSubscriptionsByCustom4":{"PersistUI":[]},"UpdateSubscriptionTab":{"PersistUI":[]},"LoadSubscriptionRequest":{"StartLoading":[]},"LoadSubscriptionFailure":{"StopLoading":[]},"LoadSubscriptionsRequest":{"StartLoading":[]},"SaveSubscriptionFailure":{"StopSaving":[]},"ArchiveSubscriptionsFailure":{"StopSaving":[]},"DeleteSubscriptionsFailure":{"StopSaving":[]},"RestoreSubscriptionsFailure":{"StopSaving":[]},"_$SubscriptionStateSerializer":{"StructuredSerializer":["SubscriptionState*"],"Serializer":["SubscriptionState*"]},"_$SubscriptionUIStateSerializer":{"StructuredSerializer":["SubscriptionUIState*"],"Serializer":["SubscriptionUIState*"]},"_$SubscriptionState":{"SubscriptionState":[]},"_$SubscriptionUIState":{"SubscriptionUIState":[]},"ViewTaskList":{"PersistUI":[]},"ViewTask":{"PersistUI":[],"PersistPrefs":[]},"EditTask":{"PersistUI":[],"PersistPrefs":[]},"UpdateTask":{"PersistUI":[]},"LoadTaskSuccess":{"StopLoading":[],"PersistData":[]},"EditTaskTime":{"PersistUI":[]},"AddTaskTime":{"PersistUI":[]},"UpdateTaskTime":{"PersistUI":[]},"DeleteTaskTime":{"PersistUI":[]},"LoadTasksFailure":{"StopLoading":[]},"LoadTasksSuccess":{"StopLoading":[]},"SaveTaskRequest":{"StartSaving":[]},"SaveTaskSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddTaskSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveTaskRequest":{"StartSaving":[]},"ArchiveTaskSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTaskRequest":{"StartSaving":[]},"DeleteTaskSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTaskRequest":{"StartSaving":[]},"RestoreTaskSuccess":{"StopSaving":[],"PersistData":[]},"SortTasksRequest":{"StartSaving":[]},"SortTasksSuccess":{"StopSaving":[],"PersistData":[]},"FilterTasks":{"PersistUI":[]},"SortTasks":{"PersistUI":[],"PersistPrefs":[]},"FilterTasksByState":{"PersistUI":[]},"FilterTasksByStatus":{"PersistUI":[]},"FilterTasksByCustom1":{"PersistUI":[]},"FilterTasksByCustom2":{"PersistUI":[]},"FilterTasksByCustom3":{"PersistUI":[]},"FilterTasksByCustom4":{"PersistUI":[]},"SaveTaskDocumentRequest":{"StartSaving":[]},"UpdateTaskTab":{"PersistUI":[]},"LoadTaskRequest":{"StartLoading":[]},"LoadTaskFailure":{"StopLoading":[]},"LoadTasksRequest":{"StartLoading":[]},"SaveTaskFailure":{"StopSaving":[]},"ArchiveTaskFailure":{"StopSaving":[]},"DeleteTaskFailure":{"StopSaving":[]},"RestoreTaskFailure":{"StopSaving":[]},"SortTasksFailure":{"StopSaving":[]},"SaveTaskDocumentFailure":{"StopSaving":[]},"_$TaskStateSerializer":{"StructuredSerializer":["TaskState*"],"Serializer":["TaskState*"]},"_$TaskUIStateSerializer":{"StructuredSerializer":["TaskUIState*"],"Serializer":["TaskUIState*"]},"_$TaskState":{"TaskState":[]},"_$TaskUIState":{"TaskUIState":[]},"ViewTaskStatusList":{"PersistUI":[]},"ViewTaskStatus":{"PersistUI":[],"PersistPrefs":[]},"EditTaskStatus":{"PersistUI":[],"PersistPrefs":[]},"UpdateTaskStatus":{"PersistUI":[]},"LoadTaskStatusSuccess":{"StopLoading":[],"PersistData":[]},"LoadTaskStatusesFailure":{"StopLoading":[]},"LoadTaskStatusesSuccess":{"StopLoading":[]},"SaveTaskStatusRequest":{"StartSaving":[]},"SaveTaskStatusSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddTaskStatusSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveTaskStatusesRequest":{"StartSaving":[]},"ArchiveTaskStatusesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTaskStatusesRequest":{"StartSaving":[]},"DeleteTaskStatusesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTaskStatusesRequest":{"StartSaving":[]},"RestoreTaskStatusesSuccess":{"StopSaving":[],"PersistData":[]},"FilterTaskStatuses":{"PersistUI":[]},"SortTaskStatuses":{"PersistUI":[],"PersistPrefs":[]},"FilterTaskStatusesByState":{"PersistUI":[]},"FilterTaskStatusesByCustom1":{"PersistUI":[]},"FilterTaskStatusesByCustom2":{"PersistUI":[]},"FilterTaskStatusesByCustom3":{"PersistUI":[]},"FilterTaskStatusesByCustom4":{"PersistUI":[]},"LoadTaskStatusRequest":{"StartLoading":[]},"LoadTaskStatusFailure":{"StopLoading":[]},"LoadTaskStatusesRequest":{"StartLoading":[]},"SaveTaskStatusFailure":{"StopSaving":[]},"ArchiveTaskStatusesFailure":{"StopSaving":[]},"DeleteTaskStatusesFailure":{"StopSaving":[]},"RestoreTaskStatusesFailure":{"StopSaving":[]},"_$TaskStatusStateSerializer":{"StructuredSerializer":["TaskStatusState*"],"Serializer":["TaskStatusState*"]},"_$TaskStatusUIStateSerializer":{"StructuredSerializer":["TaskStatusUIState*"],"Serializer":["TaskStatusUIState*"]},"_$TaskStatusState":{"TaskStatusState":[]},"_$TaskStatusUIState":{"TaskStatusUIState":[]},"ViewTaxRateList":{"PersistUI":[]},"ViewTaxRate":{"PersistUI":[]},"EditTaxRate":{"PersistUI":[]},"UpdateTaxRate":{"PersistUI":[]},"LoadTaxRateSuccess":{"StopLoading":[],"PersistData":[]},"LoadTaxRatesSuccess":{"StopLoading":[]},"SaveTaxRateRequest":{"StartSaving":[]},"SaveTaxRateSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddTaxRateSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveTaxRateRequest":{"StartSaving":[]},"ArchiveTaxRatesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTaxRateRequest":{"StartSaving":[]},"DeleteTaxRatesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTaxRateRequest":{"StartSaving":[]},"RestoreTaxRatesSuccess":{"StopSaving":[],"PersistData":[]},"FilterTaxRates":{"PersistUI":[]},"SortTaxRates":{"PersistUI":[],"PersistPrefs":[]},"FilterTaxRatesByState":{"PersistUI":[]},"LoadTaxRateRequest":{"StartLoading":[]},"LoadTaxRateFailure":{"StopLoading":[]},"LoadTaxRatesRequest":{"StartLoading":[]},"LoadTaxRatesFailure":{"StopLoading":[]},"SaveTaxRateFailure":{"StopSaving":[]},"ArchiveTaxRateFailure":{"StopSaving":[]},"DeleteTaxRateFailure":{"StopSaving":[]},"RestoreTaxRateFailure":{"StopSaving":[]},"_$TaxRateStateSerializer":{"StructuredSerializer":["TaxRateState*"],"Serializer":["TaxRateState*"]},"_$TaxRateUIStateSerializer":{"StructuredSerializer":["TaxRateUIState*"],"Serializer":["TaxRateUIState*"]},"_$TaxRateState":{"TaxRateState":[]},"_$TaxRateUIState":{"TaxRateUIState":[]},"ViewTokenList":{"PersistUI":[]},"ViewToken":{"PersistUI":[],"PersistPrefs":[]},"EditToken":{"PersistUI":[],"PersistPrefs":[]},"UpdateToken":{"PersistUI":[]},"LoadTokenSuccess":{"StopLoading":[],"PersistData":[]},"LoadTokensFailure":{"StopLoading":[]},"LoadTokensSuccess":{"StopLoading":[]},"SaveTokenRequest":{"StartSaving":[]},"SaveTokenSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"AddTokenSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"ArchiveTokensRequest":{"StartSaving":[]},"ArchiveTokensSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTokensRequest":{"StartSaving":[]},"DeleteTokensSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTokensRequest":{"StartSaving":[]},"RestoreTokensSuccess":{"StopSaving":[],"PersistData":[]},"FilterTokens":{"PersistUI":[]},"SortTokens":{"PersistUI":[],"PersistPrefs":[]},"FilterTokensByState":{"PersistUI":[]},"FilterTokensByCustom1":{"PersistUI":[]},"FilterTokensByCustom2":{"PersistUI":[]},"FilterTokensByCustom3":{"PersistUI":[]},"FilterTokensByCustom4":{"PersistUI":[]},"LoadTokenRequest":{"StartLoading":[]},"LoadTokenFailure":{"StopLoading":[]},"LoadTokensRequest":{"StartLoading":[]},"SaveTokenFailure":{"StopSaving":[]},"ArchiveTokensFailure":{"StopSaving":[]},"DeleteTokensFailure":{"StopSaving":[]},"RestoreTokensFailure":{"StopSaving":[]},"_$TokenStateSerializer":{"StructuredSerializer":["TokenState*"],"Serializer":["TokenState*"]},"_$TokenUIStateSerializer":{"StructuredSerializer":["TokenUIState*"],"Serializer":["TokenUIState*"]},"_$TokenState":{"TokenState":[]},"_$TokenUIState":{"TokenUIState":[]},"_$ListUIStateSerializer":{"StructuredSerializer":["ListUIState*"],"Serializer":["ListUIState*"]},"_$ListUIState":{"ListUIState":[]},"_$PrefStateSerializer":{"StructuredSerializer":["PrefState*"],"Serializer":["PrefState*"]},"_$PrefStateSortFieldSerializer":{"StructuredSerializer":["PrefStateSortField*"],"Serializer":["PrefStateSortField*"]},"_$CompanyPrefStateSerializer":{"StructuredSerializer":["CompanyPrefState*"],"Serializer":["CompanyPrefState*"]},"_$AppLayoutSerializer":{"PrimitiveSerializer":["AppLayout*"],"Serializer":["AppLayout*"]},"_$ModuleLayoutSerializer":{"PrimitiveSerializer":["ModuleLayout*"],"Serializer":["ModuleLayout*"]},"_$AppSidebarModeSerializer":{"PrimitiveSerializer":["AppSidebarMode*"],"Serializer":["AppSidebarMode*"]},"_$HistoryRecordSerializer":{"StructuredSerializer":["HistoryRecord*"],"Serializer":["HistoryRecord*"]},"_$PrefState":{"PrefState":[]},"_$PrefStateSortField":{"PrefStateSortField":[]},"_$CompanyPrefState":{"CompanyPrefState":[]},"_$HistoryRecord":{"HistoryRecord":[]},"_$UIStateSerializer":{"StructuredSerializer":["UIState*"],"Serializer":["UIState*"]},"_$UIState":{"UIState":[]},"ViewUserList":{"PersistUI":[]},"ViewUser":{"PersistUI":[],"PersistPrefs":[]},"EditUser":{"PersistUI":[],"PersistPrefs":[]},"UpdateUser":{"PersistUI":[]},"LoadUserSuccess":{"StopLoading":[],"PersistData":[]},"LoadUsersSuccess":{"StopLoading":[]},"SaveUserRequest":{"StartSaving":[]},"SaveUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"AddUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"ArchiveUserRequest":{"StartSaving":[]},"ArchiveUserSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"DeleteUserRequest":{"StartSaving":[]},"DeleteUserSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"RestoreUserRequest":{"StartSaving":[]},"RestoreUserSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"RemoveUserRequest":{"StartSaving":[]},"RemoveUserSuccess":{"StopSaving":[],"PersistData":[]},"ResendInviteRequest":{"StartSaving":[]},"SortUsers":{"PersistUI":[],"PersistPrefs":[]},"FilterUsersByState":{"PersistUI":[]},"FilterUsersByCustom1":{"PersistUI":[]},"FilterUsersByCustom2":{"PersistUI":[]},"FilterUsersByCustom3":{"PersistUI":[]},"FilterUsersByCustom4":{"PersistUI":[]},"LoadUserRequest":{"StartLoading":[]},"LoadUserFailure":{"StopLoading":[]},"LoadUsersRequest":{"StartLoading":[]},"LoadUsersFailure":{"StopLoading":[]},"SaveUserFailure":{"StopSaving":[]},"ArchiveUserFailure":{"StopSaving":[]},"DeleteUserFailure":{"StopSaving":[]},"RestoreUserFailure":{"StopSaving":[]},"RemoveUserFailure":{"StopSaving":[]},"ResendInviteSuccess":{"StopSaving":[],"PersistData":[]},"ResendInviteFailure":{"StopSaving":[]},"_$UserStateSerializer":{"StructuredSerializer":["UserState*"],"Serializer":["UserState*"]},"_$UserUIStateSerializer":{"StructuredSerializer":["UserUIState*"],"Serializer":["UserUIState*"]},"_$UserState":{"UserState":[]},"_$UserUIState":{"UserUIState":[]},"ViewVendorList":{"PersistUI":[]},"ViewVendor":{"PersistUI":[],"PersistPrefs":[]},"EditVendor":{"PersistUI":[],"PersistPrefs":[]},"UpdateVendor":{"PersistUI":[]},"LoadVendorSuccess":{"StopLoading":[],"PersistData":[]},"LoadVendorsFailure":{"StopLoading":[]},"LoadVendorsSuccess":{"StopLoading":[]},"SaveVendorRequest":{"StartSaving":[]},"SaveVendorSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddVendorSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveVendorRequest":{"StartSaving":[]},"ArchiveVendorSuccess":{"StopSaving":[],"PersistData":[]},"DeleteVendorRequest":{"StartSaving":[]},"DeleteVendorSuccess":{"StopSaving":[],"PersistData":[]},"RestoreVendorRequest":{"StartSaving":[]},"RestoreVendorSuccess":{"StopSaving":[],"PersistData":[]},"EditVendorContact":{"PersistUI":[]},"AddVendorContact":{"PersistUI":[]},"UpdateVendorContact":{"PersistUI":[]},"DeleteVendorContact":{"PersistUI":[]},"FilterVendors":{"PersistUI":[]},"SortVendors":{"PersistUI":[],"PersistPrefs":[]},"FilterVendorsByState":{"PersistUI":[]},"FilterVendorsByCustom1":{"PersistUI":[]},"FilterVendorsByCustom2":{"PersistUI":[]},"FilterVendorsByCustom3":{"PersistUI":[]},"FilterVendorsByCustom4":{"PersistUI":[]},"SaveVendorDocumentRequest":{"StartSaving":[]},"UpdateVendorTab":{"PersistUI":[]},"LoadVendorRequest":{"StartLoading":[]},"LoadVendorFailure":{"StopLoading":[]},"LoadVendorsRequest":{"StartLoading":[]},"SaveVendorFailure":{"StopSaving":[]},"ArchiveVendorFailure":{"StopSaving":[]},"DeleteVendorFailure":{"StopSaving":[]},"RestoreVendorFailure":{"StopSaving":[]},"SaveVendorDocumentFailure":{"StopSaving":[]},"_$VendorStateSerializer":{"StructuredSerializer":["VendorState*"],"Serializer":["VendorState*"]},"_$VendorUIStateSerializer":{"StructuredSerializer":["VendorUIState*"],"Serializer":["VendorUIState*"]},"_$VendorState":{"VendorState":[]},"_$VendorUIState":{"VendorUIState":[]},"ViewWebhookList":{"PersistUI":[]},"ViewWebhook":{"PersistUI":[],"PersistPrefs":[]},"EditWebhook":{"PersistUI":[],"PersistPrefs":[]},"UpdateWebhook":{"PersistUI":[]},"LoadWebhookSuccess":{"StopLoading":[],"PersistData":[]},"LoadWebhooksFailure":{"StopLoading":[]},"LoadWebhooksSuccess":{"StopLoading":[]},"SaveWebhookRequest":{"StartSaving":[]},"SaveWebhookSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddWebhookSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveWebhooksRequest":{"StartSaving":[]},"ArchiveWebhooksSuccess":{"StopSaving":[],"PersistData":[]},"DeleteWebhooksRequest":{"StartSaving":[]},"DeleteWebhooksSuccess":{"StopSaving":[],"PersistData":[]},"RestoreWebhooksRequest":{"StartSaving":[]},"RestoreWebhooksSuccess":{"StopSaving":[],"PersistData":[]},"FilterWebhooks":{"PersistUI":[]},"SortWebhooks":{"PersistUI":[],"PersistPrefs":[]},"FilterWebhooksByState":{"PersistUI":[]},"FilterWebhooksByCustom1":{"PersistUI":[]},"FilterWebhooksByCustom2":{"PersistUI":[]},"FilterWebhooksByCustom3":{"PersistUI":[]},"FilterWebhooksByCustom4":{"PersistUI":[]},"LoadWebhookRequest":{"StartLoading":[]},"LoadWebhookFailure":{"StopLoading":[]},"LoadWebhooksRequest":{"StartLoading":[]},"SaveWebhookFailure":{"StopSaving":[]},"ArchiveWebhooksFailure":{"StopSaving":[]},"DeleteWebhooksFailure":{"StopSaving":[]},"RestoreWebhooksFailure":{"StopSaving":[]},"_$WebhookStateSerializer":{"StructuredSerializer":["WebhookState*"],"Serializer":["WebhookState*"]},"_$WebhookUIStateSerializer":{"StructuredSerializer":["WebhookUIState*"],"Serializer":["WebhookUIState*"]},"_$WebhookState":{"WebhookState":[]},"_$WebhookUIState":{"WebhookUIState":[]},"FieldGrid":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ActionMenuButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ViewActionMenuButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppBorder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppBottomBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomFieldSelector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AppBottomBarState":{"State":["AppBottomBar*"]},"AppBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppBuilderState":{"State":["AppBuilder*"]},"AppHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AppScrollbarState":{"State":["AppScrollbar*"]},"AppWebView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebWebView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlankScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppTextButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BottomButtons":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChangeLayoutBanner":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ChangeLayoutBannerState":{"State":["ChangeLayoutBanner*"]},"ConfirmEmail":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ConfirmEmailBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesktopSessionTimeout":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DesktopSessionTimeoutState":{"State":["DesktopSessionTimeout*"]},"MessageDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ErrorDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"HealthCheckDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HealthCheckDialogState":{"State":["HealthCheckDialog*"]},"_HealthListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LoadingDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MultiSelectList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"MultiSelectListState":{"State":["MultiSelectList*"]},"DismissibleEntity":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentGrid":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentPreview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EditScaffold":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityActionListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityListTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntitiesListTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EntityListTileState":{"State":["EntityListTile*"]},"_EntitiesListTileState":{"State":["EntitiesListTile*"]},"EntityStatusChip":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityDropdown":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityDropdownDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EntityListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EntityDropdownState":{"State":["EntityDropdown*"]},"_EntityDropdownDialogState":{"State":["EntityDropdownDialog*"]},"EntityHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityStateLabel":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityTopFilter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormCard":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppDropdownButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppForm":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppTabForm":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppTabBar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppToggleButtons":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoolDropdownButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormColorPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FormColorPickerState":{"State":["FormColorPicker*"]},"CustomField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CustomFieldState":{"State":["CustomField*"]},"CustomSurcharges":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DatePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DatePickerState":{"State":["DatePicker*"]},"DecoratedFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DecoratedFormFieldState":{"State":["DecoratedFormField*"]},"DesignPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DiscountField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DurationPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DurationPickerState":{"State":["DurationPicker*"]},"DynamicSelector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GrowableFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GrowableFormFieldState":{"State":["GrowableFormField*"]},"LearnMoreUrl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"NotificationSettings":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NotificationSelector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PasswordFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PasswordFormFieldState":{"State":["PasswordFormField*"]},"ProjectPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SaveCancelButtons":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TimePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TimePickerState":{"State":["TimePicker*"]},"UserPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenMeta":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"HelpText":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"HistoryDrawer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"HistoryListTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HistoryListTileState":{"State":["HistoryListTile*"]},"HistoryDrawerBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IconMessage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IconText":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEmailView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceEmailViewState":{"State":["InvoiceEmailView*"]},"InvoiceItemListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateDropdown":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaxRateDropdownState":{"State":["TaxRateDropdown*"]},"TaxRateField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LinkTextSpan":{"TextSpan":[],"InlineSpan":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[]},"ListFilter":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ListFilterState":{"State":["ListFilter*"]},"ListScaffold":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ActivityListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListDivider":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListFilterMessage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FilterListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SelectedIndicator":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LiveText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LiveTextState":{"State":["LiveText*"]},"LoadingIndicator":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MainScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityScreens":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsScreens":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MenuDrawer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContactUsDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DrawerTileState":{"State":["DrawerTile*"]},"SidebarFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SidebarFooterCollapsed":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ContactUsDialogState":{"State":["ContactUsDialog*"]},"MenuDrawerBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CachedImage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ResponsivePadding":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollableListView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollableListViewBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScrollableListViewState":{"State":["ScrollableListView*"]},"_ScrollableListViewBuilderState":{"State":["ScrollableListViewBuilder*"]},"SystemLogViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SystemLogViewerState":{"State":["SystemLogViewer*"]},"_SortArrow0":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppDataTable":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TableRowInkWell0":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SortArrowState0":{"State":["_SortArrow0*"]},"_NullTableColumnWidth0":{"TableColumnWidth":[]},"_NullWidget3":{"Widget":[],"DiagnosticableTree":[]},"AppDataTableSource":{"Listenable":[]},"AppPaginatedDataTable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppPaginatedDataTableState":{"State":["AppPaginatedDataTable*"]},"EntityDataTableSource":{"Listenable":[]},"EntityList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EntityListState":{"State":["EntityList*"]},"VariablesHelp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VariablesHelpState":{"State":["VariablesHelp*"]},"_VariableGrid":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ViewScaffold":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebSessionTimeout":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebSessionTimeoutState":{"State":["WebSessionTimeout*"]},"WebSocketRefresh":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebSocketRefreshState":{"State":["WebSocketRefresh*"]},"InitScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LockScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LoginView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LoginState":{"State":["LoginView*"]},"RuledText":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LoginScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientPdfView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientPdfViewState":{"State":["ClientPdfView*"]},"ClientPdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientEditState":{"State":["ClientEdit*"]},"ClientEditBillingAddress":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditBillingAddressState":{"State":["ClientEditBillingAddress*"]},"ClientEditContacts":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContactListTile0":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContactEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientEditContactsState":{"State":["ClientEditContacts*"]},"ContactEditDetailsState":{"State":["ContactEditDetails*"]},"ClientEditContactsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditDesktop":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditDetailsState":{"State":["ClientEditDetails*"]},"ClientEditFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditNotes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditNotesState":{"State":["ClientEditNotes*"]},"ClientEditSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditSettingsState":{"State":["ClientEditSettings*"]},"ClientEditShippingAddress":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditShippingAddressState":{"State":["ClientEditShippingAddress*"]},"ClientEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewState":{"State":["ClientView*"]},"ClientViewActivity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewActivityState":{"State":["ClientViewActivity*"]},"ClientViewDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewDetailsState":{"State":["ClientViewDetails*"]},"ClientViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientViewLedger":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewLedgerState":{"State":["ClientViewLedger*"]},"ClientOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientViewSystemLogs":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewSystemLogsState":{"State":["ClientViewSystemLogs*"]},"ClientViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewayListState":{"State":["CompanyGatewayList*"]},"CompanyGatewayListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"GatewayConfigField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"LimitEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FeesEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewayEditState":{"State":["CompanyGatewayEdit*"]},"CardListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GatewayConfigSettings":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GatewayConfigFieldState":{"State":["GatewayConfigField*"]},"_LimitEditorState":{"State":["LimitEditor*"]},"_FeesEditorState":{"State":["FeesEditor*"]},"CompanyGatewayEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewaySystemLog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewayViewState":{"State":["CompanyGatewayView*"]},"_CompanyGatewayOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"__CompanyGatewaySystemLogState":{"State":["_CompanyGatewaySystemLog*"]},"CompanyGatewayViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEmailScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditPdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CreditEditState":{"State":["CreditEdit*"]},"CreditEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardActivity":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardChart":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardChartState":{"State":["DashboardChart*"]},"DashboardDateRangePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardDateRangePickerState":{"State":["DashboardDateRangePicker*"]},"_DashboardPanel":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardPanels":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"__DashboardPanelState":{"State":["_DashboardPanel*"]},"_InvoiceChart":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardScreen":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardScreenState":{"State":["DashboardScreen*"]},"_CustomTabBarView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SidebarScaffold":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseSidbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardSystemLogs":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfDesignPreview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InsertTabIntent":{"Intent":[]},"_DesignEditState":{"State":["DesignEdit*"]},"DesignSection":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DesignSettingsState":{"State":["DesignSettings*"]},"_PdfDesignPreviewState":{"State":["PdfDesignPreview*"]},"HtmlDesignPreview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InsertTabAction":{"Action":["Intent*"]},"DesignEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DesignViewState":{"State":["DesignView*"]},"DesignViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentEditState":{"State":["DocumentEdit*"]},"DocumentEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentViewState":{"State":["DocumentView*"]},"DocumentViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseEditState":{"State":["ExpenseEdit*"]},"ExpenseEditDesktop":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditDetailsState":{"State":["ExpenseEditDetails*"]},"ExpenseEditNotes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditNotesState":{"State":["ExpenseEditNotes*"]},"ExpenseEditSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditSettingsState":{"State":["ExpenseEditSettings*"]},"ExpenseEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseViewState":{"State":["ExpenseView*"]},"ExpenseViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseViewSchedule":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseViewScheduleState":{"State":["ExpenseViewSchedule*"]},"ExpenseViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseCategoryEditState":{"State":["ExpenseCategoryEdit*"]},"ExpenseCategoryEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseCategoryViewState":{"State":["ExpenseCategoryView*"]},"ExpenseCategoryViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GroupEditState":{"State":["GroupEdit*"]},"GroupEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GroupViewState":{"State":["GroupView*"]},"SettingsViewer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceEditState":{"State":["InvoiceEdit*"]},"InvoiceEditContacts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ContactListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditContactsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditDesktop":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PdfPreview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditDesktopState":{"State":["InvoiceEditDesktop*"]},"__PdfPreviewState":{"State":["_PdfPreview*"]},"InvoiceEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditDetailsState":{"State":["InvoiceEditDetails*"]},"InvoiceEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditItems":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ItemEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceEditItemsState":{"State":["InvoiceEditItems*"]},"ItemEditDetailsState":{"State":["ItemEditDetails*"]},"InvoiceEditItemsDesktop":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceEditItemsDesktopState":{"State":["InvoiceEditItemsDesktop*"]},"TableHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditNotes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditNotesState":{"State":["InvoiceEditNotes*"]},"InvoiceEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditPDF":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditPDFState":{"State":["InvoiceEditPDF*"]},"InvoiceEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceItemSelector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceItemSelectorState":{"State":["InvoiceItemSelector*"]},"InvoiceEmailScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoicePdfView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoicePdfViewState":{"State":["InvoicePdfView*"]},"InvoicePdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceViewState":{"State":["InvoiceView*"]},"InvoiceViewActivity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceViewActivityState":{"State":["InvoiceViewActivity*"]},"_InvitationListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceViewContacts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceViewHistory":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceViewHistoryState":{"State":["InvoiceViewHistory*"]},"InvoiceOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceViewSchedule":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceViewScheduleState":{"State":["InvoiceViewSchedule*"]},"InvoiceViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentableEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentEditState":{"State":["PaymentEdit*"]},"_PaymentableEditorState":{"State":["PaymentableEditor*"]},"PaymentEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentRefund":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentableEditor0":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentRefundState":{"State":["PaymentRefund*"]},"_PaymentableEditorState0":{"State":["PaymentableEditor0*"]},"PaymentRefundScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentViewState":{"State":["PaymentView*"]},"PaymentViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentTermEditState":{"State":["PaymentTermEdit*"]},"PaymentTermEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentTermViewState":{"State":["PaymentTermView*"]},"PaymentTermViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProductEditState":{"State":["ProductEdit*"]},"ProductEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProductViewState":{"State":["ProductView*"]},"ProductViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductOverview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProductOverviewState":{"State":["ProductOverview*"]},"ProductViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProjectEditState":{"State":["ProjectEdit*"]},"ProjectEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProjectViewState":{"State":["ProjectView*"]},"ProjectViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectOverview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProjectOverviewState":{"State":["ProjectOverview*"]},"ProjectViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_QuoteEditState":{"State":["QuoteEdit*"]},"QuoteEmailScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuotePdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RecurringInvoiceEditState":{"State":["RecurringInvoiceEdit*"]},"RecurringInvoiceEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoicePdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportCharts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportDataTable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReportDataTableState":{"State":["ReportDataTable*"]},"TotalsDataTable":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportDataTableSource":{"Listenable":[]},"ReportStringValue":{"ReportElement":[]},"ReportEntityTypeValue":{"ReportElement":[]},"ReportAgeValue":{"ReportElement":[]},"ReportDurationValue":{"ReportElement":[]},"ReportIntValue":{"ReportElement":[]},"ReportNumberValue":{"ReportElement":[]},"ReportBoolValue":{"ReportElement":[]},"ReportsScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AccountManagement":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AccountManagementState":{"State":["AccountManagement*"]},"_AccountOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AccountManagementScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BuyNowButtons":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BuyNowButtonsState":{"State":["BuyNowButtons*"]},"BuyNowButtonsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientPortal":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientPortalState":{"State":["ClientPortal*"]},"ClientPortalScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyDetailsState":{"State":["CompanyDetails*"]},"CompanyDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditCardsAndBanks":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CreditCardsAndBanksState":{"State":["CreditCardsAndBanks*"]},"CreditCardsAndBanksScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomFields":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CustomFieldsState":{"State":["CustomFields*"]},"CustomFieldsSettings":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CustomFormFieldState":{"State":["CustomFormField*"]},"CustomFieldsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DataVisualizations":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DataVisualizationsState":{"State":["DataVisualizations*"]},"DataVisualizationsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DeviceSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DeviceSettingsState":{"State":["DeviceSettings*"]},"DeviceSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EmailSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EmailSettingsState":{"State":["EmailSettings*"]},"EmailSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseSettingsState":{"State":["ExpenseSettings*"]},"ExpenseSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GeneratedNumbers":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityNumberSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GeneratedNumbersState":{"State":["GeneratedNumbers*"]},"_EntityNumberSettingsState":{"State":["EntityNumberSettings*"]},"HelpPanel":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GeneratedNumbersScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImportExport":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FileImport":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FileMapper":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ImportExportState":{"State":["ImportExport*"]},"_FileImportState":{"State":["_FileImport*"]},"__FileMapperState":{"State":["_FileMapper*"]},"_FieldMapper":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImportExportScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceDesign":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceDesignState":{"State":["InvoiceDesign*"]},"InvoiceDesignScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LocalizationSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LocalizationSettingsState":{"State":["LocalizationSettings*"]},"LocalizationScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"OnlinePayments":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OnlinePaymentsState":{"State":["OnlinePayments*"]},"OnlinePaymentsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProductSettingsState":{"State":["ProductSettings*"]},"ProductSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SettingsListState":{"State":["SettingsList*"]},"SettingsListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsSearch":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsWizard":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SettingsWizardState":{"State":["SettingsWizard*"]},"TaskSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskSettingsState":{"State":["TaskSettings*"]},"TaskSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaxSettingsState":{"State":["TaxSettings*"]},"NumberOfRatesSelector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TemplatesAndReminders":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReminderSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TemplatesAndRemindersState":{"State":["TemplatesAndReminders*"]},"_ReminderSettingsState":{"State":["ReminderSettings*"]},"EmailPreview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TemplatesAndRemindersScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EnableTwoFactor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_UserDetailsState":{"State":["UserDetails*"]},"_EnableTwoFactorState":{"State":["_EnableTwoFactor*"]},"UserDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WorkflowSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WorkflowSettingsState":{"State":["WorkflowSettings*"]},"WorkflowSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SubscriptionEditState":{"State":["SubscriptionEdit*"]},"SubscriptionEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SubscriptionViewState":{"State":["SubscriptionView*"]},"SubscriptionViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UpdateDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_UpdateDialogState":{"State":["UpdateDialog*"]},"TaskEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskEditState":{"State":["TaskEdit*"]},"TaskEditDesktop":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskEditDesktopState":{"State":["TaskEditDesktop*"]},"TaskEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskEditDetailsState":{"State":["TaskEditDetails*"]},"TaskEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskEditTimes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TimeEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskEditTimesState":{"State":["TaskEditTimes*"]},"TimeEditDetailsState":{"State":["TimeEditDetails*"]},"TaskEditTimesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"KanbanTaskCard":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_KanbanTaskCardState":{"State":["KanbanTaskCard*"]},"KanbanStatusCard":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_KanbanStatusCardState":{"State":["KanbanStatusCard*"]},"KanbanView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"KanbanViewState":{"State":["KanbanView*"]},"KanbanViewBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_KanbanViewBuilderState":{"State":["KanbanViewBuilder*"]},"TaskListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskTimeListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskViewState":{"State":["TaskView*"]},"TaskViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskOverview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskOverviewState":{"State":["TaskOverview*"]},"TaskViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskStatusEditState":{"State":["TaskStatusEdit*"]},"TaskStatusEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskStatusViewState":{"State":["TaskStatusView*"]},"TaskStatusViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaxRateEditState":{"State":["TaxRateEdit*"]},"TaxRateEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaxRateViewState":{"State":["TaxRateView*"]},"TaxRateViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TokenEditState":{"State":["TokenEdit*"]},"TokenEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TokenViewState":{"State":["TokenView*"]},"_TokenListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_UserEditState":{"State":["UserEdit*"]},"_PermissionCheckbox":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorEditState":{"State":["VendorEdit*"]},"VendorEditAddress":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditAddressState":{"State":["VendorEditAddress*"]},"VendorEditContacts":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContactListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorContactEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorEditContactsState":{"State":["VendorEditContacts*"]},"VendorContactEditDetailsState":{"State":["VendorContactEditDetails*"]},"VendorEditContactsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditDesktop":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditDetailsState":{"State":["VendorEditDetails*"]},"VendorEditFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditNotes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditNotesState":{"State":["VendorEditNotes*"]},"VendorEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorViewState":{"State":["VendorView*"]},"VendorViewDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorViewDetailsState":{"State":["VendorViewDetails*"]},"VendorViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebhookEditState":{"State":["WebhookEdit*"]},"WebhookEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebhookViewState":{"State":["WebhookView*"]},"TargetListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PasswordConfirmation":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FieldConfirmation":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PasswordConfirmationState":{"State":["PasswordConfirmation*"]},"_FieldConfirmationState":{"State":["FieldConfirmation*"]},"AppLocalizationsDelegate":{"LocalizationsDelegate":["AppLocalization*"],"LocalizationsDelegate.T":"AppLocalization*"},"Level":{"Comparable":["Level"]},"_MdiIconData":{"IconData":[]},"PdfPageNotFoundException":{"Exception":[]},"PdfPageAlreadyClosedException":{"Exception":[]},"PdfNotSupportException":{"Exception":[]},"DocumentRepository":{"Repository":["Document"]},"PageRepository":{"Repository":["Page"]},"RepositoryItemNotFoundException":{"Exception":[]},"PdfView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PdfViewState":{"State":["PdfView"]},"PdfPageImageProvider":{"ImageProvider":["PdfPageImageProvider"],"ImageProvider.T":"PdfPageImageProvider"},"FadeWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FadeWidgetState":{"State":["FadeWidget"]},"OctoImage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OctoImageState":{"State":["OctoImage"]},"OverflowViewParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"]},"RenderOverflowView":{"RenderBoxContainerDefaultsMixin":["RenderBox","OverflowViewParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","OverflowViewParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"OverflowViewParentData","RenderBoxContainerDefaultsMixin.1":"OverflowViewParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"OverflowView":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverflowViewElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"PathException":{"Exception":[]},"MissingPlatformDirectoryException":{"Exception":[]},"PhotoView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PhotoViewState":{"State":["PhotoView"]},"PhotoViewGallery":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PhotoViewGalleryState":{"State":["PhotoViewGallery"]},"PhotoViewCore":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhotoViewCoreState":{"State":["PhotoViewCore"]},"PhotoViewGestureRecognizer":{"ScaleGestureRecognizer":[],"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"PhotoViewGestureDetectorScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhotoViewGestureDetector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhotoViewDefaultError":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhotoViewDefaultLoading":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImageWrapper":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ImageWrapperState":{"State":["ImageWrapper"]},"IgnorableChangeNotifier":{"Listenable":[]},"IgnorableValueNotifier":{"Listenable":[]},"PointerInterceptor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QrBitBuffer":{"ListMixin":["bool"],"List":["bool"],"EfficientLengthIterable":["bool"],"Iterable":["bool"],"ListMixin.E":"bool"},"InputTooLongException":{"Exception":[]},"QrImage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_QrImageState":{"State":["QrImage"]},"_QrContentView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QrPainter":{"Listenable":[]},"LoggingMiddleware":{"MiddlewareClass":["1"]},"RenderTabluarFlex":{"RenderBoxContainerDefaultsMixin":["RenderBox","FlexParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","FlexParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderSizeTransitionWithIntrinsicSize":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"_OverlayEntry":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverlayEntryState":{"State":["_OverlayEntry"]},"PassthroughOverlay":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PassthroughOverlayState":{"State":["PassthroughOverlay"]},"_Theatre0":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TheatreElement0":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_RenderTheatre0":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderStack"],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"StackParentData","ContainerRenderObjectMixin.0":"RenderBox"},"ReorderableFlex":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReorderableFlexContent":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReorderableFlexState":{"State":["ReorderableFlex"]},"_ReorderableFlexContentState":{"State":["_ReorderableFlexContent"]},"ReorderableTableRow":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReorderableTable":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TabluarFlex":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"TabluarRow":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SizeTransitionWithIntrinsicSize":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RoundedLoadingButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RoundedLoadingButtonState":{"State":["RoundedLoadingButton"]},"DeferStream":{"Stream":["1"],"Stream.T":"1"},"BehaviorSubject":{"Subject":["1"],"StreamController":["1"],"EventSink":["1"],"Stream":["1"],"Stream.T":"1"},"Subject":{"StreamController":["1"],"EventSink":["1"],"Stream":["1"]},"_StreamSinkWrapper":{"EventSink":["1"]},"StartWithStreamTransformer":{"StreamTransformerBase":["1","1"]},"StartWithErrorStreamTransformer":{"StreamTransformerBase":["1","1"]},"SentryNavigatorObserver":{"RouteObserver":["PageRoute<@>"],"NavigatorObserver":[],"RouteObserver.R":"PageRoute<@>"},"FileLocation":{"SourceLocation":[],"Comparable":["SourceLocation"]},"_FileSpan":{"FileSpan":[],"SourceSpanWithContext":[],"SourceSpan":[],"Comparable":["SourceSpan"]},"SourceLocation":{"Comparable":["SourceLocation"]},"SourceLocationMixin":{"SourceLocation":[],"Comparable":["SourceLocation"]},"SourceSpan":{"Comparable":["SourceSpan"]},"SourceSpanBase":{"SourceSpan":[],"Comparable":["SourceSpan"]},"SourceSpanException":{"Exception":[]},"SourceSpanFormatException":{"FormatException":[],"Exception":[]},"SourceSpanMixin":{"SourceSpan":[],"Comparable":["SourceSpan"]},"SourceSpanWithContext":{"SourceSpan":[],"Comparable":["SourceSpan"]},"StringScannerException":{"FormatException":[],"Exception":[]},"EnMessages":{"LookupMessages":[]},"EnShortMessages":{"LookupMessages":[]},"EsMessages":{"LookupMessages":[]},"EsShortMessages":{"LookupMessages":[]},"TypedDataBuffer":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_IntBuffer0":{"TypedDataBuffer":["int"],"ListMixin":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"Uint8Buffer":{"TypedDataBuffer":["int"],"ListMixin":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int","TypedDataBuffer.E":"int"},"BoxValueConstraints":{"BoxConstraints":[]},"ValueLayoutBuilder":{"ConstrainedLayoutBuilder":["BoxValueConstraints<1>"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"ConstrainedLayoutBuilder.0":"BoxValueConstraints<1>"},"_RenderValueLayoutBuilder":{"RenderConstrainedLayoutBuilder":["BoxValueConstraints<1>","RenderBox"],"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"RenderConstrainedLayoutBuilder.0":"BoxValueConstraints<1>"},"Version":{"Comparable":["Version"]},"Directory0":{"FileSystemEntity0":[],"Directory":[],"FileSystemEntity":[]},"File1":{"FileSystemEntity0":[],"File0":[],"FileSystemEntity":[]},"FileSystemEntity0":{"FileSystemEntity":[]},"PlaceholderSpan":{"InlineSpan":[],"DiagnosticableTree":[]},"LinkViewController":{"PlatformViewController":[]}}')); + H._Universe_addRules(init.typeUniverse, JSON.parse('{"CanvasKit":"JavaScriptObject","SkFontSlant":"JavaScriptObject","SkFontWeight":"JavaScriptObject","SkTextDirection":"JavaScriptObject","SkTextAlign":"JavaScriptObject","SkRectHeightStyle":"JavaScriptObject","SkRectWidthStyle":"JavaScriptObject","SkClipOp":"JavaScriptObject","SkFillType":"JavaScriptObject","SkBlurStyle":"JavaScriptObject","SkStrokeCap":"JavaScriptObject","SkPaintStyle":"JavaScriptObject","SkBlendMode":"JavaScriptObject","SkStrokeJoin":"JavaScriptObject","SkFilterQuality":"JavaScriptObject","SkTileMode":"JavaScriptObject","SkAnimatedImage":"JavaScriptObject","SkImage":"JavaScriptObject","SkShader":"JavaScriptObject","SkPaint":"JavaScriptObject","SkMaskFilter":"JavaScriptObject","SkColorFilter":"JavaScriptObject","SkPath":"JavaScriptObject","SkPicture":"JavaScriptObject","SkTextStyle":"JavaScriptObject","SkTextDecorationStyle":"JavaScriptObject","SkTextBaseline":"JavaScriptObject","SkTextShadow":"JavaScriptObject","SkFontFeature":"JavaScriptObject","SkTypeface":"JavaScriptObject","SkParagraph":"JavaScriptObject","SkDeletable":"JavaScriptObject","JsUrlStrategy":"JavaScriptObject","CanvasKitInitOptions":"JavaScriptObject","CanvasKitInitPromise":"JavaScriptObject","ColorSpace":"JavaScriptObject","SkWebGLContextOptions":"JavaScriptObject","SkSurface":"JavaScriptObject","SkGrContext":"JavaScriptObject","SkFontSlantEnum":"JavaScriptObject","SkFontWeightEnum":"JavaScriptObject","SkAffinityEnum":"JavaScriptObject","SkAffinity":"JavaScriptObject","SkTextDirectionEnum":"JavaScriptObject","SkTextAlignEnum":"JavaScriptObject","SkRectHeightStyleEnum":"JavaScriptObject","SkRectWidthStyleEnum":"JavaScriptObject","SkVertexModeEnum":"JavaScriptObject","SkVertexMode":"JavaScriptObject","SkPointModeEnum":"JavaScriptObject","SkPointMode":"JavaScriptObject","SkClipOpEnum":"JavaScriptObject","SkFillTypeEnum":"JavaScriptObject","SkPathOpEnum":"JavaScriptObject","SkPathOp":"JavaScriptObject","SkBlurStyleEnum":"JavaScriptObject","SkStrokeCapEnum":"JavaScriptObject","SkPaintStyleEnum":"JavaScriptObject","SkBlendModeEnum":"JavaScriptObject","SkStrokeJoinEnum":"JavaScriptObject","SkFilterQualityEnum":"JavaScriptObject","SkTileModeEnum":"JavaScriptObject","SkFilterModeEnum":"JavaScriptObject","SkFilterMode":"JavaScriptObject","SkMipmapModeEnum":"JavaScriptObject","SkMipmapMode":"JavaScriptObject","SkAlphaTypeEnum":"JavaScriptObject","SkAlphaType":"JavaScriptObject","SkColorTypeEnum":"JavaScriptObject","SkColorType":"JavaScriptObject","SkShaderNamespace":"JavaScriptObject","SkMaskFilterNamespace":"JavaScriptObject","SkColorFilterNamespace":"JavaScriptObject","SkImageFilterNamespace":"JavaScriptObject","SkImageFilter":"JavaScriptObject","SkPathNamespace":"JavaScriptObject","_NativeFloat32ArrayType":"JavaScriptObject","SkFloat32List":"JavaScriptObject","SkContourMeasureIter":"JavaScriptObject","SkContourMeasure":"JavaScriptObject","SkPictureRecorder":"JavaScriptObject","SkCanvas":"JavaScriptObject","SkParagraphBuilderNamespace":"JavaScriptObject","SkParagraphBuilder":"JavaScriptObject","SkParagraphStyle":"JavaScriptObject","SkParagraphStyleProperties":"JavaScriptObject","SkTextDecorationStyleEnum":"JavaScriptObject","SkTextBaselineEnum":"JavaScriptObject","SkPlaceholderAlignmentEnum":"JavaScriptObject","SkPlaceholderAlignment":"JavaScriptObject","SkTextStyleProperties":"JavaScriptObject","SkStrutStyleProperties":"JavaScriptObject","SkFontStyle":"JavaScriptObject","SkFont":"JavaScriptObject","SkFontMgr":"JavaScriptObject","TypefaceFontProvider":"JavaScriptObject","SkLineMetrics":"JavaScriptObject","SkTextPosition":"JavaScriptObject","SkTextRange":"JavaScriptObject","SkVertices":"JavaScriptObject","SkTonalColors":"JavaScriptObject","SkFontMgrNamespace":"JavaScriptObject","TypefaceFontProviderNamespace":"JavaScriptObject","JsConstructor":"JavaScriptObject","SkObjectFinalizationRegistry":"JavaScriptObject","SkData":"JavaScriptObject","SkImageInfo":"JavaScriptObject","PlainJavaScriptObject":"JavaScriptObject","UnknownJavaScriptObject":"JavaScriptObject","JavaScriptFunction":"JavaScriptObject","JsUrlStrategy0":"JavaScriptObject","LoadConfig":"JavaScriptObject","GoogleAuthInitFailureError":"JavaScriptObject","GoogleAuth":"JavaScriptObject","GoogleUser":"JavaScriptObject","GoogleAuthSignInError":"JavaScriptObject","OfflineAccessResponse":"JavaScriptObject","_GoogleAuth":"JavaScriptObject","IsSignedIn":"JavaScriptObject","CurrentUser":"JavaScriptObject","SigninOptions":"JavaScriptObject","OfflineAccessOptions":"JavaScriptObject","ClientConfig":"JavaScriptObject","SigninOptionsBuilder":"JavaScriptObject","BasicProfile":"JavaScriptObject","AuthResponse":"JavaScriptObject","AuthorizeConfig":"JavaScriptObject","AuthorizeResponse":"JavaScriptObject","_GoogleUser":"JavaScriptObject","Promise":"JavaScriptObject","PdfJsDoc":"JavaScriptObject","PdfJsPage":"JavaScriptObject","PdfJs":"JavaScriptObject","Settings":"JavaScriptObject","PdfJsDocLoader":"JavaScriptObject","PdfJsViewport":"JavaScriptObject","PdfJsRender":"JavaScriptObject","AnimationEvent":"Event","AudioContext":"BaseAudioContext","AbsoluteOrientationSensor":"EventTarget","OrientationSensor":"EventTarget","Sensor":"EventTarget","AnimateElement":"SvgElement","AnimationElement":"SvgElement","AElement":"GraphicsElement","_ResourceProgressEvent":"ProgressEvent","BRElement":"HtmlElement","ShadowRoot":"Node","DocumentFragment":"Node","XmlDocument":"Document0","CompositionEvent":"UIEvent","AbortPaymentEvent":"ExtendableEvent","DedicatedWorkerGlobalScope":"WorkerGlobalScope","CDataSection":"CharacterData","Text0":"CharacterData","MidiInput":"MidiPort","HttpRequestUpload":"HttpRequestEventTarget","HtmlFormControlsCollection":"HtmlCollection","CssCharsetRule":"CssRule","CanvasCaptureMediaStreamTrack":"MediaStreamTrack","BackgroundFetchClickEvent":"BackgroundFetchEvent","AudioElement":"MediaElement","ManagedSkiaObject":{"SkiaObject":["1"]},"PersistedContainerSurface":{"PersistedSurface":[]},"Checkable":{"RoleManager":[]},"ImageRoleManager":{"RoleManager":[]},"Incrementable":{"RoleManager":[]},"LabelAndValue":{"RoleManager":[]},"LiveRegion":{"RoleManager":[]},"Scrollable0":{"RoleManager":[]},"Tappable":{"RoleManager":[]},"TextField0":{"RoleManager":[]},"AssetManagerException":{"Exception":[]},"RecordingCkCanvas":{"CkCanvas":[]},"CkClearCommand":{"CkPaintCommand":[]},"CkSaveCommand":{"CkPaintCommand":[]},"CkRestoreCommand":{"CkPaintCommand":[]},"CkRestoreToCountCommand":{"CkPaintCommand":[]},"CkTranslateCommand":{"CkPaintCommand":[]},"CkScaleCommand":{"CkPaintCommand":[]},"CkRotateCommand":{"CkPaintCommand":[]},"CkTransformCommand":{"CkPaintCommand":[]},"CkClipRectCommand":{"CkPaintCommand":[]},"CkDrawArcCommand":{"CkPaintCommand":[]},"CkClipRRectCommand":{"CkPaintCommand":[]},"CkClipPathCommand":{"CkPaintCommand":[]},"CkDrawLineCommand":{"CkPaintCommand":[]},"CkDrawPaintCommand":{"CkPaintCommand":[]},"CkDrawRectCommand":{"CkPaintCommand":[]},"CkDrawRRectCommand":{"CkPaintCommand":[]},"CkDrawDRRectCommand":{"CkPaintCommand":[]},"CkDrawCircleCommand":{"CkPaintCommand":[]},"CkDrawPathCommand":{"CkPaintCommand":[]},"CkDrawShadowCommand":{"CkPaintCommand":[]},"CkDrawImageRectCommand":{"CkPaintCommand":[]},"CkDrawParagraphCommand":{"CkPaintCommand":[]},"CkDrawPictureCommand":{"CkPaintCommand":[]},"CkSaveLayerCommand":{"CkPaintCommand":[]},"SkiaObjectCollectionError":{"Error":[]},"_ManagedSkColorFilter":{"ManagedSkiaObject":["SkColorFilter"],"SkiaObject":["SkColorFilter"]},"MutatorsStack":{"Iterable":["Mutator"],"Iterable.E":"Mutator"},"ImageCodecException":{"Exception":[]},"CkAnimatedImage":{"ManagedSkiaObject":["SkAnimatedImage"],"SkiaObject":["SkAnimatedImage"],"Codec":[]},"AnimatedImageFrameInfo":{"FrameInfo":[]},"ContainerLayer":{"Layer":[]},"RootLayer":{"Layer":[]},"ClipPathEngineLayer":{"Layer":[],"ClipPathEngineLayer0":[]},"ClipRectEngineLayer":{"Layer":[],"ClipRectEngineLayer0":[]},"ClipRRectEngineLayer":{"Layer":[],"ClipRRectEngineLayer0":[]},"OpacityEngineLayer":{"Layer":[],"OpacityEngineLayer0":[]},"TransformEngineLayer":{"Layer":[],"TransformEngineLayer0":[]},"OffsetEngineLayer":{"Layer":[],"TransformEngineLayer0":[],"OffsetEngineLayer0":[]},"PictureLayer0":{"Layer":[]},"PhysicalShapeEngineLayer":{"Layer":[],"PhysicalShapeEngineLayer0":[]},"PlatformViewLayer0":{"Layer":[]},"CkMaskFilter":{"ManagedSkiaObject":["SkMaskFilter"],"SkiaObject":["SkMaskFilter"]},"CkPaint":{"ManagedSkiaObject":["SkPaint"],"SkiaObject":["SkPaint"],"Paint":[]},"CkPath":{"ManagedSkiaObject":["SkPath"],"SkiaObject":["SkPath"],"Path":[]},"CkPicture":{"ManagedSkiaObject":["SkPicture"],"SkiaObject":["SkPicture"]},"CkShader":{"ManagedSkiaObject":["SkShader"],"SkiaObject":["SkShader"]},"CkGradientLinear":{"CkShader":[],"ManagedSkiaObject":["SkShader"],"SkiaObject":["SkShader"]},"SkiaObjectBox":{"SkiaObject":["2"]},"CkParagraph":{"ManagedSkiaObject":["SkParagraph"],"SkiaObject":["SkParagraph"]},"CanvasKitError":{"Error":[]},"PersistedClipRect":{"PersistedContainerSurface":[],"PersistedSurface":[],"ClipRectEngineLayer0":[]},"PersistedClipRRect":{"PersistedContainerSurface":[],"PersistedSurface":[],"ClipRRectEngineLayer0":[]},"PersistedPhysicalShape":{"PersistedContainerSurface":[],"PersistedSurface":[],"PhysicalShapeEngineLayer0":[]},"PersistedClipPath":{"PersistedContainerSurface":[],"PersistedSurface":[],"ClipPathEngineLayer0":[]},"PersistedOffset":{"PersistedContainerSurface":[],"PersistedSurface":[],"OffsetEngineLayer0":[]},"PersistedOpacity":{"PersistedContainerSurface":[],"PersistedSurface":[],"OpacityEngineLayer0":[]},"SurfacePaint":{"Paint":[]},"SurfacePath":{"Path":[]},"PersistedPicture":{"PersistedSurface":[]},"PersistedPlatformView":{"PersistedSurface":[]},"DrawCommand":{"PaintCommand":[]},"PaintSave":{"PaintCommand":[]},"PaintRestore":{"PaintCommand":[]},"PaintTranslate":{"PaintCommand":[]},"PaintScale":{"PaintCommand":[]},"PaintRotate":{"PaintCommand":[]},"PaintTransform":{"PaintCommand":[]},"PaintClipRect":{"PaintCommand":[]},"PaintClipRRect":{"PaintCommand":[]},"PaintClipPath":{"PaintCommand":[]},"PaintDrawLine":{"PaintCommand":[]},"PaintDrawRect":{"PaintCommand":[]},"PaintDrawRRect":{"PaintCommand":[]},"PaintDrawDRRect":{"PaintCommand":[]},"PaintDrawCircle":{"PaintCommand":[]},"PaintDrawPath":{"PaintCommand":[]},"PaintDrawShadow":{"PaintCommand":[]},"PaintDrawImageRect":{"PaintCommand":[]},"PaintDrawParagraph":{"PaintCommand":[]},"PersistedScene":{"PersistedContainerSurface":[],"PersistedSurface":[]},"GradientLinear":{"EngineGradient":[]},"PersistedLeafSurface":{"PersistedSurface":[]},"PersistedTransform":{"PersistedContainerSurface":[],"PersistedSurface":[],"TransformEngineLayer0":[]},"HtmlCodec":{"Codec":[]},"HtmlBlobCodec":{"Codec":[]},"SingleFrameInfo":{"FrameInfo":[]},"_TypedDataBuffer":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_IntBuffer":{"_TypedDataBuffer":["int"],"ListMixin":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"Uint8Buffer0":{"_TypedDataBuffer":["int"],"ListMixin":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int","_TypedDataBuffer.E":"int"},"CanvasParagraph":{"EngineParagraph":[]},"FlatTextSpan":{"ParagraphSpan":[]},"ChildStyleNode":{"StyleNode":[]},"RootStyleNode":{"StyleNode":[]},"SpanBox":{"RangeBox":[]},"DomParagraph":{"EngineParagraph":[]},"TextInputSetClient":{"TextInputCommand":[]},"TextInputUpdateConfig":{"TextInputCommand":[]},"TextInputSetEditingState":{"TextInputCommand":[]},"TextInputShow":{"TextInputCommand":[]},"TextInputSetEditableSizeAndTransform":{"TextInputCommand":[]},"TextInputSetStyle":{"TextInputCommand":[]},"TextInputClearClient":{"TextInputCommand":[]},"TextInputHide":{"TextInputCommand":[]},"TextInputSetMarkedTextRect":{"TextInputCommand":[]},"TextInputSetCaretRect":{"TextInputCommand":[]},"TextInputFinishAutofillContext":{"TextInputCommand":[]},"EngineFlutterWindow":{"FlutterWindow":[]},"EngineSingletonFlutterWindow":{"FlutterWindow":[]},"HttpException":{"Exception":[]},"JavaScriptObject":{"JSObject":[],"CanvasKit":[],"SkFontSlant":[],"SkFontWeight":[],"SkTextDirection":[],"SkTextAlign":[],"SkRectHeightStyle":[],"SkRectWidthStyle":[],"SkClipOp":[],"SkFillType":[],"SkBlurStyle":[],"SkStrokeCap":[],"SkPaintStyle":[],"SkBlendMode":[],"SkStrokeJoin":[],"SkFilterQuality":[],"SkTileMode":[],"SkAnimatedImage":[],"SkImage":[],"SkShader":[],"SkPaint":[],"SkMaskFilter":[],"SkColorFilter":[],"SkPath":[],"SkPicture":[],"SkTextStyle":[],"SkTextDecorationStyle":[],"SkTextBaseline":[],"SkTextShadow":[],"SkFontFeature":[],"SkTypeface":[],"SkParagraph":[],"SkDeletable":[],"JsUrlStrategy":[],"GoogleAuthInitFailureError":[],"GoogleAuthSignInError":[],"GoogleAuth":[],"GoogleUser":[],"PdfJsDoc":[],"PdfJsPage":[]},"JSBool":{"bool":[]},"JSNull":{"Null":[]},"JSArray":{"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"JSIndexable":["1"]},"JSUnmodifiableArray":{"JSArray":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"JSIndexable":["1"]},"JSNumber":{"double":[],"num":[],"Comparable":["num"]},"JSInt":{"double":[],"int":[],"num":[],"Comparable":["num"]},"JSNumNotInt":{"double":[],"num":[],"Comparable":["num"]},"JSString":{"String":[],"Comparable":["String"],"Pattern":[],"JSIndexable":["@"]},"EfficientLengthIterable":{"Iterable":["1"]},"_CastIterableBase":{"Iterable":["2"]},"CastIterable":{"_CastIterableBase":["1","2"],"Iterable":["2"],"Iterable.E":"2"},"_EfficientLengthCastIterable":{"CastIterable":["1","2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"_CastListBase":{"ListMixin":["2"],"List":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"]},"CastList":{"_CastListBase":["1","2"],"ListMixin":["2"],"List":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"ListMixin.E":"2","Iterable.E":"2"},"CastMap":{"MapMixin":["3","4"],"Map":["3","4"],"MapMixin.K":"3","MapMixin.V":"4"},"LateError":{"Error":[]},"ReachabilityError":{"Error":[]},"CodeUnits":{"ListMixin":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NotNullableError":{"Error":[]},"ListIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"SubListIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"MappedIterable":{"Iterable":["2"],"Iterable.E":"2"},"EfficientLengthMappedIterable":{"MappedIterable":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"MappedListIterable":{"ListIterable":["2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2","ListIterable.E":"2"},"WhereIterable":{"Iterable":["1"],"Iterable.E":"1"},"ExpandIterable":{"Iterable":["2"],"Iterable.E":"2"},"TakeIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthTakeIterable":{"TakeIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"SkipIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthSkipIterable":{"SkipIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"SkipWhileIterable":{"Iterable":["1"],"Iterable.E":"1"},"EmptyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"FollowedByIterable":{"Iterable":["1"],"Iterable.E":"1"},"WhereTypeIterable":{"Iterable":["1"],"Iterable.E":"1"},"UnmodifiableListBase":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_ListIndicesIterable":{"ListIterable":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"Iterable.E":"int","ListIterable.E":"int"},"ListMapView":{"MapMixin":["int","1"],"_UnmodifiableMapMixin":["int","1"],"Map":["int","1"],"MapMixin.K":"int","MapMixin.V":"1"},"ReversedListIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"Symbol":{"Symbol0":[]},"ConstantMapView":{"UnmodifiableMapView":["1","2"],"MapView":["1","2"],"_UnmodifiableMapMixin":["1","2"],"Map":["1","2"]},"ConstantMap":{"Map":["1","2"]},"ConstantStringMap":{"ConstantMap":["1","2"],"Map":["1","2"]},"_ConstantMapKeyIterable":{"Iterable":["1"],"Iterable.E":"1"},"GeneralConstantMap":{"ConstantMap":["1","2"],"Map":["1","2"]},"Instantiation":{"Function":[]},"Instantiation1":{"Function":[]},"NullError":{"NoSuchMethodError":[],"Error":[]},"JsNoSuchMethodError":{"NoSuchMethodError":[],"Error":[]},"UnknownJsTypeError":{"Error":[]},"NullThrownFromJavaScriptException":{"Exception":[]},"_StackTrace":{"StackTrace":[]},"Closure":{"Function":[]},"TearOffClosure":{"Function":[]},"StaticClosure":{"Function":[]},"BoundClosure":{"Function":[]},"RuntimeError":{"Error":[]},"_AssertionError":{"AssertionError":[],"Error":[]},"_UnreachableError":{"AssertionError":[],"Error":[]},"JsLinkedHashMap":{"MapMixin":["1","2"],"LinkedHashMap":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"LinkedHashMapKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"JSSyntaxRegExp":{"RegExp":[],"Pattern":[]},"_MatchImplementation":{"RegExpMatch":[],"Match":[]},"_AllMatchesIterable":{"Iterable":["RegExpMatch"],"Iterable.E":"RegExpMatch"},"StringMatch":{"Match":[]},"_StringAllMatchesIterable":{"Iterable":["Match"],"Iterable.E":"Match"},"NativeByteBuffer":{"ByteBuffer":[]},"NativeTypedData":{"TypedData":[]},"NativeByteData":{"NativeTypedData":[],"ByteData":[],"TypedData":[]},"NativeTypedArray":{"JavaScriptIndexingBehavior":["1"],"NativeTypedData":[],"TypedData":[],"JSIndexable":["1"]},"NativeTypedArrayOfDouble":{"ListMixin":["double"],"JavaScriptIndexingBehavior":["double"],"List":["double"],"NativeTypedData":[],"EfficientLengthIterable":["double"],"TypedData":[],"JSIndexable":["double"],"Iterable":["double"]},"NativeTypedArrayOfInt":{"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"NativeTypedData":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"]},"NativeFloat32List":{"NativeTypedArrayOfDouble":[],"ListMixin":["double"],"JavaScriptIndexingBehavior":["double"],"List":["double"],"NativeTypedData":[],"EfficientLengthIterable":["double"],"TypedData":[],"JSIndexable":["double"],"Iterable":["double"],"ListMixin.E":"double"},"NativeFloat64List":{"NativeTypedArrayOfDouble":[],"ListMixin":["double"],"Float64List":[],"JavaScriptIndexingBehavior":["double"],"List":["double"],"NativeTypedData":[],"EfficientLengthIterable":["double"],"TypedData":[],"JSIndexable":["double"],"Iterable":["double"],"ListMixin.E":"double"},"NativeInt16List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"NativeTypedData":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeInt32List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"Int32List":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"NativeTypedData":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeInt8List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"NativeTypedData":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint16List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"NativeTypedData":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint32List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"NativeTypedData":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint8ClampedList":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"NativeTypedData":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint8List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"Uint8List":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"NativeTypedData":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"_Type":{"Type":[]},"_Error":{"Error":[]},"_TypeError":{"Error":[]},"AsyncError":{"Error":[]},"_Future":{"Future":["1"]},"StreamView":{"Stream":["1"]},"StreamController":{"EventSink":["1"]},"_BufferingStreamSubscription":{"StreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_BroadcastSubscriptionWrapper":{"StreamSubscription":["1"]},"_HandlerEventSink":{"EventSink":["1"]},"_TimerImpl":{"Timer":[]},"_AsyncAwaitCompleter":{"Completer":["1"]},"_SyncStarIterable":{"Iterable":["1"],"Iterable.E":"1"},"_BroadcastStream":{"_ControllerStream":["1"],"_StreamImpl":["1"],"Stream":["1"],"Stream.T":"1"},"_BroadcastSubscription":{"_ControllerSubscription":["1"],"_BufferingStreamSubscription":["1"],"StreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_BroadcastStreamController":{"StreamController":["1"],"EventSink":["1"]},"_SyncBroadcastStreamController":{"_BroadcastStreamController":["1"],"StreamController":["1"],"EventSink":["1"]},"_AsyncBroadcastStreamController":{"_BroadcastStreamController":["1"],"StreamController":["1"],"EventSink":["1"]},"_AsBroadcastStreamController":{"_SyncBroadcastStreamController":["1"],"_BroadcastStreamController":["1"],"StreamController":["1"],"EventSink":["1"]},"TimeoutException":{"Exception":[]},"_Completer":{"Completer":["1"]},"_AsyncCompleter":{"_Completer":["1"],"Completer":["1"]},"_SyncCompleter":{"_Completer":["1"],"Completer":["1"]},"_StreamController":{"StreamController":["1"],"EventSink":["1"]},"_AsyncStreamController":{"_AsyncStreamControllerDispatch":["1"],"_StreamController":["1"],"StreamController":["1"],"EventSink":["1"]},"_SyncStreamController":{"_StreamController":["1"],"StreamController":["1"],"EventSink":["1"]},"_ControllerStream":{"_StreamImpl":["1"],"Stream":["1"],"Stream.T":"1"},"_ControllerSubscription":{"_BufferingStreamSubscription":["1"],"StreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_StreamSinkWrapper0":{"EventSink":["1"]},"_StreamControllerAddStreamState":{"_AddStreamState":["1"]},"_StreamImpl":{"Stream":["1"]},"_GeneratedStreamImpl":{"_StreamImpl":["1"],"Stream":["1"],"Stream.T":"1"},"_DoneStreamSubscription":{"StreamSubscription":["1"]},"_AsBroadcastStream":{"Stream":["1"],"Stream.T":"1"},"_EmptyStream":{"Stream":["1"],"Stream.T":"1"},"_ForwardingStream":{"Stream":["2"]},"_ForwardingStreamSubscription":{"_BufferingStreamSubscription":["2"],"StreamSubscription":["2"],"_BufferingStreamSubscription.T":"2"},"_WhereStream":{"_ForwardingStream":["1","1"],"Stream":["1"],"Stream.T":"1","_ForwardingStream.T":"1","_ForwardingStream.S":"1"},"_MapStream":{"_ForwardingStream":["1","2"],"Stream":["2"],"Stream.T":"2","_ForwardingStream.T":"2","_ForwardingStream.S":"1"},"_EventSinkWrapper":{"EventSink":["1"]},"_SinkTransformerStreamSubscription":{"_BufferingStreamSubscription":["2"],"StreamSubscription":["2"],"_BufferingStreamSubscription.T":"2"},"_StreamSinkTransformer":{"StreamTransformerBase":["1","2"]},"_BoundSinkStream":{"Stream":["2"],"Stream.T":"2"},"_StreamHandlerTransformer":{"_StreamSinkTransformer":["1","2"],"StreamTransformerBase":["1","2"]},"_ZoneSpecification":{"ZoneSpecification":[]},"_ZoneDelegate":{"ZoneDelegate":[]},"_Zone":{"Zone":[]},"_CustomZone":{"Zone":[]},"_RootZone":{"Zone":[]},"DoubleLinkedQueueEntry":{"_DoubleLink":["DoubleLinkedQueueEntry<1>"]},"_SplayTreeMapNode":{"MapEntry":["1","2"]},"_HashMap":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_IdentityHashMap":{"_HashMap":["1","2"],"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_CustomHashMap":{"_HashMap":["1","2"],"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_HashMapKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"_LinkedIdentityHashMap":{"JsLinkedHashMap":["1","2"],"MapMixin":["1","2"],"LinkedHashMap":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_LinkedCustomHashMap":{"JsLinkedHashMap":["1","2"],"MapMixin":["1","2"],"LinkedHashMap":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_HashSet":{"_SetBase":["1"],"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"SetMixin.E":"1"},"_LinkedHashSet":{"_SetBase":["1"],"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"SetMixin.E":"1"},"UnmodifiableListView":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListMixin.E":"1"},"IterableBase":{"Iterable":["1"]},"LinkedList":{"Iterable":["1"],"Iterable.E":"1"},"ListBase":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"MapBase":{"MapMixin":["1","2"],"Map":["1","2"]},"MapMixin":{"Map":["1","2"]},"UnmodifiableMapBase":{"MapMixin":["1","2"],"_UnmodifiableMapMixin":["1","2"],"Map":["1","2"]},"_MapBaseValueIterable":{"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"MapView":{"Map":["1","2"]},"UnmodifiableMapView":{"MapView":["1","2"],"_UnmodifiableMapMixin":["1","2"],"Map":["1","2"]},"_DoubleLinkedQueueEntry":{"DoubleLinkedQueueEntry":["1"],"_DoubleLink":["DoubleLinkedQueueEntry<1>"]},"_DoubleLinkedQueueElement":{"_DoubleLinkedQueueEntry":["1"],"DoubleLinkedQueueEntry":["1"],"_DoubleLink":["DoubleLinkedQueueEntry<1>"],"_DoubleLink.0":"DoubleLinkedQueueEntry<1>"},"_DoubleLinkedQueueSentinel":{"_DoubleLinkedQueueEntry":["1"],"DoubleLinkedQueueEntry":["1"],"_DoubleLink":["DoubleLinkedQueueEntry<1>"],"_DoubleLink.0":"DoubleLinkedQueueEntry<1>"},"DoubleLinkedQueue":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"ListQueue":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"_SetBase":{"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_UnmodifiableSet":{"_SetBase":["1"],"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"SetMixin.E":"1"},"SplayTreeMap":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_SplayTreeKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"_SplayTreeValueIterable":{"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"_SplayTreeMapEntryIterable":{"EfficientLengthIterable":["MapEntry<1,2>"],"Iterable":["MapEntry<1,2>"],"Iterable.E":"MapEntry<1,2>"},"_SplayTreeKeyIterator":{"_SplayTreeIterator":["1","2","1"]},"_SplayTreeValueIterator":{"_SplayTreeIterator":["1","_SplayTreeMapNode<1,2>","2"]},"_SplayTreeMapEntryIterator":{"_SplayTreeIterator":["1","_SplayTreeMapNode<1,2>","MapEntry<1,2>"]},"SplayTreeSet":{"SetMixin":["1"],"Set":["1"],"IterableMixin":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"SetMixin.E":"1"},"Encoding":{"Codec0":["String","List"]},"_JsonMap":{"MapMixin":["String","@"],"Map":["String","@"],"MapMixin.K":"String","MapMixin.V":"@"},"_JsonMapKeyIterable":{"ListIterable":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"],"Iterable.E":"String","ListIterable.E":"String"},"AsciiCodec":{"Encoding":[],"Codec0":["String","List"]},"_UnicodeSubsetEncoder":{"Converter":["String","List"],"StreamTransformerBase":["String","List"]},"AsciiEncoder":{"Converter":["String","List"],"StreamTransformerBase":["String","List"]},"_UnicodeSubsetDecoder":{"Converter":["List","String"],"StreamTransformerBase":["List","String"]},"AsciiDecoder":{"Converter":["List","String"],"StreamTransformerBase":["List","String"]},"Base64Codec":{"Codec0":["List","String"]},"Base64Encoder":{"Converter":["List","String"],"StreamTransformerBase":["List","String"]},"Base64Decoder":{"Converter":["String","List"],"StreamTransformerBase":["String","List"]},"Converter":{"StreamTransformerBase":["1","2"]},"JsonUnsupportedObjectError":{"Error":[]},"JsonCyclicError":{"Error":[]},"JsonCodec":{"Codec0":["Object?","String"]},"JsonEncoder":{"Converter":["Object?","String"],"StreamTransformerBase":["Object?","String"]},"JsonDecoder":{"Converter":["String","Object?"],"StreamTransformerBase":["String","Object?"]},"Latin1Codec":{"Encoding":[],"Codec0":["String","List"]},"Latin1Encoder":{"Converter":["String","List"],"StreamTransformerBase":["String","List"]},"Latin1Decoder":{"Converter":["List","String"],"StreamTransformerBase":["List","String"]},"Utf8Codec":{"Encoding":[],"Codec0":["String","List"]},"Utf8Encoder":{"Converter":["String","List"],"StreamTransformerBase":["String","List"]},"Utf8Decoder":{"Converter":["List","String"],"StreamTransformerBase":["List","String"]},"BigInt":{"Comparable":["BigInt"]},"DateTime":{"Comparable":["DateTime"]},"double":{"num":[],"Comparable":["num"]},"Duration":{"Comparable":["Duration"]},"int":{"num":[],"Comparable":["num"]},"List":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"num":{"Comparable":["num"]},"RegExp":{"Pattern":[]},"RegExpMatch":{"Match":[]},"Set":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"String":{"Comparable":["String"],"Pattern":[]},"_BigIntImpl":{"Comparable":["BigInt"]},"AssertionError":{"Error":[]},"TypeError":{"Error":[]},"NullThrownError":{"Error":[]},"ArgumentError":{"Error":[]},"RangeError":{"Error":[]},"IndexError":{"Error":[]},"NoSuchMethodError":{"Error":[]},"UnsupportedError":{"Error":[]},"UnimplementedError":{"Error":[]},"StateError":{"Error":[]},"ConcurrentModificationError":{"Error":[]},"OutOfMemoryError":{"Error":[]},"StackOverflowError":{"Error":[]},"CyclicInitializationError":{"Error":[]},"_Exception":{"Exception":[]},"FormatException":{"Exception":[]},"IntegerDivisionByZeroException":{"Exception":[]},"_GeneratorIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"_StringStackTrace":{"StackTrace":[]},"Runes":{"Iterable":["int"],"Iterable.E":"int"},"_Uri":{"Uri":[]},"_SimpleUri":{"Uri":[]},"_DataUri":{"Uri":[]},"HtmlElement":{"Element":[],"Node":[],"EventTarget":[]},"BeforeUnloadEvent":{"Event":[]},"CanvasElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"Element":{"Node":[],"EventTarget":[]},"File":{"Blob":[]},"FormElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"HttpRequest":{"EventTarget":[]},"HttpRequestEventTarget":{"EventTarget":[]},"IFrameElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"KeyboardEvent":{"Event":[]},"MetaElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"MouseEvent":{"Event":[]},"Node":{"EventTarget":[]},"PointerEvent":{"MouseEvent":[],"Event":[]},"ProgressEvent":{"Event":[]},"SourceBuffer":{"EventTarget":[]},"TextTrack":{"EventTarget":[]},"TextTrackCue":{"EventTarget":[]},"TouchEvent":{"Event":[]},"UIEvent":{"Event":[]},"_Html5NodeValidator":{"NodeValidator":[]},"AnchorElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"Animation":{"EventTarget":[]},"AreaElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"BackgroundFetchEvent":{"Event":[]},"BackgroundFetchRegistration":{"EventTarget":[]},"BaseElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"BodyElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"BroadcastChannel":{"EventTarget":[]},"ButtonElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"CharacterData":{"Node":[],"EventTarget":[]},"CssKeyframesRule":{"CssRule":[]},"CssStyleSheet":{"StyleSheet":[]},"DataElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"DivElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"Document0":{"Node":[],"EventTarget":[]},"DomRectList":{"ListMixin":["Rectangle"],"ImmutableListMixin":["Rectangle"],"List":["Rectangle"],"JavaScriptIndexingBehavior":["Rectangle"],"EfficientLengthIterable":["Rectangle"],"Iterable":["Rectangle"],"JSIndexable":["Rectangle"],"ListMixin.E":"Rectangle","ImmutableListMixin.E":"Rectangle"},"DomRectReadOnly":{"Rectangle":["num"]},"DomStringList":{"ListMixin":["String"],"ImmutableListMixin":["String"],"List":["String"],"JavaScriptIndexingBehavior":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"],"JSIndexable":["String"],"ListMixin.E":"String","ImmutableListMixin.E":"String"},"_ChildrenElementList":{"ListMixin":["Element"],"List":["Element"],"EfficientLengthIterable":["Element"],"Iterable":["Element"],"ListMixin.E":"Element"},"_FrozenElementList":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListMixin.E":"1"},"EmbedElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"ExtendableEvent":{"Event":[]},"FieldSetElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"FileList":{"ListMixin":["File"],"ImmutableListMixin":["File"],"List":["File"],"JavaScriptIndexingBehavior":["File"],"EfficientLengthIterable":["File"],"Iterable":["File"],"JSIndexable":["File"],"ListMixin.E":"File","ImmutableListMixin.E":"File"},"FileReader":{"EventTarget":[]},"FileWriter":{"EventTarget":[]},"FontFaceSet":{"EventTarget":[]},"HtmlCollection":{"ListMixin":["Node"],"ImmutableListMixin":["Node"],"List":["Node"],"JavaScriptIndexingBehavior":["Node"],"EfficientLengthIterable":["Node"],"Iterable":["Node"],"JSIndexable":["Node"],"ListMixin.E":"Node","ImmutableListMixin.E":"Node"},"HtmlDocument":{"Document0":[],"Node":[],"EventTarget":[]},"ImageElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"InputElement":{"FileUploadInputElement":[],"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"LIElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"LabelElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"MapElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"MediaElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"MediaKeySession":{"EventTarget":[]},"MediaQueryList":{"EventTarget":[]},"MediaQueryListEvent":{"Event":[]},"MediaStream":{"EventTarget":[]},"MediaStreamTrack":{"EventTarget":[]},"MessagePort":{"EventTarget":[]},"MeterElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"MidiInputMap":{"MapMixin":["String","@"],"Map":["String","@"],"MapMixin.K":"String","MapMixin.V":"@"},"MidiOutputMap":{"MapMixin":["String","@"],"Map":["String","@"],"MapMixin.K":"String","MapMixin.V":"@"},"MidiPort":{"EventTarget":[]},"MimeTypeArray":{"ListMixin":["MimeType"],"ImmutableListMixin":["MimeType"],"List":["MimeType"],"JavaScriptIndexingBehavior":["MimeType"],"EfficientLengthIterable":["MimeType"],"Iterable":["MimeType"],"JSIndexable":["MimeType"],"ListMixin.E":"MimeType","ImmutableListMixin.E":"MimeType"},"_ChildNodeListLazy":{"ListMixin":["Node"],"List":["Node"],"EfficientLengthIterable":["Node"],"Iterable":["Node"],"ListMixin.E":"Node"},"NodeList":{"ListMixin":["Node"],"ImmutableListMixin":["Node"],"List":["Node"],"JavaScriptIndexingBehavior":["Node"],"EfficientLengthIterable":["Node"],"Iterable":["Node"],"JSIndexable":["Node"],"ListMixin.E":"Node","ImmutableListMixin.E":"Node"},"Notification":{"EventTarget":[]},"ObjectElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"OffscreenCanvas":{"EventTarget":[]},"OptionElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"OutputElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"ParagraphElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"ParamElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"PaymentRequest":{"EventTarget":[]},"PluginArray":{"ListMixin":["Plugin"],"ImmutableListMixin":["Plugin"],"List":["Plugin"],"JavaScriptIndexingBehavior":["Plugin"],"EfficientLengthIterable":["Plugin"],"Iterable":["Plugin"],"JSIndexable":["Plugin"],"ListMixin.E":"Plugin","ImmutableListMixin.E":"Plugin"},"PresentationAvailability":{"EventTarget":[]},"PresentationConnection":{"EventTarget":[]},"ProgressElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"RtcDataChannel":{"EventTarget":[]},"RtcStatsReport":{"MapMixin":["String","@"],"Map":["String","@"],"MapMixin.K":"String","MapMixin.V":"@"},"ScreenOrientation":{"EventTarget":[]},"ScriptElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"SelectElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"SharedWorkerGlobalScope":{"WorkerGlobalScope":[],"EventTarget":[]},"SlotElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"SourceBufferList":{"ListMixin":["SourceBuffer"],"ImmutableListMixin":["SourceBuffer"],"List":["SourceBuffer"],"JavaScriptIndexingBehavior":["SourceBuffer"],"EventTarget":[],"EfficientLengthIterable":["SourceBuffer"],"Iterable":["SourceBuffer"],"JSIndexable":["SourceBuffer"],"ListMixin.E":"SourceBuffer","ImmutableListMixin.E":"SourceBuffer"},"SpanElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"SpeechGrammarList":{"ListMixin":["SpeechGrammar"],"ImmutableListMixin":["SpeechGrammar"],"List":["SpeechGrammar"],"JavaScriptIndexingBehavior":["SpeechGrammar"],"EfficientLengthIterable":["SpeechGrammar"],"Iterable":["SpeechGrammar"],"JSIndexable":["SpeechGrammar"],"ListMixin.E":"SpeechGrammar","ImmutableListMixin.E":"SpeechGrammar"},"SpeechSynthesisEvent":{"Event":[]},"SpeechSynthesisUtterance":{"EventTarget":[]},"Storage":{"MapMixin":["String","String"],"Map":["String","String"],"MapMixin.K":"String","MapMixin.V":"String"},"StyleElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"TableElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"TableRowElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"TableSectionElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"TemplateElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"TextAreaElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"TextTrackCueList":{"ListMixin":["TextTrackCue"],"ImmutableListMixin":["TextTrackCue"],"List":["TextTrackCue"],"JavaScriptIndexingBehavior":["TextTrackCue"],"EfficientLengthIterable":["TextTrackCue"],"Iterable":["TextTrackCue"],"JSIndexable":["TextTrackCue"],"ListMixin.E":"TextTrackCue","ImmutableListMixin.E":"TextTrackCue"},"TextTrackList":{"ListMixin":["TextTrack"],"ImmutableListMixin":["TextTrack"],"List":["TextTrack"],"JavaScriptIndexingBehavior":["TextTrack"],"EventTarget":[],"EfficientLengthIterable":["TextTrack"],"Iterable":["TextTrack"],"JSIndexable":["TextTrack"],"ListMixin.E":"TextTrack","ImmutableListMixin.E":"TextTrack"},"TouchList":{"ListMixin":["Touch"],"ImmutableListMixin":["Touch"],"List":["Touch"],"JavaScriptIndexingBehavior":["Touch"],"EfficientLengthIterable":["Touch"],"Iterable":["Touch"],"JSIndexable":["Touch"],"ListMixin.E":"Touch","ImmutableListMixin.E":"Touch"},"VideoElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"VideoTrackList":{"EventTarget":[]},"VttCue":{"TextTrackCue":[],"EventTarget":[]},"WheelEvent":{"MouseEvent":[],"Event":[]},"Window":{"EventTarget":[]},"_BeforeUnloadEvent":{"BeforeUnloadEvent":[],"Event":[]},"WorkerGlobalScope":{"EventTarget":[]},"_Attr":{"Node":[],"EventTarget":[]},"_CssRuleList":{"ListMixin":["CssRule"],"ImmutableListMixin":["CssRule"],"List":["CssRule"],"JavaScriptIndexingBehavior":["CssRule"],"EfficientLengthIterable":["CssRule"],"Iterable":["CssRule"],"JSIndexable":["CssRule"],"ListMixin.E":"CssRule","ImmutableListMixin.E":"CssRule"},"_DomRect":{"Rectangle":["num"]},"_GamepadList":{"ListMixin":["Gamepad?"],"ImmutableListMixin":["Gamepad?"],"List":["Gamepad?"],"JavaScriptIndexingBehavior":["Gamepad?"],"EfficientLengthIterable":["Gamepad?"],"Iterable":["Gamepad?"],"JSIndexable":["Gamepad?"],"ListMixin.E":"Gamepad?","ImmutableListMixin.E":"Gamepad?"},"_NamedNodeMap":{"ListMixin":["Node"],"ImmutableListMixin":["Node"],"List":["Node"],"JavaScriptIndexingBehavior":["Node"],"EfficientLengthIterable":["Node"],"Iterable":["Node"],"JSIndexable":["Node"],"ListMixin.E":"Node","ImmutableListMixin.E":"Node"},"_SpeechRecognitionResultList":{"ListMixin":["SpeechRecognitionResult"],"ImmutableListMixin":["SpeechRecognitionResult"],"List":["SpeechRecognitionResult"],"JavaScriptIndexingBehavior":["SpeechRecognitionResult"],"EfficientLengthIterable":["SpeechRecognitionResult"],"Iterable":["SpeechRecognitionResult"],"JSIndexable":["SpeechRecognitionResult"],"ListMixin.E":"SpeechRecognitionResult","ImmutableListMixin.E":"SpeechRecognitionResult"},"_StyleSheetList":{"ListMixin":["StyleSheet"],"ImmutableListMixin":["StyleSheet"],"List":["StyleSheet"],"JavaScriptIndexingBehavior":["StyleSheet"],"EfficientLengthIterable":["StyleSheet"],"Iterable":["StyleSheet"],"JSIndexable":["StyleSheet"],"ListMixin.E":"StyleSheet","ImmutableListMixin.E":"StyleSheet"},"_AttributeMap":{"MapMixin":["String","String"],"Map":["String","String"]},"_ElementAttributeMap":{"MapMixin":["String","String"],"Map":["String","String"],"MapMixin.K":"String","MapMixin.V":"String"},"_DataAttributeMap":{"MapMixin":["String","String"],"Map":["String","String"],"MapMixin.K":"String","MapMixin.V":"String"},"_EventStream":{"Stream":["1"],"Stream.T":"1"},"_ElementEventStreamImpl":{"_EventStream":["1"],"Stream":["1"],"Stream.T":"1"},"_EventStreamSubscription":{"StreamSubscription":["1"]},"NodeValidatorBuilder":{"NodeValidator":[]},"_SimpleNodeValidator":{"NodeValidator":[]},"_TemplatingNodeValidator":{"NodeValidator":[]},"_SvgNodeValidator":{"NodeValidator":[]},"_DOMWindowCrossFrame":{"EventTarget":[]},"_WrappedEvent":{"Event":[]},"FilteredElementList":{"ListMixin":["Element"],"List":["Element"],"EfficientLengthIterable":["Element"],"Iterable":["Element"],"ListMixin.E":"Element"},"Database":{"EventTarget":[]},"VersionChangeEvent":{"Event":[]},"Directory":{"FileSystemEntity":[]},"File0":{"FileSystemEntity":[]},"_RandomAccessFile":{"RandomAccessFile":[]},"OSError":{"Exception":[]},"_Directory":{"Directory":[],"FileSystemEntity":[]},"FileSystemException":{"Exception":[]},"_FileStream":{"Stream":["List"],"Stream.T":"List"},"_File":{"File0":[],"FileSystemEntity":[]},"JsArray":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListMixin.E":"1"},"NullRejectionException":{"Exception":[]},"Rectangle":{"_RectangleBase":["1"]},"GraphicsElement":{"SvgElement":[],"Element":[],"Node":[],"EventTarget":[]},"LengthList":{"ListMixin":["Length"],"ImmutableListMixin":["Length"],"List":["Length"],"EfficientLengthIterable":["Length"],"Iterable":["Length"],"ListMixin.E":"Length","ImmutableListMixin.E":"Length"},"NumberList":{"ListMixin":["Number"],"ImmutableListMixin":["Number"],"List":["Number"],"EfficientLengthIterable":["Number"],"Iterable":["Number"],"ListMixin.E":"Number","ImmutableListMixin.E":"Number"},"ScriptElement0":{"SvgElement":[],"Element":[],"Node":[],"EventTarget":[]},"StringList":{"ListMixin":["String"],"ImmutableListMixin":["String"],"List":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"],"ListMixin.E":"String","ImmutableListMixin.E":"String"},"SvgElement":{"Element":[],"Node":[],"EventTarget":[]},"SvgSvgElement":{"SvgElement":[],"Element":[],"Node":[],"EventTarget":[]},"TransformList":{"ListMixin":["Transform0"],"ImmutableListMixin":["Transform0"],"List":["Transform0"],"EfficientLengthIterable":["Transform0"],"Iterable":["Transform0"],"ListMixin.E":"Transform0","ImmutableListMixin.E":"Transform0"},"ByteData":{"TypedData":[]},"Int8List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Uint8List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Uint8ClampedList":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Int16List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Uint16List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Int32List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Uint32List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Float32List":{"List":["double"],"EfficientLengthIterable":["double"],"Iterable":["double"],"TypedData":[]},"Float64List":{"List":["double"],"EfficientLengthIterable":["double"],"Iterable":["double"],"TypedData":[]},"SingletonFlutterWindow":{"FlutterWindow":[]},"AudioParamMap":{"MapMixin":["String","@"],"Map":["String","@"],"MapMixin.K":"String","MapMixin.V":"@"},"AudioTrackList":{"EventTarget":[]},"BaseAudioContext":{"EventTarget":[]},"OfflineAudioContext":{"EventTarget":[]},"SqlResultSetRowList":{"ListMixin":["Map<@,@>"],"ImmutableListMixin":["Map<@,@>"],"List":["Map<@,@>"],"EfficientLengthIterable":["Map<@,@>"],"Iterable":["Map<@,@>"],"ListMixin.E":"Map<@,@>","ImmutableListMixin.E":"Map<@,@>"},"ArchiveException":{"FormatException":[],"Exception":[]},"InputStream":{"InputStreamBase":[]},"BoardItem":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoardItemState":{"State":["BoardItem"]},"BoardList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoardListState":{"State":["BoardList"]},"BoardView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoardViewState":{"State":["BoardView"]},"CopyOnWriteList":{"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"CopyOnWriteSet":{"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"BuiltList":{"Iterable":["1"]},"_BuiltList":{"BuiltList":["1"],"Iterable":["1"]},"_BuiltListMultimap":{"BuiltListMultimap":["1","2"]},"_BuiltMap":{"BuiltMap":["1","2"]},"BuiltSet":{"Iterable":["1"]},"_BuiltSet":{"BuiltSet":["1"],"Iterable":["1"]},"_BuiltSetMultimap":{"BuiltSetMultimap":["1","2"]},"BuiltValueNullFieldError":{"Error":[]},"BuiltValueNestedFieldError":{"Error":[]},"DeserializationError":{"Error":[]},"BigIntSerializer":{"PrimitiveSerializer":["BigInt"],"Serializer":["BigInt"]},"BoolSerializer":{"PrimitiveSerializer":["bool"],"Serializer":["bool"]},"BuiltListMultimapSerializer":{"StructuredSerializer":["BuiltListMultimap<@,@>"],"Serializer":["BuiltListMultimap<@,@>"]},"BuiltListSerializer":{"StructuredSerializer":["BuiltList<@>"],"Serializer":["BuiltList<@>"]},"BuiltMapSerializer":{"StructuredSerializer":["BuiltMap<@,@>"],"Serializer":["BuiltMap<@,@>"]},"BuiltSetMultimapSerializer":{"StructuredSerializer":["BuiltSetMultimap<@,@>"],"Serializer":["BuiltSetMultimap<@,@>"]},"BuiltSetSerializer":{"StructuredSerializer":["BuiltSet<@>"],"Serializer":["BuiltSet<@>"]},"DateTimeSerializer":{"PrimitiveSerializer":["DateTime"],"Serializer":["DateTime"]},"DoubleSerializer":{"PrimitiveSerializer":["double"],"Serializer":["double"]},"DurationSerializer":{"PrimitiveSerializer":["Duration"],"Serializer":["Duration"]},"Int64Serializer":{"PrimitiveSerializer":["Int64"],"Serializer":["Int64"]},"IntSerializer":{"PrimitiveSerializer":["int"],"Serializer":["int"]},"JsonObjectSerializer":{"PrimitiveSerializer":["JsonObject"],"Serializer":["JsonObject"]},"NullSerializer":{"PrimitiveSerializer":["Null"],"Serializer":["Null"]},"NumSerializer":{"PrimitiveSerializer":["num"],"Serializer":["num"]},"RegExpSerializer":{"PrimitiveSerializer":["RegExp"],"Serializer":["RegExp"]},"StringSerializer":{"PrimitiveSerializer":["String"],"Serializer":["String"]},"UriSerializer":{"PrimitiveSerializer":["Uri"],"Serializer":["Uri"]},"StandardJsonPlugin":{"SerializerPlugin":[]},"CachedNetworkImage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CachedNetworkImageProvider":{"ImageProvider":["CachedNetworkImageProvider0"],"ImageProvider.T":"CachedNetworkImageProvider0"},"CachedNetworkImageProvider0":{"ImageProvider":["CachedNetworkImageProvider0"]},"StringCharacters":{"Characters":[],"Iterable":["String"],"Iterable.E":"String"},"BarChart0":{"CartesianChart":["String"],"BaseChart0":["String"],"BaseChart0.D":"String","CartesianChart.D":"String"},"BarRendererElement":{"BaseBarRendererElement":[]},"AnimatedBar":{"BaseAnimatedBar":["1","BarRendererElement<1>"]},"BarRenderer":{"BaseBarRenderer":["1","BarRendererElement<1>","AnimatedBar<1>"],"BaseCartesianRenderer":["1"],"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[],"BaseBarRenderer.D":"1","BaseBarRenderer.B":"AnimatedBar<1>","BaseBarRenderer.R":"BarRendererElement<1>"},"BaseBarRenderer":{"BaseCartesianRenderer":["1"],"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"_ReversedSeriesIterable":{"Iterable":["1"],"Iterable.E":"1"},"Axis":{"ImmutableAxis":["1"],"LayoutView":[]},"NumericAxis":{"Axis":["num"],"ImmutableAxis":["num"],"LayoutView":[],"Axis.D":"num"},"OrdinalAxis":{"Axis":["String"],"ImmutableAxis":["String"],"LayoutView":[],"Axis.D":"String"},"AxisTicks":{"Tick":["1"],"Comparable":["AxisTicks<1>"]},"GridlineRendererSpec":{"SmallTickRendererSpec":["1"]},"GridlineTickDrawStrategy":{"BaseTickDrawStrategy":["1"]},"SmallTickDrawStrategy":{"BaseTickDrawStrategy":["1"]},"NumericTickProvider":{"BaseTickProvider":["num"],"BaseTickProvider.D":"num"},"OrdinalTickProvider":{"BaseTickProvider":["String"],"BaseTickProvider.D":"String"},"SimpleOrdinalScale":{"OrdinalScale":[]},"DateTimeAxisSpec":{"AxisSpec":["DateTime"]},"NumericAxisSpec":{"AxisSpec":["num"]},"OrdinalAxisSpec":{"AxisSpec":["String"]},"OrdinalTickFormatter":{"SimpleTickFormatterBase":["String"],"SimpleTickFormatterBase.D":"String"},"NumericTickFormatter":{"SimpleTickFormatterBase":["num"],"SimpleTickFormatterBase.D":"num"},"_TimeStepIteratorFactoryImpl":{"Iterable":["DateTime"],"Iterable.E":"DateTime"},"DateTimeAxis":{"Axis":["DateTime"],"ImmutableAxis":["DateTime"],"LayoutView":[],"Axis.D":"DateTime"},"DateTimeScale":{"MutableScale":["DateTime"]},"HourTickFormatter":{"TimeTickFormatter":[]},"TimeRangeTickProvider":{"BaseTickProvider":["DateTime"]},"TimeRangeTickProviderImpl":{"TimeRangeTickProvider":[],"BaseTickProvider":["DateTime"],"BaseTickProvider.D":"DateTime"},"TimeStepIteratorFactory":{"Iterable":["DateTime"]},"TimeTickFormatterImpl":{"TimeTickFormatter":[]},"OrdinalCartesianChart":{"CartesianChart":["String"],"BaseChart0":["String"]},"CartesianChart":{"BaseChart0":["1"]},"BaseCartesianRenderer":{"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"DomainHighlighter0":{"ChartBehavior0":["1"]},"Legend":{"ChartBehavior0":["1"],"LayoutView":[]},"SeriesLegend0":{"Legend":["1"],"ChartBehavior0":["1"],"LayoutView":[]},"LinePointHighlighter0":{"ChartBehavior0":["1"]},"_LinePointLayoutView":{"LayoutView":[]},"SelectNearest0":{"ChartBehavior0":["1"]},"MutableSeries":{"ImmutableSeries":["1"]},"MutableSelectionModel":{"SelectionModel":["1"]},"SeriesRenderer":{"LayoutView":[]},"BaseSeriesRenderer":{"SeriesRenderer":["1"],"LayoutView":[]},"LineRenderer":{"BaseCartesianRenderer":["1"],"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"PointRenderer":{"BaseCartesianRenderer":["1"],"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"TimeSeriesChart":{"CartesianChart":["DateTime"],"BaseChart0":["DateTime"],"BaseChart0.D":"DateTime","CartesianChart.D":"DateTime"},"MaterialBlue":{"Palette":[]},"MaterialRed":{"Palette":[]},"MaterialYellow":{"Palette":[]},"MaterialGreen":{"Palette":[]},"MaterialPurple":{"Palette":[]},"MaterialCyan":{"Palette":[]},"MaterialDeepOrange":{"Palette":[]},"MaterialLime":{"Palette":[]},"MaterialIndigo":{"Palette":[]},"MaterialPink":{"Palette":[]},"MaterialTeal":{"Palette":[]},"AttributeKey":{"TypedKey":["1"]},"BarChart":{"BaseChart":["String"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"BaseChart.D":"String"},"BaseChart":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BaseChartState":{"State":["BaseChart<1>"]},"DomainHighlighter":{"ChartBehavior":["1"]},"SeriesLegend":{"ChartBehavior":["1"]},"_FlutterSeriesLegend":{"SeriesLegend0":["1"],"Legend":["1"],"ChartBehavior0":["1"],"LayoutView":[],"BuildableBehavior":["ChartBehavior0<@>"]},"LinePointHighlighter":{"ChartBehavior":["1"]},"SelectNearest":{"ChartBehavior":["1"]},"CartesianChart0":{"BaseChart":["1"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChartContainerRenderObject":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"ChartContainer":{"CustomPaint":[],"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChartContainerCustomPaint":{"Listenable":[]},"_SymbolCustomPaint":{"Listenable":[]},"TextElement":{"TextElement1":[]},"TimeSeriesChart0":{"BaseChart":["DateTime"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"BaseChart.D":"DateTime"},"CanonicalizedMap":{"Map":["2","3"]},"UnorderedIterableEquality":{"_UnorderedEquality":["1","Iterable<1>?"],"_UnorderedEquality.E":"1"},"SetEquality":{"_UnorderedEquality":["1","Set<1>?"],"_UnorderedEquality.E":"1"},"DraggableScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollLabel":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DraggableScrollbarState":{"State":["DraggableScrollbar"]},"ArrowCustomPainter":{"Listenable":[]},"SlideFadeTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MemoryDirectory":{"Directory0":[],"FileSystemEntity0":[],"Directory":[],"FileSystemEntity":[]},"MemoryFile":{"File1":[],"FileSystemEntity0":[],"File0":[],"FileSystemEntity":[]},"_FileSink":{"EventSink":["List"]},"MemoryFileSystemEntity":{"FileSystemEntity0":[],"FileSystemEntity":[]},"RealNode":{"Node0":[]},"DirectoryNode":{"Node0":[]},"FileNode":{"Node0":[]},"LinkNode":{"Node0":[]},"RootNode":{"DirectoryNode":[],"Node0":[]},"_LinuxCodes":{"_Codes":[]},"_MacOSCodes":{"_Codes":[]},"_WindowsCodes":{"_Codes":[]},"Int64":{"Comparable":["Object"]},"Animation0":{"Listenable":[]},"AnimationController":{"Animation0":["double"],"Listenable":[]},"_AlwaysCompleteAnimation":{"Animation0":["double"],"Listenable":[]},"_AlwaysDismissedAnimation":{"Animation0":["double"],"Listenable":[]},"AlwaysStoppedAnimation":{"Animation0":["1"],"Listenable":[]},"ProxyAnimation":{"Animation0":["double"],"Listenable":[]},"ReverseAnimation":{"Animation0":["double"],"Listenable":[]},"CurvedAnimation":{"Animation0":["double"],"Listenable":[]},"TrainHoppingAnimation":{"Animation0":["double"],"Listenable":[]},"CompoundAnimation":{"Animation0":["1"],"Listenable":[]},"AnimationMin":{"Animation0":["1"],"Listenable":[]},"_Linear":{"Curve":[]},"SawTooth":{"Curve":[]},"Interval":{"Curve":[]},"Threshold":{"Curve":[]},"Cubic":{"Curve":[]},"FlippedCurve":{"Curve":[]},"_DecelerateCurve":{"Curve":[]},"ElasticOutCurve":{"Curve":[]},"Tween":{"Animatable":["1"],"Tween.T":"1","Animatable.T":"1"},"ColorTween":{"Tween":["Color?"],"Animatable":["Color?"],"Tween.T":"Color?","Animatable.T":"Color?"},"RectTween":{"Tween":["Rect?"],"Animatable":["Rect?"],"Tween.T":"Rect?","Animatable.T":"Rect?"},"_AnimatedEvaluation":{"Animation0":["1"],"Listenable":[]},"_ChainedEvaluation":{"Animatable":["1"],"Animatable.T":"1"},"ReverseTween":{"Tween":["1"],"Animatable":["1"],"Tween.T":"1","Animatable.T":"1"},"SizeTween":{"Tween":["Size?"],"Animatable":["Size?"],"Tween.T":"Size?","Animatable.T":"Size?"},"IntTween":{"Tween":["int"],"Animatable":["int"],"Tween.T":"int","Animatable.T":"int"},"CurveTween":{"Animatable":["double"],"Animatable.T":"double"},"TweenSequence":{"Animatable":["1"],"Animatable.T":"1"},"CupertinoActivityIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoActivityIndicatorState":{"State":["CupertinoActivityIndicator"]},"_CupertinoActivityIndicatorPainter":{"Listenable":[]},"CupertinoDynamicColor":{"Color":[]},"CupertinoUserInterfaceLevel":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoLocalizationsDelegate":{"LocalizationsDelegate":["CupertinoLocalizations"],"LocalizationsDelegate.T":"CupertinoLocalizations"},"DefaultCupertinoLocalizations":{"CupertinoLocalizations":[]},"_CupertinoBackGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CupertinoPageTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoBackGestureDetectorState":{"State":["_CupertinoBackGestureDetector<1>"]},"_CupertinoEdgeShadowDecoration":{"Decoration":[]},"_CupertinoEdgeShadowPainter":{"BoxPainter":[]},"CupertinoScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoScrollbarState":{"RawScrollbarState":["CupertinoScrollbar"],"State":["CupertinoScrollbar"]},"CupertinoSwitch":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoSwitchState":{"State":["CupertinoSwitch"]},"_CupertinoSwitchRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderCupertinoSwitch":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"_TextSelectionHandlePainter0":{"Listenable":[]},"_InheritedCupertinoTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"CupertinoTheme":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ErrorDiagnostic":{"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorDescription":{"_ErrorDiagnostic":[],"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorSummary":{"_ErrorDiagnostic":[],"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorHint":{"_ErrorDiagnostic":[],"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorSpacer":{"DiagnosticsProperty":["~"],"DiagnosticsNode":[]},"FlutterError":{"DiagnosticableTree":[],"AssertionError":[],"Error":[]},"DiagnosticsStackTrace":{"DiagnosticsNode":[]},"_FlutterErrorDetailsNode":{"DiagnosticableNode":["FlutterErrorDetails"],"DiagnosticsNode":[]},"_ListenerEntry":{"LinkedListEntry":["_ListenerEntry"],"LinkedListEntry.E":"_ListenerEntry"},"ChangeNotifier":{"Listenable":[]},"ValueNotifier":{"Listenable":[]},"_MergingListenable":{"Listenable":[]},"DiagnosticsProperty":{"DiagnosticsNode":[]},"DiagnosticableNode":{"DiagnosticsNode":[]},"DiagnosticableTreeNode":{"DiagnosticableNode":["DiagnosticableTree"],"DiagnosticsNode":[]},"DiagnosticsBlock":{"DiagnosticsNode":[]},"LocalKey":{"Key":[]},"ValueKey":{"LocalKey":[],"Key":[],"ValueKey.T":"1"},"LicenseEntryWithLineBreaks":{"LicenseEntry":[]},"ObserverList":{"Iterable":["1"],"Iterable.E":"1"},"HashedObserverList":{"Iterable":["1"],"Iterable.E":"1"},"SynchronousFuture":{"Future":["1"]},"FlutterErrorDetailsForPointerEventDispatcher":{"FlutterErrorDetails":[]},"PointerHoverEvent":{"PointerEvent0":[]},"PointerEnterEvent":{"PointerEvent0":[]},"PointerExitEvent":{"PointerEvent0":[]},"PointerDownEvent":{"PointerEvent0":[]},"PointerMoveEvent":{"PointerEvent0":[]},"PointerUpEvent":{"PointerEvent0":[]},"PointerSignalEvent":{"PointerEvent0":[]},"_AbstractPointerEvent":{"PointerEvent0":[]},"_TransformedPointerEvent":{"PointerEvent0":[]},"PointerAddedEvent":{"PointerEvent0":[]},"_TransformedPointerAddedEvent":{"PointerAddedEvent":[],"PointerEvent0":[]},"PointerRemovedEvent":{"PointerEvent0":[]},"_TransformedPointerRemovedEvent":{"PointerRemovedEvent":[],"PointerEvent0":[]},"_TransformedPointerHoverEvent":{"PointerHoverEvent":[],"PointerEvent0":[]},"_TransformedPointerEnterEvent":{"PointerEnterEvent":[],"PointerEvent0":[]},"_TransformedPointerExitEvent":{"PointerExitEvent":[],"PointerEvent0":[]},"_TransformedPointerDownEvent":{"PointerDownEvent":[],"PointerEvent0":[]},"_TransformedPointerMoveEvent":{"PointerMoveEvent":[],"PointerEvent0":[]},"_TransformedPointerUpEvent":{"PointerUpEvent":[],"PointerEvent0":[]},"PointerScrollEvent":{"PointerSignalEvent":[],"PointerEvent0":[]},"_TransformedPointerScrollEvent":{"PointerScrollEvent":[],"PointerSignalEvent":[],"PointerEvent0":[]},"PointerCancelEvent":{"PointerEvent0":[]},"_TransformedPointerCancelEvent":{"PointerCancelEvent":[],"PointerEvent0":[]},"ForcePressGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_MatrixTransformPart":{"_TransformPart":[]},"_OffsetTransformPart":{"_TransformPart":[]},"LongPressGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"DragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"VerticalDragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"HorizontalDragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"PanGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"MultiDragGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"ImmediateMultiDragGestureRecognizer":{"MultiDragGestureRecognizer":["_ImmediatePointerState"],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"DelayedMultiDragGestureRecognizer":{"MultiDragGestureRecognizer":["_DelayedPointerState"],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"DoubleTapGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"GestureRecognizer":{"DiagnosticableTree":[],"GestureArenaMember":[]},"OneSequenceGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"PrimaryPointerGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"ScaleGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"BaseTapGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"TapGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_CombiningGestureArenaMember":{"GestureArenaMember":[]},"_CombiningGestureArenaEntry":{"GestureArenaEntry":[]},"IOSScrollViewFlingVelocityTracker":{"VelocityTracker":[]},"LicensePage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackagesView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackageListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackageLicensePage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MasterDetailFlow":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MasterDetailFlowState":{"State":["_MasterDetailFlow"]},"_MasterDetailScaffold":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MasterDetailScaffoldState":{"State":["_MasterDetailScaffold"]},"_LicensePageState":{"State":["LicensePage"]},"_AboutProgram":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackagesViewState":{"State":["_PackagesView"]},"_PackageLicensePageState":{"State":["_PackageLicensePage"]},"_PackageLicensePageTitle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MasterPage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DetailView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialAppState":{"State":["MaterialApp"]},"AppBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverAppBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AppBarState":{"State":["AppBar"]},"_SliverAppBarState":{"State":["SliverAppBar"]},"_AppBarTitleBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderAppBarTitleBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"MaterialRectArcTween":{"Tween":["Rect?"],"Animatable":["Rect?"],"Tween.T":"Rect?","Animatable.T":"Rect?"},"MaterialPointArcTween":{"Tween":["Offset"],"Animatable":["Offset"],"Tween.T":"Offset","Animatable.T":"Offset"},"BackButtonIcon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BackButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BottomAppBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BottomAppBarState":{"State":["BottomAppBar"]},"_BottomAppBarClipper":{"CustomClipper":["Path"],"Listenable":[]},"BottomSheet":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BottomSheetState":{"State":["BottomSheet"]},"RawMaterialButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RawMaterialButtonState":{"State":["RawMaterialButton"]},"_InputPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"_LerpProperties3":{"MaterialStateProperty":["1?"]},"_LerpSides":{"MaterialStateProperty":["BorderSide?"]},"_LerpShapes":{"MaterialStateProperty":["OutlinedBorder?"]},"ButtonStyleButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ButtonStyleState":{"State":["ButtonStyleButton"]},"_MouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"_InputPadding0":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding0":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"ButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"CalendarDatePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DatePickerModeToggleButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MonthPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusedDate":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DayPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"YearPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CalendarDatePickerState":{"State":["CalendarDatePicker"]},"_DatePickerModeToggleButtonState":{"State":["_DatePickerModeToggleButton"]},"_MonthPickerState":{"State":["_MonthPicker"]},"_DayPickerState":{"State":["_DayPicker"]},"_YearPickerState":{"State":["YearPicker"]},"Card":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Checkbox":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CheckboxState":{"State":["Checkbox"]},"_CheckboxPainter":{"Listenable":[]},"CheckboxListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LerpProperties1":{"MaterialStateProperty":["1"]},"MaterialColor":{"ColorSwatch":["int"],"Color":[],"ColorSwatch.T":"int"},"MaterialAccentColor":{"ColorSwatch":["int"],"Color":[],"ColorSwatch.T":"int"},"_SortArrow":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DataTable":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TableRowInkWell":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SortArrowState":{"State":["_SortArrow"]},"_NullTableColumnWidth":{"TableColumnWidth":[]},"_NullWidget0":{"Widget":[],"DiagnosticableTree":[]},"DataTableSource":{"Listenable":[]},"_LerpProperties2":{"MaterialStateProperty":["1"]},"DatePickerDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DatePickerDialogState":{"State":["DatePickerDialog"]},"_RestorableDatePickerEntryMode":{"RestorableProperty":["DatePickerEntryMode"],"Listenable":[]},"_DatePickerHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AlertDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SimpleDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Dialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DialogRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"],"ModalRoute.T":"1"},"Divider":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DividerTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerController":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerControllerState":{"State":["DrawerController"]},"Drawer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownMenuItemButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownMenu":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownRoutePage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MenuItem":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownMenuItemContainer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DropdownMenuItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DropdownButtonHideUnderline":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DropdownButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownMenuPainter":{"Listenable":[]},"_DropdownMenuItemButtonState":{"State":["_DropdownMenuItemButton<1>"]},"_DropdownMenuState":{"State":["_DropdownMenu<1>"]},"_DropdownRoute":{"ModalRoute":["_DropdownRouteResult<1>"],"TransitionRoute":["_DropdownRouteResult<1>"],"Route":["_DropdownRouteResult<1>"],"ModalRoute.T":"_DropdownRouteResult<1>"},"_RenderMenuItem":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"_DropdownButtonState":{"State":["DropdownButton<1>"],"WidgetsBindingObserver":[]},"DropdownButtonFormField":{"FormField":["1"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"FormField.T":"1"},"_DropdownButtonFormFieldState":{"FormFieldState":["1"],"State":["FormField<1>"]},"ElevatedButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ElevatedButtonDefaultBackground":{"MaterialStateProperty":["Color?"]},"_ElevatedButtonDefaultForeground":{"MaterialStateProperty":["Color?"]},"_ElevatedButtonDefaultOverlay":{"MaterialStateProperty":["Color?"]},"_ElevatedButtonDefaultElevation":{"MaterialStateProperty":["double"]},"_ElevatedButtonDefaultMouseCursor":{"MaterialStateProperty":["MouseCursor0?"]},"ElevatedButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpandIcon":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpandIconState":{"State":["ExpandIcon"]},"ExpansionPanelRadio":{"ExpansionPanel":[]},"ExpansionPanelList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SaltedKey":{"LocalKey":[],"Key":[]},"_ExpansionPanelListState":{"State":["ExpansionPanelList"]},"FlexibleSpaceBarSettings":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"FloatingActionButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimationSwap":{"Animation0":["1"],"Listenable":[]},"IconButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Ink":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InkState":{"State":["Ink"]},"InkDecoration":{"InkFeature":[]},"InkHighlight":{"InteractiveInkFeature":[],"InkFeature":[]},"InkRipple":{"InteractiveInkFeature":[],"InkFeature":[]},"InkSplash":{"InteractiveInkFeature":[],"InkFeature":[]},"InteractiveInkFeature":{"InkFeature":[]},"_ParentInkResponseProvider":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"InkResponse":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InkResponseStateWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InkWell":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InkResponseState":{"State":["_InkResponseStateWidget"],"_ParentInkResponseState":[]},"InputBorder":{"ShapeBorder":[]},"_NoInputBorder":{"InputBorder":[],"ShapeBorder":[]},"UnderlineInputBorder":{"InputBorder":[],"ShapeBorder":[]},"OutlineInputBorder":{"InputBorder":[],"ShapeBorder":[]},"InputDatePickerFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InputDatePickerFormFieldState":{"State":["InputDatePickerFormField"]},"_BorderContainer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HelperError":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InputDecorator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InputBorderGap":{"Listenable":[]},"_InputBorderTween":{"Tween":["InputBorder"],"Animatable":["InputBorder"],"Tween.T":"InputBorder","Animatable.T":"InputBorder"},"_InputBorderPainter":{"Listenable":[]},"_BorderContainerState":{"State":["_BorderContainer"]},"_Shaker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HelperErrorState":{"State":["_HelperError"]},"_RenderDecoration":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"_DecorationElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_Decorator":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InputDecoratorState":{"State":["InputDecorator"]},"ListTileTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ListTile":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ListTileElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_RenderListTile":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"Material":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInkFeatures":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"ShapeBorderTween":{"Tween":["ShapeBorder?"],"Animatable":["ShapeBorder?"],"Tween.T":"ShapeBorder?","Animatable.T":"ShapeBorder?"},"_MaterialInterior":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialState":{"State":["Material"]},"_InkFeatures":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialInteriorState":{"State":["_MaterialInterior"]},"_ShapeBorderPaint":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ShapeBorderPainter":{"Listenable":[]},"_MaterialLocalizationsDelegate":{"LocalizationsDelegate":["MaterialLocalizations"],"LocalizationsDelegate.T":"MaterialLocalizations"},"DefaultMaterialLocalizations":{"MaterialLocalizations":[]},"MaterialStateColor":{"Color":[],"MaterialStateProperty":["Color"]},"_MaterialStateColor":{"Color":[],"MaterialStateProperty":["Color"]},"MaterialStateMouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"_EnabledAndDisabledMouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"_MaterialStatePropertyWith":{"MaterialStateProperty":["1"]},"_MaterialStatePropertyAll":{"MaterialStateProperty":["1"]},"MergeableMaterial":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialSlice":{"MergeableMaterialItem":[]},"MaterialGap":{"MergeableMaterialItem":[]},"_MergeableMaterialState":{"State":["MergeableMaterial"]},"_MergeableMaterialSliceKey":{"GlobalKey":["State"],"Key":[],"GlobalKey.T":"State"},"_MergeableMaterialListBody":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderMergeableMaterialListBody":{"RenderBoxContainerDefaultsMixin":["RenderBox","ListBodyParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","ListBodyParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"OutlinedButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OutlinedButtonDefaultForeground":{"MaterialStateProperty":["Color?"]},"_OutlinedButtonDefaultOverlay":{"MaterialStateProperty":["Color?"]},"_OutlinedButtonDefaultMouseCursor":{"MaterialStateProperty":["MouseCursor0"]},"OutlinedButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialPageRoute":{"MaterialRouteTransitionMixin":["1"],"PageRoute":["1"],"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"],"ModalRoute.T":"1"},"_ZoomEnterTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ZoomExitTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FadeUpwardsPageTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ZoomPageTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FadeUpwardsPageTransitionsBuilder":{"PageTransitionsBuilder":[]},"ZoomPageTransitionsBuilder":{"PageTransitionsBuilder":[]},"CupertinoPageTransitionsBuilder":{"PageTransitionsBuilder":[]},"PaginatedDataTable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaginatedDataTableState":{"State":["PaginatedDataTable"]},"PopupMenuEntry":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopupMenuDivider":{"PopupMenuEntry":["0&"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopupMenuItem":{"PopupMenuEntry":["1"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopupMenuButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PopupMenuDividerState":{"State":["PopupMenuDivider"]},"_MenuItem0":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderMenuItem0":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"PopupMenuItemState":{"State":["2"]},"_PopupMenu":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PopupMenuRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"],"ModalRoute.T":"1"},"PopupMenuButtonState":{"State":["PopupMenuButton<1>"]},"PopupMenuTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"LinearProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CircularProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RefreshProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LinearProgressIndicatorPainter":{"Listenable":[]},"_LinearProgressIndicatorState":{"State":["LinearProgressIndicator"]},"_CircularProgressIndicatorPainter":{"Listenable":[]},"_CircularProgressIndicatorState":{"State":["CircularProgressIndicator"]},"_RefreshProgressIndicatorPainter":{"Listenable":[]},"_RefreshProgressIndicatorState":{"State":["CircularProgressIndicator"]},"Radio":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RadioState":{"State":["Radio<1>"]},"_RadioPainter":{"Listenable":[]},"RadioListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LerpProperties0":{"MaterialStateProperty":["1"]},"RefreshIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RefreshIndicatorState":{"State":["RefreshIndicator"]},"ReorderableListView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReorderableListViewState":{"State":["ReorderableListView"]},"_ReorderableListViewChildGlobalKey":{"GlobalObjectKey":["State"],"GlobalKey":["State"],"Key":[],"GlobalObjectKey.T":"State","GlobalKey.T":"State"},"ScaffoldMessenger":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScaffoldMessengerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FloatingActionButtonTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"Scaffold":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScaffoldState":{"State":["Scaffold"]},"_StandardBottomSheet":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StandardBottomSheetState":{"State":["_StandardBottomSheet"]},"_ScaffoldScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScaffoldMessengerState":{"State":["ScaffoldMessenger"]},"_ScaffoldGeometryNotifier":{"Listenable":[]},"_BodyBoxConstraints":{"BoxConstraints":[]},"_BodyBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FloatingActionButtonTransitionState":{"State":["_FloatingActionButtonTransition"]},"PersistentBottomSheetController":{"ScaffoldFeatureController":["_StandardBottomSheet","1"]},"Scrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScrollbarState":{"State":["Scrollbar"]},"_MaterialScrollbarState":{"RawScrollbarState":["_MaterialScrollbar"],"State":["_MaterialScrollbar"]},"_LerpProperties4":{"MaterialStateProperty":["1"]},"SelectableText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextSpanEditingController":{"TextEditingController":[],"ValueNotifier":["TextEditingValue"],"Listenable":[]},"_SelectableTextState":{"State":["SelectableText"]},"SnackBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialSwitch":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"Switch":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialSwitchState":{"State":["_MaterialSwitch"]},"_SwitchPainter":{"Listenable":[]},"SwitchListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LerpProperties":{"MaterialStateProperty":["1"]},"_TabControllerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DefaultTabController":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TabController":{"Listenable":[]},"_DefaultTabControllerState":{"State":["DefaultTabController"]},"UnderlineTabIndicator":{"Decoration":[]},"_UnderlinePainter":{"BoxPainter":[]},"TabBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TabBarView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"Tab":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TabStyle":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TabLabelBarRenderer":{"RenderBoxContainerDefaultsMixin":["RenderBox","FlexParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","FlexParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"_TabLabelBar":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IndicatorPainter":{"Listenable":[]},"_ChangeAnimation":{"Animation0":["double"],"Listenable":[]},"_DragAnimation":{"Animation0":["double"],"Listenable":[]},"_TabBarScrollPosition":{"ScrollPosition":[],"ViewportOffset":[],"Listenable":[]},"_TabBarScrollController":{"ScrollController":[],"Listenable":[]},"_TabBarState":{"State":["TabBar"]},"_TabBarViewState":{"State":["TabBarView"]},"TextButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextButtonDefaultForeground":{"MaterialStateProperty":["Color?"]},"_TextButtonDefaultOverlay":{"MaterialStateProperty":["Color?"]},"_TextButtonDefaultMouseCursor":{"MaterialStateProperty":["MouseCursor0"]},"TextButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextFieldState":{"State":["TextField"]},"TextFormField":{"FormField":["String"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"FormField.T":"String"},"_TextFormFieldState":{"FormFieldState":["String"],"State":["FormField"]},"_TextSelectionHandlePainter":{"Listenable":[]},"TextSelectionTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Theme":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InheritedTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ThemeDataTween":{"Tween":["ThemeData"],"Animatable":["ThemeData"],"Tween.T":"ThemeData","Animatable.T":"ThemeData"},"AnimatedTheme":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedThemeState":{"State":["AnimatedTheme"]},"_Dial":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TimePickerInput":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourMinuteTextField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TimePickerDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TimePickerHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourMinuteControl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourControl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StringFragment":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MinuteControl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DayPeriodControl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DayPeriodInputPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding1":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"_DialPainter":{"Listenable":[]},"_DialState":{"State":["_Dial"]},"_TimePickerInputState":{"State":["_TimePickerInput"]},"_HourTextField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MinuteTextField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourMinuteTextFieldState":{"State":["_HourMinuteTextField"]},"_TimePickerDialogState":{"State":["_TimePickerDialog"]},"TimePickerTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ToggleButtons":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ToggleButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectToggleButton":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectToggleButtonRenderObject":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"ToggleButtonsTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ToggleablePainter":{"Listenable":[]},"Tooltip":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TooltipState":{"State":["Tooltip"]},"_TooltipOverlay":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TooltipTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"NetworkImage":{"ImageProvider":["NetworkImage0"],"ImageProvider.T":"NetworkImage0"},"Alignment":{"AlignmentGeometry":[]},"AlignmentDirectional":{"AlignmentGeometry":[]},"_MixedAlignment":{"AlignmentGeometry":[]},"_SystemFontsNotifier":{"Listenable":[]},"OutlinedBorder":{"ShapeBorder":[]},"_CompoundBorder":{"ShapeBorder":[]},"BoxBorder":{"ShapeBorder":[]},"Border":{"ShapeBorder":[]},"BorderDirectional":{"ShapeBorder":[]},"BoxDecoration":{"Decoration":[]},"_BoxDecorationPainter":{"BoxPainter":[]},"CircleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"ColorSwatch":{"Color":[]},"EdgeInsets":{"EdgeInsetsGeometry":[]},"EdgeInsetsDirectional":{"EdgeInsetsGeometry":[]},"_MixedEdgeInsets":{"EdgeInsetsGeometry":[]},"FractionalOffset":{"AlignmentGeometry":[]},"NetworkImage0":{"ImageProvider":["NetworkImage0"]},"AssetBundleImageProvider":{"ImageProvider":["AssetBundleImageKey"]},"AssetImage":{"ImageProvider":["AssetBundleImageKey"],"ImageProvider.T":"AssetBundleImageKey"},"InlineSpan":{"DiagnosticableTree":[]},"RoundedRectangleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"_RoundedRectangleToCircleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"ShapeDecoration":{"Decoration":[]},"_ShapeDecorationPainter":{"BoxPainter":[]},"TextSpan":{"InlineSpan":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[]},"RenderAnimatedSize":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"BoxHitTestResult":{"HitTestResult":[]},"ContainerBoxParentData":{"BoxParentData":[],"ContainerParentDataMixin":["1"]},"RenderBox":{"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"BoxHitTestEntry":{"HitTestEntry":[]},"MultiChildLayoutParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"]},"RenderCustomMultiChildLayoutBox":{"RenderBoxContainerDefaultsMixin":["RenderBox","MultiChildLayoutParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","MultiChildLayoutParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"MultiChildLayoutParentData","RenderBoxContainerDefaultsMixin.1":"MultiChildLayoutParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderCustomPaint":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"CustomPainter":{"Listenable":[]},"RenderEditablePainter":{"Listenable":[]},"RenderEditable":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"_RenderEditableCustomPaint":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"_TextHighlightPainter":{"RenderEditablePainter":[],"Listenable":[]},"_FloatingCursorPainter":{"RenderEditablePainter":[],"Listenable":[]},"_CompositeRenderEditablePainter":{"RenderEditablePainter":[],"Listenable":[]},"RenderErrorBox":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"FlexParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"]},"RenderFlex":{"RenderBoxContainerDefaultsMixin":["RenderBox","FlexParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","FlexParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderImage":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"Layer0":{"DiagnosticableTree":[],"AbstractNode":[]},"ContainerLayer0":{"DiagnosticableTree":[],"AbstractNode":[]},"OffsetLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"TransformLayer":{"OffsetLayer":[],"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"PictureLayer":{"DiagnosticableTree":[],"AbstractNode":[]},"PlatformViewLayer":{"DiagnosticableTree":[],"AbstractNode":[]},"PerformanceOverlayLayer":{"DiagnosticableTree":[],"AbstractNode":[]},"ClipRectLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"ClipRRectLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"ClipPathLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"OpacityLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"PhysicalModelLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"LeaderLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"FollowerLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"AnnotatedRegionLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"ListBodyParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"]},"RenderListBody":{"RenderBoxContainerDefaultsMixin":["RenderBox","ListBodyParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","ListBodyParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"MouseTracker":{"Listenable":[]},"RenderObject":{"DiagnosticableTree":[],"AbstractNode":[]},"_RootSemanticsFragment":{"_InterestingSemanticsFragment":[]},"_SwitchableSemanticsFragment":{"_InterestingSemanticsFragment":[]},"_AbortingSemanticsFragment":{"_InterestingSemanticsFragment":[]},"DiagnosticsDebugCreator":{"DiagnosticsProperty":["Object"],"DiagnosticsNode":[]},"TextParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"]},"RenderParagraph":{"RenderBoxContainerDefaultsMixin":["RenderBox","TextParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","TextParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderPerformanceOverlay":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"_PlatformViewGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"PlatformViewRenderBox":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"AbstractNode":[]},"RenderProxyBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderProxyBoxWithHitTestBehavior":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"CustomClipper":{"Listenable":[]},"ShapeBorderClipper":{"CustomClipper":["Path"],"Listenable":[]},"RenderAbsorbPointer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderSemanticsGestureHandler":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderConstrainedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderLimitedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderAspectRatio":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderIntrinsicWidth":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderIntrinsicHeight":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderOpacity":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderAnimatedOpacity":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"_RenderCustomClip":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderClipRect":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderClipRRect":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderClipOval":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderClipPath":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"_RenderPhysicalModelBase":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderPhysicalModel":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderPhysicalShape":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderDecoratedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderTransform":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderFittedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderFractionalTranslation":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderPointerListener":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderMouseRegion":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"AbstractNode":[]},"RenderRepaintBoundary":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderIgnorePointer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderOffstage":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderSemanticsAnnotations":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderBlockSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderMergeSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderExcludeSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderIndexedSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderLeaderLayer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderFollowerLayer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderAnnotatedRegion":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderShiftedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderPadding":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderAligningShiftedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderPositionedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderFractionallySizedOverflowBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderCustomSingleChildLayoutBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"SliverHitTestResult":{"HitTestResult":[]},"SliverLogicalContainerParentData":{"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderSliver"]},"SliverPhysicalContainerParentData":{"SliverPhysicalParentData":[],"ContainerParentDataMixin":["RenderSliver"]},"RenderSliver":{"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"SliverHitTestEntry":{"HitTestEntry":[]},"RenderSliverFillViewport":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"RenderSliverFixedExtentBoxAdaptor":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"SliverGridParentData":{"SliverMultiBoxAdaptorParentData":[],"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderBox"],"KeepAliveParentDataMixin":[]},"RenderSliverGrid":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"RenderSliverList":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"SliverMultiBoxAdaptorParentData":{"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderBox"],"KeepAliveParentDataMixin":[]},"RenderSliverMultiBoxAdaptor":{"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderSliverEdgeInsetsPadding":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderSliver"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderSliverPadding":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderSliver"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderSliverPersistentHeader":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderSliverPinnedPersistentHeader":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"StackParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"]},"RenderStack":{"RenderBoxContainerDefaultsMixin":["RenderBox","StackParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderIndexedStack":{"RenderBoxContainerDefaultsMixin":["RenderBox","StackParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"TableCellParentData":{"BoxParentData":[]},"IntrinsicColumnWidth":{"TableColumnWidth":[]},"FixedColumnWidth":{"TableColumnWidth":[]},"FlexColumnWidth":{"TableColumnWidth":[]},"RenderTable":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"AlignmentGeometryTween":{"Tween":["AlignmentGeometry?"],"Animatable":["AlignmentGeometry?"],"Tween.T":"AlignmentGeometry?","Animatable.T":"AlignmentGeometry?"},"RenderView":{"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderViewportBase":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["1"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","1"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderViewport":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["SliverPhysicalContainerParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","SliverPhysicalContainerParentData"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"SliverPhysicalContainerParentData","_RenderViewportBase_RenderBox_ContainerRenderObjectMixin.0":"SliverPhysicalContainerParentData","ContainerRenderObjectMixin.0":"RenderSliver"},"RenderShrinkWrappingViewport":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["SliverLogicalContainerParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","SliverLogicalContainerParentData"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"SliverLogicalContainerParentData","_RenderViewportBase_RenderBox_ContainerRenderObjectMixin.0":"SliverLogicalContainerParentData","ContainerRenderObjectMixin.0":"RenderSliver"},"ViewportOffset":{"Listenable":[]},"WrapParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"]},"RenderWrap":{"RenderBoxContainerDefaultsMixin":["RenderBox","WrapParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","WrapParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"WrapParentData","RenderBoxContainerDefaultsMixin.1":"WrapParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"TickerFuture":{"Future":["~"]},"TickerCanceled":{"Exception":[]},"SemanticsNode":{"DiagnosticableTree":[],"AbstractNode":[]},"_BoxEdge":{"Comparable":["_BoxEdge"]},"_SemanticsSortGroup":{"Comparable":["_SemanticsSortGroup"]},"_TraversalSortNode":{"Comparable":["_TraversalSortNode"]},"SemanticsSortKey":{"Comparable":["SemanticsSortKey"]},"_SemanticsDiagnosticableNode":{"DiagnosticableNode":["SemanticsNode"],"DiagnosticsNode":[]},"SemanticsHintOverrides":{"DiagnosticableTree":[]},"SemanticsProperties":{"DiagnosticableTree":[]},"SemanticsOwner":{"Listenable":[]},"OrdinalSortKey":{"Comparable":["SemanticsSortKey"]},"_AutofillScopeTextInputConfiguration":{"TextInputConfiguration":[]},"PlatformException":{"Exception":[]},"MissingPluginException":{"Exception":[]},"_DeferringMouseCursor":{"MouseCursor0":[]},"_NoopMouseCursorSession":{"MouseCursorSession":[]},"_NoopMouseCursor":{"MouseCursor0":[]},"_SystemMouseCursorSession":{"MouseCursorSession":[]},"SystemMouseCursor":{"MouseCursor0":[]},"RawKeyDownEvent":{"RawKeyEvent":[]},"RawKeyUpEvent":{"RawKeyEvent":[]},"RestorationManager":{"Listenable":[]},"FilteringTextInputFormatter":{"TextInputFormatter":[]},"LengthLimitingTextInputFormatter":{"TextInputFormatter":[]},"Actions":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActionsMarker":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"FocusableActionDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DoNothingIntent":{"Intent":[]},"DoNothingAndStopPropagationIntent":{"Intent":[]},"ActivateIntent":{"Intent":[]},"ButtonActivateIntent":{"Intent":[]},"DismissIntent":{"Intent":[]},"PrioritizedIntents":{"Intent":[]},"ContextAction":{"Action":["1"]},"CallbackAction":{"Action":["1"]},"_ActionsState":{"State":["Actions"]},"_FocusableActionDetectorState":{"State":["FocusableActionDetector"]},"DoNothingAction":{"Action":["Intent"]},"DismissAction":{"Action":["DismissIntent"]},"PrioritizedAction":{"Action":["PrioritizedIntents"]},"AnimatedCrossFade":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedCrossFadeState":{"State":["AnimatedCrossFade"]},"AnimatedSize":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedSwitcher":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedSwitcherState":{"State":["AnimatedSwitcher"]},"AnnotatedRegion":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"WidgetsApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MediaQueryFromWindow":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WidgetsAppState":{"State":["WidgetsApp"],"WidgetsBindingObserver":[]},"_MediaQueryFromWindowsState":{"State":["_MediaQueryFromWindow"],"WidgetsBindingObserver":[]},"StreamBuilderBase":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FutureBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StreamBuilderBaseState":{"State":["StreamBuilderBase<1,2>"]},"StreamBuilder":{"StreamBuilderBase":["1","AsyncSnapshot<1>"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"StreamBuilderBase.T":"1","StreamBuilderBase.S":"AsyncSnapshot<1>"},"_FutureBuilderState":{"State":["FutureBuilder<1>"]},"RawAutocomplete":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RawAutocompleteState":{"State":["RawAutocomplete<1>"]},"AutofillGroup":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AutofillScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"AutofillGroupState":{"State":["AutofillGroup"]},"AutomaticKeepAlive":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AutomaticKeepAliveState":{"State":["AutomaticKeepAlive"]},"KeepAliveHandle":{"Listenable":[]},"_NullWidget1":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Directionality":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Opacity":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompositedTransformTarget":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompositedTransformFollower":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Padding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Align":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Center":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomSingleChildLayout":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"LayoutId":{"ParentDataWidget":["MultiChildLayoutParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"MultiChildLayoutParentData"},"CustomMultiChildLayout":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SizedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Positioned":{"ParentDataWidget":["StackParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"StackParentData"},"Flex":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Row":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Column":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Flexible":{"ParentDataWidget":["FlexParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"FlexParentData"},"Expanded":{"Flexible":[],"ParentDataWidget":["FlexParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"FlexParentData"},"DefaultAssetBundle":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Listener":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"MouseRegion":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"IgnorePointer":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Semantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlockSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomPaint":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipRect":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipRRect":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipOval":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipPath":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhysicalModel":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhysicalShape":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Transform":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FittedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FractionalTranslation":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ConstrainedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FractionallySizedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"LimitedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Offstage":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OffstageElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"AspectRatio":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IntrinsicWidth":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IntrinsicHeight":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListBody":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Stack":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IndexedStack":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"PositionedDirectional":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Wrap":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RichText":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RawImage":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MouseRegionState":{"State":["MouseRegion"]},"_RawMouseRegion":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RepaintBoundary":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"AbsorbPointer":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"MergeSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExcludeSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IndexedSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"KeyedSubtree":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Builder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ColoredBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderColoredBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderObjectToWidgetAdapter":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderObjectToWidgetElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"WidgetsFlutterBinding":{"SchedulerBinding":[]},"Container":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DecoratedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DecorationClipper":{"CustomClipper":["Path"],"Listenable":[]},"DefaultTextEditingActions":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DoNothingAndStopPropagationTextAction":{"ContextAction":["DoNothingAndStopPropagationTextIntent"],"Action":["DoNothingAndStopPropagationTextIntent"]},"_ExpandSelectionLeftByLineTextAction":{"ContextAction":["ExpandSelectionLeftByLineTextIntent"],"Action":["ExpandSelectionLeftByLineTextIntent"]},"_ExpandSelectionRightByLineTextAction":{"ContextAction":["ExpandSelectionRightByLineTextIntent"],"Action":["ExpandSelectionRightByLineTextIntent"]},"_ExpandSelectionToEndTextAction":{"ContextAction":["ExpandSelectionToEndTextIntent"],"Action":["ExpandSelectionToEndTextIntent"]},"_ExpandSelectionToStartTextAction":{"ContextAction":["ExpandSelectionToStartTextIntent"],"Action":["ExpandSelectionToStartTextIntent"]},"_ExtendSelectionDownTextAction":{"ContextAction":["ExtendSelectionDownTextIntent"],"Action":["ExtendSelectionDownTextIntent"]},"_ExtendSelectionLeftByLineTextAction":{"ContextAction":["ExtendSelectionLeftByLineTextIntent"],"Action":["ExtendSelectionLeftByLineTextIntent"]},"_ExtendSelectionLeftByWordAndStopAtReversalTextAction":{"ContextAction":["ExtendSelectionLeftByWordAndStopAtReversalTextIntent"],"Action":["ExtendSelectionLeftByWordAndStopAtReversalTextIntent"]},"_ExtendSelectionLeftByWordTextAction":{"ContextAction":["ExtendSelectionLeftByWordTextIntent"],"Action":["ExtendSelectionLeftByWordTextIntent"]},"_ExtendSelectionLeftTextAction":{"ContextAction":["ExtendSelectionLeftTextIntent"],"Action":["ExtendSelectionLeftTextIntent"]},"_ExtendSelectionRightByLineTextAction":{"ContextAction":["ExtendSelectionRightByLineTextIntent"],"Action":["ExtendSelectionRightByLineTextIntent"]},"_ExtendSelectionRightByWordAndStopAtReversalTextAction":{"ContextAction":["ExtendSelectionRightByWordAndStopAtReversalTextIntent"],"Action":["ExtendSelectionRightByWordAndStopAtReversalTextIntent"]},"_ExtendSelectionRightByWordTextAction":{"ContextAction":["ExtendSelectionRightByWordTextIntent"],"Action":["ExtendSelectionRightByWordTextIntent"]},"_ExtendSelectionRightTextAction":{"ContextAction":["ExtendSelectionRightTextIntent"],"Action":["ExtendSelectionRightTextIntent"]},"_ExtendSelectionUpTextAction":{"ContextAction":["ExtendSelectionUpTextIntent"],"Action":["ExtendSelectionUpTextIntent"]},"_MoveSelectionDownTextAction":{"ContextAction":["MoveSelectionDownTextIntent"],"Action":["MoveSelectionDownTextIntent"]},"_MoveSelectionLeftTextAction":{"ContextAction":["MoveSelectionLeftTextIntent"],"Action":["MoveSelectionLeftTextIntent"]},"_MoveSelectionRightTextAction":{"ContextAction":["MoveSelectionRightTextIntent"],"Action":["MoveSelectionRightTextIntent"]},"_MoveSelectionUpTextAction":{"ContextAction":["MoveSelectionUpTextIntent"],"Action":["MoveSelectionUpTextIntent"]},"_MoveSelectionLeftByLineTextAction":{"ContextAction":["MoveSelectionLeftByLineTextIntent"],"Action":["MoveSelectionLeftByLineTextIntent"]},"_MoveSelectionLeftByWordTextAction":{"ContextAction":["MoveSelectionLeftByWordTextIntent"],"Action":["MoveSelectionLeftByWordTextIntent"]},"_MoveSelectionRightByLineTextAction":{"ContextAction":["MoveSelectionRightByLineTextIntent"],"Action":["MoveSelectionRightByLineTextIntent"]},"_MoveSelectionRightByWordTextAction":{"ContextAction":["MoveSelectionRightByWordTextIntent"],"Action":["MoveSelectionRightByWordTextIntent"]},"_MoveSelectionToEndTextAction":{"ContextAction":["MoveSelectionToEndTextIntent"],"Action":["MoveSelectionToEndTextIntent"]},"_MoveSelectionToStartTextAction":{"ContextAction":["MoveSelectionToStartTextIntent"],"Action":["MoveSelectionToStartTextIntent"]},"DefaultTextEditingShortcuts":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DraggableScrollableSheet":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ResetNotifier":{"Listenable":[]},"_InheritedResetNotifier":{"InheritedNotifier":["_ResetNotifier"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"_ResetNotifier"},"_DraggableScrollableSheetState":{"State":["DraggableScrollableSheet"]},"_DraggableScrollableSheetScrollController":{"ScrollController":[],"Listenable":[]},"_DraggableScrollableSheetScrollPosition":{"ScrollPosition":[],"ViewportOffset":[],"Listenable":[]},"DualTransitionBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DualTransitionBuilderState":{"State":["DualTransitionBuilder"]},"TextEditingController":{"ValueNotifier":["TextEditingValue"],"Listenable":[]},"EditableText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EditableTextState":{"State":["EditableText"],"WidgetsBindingObserver":[],"AutofillClient":[],"TextEditingActionTarget":[]},"_Editable":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FocusNode":{"DiagnosticableTree":[],"Listenable":[]},"FocusScopeNode":{"FocusNode":[],"DiagnosticableTree":[],"Listenable":[]},"FocusManager":{"DiagnosticableTree":[],"Listenable":[]},"Focus":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusMarker":{"InheritedNotifier":["FocusNode"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"FocusNode"},"_FocusState":{"State":["Focus"]},"FocusScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusScopeState":{"State":["Focus"]},"FocusTraversalGroup":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusTraversalGroupMarker":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"RequestFocusIntent":{"Intent":[]},"NextFocusIntent":{"Intent":[]},"PreviousFocusIntent":{"Intent":[]},"DirectionalFocusIntent":{"Intent":[]},"_FocusTraversalGroupState":{"State":["FocusTraversalGroup"]},"RequestFocusAction":{"Action":["RequestFocusIntent"]},"NextFocusAction":{"Action":["NextFocusIntent"]},"PreviousFocusAction":{"Action":["PreviousFocusIntent"]},"DirectionalFocusAction":{"Action":["DirectionalFocusIntent"]},"Form":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormState":{"State":["Form"]},"_FormScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormFieldState":{"State":["FormField<1>"]},"ObjectKey":{"LocalKey":[],"Key":[]},"GlobalKey":{"Key":[]},"LabeledGlobalKey":{"GlobalKey":["1"],"Key":[],"GlobalKey.T":"1"},"Widget":{"DiagnosticableTree":[]},"StatelessWidget":{"Widget":[],"DiagnosticableTree":[]},"StatefulWidget":{"Widget":[],"DiagnosticableTree":[]},"ProxyWidget":{"Widget":[],"DiagnosticableTree":[]},"ParentDataWidget":{"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"InheritedWidget":{"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderObjectWidget":{"Widget":[],"DiagnosticableTree":[]},"LeafRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SingleChildRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"MultiChildRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Element0":{"DiagnosticableTree":[],"BuildContext":[]},"ComponentElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"StatefulElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ProxyElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"InheritedElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"UniqueKey":{"LocalKey":[],"Key":[]},"GlobalObjectKey":{"GlobalKey":["1"],"Key":[],"GlobalObjectKey.T":"1","GlobalKey.T":"1"},"_ElementDiagnosticableTreeNode":{"DiagnosticableNode":["DiagnosticableTree"],"DiagnosticsNode":[]},"ErrorWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"StatelessElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ParentDataElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"RenderObjectElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"RootRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"LeafRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"SingleChildRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"MultiChildRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_NullElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_NullWidget":{"Widget":[],"DiagnosticableTree":[]},"RawGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RawGestureDetectorState":{"State":["RawGestureDetector"]},"GestureRecognizerFactoryWithHandlers":{"GestureRecognizerFactory":["1"]},"GestureDetector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GestureSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Hero":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HeroState":{"State":["Hero"]},"HeroController":{"NavigatorObserver":[]},"Icon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IconTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Image":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ImageState":{"State":["Image"],"WidgetsBindingObserver":[]},"BoxConstraintsTween":{"Tween":["BoxConstraints"],"Animatable":["BoxConstraints"],"Tween.T":"BoxConstraints","Animatable.T":"BoxConstraints"},"DecorationTween":{"Tween":["Decoration"],"Animatable":["Decoration"],"Tween.T":"Decoration","Animatable.T":"Decoration"},"EdgeInsetsGeometryTween":{"Tween":["EdgeInsetsGeometry"],"Animatable":["EdgeInsetsGeometry"],"Tween.T":"EdgeInsetsGeometry","Animatable.T":"EdgeInsetsGeometry"},"BorderRadiusTween":{"Tween":["BorderRadius"],"Animatable":["BorderRadius"],"Tween.T":"BorderRadius","Animatable.T":"BorderRadius"},"Matrix4Tween":{"Tween":["Matrix4"],"Animatable":["Matrix4"],"Tween.T":"Matrix4","Animatable.T":"Matrix4"},"TextStyleTween":{"Tween":["TextStyle"],"Animatable":["TextStyle"],"Tween.T":"TextStyle","Animatable.T":"TextStyle"},"ImplicitlyAnimatedWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedContainer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedPadding":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedOpacity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedDefaultTextStyle":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedPhysicalModel":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImplicitlyAnimatedWidgetState":{"State":["1"]},"AnimatedWidgetBaseState":{"State":["1"]},"_AnimatedContainerState":{"State":["AnimatedContainer"]},"_AnimatedPaddingState":{"State":["AnimatedPadding"]},"_AnimatedOpacityState":{"State":["AnimatedOpacity"]},"_AnimatedDefaultTextStyleState":{"State":["AnimatedDefaultTextStyle"]},"_AnimatedPhysicalModelState":{"State":["AnimatedPhysicalModel"]},"InheritedNotifier":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InheritedNotifierElement":{"InheritedElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"InheritedTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CaptureAll":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ConstrainedLayoutBuilder":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"LayoutBuilder":{"ConstrainedLayoutBuilder":["BoxConstraints"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"ConstrainedLayoutBuilder.0":"BoxConstraints"},"_LayoutBuilderElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_RenderLayoutBuilder":{"RenderConstrainedLayoutBuilder":["BoxConstraints","RenderBox"],"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"RenderConstrainedLayoutBuilder.0":"BoxConstraints"},"_LocalizationsScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Localizations":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WidgetsLocalizationsDelegate":{"LocalizationsDelegate":["WidgetsLocalizations"],"LocalizationsDelegate.T":"WidgetsLocalizations"},"DefaultWidgetsLocalizations":{"WidgetsLocalizations":[]},"_LocalizationsState":{"State":["Localizations"]},"MediaQuery":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnyTapGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"ModalBarrier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedModalBarrier":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnyTapGestureRecognizerFactory":{"GestureRecognizerFactory":["_AnyTapGestureRecognizer"]},"_ModalBarrierGestureDetector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"NavigationToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Page0":{"RouteSettings":[]},"HeroControllerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Navigator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"NavigatorState":{"State":["Navigator"]},"_NotAnnounced":{"Route":["~"]},"_NavigatorPushObservation":{"_NavigatorObservation":[]},"_NavigatorPopObservation":{"_NavigatorObservation":[]},"_NavigatorRemoveObservation":{"_NavigatorObservation":[]},"_NavigatorReplaceObservation":{"_NavigatorObservation":[]},"_HistoryProperty":{"RestorableProperty":["Map>?"],"Listenable":[]},"NotificationListener":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverflowBarParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"]},"OverflowBar":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderOverflowBar":{"RenderBoxContainerDefaultsMixin":["RenderBox","_OverflowBarParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","_OverflowBarParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"_OverflowBarParentData","RenderBoxContainerDefaultsMixin.1":"_OverflowBarParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"OverlayEntry":{"Listenable":[]},"_OverlayEntryWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverlayEntryWidgetState":{"State":["_OverlayEntryWidget"]},"Overlay":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"OverlayState":{"State":["Overlay"]},"_Theatre":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TheatreElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_RenderTheatre":{"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"StackParentData","ContainerRenderObjectMixin.0":"RenderBox"},"GlowingOverscrollIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GlowingOverscrollIndicatorState":{"State":["GlowingOverscrollIndicator"]},"_GlowController":{"Listenable":[]},"_GlowingOverscrollIndicatorPainter":{"Listenable":[]},"PageStorageKey":{"ValueKey":["1"],"LocalKey":[],"Key":[]},"PageStorage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PageView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PageController":{"ScrollController":[],"Listenable":[]},"_PagePosition":{"ScrollPosition":[],"PageMetrics":[],"ViewportOffset":[],"Listenable":[]},"_PageViewState":{"State":["PageView"]},"PageRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"]},"PerformanceOverlay":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HtmlElementViewController":{"PlatformViewController":[]},"PlatformViewLink":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PlatformViewSurface":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"HtmlElementView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PlatformViewLinkState":{"State":["PlatformViewLink"]},"PreferredSize":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PrimaryScrollController":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverReorderableList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverReorderableListState":{"State":["SliverReorderableList"]},"_ReorderableItem":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReorderableItemState":{"State":["_ReorderableItem"]},"ReorderableDragStartListener":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReorderableDelayedDragStartListener":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DragItemProxy":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReorderableItemGlobalKey":{"GlobalObjectKey":["State"],"GlobalKey":["State"],"Key":[],"GlobalObjectKey.T":"State","GlobalKey.T":"State"},"RestorationScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"UnmanagedRestorationScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"RootRestorationScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RestorableProperty":{"Listenable":[]},"_RestorationScopeState":{"State":["RestorationScope"]},"_RootRestorationScopeState":{"State":["RootRestorationScope"]},"RestorableValue":{"RestorableProperty":["1"],"Listenable":[]},"_RestorablePrimitiveValueN":{"RestorableProperty":["1"],"Listenable":[]},"_RestorablePrimitiveValue":{"_RestorablePrimitiveValueN":["1"],"RestorableProperty":["1"],"Listenable":[]},"RestorableNum":{"_RestorablePrimitiveValueN":["1"],"RestorableProperty":["1"],"Listenable":[],"_RestorablePrimitiveValueN.T":"1"},"RestorableBool":{"_RestorablePrimitiveValueN":["bool"],"RestorableProperty":["bool"],"Listenable":[],"_RestorablePrimitiveValueN.T":"bool"},"RestorableDateTime":{"RestorableProperty":["DateTime"],"Listenable":[]},"RestorableListenable":{"RestorableProperty":["1"],"Listenable":[]},"RestorableChangeNotifier":{"RestorableProperty":["1"],"Listenable":[]},"RestorableTextEditingController":{"RestorableProperty":["TextEditingController"],"Listenable":[]},"OverlayRoute":{"Route":["1"]},"TransitionRoute":{"Route":["1"]},"_ModalScopeStatus":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ModalScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ModalScopeState":{"State":["_ModalScope<1>"]},"ModalRoute":{"TransitionRoute":["1"],"Route":["1"]},"_DismissModalAction":{"Action":["DismissIntent"]},"PopupRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"]},"RouteObserver":{"NavigatorObserver":[]},"RawDialogRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"]},"SafeArea":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollAwareImageProvider":{"ImageProvider":["1"],"ImageProvider.T":"1"},"ScrollConfiguration":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollController":{"Listenable":[]},"ScrollNotification":{"LayoutChangedNotification":[]},"ScrollUpdateNotification":{"ScrollNotification":[],"LayoutChangedNotification":[]},"OverscrollNotification":{"ScrollNotification":[],"LayoutChangedNotification":[]},"ScrollStartNotification":{"ScrollNotification":[],"LayoutChangedNotification":[]},"ScrollEndNotification":{"ScrollNotification":[],"LayoutChangedNotification":[]},"UserScrollNotification":{"ScrollNotification":[],"LayoutChangedNotification":[]},"ScrollPosition":{"ViewportOffset":[],"Listenable":[]},"ScrollPositionWithSingleContext":{"ScrollPosition":[],"ViewportOffset":[],"Listenable":[]},"ScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoxScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GridView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Scrollable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScrollableScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollIntent":{"Intent":[]},"ScrollableState":{"State":["Scrollable"]},"_ScrollSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderScrollSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"ScrollAction":{"Action":["ScrollIntent"]},"_RestorableScrollOffset":{"RestorableProperty":["double?"],"Listenable":[]},"RawScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ThumbPressGestureRecognizer":{"LongPressGestureRecognizer":[],"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_TrackTapGestureRecognizer":{"TapGestureRecognizer":[],"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"ScrollbarPainter":{"Listenable":[]},"RawScrollbarState":{"State":["1"]},"LogicalKeySet":{"KeySet":["LogicalKeyboardKey"],"KeySet.T":"LogicalKeyboardKey"},"ShortcutManager":{"Listenable":[]},"Shortcuts":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ShortcutsState":{"State":["Shortcuts"]},"_ShortcutsMarker":{"InheritedNotifier":["ShortcutManager"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"ShortcutManager"},"_SingleChildViewport":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SingleChildScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderSingleChildViewport":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"_SaltedValueKey":{"ValueKey":["Key"],"LocalKey":[],"Key":[],"ValueKey.T":"Key"},"SliverWithKeepAliveWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverMultiBoxAdaptorWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverList":{"SliverMultiBoxAdaptorWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverGrid":{"SliverMultiBoxAdaptorWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverMultiBoxAdaptorElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"KeepAlive":{"ParentDataWidget":["KeepAliveParentDataMixin"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"KeepAliveParentDataMixin"},"SliverFillViewport":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SliverFillViewportRenderObjectWidget":{"SliverMultiBoxAdaptorWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SliverFractionalPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderSliverFractionalPadding":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderSliver"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"SliverPersistentHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SliverPersistentHeaderElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_SliverPersistentHeaderRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SliverPinnedPersistentHeader":{"_SliverPersistentHeaderRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderSliverPinnedPersistentHeaderForWidgets":{"_RenderSliverPersistentHeaderForWidgetsMixin":[],"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"Spacer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Table":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TableElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"TableCell":{"ParentDataWidget":["TableCellParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"TableCellParentData"},"DefaultTextStyle":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DefaultTextHeightBehavior":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Text":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NullWidget2":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextEditingAction":{"ContextAction":["1"],"Action":["1"]},"DoNothingAndStopPropagationTextIntent":{"Intent":[]},"ExpandSelectionLeftByLineTextIntent":{"Intent":[]},"ExpandSelectionRightByLineTextIntent":{"Intent":[]},"ExpandSelectionToEndTextIntent":{"Intent":[]},"ExpandSelectionToStartTextIntent":{"Intent":[]},"ExtendSelectionDownTextIntent":{"Intent":[]},"ExtendSelectionLeftByLineTextIntent":{"Intent":[]},"ExtendSelectionLeftByWordAndStopAtReversalTextIntent":{"Intent":[]},"ExtendSelectionLeftByWordTextIntent":{"Intent":[]},"ExtendSelectionLeftTextIntent":{"Intent":[]},"ExtendSelectionRightByLineTextIntent":{"Intent":[]},"ExtendSelectionRightByWordAndStopAtReversalTextIntent":{"Intent":[]},"ExtendSelectionRightByWordTextIntent":{"Intent":[]},"ExtendSelectionRightTextIntent":{"Intent":[]},"ExtendSelectionUpTextIntent":{"Intent":[]},"MoveSelectionDownTextIntent":{"Intent":[]},"MoveSelectionLeftByLineTextIntent":{"Intent":[]},"MoveSelectionLeftByWordTextIntent":{"Intent":[]},"MoveSelectionLeftTextIntent":{"Intent":[]},"MoveSelectionToStartTextIntent":{"Intent":[]},"MoveSelectionRightByLineTextIntent":{"Intent":[]},"MoveSelectionRightByWordTextIntent":{"Intent":[]},"MoveSelectionRightTextIntent":{"Intent":[]},"MoveSelectionToEndTextIntent":{"Intent":[]},"MoveSelectionUpTextIntent":{"Intent":[]},"_TextSelectionHandleOverlay":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextSelectionGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TransparentTapGestureRecognizer":{"TapGestureRecognizer":[],"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_TextSelectionHandleOverlayState":{"State":["_TextSelectionHandleOverlay"]},"_TextSelectionGestureDetectorState":{"State":["TextSelectionGestureDetector"]},"_EffectiveTickerMode":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"TickerMode":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Title":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlideTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FadeTransition":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedState":{"State":["AnimatedWidget"]},"ScaleTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RotationTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SizeTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DecoratedBoxTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ValueListenableBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ValueListenableBuilderState":{"State":["ValueListenableBuilder<1>"]},"Viewport":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ViewportElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ShrinkWrappingViewport":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Visibility":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WillPopScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WillPopScopeState":{"State":["WillPopScope"]},"DownloadProgress":{"FileResponse":[]},"FileInfo":{"FileResponse":[]},"NonStoringObjectProvider":{"CacheInfoRepository":[]},"HttpGetResponse":{"FileServiceResponse":[]},"HttpExceptionWithStatus":{"Exception":[]},"BlockPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BlockPickerState":{"State":["BlockPicker"]},"JsonViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"JsonObjectViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"JsonArrayViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_JsonViewerState":{"State":["JsonViewer"]},"JsonObjectViewerState":{"State":["JsonObjectViewer"]},"_JsonArrayViewerState":{"State":["JsonArrayViewer"]},"GlobalCupertinoLocalizations":{"CupertinoLocalizations":[]},"_GlobalCupertinoLocalizationsDelegate":{"LocalizationsDelegate":["CupertinoLocalizations"],"LocalizationsDelegate.T":"CupertinoLocalizations"},"CupertinoLocalizationAf":{"CupertinoLocalizations":[]},"CupertinoLocalizationAm":{"CupertinoLocalizations":[]},"CupertinoLocalizationAr":{"CupertinoLocalizations":[]},"CupertinoLocalizationAs":{"CupertinoLocalizations":[]},"CupertinoLocalizationAz":{"CupertinoLocalizations":[]},"CupertinoLocalizationBe":{"CupertinoLocalizations":[]},"CupertinoLocalizationBg":{"CupertinoLocalizations":[]},"CupertinoLocalizationBn":{"CupertinoLocalizations":[]},"CupertinoLocalizationBs":{"CupertinoLocalizations":[]},"CupertinoLocalizationCa":{"CupertinoLocalizations":[]},"CupertinoLocalizationCs":{"CupertinoLocalizations":[]},"CupertinoLocalizationDa":{"CupertinoLocalizations":[]},"CupertinoLocalizationDe":{"CupertinoLocalizations":[]},"CupertinoLocalizationDeCh":{"CupertinoLocalizations":[]},"CupertinoLocalizationEl":{"CupertinoLocalizations":[]},"CupertinoLocalizationEn":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnAu":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnCa":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnGb":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnIe":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnIn":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnNz":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnSg":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnZa":{"CupertinoLocalizations":[]},"CupertinoLocalizationEs":{"CupertinoLocalizations":[]},"CupertinoLocalizationEs419":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsAr":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsBo":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsCl":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsCo":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsCr":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsDo":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsEc":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsGt":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsHn":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsMx":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsNi":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsPa":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsPe":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsPr":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsPy":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsSv":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsUs":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsUy":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsVe":{"CupertinoLocalizations":[]},"CupertinoLocalizationEt":{"CupertinoLocalizations":[]},"CupertinoLocalizationEu":{"CupertinoLocalizations":[]},"CupertinoLocalizationFa":{"CupertinoLocalizations":[]},"CupertinoLocalizationFi":{"CupertinoLocalizations":[]},"CupertinoLocalizationFil":{"CupertinoLocalizations":[]},"CupertinoLocalizationFr":{"CupertinoLocalizations":[]},"CupertinoLocalizationFrCa":{"CupertinoLocalizations":[]},"CupertinoLocalizationGl":{"CupertinoLocalizations":[]},"CupertinoLocalizationGsw":{"CupertinoLocalizations":[]},"CupertinoLocalizationGu":{"CupertinoLocalizations":[]},"CupertinoLocalizationHe":{"CupertinoLocalizations":[]},"CupertinoLocalizationHi":{"CupertinoLocalizations":[]},"CupertinoLocalizationHr":{"CupertinoLocalizations":[]},"CupertinoLocalizationHu":{"CupertinoLocalizations":[]},"CupertinoLocalizationHy":{"CupertinoLocalizations":[]},"CupertinoLocalizationId":{"CupertinoLocalizations":[]},"CupertinoLocalizationIs":{"CupertinoLocalizations":[]},"CupertinoLocalizationIt":{"CupertinoLocalizations":[]},"CupertinoLocalizationJa":{"CupertinoLocalizations":[]},"CupertinoLocalizationKa":{"CupertinoLocalizations":[]},"CupertinoLocalizationKk":{"CupertinoLocalizations":[]},"CupertinoLocalizationKm":{"CupertinoLocalizations":[]},"CupertinoLocalizationKn":{"CupertinoLocalizations":[]},"CupertinoLocalizationKo":{"CupertinoLocalizations":[]},"CupertinoLocalizationKy":{"CupertinoLocalizations":[]},"CupertinoLocalizationLo":{"CupertinoLocalizations":[]},"CupertinoLocalizationLt":{"CupertinoLocalizations":[]},"CupertinoLocalizationLv":{"CupertinoLocalizations":[]},"CupertinoLocalizationMk":{"CupertinoLocalizations":[]},"CupertinoLocalizationMl":{"CupertinoLocalizations":[]},"CupertinoLocalizationMn":{"CupertinoLocalizations":[]},"CupertinoLocalizationMr":{"CupertinoLocalizations":[]},"CupertinoLocalizationMs":{"CupertinoLocalizations":[]},"CupertinoLocalizationMy":{"CupertinoLocalizations":[]},"CupertinoLocalizationNb":{"CupertinoLocalizations":[]},"CupertinoLocalizationNe":{"CupertinoLocalizations":[]},"CupertinoLocalizationNl":{"CupertinoLocalizations":[]},"CupertinoLocalizationNo":{"CupertinoLocalizations":[]},"CupertinoLocalizationOr":{"CupertinoLocalizations":[]},"CupertinoLocalizationPa":{"CupertinoLocalizations":[]},"CupertinoLocalizationPl":{"CupertinoLocalizations":[]},"CupertinoLocalizationPt":{"CupertinoLocalizations":[]},"CupertinoLocalizationPtPt":{"CupertinoLocalizations":[]},"CupertinoLocalizationRo":{"CupertinoLocalizations":[]},"CupertinoLocalizationRu":{"CupertinoLocalizations":[]},"CupertinoLocalizationSi":{"CupertinoLocalizations":[]},"CupertinoLocalizationSk":{"CupertinoLocalizations":[]},"CupertinoLocalizationSl":{"CupertinoLocalizations":[]},"CupertinoLocalizationSq":{"CupertinoLocalizations":[]},"CupertinoLocalizationSr":{"CupertinoLocalizations":[]},"CupertinoLocalizationSrCyrl":{"CupertinoLocalizations":[]},"CupertinoLocalizationSrLatn":{"CupertinoLocalizations":[]},"CupertinoLocalizationSv":{"CupertinoLocalizations":[]},"CupertinoLocalizationSw":{"CupertinoLocalizations":[]},"CupertinoLocalizationTa":{"CupertinoLocalizations":[]},"CupertinoLocalizationTe":{"CupertinoLocalizations":[]},"CupertinoLocalizationTh":{"CupertinoLocalizations":[]},"CupertinoLocalizationTl":{"CupertinoLocalizations":[]},"CupertinoLocalizationTr":{"CupertinoLocalizations":[]},"CupertinoLocalizationUk":{"CupertinoLocalizations":[]},"CupertinoLocalizationUr":{"CupertinoLocalizations":[]},"CupertinoLocalizationUz":{"CupertinoLocalizations":[]},"CupertinoLocalizationVi":{"CupertinoLocalizations":[]},"CupertinoLocalizationZh":{"CupertinoLocalizations":[]},"CupertinoLocalizationZhHans":{"CupertinoLocalizations":[]},"CupertinoLocalizationZhHant":{"CupertinoLocalizations":[]},"CupertinoLocalizationZhHantHk":{"CupertinoLocalizations":[]},"CupertinoLocalizationZhHantTw":{"CupertinoLocalizations":[]},"CupertinoLocalizationZu":{"CupertinoLocalizations":[]},"MaterialLocalizationAf":{"MaterialLocalizations":[]},"MaterialLocalizationAm":{"MaterialLocalizations":[]},"MaterialLocalizationAr":{"MaterialLocalizations":[]},"MaterialLocalizationAs":{"MaterialLocalizations":[]},"MaterialLocalizationAz":{"MaterialLocalizations":[]},"MaterialLocalizationBe":{"MaterialLocalizations":[]},"MaterialLocalizationBg":{"MaterialLocalizations":[]},"MaterialLocalizationBn":{"MaterialLocalizations":[]},"MaterialLocalizationBs":{"MaterialLocalizations":[]},"MaterialLocalizationCa":{"MaterialLocalizations":[]},"MaterialLocalizationCs":{"MaterialLocalizations":[]},"MaterialLocalizationDa":{"MaterialLocalizations":[]},"MaterialLocalizationDe":{"MaterialLocalizations":[]},"MaterialLocalizationDeCh":{"MaterialLocalizations":[]},"MaterialLocalizationEl":{"MaterialLocalizations":[]},"MaterialLocalizationEn":{"MaterialLocalizations":[]},"MaterialLocalizationEnAu":{"MaterialLocalizations":[]},"MaterialLocalizationEnCa":{"MaterialLocalizations":[]},"MaterialLocalizationEnGb":{"MaterialLocalizations":[]},"MaterialLocalizationEnIe":{"MaterialLocalizations":[]},"MaterialLocalizationEnIn":{"MaterialLocalizations":[]},"MaterialLocalizationEnNz":{"MaterialLocalizations":[]},"MaterialLocalizationEnSg":{"MaterialLocalizations":[]},"MaterialLocalizationEnZa":{"MaterialLocalizations":[]},"MaterialLocalizationEs":{"MaterialLocalizations":[]},"MaterialLocalizationEs419":{"MaterialLocalizations":[]},"MaterialLocalizationEsAr":{"MaterialLocalizations":[]},"MaterialLocalizationEsBo":{"MaterialLocalizations":[]},"MaterialLocalizationEsCl":{"MaterialLocalizations":[]},"MaterialLocalizationEsCo":{"MaterialLocalizations":[]},"MaterialLocalizationEsCr":{"MaterialLocalizations":[]},"MaterialLocalizationEsDo":{"MaterialLocalizations":[]},"MaterialLocalizationEsEc":{"MaterialLocalizations":[]},"MaterialLocalizationEsGt":{"MaterialLocalizations":[]},"MaterialLocalizationEsHn":{"MaterialLocalizations":[]},"MaterialLocalizationEsMx":{"MaterialLocalizations":[]},"MaterialLocalizationEsNi":{"MaterialLocalizations":[]},"MaterialLocalizationEsPa":{"MaterialLocalizations":[]},"MaterialLocalizationEsPe":{"MaterialLocalizations":[]},"MaterialLocalizationEsPr":{"MaterialLocalizations":[]},"MaterialLocalizationEsPy":{"MaterialLocalizations":[]},"MaterialLocalizationEsSv":{"MaterialLocalizations":[]},"MaterialLocalizationEsUs":{"MaterialLocalizations":[]},"MaterialLocalizationEsUy":{"MaterialLocalizations":[]},"MaterialLocalizationEsVe":{"MaterialLocalizations":[]},"MaterialLocalizationEt":{"MaterialLocalizations":[]},"MaterialLocalizationEu":{"MaterialLocalizations":[]},"MaterialLocalizationFa":{"MaterialLocalizations":[]},"MaterialLocalizationFi":{"MaterialLocalizations":[]},"MaterialLocalizationFil":{"MaterialLocalizations":[]},"MaterialLocalizationFr":{"MaterialLocalizations":[]},"MaterialLocalizationFrCa":{"MaterialLocalizations":[]},"MaterialLocalizationGl":{"MaterialLocalizations":[]},"MaterialLocalizationGsw":{"MaterialLocalizations":[]},"MaterialLocalizationGu":{"MaterialLocalizations":[]},"MaterialLocalizationHe":{"MaterialLocalizations":[]},"MaterialLocalizationHi":{"MaterialLocalizations":[]},"MaterialLocalizationHr":{"MaterialLocalizations":[]},"MaterialLocalizationHu":{"MaterialLocalizations":[]},"MaterialLocalizationHy":{"MaterialLocalizations":[]},"MaterialLocalizationId":{"MaterialLocalizations":[]},"MaterialLocalizationIs":{"MaterialLocalizations":[]},"MaterialLocalizationIt":{"MaterialLocalizations":[]},"MaterialLocalizationJa":{"MaterialLocalizations":[]},"MaterialLocalizationKa":{"MaterialLocalizations":[]},"MaterialLocalizationKk":{"MaterialLocalizations":[]},"MaterialLocalizationKm":{"MaterialLocalizations":[]},"MaterialLocalizationKn":{"MaterialLocalizations":[]},"MaterialLocalizationKo":{"MaterialLocalizations":[]},"MaterialLocalizationKy":{"MaterialLocalizations":[]},"MaterialLocalizationLo":{"MaterialLocalizations":[]},"MaterialLocalizationLt":{"MaterialLocalizations":[]},"MaterialLocalizationLv":{"MaterialLocalizations":[]},"MaterialLocalizationMk":{"MaterialLocalizations":[]},"MaterialLocalizationMl":{"MaterialLocalizations":[]},"MaterialLocalizationMn":{"MaterialLocalizations":[]},"MaterialLocalizationMr":{"MaterialLocalizations":[]},"MaterialLocalizationMs":{"MaterialLocalizations":[]},"MaterialLocalizationMy":{"MaterialLocalizations":[]},"MaterialLocalizationNb":{"MaterialLocalizations":[]},"MaterialLocalizationNe":{"MaterialLocalizations":[]},"MaterialLocalizationNl":{"MaterialLocalizations":[]},"MaterialLocalizationNo":{"MaterialLocalizations":[]},"MaterialLocalizationOr":{"MaterialLocalizations":[]},"MaterialLocalizationPa":{"MaterialLocalizations":[]},"MaterialLocalizationPl":{"MaterialLocalizations":[]},"MaterialLocalizationPs":{"MaterialLocalizations":[]},"MaterialLocalizationPt":{"MaterialLocalizations":[]},"MaterialLocalizationPtPt":{"MaterialLocalizations":[]},"MaterialLocalizationRo":{"MaterialLocalizations":[]},"MaterialLocalizationRu":{"MaterialLocalizations":[]},"MaterialLocalizationSi":{"MaterialLocalizations":[]},"MaterialLocalizationSk":{"MaterialLocalizations":[]},"MaterialLocalizationSl":{"MaterialLocalizations":[]},"MaterialLocalizationSq":{"MaterialLocalizations":[]},"MaterialLocalizationSr":{"MaterialLocalizations":[]},"MaterialLocalizationSrCyrl":{"MaterialLocalizations":[]},"MaterialLocalizationSrLatn":{"MaterialLocalizations":[]},"MaterialLocalizationSv":{"MaterialLocalizations":[]},"MaterialLocalizationSw":{"MaterialLocalizations":[]},"MaterialLocalizationTa":{"MaterialLocalizations":[]},"MaterialLocalizationTe":{"MaterialLocalizations":[]},"MaterialLocalizationTh":{"MaterialLocalizations":[]},"MaterialLocalizationTl":{"MaterialLocalizations":[]},"MaterialLocalizationTr":{"MaterialLocalizations":[]},"MaterialLocalizationUk":{"MaterialLocalizations":[]},"MaterialLocalizationUr":{"MaterialLocalizations":[]},"MaterialLocalizationUz":{"MaterialLocalizations":[]},"MaterialLocalizationVi":{"MaterialLocalizations":[]},"MaterialLocalizationZh":{"MaterialLocalizations":[]},"MaterialLocalizationZhHans":{"MaterialLocalizations":[]},"MaterialLocalizationZhHant":{"MaterialLocalizations":[]},"MaterialLocalizationZhHantHk":{"MaterialLocalizations":[]},"MaterialLocalizationZhHantTw":{"MaterialLocalizations":[]},"MaterialLocalizationZu":{"MaterialLocalizations":[]},"GlobalMaterialLocalizations":{"MaterialLocalizations":[]},"_MaterialLocalizationsDelegate0":{"LocalizationsDelegate":["MaterialLocalizations"],"LocalizationsDelegate.T":"MaterialLocalizations"},"GlobalWidgetsLocalizations":{"WidgetsLocalizations":[]},"_WidgetsLocalizationsDelegate0":{"LocalizationsDelegate":["WidgetsLocalizations"],"LocalizationsDelegate.T":"WidgetsLocalizations"},"StoreProvider":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"StoreConnector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StoreStreamListener":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StoreBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StoreStreamListenerState":{"State":["_StoreStreamListener<1,2>"]},"StoreProviderError":{"Error":[]},"ConverterError":{"Error":[]},"_SlidableScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableData":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Slidable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableState":{"State":["Slidable"]},"_SlidableStackActionPane":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableDrawerActionPane":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClosableSlideAction":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IconSlideAction":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomSizeTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StyledToast":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StyledToastWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StyledToastWidgetState":{"State":["_StyledToastWidget"],"WidgetsBindingObserver":[]},"_StyledToastState":{"State":["StyledToast"]},"StyledToastTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"TypeAheadField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SuggestionsList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TypeAheadFormField":{"FormField":["String*"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"FormField.T":"String*"},"_TypeAheadFormFieldState":{"FormFieldState":["String*"],"State":["FormField*"]},"_TypeAheadFieldState":{"State":["TypeAheadField<1*>*"],"WidgetsBindingObserver":[]},"_SuggestionsListState":{"State":["_SuggestionsList<1*>*"]},"ByteStream":{"Stream":["List"],"Stream.T":"List"},"ClientException":{"Exception":[]},"CaseInsensitiveMap":{"CanonicalizedMap":["String","String","1"],"Map":["String","1"],"CanonicalizedMap.V":"1","CanonicalizedMap.K":"String","CanonicalizedMap.C":"String"},"_DateFormatLiteralField":{"_DateFormatField":[]},"_DateFormatQuotedField":{"_DateFormatField":[]},"_DateFormatPatternField":{"_DateFormatField":[]},"LocaleDataException":{"Exception":[]},"_$AccountEntitySerializer":{"StructuredSerializer":["AccountEntity*"],"Serializer":["AccountEntity*"]},"_$AccountEntity":{"AccountEntity":[]},"ClientEntity":{"BaseEntity":[],"SelectableEntity":[]},"ContactEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$ClientListResponseSerializer":{"StructuredSerializer":["ClientListResponse*"],"Serializer":["ClientListResponse*"]},"_$ClientItemResponseSerializer":{"StructuredSerializer":["ClientItemResponse*"],"Serializer":["ClientItemResponse*"]},"_$ClientEntitySerializer":{"StructuredSerializer":["ClientEntity*"],"Serializer":["ClientEntity*"]},"_$ContactEntitySerializer":{"StructuredSerializer":["ContactEntity*"],"Serializer":["ContactEntity*"]},"_$ClientListResponse":{"ClientListResponse":[]},"_$ClientItemResponse":{"ClientItemResponse":[]},"_$ClientEntity":{"ClientEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$ContactEntity":{"ContactEntity":[],"BaseEntity":[],"SelectableEntity":[]},"CompanyGatewayEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$CompanyGatewayListResponseSerializer":{"StructuredSerializer":["CompanyGatewayListResponse*"],"Serializer":["CompanyGatewayListResponse*"]},"_$CompanyGatewayItemResponseSerializer":{"StructuredSerializer":["CompanyGatewayItemResponse*"],"Serializer":["CompanyGatewayItemResponse*"]},"_$CompanyGatewayEntitySerializer":{"StructuredSerializer":["CompanyGatewayEntity*"],"Serializer":["CompanyGatewayEntity*"]},"_$FeesAndLimitsSettingsSerializer":{"StructuredSerializer":["FeesAndLimitsSettings*"],"Serializer":["FeesAndLimitsSettings*"]},"_$CompanyGatewayListResponse":{"CompanyGatewayListResponse":[]},"_$CompanyGatewayItemResponse":{"CompanyGatewayItemResponse":[]},"_$CompanyGatewayEntity":{"CompanyGatewayEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$FeesAndLimitsSettings":{"FeesAndLimitsSettings":[]},"CompanyEntity":{"BaseEntity":[],"SelectableEntity":[]},"GatewayEntity":{"SelectableEntity":[]},"_$CompanyEntitySerializer":{"StructuredSerializer":["CompanyEntity*"],"Serializer":["CompanyEntity*"]},"_$GatewayEntitySerializer":{"StructuredSerializer":["GatewayEntity*"],"Serializer":["GatewayEntity*"]},"_$GatewayOptionsEntitySerializer":{"StructuredSerializer":["GatewayOptionsEntity*"],"Serializer":["GatewayOptionsEntity*"]},"_$UserCompanyEntitySerializer":{"StructuredSerializer":["UserCompanyEntity*"],"Serializer":["UserCompanyEntity*"]},"_$UserSettingsEntitySerializer":{"StructuredSerializer":["UserSettingsEntity*"],"Serializer":["UserSettingsEntity*"]},"_$ReportSettingsEntitySerializer":{"StructuredSerializer":["ReportSettingsEntity*"],"Serializer":["ReportSettingsEntity*"]},"_$CompanyItemResponseSerializer":{"StructuredSerializer":["CompanyItemResponse*"],"Serializer":["CompanyItemResponse*"]},"_$RegistrationFieldEntitySerializer":{"StructuredSerializer":["RegistrationFieldEntity*"],"Serializer":["RegistrationFieldEntity*"]},"_$CompanyEntity":{"CompanyEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$GatewayEntity":{"GatewayEntity":[],"SelectableEntity":[]},"_$GatewayOptionsEntity":{"GatewayOptionsEntity":[]},"_$UserCompanyEntity":{"UserCompanyEntity":[]},"_$UserSettingsEntity":{"UserSettingsEntity":[]},"_$ReportSettingsEntity":{"ReportSettingsEntity":[]},"_$CompanyItemResponse":{"CompanyItemResponse":[]},"_$RegistrationFieldEntity":{"RegistrationFieldEntity":[]},"_$CreditListResponseSerializer":{"StructuredSerializer":["CreditListResponse*"],"Serializer":["CreditListResponse*"]},"_$CreditItemResponseSerializer":{"StructuredSerializer":["CreditItemResponse*"],"Serializer":["CreditItemResponse*"]},"_$DateRangeSerializer":{"PrimitiveSerializer":["DateRange*"],"Serializer":["DateRange*"]},"_$DateRangeComparisonSerializer":{"PrimitiveSerializer":["DateRangeComparison*"],"Serializer":["DateRangeComparison*"]},"DesignEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$DesignListResponseSerializer":{"StructuredSerializer":["DesignListResponse*"],"Serializer":["DesignListResponse*"]},"_$DesignItemResponseSerializer":{"StructuredSerializer":["DesignItemResponse*"],"Serializer":["DesignItemResponse*"]},"_$DesignPreviewRequestSerializer":{"StructuredSerializer":["DesignPreviewRequest*"],"Serializer":["DesignPreviewRequest*"]},"_$DesignEntitySerializer":{"StructuredSerializer":["DesignEntity*"],"Serializer":["DesignEntity*"]},"_$DesignListResponse":{"DesignListResponse":[]},"_$DesignItemResponse":{"DesignItemResponse":[]},"_$DesignEntity":{"DesignEntity":[],"BaseEntity":[],"SelectableEntity":[]},"DocumentEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$DocumentListResponseSerializer":{"StructuredSerializer":["DocumentListResponse*"],"Serializer":["DocumentListResponse*"]},"_$DocumentItemResponseSerializer":{"StructuredSerializer":["DocumentItemResponse*"],"Serializer":["DocumentItemResponse*"]},"_$DocumentEntitySerializer":{"StructuredSerializer":["DocumentEntity*"],"Serializer":["DocumentEntity*"]},"_$DocumentListResponse":{"DocumentListResponse":[]},"_$DocumentItemResponse":{"DocumentItemResponse":[]},"_$DocumentEntity":{"DocumentEntity":[],"BaseEntity":[],"SelectableEntity":[]},"BaseEntity":{"SelectableEntity":[]},"_$EntityTypeSerializer":{"PrimitiveSerializer":["EntityType*"],"Serializer":["EntityType*"]},"_$EntityStateSerializer":{"PrimitiveSerializer":["EntityState*"],"Serializer":["EntityState*"]},"_$EmailTemplateSerializer":{"PrimitiveSerializer":["EmailTemplate*"],"Serializer":["EmailTemplate*"]},"_$LoginResponseSerializer":{"StructuredSerializer":["LoginResponse*"],"Serializer":["LoginResponse*"]},"_$ActivityEntitySerializer":{"StructuredSerializer":["ActivityEntity*"],"Serializer":["ActivityEntity*"]},"_$LedgerEntitySerializer":{"StructuredSerializer":["LedgerEntity*"],"Serializer":["LedgerEntity*"]},"_$LoginResponse":{"LoginResponse":[]},"_$ActivityEntity":{"ActivityEntity":[]},"_$LedgerEntity":{"LedgerEntity":[]},"ExpenseCategoryEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$ExpenseCategoryListResponseSerializer":{"StructuredSerializer":["ExpenseCategoryListResponse*"],"Serializer":["ExpenseCategoryListResponse*"]},"_$ExpenseCategoryItemResponseSerializer":{"StructuredSerializer":["ExpenseCategoryItemResponse*"],"Serializer":["ExpenseCategoryItemResponse*"]},"_$ExpenseCategoryEntitySerializer":{"StructuredSerializer":["ExpenseCategoryEntity*"],"Serializer":["ExpenseCategoryEntity*"]},"_$ExpenseCategoryListResponse":{"ExpenseCategoryListResponse":[]},"_$ExpenseCategoryItemResponse":{"ExpenseCategoryItemResponse":[]},"_$ExpenseCategoryEntity":{"ExpenseCategoryEntity":[],"BaseEntity":[],"SelectableEntity":[]},"ExpenseEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"ExpenseStatusEntity":{"EntityStatus":[],"SelectableEntity":[]},"_$ExpenseListResponseSerializer":{"StructuredSerializer":["ExpenseListResponse*"],"Serializer":["ExpenseListResponse*"]},"_$ExpenseItemResponseSerializer":{"StructuredSerializer":["ExpenseItemResponse*"],"Serializer":["ExpenseItemResponse*"]},"_$ExpenseEntitySerializer":{"StructuredSerializer":["ExpenseEntity*"],"Serializer":["ExpenseEntity*"]},"_$ExpenseScheduleEntitySerializer":{"StructuredSerializer":["ExpenseScheduleEntity*"],"Serializer":["ExpenseScheduleEntity*"]},"_$ExpenseStatusEntitySerializer":{"StructuredSerializer":["ExpenseStatusEntity*"],"Serializer":["ExpenseStatusEntity*"]},"_$ExpenseListResponse":{"ExpenseListResponse":[]},"_$ExpenseItemResponse":{"ExpenseItemResponse":[]},"_$ExpenseEntity":{"ExpenseEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$ExpenseScheduleEntity":{"ExpenseScheduleEntity":[]},"_$ExpenseStatusEntity":{"EntityStatus":[],"SelectableEntity":[]},"GatewayTokenEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$GatewayTokenListResponseSerializer":{"StructuredSerializer":["GatewayTokenListResponse*"],"Serializer":["GatewayTokenListResponse*"]},"_$GatewayTokenItemResponseSerializer":{"StructuredSerializer":["GatewayTokenItemResponse*"],"Serializer":["GatewayTokenItemResponse*"]},"_$GatewayTokenEntitySerializer":{"StructuredSerializer":["GatewayTokenEntity*"],"Serializer":["GatewayTokenEntity*"]},"_$GatewayTokenMetaEntitySerializer":{"StructuredSerializer":["GatewayTokenMetaEntity*"],"Serializer":["GatewayTokenMetaEntity*"]},"_$GatewayTokenEntity":{"GatewayTokenEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$GatewayTokenMetaEntity":{"GatewayTokenMetaEntity":[]},"GroupEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$GroupListResponseSerializer":{"StructuredSerializer":["GroupListResponse*"],"Serializer":["GroupListResponse*"]},"_$GroupItemResponseSerializer":{"StructuredSerializer":["GroupItemResponse*"],"Serializer":["GroupItemResponse*"]},"_$GroupEntitySerializer":{"StructuredSerializer":["GroupEntity*"],"Serializer":["GroupEntity*"]},"_$GroupListResponse":{"GroupListResponse":[]},"_$GroupItemResponse":{"GroupItemResponse":[]},"_$GroupEntity":{"GroupEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$HealthCheckResponseSerializer":{"StructuredSerializer":["HealthCheckResponse*"],"Serializer":["HealthCheckResponse*"]},"_$HealthCheckPHPResponseSerializer":{"StructuredSerializer":["HealthCheckPHPResponse*"],"Serializer":["HealthCheckPHPResponse*"]},"_$HealthCheckResponse":{"HealthCheckResponse":[]},"_$HealthCheckPHPResponse":{"HealthCheckPHPResponse":[]},"_$PreImportResponseSerializer":{"StructuredSerializer":["PreImportResponse*"],"Serializer":["PreImportResponse*"]},"_$PreImportResponseEntityDetailsSerializer":{"StructuredSerializer":["PreImportResponseEntityDetails*"],"Serializer":["PreImportResponseEntityDetails*"]},"_$ImportRequestSerializer":{"StructuredSerializer":["ImportRequest*"],"Serializer":["ImportRequest*"]},"_$ImportRequestMappingSerializer":{"StructuredSerializer":["ImportRequestMapping*"],"Serializer":["ImportRequestMapping*"]},"_$PreImportResponse":{"PreImportResponse":[]},"_$PreImportResponseEntityDetails":{"PreImportResponseEntityDetails":[]},"_$ImportRequestMapping":{"ImportRequestMapping":[]},"InvoiceEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"InvitationEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$InvoiceListResponseSerializer":{"StructuredSerializer":["InvoiceListResponse*"],"Serializer":["InvoiceListResponse*"]},"_$InvoiceItemResponseSerializer":{"StructuredSerializer":["InvoiceItemResponse*"],"Serializer":["InvoiceItemResponse*"]},"_$InvoiceEntitySerializer":{"StructuredSerializer":["InvoiceEntity*"],"Serializer":["InvoiceEntity*"]},"_$InvoiceItemEntitySerializer":{"StructuredSerializer":["InvoiceItemEntity*"],"Serializer":["InvoiceItemEntity*"]},"_$InvitationEntitySerializer":{"StructuredSerializer":["InvitationEntity*"],"Serializer":["InvitationEntity*"]},"_$InvoiceScheduleEntitySerializer":{"StructuredSerializer":["InvoiceScheduleEntity*"],"Serializer":["InvoiceScheduleEntity*"]},"_$InvoiceHistoryEntitySerializer":{"StructuredSerializer":["InvoiceHistoryEntity*"],"Serializer":["InvoiceHistoryEntity*"]},"_$InvoiceListResponse":{"InvoiceListResponse":[]},"_$InvoiceItemResponse":{"InvoiceItemResponse":[]},"_$InvoiceEntity":{"InvoiceEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$InvoiceItemEntity":{"InvoiceItemEntity":[]},"_$InvitationEntity":{"InvitationEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$InvoiceScheduleEntity":{"InvoiceScheduleEntity":[]},"_$InvoiceHistoryEntity":{"InvoiceHistoryEntity":[]},"PaymentEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"PaymentableEntity":{"SelectableEntity":[]},"_$PaymentListResponseSerializer":{"StructuredSerializer":["PaymentListResponse*"],"Serializer":["PaymentListResponse*"]},"_$PaymentItemResponseSerializer":{"StructuredSerializer":["PaymentItemResponse*"],"Serializer":["PaymentItemResponse*"]},"_$PaymentEntitySerializer":{"StructuredSerializer":["PaymentEntity*"],"Serializer":["PaymentEntity*"]},"_$PaymentableEntitySerializer":{"StructuredSerializer":["PaymentableEntity*"],"Serializer":["PaymentableEntity*"]},"_$PaymentListResponse":{"PaymentListResponse":[]},"_$PaymentItemResponse":{"PaymentItemResponse":[]},"_$PaymentEntity":{"PaymentEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$PaymentableEntity":{"PaymentableEntity":[],"SelectableEntity":[]},"PaymentTermEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$PaymentTermListResponseSerializer":{"StructuredSerializer":["PaymentTermListResponse*"],"Serializer":["PaymentTermListResponse*"]},"_$PaymentTermItemResponseSerializer":{"StructuredSerializer":["PaymentTermItemResponse*"],"Serializer":["PaymentTermItemResponse*"]},"_$PaymentTermEntitySerializer":{"StructuredSerializer":["PaymentTermEntity*"],"Serializer":["PaymentTermEntity*"]},"_$PaymentTermListResponse":{"PaymentTermListResponse":[]},"_$PaymentTermItemResponse":{"PaymentTermItemResponse":[]},"_$PaymentTermEntity":{"PaymentTermEntity":[],"BaseEntity":[],"SelectableEntity":[]},"ProductEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$ProductListResponseSerializer":{"StructuredSerializer":["ProductListResponse*"],"Serializer":["ProductListResponse*"]},"_$ProductItemResponseSerializer":{"StructuredSerializer":["ProductItemResponse*"],"Serializer":["ProductItemResponse*"]},"_$ProductEntitySerializer":{"StructuredSerializer":["ProductEntity*"],"Serializer":["ProductEntity*"]},"_$ProductListResponse":{"ProductListResponse":[]},"_$ProductItemResponse":{"ProductItemResponse":[]},"_$ProductEntity":{"ProductEntity":[],"BaseEntity":[],"SelectableEntity":[]},"ProjectEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$ProjectListResponseSerializer":{"StructuredSerializer":["ProjectListResponse*"],"Serializer":["ProjectListResponse*"]},"_$ProjectItemResponseSerializer":{"StructuredSerializer":["ProjectItemResponse*"],"Serializer":["ProjectItemResponse*"]},"_$ProjectEntitySerializer":{"StructuredSerializer":["ProjectEntity*"],"Serializer":["ProjectEntity*"]},"_$ProjectListResponse":{"ProjectListResponse":[]},"_$ProjectItemResponse":{"ProjectItemResponse":[]},"_$ProjectEntity":{"ProjectEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$SettingsEntitySerializer":{"StructuredSerializer":["SettingsEntity*"],"Serializer":["SettingsEntity*"]},"_$SettingsEntity":{"SettingsEntity":[]},"CountryEntity":{"SelectableEntity":[]},"_$CountryListResponseSerializer":{"StructuredSerializer":["CountryListResponse*"],"Serializer":["CountryListResponse*"]},"_$CountryItemResponseSerializer":{"StructuredSerializer":["CountryItemResponse*"],"Serializer":["CountryItemResponse*"]},"_$CountryEntitySerializer":{"StructuredSerializer":["CountryEntity*"],"Serializer":["CountryEntity*"]},"_$CountryEntity":{"CountryEntity":[],"SelectableEntity":[]},"CurrencyEntity":{"SelectableEntity":[]},"_$CurrencyListResponseSerializer":{"StructuredSerializer":["CurrencyListResponse*"],"Serializer":["CurrencyListResponse*"]},"_$CurrencyItemResponseSerializer":{"StructuredSerializer":["CurrencyItemResponse*"],"Serializer":["CurrencyItemResponse*"]},"_$CurrencyEntitySerializer":{"StructuredSerializer":["CurrencyEntity*"],"Serializer":["CurrencyEntity*"]},"_$CurrencyEntity":{"CurrencyEntity":[],"SelectableEntity":[]},"DateFormatEntity":{"SelectableEntity":[]},"_$DateFormatListResponseSerializer":{"StructuredSerializer":["DateFormatListResponse*"],"Serializer":["DateFormatListResponse*"]},"_$DateFormatItemResponseSerializer":{"StructuredSerializer":["DateFormatItemResponse*"],"Serializer":["DateFormatItemResponse*"]},"_$DateFormatEntitySerializer":{"StructuredSerializer":["DateFormatEntity*"],"Serializer":["DateFormatEntity*"]},"_$DateFormatEntity":{"DateFormatEntity":[],"SelectableEntity":[]},"_$DatetimeFormatListResponseSerializer":{"StructuredSerializer":["DatetimeFormatListResponse*"],"Serializer":["DatetimeFormatListResponse*"]},"_$DatetimeFormatItemResponseSerializer":{"StructuredSerializer":["DatetimeFormatItemResponse*"],"Serializer":["DatetimeFormatItemResponse*"]},"_$DatetimeFormatEntitySerializer":{"StructuredSerializer":["DatetimeFormatEntity*"],"Serializer":["DatetimeFormatEntity*"]},"_$DatetimeFormatEntity":{"DatetimeFormatEntity":[]},"FontEntity":{"SelectableEntity":[]},"_$FontEntity":{"SelectableEntity":[]},"IndustryEntity":{"SelectableEntity":[]},"_$IndustryListResponseSerializer":{"StructuredSerializer":["IndustryListResponse*"],"Serializer":["IndustryListResponse*"]},"_$IndustryItemResponseSerializer":{"StructuredSerializer":["IndustryItemResponse*"],"Serializer":["IndustryItemResponse*"]},"_$IndustryEntitySerializer":{"StructuredSerializer":["IndustryEntity*"],"Serializer":["IndustryEntity*"]},"_$IndustryEntity":{"IndustryEntity":[],"SelectableEntity":[]},"InvoiceStatusEntity":{"EntityStatus":[]},"_$InvoiceStatusEntitySerializer":{"StructuredSerializer":["InvoiceStatusEntity*"],"Serializer":["InvoiceStatusEntity*"]},"_$InvoiceStatusEntity":{"InvoiceStatusEntity":[],"EntityStatus":[]},"LanguageEntity":{"SelectableEntity":[]},"_$LanguageListResponseSerializer":{"StructuredSerializer":["LanguageListResponse*"],"Serializer":["LanguageListResponse*"]},"_$LanguageItemResponseSerializer":{"StructuredSerializer":["LanguageItemResponse*"],"Serializer":["LanguageItemResponse*"]},"_$LanguageEntitySerializer":{"StructuredSerializer":["LanguageEntity*"],"Serializer":["LanguageEntity*"]},"_$LanguageEntity":{"LanguageEntity":[],"SelectableEntity":[]},"PaymentTypeEntity":{"SelectableEntity":[]},"_$PaymentTypeListResponseSerializer":{"StructuredSerializer":["PaymentTypeListResponse*"],"Serializer":["PaymentTypeListResponse*"]},"_$PaymentTypeItemResponseSerializer":{"StructuredSerializer":["PaymentTypeItemResponse*"],"Serializer":["PaymentTypeItemResponse*"]},"_$PaymentTypeEntitySerializer":{"StructuredSerializer":["PaymentTypeEntity*"],"Serializer":["PaymentTypeEntity*"]},"_$PaymentTypeEntity":{"PaymentTypeEntity":[],"SelectableEntity":[]},"SizeEntity":{"SelectableEntity":[]},"_$SizeListResponseSerializer":{"StructuredSerializer":["SizeListResponse*"],"Serializer":["SizeListResponse*"]},"_$SizeItemResponseSerializer":{"StructuredSerializer":["SizeItemResponse*"],"Serializer":["SizeItemResponse*"]},"_$SizeEntitySerializer":{"StructuredSerializer":["SizeEntity*"],"Serializer":["SizeEntity*"]},"_$SizeEntity":{"SizeEntity":[],"SelectableEntity":[]},"_$StaticDataItemResponseSerializer":{"StructuredSerializer":["StaticDataItemResponse*"],"Serializer":["StaticDataItemResponse*"]},"_$StaticDataEntitySerializer":{"StructuredSerializer":["StaticDataEntity*"],"Serializer":["StaticDataEntity*"]},"_$TemplateEntitySerializer":{"StructuredSerializer":["TemplateEntity*"],"Serializer":["TemplateEntity*"]},"_$StaticDataEntity":{"StaticDataEntity":[]},"_$TemplateEntity":{"TemplateEntity":[]},"TimezoneEntity":{"SelectableEntity":[]},"_$TimezoneListResponseSerializer":{"StructuredSerializer":["TimezoneListResponse*"],"Serializer":["TimezoneListResponse*"]},"_$TimezoneItemResponseSerializer":{"StructuredSerializer":["TimezoneItemResponse*"],"Serializer":["TimezoneItemResponse*"]},"_$TimezoneEntitySerializer":{"StructuredSerializer":["TimezoneEntity*"],"Serializer":["TimezoneEntity*"]},"_$TimezoneEntity":{"TimezoneEntity":[],"SelectableEntity":[]},"SubscriptionEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$SubscriptionListResponseSerializer":{"StructuredSerializer":["SubscriptionListResponse*"],"Serializer":["SubscriptionListResponse*"]},"_$SubscriptionItemResponseSerializer":{"StructuredSerializer":["SubscriptionItemResponse*"],"Serializer":["SubscriptionItemResponse*"]},"_$SubscriptionEntitySerializer":{"StructuredSerializer":["SubscriptionEntity*"],"Serializer":["SubscriptionEntity*"]},"_$WebhookConfigurationEntitySerializer":{"StructuredSerializer":["WebhookConfigurationEntity*"],"Serializer":["WebhookConfigurationEntity*"]},"_$SubscriptionListResponse":{"SubscriptionListResponse":[]},"_$SubscriptionItemResponse":{"SubscriptionItemResponse":[]},"_$SubscriptionEntity":{"SubscriptionEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$WebhookConfigurationEntity":{"WebhookConfigurationEntity":[]},"_$SystemLogEntitySerializer":{"StructuredSerializer":["SystemLogEntity*"],"Serializer":["SystemLogEntity*"]},"_$SystemLogEntity":{"SystemLogEntity":[]},"TaskEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$TaskListResponseSerializer":{"StructuredSerializer":["TaskListResponse*"],"Serializer":["TaskListResponse*"]},"_$TaskItemResponseSerializer":{"StructuredSerializer":["TaskItemResponse*"],"Serializer":["TaskItemResponse*"]},"_$TaskEntitySerializer":{"StructuredSerializer":["TaskEntity*"],"Serializer":["TaskEntity*"]},"_$TaskListResponse":{"TaskListResponse":[]},"_$TaskItemResponse":{"TaskItemResponse":[]},"_$TaskTime":{"TaskTime":[]},"_$TaskEntity":{"TaskEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"TaskStatusEntity":{"BaseEntity":[],"SelectableEntity":[],"EntityStatus":[]},"_$TaskStatusListResponseSerializer":{"StructuredSerializer":["TaskStatusListResponse*"],"Serializer":["TaskStatusListResponse*"]},"_$TaskStatusItemResponseSerializer":{"StructuredSerializer":["TaskStatusItemResponse*"],"Serializer":["TaskStatusItemResponse*"]},"_$TaskStatusEntitySerializer":{"StructuredSerializer":["TaskStatusEntity*"],"Serializer":["TaskStatusEntity*"]},"_$TaskStatusListResponse":{"TaskStatusListResponse":[]},"_$TaskStatusItemResponse":{"TaskStatusItemResponse":[]},"_$TaskStatusEntity":{"TaskStatusEntity":[],"BaseEntity":[],"SelectableEntity":[],"EntityStatus":[]},"TaxRateEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$TaxRateListResponseSerializer":{"StructuredSerializer":["TaxRateListResponse*"],"Serializer":["TaxRateListResponse*"]},"_$TaxRateItemResponseSerializer":{"StructuredSerializer":["TaxRateItemResponse*"],"Serializer":["TaxRateItemResponse*"]},"_$TaxRateEntitySerializer":{"StructuredSerializer":["TaxRateEntity*"],"Serializer":["TaxRateEntity*"]},"_$TaxRateListResponse":{"TaxRateListResponse":[]},"_$TaxRateItemResponse":{"TaxRateItemResponse":[]},"_$TaxRateEntity":{"TaxRateEntity":[],"BaseEntity":[],"SelectableEntity":[]},"TokenEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$TokenListResponseSerializer":{"StructuredSerializer":["TokenListResponse*"],"Serializer":["TokenListResponse*"]},"_$TokenItemResponseSerializer":{"StructuredSerializer":["TokenItemResponse*"],"Serializer":["TokenItemResponse*"]},"_$TokenEntitySerializer":{"StructuredSerializer":["TokenEntity*"],"Serializer":["TokenEntity*"]},"_$TokenListResponse":{"TokenListResponse":[]},"_$TokenItemResponse":{"TokenItemResponse":[]},"_$TokenEntity":{"TokenEntity":[],"BaseEntity":[],"SelectableEntity":[]},"UserEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$UserListResponseSerializer":{"StructuredSerializer":["UserListResponse*"],"Serializer":["UserListResponse*"]},"_$UserItemResponseSerializer":{"StructuredSerializer":["UserItemResponse*"],"Serializer":["UserItemResponse*"]},"_$UserTwoFactorResponseSerializer":{"StructuredSerializer":["UserTwoFactorResponse*"],"Serializer":["UserTwoFactorResponse*"]},"_$UserTwoFactorDataSerializer":{"StructuredSerializer":["UserTwoFactorData*"],"Serializer":["UserTwoFactorData*"]},"_$UserCompanyItemResponseSerializer":{"StructuredSerializer":["UserCompanyItemResponse*"],"Serializer":["UserCompanyItemResponse*"]},"_$UserEntitySerializer":{"StructuredSerializer":["UserEntity*"],"Serializer":["UserEntity*"]},"_$UserListResponse":{"UserListResponse":[]},"_$UserItemResponse":{"UserItemResponse":[]},"_$UserTwoFactorResponse":{"UserTwoFactorResponse":[]},"_$UserTwoFactorData":{"UserTwoFactorData":[]},"_$UserCompanyItemResponse":{"UserCompanyItemResponse":[]},"_$UserEntity":{"UserEntity":[],"BaseEntity":[],"SelectableEntity":[]},"VendorEntity":{"BaseEntity":[],"SelectableEntity":[]},"VendorContactEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$VendorListResponseSerializer":{"StructuredSerializer":["VendorListResponse*"],"Serializer":["VendorListResponse*"]},"_$VendorItemResponseSerializer":{"StructuredSerializer":["VendorItemResponse*"],"Serializer":["VendorItemResponse*"]},"_$VendorEntitySerializer":{"StructuredSerializer":["VendorEntity*"],"Serializer":["VendorEntity*"]},"_$VendorContactEntitySerializer":{"StructuredSerializer":["VendorContactEntity*"],"Serializer":["VendorContactEntity*"]},"_$VendorListResponse":{"VendorListResponse":[]},"_$VendorItemResponse":{"VendorItemResponse":[]},"_$VendorEntity":{"VendorEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$VendorContactEntity":{"VendorContactEntity":[],"BaseEntity":[],"SelectableEntity":[]},"WebhookEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$WebhookListResponseSerializer":{"StructuredSerializer":["WebhookListResponse*"],"Serializer":["WebhookListResponse*"]},"_$WebhookItemResponseSerializer":{"StructuredSerializer":["WebhookItemResponse*"],"Serializer":["WebhookItemResponse*"]},"_$WebhookEntitySerializer":{"StructuredSerializer":["WebhookEntity*"],"Serializer":["WebhookEntity*"]},"_$WebhookListResponse":{"WebhookListResponse":[]},"_$WebhookItemResponse":{"WebhookItemResponse":[]},"_$WebhookEntity":{"WebhookEntity":[],"BaseEntity":[],"SelectableEntity":[]},"InvoiceNinjaApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceNinjaAppState":{"State":["InvoiceNinjaApp*"]},"SwitchListTableLayout":{"PersistUI":[],"PersistPrefs":[]},"PopLastHistory":{"PersistUI":[]},"DismissNativeWarning":{"PersistUI":[]},"LoadStaticSuccess":{"PersistStatic":[]},"ToggleEditorLayout":{"PersistPrefs":[]},"UpdateUserPreferences":{"PersistPrefs":[]},"LoadAccountSuccess":{"StopLoading":[]},"ResendConfirmation":{"StartLoading":[]},"RefreshData":{"StartLoading":[]},"RefreshDataSuccess":{"StopLoading":[]},"RefreshDataFailure":{"StopLoading":[]},"FilterByEntity":{"PersistUI":[]},"FilterCompany":{"PersistUI":[]},"ResendConfirmationFailure":{"StopLoading":[]},"ResendConfirmationSuccess":{"StopLoading":[]},"_$AppStateSerializer":{"StructuredSerializer":["AppState*"],"Serializer":["AppState*"]},"_$AppState":{"AppState":[]},"OAuthLoginRequest":{"StartLoading":[]},"UserLoginRequest":{"StartLoading":[]},"UserLoginSuccess":{"StopLoading":[]},"RecoverPasswordRequest":{"StartLoading":[]},"UserLogout":{"PersistData":[],"PersistUI":[]},"UserLogoutAll":{"StartLoading":[]},"UserSignUpRequest":{"StartLoading":[]},"OAuthSignUpRequest":{"StartLoading":[]},"UserLoginFailure":{"StopLoading":[]},"RecoverPasswordSuccess":{"StopLoading":[]},"RecoverPasswordFailure":{"StopLoading":[]},"UserLogoutAllSuccess":{"StopLoading":[]},"UserLogoutAllFailure":{"StopLoading":[]},"_$AuthStateSerializer":{"StructuredSerializer":["AuthState*"],"Serializer":["AuthState*"]},"_$AuthState":{"AuthState":[]},"ViewClientList":{"PersistUI":[]},"ViewClient":{"PersistUI":[],"PersistPrefs":[]},"EditClient":{"PersistUI":[],"PersistPrefs":[]},"EditContact":{"PersistUI":[]},"UpdateClient":{"PersistUI":[]},"LoadClientSuccess":{"StopLoading":[],"PersistData":[]},"LoadClientsFailure":{"StopLoading":[]},"LoadClientsSuccess":{"StopLoading":[]},"AddContact":{"PersistUI":[]},"UpdateContact":{"PersistUI":[]},"DeleteContact":{"PersistUI":[]},"SaveClientRequest":{"StartSaving":[]},"SaveClientSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddClientSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveClientsRequest":{"StartSaving":[]},"ArchiveClientsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteClientsRequest":{"StartSaving":[]},"DeleteClientsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreClientsRequest":{"StartSaving":[]},"RestoreClientSuccess":{"StopSaving":[],"PersistData":[]},"FilterClients":{"PersistUI":[]},"SortClients":{"PersistUI":[],"PersistPrefs":[]},"FilterClientsByState":{"PersistUI":[]},"FilterClientsByCustom1":{"PersistUI":[]},"FilterClientsByCustom2":{"PersistUI":[]},"FilterClientsByCustom3":{"PersistUI":[]},"FilterClientsByCustom4":{"PersistUI":[]},"SaveClientDocumentRequest":{"StartSaving":[]},"UpdateClientTab":{"PersistUI":[]},"LoadClientRequest":{"StartLoading":[]},"LoadClientFailure":{"StopLoading":[]},"LoadClientsRequest":{"StartLoading":[]},"SaveClientFailure":{"StopSaving":[]},"ArchiveClientsFailure":{"StopSaving":[]},"DeleteClientsFailure":{"StopSaving":[]},"RestoreClientFailure":{"StopSaving":[]},"SaveClientDocumentFailure":{"StopSaving":[]},"_$ClientStateSerializer":{"StructuredSerializer":["ClientState*"],"Serializer":["ClientState*"]},"_$ClientUIStateSerializer":{"StructuredSerializer":["ClientUIState*"],"Serializer":["ClientUIState*"]},"_$ClientState":{"ClientState":[]},"_$ClientUIState":{"ClientUIState":[]},"SelectCompany":{"ClearClientMultiselect":[]},"UpdateCompany":{"PersistUI":[]},"SaveCompanyRequest":{"StartSaving":[]},"SaveCompanySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddCompany":{"StartSaving":[]},"DeleteCompanyRequest":{"StartSaving":[]},"PurgeDataRequest":{"StartSaving":[]},"SaveCompanyDocumentRequest":{"StartSaving":[]},"SetDefaultCompanyRequest":{"StartSaving":[]},"SaveCompanyFailure":{"StopSaving":[]},"AddCompanySuccess":{"StopSaving":[]},"DeleteCompanySuccess":{"StopSaving":[],"PersistData":[]},"DeleteCompanyFailure":{"StopSaving":[]},"PurgeDataSuccess":{"StopSaving":[],"PersistData":[]},"PurgeDataFailure":{"StopSaving":[]},"SaveCompanyDocumentFailure":{"StopSaving":[]},"SetDefaultCompanySuccess":{"StopSaving":[]},"SetDefaultCompanyFailure":{"StopSaving":[]},"_$UserCompanyStateSerializer":{"StructuredSerializer":["UserCompanyState*"],"Serializer":["UserCompanyState*"]},"_$SettingsUIStateSerializer":{"StructuredSerializer":["SettingsUIState*"],"Serializer":["SettingsUIState*"]},"_$UserCompanyState":{"UserCompanyState":[]},"_$SettingsUIState":{"SettingsUIState":[]},"ViewCompanyGatewayList":{"PersistUI":[]},"ViewCompanyGateway":{"PersistUI":[],"PersistPrefs":[]},"EditCompanyGateway":{"PersistUI":[],"PersistPrefs":[]},"UpdateCompanyGateway":{"PersistUI":[]},"LoadCompanyGatewaySuccess":{"StopLoading":[],"PersistData":[]},"LoadCompanyGatewaysSuccess":{"StopLoading":[]},"SaveCompanyGatewayRequest":{"StartSaving":[]},"SaveCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveCompanyGatewayRequest":{"StartSaving":[]},"ArchiveCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[]},"DeleteCompanyGatewayRequest":{"StartSaving":[]},"DeleteCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[]},"DisconnectCompanyGatewayRequest":{"StartSaving":[]},"RestoreCompanyGatewayRequest":{"StartSaving":[]},"RestoreCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[]},"FilterCompanyGateways":{"PersistUI":[]},"SortCompanyGateways":{"PersistUI":[],"PersistPrefs":[]},"FilterCompanyGatewaysByState":{"PersistUI":[]},"FilterCompanyGatewaysByCustom1":{"PersistUI":[]},"FilterCompanyGatewaysByCustom2":{"PersistUI":[]},"FilterCompanyGatewaysByCustom3":{"PersistUI":[]},"FilterCompanyGatewaysByCustom4":{"PersistUI":[]},"LoadCompanyGatewayRequest":{"StartLoading":[]},"LoadCompanyGatewayFailure":{"StopLoading":[]},"LoadCompanyGatewaysRequest":{"StartLoading":[]},"LoadCompanyGatewaysFailure":{"StopLoading":[]},"SaveCompanyGatewayFailure":{"StopSaving":[]},"ArchiveCompanyGatewayFailure":{"StopSaving":[]},"DeleteCompanyGatewayFailure":{"StopSaving":[]},"DisconnectCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[]},"DisconnectCompanyGatewayFailure":{"StopSaving":[]},"RestoreCompanyGatewayFailure":{"StopSaving":[]},"_$CompanyGatewayStateSerializer":{"StructuredSerializer":["CompanyGatewayState*"],"Serializer":["CompanyGatewayState*"]},"_$CompanyGatewayUIStateSerializer":{"StructuredSerializer":["CompanyGatewayUIState*"],"Serializer":["CompanyGatewayUIState*"]},"_$CompanyGatewayState":{"CompanyGatewayState":[]},"_$CompanyGatewayUIState":{"CompanyGatewayUIState":[]},"ViewCreditList":{"PersistUI":[]},"ViewCredit":{"PersistUI":[],"PersistPrefs":[]},"EditCredit":{"PersistUI":[],"PersistPrefs":[]},"EditCreditItem":{"PersistUI":[]},"UpdateCredit":{"PersistUI":[]},"UpdateCreditClient":{"PersistUI":[]},"LoadCreditSuccess":{"StopLoading":[],"PersistData":[]},"LoadCreditsFailure":{"StopLoading":[]},"LoadCreditsSuccess":{"StopLoading":[]},"AddCreditContact":{"PersistUI":[]},"RemoveCreditContact":{"PersistUI":[]},"AddCreditItem":{"PersistUI":[]},"MoveCreditItem":{"PersistUI":[]},"AddCreditItems":{"PersistUI":[]},"UpdateCreditItem":{"PersistUI":[]},"DeleteCreditItem":{"PersistUI":[]},"SaveCreditRequest":{"StartSaving":[]},"SaveCreditSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddCreditSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"EmailCreditRequest":{"StartSaving":[]},"MarkSentCreditRequest":{"StartSaving":[]},"MarkSentCreditSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailCreditsRequest":{"StartSaving":[]},"ArchiveCreditsRequest":{"StartSaving":[]},"ArchiveCreditsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteCreditsRequest":{"StartSaving":[]},"DeleteCreditsSuccess":{"StopSaving":[],"PersistData":[]},"DownloadCreditsRequest":{"StartSaving":[]},"RestoreCreditsRequest":{"StartSaving":[]},"RestoreCreditsSuccess":{"StopSaving":[],"PersistData":[]},"FilterCredits":{"PersistUI":[]},"SortCredits":{"PersistUI":[],"PersistPrefs":[]},"FilterCreditsByState":{"PersistUI":[]},"FilterCreditsByStatus":{"PersistUI":[]},"FilterCreditsByCustom1":{"PersistUI":[]},"FilterCreditsByCustom2":{"PersistUI":[]},"FilterCreditsByCustom3":{"PersistUI":[]},"FilterCreditsByCustom4":{"PersistUI":[]},"SaveCreditDocumentRequest":{"StartSaving":[]},"UpdateCreditTab":{"PersistUI":[]},"LoadCreditRequest":{"StartLoading":[]},"LoadCreditFailure":{"StopLoading":[]},"LoadCreditsRequest":{"StartLoading":[]},"SaveCreditFailure":{"StopSaving":[]},"EmailCreditSuccess":{"StopSaving":[],"PersistData":[]},"EmailCreditFailure":{"StopSaving":[]},"MarkSentCreditFailure":{"StopSaving":[]},"BulkEmailCreditsSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailCreditsFailure":{"StopSaving":[]},"ArchiveCreditsFailure":{"StopSaving":[]},"DeleteCreditsFailure":{"StopSaving":[]},"DownloadCreditsSuccess":{"StopSaving":[]},"DownloadCreditsFailure":{"StopSaving":[]},"RestoreCreditsFailure":{"StopSaving":[]},"SaveCreditDocumentFailure":{"StopSaving":[]},"_$CreditStateSerializer":{"StructuredSerializer":["CreditState*"],"Serializer":["CreditState*"]},"_$CreditUIStateSerializer":{"StructuredSerializer":["CreditUIState*"],"Serializer":["CreditUIState*"]},"_$CreditState":{"CreditState":[]},"_$CreditUIState":{"CreditUIState":[]},"ViewDashboard":{"PersistUI":[]},"UpdateDashboardSelection":{"PersistUI":[]},"UpdateDashboardEntityType":{"PersistUI":[]},"UpdateDashboardSidebar":{"PersistUI":[]},"UpdateDashboardSettings":{"PersistUI":[]},"_$DashboardUIStateSerializer":{"StructuredSerializer":["DashboardUIState*"],"Serializer":["DashboardUIState*"]},"_$DashboardUISettingsSerializer":{"StructuredSerializer":["DashboardUISettings*"],"Serializer":["DashboardUISettings*"]},"_$DashboardUIState":{"DashboardUIState":[]},"_$DashboardUISettings":{"DashboardUISettings":[]},"ViewDesignList":{"PersistUI":[]},"ViewDesign":{"PersistUI":[],"PersistPrefs":[]},"EditDesign":{"PersistUI":[],"PersistPrefs":[]},"UpdateDesign":{"PersistUI":[]},"LoadDesignSuccess":{"StopLoading":[],"PersistData":[]},"LoadDesignsFailure":{"StopLoading":[]},"LoadDesignsSuccess":{"StopLoading":[]},"SaveDesignRequest":{"StartSaving":[]},"SaveDesignSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddDesignSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveDesignsRequest":{"StartSaving":[]},"ArchiveDesignsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteDesignsRequest":{"StartSaving":[]},"DeleteDesignsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreDesignsRequest":{"StartSaving":[]},"RestoreDesignsSuccess":{"StopSaving":[],"PersistData":[]},"FilterDesigns":{"PersistUI":[]},"SortDesigns":{"PersistUI":[],"PersistPrefs":[]},"FilterDesignsByState":{"PersistUI":[]},"FilterDesignsByCustom1":{"PersistUI":[]},"FilterDesignsByCustom2":{"PersistUI":[]},"FilterDesignsByCustom3":{"PersistUI":[]},"FilterDesignsByCustom4":{"PersistUI":[]},"LoadDesignRequest":{"StartLoading":[]},"LoadDesignFailure":{"StopLoading":[]},"LoadDesignsRequest":{"StartLoading":[]},"SaveDesignFailure":{"StopSaving":[]},"ArchiveDesignsFailure":{"StopSaving":[]},"DeleteDesignsFailure":{"StopSaving":[]},"RestoreDesignsFailure":{"StopSaving":[]},"_$DesignStateSerializer":{"StructuredSerializer":["DesignState*"],"Serializer":["DesignState*"]},"_$DesignUIStateSerializer":{"StructuredSerializer":["DesignUIState*"],"Serializer":["DesignUIState*"]},"_$DesignState":{"DesignState":[]},"_$DesignUIState":{"DesignUIState":[]},"ViewDocumentList":{"PersistUI":[]},"ViewDocument":{"PersistUI":[]},"EditDocument":{"PersistUI":[]},"UpdateDocument":{"PersistUI":[]},"LoadDocumentSuccess":{"StopLoading":[],"PersistData":[]},"LoadDocumentsSuccess":{"StopLoading":[]},"SaveDocumentSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveDocumentRequest":{"StartSaving":[]},"ArchiveDocumentSuccess":{"StopSaving":[],"PersistData":[]},"DeleteDocumentRequest":{"StartSaving":[]},"DeleteDocumentSuccess":{"StopSaving":[],"PersistData":[]},"RestoreDocumentRequest":{"StartSaving":[]},"RestoreDocumentSuccess":{"StopSaving":[],"PersistData":[]},"FilterDocuments":{"PersistUI":[]},"SortDocuments":{"PersistUI":[],"PersistPrefs":[]},"FilterDocumentsByState":{"PersistUI":[]},"FilterDocumentsByCustom1":{"PersistUI":[]},"FilterDocumentsByCustom2":{"PersistUI":[]},"FilterDocumentsByCustom3":{"PersistUI":[]},"FilterDocumentsByCustom4":{"PersistUI":[]},"LoadDocumentRequest":{"StartLoading":[]},"LoadDocumentFailure":{"StopLoading":[]},"LoadDocumentsRequest":{"StartLoading":[]},"LoadDocumentsFailure":{"StopLoading":[]},"ArchiveDocumentFailure":{"StopSaving":[]},"DeleteDocumentFailure":{"StopSaving":[]},"RestoreDocumentFailure":{"StopSaving":[]},"_$DocumentStateSerializer":{"StructuredSerializer":["DocumentState*"],"Serializer":["DocumentState*"]},"_$DocumentUIStateSerializer":{"StructuredSerializer":["DocumentUIState*"],"Serializer":["DocumentUIState*"]},"_$DocumentState":{"DocumentState":[]},"_$DocumentUIState":{"DocumentUIState":[]},"ViewExpenseList":{"PersistUI":[]},"ViewExpense":{"PersistUI":[],"PersistPrefs":[]},"EditExpense":{"PersistUI":[],"PersistPrefs":[]},"UpdateExpense":{"PersistUI":[]},"LoadExpenseSuccess":{"StopLoading":[],"PersistData":[]},"LoadExpensesFailure":{"StopLoading":[]},"LoadExpensesSuccess":{"StopLoading":[]},"SaveExpenseRequest":{"StartSaving":[]},"SaveExpenseSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddExpenseSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveExpenseRequest":{"StartSaving":[]},"ArchiveExpenseSuccess":{"StopSaving":[],"PersistData":[]},"DeleteExpenseRequest":{"StartSaving":[]},"DeleteExpenseSuccess":{"StopSaving":[],"PersistData":[]},"RestoreExpenseRequest":{"StartSaving":[]},"RestoreExpenseSuccess":{"StopSaving":[],"PersistData":[]},"FilterExpenses":{"PersistUI":[]},"SortExpenses":{"PersistUI":[],"PersistPrefs":[]},"FilterExpensesByState":{"PersistUI":[]},"FilterExpensesByStatus":{"PersistUI":[]},"FilterExpensesByCustom1":{"PersistUI":[]},"FilterExpensesByCustom2":{"PersistUI":[]},"FilterExpensesByCustom3":{"PersistUI":[]},"FilterExpensesByCustom4":{"PersistUI":[]},"SaveExpenseDocumentRequest":{"StartSaving":[]},"UpdateExpenseTab":{"PersistUI":[]},"LoadExpenseRequest":{"StartLoading":[]},"LoadExpenseFailure":{"StopLoading":[]},"LoadExpensesRequest":{"StartLoading":[]},"SaveExpenseFailure":{"StopSaving":[]},"ArchiveExpenseFailure":{"StopSaving":[]},"DeleteExpenseFailure":{"StopSaving":[]},"RestoreExpenseFailure":{"StopSaving":[]},"SaveExpenseDocumentFailure":{"StopSaving":[]},"_$ExpenseStateSerializer":{"StructuredSerializer":["ExpenseState*"],"Serializer":["ExpenseState*"]},"_$ExpenseUIStateSerializer":{"StructuredSerializer":["ExpenseUIState*"],"Serializer":["ExpenseUIState*"]},"_$ExpenseState":{"ExpenseState":[]},"_$ExpenseUIState":{"ExpenseUIState":[]},"ViewExpenseCategoryList":{"PersistUI":[]},"ViewExpenseCategory":{"PersistUI":[],"PersistPrefs":[]},"EditExpenseCategory":{"PersistUI":[],"PersistPrefs":[]},"UpdateExpenseCategory":{"PersistUI":[]},"LoadExpenseCategorySuccess":{"StopLoading":[],"PersistData":[]},"LoadExpenseCategoriesSuccess":{"StopLoading":[]},"SaveExpenseCategoryRequest":{"StartSaving":[]},"SaveExpenseCategorySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddExpenseCategorySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveExpenseCategoriesRequest":{"StartSaving":[]},"ArchiveExpenseCategoriesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteExpenseCategoriesRequest":{"StartSaving":[]},"DeleteExpenseCategoriesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreExpenseCategoriesRequest":{"StartSaving":[]},"RestoreExpenseCategoriesSuccess":{"StopSaving":[],"PersistData":[]},"FilterExpenseCategories":{"PersistUI":[]},"SortExpenseCategories":{"PersistUI":[],"PersistPrefs":[]},"FilterExpenseCategoriesByState":{"PersistUI":[]},"FilterExpenseCategoriesByCustom1":{"PersistUI":[]},"FilterExpenseCategoriesByCustom2":{"PersistUI":[]},"FilterExpenseCategoriesByCustom3":{"PersistUI":[]},"FilterExpenseCategoriesByCustom4":{"PersistUI":[]},"LoadExpenseCategoryRequest":{"StartLoading":[]},"LoadExpenseCategoryFailure":{"StopLoading":[]},"LoadExpenseCategoriesRequest":{"StartLoading":[]},"LoadExpenseCategoriesFailure":{"StopLoading":[]},"SaveExpenseCategoryFailure":{"StopSaving":[]},"ArchiveExpenseCategoriesFailure":{"StopSaving":[]},"DeleteExpenseCategoriesFailure":{"StopSaving":[]},"RestoreExpenseCategoriesFailure":{"StopSaving":[]},"_$ExpenseCategoryStateSerializer":{"StructuredSerializer":["ExpenseCategoryState*"],"Serializer":["ExpenseCategoryState*"]},"_$ExpenseCategoryUIStateSerializer":{"StructuredSerializer":["ExpenseCategoryUIState*"],"Serializer":["ExpenseCategoryUIState*"]},"_$ExpenseCategoryState":{"ExpenseCategoryState":[]},"_$ExpenseCategoryUIState":{"ExpenseCategoryUIState":[]},"ViewGroupList":{"PersistUI":[]},"ViewGroup":{"PersistUI":[],"PersistPrefs":[]},"EditGroup":{"PersistUI":[],"PersistPrefs":[]},"UpdateGroup":{"PersistUI":[]},"LoadGroupSuccess":{"StopLoading":[],"PersistData":[]},"LoadGroupsSuccess":{"StopLoading":[]},"SaveGroupRequest":{"StartSaving":[]},"SaveGroupSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddGroupSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveGroupRequest":{"StartSaving":[]},"ArchiveGroupSuccess":{"StopSaving":[],"PersistData":[]},"DeleteGroupRequest":{"StartSaving":[]},"DeleteGroupSuccess":{"StopSaving":[],"PersistData":[]},"RestoreGroupRequest":{"StartSaving":[]},"RestoreGroupSuccess":{"StopSaving":[],"PersistData":[]},"FilterGroups":{"PersistUI":[]},"SortGroups":{"PersistUI":[],"PersistPrefs":[]},"FilterGroupsByState":{"PersistUI":[]},"SaveGroupDocumentRequest":{"StartSaving":[]},"LoadGroupRequest":{"StartLoading":[]},"LoadGroupFailure":{"StopLoading":[]},"LoadGroupsRequest":{"StartLoading":[]},"LoadGroupsFailure":{"StopLoading":[]},"SaveGroupFailure":{"StopSaving":[]},"ArchiveGroupFailure":{"StopSaving":[]},"DeleteGroupFailure":{"StopSaving":[]},"RestoreGroupFailure":{"StopSaving":[]},"SaveGroupDocumentFailure":{"StopSaving":[]},"_$GroupStateSerializer":{"StructuredSerializer":["GroupState*"],"Serializer":["GroupState*"]},"_$GroupUIStateSerializer":{"StructuredSerializer":["GroupUIState*"],"Serializer":["GroupUIState*"]},"_$GroupState":{"GroupState":[]},"_$GroupUIState":{"GroupUIState":[]},"ViewInvoiceList":{"PersistUI":[]},"ViewInvoice":{"PersistUI":[],"PersistPrefs":[]},"EditInvoice":{"PersistUI":[],"PersistPrefs":[]},"EditInvoiceItem":{"PersistUI":[]},"UpdateInvoice":{"PersistUI":[]},"UpdateInvoiceClient":{"PersistUI":[]},"LoadInvoiceSuccess":{"StopLoading":[],"PersistData":[]},"LoadInvoicesFailure":{"StopLoading":[]},"LoadInvoicesSuccess":{"StopLoading":[]},"AddInvoiceContact":{"PersistUI":[]},"RemoveInvoiceContact":{"PersistUI":[]},"AddInvoiceItem":{"PersistUI":[]},"MoveInvoiceItem":{"PersistUI":[]},"AddInvoiceItems":{"PersistUI":[]},"UpdateInvoiceItem":{"PersistUI":[]},"DeleteInvoiceItem":{"PersistUI":[]},"SaveInvoiceRequest":{"StartSaving":[]},"SaveInvoiceSuccess":{"StopSaving":[],"PersistUI":[]},"AddInvoiceSuccess":{"StopSaving":[],"PersistUI":[]},"EmailInvoiceRequest":{"StartSaving":[]},"EmailInvoiceSuccess":{"StopSaving":[],"PersistData":[]},"MarkInvoicesSentRequest":{"StartSaving":[]},"MarkInvoicesSentSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailInvoicesRequest":{"StartSaving":[]},"MarkInvoicesPaidRequest":{"StartSaving":[]},"MarkInvoicesPaidSuccess":{"StopSaving":[]},"ReverseInvoicesRequest":{"StartSaving":[]},"ReverseInvoicesSuccess":{"StopSaving":[]},"CancelInvoicesRequest":{"StartSaving":[]},"CancelInvoicesSuccess":{"StopSaving":[]},"ArchiveInvoicesRequest":{"StartSaving":[]},"ArchiveInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteInvoicesRequest":{"StartSaving":[]},"DeleteInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"DownloadInvoicesRequest":{"StartSaving":[]},"RestoreInvoicesRequest":{"StartSaving":[]},"RestoreInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"FilterInvoices":{"PersistUI":[]},"SortInvoices":{"PersistUI":[],"PersistPrefs":[]},"FilterInvoicesByState":{"PersistUI":[]},"FilterInvoicesByStatus":{"PersistUI":[]},"FilterInvoicesByCustom1":{"PersistUI":[]},"FilterInvoicesByCustom2":{"PersistUI":[]},"FilterInvoicesByCustom3":{"PersistUI":[]},"FilterInvoicesByCustom4":{"PersistUI":[]},"SaveInvoiceDocumentRequest":{"StartSaving":[]},"UpdateInvoiceTab":{"PersistUI":[]},"LoadInvoiceRequest":{"StartLoading":[]},"LoadInvoiceFailure":{"StopLoading":[]},"LoadInvoicesRequest":{"StartLoading":[]},"SaveInvoiceFailure":{"StopSaving":[]},"EmailInvoiceFailure":{"StopSaving":[]},"MarkInvoicesSentFailure":{"StopSaving":[]},"BulkEmailInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailInvoicesFailure":{"StopSaving":[]},"MarkInvoicesPaidFailure":{"StopSaving":[]},"ReverseInvoicesFailure":{"StopSaving":[]},"CancelInvoicesFailure":{"StopSaving":[]},"ArchiveInvoicesFailure":{"StopSaving":[]},"DeleteInvoicesFailure":{"StopSaving":[]},"DownloadInvoicesSuccess":{"StopSaving":[]},"DownloadInvoicesFailure":{"StopSaving":[]},"RestoreInvoicesFailure":{"StopSaving":[]},"SaveInvoiceDocumentFailure":{"StopSaving":[]},"_$InvoiceStateSerializer":{"StructuredSerializer":["InvoiceState*"],"Serializer":["InvoiceState*"]},"_$InvoiceUIStateSerializer":{"StructuredSerializer":["InvoiceUIState*"],"Serializer":["InvoiceUIState*"]},"_$InvoiceState":{"InvoiceState":[]},"_$InvoiceUIState":{"InvoiceUIState":[]},"ViewPaymentList":{"PersistUI":[]},"ViewPayment":{"PersistUI":[],"PersistPrefs":[]},"EditPayment":{"PersistUI":[],"PersistPrefs":[]},"ViewRefundPayment":{"PersistUI":[],"PersistPrefs":[]},"UpdatePayment":{"PersistUI":[]},"LoadPaymentSuccess":{"StopLoading":[],"PersistData":[]},"LoadPaymentsFailure":{"StopLoading":[]},"LoadPaymentsSuccess":{"StopLoading":[]},"SavePaymentRequest":{"StartSaving":[]},"SavePaymentSuccess":{"StopSaving":[],"PersistUI":[]},"AddPaymentSuccess":{"StopSaving":[],"PersistUI":[]},"RefundPaymentRequest":{"StartSaving":[]},"ArchivePaymentsRequest":{"StartSaving":[]},"ArchivePaymentsSuccess":{"StopSaving":[],"PersistData":[]},"DeletePaymentsRequest":{"StartSaving":[]},"DeletePaymentsSuccess":{"StopSaving":[]},"RestorePaymentsRequest":{"StartSaving":[]},"RestorePaymentsSuccess":{"StopSaving":[]},"EmailPaymentRequest":{"StartSaving":[]},"FilterPayments":{"PersistUI":[]},"SortPayments":{"PersistUI":[],"PersistPrefs":[]},"FilterPaymentsByState":{"PersistUI":[]},"FilterPaymentsByCustom1":{"PersistUI":[]},"FilterPaymentsByCustom2":{"PersistUI":[]},"FilterPaymentsByCustom3":{"PersistUI":[]},"FilterPaymentsByCustom4":{"PersistUI":[]},"UpdatePaymentTab":{"PersistUI":[]},"LoadPaymentRequest":{"StartLoading":[]},"LoadPaymentFailure":{"StopLoading":[]},"LoadPaymentsRequest":{"StartLoading":[]},"SavePaymentFailure":{"StopSaving":[]},"RefundPaymentSuccess":{"StopSaving":[],"PersistUI":[]},"RefundPaymentFailure":{"StopSaving":[]},"ArchivePaymentsFailure":{"StopSaving":[]},"DeletePaymentsFailure":{"StopSaving":[]},"RestorePaymentsFailure":{"StopSaving":[]},"EmailPaymentSuccess":{"StopSaving":[],"PersistData":[]},"_$PaymentStateSerializer":{"StructuredSerializer":["PaymentState*"],"Serializer":["PaymentState*"]},"_$PaymentUIStateSerializer":{"StructuredSerializer":["PaymentUIState*"],"Serializer":["PaymentUIState*"]},"_$PaymentState":{"PaymentState":[]},"_$PaymentUIState":{"PaymentUIState":[]},"ViewPaymentTermList":{"PersistUI":[]},"ViewPaymentTerm":{"PersistUI":[],"PersistPrefs":[]},"EditPaymentTerm":{"PersistUI":[],"PersistPrefs":[]},"UpdatePaymentTerm":{"PersistUI":[]},"LoadPaymentTermSuccess":{"StopLoading":[],"PersistData":[]},"LoadPaymentTermsFailure":{"StopLoading":[]},"LoadPaymentTermsSuccess":{"StopLoading":[]},"SavePaymentTermRequest":{"StartSaving":[]},"SavePaymentTermSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddPaymentTermSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchivePaymentTermsRequest":{"StartSaving":[]},"ArchivePaymentTermsSuccess":{"StopSaving":[],"PersistData":[]},"DeletePaymentTermsRequest":{"StartSaving":[]},"DeletePaymentTermsSuccess":{"StopSaving":[],"PersistData":[]},"RestorePaymentTermsRequest":{"StartSaving":[]},"RestorePaymentTermsSuccess":{"StopSaving":[],"PersistData":[]},"FilterPaymentTerms":{"PersistUI":[]},"SortPaymentTerms":{"PersistUI":[],"PersistPrefs":[]},"FilterPaymentTermsByState":{"PersistUI":[]},"FilterPaymentTermsByCustom1":{"PersistUI":[]},"FilterPaymentTermsByCustom2":{"PersistUI":[]},"FilterPaymentTermsByCustom3":{"PersistUI":[]},"FilterPaymentTermsByCustom4":{"PersistUI":[]},"LoadPaymentTermRequest":{"StartLoading":[]},"LoadPaymentTermFailure":{"StopLoading":[]},"LoadPaymentTermsRequest":{"StartLoading":[]},"SavePaymentTermFailure":{"StopSaving":[]},"ArchivePaymentTermsFailure":{"StopSaving":[]},"DeletePaymentTermsFailure":{"StopSaving":[]},"RestorePaymentTermsFailure":{"StopSaving":[]},"_$PaymentTermStateSerializer":{"StructuredSerializer":["PaymentTermState*"],"Serializer":["PaymentTermState*"]},"_$PaymentTermUIStateSerializer":{"StructuredSerializer":["PaymentTermUIState*"],"Serializer":["PaymentTermUIState*"]},"_$PaymentTermState":{"PaymentTermState":[]},"_$PaymentTermUIState":{"PaymentTermUIState":[]},"ViewProductList":{"PersistUI":[]},"ViewProduct":{"PersistUI":[],"PersistPrefs":[]},"EditProduct":{"PersistUI":[],"PersistPrefs":[]},"UpdateProduct":{"PersistUI":[]},"LoadProductSuccess":{"StopLoading":[],"PersistData":[]},"LoadProductsFailure":{"StopLoading":[]},"LoadProductsSuccess":{"PersistData":[],"StopLoading":[]},"SaveProductRequest":{"StartSaving":[]},"SaveProductSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddProductSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveProductsRequest":{"StartSaving":[]},"ArchiveProductsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteProductsRequest":{"StartSaving":[]},"DeleteProductsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreProductsRequest":{"StartSaving":[]},"RestoreProductsSuccess":{"StopSaving":[],"PersistData":[]},"FilterProducts":{"PersistUI":[]},"SortProducts":{"PersistUI":[],"PersistPrefs":[]},"FilterProductsByState":{"PersistUI":[]},"FilterProductsByCustom1":{"PersistUI":[]},"FilterProductsByCustom2":{"PersistUI":[]},"FilterProductsByCustom3":{"PersistUI":[]},"FilterProductsByCustom4":{"PersistUI":[]},"SaveProductDocumentRequest":{"StartSaving":[]},"UpdateProductTab":{"PersistUI":[]},"LoadProductRequest":{"StartLoading":[]},"LoadProductFailure":{"StopLoading":[]},"LoadProductsRequest":{"StartLoading":[]},"SaveProductFailure":{"StopSaving":[]},"ArchiveProductsFailure":{"StopSaving":[]},"DeleteProductsFailure":{"StopSaving":[]},"RestoreProductsFailure":{"StopSaving":[]},"SaveProductDocumentFailure":{"StopSaving":[]},"_$ProductStateSerializer":{"StructuredSerializer":["ProductState*"],"Serializer":["ProductState*"]},"_$ProductUIStateSerializer":{"StructuredSerializer":["ProductUIState*"],"Serializer":["ProductUIState*"]},"_$ProductState":{"ProductState":[]},"_$ProductUIState":{"ProductUIState":[]},"ViewProjectList":{"PersistUI":[]},"ViewProject":{"PersistUI":[],"PersistPrefs":[]},"EditProject":{"PersistUI":[],"PersistPrefs":[]},"UpdateProject":{"PersistUI":[]},"LoadProjectSuccess":{"StopLoading":[],"PersistData":[]},"LoadProjectsFailure":{"StopLoading":[]},"LoadProjectsSuccess":{"StopLoading":[]},"SaveProjectRequest":{"StartSaving":[]},"SaveProjectSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddProjectSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveProjectRequest":{"StartSaving":[]},"ArchiveProjectSuccess":{"StopSaving":[],"PersistData":[]},"DeleteProjectRequest":{"StartSaving":[]},"DeleteProjectSuccess":{"StopSaving":[],"PersistData":[]},"RestoreProjectRequest":{"StartSaving":[]},"RestoreProjectSuccess":{"StopSaving":[],"PersistData":[]},"FilterProjects":{"PersistUI":[]},"SortProjects":{"PersistUI":[],"PersistPrefs":[]},"FilterProjectsByState":{"PersistUI":[]},"FilterProjectsByCustom1":{"PersistUI":[]},"FilterProjectsByCustom2":{"PersistUI":[]},"FilterProjectsByCustom3":{"PersistUI":[]},"FilterProjectsByCustom4":{"PersistUI":[]},"SaveProjectDocumentRequest":{"StartSaving":[]},"UpdateProjectTab":{"PersistUI":[]},"LoadProjectRequest":{"StartLoading":[]},"LoadProjectFailure":{"StopLoading":[]},"LoadProjectsRequest":{"StartLoading":[]},"SaveProjectFailure":{"StopSaving":[]},"ArchiveProjectFailure":{"StopSaving":[]},"DeleteProjectFailure":{"StopSaving":[]},"RestoreProjectFailure":{"StopSaving":[]},"SaveProjectDocumentFailure":{"StopSaving":[]},"_$ProjectStateSerializer":{"StructuredSerializer":["ProjectState*"],"Serializer":["ProjectState*"]},"_$ProjectUIStateSerializer":{"StructuredSerializer":["ProjectUIState*"],"Serializer":["ProjectUIState*"]},"_$ProjectState":{"ProjectState":[]},"_$ProjectUIState":{"ProjectUIState":[]},"ViewQuoteList":{"PersistUI":[]},"ViewQuote":{"PersistUI":[],"PersistPrefs":[]},"EditQuote":{"PersistUI":[],"PersistPrefs":[]},"EditQuoteItem":{"PersistUI":[]},"UpdateQuote":{"PersistUI":[]},"UpdateQuoteClient":{"PersistUI":[]},"LoadQuoteSuccess":{"StopLoading":[],"PersistData":[]},"LoadQuotesFailure":{"StopLoading":[]},"LoadQuotesSuccess":{"StopLoading":[]},"AddQuoteContact":{"PersistUI":[]},"RemoveQuoteContact":{"PersistUI":[]},"AddQuoteItem":{"PersistUI":[]},"MoveQuoteItem":{"PersistUI":[]},"AddQuoteItems":{"PersistUI":[]},"UpdateQuoteItem":{"PersistUI":[]},"DeleteQuoteItem":{"PersistUI":[]},"SaveQuoteRequest":{"StartSaving":[]},"SaveQuoteSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddQuoteSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"EmailQuoteRequest":{"StartSaving":[]},"MarkSentQuotesRequest":{"StartSaving":[]},"MarkSentQuoteSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailQuotesRequest":{"StartSaving":[]},"ArchiveQuotesRequest":{"StartSaving":[]},"ArchiveQuotesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteQuotesRequest":{"StartSaving":[]},"DeleteQuotesSuccess":{"StopSaving":[],"PersistData":[]},"DownloadQuotesRequest":{"StartSaving":[]},"RestoreQuotesRequest":{"StartSaving":[]},"RestoreQuotesSuccess":{"StopSaving":[],"PersistData":[]},"FilterQuotes":{"PersistUI":[]},"SortQuotes":{"PersistUI":[],"PersistPrefs":[]},"FilterQuotesByState":{"PersistUI":[]},"FilterQuotesByStatus":{"PersistUI":[]},"FilterQuotesByCustom1":{"PersistUI":[]},"FilterQuotesByCustom2":{"PersistUI":[]},"FilterQuotesByCustom3":{"PersistUI":[]},"FilterQuotesByCustom4":{"PersistUI":[]},"ConvertQuotes":{"StartSaving":[]},"ConvertQuoteSuccess":{"StopSaving":[]},"SaveQuoteDocumentRequest":{"StartSaving":[]},"UpdateQuoteTab":{"PersistUI":[]},"LoadQuoteRequest":{"StartLoading":[]},"LoadQuoteFailure":{"StopLoading":[]},"LoadQuotesRequest":{"StartLoading":[]},"SaveQuoteFailure":{"StopSaving":[]},"EmailQuoteSuccess":{"StopSaving":[],"PersistData":[]},"EmailQuoteFailure":{"StopSaving":[]},"MarkSentQuoteFailure":{"StopSaving":[]},"BulkEmailQuotesSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailQuotesFailure":{"StopSaving":[]},"ArchiveQuotesFailure":{"StopSaving":[]},"DeleteQuotesFailure":{"StopSaving":[]},"DownloadQuotesSuccess":{"StopSaving":[]},"DownloadQuotesFailure":{"StopSaving":[]},"RestoreQuotesFailure":{"StopSaving":[]},"ConvertQuoteFailure":{"StopSaving":[]},"SaveQuoteDocumentFailure":{"StopSaving":[]},"_$QuoteStateSerializer":{"StructuredSerializer":["QuoteState*"],"Serializer":["QuoteState*"]},"_$QuoteUIStateSerializer":{"StructuredSerializer":["QuoteUIState*"],"Serializer":["QuoteUIState*"]},"_$QuoteState":{"QuoteState":[]},"_$QuoteUIState":{"QuoteUIState":[]},"ViewRecurringExpenseList":{"PersistUI":[]},"ViewRecurringExpense":{"PersistUI":[],"PersistPrefs":[]},"EditRecurringExpense":{"PersistUI":[],"PersistPrefs":[]},"UpdateRecurringExpense":{"PersistUI":[]},"LoadRecurringExpenseSuccess":{"StopLoading":[],"PersistData":[]},"LoadRecurringExpensesFailure":{"StopLoading":[]},"LoadRecurringExpensesSuccess":{"StopLoading":[]},"SaveRecurringExpenseRequest":{"StartSaving":[]},"SaveRecurringExpenseSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddRecurringExpenseSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveRecurringExpensesRequest":{"StartSaving":[]},"ArchiveRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteRecurringExpensesRequest":{"StartSaving":[]},"DeleteRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreRecurringExpensesRequest":{"StartSaving":[]},"RestoreRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[]},"FilterRecurringExpenses":{"PersistUI":[]},"SortRecurringExpenses":{"PersistUI":[],"PersistPrefs":[]},"FilterRecurringExpensesByState":{"PersistUI":[]},"FilterRecurringExpensesByCustom1":{"PersistUI":[]},"FilterRecurringExpensesByCustom2":{"PersistUI":[]},"FilterRecurringExpensesByCustom3":{"PersistUI":[]},"FilterRecurringExpensesByCustom4":{"PersistUI":[]},"UpdateRecurringExpenseTab":{"PersistUI":[]},"StartRecurringExpensesRequest":{"StartSaving":[]},"StartRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"StopRecurringExpensesRequest":{"StartSaving":[]},"StopRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"SaveRecurringExpenseDocumentRequest":{"StartSaving":[]},"LoadRecurringExpenseRequest":{"StartLoading":[]},"LoadRecurringExpenseFailure":{"StopLoading":[]},"LoadRecurringExpensesRequest":{"StartLoading":[]},"SaveRecurringExpenseFailure":{"StopSaving":[]},"ArchiveRecurringExpensesFailure":{"StopSaving":[]},"DeleteRecurringExpensesFailure":{"StopSaving":[]},"RestoreRecurringExpensesFailure":{"StopSaving":[]},"StartRecurringExpensesFailure":{"StopSaving":[]},"StopRecurringExpensesFailure":{"StopSaving":[]},"SaveRecurringExpenseDocumentFailure":{"StopSaving":[]},"_$RecurringExpenseStateSerializer":{"StructuredSerializer":["RecurringExpenseState*"],"Serializer":["RecurringExpenseState*"]},"_$RecurringExpenseUIStateSerializer":{"StructuredSerializer":["RecurringExpenseUIState*"],"Serializer":["RecurringExpenseUIState*"]},"_$RecurringExpenseState":{"RecurringExpenseState":[]},"_$RecurringExpenseUIState":{"RecurringExpenseUIState":[]},"ViewRecurringInvoiceList":{"PersistUI":[]},"ViewRecurringInvoice":{"PersistUI":[],"PersistPrefs":[]},"EditRecurringInvoice":{"PersistUI":[],"PersistPrefs":[]},"EditRecurringInvoiceItem":{"PersistUI":[]},"UpdateRecurringInvoice":{"PersistUI":[]},"UpdateRecurringInvoiceClient":{"PersistUI":[]},"LoadRecurringInvoiceSuccess":{"StopLoading":[],"PersistData":[]},"LoadRecurringInvoicesFailure":{"StopLoading":[]},"LoadRecurringInvoicesSuccess":{"StopLoading":[]},"AddRecurringInvoiceContact":{"PersistUI":[]},"RemoveRecurringInvoiceContact":{"PersistUI":[]},"SaveRecurringInvoiceRequest":{"StartSaving":[]},"SaveRecurringInvoiceSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddRecurringInvoiceSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddRecurringInvoiceItem":{"PersistUI":[]},"MoveRecurringInvoiceItem":{"PersistUI":[]},"AddRecurringInvoiceItems":{"PersistUI":[]},"UpdateRecurringInvoiceItem":{"PersistUI":[]},"DeleteRecurringInvoiceItem":{"PersistUI":[]},"EmailRecurringInvoiceSuccess":{"StopSaving":[],"PersistData":[]},"ArchiveRecurringInvoicesRequest":{"StartSaving":[]},"ArchiveRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteRecurringInvoicesRequest":{"StartSaving":[]},"DeleteRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreRecurringInvoicesRequest":{"StartSaving":[]},"RestoreRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"FilterRecurringInvoices":{"PersistUI":[]},"SortRecurringInvoices":{"PersistUI":[],"PersistPrefs":[]},"FilterRecurringInvoicesByState":{"PersistUI":[]},"FilterRecurringInvoicesByStatus":{"PersistUI":[]},"FilterRecurringInvoicesByCustom1":{"PersistUI":[]},"FilterRecurringInvoicesByCustom2":{"PersistUI":[]},"FilterRecurringInvoicesByCustom3":{"PersistUI":[]},"FilterRecurringInvoicesByCustom4":{"PersistUI":[]},"SaveRecurringInvoiceDocumentRequest":{"StartSaving":[]},"StartRecurringInvoicesRequest":{"StartSaving":[]},"StartRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"StopRecurringInvoicesRequest":{"StartSaving":[]},"StopRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"UpdateRecurringInvoiceTab":{"PersistUI":[]},"LoadRecurringInvoiceRequest":{"StartLoading":[]},"LoadRecurringInvoiceFailure":{"StopLoading":[]},"LoadRecurringInvoicesRequest":{"StartLoading":[]},"SaveRecurringInvoiceFailure":{"StopSaving":[]},"ArchiveRecurringInvoicesFailure":{"StopSaving":[]},"DeleteRecurringInvoicesFailure":{"StopSaving":[]},"RestoreRecurringInvoicesFailure":{"StopSaving":[]},"SaveRecurringInvoiceDocumentFailure":{"StopSaving":[]},"StartRecurringInvoicesFailure":{"StopSaving":[]},"StopRecurringInvoicesFailure":{"StopSaving":[]},"_$RecurringInvoiceStateSerializer":{"StructuredSerializer":["RecurringInvoiceState*"],"Serializer":["RecurringInvoiceState*"]},"_$RecurringInvoiceUIStateSerializer":{"StructuredSerializer":["RecurringInvoiceUIState*"],"Serializer":["RecurringInvoiceUIState*"]},"_$RecurringInvoiceState":{"RecurringInvoiceState":[]},"_$RecurringInvoiceUIState":{"RecurringInvoiceUIState":[]},"ViewReports":{"PersistUI":[]},"UpdateReportSettings":{"PersistUI":[]},"_$ReportsUIStateSerializer":{"StructuredSerializer":["ReportsUIState*"],"Serializer":["ReportsUIState*"]},"_$ReportsUIState":{"ReportsUIState":[]},"ViewSettings":{"PersistUI":[]},"ClearSettingsFilter":{"PersistUI":[]},"UpdateSettings":{"PersistUI":[]},"UpdateSettingsTab":{"PersistUI":[]},"UpdatedSetting":{"PersistUI":[]},"UpdateSettingsTemplate":{"PersistUI":[]},"UpdateUserSettings":{"PersistUI":[]},"UploadLogoRequest":{"StartSaving":[]},"SaveUserSettingsRequest":{"StartSaving":[]},"SaveUserSettingsSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"SaveAuthUserRequest":{"StartSaving":[]},"SaveAuthUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"ConnecOAuthUserRequest":{"StartSaving":[]},"ConnecOAuthUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"DisableTwoFactorRequest":{"StartSaving":[]},"DisableTwoFactorSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"ConnecGmailUserRequest":{"StartSaving":[]},"ConnecGmailUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"FilterSettings":{"PersistUI":[]},"UploadLogoFailure":{"StopSaving":[]},"SaveUserSettingsFailure":{"StopSaving":[]},"SaveAuthUserFailure":{"StopSaving":[]},"ConnecOAuthUserFailure":{"StopSaving":[]},"DisableTwoFactorFailure":{"StopSaving":[]},"ConnecGmailUserFailure":{"StopSaving":[]},"_$StaticStateSerializer":{"StructuredSerializer":["StaticState*"],"Serializer":["StaticState*"]},"_$StaticState":{"StaticState":[]},"ViewSubscriptionList":{"PersistUI":[]},"ViewSubscription":{"PersistUI":[],"PersistPrefs":[]},"EditSubscription":{"PersistUI":[],"PersistPrefs":[]},"UpdateSubscription":{"PersistUI":[]},"LoadSubscriptionSuccess":{"StopLoading":[],"PersistData":[]},"LoadSubscriptionsFailure":{"StopLoading":[]},"LoadSubscriptionsSuccess":{"StopLoading":[]},"SaveSubscriptionRequest":{"StartSaving":[]},"SaveSubscriptionSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddSubscriptionSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveSubscriptionsRequest":{"StartSaving":[]},"ArchiveSubscriptionsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteSubscriptionsRequest":{"StartSaving":[]},"DeleteSubscriptionsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreSubscriptionsRequest":{"StartSaving":[]},"RestoreSubscriptionsSuccess":{"StopSaving":[],"PersistData":[]},"FilterSubscriptions":{"PersistUI":[]},"SortSubscriptions":{"PersistUI":[],"PersistPrefs":[]},"FilterSubscriptionsByState":{"PersistUI":[]},"FilterSubscriptionsByCustom1":{"PersistUI":[]},"FilterSubscriptionsByCustom2":{"PersistUI":[]},"FilterSubscriptionsByCustom3":{"PersistUI":[]},"FilterSubscriptionsByCustom4":{"PersistUI":[]},"UpdateSubscriptionTab":{"PersistUI":[]},"LoadSubscriptionRequest":{"StartLoading":[]},"LoadSubscriptionFailure":{"StopLoading":[]},"LoadSubscriptionsRequest":{"StartLoading":[]},"SaveSubscriptionFailure":{"StopSaving":[]},"ArchiveSubscriptionsFailure":{"StopSaving":[]},"DeleteSubscriptionsFailure":{"StopSaving":[]},"RestoreSubscriptionsFailure":{"StopSaving":[]},"_$SubscriptionStateSerializer":{"StructuredSerializer":["SubscriptionState*"],"Serializer":["SubscriptionState*"]},"_$SubscriptionUIStateSerializer":{"StructuredSerializer":["SubscriptionUIState*"],"Serializer":["SubscriptionUIState*"]},"_$SubscriptionState":{"SubscriptionState":[]},"_$SubscriptionUIState":{"SubscriptionUIState":[]},"ViewTaskList":{"PersistUI":[]},"ViewTask":{"PersistUI":[],"PersistPrefs":[]},"EditTask":{"PersistUI":[],"PersistPrefs":[]},"UpdateTask":{"PersistUI":[]},"LoadTaskSuccess":{"StopLoading":[],"PersistData":[]},"EditTaskTime":{"PersistUI":[]},"AddTaskTime":{"PersistUI":[]},"UpdateTaskTime":{"PersistUI":[]},"DeleteTaskTime":{"PersistUI":[]},"LoadTasksFailure":{"StopLoading":[]},"LoadTasksSuccess":{"StopLoading":[]},"SaveTaskRequest":{"StartSaving":[]},"SaveTaskSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddTaskSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveTaskRequest":{"StartSaving":[]},"ArchiveTaskSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTaskRequest":{"StartSaving":[]},"DeleteTaskSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTaskRequest":{"StartSaving":[]},"RestoreTaskSuccess":{"StopSaving":[],"PersistData":[]},"SortTasksRequest":{"StartSaving":[]},"SortTasksSuccess":{"StopSaving":[],"PersistData":[]},"FilterTasks":{"PersistUI":[]},"SortTasks":{"PersistUI":[],"PersistPrefs":[]},"FilterTasksByState":{"PersistUI":[]},"FilterTasksByStatus":{"PersistUI":[]},"FilterTasksByCustom1":{"PersistUI":[]},"FilterTasksByCustom2":{"PersistUI":[]},"FilterTasksByCustom3":{"PersistUI":[]},"FilterTasksByCustom4":{"PersistUI":[]},"SaveTaskDocumentRequest":{"StartSaving":[]},"UpdateTaskTab":{"PersistUI":[]},"LoadTaskRequest":{"StartLoading":[]},"LoadTaskFailure":{"StopLoading":[]},"LoadTasksRequest":{"StartLoading":[]},"SaveTaskFailure":{"StopSaving":[]},"ArchiveTaskFailure":{"StopSaving":[]},"DeleteTaskFailure":{"StopSaving":[]},"RestoreTaskFailure":{"StopSaving":[]},"SortTasksFailure":{"StopSaving":[]},"SaveTaskDocumentFailure":{"StopSaving":[]},"_$TaskStateSerializer":{"StructuredSerializer":["TaskState*"],"Serializer":["TaskState*"]},"_$TaskUIStateSerializer":{"StructuredSerializer":["TaskUIState*"],"Serializer":["TaskUIState*"]},"_$TaskState":{"TaskState":[]},"_$TaskUIState":{"TaskUIState":[]},"ViewTaskStatusList":{"PersistUI":[]},"ViewTaskStatus":{"PersistUI":[],"PersistPrefs":[]},"EditTaskStatus":{"PersistUI":[],"PersistPrefs":[]},"UpdateTaskStatus":{"PersistUI":[]},"LoadTaskStatusSuccess":{"StopLoading":[],"PersistData":[]},"LoadTaskStatusesFailure":{"StopLoading":[]},"LoadTaskStatusesSuccess":{"StopLoading":[]},"SaveTaskStatusRequest":{"StartSaving":[]},"SaveTaskStatusSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddTaskStatusSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveTaskStatusesRequest":{"StartSaving":[]},"ArchiveTaskStatusesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTaskStatusesRequest":{"StartSaving":[]},"DeleteTaskStatusesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTaskStatusesRequest":{"StartSaving":[]},"RestoreTaskStatusesSuccess":{"StopSaving":[],"PersistData":[]},"FilterTaskStatuses":{"PersistUI":[]},"SortTaskStatuses":{"PersistUI":[],"PersistPrefs":[]},"FilterTaskStatusesByState":{"PersistUI":[]},"FilterTaskStatusesByCustom1":{"PersistUI":[]},"FilterTaskStatusesByCustom2":{"PersistUI":[]},"FilterTaskStatusesByCustom3":{"PersistUI":[]},"FilterTaskStatusesByCustom4":{"PersistUI":[]},"LoadTaskStatusRequest":{"StartLoading":[]},"LoadTaskStatusFailure":{"StopLoading":[]},"LoadTaskStatusesRequest":{"StartLoading":[]},"SaveTaskStatusFailure":{"StopSaving":[]},"ArchiveTaskStatusesFailure":{"StopSaving":[]},"DeleteTaskStatusesFailure":{"StopSaving":[]},"RestoreTaskStatusesFailure":{"StopSaving":[]},"_$TaskStatusStateSerializer":{"StructuredSerializer":["TaskStatusState*"],"Serializer":["TaskStatusState*"]},"_$TaskStatusUIStateSerializer":{"StructuredSerializer":["TaskStatusUIState*"],"Serializer":["TaskStatusUIState*"]},"_$TaskStatusState":{"TaskStatusState":[]},"_$TaskStatusUIState":{"TaskStatusUIState":[]},"ViewTaxRateList":{"PersistUI":[]},"ViewTaxRate":{"PersistUI":[]},"EditTaxRate":{"PersistUI":[]},"UpdateTaxRate":{"PersistUI":[]},"LoadTaxRateSuccess":{"StopLoading":[],"PersistData":[]},"LoadTaxRatesSuccess":{"StopLoading":[]},"SaveTaxRateRequest":{"StartSaving":[]},"SaveTaxRateSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddTaxRateSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveTaxRateRequest":{"StartSaving":[]},"ArchiveTaxRatesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTaxRateRequest":{"StartSaving":[]},"DeleteTaxRatesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTaxRateRequest":{"StartSaving":[]},"RestoreTaxRatesSuccess":{"StopSaving":[],"PersistData":[]},"FilterTaxRates":{"PersistUI":[]},"SortTaxRates":{"PersistUI":[],"PersistPrefs":[]},"FilterTaxRatesByState":{"PersistUI":[]},"LoadTaxRateRequest":{"StartLoading":[]},"LoadTaxRateFailure":{"StopLoading":[]},"LoadTaxRatesRequest":{"StartLoading":[]},"LoadTaxRatesFailure":{"StopLoading":[]},"SaveTaxRateFailure":{"StopSaving":[]},"ArchiveTaxRateFailure":{"StopSaving":[]},"DeleteTaxRateFailure":{"StopSaving":[]},"RestoreTaxRateFailure":{"StopSaving":[]},"_$TaxRateStateSerializer":{"StructuredSerializer":["TaxRateState*"],"Serializer":["TaxRateState*"]},"_$TaxRateUIStateSerializer":{"StructuredSerializer":["TaxRateUIState*"],"Serializer":["TaxRateUIState*"]},"_$TaxRateState":{"TaxRateState":[]},"_$TaxRateUIState":{"TaxRateUIState":[]},"ViewTokenList":{"PersistUI":[]},"ViewToken":{"PersistUI":[],"PersistPrefs":[]},"EditToken":{"PersistUI":[],"PersistPrefs":[]},"UpdateToken":{"PersistUI":[]},"LoadTokenSuccess":{"StopLoading":[],"PersistData":[]},"LoadTokensFailure":{"StopLoading":[]},"LoadTokensSuccess":{"StopLoading":[]},"SaveTokenRequest":{"StartSaving":[]},"SaveTokenSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"AddTokenSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"ArchiveTokensRequest":{"StartSaving":[]},"ArchiveTokensSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTokensRequest":{"StartSaving":[]},"DeleteTokensSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTokensRequest":{"StartSaving":[]},"RestoreTokensSuccess":{"StopSaving":[],"PersistData":[]},"FilterTokens":{"PersistUI":[]},"SortTokens":{"PersistUI":[],"PersistPrefs":[]},"FilterTokensByState":{"PersistUI":[]},"FilterTokensByCustom1":{"PersistUI":[]},"FilterTokensByCustom2":{"PersistUI":[]},"FilterTokensByCustom3":{"PersistUI":[]},"FilterTokensByCustom4":{"PersistUI":[]},"LoadTokenRequest":{"StartLoading":[]},"LoadTokenFailure":{"StopLoading":[]},"LoadTokensRequest":{"StartLoading":[]},"SaveTokenFailure":{"StopSaving":[]},"ArchiveTokensFailure":{"StopSaving":[]},"DeleteTokensFailure":{"StopSaving":[]},"RestoreTokensFailure":{"StopSaving":[]},"_$TokenStateSerializer":{"StructuredSerializer":["TokenState*"],"Serializer":["TokenState*"]},"_$TokenUIStateSerializer":{"StructuredSerializer":["TokenUIState*"],"Serializer":["TokenUIState*"]},"_$TokenState":{"TokenState":[]},"_$TokenUIState":{"TokenUIState":[]},"_$ListUIStateSerializer":{"StructuredSerializer":["ListUIState*"],"Serializer":["ListUIState*"]},"_$ListUIState":{"ListUIState":[]},"_$PrefStateSerializer":{"StructuredSerializer":["PrefState*"],"Serializer":["PrefState*"]},"_$PrefStateSortFieldSerializer":{"StructuredSerializer":["PrefStateSortField*"],"Serializer":["PrefStateSortField*"]},"_$CompanyPrefStateSerializer":{"StructuredSerializer":["CompanyPrefState*"],"Serializer":["CompanyPrefState*"]},"_$AppLayoutSerializer":{"PrimitiveSerializer":["AppLayout*"],"Serializer":["AppLayout*"]},"_$ModuleLayoutSerializer":{"PrimitiveSerializer":["ModuleLayout*"],"Serializer":["ModuleLayout*"]},"_$AppSidebarModeSerializer":{"PrimitiveSerializer":["AppSidebarMode*"],"Serializer":["AppSidebarMode*"]},"_$HistoryRecordSerializer":{"StructuredSerializer":["HistoryRecord*"],"Serializer":["HistoryRecord*"]},"_$PrefState":{"PrefState":[]},"_$PrefStateSortField":{"PrefStateSortField":[]},"_$CompanyPrefState":{"CompanyPrefState":[]},"_$HistoryRecord":{"HistoryRecord":[]},"_$UIStateSerializer":{"StructuredSerializer":["UIState*"],"Serializer":["UIState*"]},"_$UIState":{"UIState":[]},"ViewUserList":{"PersistUI":[]},"ViewUser":{"PersistUI":[],"PersistPrefs":[]},"EditUser":{"PersistUI":[],"PersistPrefs":[]},"UpdateUser":{"PersistUI":[]},"LoadUserSuccess":{"StopLoading":[],"PersistData":[]},"LoadUsersSuccess":{"StopLoading":[]},"SaveUserRequest":{"StartSaving":[]},"SaveUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"AddUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"ArchiveUserRequest":{"StartSaving":[]},"ArchiveUserSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"DeleteUserRequest":{"StartSaving":[]},"DeleteUserSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"RestoreUserRequest":{"StartSaving":[]},"RestoreUserSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"RemoveUserRequest":{"StartSaving":[]},"RemoveUserSuccess":{"StopSaving":[],"PersistData":[]},"ResendInviteRequest":{"StartSaving":[]},"SortUsers":{"PersistUI":[],"PersistPrefs":[]},"FilterUsersByState":{"PersistUI":[]},"FilterUsersByCustom1":{"PersistUI":[]},"FilterUsersByCustom2":{"PersistUI":[]},"FilterUsersByCustom3":{"PersistUI":[]},"FilterUsersByCustom4":{"PersistUI":[]},"LoadUserRequest":{"StartLoading":[]},"LoadUserFailure":{"StopLoading":[]},"LoadUsersRequest":{"StartLoading":[]},"LoadUsersFailure":{"StopLoading":[]},"SaveUserFailure":{"StopSaving":[]},"ArchiveUserFailure":{"StopSaving":[]},"DeleteUserFailure":{"StopSaving":[]},"RestoreUserFailure":{"StopSaving":[]},"RemoveUserFailure":{"StopSaving":[]},"ResendInviteSuccess":{"StopSaving":[],"PersistData":[]},"ResendInviteFailure":{"StopSaving":[]},"_$UserStateSerializer":{"StructuredSerializer":["UserState*"],"Serializer":["UserState*"]},"_$UserUIStateSerializer":{"StructuredSerializer":["UserUIState*"],"Serializer":["UserUIState*"]},"_$UserState":{"UserState":[]},"_$UserUIState":{"UserUIState":[]},"ViewVendorList":{"PersistUI":[]},"ViewVendor":{"PersistUI":[],"PersistPrefs":[]},"EditVendor":{"PersistUI":[],"PersistPrefs":[]},"UpdateVendor":{"PersistUI":[]},"LoadVendorSuccess":{"StopLoading":[],"PersistData":[]},"LoadVendorsFailure":{"StopLoading":[]},"LoadVendorsSuccess":{"StopLoading":[]},"SaveVendorRequest":{"StartSaving":[]},"SaveVendorSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddVendorSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveVendorRequest":{"StartSaving":[]},"ArchiveVendorSuccess":{"StopSaving":[],"PersistData":[]},"DeleteVendorRequest":{"StartSaving":[]},"DeleteVendorSuccess":{"StopSaving":[],"PersistData":[]},"RestoreVendorRequest":{"StartSaving":[]},"RestoreVendorSuccess":{"StopSaving":[],"PersistData":[]},"EditVendorContact":{"PersistUI":[]},"AddVendorContact":{"PersistUI":[]},"UpdateVendorContact":{"PersistUI":[]},"DeleteVendorContact":{"PersistUI":[]},"FilterVendors":{"PersistUI":[]},"SortVendors":{"PersistUI":[],"PersistPrefs":[]},"FilterVendorsByState":{"PersistUI":[]},"FilterVendorsByCustom1":{"PersistUI":[]},"FilterVendorsByCustom2":{"PersistUI":[]},"FilterVendorsByCustom3":{"PersistUI":[]},"FilterVendorsByCustom4":{"PersistUI":[]},"SaveVendorDocumentRequest":{"StartSaving":[]},"UpdateVendorTab":{"PersistUI":[]},"LoadVendorRequest":{"StartLoading":[]},"LoadVendorFailure":{"StopLoading":[]},"LoadVendorsRequest":{"StartLoading":[]},"SaveVendorFailure":{"StopSaving":[]},"ArchiveVendorFailure":{"StopSaving":[]},"DeleteVendorFailure":{"StopSaving":[]},"RestoreVendorFailure":{"StopSaving":[]},"SaveVendorDocumentFailure":{"StopSaving":[]},"_$VendorStateSerializer":{"StructuredSerializer":["VendorState*"],"Serializer":["VendorState*"]},"_$VendorUIStateSerializer":{"StructuredSerializer":["VendorUIState*"],"Serializer":["VendorUIState*"]},"_$VendorState":{"VendorState":[]},"_$VendorUIState":{"VendorUIState":[]},"ViewWebhookList":{"PersistUI":[]},"ViewWebhook":{"PersistUI":[],"PersistPrefs":[]},"EditWebhook":{"PersistUI":[],"PersistPrefs":[]},"UpdateWebhook":{"PersistUI":[]},"LoadWebhookSuccess":{"StopLoading":[],"PersistData":[]},"LoadWebhooksFailure":{"StopLoading":[]},"LoadWebhooksSuccess":{"StopLoading":[]},"SaveWebhookRequest":{"StartSaving":[]},"SaveWebhookSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddWebhookSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveWebhooksRequest":{"StartSaving":[]},"ArchiveWebhooksSuccess":{"StopSaving":[],"PersistData":[]},"DeleteWebhooksRequest":{"StartSaving":[]},"DeleteWebhooksSuccess":{"StopSaving":[],"PersistData":[]},"RestoreWebhooksRequest":{"StartSaving":[]},"RestoreWebhooksSuccess":{"StopSaving":[],"PersistData":[]},"FilterWebhooks":{"PersistUI":[]},"SortWebhooks":{"PersistUI":[],"PersistPrefs":[]},"FilterWebhooksByState":{"PersistUI":[]},"FilterWebhooksByCustom1":{"PersistUI":[]},"FilterWebhooksByCustom2":{"PersistUI":[]},"FilterWebhooksByCustom3":{"PersistUI":[]},"FilterWebhooksByCustom4":{"PersistUI":[]},"LoadWebhookRequest":{"StartLoading":[]},"LoadWebhookFailure":{"StopLoading":[]},"LoadWebhooksRequest":{"StartLoading":[]},"SaveWebhookFailure":{"StopSaving":[]},"ArchiveWebhooksFailure":{"StopSaving":[]},"DeleteWebhooksFailure":{"StopSaving":[]},"RestoreWebhooksFailure":{"StopSaving":[]},"_$WebhookStateSerializer":{"StructuredSerializer":["WebhookState*"],"Serializer":["WebhookState*"]},"_$WebhookUIStateSerializer":{"StructuredSerializer":["WebhookUIState*"],"Serializer":["WebhookUIState*"]},"_$WebhookState":{"WebhookState":[]},"_$WebhookUIState":{"WebhookUIState":[]},"FieldGrid":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ActionMenuButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ViewActionMenuButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppBorder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppBottomBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomFieldSelector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AppBottomBarState":{"State":["AppBottomBar*"]},"AppBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppBuilderState":{"State":["AppBuilder*"]},"AppHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AppScrollbarState":{"State":["AppScrollbar*"]},"AppWebView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebWebView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlankScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppTextButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BottomButtons":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChangeLayoutBanner":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ChangeLayoutBannerState":{"State":["ChangeLayoutBanner*"]},"ConfirmEmail":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ConfirmEmailBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesktopSessionTimeout":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DesktopSessionTimeoutState":{"State":["DesktopSessionTimeout*"]},"MessageDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ErrorDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"HealthCheckDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HealthCheckDialogState":{"State":["HealthCheckDialog*"]},"_HealthListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LoadingDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MultiSelectList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"MultiSelectListState":{"State":["MultiSelectList*"]},"DismissibleEntity":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentGrid":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentPreview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EditScaffold":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityActionListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityListTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntitiesListTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EntityListTileState":{"State":["EntityListTile*"]},"_EntitiesListTileState":{"State":["EntitiesListTile*"]},"EntityStatusChip":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityDropdown":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityDropdownDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EntityListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EntityDropdownState":{"State":["EntityDropdown*"]},"_EntityDropdownDialogState":{"State":["EntityDropdownDialog*"]},"EntityHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityStateLabel":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityTopFilter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormCard":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppDropdownButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppForm":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppTabForm":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppTabBar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppToggleButtons":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoolDropdownButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormColorPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FormColorPickerState":{"State":["FormColorPicker*"]},"CustomField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CustomFieldState":{"State":["CustomField*"]},"CustomSurcharges":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DatePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DatePickerState":{"State":["DatePicker*"]},"DecoratedFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DecoratedFormFieldState":{"State":["DecoratedFormField*"]},"DesignPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DiscountField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DurationPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DurationPickerState":{"State":["DurationPicker*"]},"DynamicSelector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GrowableFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GrowableFormFieldState":{"State":["GrowableFormField*"]},"LearnMoreUrl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"NotificationSettings":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NotificationSelector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PasswordFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PasswordFormFieldState":{"State":["PasswordFormField*"]},"ProjectPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SaveCancelButtons":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TimePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TimePickerState":{"State":["TimePicker*"]},"UserPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenMeta":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"HelpText":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"HistoryDrawer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"HistoryListTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HistoryListTileState":{"State":["HistoryListTile*"]},"HistoryDrawerBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IconMessage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IconText":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEmailView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceEmailViewState":{"State":["InvoiceEmailView*"]},"InvoiceItemListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateDropdown":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaxRateDropdownState":{"State":["TaxRateDropdown*"]},"TaxRateField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LinkTextSpan":{"TextSpan":[],"InlineSpan":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[]},"ListFilter":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ListFilterState":{"State":["ListFilter*"]},"ListScaffold":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ActivityListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListDivider":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListFilterMessage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FilterListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SelectedIndicator":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LiveText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LiveTextState":{"State":["LiveText*"]},"LoadingIndicator":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MainScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityScreens":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsScreens":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MenuDrawer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContactUsDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DrawerTileState":{"State":["DrawerTile*"]},"SidebarFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SidebarFooterCollapsed":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ContactUsDialogState":{"State":["ContactUsDialog*"]},"MenuDrawerBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CachedImage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ResponsivePadding":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollableListView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollableListViewBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScrollableListViewState":{"State":["ScrollableListView*"]},"_ScrollableListViewBuilderState":{"State":["ScrollableListViewBuilder*"]},"SystemLogViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SystemLogViewerState":{"State":["SystemLogViewer*"]},"_SortArrow0":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppDataTable":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TableRowInkWell0":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SortArrowState0":{"State":["_SortArrow0*"]},"_NullTableColumnWidth0":{"TableColumnWidth":[]},"_NullWidget3":{"Widget":[],"DiagnosticableTree":[]},"AppDataTableSource":{"Listenable":[]},"AppPaginatedDataTable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppPaginatedDataTableState":{"State":["AppPaginatedDataTable*"]},"EntityDataTableSource":{"Listenable":[]},"EntityList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EntityListState":{"State":["EntityList*"]},"VariablesHelp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VariablesHelpState":{"State":["VariablesHelp*"]},"_VariableGrid":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ViewScaffold":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebSessionTimeout":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebSessionTimeoutState":{"State":["WebSessionTimeout*"]},"WebSocketRefresh":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebSocketRefreshState":{"State":["WebSocketRefresh*"]},"InitScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LockScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LoginView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LoginState":{"State":["LoginView*"]},"RuledText":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LoginScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientPdfView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientPdfViewState":{"State":["ClientPdfView*"]},"ClientPdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientEditState":{"State":["ClientEdit*"]},"ClientEditBillingAddress":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditBillingAddressState":{"State":["ClientEditBillingAddress*"]},"ClientEditContacts":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContactListTile0":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContactEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientEditContactsState":{"State":["ClientEditContacts*"]},"ContactEditDetailsState":{"State":["ContactEditDetails*"]},"ClientEditContactsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditDesktop":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditDetailsState":{"State":["ClientEditDetails*"]},"ClientEditFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditNotes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditNotesState":{"State":["ClientEditNotes*"]},"ClientEditSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditSettingsState":{"State":["ClientEditSettings*"]},"ClientEditShippingAddress":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditShippingAddressState":{"State":["ClientEditShippingAddress*"]},"ClientEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewState":{"State":["ClientView*"]},"ClientViewActivity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewActivityState":{"State":["ClientViewActivity*"]},"ClientViewDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewDetailsState":{"State":["ClientViewDetails*"]},"ClientViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientViewLedger":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewLedgerState":{"State":["ClientViewLedger*"]},"ClientOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientViewSystemLogs":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewSystemLogsState":{"State":["ClientViewSystemLogs*"]},"ClientViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewayListState":{"State":["CompanyGatewayList*"]},"CompanyGatewayListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"GatewayConfigField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"LimitEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FeesEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewayEditState":{"State":["CompanyGatewayEdit*"]},"CardListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GatewayConfigSettings":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GatewayConfigFieldState":{"State":["GatewayConfigField*"]},"_LimitEditorState":{"State":["LimitEditor*"]},"_FeesEditorState":{"State":["FeesEditor*"]},"CompanyGatewayEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewaySystemLog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewayViewState":{"State":["CompanyGatewayView*"]},"_CompanyGatewayOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"__CompanyGatewaySystemLogState":{"State":["_CompanyGatewaySystemLog*"]},"CompanyGatewayViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEmailScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditPdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CreditEditState":{"State":["CreditEdit*"]},"CreditEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardActivity":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardChart":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardChartState":{"State":["DashboardChart*"]},"DashboardDateRangePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardDateRangePickerState":{"State":["DashboardDateRangePicker*"]},"_DashboardPanel":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardPanels":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"__DashboardPanelState":{"State":["_DashboardPanel*"]},"_InvoiceChart":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardScreen":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardScreenState":{"State":["DashboardScreen*"]},"_CustomTabBarView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SidebarScaffold":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseSidbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardSystemLogs":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfDesignPreview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InsertTabIntent":{"Intent":[]},"_DesignEditState":{"State":["DesignEdit*"]},"DesignSection":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DesignSettingsState":{"State":["DesignSettings*"]},"_PdfDesignPreviewState":{"State":["PdfDesignPreview*"]},"HtmlDesignPreview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InsertTabAction":{"Action":["Intent*"]},"DesignEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DesignViewState":{"State":["DesignView*"]},"DesignViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentEditState":{"State":["DocumentEdit*"]},"DocumentEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentViewState":{"State":["DocumentView*"]},"DocumentViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseEditState":{"State":["ExpenseEdit*"]},"ExpenseEditDesktop":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditDetailsState":{"State":["ExpenseEditDetails*"]},"ExpenseEditNotes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditNotesState":{"State":["ExpenseEditNotes*"]},"ExpenseEditSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditSettingsState":{"State":["ExpenseEditSettings*"]},"ExpenseEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseViewState":{"State":["ExpenseView*"]},"ExpenseViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseViewSchedule":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseViewScheduleState":{"State":["ExpenseViewSchedule*"]},"ExpenseViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseCategoryEditState":{"State":["ExpenseCategoryEdit*"]},"ExpenseCategoryEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseCategoryViewState":{"State":["ExpenseCategoryView*"]},"ExpenseCategoryViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GroupEditState":{"State":["GroupEdit*"]},"GroupEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GroupViewState":{"State":["GroupView*"]},"SettingsViewer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceEditState":{"State":["InvoiceEdit*"]},"InvoiceEditContacts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ContactListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditContactsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditDesktop":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PdfPreview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditDesktopState":{"State":["InvoiceEditDesktop*"]},"__PdfPreviewState":{"State":["_PdfPreview*"]},"InvoiceEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditDetailsState":{"State":["InvoiceEditDetails*"]},"InvoiceEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditItems":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ItemEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceEditItemsState":{"State":["InvoiceEditItems*"]},"ItemEditDetailsState":{"State":["ItemEditDetails*"]},"InvoiceEditItemsDesktop":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceEditItemsDesktopState":{"State":["InvoiceEditItemsDesktop*"]},"TableHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditNotes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditNotesState":{"State":["InvoiceEditNotes*"]},"InvoiceEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditPDF":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditPDFState":{"State":["InvoiceEditPDF*"]},"InvoiceEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceItemSelector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceItemSelectorState":{"State":["InvoiceItemSelector*"]},"InvoiceEmailScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoicePdfView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoicePdfViewState":{"State":["InvoicePdfView*"]},"InvoicePdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceViewState":{"State":["InvoiceView*"]},"InvoiceViewActivity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceViewActivityState":{"State":["InvoiceViewActivity*"]},"_InvitationListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceViewContacts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceViewHistory":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceViewHistoryState":{"State":["InvoiceViewHistory*"]},"InvoiceOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceViewSchedule":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceViewScheduleState":{"State":["InvoiceViewSchedule*"]},"InvoiceViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentableEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentEditState":{"State":["PaymentEdit*"]},"_PaymentableEditorState":{"State":["PaymentableEditor*"]},"PaymentEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentRefund":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentableEditor0":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentRefundState":{"State":["PaymentRefund*"]},"_PaymentableEditorState0":{"State":["PaymentableEditor0*"]},"PaymentRefundScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentViewState":{"State":["PaymentView*"]},"PaymentViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentTermEditState":{"State":["PaymentTermEdit*"]},"PaymentTermEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentTermViewState":{"State":["PaymentTermView*"]},"PaymentTermViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProductEditState":{"State":["ProductEdit*"]},"ProductEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProductViewState":{"State":["ProductView*"]},"ProductViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductOverview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProductOverviewState":{"State":["ProductOverview*"]},"ProductViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProjectEditState":{"State":["ProjectEdit*"]},"ProjectEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProjectViewState":{"State":["ProjectView*"]},"ProjectViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectOverview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProjectOverviewState":{"State":["ProjectOverview*"]},"ProjectViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_QuoteEditState":{"State":["QuoteEdit*"]},"QuoteEmailScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuotePdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RecurringInvoiceEditState":{"State":["RecurringInvoiceEdit*"]},"RecurringInvoiceEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoicePdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportCharts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportDataTable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReportDataTableState":{"State":["ReportDataTable*"]},"TotalsDataTable":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportDataTableSource":{"Listenable":[]},"ReportStringValue":{"ReportElement":[]},"ReportEntityTypeValue":{"ReportElement":[]},"ReportAgeValue":{"ReportElement":[]},"ReportDurationValue":{"ReportElement":[]},"ReportIntValue":{"ReportElement":[]},"ReportNumberValue":{"ReportElement":[]},"ReportBoolValue":{"ReportElement":[]},"ReportsScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AccountManagement":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AccountManagementState":{"State":["AccountManagement*"]},"_AccountOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AccountManagementScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BuyNowButtons":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BuyNowButtonsState":{"State":["BuyNowButtons*"]},"BuyNowButtonsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientPortal":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientPortalState":{"State":["ClientPortal*"]},"ClientPortalScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyDetailsState":{"State":["CompanyDetails*"]},"CompanyDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditCardsAndBanks":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CreditCardsAndBanksState":{"State":["CreditCardsAndBanks*"]},"CreditCardsAndBanksScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomFields":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CustomFieldsState":{"State":["CustomFields*"]},"CustomFieldsSettings":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CustomFormFieldState":{"State":["CustomFormField*"]},"CustomFieldsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DataVisualizations":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DataVisualizationsState":{"State":["DataVisualizations*"]},"DataVisualizationsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DeviceSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DeviceSettingsState":{"State":["DeviceSettings*"]},"DeviceSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EmailSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EmailSettingsState":{"State":["EmailSettings*"]},"EmailSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseSettingsState":{"State":["ExpenseSettings*"]},"ExpenseSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GeneratedNumbers":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityNumberSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GeneratedNumbersState":{"State":["GeneratedNumbers*"]},"_EntityNumberSettingsState":{"State":["EntityNumberSettings*"]},"HelpPanel":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GeneratedNumbersScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImportExport":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FileImport":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FileMapper":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ImportExportState":{"State":["ImportExport*"]},"_FileImportState":{"State":["_FileImport*"]},"__FileMapperState":{"State":["_FileMapper*"]},"_FieldMapper":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImportExportScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceDesign":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceDesignState":{"State":["InvoiceDesign*"]},"InvoiceDesignScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LocalizationSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LocalizationSettingsState":{"State":["LocalizationSettings*"]},"LocalizationScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"OnlinePayments":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OnlinePaymentsState":{"State":["OnlinePayments*"]},"OnlinePaymentsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProductSettingsState":{"State":["ProductSettings*"]},"ProductSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SettingsListState":{"State":["SettingsList*"]},"SettingsListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsSearch":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsWizard":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SettingsWizardState":{"State":["SettingsWizard*"]},"TaskSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskSettingsState":{"State":["TaskSettings*"]},"TaskSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaxSettingsState":{"State":["TaxSettings*"]},"NumberOfRatesSelector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TemplatesAndReminders":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReminderSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TemplatesAndRemindersState":{"State":["TemplatesAndReminders*"]},"_ReminderSettingsState":{"State":["ReminderSettings*"]},"EmailPreview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TemplatesAndRemindersScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EnableTwoFactor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_UserDetailsState":{"State":["UserDetails*"]},"_EnableTwoFactorState":{"State":["_EnableTwoFactor*"]},"UserDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WorkflowSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WorkflowSettingsState":{"State":["WorkflowSettings*"]},"WorkflowSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SubscriptionEditState":{"State":["SubscriptionEdit*"]},"SubscriptionEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SubscriptionViewState":{"State":["SubscriptionView*"]},"SubscriptionViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UpdateDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_UpdateDialogState":{"State":["UpdateDialog*"]},"TaskEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskEditState":{"State":["TaskEdit*"]},"TaskEditDesktop":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskEditDesktopState":{"State":["TaskEditDesktop*"]},"TaskEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskEditDetailsState":{"State":["TaskEditDetails*"]},"TaskEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskEditTimes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TimeEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskEditTimesState":{"State":["TaskEditTimes*"]},"TimeEditDetailsState":{"State":["TimeEditDetails*"]},"TaskEditTimesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"KanbanTaskCard":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_KanbanTaskCardState":{"State":["KanbanTaskCard*"]},"KanbanStatusCard":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_KanbanStatusCardState":{"State":["KanbanStatusCard*"]},"KanbanView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"KanbanViewState":{"State":["KanbanView*"]},"KanbanViewBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_KanbanViewBuilderState":{"State":["KanbanViewBuilder*"]},"TaskListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskTimeListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskViewState":{"State":["TaskView*"]},"TaskViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskOverview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskOverviewState":{"State":["TaskOverview*"]},"TaskViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskStatusEditState":{"State":["TaskStatusEdit*"]},"TaskStatusEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskStatusViewState":{"State":["TaskStatusView*"]},"TaskStatusViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaxRateEditState":{"State":["TaxRateEdit*"]},"TaxRateEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaxRateViewState":{"State":["TaxRateView*"]},"TaxRateViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TokenEditState":{"State":["TokenEdit*"]},"TokenEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TokenViewState":{"State":["TokenView*"]},"_TokenListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_UserEditState":{"State":["UserEdit*"]},"_PermissionCheckbox":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorEditState":{"State":["VendorEdit*"]},"VendorEditAddress":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditAddressState":{"State":["VendorEditAddress*"]},"VendorEditContacts":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContactListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorContactEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorEditContactsState":{"State":["VendorEditContacts*"]},"VendorContactEditDetailsState":{"State":["VendorContactEditDetails*"]},"VendorEditContactsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditDesktop":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditDetailsState":{"State":["VendorEditDetails*"]},"VendorEditFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditNotes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditNotesState":{"State":["VendorEditNotes*"]},"VendorEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorViewState":{"State":["VendorView*"]},"VendorViewDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorViewDetailsState":{"State":["VendorViewDetails*"]},"VendorViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebhookEditState":{"State":["WebhookEdit*"]},"WebhookEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebhookViewState":{"State":["WebhookView*"]},"TargetListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PasswordConfirmation":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FieldConfirmation":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PasswordConfirmationState":{"State":["PasswordConfirmation*"]},"_FieldConfirmationState":{"State":["FieldConfirmation*"]},"AppLocalizationsDelegate":{"LocalizationsDelegate":["AppLocalization*"],"LocalizationsDelegate.T":"AppLocalization*"},"Level":{"Comparable":["Level"]},"_MdiIconData":{"IconData":[]},"PdfPageNotFoundException":{"Exception":[]},"PdfPageAlreadyClosedException":{"Exception":[]},"PdfNotSupportException":{"Exception":[]},"DocumentRepository":{"Repository":["Document"]},"PageRepository":{"Repository":["Page"]},"RepositoryItemNotFoundException":{"Exception":[]},"PdfView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PdfViewState":{"State":["PdfView"]},"PdfPageImageProvider":{"ImageProvider":["PdfPageImageProvider"],"ImageProvider.T":"PdfPageImageProvider"},"FadeWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FadeWidgetState":{"State":["FadeWidget"]},"OctoImage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OctoImageState":{"State":["OctoImage"]},"OverflowViewParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"]},"RenderOverflowView":{"RenderBoxContainerDefaultsMixin":["RenderBox","OverflowViewParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","OverflowViewParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"OverflowViewParentData","RenderBoxContainerDefaultsMixin.1":"OverflowViewParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"OverflowView":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverflowViewElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"PathException":{"Exception":[]},"MissingPlatformDirectoryException":{"Exception":[]},"PhotoView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PhotoViewState":{"State":["PhotoView"]},"PhotoViewGallery":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PhotoViewGalleryState":{"State":["PhotoViewGallery"]},"PhotoViewCore":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhotoViewCoreState":{"State":["PhotoViewCore"]},"PhotoViewGestureRecognizer":{"ScaleGestureRecognizer":[],"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"PhotoViewGestureDetectorScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhotoViewGestureDetector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhotoViewDefaultError":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhotoViewDefaultLoading":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImageWrapper":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ImageWrapperState":{"State":["ImageWrapper"]},"IgnorableChangeNotifier":{"Listenable":[]},"IgnorableValueNotifier":{"Listenable":[]},"PointerInterceptor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QrBitBuffer":{"ListMixin":["bool"],"List":["bool"],"EfficientLengthIterable":["bool"],"Iterable":["bool"],"ListMixin.E":"bool"},"InputTooLongException":{"Exception":[]},"QrImage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_QrImageState":{"State":["QrImage"]},"_QrContentView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QrPainter":{"Listenable":[]},"LoggingMiddleware":{"MiddlewareClass":["1"]},"RoundedLoadingButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RoundedLoadingButtonState":{"State":["RoundedLoadingButton"]},"DeferStream":{"Stream":["1"],"Stream.T":"1"},"BehaviorSubject":{"Subject":["1"],"StreamController":["1"],"EventSink":["1"],"Stream":["1"],"Stream.T":"1"},"Subject":{"StreamController":["1"],"EventSink":["1"],"Stream":["1"]},"_StreamSinkWrapper":{"EventSink":["1"]},"StartWithStreamTransformer":{"StreamTransformerBase":["1","1"]},"StartWithErrorStreamTransformer":{"StreamTransformerBase":["1","1"]},"SentryNavigatorObserver":{"RouteObserver":["PageRoute<@>"],"NavigatorObserver":[],"RouteObserver.R":"PageRoute<@>"},"FileLocation":{"SourceLocation":[],"Comparable":["SourceLocation"]},"_FileSpan":{"FileSpan":[],"SourceSpanWithContext":[],"SourceSpan":[],"Comparable":["SourceSpan"]},"SourceLocation":{"Comparable":["SourceLocation"]},"SourceLocationMixin":{"SourceLocation":[],"Comparable":["SourceLocation"]},"SourceSpan":{"Comparable":["SourceSpan"]},"SourceSpanBase":{"SourceSpan":[],"Comparable":["SourceSpan"]},"SourceSpanException":{"Exception":[]},"SourceSpanFormatException":{"FormatException":[],"Exception":[]},"SourceSpanMixin":{"SourceSpan":[],"Comparable":["SourceSpan"]},"SourceSpanWithContext":{"SourceSpan":[],"Comparable":["SourceSpan"]},"StringScannerException":{"FormatException":[],"Exception":[]},"EnMessages":{"LookupMessages":[]},"EnShortMessages":{"LookupMessages":[]},"EsMessages":{"LookupMessages":[]},"EsShortMessages":{"LookupMessages":[]},"TypedDataBuffer":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_IntBuffer0":{"TypedDataBuffer":["int"],"ListMixin":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"Uint8Buffer":{"TypedDataBuffer":["int"],"ListMixin":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int","TypedDataBuffer.E":"int"},"BoxValueConstraints":{"BoxConstraints":[]},"ValueLayoutBuilder":{"ConstrainedLayoutBuilder":["BoxValueConstraints<1>"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"ConstrainedLayoutBuilder.0":"BoxValueConstraints<1>"},"_RenderValueLayoutBuilder":{"RenderConstrainedLayoutBuilder":["BoxValueConstraints<1>","RenderBox"],"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"RenderConstrainedLayoutBuilder.0":"BoxValueConstraints<1>"},"Version":{"Comparable":["Version"]},"Directory0":{"FileSystemEntity0":[],"Directory":[],"FileSystemEntity":[]},"File1":{"FileSystemEntity0":[],"File0":[],"FileSystemEntity":[]},"FileSystemEntity0":{"FileSystemEntity":[]},"PlaceholderSpan":{"InlineSpan":[],"DiagnosticableTree":[]},"LinkViewController":{"PlatformViewController":[]}}')); H._Universe_addErasedTypes(init.typeUniverse, JSON.parse('{"SkiaObject":1,"ManagedSkiaObject":1,"FixedLengthListMixin":1,"UnmodifiableListMixin":1,"UnmodifiableListBase":1,"__CastListBase__CastIterableBase_ListMixin":2,"NativeTypedArray":1,"EventSink":1,"StreamView":1,"_PendingEvents":1,"_SyncStreamControllerDispatch":1,"_DelayedEvent":1,"_SplayTreeNode":2,"IterableBase":1,"ListBase":1,"MapBase":2,"UnmodifiableMapBase":2,"_UnmodifiableSetMixin":1,"_SplayTree":2,"_ListBase_Object_ListMixin":1,"_SplayTreeMap__SplayTree_MapMixin":2,"_SplayTreeSet__SplayTree_IterableMixin":1,"_SplayTreeSet__SplayTree_IterableMixin_SetMixin":1,"_UnmodifiableMapView_MapView__UnmodifiableMapMixin":2,"__SetBase_Object_SetMixin":1,"__UnmodifiableSet__SetBase__UnmodifiableSetMixin":1,"ChunkedConversionSink":1,"Comparable":1,"Iterator":1,"_JsArray_JsObject_ListMixin":1,"Serializer":1,"BaseBarRendererConfig":1,"BaseRenderSpec":1,"Scale":1,"Extents":1,"TypedKey":1,"_BaseChartState_State_TickerProviderStateMixin":1,"CartesianChart0":1,"Enum":1,"AnimationWithParentMixin":1,"CompoundAnimation":1,"_CompoundAnimation_Animation_AnimationLazyListenerMixin":1,"_CompoundAnimation_Animation_AnimationLazyListenerMixin_AnimationLocalListenersMixin":1,"_CompoundAnimation_Animation_AnimationLazyListenerMixin_AnimationLocalListenersMixin_AnimationLocalStatusListenersMixin":1,"ParametricCurve":1,"__AnimatedEvaluation_Animation_AnimationWithParentMixin":1,"__DropdownButtonState_State_WidgetsBindingObserver":1,"_MaterialPageRoute_PageRoute_MaterialRouteTransitionMixin":1,"__RadioState_State_TickerProviderStateMixin":1,"__RadioState_State_TickerProviderStateMixin_ToggleableStateMixin":1,"ToggleableStateMixin":1,"ContainerBoxParentData":1,"_ContainerBoxParentData_BoxParentData_ContainerParentDataMixin":1,"ContainerParentDataMixin":1,"RenderProxyBoxMixin":1,"RenderAnimatedOpacityMixin":1,"_RenderCustomClip":1,"_RenderPhysicalModelBase":1,"RenderViewportBase":1,"AutomaticKeepAliveClientMixin":1,"ImplicitlyAnimatedWidgetState":1,"AnimatedWidgetBaseState":1,"_ImplicitlyAnimatedWidgetState_State_SingleTickerProviderStateMixin":1,"Page0":1,"TransitionDelegate":1,"PageStorageKey":1,"PageRoute":1,"RestorableProperty":1,"RestorationMixin":1,"RestorableValue":1,"_RestorablePrimitiveValue":1,"RestorableListenable":1,"RestorableChangeNotifier":1,"OverlayRoute":1,"_ModalRoute_TransitionRoute_LocalHistoryRoute":1,"LocalHistoryRoute":1,"PopupRoute":1,"RawDialogRoute":1,"_RawScrollbarState_State_TickerProviderStateMixin":1,"TextEditingAction":1,"SingleTickerProviderStateMixin":1,"TickerProviderStateMixin":1,"__SuggestionsListState_State_SingleTickerProviderStateMixin":1,"__TypeAheadFieldState_State_WidgetsBindingObserver":1,"__RenderValueLayoutBuilder_RenderBox_RenderObjectWithChildMixin_RenderConstrainedLayoutBuilder":1}')); var string$ = { x10__0__: "\x10@\x100@@\xa0\x80 0P`pPP\xb1\x10@\x100@@\xa0\x80 0P`pPP\xb0\x11@\x100@@\xa0\x80 0P`pPP\xb0\x10@\x100@@\xa0\x80 1P`pPP\xb0\x10A\x101AA\xa1\x81 1QaqQQ\xb0\x10@\x100@@\xa0\x80 1Q`pPP\xb0\x10@\x100@@\xa0\x80 1QapQP\xb0\x10@\x100@@\xa0\x80 1PaqQQ\xb0\x10\xe0\x100@@\xa0\x80 1P`pPP\xb0\xb1\xb1\xb1\xb1\x91\xb1\xc1\x81\xb1\xb1\xb1\xb1\xb1\xb1\xb1\xb1\x10@\x100@@\xd0\x80 1P`pPP\xb0\x11A\x111AA\xa1\x81!1QaqQQ\xb1\x10@\x100@@\x90\x80 1P`pPP\xb0", @@ -437344,7 +434055,6 @@ Document_2: findType("Document"), DomainHighlighter_String: findType("DomainHighlighter"), DragStartDetails: findType("DragStartDetails"), - DragTarget_Key: findType("DragTarget"), DragUpdateDetails: findType("DragUpdateDetails"), DropdownButtonHideUnderline: findType("DropdownButtonHideUnderline"), DropdownMenuItem_legacy_bool: findType("DropdownMenuItem"), @@ -437524,7 +434234,6 @@ JSArray_Paint: findType("JSArray"), JSArray_PaintCommand: findType("JSArray"), JSArray_ParagraphSpan: findType("JSArray"), - JSArray_PassthroughOverlayEntry: findType("JSArray"), JSArray_PersistedContainerSurface: findType("JSArray"), JSArray_PersistedSurface: findType("JSArray"), JSArray_PlaceholderDimensions: findType("JSArray"), @@ -437571,8 +434280,6 @@ JSArray__BoxEdge: findType("JSArray<_BoxEdge>"), JSArray__DateFormatField: findType("JSArray<_DateFormatField>"), JSArray__DirectionalPolicyDataEntry: findType("JSArray<_DirectionalPolicyDataEntry>"), - JSArray__DragAvatar_Object: findType("JSArray<_DragAvatar>"), - JSArray__DragTargetState_Object: findType("JSArray<_DragTargetState>"), JSArray__Highlight: findType("JSArray<_Highlight>"), JSArray__InterestingSemanticsFragment: findType("JSArray<_InterestingSemanticsFragment>"), JSArray__Line: findType("JSArray<_Line>"), @@ -437662,7 +434369,6 @@ JSArray_legacy_ProfitAndLossReportFields: findType("JSArray"), JSArray_legacy_QuoteItemReportFields: findType("JSArray"), JSArray_legacy_QuoteReportFields: findType("JSArray"), - JSArray_legacy_ReorderableTableRow: findType("JSArray"), JSArray_legacy_ReportColumnType: findType("JSArray"), JSArray_legacy_ReportElement: findType("JSArray"), JSArray_legacy_SelectableEntity: findType("JSArray"), @@ -437741,7 +434447,6 @@ LabeledGlobalKey_RawGestureDetectorState: findType("LabeledGlobalKey"), LabeledGlobalKey_State_StatefulWidget: findType("LabeledGlobalKey>"), LabeledGlobalKey_StyledToastWidgetState: findType("LabeledGlobalKey"), - LabeledGlobalKey__OverlayEntryState: findType("LabeledGlobalKey<_OverlayEntryState>"), LabeledGlobalKey__OverlayEntryWidgetState: findType("LabeledGlobalKey<_OverlayEntryWidgetState>"), LabeledGlobalKey__StandardBottomSheetState: findType("LabeledGlobalKey<_StandardBottomSheetState>"), LabeledGlobalKey_legacy_FormState: findType("LabeledGlobalKey"), @@ -437839,7 +434544,6 @@ Logger: findType("Logger"), LogicalKeySet: findType("LogicalKeySet"), LogicalKeyboardKey: findType("LogicalKeyboardKey"), - LongPressDraggable_Key: findType("LongPressDraggable"), MapBuilder_dynamic_dynamic: findType("MapBuilder<@,@>"), MapBuilder_of_legacy_EntityType_and_legacy_BuiltList_legacy_String: findType("MapBuilder*>"), MapBuilder_of_legacy_EntityType_and_legacy_PrefStateSortField: findType("MapBuilder"), @@ -437893,7 +434597,6 @@ Map_String_dynamic: findType("Map"), Map_Type_dynamic: findType("Map"), Map_dynamic_dynamic: findType("Map<@,@>"), - Map_int_double: findType("Map"), Map_of_Element_and_GlobalKey_State_StatefulWidget: findType("Map>>"), Map_of_String_and_nullable_Object: findType("Map"), Map_of_nullable_Object_and_nullable_Object: findType("Map"), @@ -438061,7 +434764,6 @@ RenderSliver: findType("RenderSliver"), RenderSliverMultiBoxAdaptor: findType("RenderSliverMultiBoxAdaptor"), RenderTable: findType("RenderTable"), - RenderTabluarFlex: findType("RenderTabluarFlex"), RenderViewport: findType("RenderViewport"), Response: findType("Response"), RestorableNum_int: findType("RestorableNum"), @@ -438583,7 +435285,6 @@ _DetailArguments: findType("_DetailArguments"), _Diagonal: findType("_Diagonal"), _DirectionalPolicyData: findType("_DirectionalPolicyData"), - _DragTargetState_Object: findType("_DragTargetState"), _EffectiveTickerMode: findType("_EffectiveTickerMode"), _ElementEventStreamImpl_legacy_Event: findType("_ElementEventStreamImpl"), _ElementEventStreamImpl_legacy_KeyboardEvent: findType("_ElementEventStreamImpl"), @@ -438641,7 +435342,6 @@ _HeroState: findType("_HeroState"), _Highlight: findType("_Highlight"), _HighlightType: findType("_HighlightType"), - _HorizontalPointerState: findType("_HorizontalPointerState"), _IdentityHashMap_dynamic_dynamic: findType("_IdentityHashMap<@,@>"), _ImmediatePointerState: findType("_ImmediatePointerState"), _InheritedCupertinoTheme: findType("_InheritedCupertinoTheme"), @@ -438687,7 +435387,6 @@ _RenderMergeableMaterialListBody: findType("_RenderMergeableMaterialListBody"), _RenderSliverPersistentHeaderForWidgetsMixin: findType("_RenderSliverPersistentHeaderForWidgetsMixin"), _RenderTheatre: findType("_RenderTheatre"), - _RenderTheatre_2: findType("_RenderTheatre0"), _ReorderableItemState: findType("_ReorderableItemState"), _ResolvedNotoSubset: findType("_ResolvedNotoSubset"), _RouteEntry: findType("_RouteEntry"), @@ -438706,10 +435405,8 @@ _TapTracker: findType("_TapTracker"), _TextFormFieldState: findType("_TextFormFieldState"), _Theatre: findType("_Theatre"), - _Theatre_2: findType("_Theatre0"), _UnmodifiableSet_legacy_MaterialState: findType("_UnmodifiableSet"), _UnmodifiableSet_legacy_String: findType("_UnmodifiableSet"), - _VerticalPointerState: findType("_VerticalPointerState"), _WidgetTicker: findType("_WidgetTicker"), _Wrapper_LoadingState: findType("_Wrapper"), _ZoneFunction_of_void_Function_Zone_ZoneDelegate_Zone_Object_StackTrace: findType("_ZoneFunction<~(Zone,ZoneDelegate,Zone,Object,StackTrace)>"), @@ -439624,7 +436321,6 @@ nullable_RenderObjectToWidgetElement_RenderBox: findType("RenderObjectToWidgetElement?"), nullable_RenderSemanticsGestureHandler: findType("RenderSemanticsGestureHandler?"), nullable_RenderSliver: findType("RenderSliver?"), - nullable_RenderStack: findType("RenderStack?"), nullable_RoleManager: findType("RoleManager?"), nullable_SemanticsNode: findType("SemanticsNode?"), nullable_SemanticsOwner: findType("SemanticsOwner?"), @@ -439664,7 +436360,6 @@ void: findType("~"), void_Function: findType("~()"), void_Function_AnimationStatus: findType("~(AnimationStatus)"), - void_Function_BoxConstraints: findType("~(BoxConstraints)"), void_Function_Duration: findType("~(Duration)"), void_Function_FocusHighlightMode: findType("~(FocusHighlightMode)"), void_Function_List_FrameTiming: findType("~(List)"), @@ -440664,8 +437359,6 @@ C.DocumentReportFields_7 = new R.DocumentReportFields("DocumentReportFields.created_at"); C.DocumentReportFields_8 = new R.DocumentReportFields("DocumentReportFields.created_by"); C.DocumentReportFields_9 = new R.DocumentReportFields("DocumentReportFields.updated_at"); - C.DragAnchor_0 = new B.DragAnchor("DragAnchor.child"); - C.DragAnchor_1 = new B.DragAnchor("DragAnchor.pointer"); C.DragStartBehavior_0 = new S.DragStartBehavior("DragStartBehavior.down"); C.DragStartBehavior_1 = new S.DragStartBehavior("DragStartBehavior.start"); C.DrawerAlignment_0 = new Z.DrawerAlignment("DrawerAlignment.start"); @@ -441030,7 +437723,6 @@ C.FormatNumberType_5 = new Y.FormatNumberType("FormatNumberType.inputAmount"); C.FormatNumberType_6 = new Y.FormatNumberType("FormatNumberType.duration"); C.FractionalOffset_0_0 = new X.FractionalOffset(0, 0); - C.FractionalOffset_m1_m1 = new X.FractionalOffset(-1, -1); C.Type_BuiltMap_qd4 = H.typeLiteral("BuiltMap<@,@>"); C.Type_String_k8F = H.typeLiteral("String"); C.List_empty7 = H.setRuntimeTypeInfo(makeConstList([]), type$.JSArray_legacy_FullType); @@ -441568,7 +438260,6 @@ C.IconData_57835_MaterialIcons_null_false = new X.IconData(57835, "MaterialIcons", null, false); C.IconData_57846_MaterialIcons_null_false = new X.IconData(57846, "MaterialIcons", null, false); C.IconData_57857_MaterialIcons_null_false = new X.IconData(57857, "MaterialIcons", null, false); - C.IconData_57862_MaterialIcons_null_false = new X.IconData(57862, "MaterialIcons", null, false); C.IconData_57882_MaterialIcons_null_false = new X.IconData(57882, "MaterialIcons", null, false); C.IconData_57898_MaterialIcons_null_false = new X.IconData(57898, "MaterialIcons", null, false); C.IconData_57911_MaterialIcons_null_false = new X.IconData(57911, "MaterialIcons", null, false); @@ -441648,6 +438339,7 @@ C.Icon_OxR = new L.Icon(C.IconData_58727_MaterialIcons_null_false, null, null, null); C.Icon_cKo = new L.Icon(C.IconData_57694_MaterialIcons_null_true, null, null, null); C.Icon_kXN = new L.Icon(C.IconData_57502_MaterialIcons_null_true, 14, C.Color_0, null); + C.IconData_57862_MaterialIcons_null_false = new X.IconData(57862, "MaterialIcons", null, false); C.Icon_m5n = new L.Icon(C.IconData_57862_MaterialIcons_null_false, null, null, null); C.IconData_57634_MaterialIcons_null_false = new X.IconData(57634, "MaterialIcons", null, false); C.Icon_vjf = new L.Icon(C.IconData_57634_MaterialIcons_null_false, null, null, null); @@ -445660,8 +442352,6 @@ C.Type_PreviousFocusIntent_wsa = H.typeLiteral("PreviousFocusIntent"); C.Type_PrioritizedIntents_fLu = H.typeLiteral("PrioritizedIntents"); C.Type_RegExp_Eeh = H.typeLiteral("RegExp"); - C.Type_ReorderableFlex_A4E = H.typeLiteral("ReorderableFlex"); - C.Type_ReorderableTable_npQ = H.typeLiteral("ReorderableTable"); C.Type_RequestFocusIntent_OPB = H.typeLiteral("RequestFocusIntent"); C.Type_ScaleGestureRecognizer_s8I = H.typeLiteral("ScaleGestureRecognizer"); C.Type_ScrollIntent_mpH = H.typeLiteral("ScrollIntent"); @@ -445750,8 +442440,6 @@ C._DecorationSlot_7 = new L._DecorationSlot("_DecorationSlot.suffixIcon"); C._DecorationSlot_8 = new L._DecorationSlot("_DecorationSlot.helperError"); C._DecorationSlot_9 = new L._DecorationSlot("_DecorationSlot.counter"); - C._DragEndKind_0 = new B._DragEndKind("_DragEndKind.dropped"); - C._DragEndKind_1 = new B._DragEndKind("_DragEndKind.canceled"); C._DragState_0 = new O._DragState("_DragState.ready"); C._DragState_1 = new O._DragState("_DragState.possible"); C._DragState_2 = new O._DragState("_DragState.accepted"); @@ -452940,9 +449628,6 @@ _lazyFinal($, "_expTable", "$get$_expTable", function() { return K._createExpTable(); }); - _lazyFinal($, "_TheatreElement__onstageSlot", "$get$_TheatreElement__onstageSlot", function() { - return new P.Object(); - }); _lazyFinal($, "HubAdapter__instance", "$get$HubAdapter__instance", function() { return new O.HubAdapter(); });