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