Space constructor

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

Implementation

Space({
  this.accessSettings,
  this.adminInstalled,
  this.createTime,
  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,
});