MemoryInfo constructor

MemoryInfo({
  1. int? sizeInMiB,
})

Implementation

MemoryInfo({
  this.sizeInMiB,
});