canPickMany property
bool
get
canPickMany
literal-type defines return type
Implementation
_i2.bool get canPickMany => _i3.getProperty(
this,
'canPickMany',
);
set
canPickMany
(bool value)
Implementation
set canPickMany(_i2.bool value) {
_i3.setProperty(
this,
'canPickMany',
value,
);
}