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