shouldAutomaticallyForwardAppearanceMethods property

bool get shouldAutomaticallyForwardAppearanceMethods

shouldAutomaticallyForwardAppearanceMethods

Implementation

bool get shouldAutomaticallyForwardAppearanceMethods {
  objc.checkOsVersionInternal(
    'UIViewController.shouldAutomaticallyForwardAppearanceMethods',
    iOS: (false, (6, 0, 0)),
  );
  return _objc_msgSend_91o635(this.ref.pointer, _sel_shouldAutomaticallyForwardAppearanceMethods);
}