predicateWithFormat_arguments_ static method

NSPredicate predicateWithFormat_arguments_(
  1. ThermionDartTexture1 _lib,
  2. NSString predicateFormat,
  3. Pointer<Char> argList
)

Implementation

static NSPredicate predicateWithFormat_arguments_(ThermionDartTexture1 _lib,
    NSString predicateFormat, ffi.Pointer<ffi.Char> argList) {
  final _ret = _lib._objc_msgSend_143(
      _lib._class_NSPredicate1,
      _lib._sel_predicateWithFormat_arguments_1,
      predicateFormat._id,
      argList);
  return NSPredicate._(_ret, _lib, retain: true, release: true);
}