int? get roomType => _$this._roomType;
set roomType(covariant int? roomType) => _$this._roomType = roomType;