Space constructor
Space({})
Implementation
Space({
this.adminInstalled,
this.createTime,
this.displayName,
this.externalUserAllowed,
this.importMode,
this.name,
this.singleUserBotDm,
this.spaceDetails,
this.spaceHistoryState,
this.spaceThreadingState,
this.spaceType,
this.threaded,
this.type,
});