convertCsvString method

String convertCsvString()

Implementation

String convertCsvString(){
  return const ListToCsvConverter().convert(data);
}