YMapDelta constructor

const YMapDelta({
  1. required YMapDeltaAction action,
  2. YValue? oldValue,
  3. YValue? newValue,
})

Implementation

const YMapDelta({
  required this.action,
  this.oldValue,
  this.newValue,
});