AstVoid constructor

const AstVoid({
  1. bool maybeNull = false,
})

Implementation

const AstVoid({bool maybeNull = false}) : super(maybeNull, const []);