CascadeProgress constructor
const
CascadeProgress({})
Implementation
const CascadeProgress({
required this.completed,
required this.total,
required this.currentEntityType,
required this.currentEntityId,
this.message,
});