menu
turbo_promptable package
documentation
workspace/models/specs/module.dart
Module
Module.new const constructor
Module.new const constructor
dark_mode
light_mode
Module
constructor
const
Module
(
{
required
String
name
,
TMetaData
?
metaData
,
required
List
<
String
>
projectIds
,
})
Implementation
const Module({ required super.name, super.metaData, required this.projectIds, });
turbo_promptable package
documentation
workspace/models/specs/module
Module
Module.new const constructor
Module class