ListView constructor

const ListView(
  1. Token name,
  2. AstNode children
)

Implementation

const ListView(super.name, this.children);