ImageOccurrence constructor
ImageOccurrence({
- String? baseResourceUrl,
- int? distance,
- Fingerprint? fingerprint,
- List<
Layer> ? layerInfo,
Implementation
ImageOccurrence({
this.baseResourceUrl,
this.distance,
this.fingerprint,
this.layerInfo,
});