cmd_face_not_exist property

String get cmd_face_not_exist

face does not exist

Implementation

String get cmd_face_not_exist {
  return Intl.message(
    'face does not exist',
    name: 'cmd_face_not_exist',
    desc: '',
    args: [],
  );
}