Product constructor
Product({})
Implementation
Product({
required this.glb,
required this.usdz,
required this.isActive,
required this.name,
required this.placement,
required this.resize,
required this.pdpUrl,
required this.sound,
this.modelId,
this.manufacturerId,
});