cmd_face_anticlockwise property

String get cmd_face_anticlockwise

the face deviates counterclockwise

Implementation

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