defaultLookupHosts constant

List<String> const defaultLookupHosts

Implementation

static const List<String> defaultLookupHosts = [
  'google.com',
  'apple.com',
  'microsoft.com',
  'cloudflare.com',
];