lines property Null safety

int lines
@Deprecated('Use rows')

Returns the current console height in rows.

Implementation

@Deprecated('Use rows')
int get lines => rows;