id property
int
get
id
Implementation
int get id => this._id;
set
id
(int id)
Implementation
set id(int id) {
this._id = id;
this.__isset_id = true;
}