copyWithWrapped method
Implementation
ChapterContentBlockExtendableNodeResponseModel copyWithWrapped(
{Wrapped<String>? type}) {
return ChapterContentBlockExtendableNodeResponseModel(
type: (type != null ? type.value : this.type));
}
ChapterContentBlockExtendableNodeResponseModel copyWithWrapped(
{Wrapped<String>? type}) {
return ChapterContentBlockExtendableNodeResponseModel(
type: (type != null ? type.value : this.type));
}