decodeString method

  1. @override
String decodeString()
override

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