copyWith method

Implementation

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