AudiogramHealthValue class
A HealthValue object for audiograms
Parameters:
- frequencies - array of frequencies of the test
- leftEarSensitivities threshold in decibel for the left ear
- rightEarSensitivities threshold in decibel for the left ear
- Inheritance
-
- Object
- HealthValue
- AudiogramHealthValue
Constructors
-
AudiogramHealthValue(List<
num> _frequencies, List<num> _leftEarSensitivities, List<num> _rightEarSensitivities) - AudiogramHealthValue.fromJson(dynamic json)
-
factory
Properties
-
frequencies
→ List<
num> -
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
-
leftEarSensitivities
→ List<
num> -
no setter
-
rightEarSensitivities
→ List<
num> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object o) → bool -
The equality operator.
override