GoogleChromeManagementV1BrowserVersion constructor

GoogleChromeManagementV1BrowserVersion({
  1. String? channel,
  2. String? count,
  3. String? deviceOsVersion,
  4. String? system,
  5. String? version,
})

Implementation

GoogleChromeManagementV1BrowserVersion({
  this.channel,
  this.count,
  this.deviceOsVersion,
  this.system,
  this.version,
});