isInstance static method

bool isInstance(
  1. _ObjCWrapper obj
)
override

Returns whether obj is an instance of NSTimeZone.

Implementation

static bool isInstance(_ObjCWrapper obj) {
  return obj._lib._objc_msgSend_0(
      obj._id, obj._lib._sel_isKindOfClass_1, obj._lib._class_NSTimeZone1);
}