copyWithWrapped method

Implementation

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