MergeInput.bytes constructor

MergeInput.bytes(
  1. Uint8List bytes
)

Creates a MergeInput from a byte array.

Implementation

factory MergeInput.bytes(Uint8List bytes) = BytesMergeInput;