isProxy method

  1. @override
bool isProxy()
override

Returns a Boolean value that indicates whether the receiver does not descend from NSObject.

Implementation

@override
bool isProxy() {
  return performSync(SEL('isProxy'));
}