Location constructor

Location({
  1. String? cpeUri,
  2. String? path,
  3. Version? version,
})

Implementation

Location({this.cpeUri, this.path, this.version});