SplitDartEmitter constructor
SplitDartEmitter(
- StringSink? _writeImports, {
- Allocator allocator = Allocator.none,
- bool emitNullSafeSyntax = false,
Implementation
SplitDartEmitter(
this._writeImports, {
Allocator allocator = Allocator.none,
bool emitNullSafeSyntax = false,
}) : super(
allocator: allocator,
orderDirectives: false,
useNullSafetySyntax: emitNullSafeSyntax,
);