Dart
dart:async
DeferredLibrary
DeferredLibrary const constructor
DeferredLibrary
DeferredLibrary class
Constructors
DeferredLibrary
Properties
libraryName
uri
hashCode
runtimeType
Methods
load
noSuchMethod
toString
Operators
operator ==
DeferredLibrary constructor
const
DeferredLibrary
(
String
libraryName
, {
String
uri
})
Implementation
const DeferredLibrary(this.libraryName, {this.uri});