ArtCrime constructor

const ArtCrime({
  1. String? id,
  2. String? idInAgency,
  3. String? uid,
  4. String? title,
  5. String? description,
  6. List<FbiImage>? images,
  7. String? crimeCategory,
  8. String? maker,
  9. String? materials,
  10. String? measurements,
  11. String? period,
  12. String? additionalData,
  13. String? modified,
  14. String? publication,
  15. String? path,
  16. String? referenceNumber,
  17. bool? isStealth,
})

Creates an ArtCrime object.

Implementation

const ArtCrime({
  this.id,
  this.idInAgency,
  this.uid,
  this.title,
  this.description,
  this.images,
  this.crimeCategory,
  this.maker,
  this.materials,
  this.measurements,
  this.period,
  this.additionalData,
  this.modified,
  this.publication,
  this.path,
  this.referenceNumber,
  this.isStealth,
});