SpaceExpandable constructor

SpaceExpandable({
  1. String? settings,
  2. String? metadata,
  3. String? operations,
  4. String? lookAndFeel,
  5. String? permissions,
  6. String? icon,
  7. String? description,
  8. String? theme,
  9. String? history,
  10. String? homepage,
  11. String? identifiers,
})

Implementation

SpaceExpandable(
    {this.settings,
    this.metadata,
    this.operations,
    this.lookAndFeel,
    this.permissions,
    this.icon,
    this.description,
    this.theme,
    this.history,
    this.homepage,
    this.identifiers});