abbreviations property

Map<String, String> abbreviations

A list of common English abbreviations. This list is not exhaustive.

Implementation

Map<String, String> get abbreviations => _EnglishConstants.kAbbreviations;