Skip to main content

CustomDrawerViewModel class

<p>CustomDrawerViewModel class helps to serve the data and to react to user's input for Custom Dialog Widget.</p> <p>Functions include:</p> <ul> <li><code>switchOrg</code></li> <li><code>isPresentinSwitchableOrg</code></li> <li><code>setSelectedOrganizationName</code></li> </ul>

Inheritance

Constructors

CustomDrawerViewModel ()

Properties

controllerScrollController

<span class="feature">final</span>

hashCodeint

The hash code for this object.
<span class="feature">read-only</span><span class="feature">inherited</span>

hasListenersbool

Whether any listeners are currently registered.
<span class="feature">read-only</span><span class="feature">inherited</span>

isBusybool

<span class="feature">read-only</span><span class="feature">inherited</span>

runtimeTypeType

A representation of the runtime type of the object.
<span class="feature">read-only</span><span class="feature">inherited</span>

selectedOrgOrgInfo?

<span class="feature">read-only</span>

stateViewState

<span class="feature">read-only</span><span class="feature">inherited</span>

switchAbleOrgList<OrgInfo>

<span class="feature">read / write</span>

targetsList<TargetFocus>

<span class="feature">final</span>

tutorialCoachMarkTutorialCoachMark

<span class="feature">read / write</span>

Methods

addListener(VoidCallback listener) void

Register a closure to be called when the object changes.
<span class="feature">inherited</span>

dispose() void

Discards any resources used by the object. After this is called, the object is not in a usable state and should be discarded (calls to <a href="https:api.flutter.dev/flutter/foundation/ChangeNotifier/addListener.html">addListener</a> will throw after the object is disposed).
<span class="feature">override</span>

initialize(MainScreenViewModel homeModel, BuildContext context) void
isPresentinSwitchableOrg(OrgInfo switchToOrg) bool

This function checks <code>switchOrg</code> is present in the <code>switchAbleOrg</code>.

noSuchMethod(Invocation invocation) dynamic

Invoked when a non-existent method or property is accessed.
<span class="feature">inherited</span>

notifyListeners() void

Call all the registered listeners.
<span class="feature">override</span>

removeListener(VoidCallback listener) void

Remove a previously registered closure from the list of closures that are notified when the object changes.
<span class="feature">inherited</span>

setSelectedOrganizationName(OrgInfo updatedOrganization) void

This function switches the current organization to new organization.

setState(ViewState viewState) void

<span class="feature">inherited</span>

switchOrg(OrgInfo switchToOrg) void

This function switch the current organization to another organization, if the organization(want switch to) is present.

toString() String

A string representation of this object.
<span class="feature">inherited</span>

Operators

operator ==(Object other) bool

The equality operator.
<span class="feature">inherited</span>