syntax property

String syntax

Implementation

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

Implementation

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