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