isPerformanceTrackingEnabled property
bool
get
isPerformanceTrackingEnabled
Indicates whether performance tracking is enabled.
Implementation
bool get isPerformanceTrackingEnabled => _isPerformanceTrackingEnabled;
set
isPerformanceTrackingEnabled
(bool value)
Implementation
set isPerformanceTrackingEnabled(bool value) => _updateValue(
_isPerformanceTrackingEnabled,
value,
(v) => _isPerformanceTrackingEnabled = v,
);