separarComVirgulas method

String separarComVirgulas()

Implementation

String separarComVirgulas() {
  var splitted = join(', ');

  return splitted;
}