FormResponse constructor

FormResponse({
  1. Form form,
  2. List<Form> forms,
})

Implementation

FormResponse({this.form, this.forms});