ProjectSnapshotResponseModel constructor
const
ProjectSnapshotResponseModel({})
Implementation
const ProjectSnapshotResponseModel({
required this.projectSnapshotId,
required this.projectId,
required this.createdAtUnix,
required this.name,
this.audioUpload,
this.zipUpload,
});