scopeid property

num? get scopeid

The IPv6 scope id or null.

Implementation

_i2.num? get scopeid => _i3.getProperty(
      this,
      'scopeid',
    );
set scopeid (num? value)

Implementation

set scopeid(_i2.num? value) {
  _i3.setProperty(
    this,
    'scopeid',
    value ?? _i6.undefined,
  );
}