hasValidValue method

  1. @Deprecated('Use value.isValid instead.')
bool hasValidValue()

Returns true iff the value of this signal is valid (no x or z).

Implementation

@Deprecated('Use value.isValid instead.')
bool hasValidValue() => value.isValid;