valueBigInt property
- @Deprecated('Use `value` instead.' ' Check `width` separately to confirm single-bit.')
- @override
override
The current valid active value of this signal as a BigInt.
Throws an exception if the signal is not valid.
Implementation
@Deprecated('Use `value` instead.'
' Check `width` separately to confirm single-bit.')
@override
BigInt get valueBigInt => value.toBigInt();