OutstandingFees constructor

const OutstandingFees({
  1. Key? key,
  2. required int totalPendingFees,
  3. List? list,
})

Implementation

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