menu
finch package
documentation
mcp.dart
EnumSchema<T>
EnumSchema.new constructor
EnumSchema.new constructor
dark_mode
light_mode
EnumSchema<
T
>
constructor
EnumSchema<
T
>
(
{
required
String
type
,
String
?
title
,
String
?
description
,
T?
defaultValue
,
})
Implementation
EnumSchema({ required super.type, super.title, super.description, super.defaultValue, });
finch package
documentation
mcp
EnumSchema<T>
EnumSchema.new constructor
EnumSchema class