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