IPRange constructor

IPRange({
  1. String? cidrip,
  2. String? status,
})

Implementation

IPRange({
  this.cidrip,
  this.status,
});