Space constructor
      
      Space({})
     
    
    
Implementation
Space(
    {this.id,
    this.key,
    this.name,
    this.type,
    this.status,
    this.authorId,
    this.createdAt,
    this.homepageId,
    this.description,
    this.icon});