TokenLargestAccount constructor
const
TokenLargestAccount({})
Implementation
const TokenLargestAccount({
required this.address,
required this.amount,
required this.decimals,
required this.uiAmountString,
});
const TokenLargestAccount({
required this.address,
required this.amount,
required this.decimals,
required this.uiAmountString,
});