label property
String
get
label
Implementation
String get label => switch (this) {
pending => 'Pending',
running => 'Running',
completed => 'Done',
skipped => 'Skipped',
failed => 'Failed',
};