netmask property

String get netmask

The netmask applied to the interface.

Implementation

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

Implementation

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