lines property Null safety

int? lines

Implementation

int? get lines native;
void lines=(int? value)

Implementation

set lines(int? value) native;