encodeInt method
Encodes an integer value.
Implementation
@override
void encodeInt(int value) {
throw CodableException.unsupportedMethod('CsvEncoder', 'encodeInt',
reason: 'Row-level encoding only supports encodeKeyed() and encodeMapped().');
}