PortfolioBalances constructor
PortfolioBalances({})
PortfolioBalances constructor
Implementation
PortfolioBalances(
{required this.totalBalance,
required this.totalFuturesBalance,
required this.totalCashEquivalentBalance,
required this.totalCryptoBalance,
required this.futuresUnrealizedPnl,
required this.perpUnrealizedPnl});