Metrics constructor
Metrics(
- ReplicationTimeValue? eventThreshold,
- String? status
Implementation
Metrics(
this.eventThreshold,
this.status,
);
Metrics(
this.eventThreshold,
this.status,
);