isDeferred property
Whether this import is deferred.
Deferred imports use the 'deferred as' syntax and load the library lazily when first used via the import prefix.
Implementation
final bool isDeferred;
Whether this import is deferred.
Deferred imports use the 'deferred as' syntax and load the library lazily when first used via the import prefix.
final bool isDeferred;