SpaceEdit constructor

SpaceEdit({
  1. int levelId,
  2. String name,
  3. String description,
  4. String externalObjectType,
})

Returns a new SpaceEdit instance.

Implementation

SpaceEdit({
  this.levelId,
  this.name,
  this.description,
  this.externalObjectType,
});