space_id property
int
get
space_id
Implementation
int get space_id => this._space_id;
set
space_id
(int space_id)
Implementation
set space_id(int space_id) {
this._space_id = space_id;
this.__isset_space_id = true;
}