joinCsv method

String joinCsv()

Implementation

String joinCsv() => "[${map((e) => "\"$e\"").join(',')}]";