Fragment$CoreBalanceFields constructor
Fragment$CoreBalanceFields({
- Fragment$CoreBalanceFields$coinType? coinType,
- String? totalBalance,
- String? coinBalance,
- String? addressBalance,
Implementation
Fragment$CoreBalanceFields({
this.coinType,
this.totalBalance,
this.coinBalance,
this.addressBalance,
});