hasData property
bool
get
hasData
Checks if the content has been accessed.
Returns true if the content is still available, false otherwise.
Implementation
bool get hasData => _data != null;
Checks if the content has been accessed.
Returns true if the content is still available, false otherwise.
bool get hasData => _data != null;