role property

int? get role

Implementation

int? get role => this._role;
set role (int? role)

Implementation

set role(int? role) {
  this._role = role;
  this.__isset_role = true;
}