addresses property - NetworkInterface class - dart:io library (original) (raw)
List<InternetAddress> getaddresses
The list of InternetAddresses currently bound to thisNetworkInterface.
Implementation
List<InternetAddress> get addresses;
List<InternetAddress> getaddresses
The list of InternetAddresses currently bound to thisNetworkInterface.
List<InternetAddress> get addresses;