ReadingConfiguration constructor
ReadingConfiguration(
- dynamic forceReading,
- dynamic forceReadingIfSupported,
- dynamic timeoutInSeconds
Implementation
ReadingConfiguration(
forceReading, forceReadingIfSupported, timeoutInSeconds) {
this.forceReading = forceReading;
this.forceReadingIfSupported = forceReadingIfSupported;
this.timeoutInSeconds = timeoutInSeconds;
}