Space constructor

Space({
  1. bool? adminInstalled,
  2. String? createTime,
  3. String? displayName,
  4. bool? externalUserAllowed,
  5. bool? importMode,
  6. String? name,
  7. bool? singleUserBotDm,
  8. SpaceDetails? spaceDetails,
  9. String? spaceHistoryState,
  10. String? spaceThreadingState,
  11. String? spaceType,
  12. bool? threaded,
  13. String? type,
})

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,
});