stop_time property
int
get
stop_time
Implementation
int get stop_time => this._stop_time;
set
stop_time
(int stop_time)
Implementation
set stop_time(int stop_time) {
this._stop_time = stop_time;
this.__isset_stop_time = true;
}