InternetAddressTypefinal

InternetAddress 的类型或地址族。

目前支持 IP 版本 4 (IPv4)、IP 版本 6 (IPv6) 和 Unix 域地址。Unix 域套接字仅在 Linux、MacOS 和 Android 上可用。

属性

hashCode int
此对象的哈希码。
无设置器继承
name String
获取类型的名称,例如 "IPv4" 或 "IPv6"。
无设置器
runtimeType Type
对象的运行时类型的表示。
无设置器继承

方法

noSuchMethod(Invocation invocation) → dynamic
当访问不存在的方法或属性时调用。
继承
toString() String
该对象的字符串表示。
重写

运算符

operator ==(Object other) bool
等于运算符。
继承

常量

any → const InternetAddressType
IPv4 → const InternetAddressType
IPv6 → const InternetAddressType
unix → const InternetAddressType