rowCount property

int get rowCount

Gets the number of rows added to the builder.

Implementation

int get rowCount => _rows.length;