Ancestor copyWith({String? id, String? type}) { return Ancestor( id: id ?? this.id, type: type ?? this.type, ); }