toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => <String, dynamic>{
      realTimeKey: realtime,
      javaHeapKey: javaHeap,
      nativeHeapKey: nativeHeap,
      codeKey: code,
      stackKey: stack,
      graphicsKey: graphics,
      otherKey: other,
      systemKey: system,
      totalKey: total,
    };