rowCount property
int
get
rowCount
Gets the number of rows added to the builder.
Implementation
int get rowCount => _rows.length;
Gets the number of rows added to the builder.
int get rowCount => _rows.length;