space_ids property

List<int>? get space_ids

Implementation

List<int>? get space_ids => this._space_ids;
set space_ids (List<int>? space_ids)

Implementation

set space_ids(List<int>? space_ids) {
  this._space_ids = space_ids;
}