MemoryMetrics constructor
MemoryMetrics({})
Implementation
MemoryMetrics({
this.totalOffHeapStorageMemory,
this.totalOnHeapStorageMemory,
this.usedOffHeapStorageMemory,
this.usedOnHeapStorageMemory,
});
MemoryMetrics({
this.totalOffHeapStorageMemory,
this.totalOnHeapStorageMemory,
this.usedOffHeapStorageMemory,
this.usedOnHeapStorageMemory,
});