UMetricsResponse class

Constructors

UMetricsResponse.new({double cpuUsage = 0, double memoryUsage = 0, double diskUsage = 0, double totalMemory = 0, double freeMemory = 0, double totalDisk = 0, double freeDisk = 0, String date = ""})
UMetricsResponse.fromJson(String str)
factory
UMetricsResponse.fromMap(Map<String, dynamic> json)
factory

Properties

cpuUsage double
final
date String
final
diskUsage double
final
freeDisk double
final
freeMemory double
final
hashCode int
The hash code for this object.
no setterinherited
memoryUsage double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalDisk double
final
totalMemory double
final

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