FakeDNSPoolElementConfig constructor

const FakeDNSPoolElementConfig({
  1. required String ipPool,
  2. @JsonKey.new(name: 'poolSize') int? lruSize,
})

Implementation

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