bengaliNumerals constant

List<String> const bengaliNumerals

Implementation

static const List<String> bengaliNumerals = [
  '০', '১', '২', '৩', '৪', '৫', '৬', '৭', '৮', '৯'
];