names property

Implementation

static core.Map<VerticalProfileEnumParameter, String> get names =>
    <VerticalProfileEnumParameter, String>{
      profTemperature: '''Temperature''',
      profSalinity: '''Salinity''',
      profConductivity: '''Conductivity''',
      profPh: '''pH''',
      profRedox: '''Redox''',
      profChlorophyll: '''Chlorophyll''',
      profTurbidity: '''Turbidity''',
    };