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