hasData property

bool get hasData

Whether this state has data.

Implementation

bool get hasData => this is AsyncData<T>;