NullValueNode constructor

const NullValueNode({
  1. FileSpan? span,
})

Implementation

const NullValueNode({
  FileSpan? span,
}) : super(span);