DartEmitter constructor

DartEmitter({
  1. bool emitNullSafeSyntax = false,
})

Implementation

DartEmitter({
  this.emitNullSafeSyntax = false,
});