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