getValue method

GameDialogComponentValue getValue(
  1. String key
)

Implementation

GameDialogComponentValue getValue(String key) =>
    values[key] ??
    GameDialogComponentValue(
      component: -1,
    );