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