hasData property Null safety

bool hasData

Implementation

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