getLetterCharacterSet static method

NSCharacterSet getLetterCharacterSet(
  1. ThermionDartTexture1 _lib
)

Implementation

static NSCharacterSet getLetterCharacterSet(ThermionDartTexture1 _lib) {
  final _ret = _lib._objc_msgSend_186(
      _lib._class_NSCharacterSet1, _lib._sel_letterCharacterSet1);
  return NSCharacterSet._(_ret, _lib, retain: true, release: true);
}