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