MCPProgress constructor

const MCPProgress({
  1. double? progress,
  2. double? total,
  3. String? message,
})

Implementation

const MCPProgress({this.progress, this.total, this.message});