balance property

int balance

Implementation

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