address property

String get address

The IP address bound to the interface.

Implementation

_i2.String get address => _i3.getProperty(
      this,
      'address',
    );
set address (String value)

Implementation

set address(_i2.String value) {
  _i3.setProperty(
    this,
    'address',
    value,
  );
}