shortMonthSymbols property

NSArray get shortMonthSymbols

Implementation

NSArray get shortMonthSymbols {
  final _ret = _lib._objc_msgSend_84(_id, _lib._sel_shortMonthSymbols1);
  return NSArray._(_ret, _lib, retain: true, release: true);
}