IntConstant constructor

const IntConstant(
  1. int value
)

Creates an IntConstant object with the given integer value.

Implementation

const IntConstant(super.value);