all property

String all

Implementation

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

Implementation

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