ModelCreate constructor
ModelCreate({})
Returns a new ModelCreate instance.
Implementation
ModelCreate({
required this.id,
required this.project,
this.nameDe,
this.nameEn,
this.nameFr,
this.nameIt,
required this.slug,
});