matchOnDetail property

bool? get matchOnDetail

An optional flag to include the detail when filtering the picks.

Implementation

_i2.bool? get matchOnDetail => _i5.getProperty(
      this,
      'matchOnDetail',
    );
set matchOnDetail (bool? value)

Implementation

set matchOnDetail(_i2.bool? value) {
  _i5.setProperty(
    this,
    'matchOnDetail',
    value ?? _i6.undefined,
  );
}