SpaceUpdate constructor

SpaceUpdate({
  1. String? name,
  2. SpaceDescriptionCreate? description,
  3. Map<String, dynamic>? homepage,
  4. String? type,
  5. String? status,
})

Implementation

SpaceUpdate(
    {this.name, this.description, this.homepage, this.type, this.status});