task_id property
int
get
task_id
Implementation
int get task_id => this._task_id;
set
task_id
(int task_id)
Implementation
set task_id(int task_id) {
this._task_id = task_id;
this.__isset_task_id = true;
}