translate property

bool translate

Implementation

bool get translate => js_util.getProperty(this, 'translate');
void translate=(bool newValue)

Implementation

set translate(bool newValue) {
  js_util.setProperty(this, 'translate', newValue);
}