SpaceCreate constructor

SpaceCreate({
  1. int levelId,
  2. @required int assetModelId,
  3. int entityId,
  4. String externalIdentifier,
  5. String name,
  6. String description,
  7. String externalObjectType,
})

Returns a new SpaceCreate instance.

Implementation

SpaceCreate({
  this.levelId,
  @required this.assetModelId,
  this.entityId,
  this.externalIdentifier,
  this.name,
  this.description,
  this.externalObjectType,
});