DefaultValueNode constructor

const DefaultValueNode({
  1. required ValueNode? value,
  2. FileSpan? span,
})

Implementation

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