contain property

String contain

Implementation

_i2.String get contain => _i4.getProperty(
      this,
      'contain',
    );
void contain=(String value)

Implementation

set contain(_i2.String value) {
  _i4.setProperty(
    this,
    'contain',
    value,
  );
}