PlotChannels class

Available Extensions
Annotations
  • @CopyWith()

Constructors

PlotChannels({required List<FlSpot> l1, required List<FlSpot> l2, required List<FlSpot> l3, required List<FlSpot> aVR, required List<FlSpot> aVL, required List<FlSpot> aVF, required List<FlSpot> v1, required List<FlSpot> v2, required List<FlSpot> v3, required List<FlSpot> v4, required List<FlSpot> v5, required List<FlSpot> v6, int pivot = 0, int countRemoves = 9, int countUpdates = 125})
PlotChannels.fromList(List<List<FlSpot>> list, int pivot, int countRemoves, int countUpdates)

Properties

aVF List<FlSpot>
no setter
aVL List<FlSpot>
no setter
aVR List<FlSpot>
no setter
countRemoves int
final
countSamples int
no setter
countUpdates int
final
hashCode int
The hash code for this object.
no setterinherited
l1 List<FlSpot>
no setter
l2 List<FlSpot>
specialized
no setter
l3 List<FlSpot>
no setter
list List<List<FlSpot>>
final
pivot int
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
v1 List<FlSpot>
no setter
v2 List<FlSpot>
no setter
v3 List<FlSpot>
no setter
v4 List<FlSpot>
no setter
v5 List<FlSpot>
no setter
v6 List<FlSpot>
no setter

Methods

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

Operators

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