controls property

List<MVCArray<HTMLElement?>?>? controls

Implementation

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

Implementation

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