names property

Implementation

static core.Map<CurrentProfileBitfieldCoordSys, String> get names =>
    <CurrentProfileBitfieldCoordSys, String>{
      utfXyz: '''xyz''',
      utfNed: '''ned''',
      utfBeams: '''beams''',
    };