Chamber constructor
Chamber({})
Implementation
Chamber({
this.id = "",
this.name = "",
this.description = "",
this.ownerId = "",
this.ownerName = "",
this.ownerType = OwnerType.profile,
this.href = "",
this.imgUrl = "",
this.public = true,
this.position,
this.isModifiable = true,
this.chamberPresets,
});