group property

String group

Returns the group collection this record is stored under, which is the task's Task.group

Implementation

String get group => task.group;