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