IPv6.fromCidr constructor

IPv6.fromCidr(
  1. String ip,
  2. int cidr
)

Creates an IPv6 address with the given CIDR value.

Implementation

IPv6.fromCidr(this.ip, this.cidr);