translate property

bool translate

Implementation

_i2.bool get translate => _i4.getProperty(
      this,
      'translate',
    );
void translate=(bool value)

Implementation

set translate(_i2.bool value) {
  _i4.setProperty(
    this,
    'translate',
    value,
  );
}