fromJson static method

GameDialogComponentValue fromJson(
  1. String json
)

Implementation

static GameDialogComponentValue fromJson(String json) {
  return ensureInitialized().decodeJson<GameDialogComponentValue>(json);
}