names property

Implementation

static core.Map<CompassCalibrationEnumDirection, String> get names =>
    <CompassCalibrationEnumDirection, String>{
      ldVdep: '''Vehicle Dependent''',
      ldClockw: '''Clockwise''',
      ldCclockw: '''Counter Clockwise''',
      ldIwindcurr: '''Into the wind/current''',
    };