AuditLogChange constructor

AuditLogChange({
  1. dynamic newValue,
  2. dynamic oldValue,
  3. required AuditLogChangeKey key,
})

Constructor

Implementation

AuditLogChange({
  this.newValue,
  this.oldValue,
  required this.key,
});