hasData property

bool get hasData

Data is present regardless of current fetch status.

Implementation

bool get hasData => data != null;