colCount property Null safety

int? colCount

Implementation

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

Implementation

set colCount(int? value) native;