isAutomaticDataCollectionEnabled property

  1. @override
bool isAutomaticDataCollectionEnabled
override

Returns whether automatic data collection enabled or disabled.

Implementation

@override
bool get isAutomaticDataCollectionEnabled {
  return _isAutomaticDataCollectionEnabled;
}