menu
codable_dart package
documentation
csv.dart
CsvSelfEncodableSelf<T extends SelfEncodable>
toCsv method
toCsv method
dark_mode
light_mode
toCsv
method
String
toCsv
(
)
Implementation
String toCsv() { return CsvEncoder.encode(this); }
codable_dart package
documentation
csv
CsvSelfEncodableSelf<T extends SelfEncodable>
toCsv method
CsvSelfEncodableSelf extension on T