FakeDNSPoolElementConfig constructor
const
FakeDNSPoolElementConfig({})
Implementation
const factory FakeDNSPoolElementConfig({
required String ipPool,
@JsonKey(name: 'poolSize') int? lruSize,
}) = _FakeDNSPoolElementConfig;