AdbMemoryInfo constructor

AdbMemoryInfo(
  1. int realtime,
  2. int javaHeap,
  3. int nativeHeap,
  4. int code,
  5. int stack,
  6. int graphics,
  7. int other,
  8. int system,
  9. int total,
)

Implementation

AdbMemoryInfo(
  this.realtime,
  this.javaHeap,
  this.nativeHeap,
  this.code,
  this.stack,
  this.graphics,
  this.other,
  this.system,
  this.total,
);