toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final allInclusiveAvailable = this.allInclusiveAvailable;
  final allInclusiveAvailableException = this.allInclusiveAvailableException;
  final allInclusiveOnly = this.allInclusiveOnly;
  final allInclusiveOnlyException = this.allInclusiveOnlyException;
  final checkinTime = this.checkinTime;
  final checkinTimeException = this.checkinTimeException;
  final checkoutTime = this.checkoutTime;
  final checkoutTimeException = this.checkoutTimeException;
  final kidsStayFree = this.kidsStayFree;
  final kidsStayFreeException = this.kidsStayFreeException;
  final maxChildAge = this.maxChildAge;
  final maxChildAgeException = this.maxChildAgeException;
  final maxKidsStayFreeCount = this.maxKidsStayFreeCount;
  final maxKidsStayFreeCountException = this.maxKidsStayFreeCountException;
  final paymentOptions = this.paymentOptions;
  final smokeFreeProperty = this.smokeFreeProperty;
  final smokeFreePropertyException = this.smokeFreePropertyException;
  return {
    'allInclusiveAvailable': ?allInclusiveAvailable,
    'allInclusiveAvailableException': ?allInclusiveAvailableException,
    'allInclusiveOnly': ?allInclusiveOnly,
    'allInclusiveOnlyException': ?allInclusiveOnlyException,
    'checkinTime': ?checkinTime,
    'checkinTimeException': ?checkinTimeException,
    'checkoutTime': ?checkoutTime,
    'checkoutTimeException': ?checkoutTimeException,
    'kidsStayFree': ?kidsStayFree,
    'kidsStayFreeException': ?kidsStayFreeException,
    'maxChildAge': ?maxChildAge,
    'maxChildAgeException': ?maxChildAgeException,
    'maxKidsStayFreeCount': ?maxKidsStayFreeCount,
    'maxKidsStayFreeCountException': ?maxKidsStayFreeCountException,
    'paymentOptions': ?paymentOptions,
    'smokeFreeProperty': ?smokeFreeProperty,
    'smokeFreePropertyException': ?smokeFreePropertyException,
  };
}