cmd_face_clockwise property

String cmd_face_clockwise

the face deviates clockwise

Implementation

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