isEmpty property

bool get isEmpty

Returns true when list of calls is empty

Implementation

bool get isEmpty => _callItems.isEmpty;