ImageNote constructor

ImageNote({
  1. Fingerprint? fingerprint,
  2. String? resourceUrl,
})

Implementation

ImageNote({
  this.fingerprint,
  this.resourceUrl,
});