rawAddress property

Uint8List rawAddress

Get the raw address of this InternetAddress. The result is either a 4 or 16 byte long list. The returned list is a copy, making it possible to change the list without modifying the InternetAddress.

Implementation

Uint8List get rawAddress;