Space constructor

Space({
  1. AccessSettings? accessSettings,
  2. bool? adminInstalled,
  3. String? createTime,
  4. String? customer,
  5. String? displayName,
  6. bool? externalUserAllowed,
  7. bool? importMode,
  8. String? importModeExpireTime,
  9. String? lastActiveTime,
  10. MembershipCount? membershipCount,
  11. String? name,
  12. PermissionSettings? permissionSettings,
  13. String? predefinedPermissionSettings,
  14. bool? singleUserBotDm,
  15. SpaceDetails? spaceDetails,
  16. String? spaceHistoryState,
  17. String? spaceThreadingState,
  18. String? spaceType,
  19. String? spaceUri,
  20. bool? threaded,
  21. String? type,
})

Implementation

Space({
  this.accessSettings,
  this.adminInstalled,
  this.createTime,
  this.customer,
  this.displayName,
  this.externalUserAllowed,
  this.importMode,
  this.importModeExpireTime,
  this.lastActiveTime,
  this.membershipCount,
  this.name,
  this.permissionSettings,
  this.predefinedPermissionSettings,
  this.singleUserBotDm,
  this.spaceDetails,
  this.spaceHistoryState,
  this.spaceThreadingState,
  this.spaceType,
  this.spaceUri,
  this.threaded,
  this.type,
});