device_latest_version property

String device_latest_version

it is the latest version and does not need to be updated

Implementation

String get device_latest_version {
  return Intl.message(
    'it is the latest version and does not need to be updated',
    name: 'device_latest_version',
    desc: '',
    args: [],
  );
}