ToDoTask class

Constructors

ToDoTask({int? index, required String name, required int progressPercent, required dynamic taskUpdateDraft, required dynamic commentsManager, List<String>? assignees, List<String>? categories, List<String>? tags, List<String>? subscribers, dynamic color, String? description, int? priority, DateTime? start, DateTime? due})
const

Properties

assignees List<String>?
final
categories List<String>?
final
color → dynamic
final
commentsManager → dynamic
final
description String?
final
due DateTime?
final
hashCode int
The hash code for this object.
no setterinherited
index int?
final
name String
final
priority int?
final
progressPercent int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start DateTime?
final
subscribers List<String>?
final
tags List<String>?
final
taskUpdateDraft → dynamic
final

Methods

copyWith({int? index, required String name, required dynamic taskUpdateDraft, required int progressPercent, required dynamic commentsManager, String? description, dynamic color, List<String>? subscribers, List<String>? assignees, List<String>? categories, List<String>? tags, int? priority, DateTime? start, DateTime? due}) ToDoTask
creates copy of object with updated data.
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