Metrics constructor

Metrics({
  1. required MetricsStatus status,
  2. ReplicationTimeValue? eventThreshold,
})

Implementation

Metrics({
  required this.status,
  this.eventThreshold,
});