emitNullSafeCode property

bool emitNullSafeCode

Whether to emit code that supports https://dart.dev/null-safety.

This is based on a combination of:

  1. The library and/or package being opted-in to null safety.
  2. The library being added to the appropriate allow-list.

Implementation

bool get emitNullSafeCode;