FastSeekListCSV constructor
const
FastSeekListCSV({
- required List<
FieldDefinition> header, - required List<
List< recordIndex,ListRecord> > - required int length,
Implementation
const FastSeekListCSV({
required super.header,
required this.recordIndex,
required this.length,
}) : super(records: const []);