hasData property
bool
get
hasData
Data is present regardless of current fetch status.
Implementation
bool get hasData => data != null;
Data is present regardless of current fetch status.
bool get hasData => data != null;