nativeNullAssertions property

bool? nativeNullAssertions
final

Whether or not to enable runtime non-null assertions for values returned from browser apis.

If null then no flag will be provided to the compiler, and the default will be used.

Implementation

final bool? nativeNullAssertions;