hardPunctuations property

  1. @override
Map<String, String> hardPunctuations
getter/setter pairoverride-getter

On the hard keyboard, input the Mongol punctuation using the English/Latin punctuation keys. So this variable is the English/Latin punctuations map to the Mongol punctuations.

Implementation

@override
Map<String, String> hardPunctuations = {
  ',': '',
  '.': '',
  '!': '',
  '^': '',
  '*': '',
  '(': '',
  ')': '',
  '<': '',
  '>': '',
  '[': '',
  ']': '',
  ':': '',
  '"': '  ',
  '?': '',
};