FieldValueChange constructor
FieldValueChange({
- String? displayName,
- String? fieldId,
- FieldValue? newValue,
- FieldValue? oldValue,
Implementation
FieldValueChange({
this.displayName,
this.fieldId,
this.newValue,
this.oldValue,
});