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