BugsnagTelemetryTypes constructor

const BugsnagTelemetryTypes({
  1. bool internalErrors = true,
  2. bool usage = true,
})

Implementation

const BugsnagTelemetryTypes({
  this.internalErrors = true,
  this.usage = true,
});