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