getSpaces property
List<Membership>
get
getSpaces
Implementation
List<Membership> get getSpaces => this.spaces != null ? this.spaces! : List<Membership>.empty();
List<Membership> get getSpaces => this.spaces != null ? this.spaces! : List<Membership>.empty();