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