canSelectMany property
bool?
get
canSelectMany
Allow to select many files or folders.
Implementation
_i2.bool? get canSelectMany => _i5.getProperty(
this,
'canSelectMany',
);
set
canSelectMany
(bool? value)
Implementation
set canSelectMany(_i2.bool? value) {
_i5.setProperty(
this,
'canSelectMany',
value ?? _i6.undefined,
);
}