ProgressNotificationParams constructor
ProgressNotificationParams({
- MetaObject? $meta,
- required String progressToken,
- required num progress,
- num? total,
- String? message,
Implementation
ProgressNotificationParams({
this.$meta,
required this.progressToken,
required this.progress,
this.total,
this.message,
});