Step class

Data class representing a detected step in the walking test.

Contains the timestamp index in the sensor data array where the step was detected. Used by WTProcessor.detectSteps to track individual step events during walking analysis.

Constructors

Step.new(int timestampIndex)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestampIndex int
Index in the sensor data array where the step was detected
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