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