ZardFormSnapshot constructor
const
ZardFormSnapshot({})
Implementation
const ZardFormSnapshot({
required this.isValid,
required this.isDirty,
required this.isTouched,
required this.isSubmitting,
required this.isValidating,
required this.submitCount,
required this.disabled,
required this.formErrors,
});