Form constructor

Form({
  1. String? actionUri,
  2. List<String>? fields,
})

Implementation

Form({
  this.actionUri,
  this.fields,
});