lineno property

int get lineno

Implementation

int get lineno => js_util.getProperty(this, 'lineno');
set lineno (int newValue)

Implementation

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