PingOptions constructor

const PingOptions({
  1. String? reportId,
  2. List<ServiceType>? serviceTypes,
  3. String? bucket,
  4. Duration? timeout,
})

Implementation

const PingOptions({
  this.reportId,
  this.serviceTypes,
  this.bucket,
  this.timeout,
});