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