getURLFragmentAllowedCharacterSet static method

NSCharacterSet getURLFragmentAllowedCharacterSet(
  1. ThermionDartTexture1 _lib
)

Implementation

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