addInputs method

void addInputs(
  1. List<LyInput> inputs
)

Add inputs to the form. inputs is the inputs to add.

Implementation

void addInputs(List<LyInput<dynamic>> inputs) {
  add(LyFormAddInputsEvent(inputs));
}