valueBigInt property

  1. @Deprecated('Use `value` instead.' ' Check `width` separately to confirm single-bit.')
  2. @override
BigInt valueBigInt
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();