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