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