hasValue method
Determines whether the internal box state currently holds an active value natively.
Implementation
bool hasValue() => _hasValue;
Determines whether the internal box state currently holds an active value natively.
bool hasValue() => _hasValue;