menu
mcp_bundle package
documentation
mcp_bundle.dart
UiError
UiError.new constructor
UiError.new constructor
dark_mode
light_mode
UiError
constructor
UiError
(
{
required
String
code
,
required
String
message
,
String
?
path
,
Map
<
String
,
dynamic
>
?
context
,
})
Implementation
UiError({ required this.code, required this.message, this.path, this.context, });
mcp_bundle package
documentation
mcp_bundle
UiError
UiError.new constructor
UiError class