Node constructor Null safety

const Node(
  1. FileSpan? span
)

Implementation

const Node(this.span);