LINES property

int get LINES

Implementation

int get LINES => _LINES.value;
set LINES (int value)

Implementation

set LINES(int value) => _LINES.value = value;