mutationRecord top-level property

dynamic get mutationRecord

A MutationRecord represents an individual DOM mutation. It is the object that is passed to MutationObserver's callback.

MDN Reference

Implementation

_i2.dynamic get mutationRecord => _i4.getProperty(
      _self,
      'MutationRecord',
    );