dohRequestTypeMap top-level property

Map<DohRequestType, int> dohRequestTypeMap
final

recort the DohRequestType=>DohType

Implementation

final Map<DohRequestType, int> dohRequestTypeMap = <DohRequestType, int>{
  DohRequestType.A: 1,
  DohRequestType.AAAA: 28,
  DohRequestType.CNAME: 5,
  DohRequestType.NS: 2,
  DohRequestType.TXT: 16,
};