copyWith method
BodyUpdateChapterV1StudioProjectsProjectIdChaptersChapterIdPost
copyWith({
- dynamic name,
- dynamic content,
Implementation
BodyUpdateChapterV1StudioProjectsProjectIdChaptersChapterIdPost copyWith(
{dynamic name, dynamic content}) {
return BodyUpdateChapterV1StudioProjectsProjectIdChaptersChapterIdPost(
name: name ?? this.name, content: content ?? this.content);
}