cmd_face_left property

String get cmd_face_left

the face deviates to the left

Implementation

String get cmd_face_left {
  return Intl.message(
    'the face deviates to the left',
    name: 'cmd_face_left',
    desc: '',
    args: [],
  );
}