copyWith method
Implementation
CopyPageRequestBody copyWith(
{ContentBodyCreate? storage, ContentBodyCreate? editor2}) {
return CopyPageRequestBody(
storage: storage ?? this.storage,
editor2: editor2 ?? this.editor2,
);
}
CopyPageRequestBody copyWith(
{ContentBodyCreate? storage, ContentBodyCreate? editor2}) {
return CopyPageRequestBody(
storage: storage ?? this.storage,
editor2: editor2 ?? this.editor2,
);
}