hasValue property

bool hasValue

Wether setState was called at least once or not.

It can be used by DeferredStartListening to differentiate between the very first listening, and a rebuild after controller changed.

Implementation

bool get hasValue;