ActionFn<T> typedef

ActionFn<T> = T? Function(T? data)

Implementation

typedef ActionFn<T> = T? Function(T? data);