isDeferred property

bool isDeferred
final

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;