balance property

  1. @override
Rx<Balance> balance
final

Returns the balance MyUser has in their wallet.

Implementation

@override
final Rx<Balance> balance = Rx(Balance.zero);