parsedInputRecords property

List<List<String>>? parsedInputRecords
final

An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).

Implementation

final List<List<String>>? parsedInputRecords;