Task class
Constructors
-
Task({required int globalId, required int id, required int contentId, required String status, String? title, String? description, String? body, required String creator, String? assignee, String? completeUser, required int createDate, int? dueDate, int? updateDate, int? completeDate, GenericLinks? links})
-
-
Task.fromJson(Map<String, Object?> json)
-
factory
Methods
-
copyWith({int? globalId, int? id, int? contentId, String? status, String? title, String? description, String? body, String? creator, String? assignee, String? completeUser, int? createDate, int? dueDate, int? updateDate, int? completeDate, GenericLinks? links})
→ Task
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, Object?>
-
-
toString()
→ String
-
A string representation of this object.
inherited