flowLabel property

int get flowLabel

20-bit flow label

Implementation

int get flowLabel => extractUint32Bits(_v0, 0, 0xFFFFF);
set flowLabel (int value)

Implementation

set flowLabel(int value) {
  _v0 = transformUint32Bits(_v0, 0, 0xFFFFF, value);
}