ParallelRoute<T>.empty constructor

ParallelRoute<T>.empty()

Implementation

factory ParallelRoute.empty() {
  return ParallelRoute<T>(name: '');
}