stat property

int? get stat

Implementation

int? get stat => this._stat;
set stat (int? stat)

Implementation

set stat(int? stat) {
  this._stat = stat;
  this.__isset_stat = true;
}