IpRoute constructor

IpRoute({
  1. String? cidrIp,
  2. String? description,
})

Implementation

IpRoute({
  this.cidrIp,
  this.description,
});