registerInputs property

List<DashInput> get registerInputs

List of DashInputs that will be used in the command in its lifecycle. Learn more about DashInput and available type by opening it definition.

Example, [StringInput('Your query'), CodeInput('Code Attachment')]

Implementation

List<DashInput> get registerInputs;