hasValue property

  1. @override
bool hasValue
final

Whether value is set.

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

Implementation

@override
final bool hasValue;