values property

Implementation

static List<VerticalProfileEnumParameter> get values =>
    <VerticalProfileEnumParameter>[
      profTemperature,
      profSalinity,
      profConductivity,
      profPh,
      profRedox,
      profChlorophyll,
      profTurbidity,
    ];