MemoryStats class

Constructors

MemoryStats({required int rss, required int heapUsed, required int heapTotal, required int external, required int arrayBuffers, required double cpuUsagePercentage, required double memoryUsagePercentage})

Properties

arrayBuffers int
final
cpuUsagePercentage double
final
external int
final
hashCode int
The hash code for this object.
no setterinherited
heapTotal int
final
heapUsed int
final
memoryUsagePercentage double
final
rss int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited