names property

Implementation

static core.Map<ZUnitsEnum, String> get names => <ZUnitsEnum, String>{
      zNone: '''None''',
      zDepth: '''Depth''',
      zAltitude: '''Altitude''',
      zHeight: '''Height''',
    };