totalWalletBalance property
double
get
totalWalletBalance
Implementation
double get totalWalletBalance => wallets.fold(0, (double sum, UWalletResponse w) => sum + w.balance);
double get totalWalletBalance => wallets.fold(0, (double sum, UWalletResponse w) => sum + w.balance);