fromJson static method

GameDialogButton fromJson(
  1. String json
)

Implementation

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