hasData property

bool hasData

Implementation

bool get hasData => maybeMap(loading: (_) => false, orElse: () => true);