Path constructor

Path({
  1. String? pattern,
  2. String? type,
})

Implementation

Path({this.pattern, this.type});