attributesAtIndex_effectiveRange_ method

NSDictionary attributesAtIndex_effectiveRange_(
  1. int location,
  2. Pointer<_NSRange> range
)

Implementation

NSDictionary attributesAtIndex_effectiveRange_(
    int location, ffi.Pointer<_NSRange> range) {
  final _ret = _lib._objc_msgSend_710(
      _id, _lib._sel_attributesAtIndex_effectiveRange_1, location, range);
  return NSDictionary._(_ret, _lib, retain: true, release: true);
}