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