AstObject constructor

const AstObject({
  1. bool maybeNull = false,
})

Implementation

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