SpaceInfo constructor

SpaceInfo({
  1. String levelName,
  2. LevelInfo level,
  3. int assetModelId,
  4. int entityId,
  5. String name,
  6. String description,
  7. String externalIdentifier,
  8. String externalObjectType,
  9. String externalObjectName,
  10. ModelInfo model,
  11. String modelName,
  12. DateTime dateCreated,
  13. DateTime dateModified,
})

Returns a new SpaceInfo instance.

Implementation

SpaceInfo({
  this.levelName,
  this.level,
  this.assetModelId,
  this.entityId,
  this.name,
  this.description,
  this.externalIdentifier,
  this.externalObjectType,
  this.externalObjectName,
  this.model,
  this.modelName,
  this.dateCreated,
  this.dateModified,
});