fromJson static method

JotformSubmission fromJson(
  1. String json
)

Implementation

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