valueOf static method

LongTag valueOf(
  1. int value
)

Implementation

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