List<String?>? get controls => getProperty(this, 'controls')?.cast<String?>();
set controls(List<String?>? value) { setProperty(this, 'controls', value); }