PlaceCommodity class
Constructors
- PlaceCommodity.new({bool wifi = true, bool parking = true, bool roomService = false, bool audioEquipment = true, bool musicalInstruments = false, bool acousticConditioning = false, bool childAllowance = false, bool smokingAllowance = false, bool smokeDetector = false, bool publicBathroom = true, bool privateBathroom = false, })
- PlaceCommodity.fromJSON(Map data)
Properties
- acousticConditioning ↔ bool
-
getter/setter pair
- audioEquipment ↔ bool
-
getter/setter pair
- childAllowance ↔ bool
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- musicalInstruments ↔ bool
-
getter/setter pair
- parking ↔ bool
-
getter/setter pair
- privateBathroom ↔ bool
-
getter/setter pair
- publicBathroom ↔ bool
-
getter/setter pair
- roomService ↔ bool
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
getter/setter pair
- smokeDetector ↔ bool
-
getter/setter pair
- smokingAllowance ↔ bool
-
getter/setter pair
- wifi ↔ bool
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJSON(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited