toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final ecoFriendlyToiletries = this.ecoFriendlyToiletries;
  final ecoFriendlyToiletriesException = this.ecoFriendlyToiletriesException;
  final locallySourcedFoodAndBeverages = this.locallySourcedFoodAndBeverages;
  final locallySourcedFoodAndBeveragesException =
      this.locallySourcedFoodAndBeveragesException;
  final organicCageFreeEggs = this.organicCageFreeEggs;
  final organicCageFreeEggsException = this.organicCageFreeEggsException;
  final organicFoodAndBeverages = this.organicFoodAndBeverages;
  final organicFoodAndBeveragesException =
      this.organicFoodAndBeveragesException;
  final responsiblePurchasingPolicy = this.responsiblePurchasingPolicy;
  final responsiblePurchasingPolicyException =
      this.responsiblePurchasingPolicyException;
  final responsiblySourcesSeafood = this.responsiblySourcesSeafood;
  final responsiblySourcesSeafoodException =
      this.responsiblySourcesSeafoodException;
  final veganMeals = this.veganMeals;
  final veganMealsException = this.veganMealsException;
  final vegetarianMeals = this.vegetarianMeals;
  final vegetarianMealsException = this.vegetarianMealsException;
  return {
    'ecoFriendlyToiletries': ?ecoFriendlyToiletries,
    'ecoFriendlyToiletriesException': ?ecoFriendlyToiletriesException,
    'locallySourcedFoodAndBeverages': ?locallySourcedFoodAndBeverages,
    'locallySourcedFoodAndBeveragesException':
        ?locallySourcedFoodAndBeveragesException,
    'organicCageFreeEggs': ?organicCageFreeEggs,
    'organicCageFreeEggsException': ?organicCageFreeEggsException,
    'organicFoodAndBeverages': ?organicFoodAndBeverages,
    'organicFoodAndBeveragesException': ?organicFoodAndBeveragesException,
    'responsiblePurchasingPolicy': ?responsiblePurchasingPolicy,
    'responsiblePurchasingPolicyException':
        ?responsiblePurchasingPolicyException,
    'responsiblySourcesSeafood': ?responsiblySourcesSeafood,
    'responsiblySourcesSeafoodException': ?responsiblySourcesSeafoodException,
    'veganMeals': ?veganMeals,
    'veganMealsException': ?veganMealsException,
    'vegetarianMeals': ?vegetarianMeals,
    'vegetarianMealsException': ?vegetarianMealsException,
  };
}