onClone method

void onClone(
  1. Comp<T> copy, [
  2. Cloner<T>? cloner
])
inherited

Override to react when cloning is about to complete.

Called by the host after all before-checks have passed.

Implementation

void onClone(E copy, [C? cloner]) {}