valueOf static method

ByteArrayTag valueOf(
  1. List<int> value
)

Implementation

static ByteArrayTag valueOf(List<int> value) {
  return ByteArrayTag._(value);
}