TinkApplicationState<I extends TinkWidgetInputBinding<ScreenModel, TinkWidgetHandler>, O extends TinkWidgetOutputBinding<EventModel, TinkWidgetHandler>, W extends TinkWorkflowBinding<EventModel, WorkflowModel, TinkWidgetHandler>, V extends TinkVariable> mixin

Properties

allAppVariables Map<String, V>
Get all app variable references. Note that the value of the variables are not included
no setter
allDeviceVariables Map<String, V>
Get all device variable references. Note that the value of the variables are not included
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

allScreenVariables(TinkScreenId screenPath) Map<String, V>?
Get all app variable references. Note that the value of the variables are not included
getAppVariableRef(String name) → V?
Gets the reference to the a device variable of the given name
getDeviceVariableRef(String name) → V?
Gets the reference to the a device variable of the given name
getScreenVariableRef(TinkScreenId screenId, String name) → V?
Gets the reference to the a device variable of the given name
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited