WalletsState constructor
const
WalletsState({})
Implementation
const factory WalletsState({
@Default({}) Map<String, Wallet> wallets,
@Default(null) ({String walletId, int accountId})? selected,
}) = _WalletsState;