menu
brain_kernel package
documentation
mcp_host.dart
ProgressNotification
ProgressNotification.new const constructor
ProgressNotification.new const constructor
dark_mode
light_mode
ProgressNotification
constructor
const
ProgressNotification
(
{
required
String
progressToken
,
required
double
progress
,
double
?
total
,
})
Implementation
const ProgressNotification({ required this.progressToken, required this.progress, this.total, });
brain_kernel package
documentation
mcp_host
ProgressNotification
ProgressNotification.new const constructor
ProgressNotification class