balanceLimit property

int get balanceLimit

Implementation

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