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