line property

dynamic line

Implementation

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

Implementation

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