willChange property

String willChange

Implementation

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

Implementation

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