toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() => <String, dynamic>{
  "room": room.toMap(),
  "availableQuantity": availableQuantity,
  "nightCount": nightCount,
  "totalPrice": totalPrice,
  "fitsGuestCount": fitsGuestCount,
};