fromJson static method

JotformAnswer fromJson(
  1. String json
)

Implementation

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