lang property

String lang

Implementation

String get lang => js_util.getProperty(this, 'lang');
void lang=(String newValue)

Implementation

set lang(String newValue) {
  js_util.setProperty(this, 'lang', newValue);
}