IntValueNode constructor
const
IntValueNode({
- required String value,
- FileSpan? span,
Implementation
const IntValueNode({
required this.value,
FileSpan? span,
}) : super(span);