decodeIterated method
Decodes the data as an iterated collection of nested data.
Implementation
@override
IteratedDecoder decodeIterated() {
throw CodableException.unsupportedMethod('CsvKeyedDecoder', 'decodeIterated',
reason: 'The csv format does not support nested collections.');
}