device_join_project property

String get device_join_project

a device has been associated with this project or other projects, and a device can only be associated once

Implementation

String get device_join_project {
  return Intl.message(
    'a device has been associated with this project or other projects, and a device can only be associated once',
    name: 'device_join_project',
    desc: '',
    args: [],
  );
}