bool get newTab => _newTab;
set newTab(bool value) { _newTab = value; if (value) { nodeRoot.target = '_blank'; } else { nodeRoot.target = ''; } }