decodeMapped method
Decodes the data as a collection of key-value pairs. The values are accessed and decoded based on the provided key.
Implementation
@override
MappedDecoder decodeMapped() {
throw CodableException.unsupportedMethod('CsvKeyedDecoder', 'decodeMapped',
reason: 'The csv format does not support nested objects.');
}