ListDiffsExtensions extension

on
  • ListDiffs

Methods

recast<E>(ListDiffArguments<E> args) → ListDiffs<E>

Available on ListDiffs, provided by the ListDiffsExtensions extension

undelegate<E>(ListDiffArguments<E> args) → ListDiffs<E>

Available on ListDiffs, provided by the ListDiffsExtensions extension

This occurs when the diff was delegated - which means that instead of passing the real instance to the isolate, we passed a safe delegate. When the method returns, we need to rehydrate the results by looking the delegates up in a map.