OnSavedFunc typedef

OnSavedFunc = void Function<E>(E v)

The 'On Save' Function

Implementation

typedef OnSavedFunc = void Function<E>(E v);