rowCount property
int
get
rowCount
Count of records that have been written to the underlying StringSink. This count excludes the header
line if hasHeader is true.
Implementation
int get rowCount => _rowCount;