SpaceConfig constructor

SpaceConfig({
  1. String? accessType,
  2. String? entryPointAccess,
})

Implementation

SpaceConfig({
  this.accessType,
  this.entryPointAccess,
});