selectInputElement method
Selects the InputElement elements.
Implementation
List<InputElement> selectInputElement() =>
querySelectorAllTyped<InputElement>('input');
Selects the InputElement elements.
List<InputElement> selectInputElement() =>
querySelectorAllTyped<InputElement>('input');