digitsBeforeDecimal property

String? digitsBeforeDecimal
getter/setter pair

The digits before the decimal point, or null if this numeric token was written in hexadecimal notation or started with a decimal point.

Implementation

String? digitsBeforeDecimal;