hasValue property

  1. @override
bool hasValue
override

If true then value can successfully be read.

If false then value throws a StateError when read.

Implementation

@override
bool get hasValue => _hasValue;