copyWith method
Implementation
ContentUpdateAncestorsItem copyWith({dynamic id}) {
return ContentUpdateAncestorsItem(
id: id ?? this.id,
);
}
ContentUpdateAncestorsItem copyWith({dynamic id}) {
return ContentUpdateAncestorsItem(
id: id ?? this.id,
);
}