compose static method
Implementation
static ArcaneInteraction compose(List<ArcaneInteraction> actions) =>
_ComposedInteraction(List<ArcaneInteraction>.unmodifiable(actions));
static ArcaneInteraction compose(List<ArcaneInteraction> actions) =>
_ComposedInteraction(List<ArcaneInteraction>.unmodifiable(actions));