OutstandingFees constructor

const OutstandingFees({
  1. Key? key,
  2. List? list,
  3. required String totalDisplayPendingFees,
  4. required bool isShowPendingFee,
})

Implementation

const OutstandingFees({super.key, this.list, required this.totalDisplayPendingFees, required this.isShowPendingFee});