core.Map<core.String, core.dynamic> toJson() { final weightGramsAvg = this.weightGramsAvg; return {'weightGramsAvg': ?weightGramsAvg}; }