Copier typedef

Copier = T? Function<T>(T? o)

Implementation

typedef Copier = T? Function<T>(T? o);