RangeCollection constructor
RangeCollection(
- Row row
Create a instance of rows collection.
Implementation
RangeCollection(Row row) {
_row = row;
_innerList = <Range?>[];
}
Create a instance of rows collection.
RangeCollection(Row row) {
_row = row;
_innerList = <Range?>[];
}