AwIp constructor

AwIp(
  1. String ip
)

Implementation

AwIp(this.ip) {
  isvalid = InternetAddress.tryParse(ip) != null;
}