Form constructor

Form({
  1. String? formUrl,
  2. String? responseUrl,
  3. String? thumbnailUrl,
  4. String? title,
})

Implementation

Form({
  this.formUrl,
  this.responseUrl,
  this.thumbnailUrl,
  this.title,
});