Returns whether the control with name exists in this group.
name
bool contains(String name) => controls.containsKey(name);