ProgressStartEventBody constructor
ProgressStartEventBody({})
Implementation
ProgressStartEventBody({
this.cancellable,
this.message,
this.percentage,
required this.progressId,
this.requestId,
required this.title,
});