Space constructor

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

Implementation

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