YMapEvent constructor

const YMapEvent({
  1. required YMap target,
  2. required List<(String, YMapDelta)> keys,
  3. required EventPath path,
})

Implementation

const YMapEvent({
  required this.target,
  required this.keys,
  required this.path,
});