lines property Null safety
@Deprecated('Use rows')
Returns the current console height in rows.
Implementation
@Deprecated('Use rows')
int get lines => rows;
Returns the current console height in rows.
@Deprecated('Use rows')
int get lines => rows;