label property
String
get
label
Implementation
String get label => switch (this) {
ask => 'Ask',
autoAllow => 'Auto-allow',
deny => 'Deny',
};
String get label => switch (this) {
ask => 'Ask',
autoAllow => 'Auto-allow',
deny => 'Deny',
};