decodeString method
Decodes the data as a string value.
Implementation
@override
String decodeString() {
throw CodableException.unsupportedMethod('CsvDecoder', 'decodeString',
reason: 'Row-level decoding only supports decodeKeyed() and decodeMapped().');
}