noDevicesFound property

String get noDevicesFound

No equipment was found

Implementation

String get noDevicesFound {
  return Intl.message(
    'No equipment was found',
    name: 'noDevicesFound',
    desc: '',
    args: [],
  );
}