predicateWithValue_ static method

NSPredicate predicateWithValue_(
  1. ThermionDartTexture1 _lib,
  2. bool value
)

Implementation

static NSPredicate predicateWithValue_(
    ThermionDartTexture1 _lib, bool value) {
  final _ret = _lib._objc_msgSend_145(
      _lib._class_NSPredicate1, _lib._sel_predicateWithValue_1, value);
  return NSPredicate._(_ret, _lib, retain: true, release: true);
}