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