grammarCheckingResultWithRange_details_ static method

NSTextCheckingResult grammarCheckingResultWithRange_details_(
  1. ThermionDartTexture1 _lib,
  2. _NSRange range,
  3. NSArray details
)

Implementation

static NSTextCheckingResult grammarCheckingResultWithRange_details_(
    ThermionDartTexture1 _lib, _NSRange range, NSArray details) {
  final _ret = _lib._objc_msgSend_949(_lib._class_NSTextCheckingResult1,
      _lib._sel_grammarCheckingResultWithRange_details_1, range, details._id);
  return NSTextCheckingResult._(_ret, _lib, retain: true, release: true);
}