menu
mcp_models package
documentation
mcp_models_v2026.dart
Schema<T>
Schema.new constructor
Schema.new constructor
dark_mode
light_mode
Schema<
T
>
constructor
Schema<
T
>
(
{
required
String
type
,
String
?
title
,
String
?
description
,
T?
defaultValue
,
})
Creates a
Schema
.
Implementation
Schema({required this.type, this.title, this.description, this.defaultValue});
mcp_models package
documentation
mcp_models_v2026
Schema<T>
Schema.new constructor
Schema class