LevelCreate constructor
LevelCreate({})
Returns a new LevelCreate instance.
Implementation
LevelCreate({
@required this.assetModelId,
this.entityId,
this.externalIdentifier,
this.name,
this.description,
this.externalObjectType,
});