lines property

int get lines

Implementation

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

Implementation

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