matches property

bool? matches

Implementation

_i2.bool? get matches => _i4.getProperty(
      this,
      'matches',
    );
void matches=(bool? value)

Implementation

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