MobilityMeasure class abstract
Base class for all mobility test measures.
Describes the test type, display name.
Extended by task-specific measures, such as StsMeasure, SromMeasure, TugMeasure, WtMeasure
.
- Implementers
Constructors
- MobilityMeasure({required String type, required String name})
Properties
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