ValueUpdater<T> typedef

ValueUpdater<T> = T Function()

A function type representing a value updater.

Implementation

typedef ValueUpdater<T> = T Function();