DeferredLibrary constructor Null safety

const DeferredLibrary(
  1. String libraryName,
  2. {String? uri}
)

Implementation

const DeferredLibrary(this.libraryName, {this.uri});