valueInt property
- @Deprecated('Use value.toInt() instead.')
- @override
override
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.')
@override
int get valueInt => value.toInt();