valueInt property

  1. @Deprecated('Use value.toInt() instead.')
int valueInt

The current valid active value of this signal as an int.

Throws an exception if the signal is not valid or can't be represented as an int.

Implementation

@Deprecated('Use value.toInt() instead.')
int get valueInt => value.toInt();