usesCustomCode property

bool get usesCustomCode

Whether this widget class uses any custom code. This includes custom functions, custom widgets, and custom actions. Note: API calls are tracked separately via usesApiCalls.

Implementation

bool get usesCustomCode =>
    usesCustomFunctions || usesCustomWidgets || usesCustomActions;