autoTranslateEnable property
bool
get
autoTranslateEnable
Implementation
bool get autoTranslateEnable => _translator != null && _autoTranslateEnable;
set
autoTranslateEnable
(bool value)
Implementation
set autoTranslateEnable(bool value) => _autoTranslateEnable = value;