hasData property

bool get hasData

Checks if the state has data

Implementation

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