address property

String get address

IP address for the VPN interface in CIDR notation. IPv4 is currently the only supported mode.

Implementation

String get address => _wrapped.address;
set address (String v)

Implementation

set address(String v) {
  _wrapped.address = v;
}