dohRequestTypeMap top-level property

Map<DohRequestType, int> dohRequestTypeMap
final

DNS record type mapping table

Maps DohRequestType enum to corresponding RFC standard values

Implementation

final Map<DohRequestType, int> dohRequestTypeMap = {
  for (final type in DohRequestType.values) type: type.value,
};