Telemetry constructor

Telemetry({
  1. String? resourceName,
})

Implementation

Telemetry({
  this.resourceName,
});