onUpdate property

void Function(T? previous, T? updated)? onUpdate
final

Implementation

final void Function(T? previous, T? updated)? onUpdate;