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