GramRevenueStatus constructor
GramRevenueStatus({})
Implementation
GramRevenueStatus({
required this.totalAmount,
required this.balanceAmount,
required this.availableAmount,
required this.withdrawalEnabled,
});