fromJson static method

JotformFormPaymentProps fromJson(
  1. String json
)

Implementation

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