controls property

List<String?>? controls

Implementation

List<String?>? get controls => getProperty(this, 'controls')?.cast<String?>();
void controls=(List<String?>? value)

Implementation

set controls(List<String?>? value) {
  setProperty(this, 'controls', value);
}