GoogleChromeManagementV1TelemetryAppUninstallEvent.fromJson constructor

GoogleChromeManagementV1TelemetryAppUninstallEvent.fromJson(
  1. Map json_
)

Implementation

GoogleChromeManagementV1TelemetryAppUninstallEvent.fromJson(core.Map json_)
  : this(
      appId: json_['appId'] as core.String?,
      appType: json_['appType'] as core.String?,
      appUninstallSource: json_['appUninstallSource'] as core.String?,
    );