NiceViewChange constructor
- required NiceViewChangeType type,
- required String componentId,
- String? field,
- dynamic oldValue,
- dynamic newValue,
Implementation
const NiceViewChange({
required this.type,
required this.componentId,
this.field,
this.oldValue,
this.newValue,
});