ipv4 property
String?
get
ipv4
The device's local IPv4 address (undefined if not configured).
Implementation
String? get ipv4 => _wrapped.ipv4;
set
ipv4
(String? v)
Implementation
set ipv4(String? v) {
_wrapped.ipv4 = v;
}