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