BackupDiffEntry constructor
const
BackupDiffEntry({
- required String entityType,
- required String entityId,
- required BackupDiffAction action,
- required String fieldName,
- dynamic oldValue,
- dynamic newValue,
- String? label,
Implementation
const BackupDiffEntry({
required this.entityType,
required this.entityId,
required this.action,
required this.fieldName,
this.oldValue,
this.newValue,
this.label,
});