Execute.as constructor
Execute.as(})
Implementation
Execute.as(
Entity entity, {
required this.children,
this.encapsulate = true,
this.targetFilePath = 'objd',
this.targetFileName,
}) {
_args = as(entity).args;
}