FitbitActivityTimeseriesData constructor

FitbitActivityTimeseriesData({
  1. String? userID,
  2. DateTime? dateOfMonitoring,
  3. String? type,
  4. double? value,
})

Default FitbitActivityTimeseriesData constructor.

Implementation

FitbitActivityTimeseriesData({
  this.userID,
  this.dateOfMonitoring,
  this.type,
  this.value,
});