StarRevenueStatus constructor
StarRevenueStatus({
- StarAmount? totalAmount,
- StarAmount? currentAmount,
- StarAmount? availableAmount,
- required bool withdrawalEnabled,
- required int nextWithdrawalIn,
Implementation
StarRevenueStatus({
this.totalAmount,
this.currentAmount,
this.availableAmount,
required this.withdrawalEnabled,
required this.nextWithdrawalIn,
});