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