matchOnDescription property
bool?
get
matchOnDescription
An optional flag to include the description when filtering the picks.
Implementation
_i2.bool? get matchOnDescription => _i5.getProperty(
this,
'matchOnDescription',
);
set
matchOnDescription
(bool? value)
Implementation
set matchOnDescription(_i2.bool? value) {
_i5.setProperty(
this,
'matchOnDescription',
value ?? _i6.undefined,
);
}