valueOf static method

ByteTag valueOf(
  1. int value
)

Implementation

static ByteTag valueOf(int value) {
  return ByteTag._(value);
}