ModelInfo constructor
ModelInfo({
- int assetModelId,
- int assetId,
- String name,
- String revision,
- String status,
- bool isCurrent,
- String uploadedById,
- String segmentName,
- String segmentId,
- String assetName,
- String modelPath,
- int modelSize,
- double oneMeter,
- int originalAuthorId,
- DateTime dateUploaded,
- DateTime dateProcessed,
- int lastEntityId,
- String processingStage,
- String processingStatus,
Returns a new ModelInfo instance.
Implementation
ModelInfo({
this.assetModelId,
this.assetId,
this.name,
this.revision,
this.status,
this.isCurrent,
this.uploadedById,
this.segmentName,
this.segmentId,
this.assetName,
this.modelPath,
this.modelSize,
this.oneMeter,
this.originalAuthorId,
this.dateUploaded,
this.dateProcessed,
this.lastEntityId,
this.processingStage,
this.processingStatus,
});