decodeIterated method

  1. @override
IteratedDecoder decodeIterated()
override

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