dialogue static method

String dialogue(
  1. String dialogueName
)

A string representing the action of calling a dialogue object.

This doesn't create a new dialogue object nor check if the dialogue exists. If the dialogue doesn't exist, this action will be ignored in runtime.

Implementation

static String dialogue(String dialogueName) => "DL_$dialogueName";