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