lines property

int lines

Implementation

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

Implementation

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