from static method

Buffer from(
  1. dynamic array
)

Implementation

static Buffer from(dynamic array) => jsu.callMethod(_buffer, 'from', [array]);