NoiseMeter class

A NoiseMeter provides continuous access to noise reading via the noise stream.

Constructors

NoiseMeter()
Create a NoiseMeter.

Properties

hashCode int
The hash code for this object.
no setterinherited
noise Stream<NoiseReading>
The stream of noise readings.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampleRate Future<int>
The actual sampling rate.
no setter

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