textAttributesForPositiveInfinity property

NSDictionary? get textAttributesForPositiveInfinity

Implementation

NSDictionary? get textAttributesForPositiveInfinity {
  final _ret = _lib._objc_msgSend_389(
      _id, _lib._sel_textAttributesForPositiveInfinity1);
  return _ret.address == 0
      ? null
      : NSDictionary._(_ret, _lib, retain: true, release: true);
}
set textAttributesForPositiveInfinity (NSDictionary? value)

Implementation

set textAttributesForPositiveInfinity(NSDictionary? value) {
  return _lib._objc_msgSend_633(
      _id,
      _lib._sel_setTextAttributesForPositiveInfinity_1,
      value?._id ?? ffi.nullptr);
}