hasValue property

  1. @override
bool hasValue
override

Whether value is set.

Even if hasValue is true, it is still possible for isLoading/hasError to also be true.

Implementation

@override
bool get hasValue => true;