translate property
bool
get
translate
Implementation
bool get translate => js_util.getProperty(this, 'translate');
set
translate
(bool newValue)
Implementation
set translate(bool newValue) {
js_util.setProperty(this, 'translate', newValue);
}