GoogleChromeManagementV1TelemetryOsCrashEvent.fromJson constructor

GoogleChromeManagementV1TelemetryOsCrashEvent.fromJson(
  1. Map json_
)

Implementation

GoogleChromeManagementV1TelemetryOsCrashEvent.fromJson(core.Map json_)
  : this(
      crashId: json_['crashId'] as core.String?,
      crashType: json_['crashType'] as core.String?,
      sessionType: json_['sessionType'] as core.String?,
    );