menu
ngcompiler package
documentation
v1/src/compiler/output/dart_emitter.dart
DartEmitter
emitNullSafeSyntax property
emitNullSafeSyntax property
dark_mode
light_mode
emitNullSafeSyntax
property
bool
emitNullSafeSyntax
final
Whether to emit null-safe syntax (i.e. it would be valid to do so).
Implementation
final bool emitNullSafeSyntax;
ngcompiler package
documentation
v1/src/compiler/output/dart_emitter
DartEmitter
emitNullSafeSyntax property
DartEmitter class