Indicates that loading of libraryName is deferred.

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

Annotations

Properties

libraryName String
read-only

uri String
read-only

Constructors

DeferredLibrary(String libraryName, {String uri})
const

Methods

load() → Future<Null>

Ensure that libraryName has been loaded.