GoogleChromeManagementV1TelemetryAppLaunchEvent constructor

GoogleChromeManagementV1TelemetryAppLaunchEvent({
  1. String? appId,
  2. String? appLaunchSource,
  3. String? appType,
})

Implementation

GoogleChromeManagementV1TelemetryAppLaunchEvent({
  this.appId,
  this.appLaunchSource,
  this.appType,
});