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