usesApiCalls property
bool
get
usesApiCalls
Whether this widget class uses any API calls.
Implementation
bool get usesApiCalls => apiCallKeys.isNotEmpty;
Whether this widget class uses any API calls.
bool get usesApiCalls => apiCallKeys.isNotEmpty;