InterceptValue<T> typedef

InterceptValue<T> = T? Function(T value)

Implementation

typedef InterceptValue<T> = T? Function(T value);