MutationObserver(void callback(List<MutationRecord> mutations, MutationObserver observer))

Not documented.

Source

factory MutationObserver(MutationCallback callback) =>
    new MutationObserver._(_wrapBinaryZone(callback));