onComplete property

void onComplete=(VoidFunction value)

The function that is called when this Translation is completed.

Implementation

set onComplete(VoidFunction value) {
  _onComplete = value;
}