description property

  1. @override
String description
override

A short description (one line) of this task. Can be used in the app.

Implementation

@override
String get description => super.description ?? '';
void description=(String? _description)
inherited

A description of this task, emphasizing the reason why the data is collected.

Implementation

String? description;