rightExpression property
NSExpression
get
rightExpression
rightExpression
Implementation
NSExpression get rightExpression {
objc.checkOsVersionInternal('NSExpression.rightExpression', iOS: (false, (3, 0, 0)), macOS: (false, (10, 5, 0)));
final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_rightExpression);
return NSExpression.castFromPointer(_ret, retain: true, release: true);
}