hasData property
bool
get
hasData
Whether the effect has data (including null data that was explicitly set)
Implementation
bool get hasData => _dataWasSet.value;
Whether the effect has data (including null data that was explicitly set)
bool get hasData => _dataWasSet.value;