cmd_cmd_error property

String cmd_cmd_error

command error

Implementation

String get cmd_cmd_error {
  return Intl.message(
    'command error',
    name: 'cmd_cmd_error',
    desc: '',
    args: [],
  );
}