menu
gnums_student package
documentation
student_fees/outstanding_fees.dart
OutstandingFees
OutstandingFees.new const constructor
OutstandingFees.new const constructor
dark_mode
light_mode
OutstandingFees
constructor
const
OutstandingFees
(
{
Key
?
key
,
required
int
totalPendingFees
,
List
?
list
,
})
Implementation
const OutstandingFees({super.key, required this.totalPendingFees, this.list});
gnums_student package
documentation
student_fees/outstanding_fees
OutstandingFees
OutstandingFees.new const constructor
OutstandingFees class