FieldValueChange constructor

FieldValueChange({
  1. String? displayName,
  2. String? fieldId,
  3. FieldValue? newValue,
  4. FieldValue? oldValue,
})

Implementation

FieldValueChange({
  this.displayName,
  this.fieldId,
  this.newValue,
  this.oldValue,
});