StatsResponse class

Annotations
  • @JsonSerializable()

Constructors

StatsResponse({required num cpuUsage, required num memoryUsage, required num availableDiskSpace, required num activeFps, required num averageFrameRenderTime, required num renderSkippedFrames, required num renderTotalFrames, required num outputSkippedFrames, required num outputTotalFrames, required num webSocketSessionIncomingMessages, required num webSocketSessionOutgoingMessages})
StatsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

activeFps num
final
availableDiskSpace num
final
averageFrameRenderTime num
final
cpuUsage num
final
hashCode int
The hash code for this object.
no setterinherited
memoryUsage num
final
outputSkippedFrames num
final
outputTotalFrames num
final
renderSkippedFrames num
final
renderTotalFrames num
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
webSocketSessionIncomingMessages num
final
webSocketSessionOutgoingMessages num
final

Methods

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

Operators

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