isEmpty property

FutureOr<bool> isEmpty

Implementation

FutureOr<bool> get isEmpty {
  return _innerThen((list) => list.isEmpty);
}