TaskContext class

Used to access data passed to the task.

Constructors

TaskContext(Map<String, dynamic> data)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get<T>(String instanceName) → T
Get instanse of type T by name instanceName.
isExist(String instanceName) bool
Check if exist instance with name instanceName in store.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
tryGet<T>(String instanceName) → T?
Get instanse of type T by name instanceName.

Operators

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