ByoipCidr constructor

ByoipCidr({
  1. String? cidr,
  2. List<ByoipCidrEvent>? events,
  3. ByoipCidrState? state,
})

Implementation

ByoipCidr({
  this.cidr,
  this.events,
  this.state,
});