roomType property

int? get roomType
override

Implementation

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

Implementation

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