IPv4.fromMask constructor

IPv4.fromMask(
  1. String ip,
  2. String mask
)

Creates an IPv4 address with the given network mask.

Implementation

IPv4.fromMask(this.ip, this.mask);