AstString constructor

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

Implementation

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