rowsCount property

int? rowsCount

Implementation

int? get rowsCount => _rowsCount;
void rowsCount=(int? val)

Implementation

set rowsCount(int? val) => _rowsCount = val;