LiteralNum constructor

const LiteralNum(
  1. num value
)

Configuration for defining a literal num.

Implementation

const LiteralNum(super.value);