joinArgsSimple method

String joinArgsSimple()

add ', ' between

Implementation

String joinArgsSimple() => join(', ');