ToDoList class

Constructors

ToDoList({int? index, required String name, dynamic team, required List tasks, required dynamic taskDraft, required dynamic taskUpdateDraft, List<String>? categories, List<String>? subscribers, dynamic color, String? description, List<String>? tags, String? role, String? timezone})
const

Properties

categories List<String>?
final
color → dynamic
final
description String?
final
hashCode int
The hash code for this object.
no setterinherited
index int?
final
name String
final
role String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscribers List<String>?
final
tags List<String>?
final
taskDraft → dynamic
final
tasks List
final
taskUpdateDraft → dynamic
final
team → dynamic
final
timezone String?
final

Methods

copyWith({int? index, required String name, dynamic team, String? description, required dynamic taskDraft, required dynamic taskUpdateDraft, required List tasks, dynamic color, List<String>? tags, List<String>? subscribers, List<String>? categories, String? role, String? timezone}) ToDoList
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