contains method

bool contains(
  1. String name
)

Returns whether the control with name exists in this group.

Implementation

bool contains(String name) => controls.containsKey(name);