fromJson static method

JotformForm fromJson(
  1. String json
)

Implementation

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