WantedPersonFile constructor

const WantedPersonFile({
  1. String? url,
  2. String? name,
})

Creates a WantedPersonFile object.

Implementation

const WantedPersonFile({
  this.url,
  this.name,
});