ImageOccurrence constructor

ImageOccurrence({
  1. String? baseResourceUrl,
  2. int? distance,
  3. Fingerprint? fingerprint,
  4. List<Layer>? layerInfo,
})

Implementation

ImageOccurrence({
  this.baseResourceUrl,
  this.distance,
  this.fingerprint,
  this.layerInfo,
});