isPush property

bool get isPush

Implementation

bool get isPush => extractUint32Bool(_v3, 19);
set isPush (bool value)

Implementation

set isPush(bool value) {
  _v3 = transformUint32Bool(_v3, 19, value);
}