ActionEnv<A extends TinkApplicationState<TinkWidgetInputBinding<ScreenModel, TinkWidgetHandler>, TinkWidgetOutputBinding<EventModel, TinkWidgetHandler>, TinkWorkflowBinding<EventModel, WorkflowModel, TinkWidgetHandler>, TinkVariable>, S extends ScreenModel> class

Constructors

ActionEnv(A state, Map<String, S> _screens(), Map<String, S> _components())

Properties

components Map<String, S>
no setter
data Map<TinkWorkflowBinding<EventModel, WorkflowModel, TinkWidgetHandler>, Map<String, dynamic>>
A map where arbitrary data can be stored by an action For example, if a custom config widget is used, put custom state in here All values in this MUST be serialisable (int, double, string, map, list)
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screens Map<String, S>
no setter
state ↔ A
Can be used to resolve variables or get references to them
getter/setter pair

Methods

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