addIpAddressFilter static method

XmlDocumentFragment addIpAddressFilter({
  1. required IpAddressFilter ipAddressFilter,
})

XML for the addIpAddressFilter

Implementation

static XmlDocumentFragment addIpAddressFilter({
  required IpAddressFilter ipAddressFilter,
}) => _ipAddressFilter('AddIPAddressFilter', ipAddressFilter);