device_exist property

String device_exist

The device already exists

Implementation

String get device_exist {
  return Intl.message(
    'The device already exists',
    name: 'device_exist',
    desc: '',
    args: [],
  );
}