BoxplotData class

Constructors

BoxplotData({required DynamicData x, required DynamicData max, required DynamicData upAve4, required DynamicData middle, required DynamicData downAve4, required DynamicData min})

Properties

downAve4 DynamicData
final
hashCode int
The hash code for this object.
no setterinherited
max DynamicData
final
middle DynamicData
final
min DynamicData
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
upAve4 DynamicData
final
x DynamicData
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