usesApiCalls property

bool get usesApiCalls

Whether this widget class uses any API calls.

Implementation

bool get usesApiCalls => apiCallKeys.isNotEmpty;