emitNullSafeCode property
bool
get
emitNullSafeCode
Whether to emit code that supports https://dart.dev/null-safety.
This is based on a combination of:
- The library and/or package being opted-in to null safety.
- The library being added to the appropriate allow-list.
Implementation
bool get emitNullSafeCode;