ProjectModel constructor
ProjectModel()
Constructor.
Implementation
ProjectModel(
this.name,
this.cidCode,
this.generateNfts,
// this.weightsFactor,
this.layers,
//
this.metaDir,
this.layerDir,
this.layerCrunchDir,
this.imageDir,
this.rarityDir,
this.rarityNftCsv,
this.rarityLayersCsv,
this.rarityNftPng,
this.rarityLayersPng);