getGraph method

DialogueGraph? getGraph(
  1. String id
)

Returns the registered graph for id, or null if not found.

Implementation

DialogueGraph? getGraph(String id) => _graphs[id];