MemoryInfo constructor

MemoryInfo({
  1. String? memoryCapInKibibyte,
  2. String? memoryTotalInKibibyte,
})

Implementation

MemoryInfo({
  this.memoryCapInKibibyte,
  this.memoryTotalInKibibyte,
});