cmd_face_exist property

String cmd_face_exist

the face already exists

Implementation

String get cmd_face_exist {
  return Intl.message(
    'the face already exists',
    name: 'cmd_face_exist',
    desc: '',
    args: [],
  );
}