veryShortMonthSymbols property

NSArray get veryShortMonthSymbols

Implementation

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