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