dohRequestTypeMap top-level property
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,
};