hasData property

bool get hasData

Whether any data has been emitted yet.

Implementation

bool get hasData {
  throwIfDisposed('get hasData');
  return _hasData.value;
}