Indicates that loading of libraryName is deferred.

This class is obsolete. Instead use the syntax: import "library.dart" deferred as prefix;

Annotations

Properties

String libraryName
read-only
String uri
read-only

Constructors

DeferredLibrary(String libraryName, {String uri})
const

Methods

load() → Future<Null>
Ensure that libraryName has been loaded.