decodeIterated method

  1. @override
IteratedDecoder decodeIterated()
override

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.');
}