AddrNetmask constructor

AddrNetmask(
  1. String addr,
  2. String? netmask
)

Implementation

AddrNetmask(this.addr, this.netmask);