type property

int get type

Implementation

int get type => this._type;
set type (int type)

Implementation

set type(int type) {
  this._type = type;
  this.__isset_type = true;
}