OTAProgress constructor
const
OTAProgress({})
Implementation
const OTAProgress({
required this.deviceAddress,
required this.state,
this.progressPercent = 0,
this.bytesTransferred = 0,
this.totalBytes = 0,
this.error,
this.estimatedSecondsRemaining,
});