label property
String
get
label
The issue vocabulary: found | disabled | notFound | error.
Implementation
String get label => switch (this) {
TapFound() => 'found',
TapDisabled() => 'disabled',
TapNotFound() => 'notFound',
TapError() => 'error',
};