line property
int
get
line
Implementation
int get line => js_util.getProperty(this, 'line');
set
line
(int newValue)
Implementation
set line(int newValue) {
js_util.setProperty(this, 'line', newValue);
}