FitbitData constructor

FitbitData(
  1. String type,
  2. DateTime dateTime
)

Implementation

FitbitData(this.type, this.dateTime);