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