contentToString method

  1. @Deprecated('')
String contentToString()

Returns a string representation of the contents of the specified array as if it is List.

Implementation

@Deprecated('')
String contentToString() => join(', ');