ArchiveSelectionContext constructor

const ArchiveSelectionContext({
  1. required String canonicalName,
  2. bool acceptVersionedNames = true,
})

Implementation

const ArchiveSelectionContext({
  required this.canonicalName,
  this.acceptVersionedNames = true,
});