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