OutdatedLibrary constructor

OutdatedLibrary({
  1. List<String>? learnMoreUrls,
  2. String? libraryName,
  3. String? version,
})

Implementation

OutdatedLibrary({this.learnMoreUrls, this.libraryName, this.version});