dart / 1 / dart-io / internetaddress / rawaddress.html

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.

Source

List<int> get rawAddress;

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