numValue property

num get numValue

Implementation

num get numValue => isFloat ? doubleValue : longLongValue;