menu
finch package
documentation
mcp.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
,
})
Implementation
Schema({required this.type, this.title, this.description, this.defaultValue});
finch package
documentation
mcp
Schema<T>
Schema.new constructor
Schema class