rawAddress 属性

Uint8List rawAddress

InternetAddress 的原始地址。

对于 IP 地址,结果要么是 4 或 16 字节长的列表。对于 Unix 域地址,返回 UTF-8 编码的表示 address 的字节序列。

返回的列表是一个新鲜副本,使得修改列表时不会修改 InternetAddress 对象。

实现

Uint8List get rawAddress;