getDigitsStyle method
Return a string that describes the style of digits used by this locale.
Implementation
String getDigitsStyle() {
final String jscode1 = 'new LocaleInfo("$locale").getDigitsStyle()';
final String result = ILibJS.instance.evaluate(jscode1).stringResult;
return result;
}