usesAsciiDigits property Null safety

bool usesAsciiDigits

Does this use ASCII digits

Implementation

bool get usesAsciiDigits => !usesNativeDigits;