McpMetadataKey constructor
const
McpMetadataKey({})
Implementation
const McpMetadataKey({
required this.id,
required this.widgetType,
this.description,
this.screen,
this.tags,
this.customMetadata,
}) : super.empty();