GetIpAddressFilterResponse constructor

GetIpAddressFilterResponse({
  1. required IpAddressFilter ipAddressFilter,
})

Implementation

GetIpAddressFilterResponse({
  required this.ipAddressFilter,
});