AppDownload constructor
Implementation
AppDownload({
this.id,
this.title,
this.description,
this.playstoreUrl,
this.appstoreUrl,
this.providerPlaystoreUrl,
this.providerAppstoreUrl,
this.appImage,
this.appImageFull,
});
AppDownload({
this.id,
this.title,
this.description,
this.playstoreUrl,
this.appstoreUrl,
this.providerPlaystoreUrl,
this.providerAppstoreUrl,
this.appImage,
this.appImageFull,
});