rxIsEmpty property
      
      RxComputed<bool> 
      get
      rxIsEmpty
      
    
    
Check if list is empty
Implementation
RxComputed<bool> get rxIsEmpty => computed(() => value.isEmpty);Check if list is empty
RxComputed<bool> get rxIsEmpty => computed(() => value.isEmpty);