W3cubDocs

/Dart 2

rawAddress property

List<int> 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

List<int> get rawAddress;

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