getAbbreviationDictionary static method

NSDictionary getAbbreviationDictionary()

abbreviationDictionary

Implementation

static objc.NSDictionary getAbbreviationDictionary() {
  objc.checkOsVersionInternal(
    'NSTimeZone.abbreviationDictionary',
    iOS: (false, (4, 0, 0)),
    macOS: (false, (10, 6, 0)),
  );
  final $ret = _objc_msgSend_151sglz(
    _class_NSTimeZone,
    _sel_abbreviationDictionary,
  );
  return objc.NSDictionary.fromPointer($ret, retain: true, release: true);
}