GoogleChromeManagementV1MemoryInfo constructor

GoogleChromeManagementV1MemoryInfo({
  1. String? availableRamBytes,
  2. GoogleChromeManagementV1TotalMemoryEncryptionInfo? totalMemoryEncryption,
  3. String? totalRamBytes,
})

Implementation

GoogleChromeManagementV1MemoryInfo({
  this.availableRamBytes,
  this.totalMemoryEncryption,
  this.totalRamBytes,
});