isEmpty property

bool get isEmpty

Returns true when list of accounts is empty

Implementation

bool get isEmpty => _accounts.isEmpty;