AstInt constructor

AstInt({
  1. bool maybeNull = false,
})

Implementation

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