GoogleAppsCloudidentityDevicesV1BrowserAttributes constructor

GoogleAppsCloudidentityDevicesV1BrowserAttributes({
  1. GoogleAppsCloudidentityDevicesV1BrowserInfo? chromeBrowserInfo,
  2. String? chromeProfileId,
  3. String? lastProfileSyncTime,
})

Implementation

GoogleAppsCloudidentityDevicesV1BrowserAttributes({
  this.chromeBrowserInfo,
  this.chromeProfileId,
  this.lastProfileSyncTime,
});