Space constructor
Space({
- AccessSettings? accessSettings,
- bool? adminInstalled,
- String? createTime,
- String? displayName,
- bool? externalUserAllowed,
- bool? importMode,
- String? importModeExpireTime,
- String? lastActiveTime,
- MembershipCount? membershipCount,
- String? name,
- PermissionSettings? permissionSettings,
- String? predefinedPermissionSettings,
- bool? singleUserBotDm,
- SpaceDetails? spaceDetails,
- String? spaceHistoryState,
- String? spaceThreadingState,
- String? spaceType,
- String? spaceUri,
- bool? threaded,
- 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,
});