variable property

String variable

Implementation

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

Implementation

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