hasData property
bool
get
hasData
Whether any data has been emitted yet.
Implementation
bool get hasData {
throwIfDisposed('get hasData');
return _hasData.value;
}
Whether any data has been emitted yet.
bool get hasData {
throwIfDisposed('get hasData');
return _hasData.value;
}