encodeNumOrNull method
Encodes a nullable num value.
Implementation
@override
void encodeNumOrNull(num? value) {
throw CodableException.unsupportedMethod('CsvEncoder', 'encodeNumOrNull',
reason: 'Row-level encoding only supports encodeKeyed() and encodeMapped().');
}