Memory constructor

Memory(
  1. num? appMem,
  2. num? totalMem,
  3. num? freeMem,
  4. bool? lowMemory,
)

Implementation

Memory(this.appMem, this.totalMem, this.freeMem, this.lowMemory);