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