menu
turbo_promptable package
documentation
workspace/models/context/t_collection.dart
TCollection
TCollection.new const constructor
TCollection.new const constructor
dark_mode
light_mode
TCollection
constructor
const
TCollection
(
{
required
String
name
,
required
List
<
String
>
items
,
})
Implementation
const TCollection({ required super.name, required this.items, });
turbo_promptable package
documentation
workspace/models/context/t_collection
TCollection
TCollection.new const constructor
TCollection class