full property

bool get full

Implementation

bool get full => this._full;
set full (bool full)

Implementation

set full(bool full) {
  this._full = full;
  this.__isset_full = true;
}