ValueSampler class

Constructors

ValueSampler({required int initialValue, required int samples, required double deltaAvg, required int deltaMax, required double absAvg, required int absMax})
ValueSampler.start({required int initialValue})

Properties

absAvg double
no setter
absMax int
getter/setter pair
deltaAvg double
no setter
deltaMax int
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
initialValue int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
samples int
getter/setter pair

Methods

add(int value) → void
Adds a sample.
asDartCode() String
Returns dart code that constructs th object.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
seal() → void
toString() String
A string representation of this object.
inherited

Operators

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