thousandSeparator property

NSString get thousandSeparator

Implementation

NSString get thousandSeparator {
  final _ret = _lib._objc_msgSend_21(_id, _lib._sel_thousandSeparator1);
  return NSString._(_ret, _lib, retain: true, release: true);
}
set thousandSeparator (NSString value)

Implementation

set thousandSeparator(NSString value) {
  return _lib._objc_msgSend_645(
      _id, _lib._sel_setThousandSeparator_1, value._id);
}