DnsCacheConfig.fromJson constructor
DnsCacheConfig.fromJson(
- Map json_
Implementation
DnsCacheConfig.fromJson(core.Map json_)
: this(
enabled: json_['enabled'] as core.bool?,
);
DnsCacheConfig.fromJson(core.Map json_)
: this(
enabled: json_['enabled'] as core.bool?,
);