LinkedBillDto constructor

LinkedBillDto(
  1. {required String billId,
  2. required BillLinkingTypeDto type}
)

Implementation

LinkedBillDto({
  required this.billId,
  required this.type,
});