menu
codable_dart package
documentation
csv.dart
CsvSelfEncodableSelf<T extends SelfEncodable>
toCsvBytes method
toCsvBytes method
dark_mode
light_mode
toCsvBytes
method
List
<
int
>
toCsvBytes
(
)
Implementation
List<int> toCsvBytes() { return CsvEncoder.encodeBytes(this); }
codable_dart package
documentation
csv
CsvSelfEncodableSelf<T extends SelfEncodable>
toCsvBytes method
CsvSelfEncodableSelf extension on T