CloneFunction<T> typedef

CloneFunction<T> = T Function(T object)

Implementation

typedef CloneFunction<T> = T Function(T object);