GoogleChromeManagementV1MemoryInfo constructor
GoogleChromeManagementV1MemoryInfo({
- String? availableRamBytes,
- GoogleChromeManagementV1TotalMemoryEncryptionInfo? totalMemoryEncryption,
- String? totalRamBytes,
Implementation
GoogleChromeManagementV1MemoryInfo({
this.availableRamBytes,
this.totalMemoryEncryption,
this.totalRamBytes,
});