GoogleChromeManagementV1TelemetryOsCrashEvent constructor

GoogleChromeManagementV1TelemetryOsCrashEvent({
  1. String? crashId,
  2. String? crashType,
  3. String? sessionType,
})

Implementation

GoogleChromeManagementV1TelemetryOsCrashEvent({
  this.crashId,
  this.crashType,
  this.sessionType,
});