SetUpSpaceRequest constructor

SetUpSpaceRequest({
  1. List<Membership>? memberships,
  2. String? requestId,
  3. Space? space,
})

Implementation

SetUpSpaceRequest({
  this.memberships,
  this.requestId,
  this.space,
});