SessionUnits class

Constructors

SessionUnits({required List<String> speedUnits, required num speedBytes, required List<String> sizeUnits, required num sizeBytes, required List<String> memoryUnits, required num memoryBytes})
const
SessionUnits.fromJson(JsonMap rawData)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
memoryBytes num
final
memoryUnits List<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeBytes num
final
sizeUnits List<String>
final
speedBytes num
final
speedUnits List<String>
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