rawAddress property

Uint8List rawAddress

The raw address of this InternetAddress.

For an IP address, the result is either a 4 or 16 byte long list. For a Unix domain address, UTF-8 encoded byte sequences that represents address is returned.

The returned list is a fresh copy, making it possible to change the list without modifying the InternetAddress.

Implementation

Uint8List get rawAddress;

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.13.0/dart-io/InternetAddress/rawAddress.html