valueOf static method

DoubleTag valueOf(
  1. double value
)

Implementation

static DoubleTag valueOf(double value) {
  return DoubleTag._(value);
}