decodeIterated method
Decodes the data as an iterated collection of nested data.
Implementation
@override
IteratedDecoder decodeIterated() {
throw CodableException.unsupportedMethod('CsvDecoder', 'decodeIterated',
reason: 'Row-level decoding only supports decodeKeyed() and decodeMapped().');
}