isEnabledObject method
This predicate is false if this object is inside any Panel that is not Panel#isEnabled, or if this is itself a disabled panel. This ignores the #visible and #pickable properties. @return {boolean} @see #enabledChanged @see Panel#isEnabled @since 1.7
Implementation
_i2.bool isEnabledObject() => _i4.callMethod(
this,
'isEnabledObject',
[],
);