balance property

Future<int> balance

Returns the balance of this

Implementation

Future<int> get balance async => int.parse((await _contractInfo)['balance']);