copyWithWrapped method
Implementation
SaveCategoryResponse copyWithWrapped(
{Wrapped<SaveCategoryResponse$Data>? data}) {
return SaveCategoryResponse(data: (data != null ? data.value : this.data));
}
SaveCategoryResponse copyWithWrapped(
{Wrapped<SaveCategoryResponse$Data>? data}) {
return SaveCategoryResponse(data: (data != null ? data.value : this.data));
}