Dart
dart:async
DeferredLibrary
DeferredLibrary const constructor
description
DeferredLibrary constructor
const
DeferredLibrary
(
String
libraryName
, {
String
uri
})
Implementation
const
DeferredLibrary(
this
.libraryName, {
this
.uri});