label property
Implementation
String get label => switch (this) {
FlashMode.off => 'Aus',
FlashMode.auto => 'Auto',
FlashMode.always => 'An',
FlashMode.torch => 'Licht',
};
String get label => switch (this) {
FlashMode.off => 'Aus',
FlashMode.auto => 'Auto',
FlashMode.always => 'An',
FlashMode.torch => 'Licht',
};