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