Dart SDK
dart:io
InternetAddressType
toString
toString
Dart SDK
dart:io
InternetAddressType
toString
method
toString
Source
Dart SDK
dart:io
InternetAddressType
Constants
ANY
IP_V4
IP_V6
Properties
hashCode
name
runtimeType
Operators
operator ==
Methods
noSuchMethod
toString
String
toString
(
)
Returns a string representation of this object.
Source
String toString() => "InternetAddressType: $name";