enableDeferredLibraries property
If defined, enables/disables deferred libraries.
- If
false(disabled), it passes the argument--disable-program-splitto thedart2jscompiler. - If
true(enabled), it forces the removal of the argument--disable-program-splitfrom--dart2js-args. - If
null, it uses the default behavior of the test compiler (deferred libraries enabled).
Implementation
late final bool? enableDeferredLibraries;