spaces property

List<IdName>? get spaces

Implementation

List<IdName>? get spaces => this._spaces;
set spaces (List<IdName>? spaces)

Implementation

set spaces(List<IdName>? spaces) {
  this._spaces = spaces;
}