joinToString property

String get joinToString

Implementation

String get joinToString => reduce((curr, next) => '$curr,$next');