hasValue property
bool
get
hasValue
Whether this field has a non-null value.
Implementation
bool get hasValue => this is AcpFieldValue<T>;
Whether this field has a non-null value.
bool get hasValue => this is AcpFieldValue<T>;