spellCheckingResultWithRange_ static method

NSTextCheckingResult spellCheckingResultWithRange_(
  1. ThermionDartTexture1 _lib,
  2. _NSRange range
)

Implementation

static NSTextCheckingResult spellCheckingResultWithRange_(
    ThermionDartTexture1 _lib, _NSRange range) {
  final _ret = _lib._objc_msgSend_948(_lib._class_NSTextCheckingResult1,
      _lib._sel_spellCheckingResultWithRange_1, range);
  return NSTextCheckingResult._(_ret, _lib, retain: true, release: true);
}