menu
finch package
documentation
mcp.dart
BooleanSchema
BooleanSchema.new constructor
BooleanSchema.new constructor
dark_mode
light_mode
BooleanSchema
constructor
BooleanSchema
(
{
String
?
title
,
String
?
description
,
bool
?
defaultValue
,
})
Implementation
BooleanSchema({super.title, super.description, super.defaultValue}) : super(type: 'boolean');
finch package
documentation
mcp
BooleanSchema
BooleanSchema.new constructor
BooleanSchema class