names property

Implementation

static core.Map<MagnetometerEnumDirection, String> get names =>
    <MagnetometerEnumDirection, String>{
      mdClockwFirst: '''Clockwise First''',
      mdCclockwFirst: '''Counter Clockwise First''',
    };