Indicates that loading of libraryName is deferred.
This class is obsolete. Instead use the syntax: import "library.dart" deferred as prefix;
- Annotations
- Deprecated("Dart sdk v. 1.8")
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.