InternetAddress factory constructor

InternetAddress(String address)

Creates a new InternetAddress from a numeric address.

If the address in address is not a numeric IPv4 (dotted-decimal notation) or IPv6 (hexadecimal representation). address ArgumentError is thrown.

Source

external factory InternetAddress(String address);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-io/InternetAddress/InternetAddress.html