names property

Implementation

static core.Map<DissolvedOrganicMatterEnumType, String> get names =>
    <DissolvedOrganicMatterEnumType, String>{
      dtColored: '''Colored''',
      dtFluorescent: '''Fluorescent''',
    };