IntConstant constructor
const
IntConstant(
- int value
Creates an IntConstant object with the given integer value
.
Implementation
const IntConstant(super.value);
Creates an IntConstant object with the given integer value
.
const IntConstant(super.value);