ofNum static method

LDValue ofNum(
  1. num value
)

Returns an instance for a numeric value.

Implementation

static LDValue ofNum(num value) => LDValue._const(value);