usesAsciiDigits property
bool
get
usesAsciiDigits
Does this use ASCII digits
Implementation
bool get usesAsciiDigits => !usesNativeDigits;
Does this use ASCII digits
bool get usesAsciiDigits => !usesNativeDigits;