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);