actionFor method

FireAction actionFor(
  1. String tag
)

Implementation

FireAction actionFor(String tag) {
  return actions[tag]!;
}