ValueCopyWith<T> typedef

ValueCopyWith<T> = T Function(T value)

Implementation

typedef ValueCopyWith<T> = T Function(T value);