copyWith method
Implementation
ChapterContentBlockExtendableNodeResponseModel copyWith({String? type}) {
return ChapterContentBlockExtendableNodeResponseModel(
type: type ?? this.type);
}
ChapterContentBlockExtendableNodeResponseModel copyWith({String? type}) {
return ChapterContentBlockExtendableNodeResponseModel(
type: type ?? this.type);
}