Task class

Constructors

Task.new({String? id, String? task, String? scheduleType, String? scheduleTime, String? nextOccuranceTime, String? parentTaskId, String? isPrimaryTask, String? priority, String? dueDate, String? status, String? timestamp, String? description, String? isPinned, String? fromUserId, String? overDue, String? priorityText, List<Attachments>? attachments, List<Comments>? comments, List<Members>? members, String? assignedMembers, String? observerMembers, String? projectId})
Task.fromJson(dynamic json)

Properties

assignedMembers String?
no setter
attachments List<Attachments>?
no setter
comments List<Comments>?
no setter
description String?
getter/setter pair
dueDate String?
no setter
fromUserId String?
no setter
hashCode int
The hash code for this object.
no setterinherited
id String?
no setter
isPinned String?
no setter
isPrimaryTask String?
no setter
members List<Members>?
no setter
nextOccuranceTime String?
no setter
observerMembers String?
no setter
overDue String?
no setter
parentTaskId String?
no setter
priority String?
no setter
priorityText String?
no setter
projectId String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduleTime String?
no setter
scheduleType String?
no setter
status String?
getter/setter pair
task String?
no setter
timestamp String?
no setter

Methods

copyWith({String? id, String? task, String? scheduleType, String? scheduleTime, String? nextOccuranceTime, String? parentTaskId, String? isPrimaryTask, String? priority, String? dueDate, String? status, String? timestamp, String? description, String? isPinned, String? fromUserId, String? overDue, String? priorityText, List<Attachments>? attachments, List<Comments>? comments, List<Members>? members, String? assignedMembers, String? observerMembers, String? projectId}) Task
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.
inherited

Operators

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