expressionForConstantValue static method

NSExpression expressionForConstantValue(
  1. ObjCObjectBase? obj
)

expressionForConstantValue:

Implementation

static NSExpression expressionForConstantValue(objc.ObjCObjectBase? obj) {
objc.checkOsVersionInternal('NSExpression.expressionForConstantValue:', iOS: (false, (3, 0, 0)), macOS: (false, (10, 4, 0)));
  final _ret = _objc_msgSend_1sotr3r(_class_NSExpression, _sel_expressionForConstantValue_, obj?.ref.pointer ?? ffi.nullptr);
  return NSExpression.castFromPointer(_ret, retain: true, release: true);
}