ProjectUpdate constructor
ProjectUpdate({})
Returns a new ProjectUpdate instance.
Implementation
ProjectUpdate({
required this.name,
this.description,
this.website,
this.gallery,
this.translationsDe,
this.translationsEn,
this.translationsFr,
this.translationsIt,
this.backlinkUrls,
this.arbuttonConfig = const {},
});