copyWithWrapped method
Implementation
PatchMonthCategoryWrapper copyWithWrapped(
{Wrapped<SaveMonthCategory>? category}) {
return PatchMonthCategoryWrapper(
category: (category != null ? category.value : this.category));
}
PatchMonthCategoryWrapper copyWithWrapped(
{Wrapped<SaveMonthCategory>? category}) {
return PatchMonthCategoryWrapper(
category: (category != null ? category.value : this.category));
}