rxIsEmpty property

RxComputed<bool> get rxIsEmpty

Check if list is empty

Implementation

RxComputed<bool> get rxIsEmpty => computed(() => value.isEmpty);