BillCategoryDto constructor

BillCategoryDto(
  1. {required String id}
)

Implementation

BillCategoryDto({
  required this.id,
});