IterableJoinToString<E> extension
Methods
-
joinToString({String separator = ', ', String transform(E element)?, String prefix = '', String postfix = '', int? limit, String truncated = '...'})
→ String
-
Creates a string from all the elements separated using
separator
and
using the given prefix
and postfix
if supplied.