RouterAdvertisedIpRange constructor

RouterAdvertisedIpRange({
  1. String? description,
  2. String? range,
})

Implementation

RouterAdvertisedIpRange({
  this.description,
  this.range,
});