RemoveLinkedBillsDto constructor

RemoveLinkedBillsDto(
  1. {List<String>? billIds}
)

Implementation

RemoveLinkedBillsDto({
  this.billIds,
});