DnsCacheConfig constructor

DnsCacheConfig({
  1. bool? enabled,
})

Implementation

DnsCacheConfig({
  this.enabled,
});