balance property Null safety

RxInt balance
final

Creating a reactive variable called balance that is initialized to the value 0.

Implementation

final balance = 0.obs;