hasData property

bool hasData

Whether the state is AsyncData.

Implementation

bool get hasData => data != null;