concat property

String concat

Returns a string with the codes of the given items separated by a comma.

Implementation

String get concat => concatEnumWithCodeList(this);