numericValue property

num? get numericValue

Parses and returns the current numeric value, or null if not a valid number.

Implementation

num? get numericValue => num.tryParse(_rawInput);