Metrics constructor
Metrics({
- required MetricsStatus status,
- ReplicationTimeValue? eventThreshold,
Implementation
Metrics({
required this.status,
this.eventThreshold,
});