Task class abstract
- Implementers
Constructors
- Task(String type)
- Task.withId(String type)
Properties
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- header ↔ String?
-
getter/setter pair
- id ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schedule ↔ Schedule
-
getter/setter pair
- title ↔ String?
-
getter/setter pair
- type ↔ String
-
getter/setter pair
Methods
-
extractPropertyResults<
T> (String property, List< SubjectProgress> sourceResults) → Map<DateTime, T> -
getAvailableProperties(
) → Map< String, Type> -
getHumanReadablePropertyName(
String property) → String? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited