WorkflowContainer class Null safety
A storage layer for data to be transferred between plugins within a specific workflow
- Inheritance
- Object
- SimpleStorage
- WorkflowContainer
Constructors
- WorkflowContainer(String key)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- key → String
-
The key to store all values mapped to
final, inherited
-
ready
→ Future<
bool> -
Is the storage ready
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- storage → KeyValueStorage
-
Key value storage instance for this instance
final, inherited
Methods
-
get(
) → Future -
Get the value from storage
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
remove(
) → Future< void> -
Remove the value from storage
inherited
-
set(
dynamic value) → Future< void> -
Add a value pair to storage
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited