SearchSpacesResponse constructor

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

Implementation

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