SearchSpacesResponse constructor

SearchSpacesResponse({
  1. String? nextPageToken,
  2. List<SearchSpaceResult>? results,
  3. List<Space>? spaces,
  4. int? totalSize,
})

Implementation

SearchSpacesResponse({
  this.nextPageToken,
  this.results,
  this.spaces,
  this.totalSize,
});