valueOf static method

IntTag valueOf(
  1. int value
)

Implementation

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