Record constructor

Record({
  1. CollectionPeriod? collectionPeriod,
  2. Key? key,
  3. Map<String, Metric>? metrics,
})

Implementation

Record({
  this.collectionPeriod,
  this.key,
  this.metrics,
});