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