SetUpSpaceRequest constructor
SetUpSpaceRequest({
- List<
Membership> ? memberships, - String? requestId,
- Space? space,
Implementation
SetUpSpaceRequest({
this.memberships,
this.requestId,
this.space,
});