ipv4 property

Uint8List? ipv4

Implementation

Uint8List? get ipv4 => this._ipv4;
void ipv4=(Uint8List? value)

Implementation

set ipv4(Uint8List? value) => this._ipv4 = value;