device_firmware_file_null property

String device_firmware_file_null

the device firmware file cannot be empty

Implementation

String get device_firmware_file_null {
  return Intl.message(
    'the device firmware file cannot be empty',
    name: 'device_firmware_file_null',
    desc: '',
    args: [],
  );
}