Execute.rotated constructor
Execute.rotated(})
Sets the execution rotation to the given rotation.
Implementation
Execute.rotated(
dynamic rot, {
required this.children,
this.encapsulate = true,
this.targetFilePath = 'objd',
this.targetFileName,
}) {
_args = rotated(rot).args;
}