TinkActionFunction class

Added to functions that should be used as the handler for an event. If two handlers are found in the same class, they are invoked on the same instance of the class IFF the actions are triggered on the same widget or a child widget that has had the instance passed to it

Constructors

TinkActionFunction(String label, String description, {List<TinkParam>? outputFieldNames, String? id})
const

Properties

description String
A longer description of the action that is shown to the user in help dialogs
final
hashCode int
The hash code for this object.
no setteroverride
id String?
A unique ID for the action. If not set, this will default to package.Class.functionName
final
label String
A short friendly name to display in the UI e.g. a function called findAllMyAccountUsers could have the label "Find all users"
final
outputFieldNames List<TinkParam>?
A list of the fields that the object returned by the function can product. The returned object must implement Mappable
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
override