get_core/src/typedefs library

Functions

ambiguate<T>(T? value) → T?
Allows a value of type T or T? to be treated as a value of type T?.

Typedefs

ValueUpdater<T> = T Function()
A function type representing a value updater.