length property

int get length

Returns number of accounts in list

Implementation

int get length => _accounts.length;