menu
codable_dart package
documentation
csv.dart
CsvValueEncoder
encodeInt method
encodeInt method
dark_mode
light_mode
encodeInt
method
@
override
void
encodeInt
(
int
value
)
override
Encodes an integer value.
Implementation
@override void encodeInt(int value) { writer.add('$value'); }
codable_dart package
documentation
csv
CsvValueEncoder
encodeInt method
CsvValueEncoder class