Record constructor
Record({
- CollectionPeriod? collectionPeriod,
- Key? key,
- Map<
String, Metric> ? metrics,
Implementation
Record({this.collectionPeriod, this.key, this.metrics});