AstBool constructor

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

Implementation

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