isEmpty property
bool
get
isEmpty
Returns true when list of recent calls is empty
Implementation
bool get isEmpty => _cdrItems.isEmpty;
Returns true when list of recent calls is empty
bool get isEmpty => _cdrItems.isEmpty;