update_time property
int
get
update_time
Implementation
int get update_time => this._update_time;
set
update_time
(int update_time)
Implementation
set update_time(int update_time) {
this._update_time = update_time;
this.__isset_update_time = true;
}