label property

String get label

Implementation

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