getAbbreviationDictionary static method

NSDictionary getAbbreviationDictionary()

abbreviationDictionary

Implementation

static objc.NSDictionary getAbbreviationDictionary() {
  final _ret =
      _objc_msgSend_12(_class_NSTimeZone, _sel_abbreviationDictionary);
  return objc.NSDictionary.castFromPointer(_ret, retain: true, release: true);
}