BackgroundDeliveryConfig class
Constructors
- 
          BackgroundDeliveryConfig({required Set<StatisticsType> ? statisticsTypes, required Set<MetricType> ? metricTypes, required Set<ActivityConfig> ? activityConfigs, required Set<SleepConfig> ? sleepConfigs, required bool? healthConnectEnabled, required bool? samsungHealthDataEnabled})
- 
          BackgroundDeliveryConfig.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- 
  activityConfigs
  → Set<ActivityConfig> ?
- 
  
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- healthConnectEnabled → bool?
- 
  
  final
- 
  metricTypes
  → Set<MetricType> ?
- 
  
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- samsungHealthDataEnabled → bool?
- 
  
  final
- 
  sleepConfigs
  → Set<SleepConfig> ?
- 
  
  final
- 
  statisticsTypes
  → Set<StatisticsType> ?
- 
  
  final
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited