hasValue property

bool hasValue

A flag that turns true as soon as at least one event has been emitted.

Implementation

bool get hasValue => valueWrapper != null;