concat static method

Buffer concat(
  1. List list, [
  2. int totalLength
])

Returns a new Buffer which is the result of concatenating all the Buffer instances in the list together.

Implementation

external static Buffer concat(List list, [int totalLength]);