hasData property

bool get hasData

Whether the state is AsyncData.

Implementation

bool get hasData => data != null;