TaskIdentifier class
Used to uniquly identify a Task
- Inheritance
-
- Object
- Identifier
- TaskIdentifier
- Annotations
-
- @JsonSerializable()
Constructors
- TaskIdentifier({String? id})
-
TaskIdentifier.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object o) → bool -
The equality operator.
inherited