JotformAPI constructor

JotformAPI({
  1. String baseUrl = "https://api.jotform.com",
  2. required String apiKey,
})

Implementation

JotformAPI({this.baseUrl = "https://api.jotform.com", required this.apiKey});