description property
A short description (one line) of this task. Can be used in the app.
Implementation
@override
String get description => super.description ?? '';
A description of this task, emphasizing the reason why the data is collected.
Implementation
String? description;