empty method

bool empty()

Returns true if the internal state is exactly empty natively.

Implementation

bool empty() => !_hasValue;