Metrics constructor

Metrics(
  1. ReplicationTimeValue? eventThreshold,
  2. String? status
)

Implementation

Metrics(
  this.eventThreshold,
  this.status,
);