hasValue property

bool get hasValue

Whether this field has a non-null value.

Implementation

bool get hasValue => this is AcpFieldValue<T>;