all_spaces property

bool get all_spaces

Implementation

bool get all_spaces => this._all_spaces;
set all_spaces (bool all_spaces)

Implementation

set all_spaces(bool all_spaces) {
  this._all_spaces = all_spaces;
  this.__isset_all_spaces = true;
}