rows property
int
get
rows
Implementation
int get rows => this._rows;
set
rows
(int rows)
Implementation
set rows(int rows) {
this._rows = rows;
this.__isset_rows = true;
}