fromJson static method

JotformQuestion fromJson(
  1. String json
)

Implementation

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