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