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