ipv6 property

Uint8List? ipv6

Implementation

Uint8List? get ipv6 => this._ipv6;
void ipv6=(Uint8List? value)

Implementation

set ipv6(Uint8List? value) => this._ipv6 = value;