findPath method
Walks the path to find the matching control.
If no match is found, returns null.
For ControlGroups, matches on name. For ControlArray, it parses an int
to match on index.
Implementation
AbstractControl? findPath(List<String?>? path) => _find(this, path);