toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final beachView = this.beachView;
  final beachViewException = this.beachViewException;
  final cityView = this.cityView;
  final cityViewException = this.cityViewException;
  final gardenView = this.gardenView;
  final gardenViewException = this.gardenViewException;
  final lakeView = this.lakeView;
  final lakeViewException = this.lakeViewException;
  final landmarkView = this.landmarkView;
  final landmarkViewException = this.landmarkViewException;
  final oceanView = this.oceanView;
  final oceanViewException = this.oceanViewException;
  final poolView = this.poolView;
  final poolViewException = this.poolViewException;
  final valleyView = this.valleyView;
  final valleyViewException = this.valleyViewException;
  return {
    'beachView': ?beachView,
    'beachViewException': ?beachViewException,
    'cityView': ?cityView,
    'cityViewException': ?cityViewException,
    'gardenView': ?gardenView,
    'gardenViewException': ?gardenViewException,
    'lakeView': ?lakeView,
    'lakeViewException': ?lakeViewException,
    'landmarkView': ?landmarkView,
    'landmarkViewException': ?landmarkViewException,
    'oceanView': ?oceanView,
    'oceanViewException': ?oceanViewException,
    'poolView': ?poolView,
    'poolViewException': ?poolViewException,
    'valleyView': ?valleyView,
    'valleyViewException': ?valleyViewException,
  };
}