menu
neomage package
documentation
data/tools/plan_mode_tool.dart
PlanModeInput
PlanModeInput.new const constructor
PlanModeInput.new const constructor
dark_mode
light_mode
PlanModeInput
constructor
const
PlanModeInput
(
{
required
String
action
,
String
?
planText
,
})
Implementation
const PlanModeInput({required this.action, this.planText});
neomage package
documentation
data/tools/plan_mode_tool
PlanModeInput
PlanModeInput.new const constructor
PlanModeInput class