names property

Implementation

static core.Map<HistoricDataQueryEnumType, String> get names =>
    <HistoricDataQueryEnumType, String>{
      hrtypeQuery: '''Query''',
      hrtypeReply: '''Reply''',
      hrtypeClear: '''Clear''',
    };