PathN constructor

PathN(
  1. String _string,
  2. List<String> _names
)

Implementation

PathN(this._string, this._names);