hasValue property
If true then value can successfully be read.
If false then value throws a StateError when read.
Implementation
@override
bool get hasValue => _hasValue;
If true then value can successfully be read.
If false then value throws a StateError when read.
@override
bool get hasValue => _hasValue;