RowCollection constructor
RowCollection(
- Worksheet worksheet
Create a instance of rows collection.
Implementation
RowCollection(Worksheet worksheet) {
_worksheet = worksheet;
_innerList = <Row?>[];
}