ToRawFunction<T> typedef

ToRawFunction<T> = Object? Function(T value)

Implementation

typedef ToRawFunction<T> = Object? Function(T value);