LevelEdit constructor

LevelEdit({
  1. String name,
  2. String description,
  3. String externalObjectType,
})

Returns a new LevelEdit instance.

Implementation

LevelEdit({
  this.name,
  this.description,
  this.externalObjectType,
});