ImageNote constructor
ImageNote({
- Fingerprint? fingerprint,
- String? resourceUrl,
Implementation
ImageNote({
this.fingerprint,
this.resourceUrl,
});
ImageNote({
this.fingerprint,
this.resourceUrl,
});