IpAddressException constructor

IpAddressException(
  1. String message
)

Implementation

IpAddressException(this.message) {
  stackTrace = StackTrace.current;
}