hasDataButEmpty method

bool hasDataButEmpty()

Implementation

bool hasDataButEmpty() => (this._isIterable()) && ((this.data as Iterable).isEmpty);