CreateLinkBillDto constructor

CreateLinkBillDto(
  1. {List<String>? billIds,
  2. required BillLinkingTypeDto type}
)

Implementation

CreateLinkBillDto({
  this.billIds,
  required this.type,
});