GoogleChromeManagementV1TelemetryAppLaunchEvent.fromJson constructor
GoogleChromeManagementV1TelemetryAppLaunchEvent.fromJson(
- Map json_
Implementation
GoogleChromeManagementV1TelemetryAppLaunchEvent.fromJson(core.Map json_)
: this(
appId: json_['appId'] as core.String?,
appLaunchSource: json_['appLaunchSource'] as core.String?,
appType: json_['appType'] as core.String?,
);