hasValidValue method
- @Deprecated('Use value.isValid instead.')
Returns true
iff the value of this signal is valid (no x
or z
).
Implementation
@Deprecated('Use value.isValid instead.')
bool hasValidValue() => value.isValid;
Returns true
iff the value of this signal is valid (no x
or z
).
@Deprecated('Use value.isValid instead.')
bool hasValidValue() => value.isValid;