IpAddressRule constructor

const IpAddressRule(
  1. String message, {
  2. bool v4Only = false,
  3. bool v6Only = false,
})

Creates a new IpAddressRule.

Implementation

const IpAddressRule(this.message, {this.v4Only = false, this.v6Only = false});