Path constructor

Path(
  1. String name,
  2. String value
)

Implementation

Path(String name, String value) : super(name, value);