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