willChange property
String
get
willChange
Implementation
_i2.String get willChange => _i4.getProperty(
this,
'willChange',
);
set
willChange
(String value)
Implementation
set willChange(_i2.String value) {
_i4.setProperty(
this,
'willChange',
value,
);
}