DeferredLibrary class

Indicates that loading of libraryName is deferred.

Indicates that loading of libraryName is deferred.

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

Annotations

Constructors

DeferredLibrary(String libraryName, {String uri})
const

Instance Properties

libraryName String
read-only
uri String
read-only

Instance Methods

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