Data constructor

Data({
  1. Timings? timings,
  2. Date? date,
  3. Meta? meta,
})

Implementation

Data({this.timings, this.date, this.meta});