cmd_other_error property

String cmd_other_error

other errors

Implementation

String get cmd_other_error {
  return Intl.message(
    'other errors',
    name: 'cmd_other_error',
    desc: '',
    args: [],
  );
}