FormEvent constructor
FormEvent({
- required bool isDirty,
- TypeProperty? property,
- dynamic value,
Implementation
FormEvent({required this.isDirty, this.property, this.value});