PatchMonthCategoryWrapper constructor

PatchMonthCategoryWrapper({
  1. required SaveMonthCategory category,
})

Implementation

PatchMonthCategoryWrapper({
  required this.category,
});