paths method

Vectorize paths(
  1. dynamic paths
)

Implementation

Vectorize paths(dynamic paths) {
  _paths = paths;
  return this;
}