valueBigInt property

  1. @Deprecated('Use value.toBigInt() instead.')
BigInt valueBigInt

The current valid active value of this signal as a BigInt.

Throws an exception if the signal is not valid.

Implementation

@Deprecated('Use value.toBigInt() instead.')
BigInt get valueBigInt => value.toBigInt();