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