fromJson static method

GameDialogTextFieldComponent fromJson(
  1. String json
)

Implementation

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