valueOf static method

ShortTag valueOf(
  1. int value
)

Implementation

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