balance property

int get balance

Implementation

int get balance => _indexedAccount?.balance.toInt() ?? 0;