factory RemovedNode({ _i2.bool? removed, _i2.dynamic type, _i2.String? id, }) => RemovedNode._( removed: removed, type: type, id: id, );