menu
dart_mcp package
documentation
server.dart
EnumSchema
title property
title property
dark_mode
light_mode
title
property
String
?
get
title
override
A title for this schema, should be short.
Implementation
String? get title => _value['title'] as String?;
dart_mcp package
documentation
server
EnumSchema
title property
EnumSchema extension type