tryParse method
- String address
Attempts to parse address
as a numeric address.
Returns null
If address
is not a numeric IPv4 (dotted-decimal notation) or IPv6 (hexadecimal representation) address.
Implementation
external static InternetAddress? tryParse(String address);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.13.0/dart-io/InternetAddress/tryParse.html