toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final independentOrganizationAuditsWaterUse =
      this.independentOrganizationAuditsWaterUse;
  final independentOrganizationAuditsWaterUseException =
      this.independentOrganizationAuditsWaterUseException;
  final linenReuseProgram = this.linenReuseProgram;
  final linenReuseProgramException = this.linenReuseProgramException;
  final towelReuseProgram = this.towelReuseProgram;
  final towelReuseProgramException = this.towelReuseProgramException;
  final waterSavingShowers = this.waterSavingShowers;
  final waterSavingShowersException = this.waterSavingShowersException;
  final waterSavingSinks = this.waterSavingSinks;
  final waterSavingSinksException = this.waterSavingSinksException;
  final waterSavingToilets = this.waterSavingToilets;
  final waterSavingToiletsException = this.waterSavingToiletsException;
  return {
    'independentOrganizationAuditsWaterUse':
        ?independentOrganizationAuditsWaterUse,
    'independentOrganizationAuditsWaterUseException':
        ?independentOrganizationAuditsWaterUseException,
    'linenReuseProgram': ?linenReuseProgram,
    'linenReuseProgramException': ?linenReuseProgramException,
    'towelReuseProgram': ?towelReuseProgram,
    'towelReuseProgramException': ?towelReuseProgramException,
    'waterSavingShowers': ?waterSavingShowers,
    'waterSavingShowersException': ?waterSavingShowersException,
    'waterSavingSinks': ?waterSavingSinks,
    'waterSavingSinksException': ?waterSavingSinksException,
    'waterSavingToilets': ?waterSavingToilets,
    'waterSavingToiletsException': ?waterSavingToiletsException,
  };
}