isEmpty property
bool
get
isEmpty
Returns true when list of accounts is empty
Implementation
bool get isEmpty => _accounts.isEmpty;
Returns true when list of accounts is empty
bool get isEmpty => _accounts.isEmpty;