upsertAction method

void upsertAction(
  1. Map spec
)

Implementation

void upsertAction(Map spec) {
  final node = ActionNodeSpec.fromMap(spec);
  actions[node.id] = node;
}