FormEvent constructor

FormEvent({
  1. required bool isDirty,
  2. TypeProperty? property,
  3. dynamic value,
})

Implementation

FormEvent({required this.isDirty, this.property, this.value});