TaskEntity class

Inheritance

Constructors

TaskEntity({required String creatorId, required String createdAt, required String id, String? assigneeId, String? assignerId, required String content, required String description, required Due? due, DurationModel? duration, required List<String> labels, required int order, required int priority, required String projectId, String? sectionId, String? parentId, required String url, int commentCount = 0, bool isCompleted = false})
const

Properties

assigneeId String?
final
assignerId String?
final
commentCount int
final
content String
final
createdAt String
final
creatorId String
final
description String
final
due Due?
final
duration DurationModel?
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
isCompleted bool
final
labels List<String>
final
order int
final
parentId String?
final
priority int
final
projectId String
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sectionId String?
final
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
url String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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