cmd_up_to_date property

String cmd_up_to_date

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

Implementation

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