clear property

String clear

Implementation

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

Implementation

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