TriposFirmwareUpdatePresentation constructor
const
TriposFirmwareUpdatePresentation({})
Implementation
const TriposFirmwareUpdatePresentation({
required this.event,
required this.title,
required this.message,
required this.isBlocking,
this.progressPercent,
this.isDeterminate = false,
this.isSuccess = false,
this.isFailure = false,
});