AttachmentModel constructor
AttachmentModel({})
Implementation
AttachmentModel({
this.id,
this.name,
this.sizeInBytes,
this.privateUrl,
this.publicUrl,
this.downloadUrl,
this.isNew,
});
AttachmentModel({
this.id,
this.name,
this.sizeInBytes,
this.privateUrl,
this.publicUrl,
this.downloadUrl,
this.isNew,
});