NetworkAddress constructor

NetworkAddress(
  1. String ip,
  2. bool exists
)

Implementation

NetworkAddress(this.ip, this.exists);