values property

Implementation

static List<HistoricDataQueryEnumType> get values =>
    <HistoricDataQueryEnumType>[
      hrtypeQuery,
      hrtypeReply,
      hrtypeClear,
    ];