PlanModeInput constructor

const PlanModeInput({
  1. required String action,
  2. String? planText,
})

Implementation

const PlanModeInput({required this.action, this.planText});