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