replacement property

String get replacement

Implementation

_i2.String get replacement => _i3.getProperty(
      this,
      'replacement',
    );
set replacement (String value)

Implementation

set replacement(_i2.String value) {
  _i3.setProperty(
    this,
    'replacement',
    value,
  );
}