toCSVString method

String toCSVString()

Convert to string for CSV.

Implementation

String toCSVString() {
  return const ListToCsvConverter().convert(this, eol: "\n");
}