FormResultFree constructor
FormResultFree(
- DBFormFree form, {
- bool success = true,
- Map<
String, FieldResultFree> ? formResult,
Implementation
FormResultFree(
this.form, {
this.success = true,
Map<String, FieldResultFree>? formResult,
}) {
this.formResult = formResult ?? {};
}