Location constructor

Location({
  1. bool? isAccepted,
  2. bool? isOa,
  3. bool? isPublished,
  4. String? landingPageUrl,
  5. String? license,
  6. DehydratedSource? source,
  7. String? pdfUrl,
  8. String? version,
})

Implementation

Location({
  this.isAccepted,
  this.isOa,
  this.isPublished,
  this.landingPageUrl,
  this.license,
  this.source,
  this.pdfUrl,
  this.version,
});