commonTypes property

List<DohRequestType> get commonTypes

Get common record types

Implementation

static List<DohRequestType> get commonTypes => [
      A,
      AAAA,
      CNAME,
      MX,
      NS,
      TXT,
      SRV,
    ];