addressData property

List<Map<String, dynamic>> addressData

IP addresses. Each item will contain at least 'address' and 'prefix'. e.g. '192.168.1.42' and 24.

Implementation

List<Map<String, dynamic>> get addressData =>
    _object.getDataListProperty(_ip4ConfigInterfaceName, 'AddressData') ?? [];