findControls method

List<ControlModel> findControls()

Returns all ControlModels from internal args - ControlArgs. If none found, empty List is returned.

Implementation

List<ControlModel> findControls() => argStore.getAll<ControlModel>();