YMapDelta constructor
const
YMapDelta({
- required YMapDeltaAction action,
- YValue? oldValue,
- YValue? newValue,
Implementation
const YMapDelta({required this.action, this.oldValue, this.newValue});