ActionsClass constructor
ActionsClass(
- String className,
- Set<
Action> actions, - Set<
ComposedActionClass> composed, - Set<
ActionsClass> inherited,
Implementation
ActionsClass(this.className, this.actions, this.composed, this.inherited);