ActionNodeSpec constructor

ActionNodeSpec(
  1. String id,
  2. String? name,
  3. String type,
  4. Map props,
  5. Map actions,
)

Implementation

ActionNodeSpec(super.id, super.name, super.type, super.props, Map actions)
    : super(actions: actions);