fromJson static method

GameDialogComponent fromJson(
  1. String json
)

Implementation

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