line property

int line

Implementation

int get line => js_util.getProperty(this, 'line');
void line=(int newValue)

Implementation

set line(int newValue) {
  js_util.setProperty(this, 'line', newValue);
}