direction property
int?
get
direction
Implementation
int? get direction => this._direction;
set
direction
(int? direction)
Implementation
set direction(int? direction) {
this._direction = direction;
this.__isset_direction = true;
}