isReady property
bool
get
isReady
Device is ready for new measurement.
Implementation
bool get isReady => this == DeviceState.ready;
Device is ready for new measurement.
bool get isReady => this == DeviceState.ready;