Path constructor

Path({
  1. String? origin,
  2. required String local,
  3. required String remote,
})

Implementation

Path({this.origin, required this.local, required this.remote});