names property

Implementation

static core.Map<HistoricSonarDataEnumEncoding, String> get names =>
    <HistoricSonarDataEnumEncoding, String>{
      encOneBytePerPixel: '''One Byte Per Pixel''',
      encPng: '''PNG compressed image''',
      encJpeg: '''JPEG compressed image''',
    };